body {
  background: none no-repeat scroll 0 0 #fff;
}

.block-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}

.block-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
}

.block-subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
}

#hero-top {
  background-color: #8aa591;
}

#hero-banner {
  position: relative;
}

#hero-banner img {
  border-radius: 0 0 280px 0;
}

.hero-content {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 1;
}

.hero-content {
  color: #fff;
}

.hero-content .block-desc {
  color: #fff;
  margin: 15px 0 0 0;
}

#usp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.usp-card {
  background-color: #637768;
  color: #fff;
  border-radius: 40px 0 0 0;
  padding: 24px 32px;
  height: 100%;
}

.usp-title {
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: -0.25px;
  margin: 0;
}

.usp-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 24px 0 0 0;
}

#technology {
  padding-top: 80px;
  padding-bottom: 80px;
}

#technology .block-subtitle {
  margin-bottom: 80px;
}

.tech-swiper .swiper-slide {
  width: 60%;
}

.tech-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.tech-swiper .swiper-slide .slide-content {
  margin-top: 80px;
  opacity: 0;
  transition: 1s ease-in-out;
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.tech-swiper .swiper-slide.swiper-slide-active .slide-content {
  opacity: 1;
}

.tech-swiper h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: 0%;
  width: 40%;
  margin: 0;
}

.tech-swiper p {
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  width: 50%;
  margin: 0;
}

/* ----- Arrows ----- */
.tech-nav {
  position: absolute;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: 10;
  left: 50%;
  display: flex;
  width: 65%;
  justify-content: space-between;
}

.tech-prev,
.tech-next {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #8aa591;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#exterior-interior {
  position: relative;
  color: #fff;
}

.exterior-interior-view-mode {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 1;
}

.exterior-interior-view-mode ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 2rem;
}

.exterior-interior-view-mode li {
  font-weight: 200;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0;
  cursor: pointer;
}

.exterior-interior-view-mode li.active {
  font-weight: 700;
  text-decoration: underline;
}

.exterior-color {
  padding: 160px 0 30px;
  border-radius: 60px 0 60px 0;
  transition: background-color 0.4s ease-in-out;
}

.exterior-color-01 {
  background-color: #637768;
}

.exterior-color-02 {
  background-color: #5f4b4c;
}

.exterior-color-03 {
  background-color: #ababab;
}

.exterior-color-04 {
  background-color: #777777;
}

.exterior-color-05 {
  background-color: #292929;
}

.exterior-top-info {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.exterior-top-info .block-title,
.interior-top-info .block-title,
.exterior-top-info .block-desc,
.interior-top-info .block-desc {
  width: 30%;
}

.slides-exterior-images {
  margin-top: 80px;
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
  position: relative;
  transition: height 0.3s ease;
}

.slides-exterior-images li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.slides-exterior-images li.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  position: relative;
}

.exterior-name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 80px;
}

.exterior-name--text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
}

.exterior-name--icon {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0%;
  color: #fff;
  background-color: #1464f4;
  padding: 9px 12px;
  border-radius: 20px;
}

.slides-exterior-colors {
  display: flex;
  justify-content: center;
}

.slides-exterior-colors ul {
  list-style: none;
  padding: 15px;
  margin: 0;
  display: flex;
  gap: 15px;
  background-color: #fff;
  border-radius: 50px;
}

.slides-exterior-colors ul li {
  position: relative;
  cursor: pointer;
}

.slides-exterior-colors ul li.active::after {
  content: "\2713";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.slides-exterior-colors img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}

.exterior-trim {
  margin-top: 60px;
}

.exterior-trim--content {
  display: none;
}

.exterior-trim--content.active {
  display: flex;
  justify-content: center;
  gap: 77px;
}

.exterior-trim--content--item {
  border-top: 1px solid #fff;
  padding-top: 48px;
}

.exterior-trim--content--item h3 {
  font-weight: 500;
  font-size: 64px;
  line-height: 95%;
  letter-spacing: 0px;
  margin: 0;
}

.exterior-trim--content--item sup {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
  top: -3.5rem;
}

.exterior-trim--content--item p {
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.exterior-disclaimer {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-top: 48px;
}

#interior {
  position: relative;
  display: none;
}

#interior img {
  border-radius: 60px 0 60px 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  background-color: #000;
}

.interior-top-info {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
}

.interior-top-info .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.interior-disclaimer {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}

.interior-disclaimer p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
}

#advanced-technology {
  padding-top: 80px;
  padding-bottom: 30px;
}

#advanced-technology .block-subtitle {
  text-align: center;
}

#advanced-technology .block-title {
  text-align: center;
  margin: 40px 0;
}

.adv-tech-swiper h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0%;
  margin: 40px 0 32px;
  text-align: center;
}

.adv-tech-swiper p {
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
}

.adv-tech-swiper .swiper-pagination {
  position: unset;
  margin: 40px 0 0 0;
}

.adv-tech-swiper .swiper-pagination-bullet {
  width: 100px;
  height: 4px;
  border-radius: 20px;
  background-color: #ebebeb;
  margin: 0 4px !important;
}

.adv-tech-swiper .swiper-pagination-bullet-active {
  background-color: #8aa591;
}

.adv-tech-swiper .swiper-pagination-bullet::after {
  display: none;
}

#specs-model {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fafafa;
}

.specs-top-info {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.specs-trim-select select {
  width: 300px;
  padding: 16px;
  border: 1px solid #adadad;
  background: none;
}

.specs-trim-image img {
  display: none;
}

.specs-trim-image img.active {
  display: block;
}

.specs-table {
  display: none;
}

.specs-table.active {
  display: block;
}

.specs-table .spec-row {
  display: flex;
  border-bottom: 1px solid #adadad;
  padding: 24px 16px;
}

.specs-table .spec-name {
  width: 40%;
}

.specs-table .spec-value {
  width: 60%;
}

.btn-brochure {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: center;
  background-color: #1464f4;
  color: #fff;
  padding: 16px 24px;
  border: 1px solid #1464f4;
  margin: 80px auto 0;
  display: block;
  width: 226px;
}

.btn-brochure:hover {
  color: #1464f4;
  background-color: #fff;
}

#vehicle-disclaimer {
  padding-top: 64px;
  padding-bottom: 64px;
}

#vehicle-disclaimer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
}

@media only screen and (max-width: 768px) {
  .block-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0%;
    margin: 0;
  }

  .block-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    margin: 0;
  }

  .block-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
  }

  #hero-banner img {
    border-radius: 0 0 40px 0;
  }

  .hero-content {
    bottom: 7px;
  }

  .usp-swiper .swiper-wrapper {
    display: flex;
  }

  .usp-card {
    padding: 20px 32px 32px;
    height: auto;
  }

  .usp-swiper .swiper-pagination-bullets {
    position: absolute;
    padding: 0;
    justify-content: start;
    align-items: center;
    gap: 5px;
    bottom: 20px;
    left: 30px;
  }

  .usp-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #fff;
    opacity: 0.2;
  }

  .usp-swiper
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
  }

  .usp-swiper .swiper-pagination-bullets .swiper-pagination-bullet:after {
    display: none;
  }

  .tech-swiper .swiper-slide .slide-content {
    margin-top: 36px;
    flex-direction: column;
  }

  .tech-swiper h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    width: 100%;
  }

  .tech-swiper p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    width: 100%;
    margin-top: 16px;
  }

  .tech-nav {
    display: none;
  }

  .exterior-interior-view-mode {
    top: 60px;
  }

  .exterior-interior-view-mode li {
    font-size: 16px;
  }

  .exterior-color {
    padding-top: 140px;
    padding-bottom: 26px;
  }

  .exterior-top-info {
    flex-direction: column;
    gap: 10px;
  }

  .slides-exterior-images {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .slides-exterior-colors ul {
    padding: 12px;
    gap: 12px;
  }

  .slides-exterior-colors img {
    width: 24px;
    height: 24px;
  }

  .exterior-trim--content.active {
    display: flex;
    justify-content: unset;
    gap: 48px;
    flex-wrap: wrap;
  }

  .exterior-trim--content--item {
    width: calc(50% - 24px);
  }

  .exterior-trim--content--item h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 95%;
    letter-spacing: 0px;
  }

  .exterior-trim--content--item sup {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    top: -2rem;
  }

  .exterior-trim--content--item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
  }

  .exterior-disclaimer,
  .interior-disclaimer {
    font-size: 10px;
  }

  #interior img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .interior-top-info .container {
    flex-direction: column;
    gap: 10px;
  }

  .exterior-top-info .block-title,
  .interior-top-info .block-title,
  .exterior-top-info .block-desc,
  .interior-top-info .block-desc {
    width: 100%;
  }

  #specs-model {
    padding: 40px 0;
  }

  .specs-top-info {
    padding: 48px 0 20px 0;
    flex-direction: column;
    justify-content: unset;
  }

  .specs-trim-select select {
    width: 100%;
  }

  .specs-trim-image {
    order: 1;
  }

  .specs-trim-select {
    order: 2;
  }

  .specs-table .spec-row {
    justify-content: space-between;
  }

  .specs-table .spec-name,
  .specs-table .spec-value {
    width: 45%;
  }

  .btn-brochure {
    margin: 40px 0 0 0;
    width: 100%;
  }

  #vehicle-disclaimer p {
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
