.custom-span2{
    height: fit-content;
    width: 100%;
    padding-top: 4%;
    font-size: 0.72916667rem;
    color: grey;
    font-family: 'basis_grotesque_regular';
}
    .slide-title::before {
        content: "\00a0";
        /* Add a non-breaking space */
        visibility: hidden;
        /* Make the space invisible */
    }

    
* {
  box-sizing: border-box;
}

.xp-your-world {
  width: 100%;
  background: #fbfcf6;
  padding: 70px 20px 92px;
  overflow: hidden;
  font-family: basis_grotesque_regular, Arial, Helvetica, sans-serif;
}

.xp-your-world-text {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 62px;
  text-align: center;
}

.xp-your-world-text h2 {
  margin: 0 0 24px;
  color: #000000;
  font-size: 31px;
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.xp-your-world-text p {
  margin: 0 auto;
  max-width: 1040px;
  color: #4f5965;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
}

.xp-your-world-gallery {
  width: 100%;
  max-width: 1155px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 367px 1fr;
  gap: 27px;
  align-items: stretch;
}

.xp-your-world-main {
  width: 100%;
  height: 439px;
  overflow: hidden;
  border-radius: 3px;
  background: #eeeeee;
}

.xp-your-world-main picture,
.xp-your-world-main img {
  width: 100%;
  height: 100%;
  display: block;
}

.xp-your-world-main img {
  object-fit: cover;
  object-position: center;
}

.xp-your-world-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 27px;
}

.xp-your-world-card {
  width: 100%;
  height: 199px;
  overflow: hidden;
  border-radius: 3px;
  background: #eeeeee;
}

.xp-your-world-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}

.xp-your-world-card:hover img,
.xp-your-world-main:hover img {
  transform: scale(1.035);
}

@media (max-width: 1200px) {
  .xp-your-world {
    padding: 64px 20px 82px;
  }

  .xp-your-world-gallery {
    max-width: 1000px;
    grid-template-columns: 330px 1fr;
    gap: 24px;
  }

  .xp-your-world-main {
    height: 405px;
  }

  .xp-your-world-grid {
    gap: 24px;
  }

  .xp-your-world-card {
    height: 190px;
  }
}

@media (max-width: 900px) {
  .xp-your-world-gallery {
    grid-template-columns: 1fr;
    max-width: 650px;
  }

  .xp-your-world-main {
    height: 430px;
  }

  .xp-your-world-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .xp-your-world-card {
    height: 190px;
  }
}

@media (max-width: 750px) {
  .xp-your-world {
    padding: 28px 0 42px;
    background: #fbfcf6;
  }

  .xp-your-world-text {
    margin: 0 0 28px;
    padding: 0 20px;
    text-align: left;
  }

  .xp-your-world-text h2 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: 0;
  }

  .xp-your-world-text p {
    margin: 0;
    color: #3e4650;
    font-size: 12px;
    font-weight: 400;
  }

  .xp-your-world-gallery {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 20px;
  }

  .xp-your-world-main {
    width: 100%;
    height: auto;
    aspect-ratio: 273 / 324;
    margin-bottom: 28px;
    border-radius: 1px;
  }

  .xp-your-world-main img {
    object-fit: cover;
    object-position: center;
    transform: none !important;
  }

  .xp-your-world-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .xp-your-world-grid::-webkit-scrollbar {
    display: none;
  }

  .xp-your-world-card {
    flex: 0 0 202px;
    width: 202px;
    height: 113px;
    border-radius: 1px;
    scroll-snap-align: start;
  }

  .xp-your-world-card img {
    transform: none !important;
  }
}

@media (max-width: 390px) {
  .xp-your-world-text {
    padding: 0 20px;
  }

  .xp-your-world-text h2 {
    font-size: 21px;
  }

  .xp-your-world-text p {
    font-size: 12px;
    line-height: 1.04;
  }

  .xp-your-world-gallery {
    padding: 0 20px;
  }

  .xp-your-world-grid {
    gap: 20px;
  }

  .xp-your-world-card {
    flex-basis: 202px;
    height: 113px;
  }
}



  * {
    box-sizing: border-box;
  }

  .xp-slider-zoom-section {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    padding: 52px 0 70px;
    font-family: basis_grotesque_regular, Arial, Helvetica, sans-serif;
  }

  .xp-slider-zoom {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .xp-slider-zoom .swiper-wrapper {
    align-items: center;
  }

  .xp-slider-card {
    position: relative;
    width: 770px;
    height: 540px;
    overflow: hidden;
    border-radius: 2px;
    background: #111111;
    transform: scale(0.84);
    opacity: 0.32;
    transition: transform 0.55s ease, opacity 0.55s ease;
  }

  .xp-slider-card.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }

  .xp-slider-card.swiper-slide-prev,
  .xp-slider-card.swiper-slide-next {
    opacity: 0.45;
  }

  .xp-slider-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .xp-slider-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.78),
      rgba(0, 0, 0, 0.38),
      rgba(0, 0, 0, 0)
    );
    pointer-events: none;
    z-index: 1;
  }

  .xp-slider-card-content {
    position: absolute;
    left: 42px;
    right: 42px;
    bottom: 34px;
    z-index: 2;
    color: #ffffff;
  }

  .xp-slider-card-content h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
  }

  .xp-slider-card-content p {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
  }

  .xp-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 58px;
    height: 58px;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.25s ease, opacity 0.25s ease;
  }

  .xp-slider-arrow:hover {
    color: rgba(0, 0, 0, 0.75);
  }

  .xp-slider-arrow.swiper-button-disabled {
    opacity: 0.25;
    pointer-events: none;
  }

  .xp-slider-prev {
    left: calc(50% - 520px - 145px);
  }

  .xp-slider-next {
    right: calc(50% - 520px - 145px);
  }

  @media (max-width: 1400px) {
    .xp-slider-card {
      width: 68vw;
      height: 48vw;
      max-height: 540px;
      min-height: 470px;
    }

    .xp-slider-prev {
      left: 10.5vw;
    }

    .xp-slider-next {
      right: 10.5vw;
    }
  }

  @media (max-width: 1024px) {
    .xp-slider-zoom-section {
      padding: 44px 0 60px;
    }

    .xp-slider-card {
      width: 78vw;
      height: 520px;
      min-height: 0;
    }

    .xp-slider-prev {
      left: 4vw;
    }

    .xp-slider-next {
      right: 4vw;
    }

    .xp-slider-card-content {
      left: 32px;
      right: 32px;
      bottom: 28px;
    }

    .xp-slider-card-content h3 {
      font-size: 22px;
    }

    .xp-slider-card-content p {
      font-size: 16px;
    }
  }

  @media (max-width: 750px) {
    .xp-slider-zoom-section {
      padding: 96px 0 52px;
      background: #ffffff;
    }

    .xp-slider-zoom {
      padding-left: 16px;
      overflow: hidden;
    }

    .xp-slider-card {
      width: 250px;
      height: 342px;
      min-height: 0;
      max-height: none;
      transform: scale(1);
      opacity: 1;
      border-radius: 2px;
    }

    .xp-slider-card.swiper-slide-active,
    .xp-slider-card.swiper-slide-prev,
    .xp-slider-card.swiper-slide-next {
      transform: scale(1);
      opacity: 1;
    }

    .xp-slider-card-content {
      left: 15px;
      right: 15px;
      bottom: 15px;
    }

    .xp-slider-card-content h3 {
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 1.1;
      font-weight: 700;
    }

    .xp-slider-card-content p {
      font-size: 12px;
      line-height: 1.25;
      font-weight: 500;
    }

    .xp-slider-arrow {
      display: none;
    }
  }

  @media (max-width: 390px) {
    .xp-slider-zoom-section {
      padding-top: 94px;
    }

    .xp-slider-card {
      width: 248px;
      height: 342px;
    }
  }


  .xp-testdrive {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    padding: 110px 8vw 70px;
    font-family: basis_grotesque_regular;
    color: #06152b;
    overflow: hidden;
  }

  .xp-wrap {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 372px;
    gap: 90px;
    align-items: center;
  }

  .xp-left h2 {
    margin: 0 0 14px;
    font-size: 30px;
    font-weight: 400;
    color: #001026;
  }

  .xp-left p {
    margin: 0 0 130px;
    font-size: 16px;
    color: #000;
  }

  .xp-car {
    display: block;
    width: 100%;
    max-width: 770px;
    object-fit: contain;
  }

  .xp-form {
    width: 100%;
  }

  .xp-cars {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }

  .xp-cars label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #06152b;
    cursor: pointer;
  }

  .xp-cars input {
    width: 15px;
    height: 15px;
    margin: 0;
    accent-color: #111;
  }

  .xp-main-error {
    display: none;
    margin: 0 0 20px;
    color: #ff3030;
    font-size: 13px;
  }

  .xp-main-error.show {
    display: block;
  }

  .xp-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .xp-field {
    position: relative;
    width: 100%;
  }

  .xp-field input,
  .xp-field select {
    width: 100%;
    height: 62px;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0;
    outline: none;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    font-size: 13px;
    color: #06152b;
    font-family: inherit;
    appearance: none;
  }

  .xp-field input::placeholder,
  .xp-field select {
    color: #aaaebb;
    opacity: 1;
  }

  .xp-select-field select {
    padding-right: 22px;
    background-image:
      linear-gradient(45deg, transparent 50%, #9ba0aa 50%),
      linear-gradient(135deg, #9ba0aa 50%, transparent 50%) !important;
    background-position:
      calc(100% - 10px) 50%,
      calc(100% - 5px) 50% !important;
    background-size: 5px 5px, 5px 5px !important;
    background-repeat: no-repeat !important;
  }

  .xp-field input:-webkit-autofill,
  .xp-field input:-webkit-autofill:hover,
  .xp-field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #06152b !important;
    transition: background-color 9999s ease-in-out 0s;
  }

  .xp-check {
    position: relative;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    margin-top: 24px;
    color: #4c5668;
    cursor: pointer;
  }

  .xp-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .xp-check-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #b8bfca;
    margin-top: 2px;
    background: #fff;
    position: relative;
    transition: 0.25s ease;
  }

  .xp-check input:checked + .xp-check-icon {
    background: #93c83e;
    border-color: #93c83e;
  }

  .xp-check input:checked + .xp-check-icon::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 10px;
    height: 6px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
  }

  .xp-check-text {
    font-size: 13px;
    line-height: 1.55;
  }

  .xp-check-text a {
    color: #8cc63f;
    text-decoration: none;
  }

  .xp-btn {
    width: 100%;
    height: 42px;
    margin-top: 24px;
    border: 0;
    border-radius: 3px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    cursor: pointer;
    transition: 0.25s ease;
  }

  .xp-btn:hover {
    background: #222;
  }

  .xp-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  .xp-invalid input,
  .xp-invalid select {
    border-bottom-color: #ff3030 !important;
  }

  .xp-checkbox-invalid .xp-check-icon {
    border-color: #ff3030 !important;
  }

  @media (max-width: 900px) {
    .xp-testdrive {
      padding: 0 50px 60px;
      min-height: auto;
    }

    .xp-wrap {
      display: flex;
      flex-direction: column;
      gap: 28px;
      align-items: stretch;
    }

    .xp-left h2,
    .xp-left p {
      display: none;
    }

    .xp-car {
      width: 170%;
      max-width: none;
      margin-left: -35%;
      margin-top: -10px;
    }

    .xp-row {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .xp-cars {
      gap: 14px;
      margin-bottom: 12px;
    }

    .xp-cars label {
      font-size: 14px;
    }

    .xp-field input,
    .xp-field select {
      height: 86px;
      font-size: 25px;
      background: #fff !important;
    }

    .xp-main-error {
      font-size: 14px;
      margin-bottom: 18px;
    }

    .xp-check {
      grid-template-columns: 28px 1fr;
      gap: 14px;
      margin-top: 22px;
    }

    .xp-check-text {
      font-size: 22px;
      line-height: 1.35;
    }

    .xp-btn {
      height: 42px;
      margin-top: 28px;
    }
  }

  @media (max-width: 520px) {
    .xp-testdrive {
      padding: 0 40px 55px;
    }

    .xp-car {
      width: 150%;
      margin-left: -20%;
      margin-top: -0px;
    }

    .xp-field input,
    .xp-field select {
      height: 106px;
      font-size: 26px;
    }

    .xp-cars {
      margin-top: 6px;
    }

    .xp-check-text {
      font-size: 24px;
    }
  }