/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/footer/footer.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
footer .container-footer {
  background-color: #21262c;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1280px) {
  footer .container-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
footer .container-footer .container-footer-display {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  footer .container-footer .container-footer-display {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1320px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media (min-width: 600px) {
  footer .container-footer .container-footer-display {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  footer .container-footer .container-footer-display {
    max-width: 1320px;
    margin-top: 1.5rem;
    flex-direction: row;
    gap: 2.7rem;
  }
}
footer .container-footer .container-footer-display [class*=footer-column-] {
  color: #cacaca;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  footer .container-footer .container-footer-display [class*=footer-column-] {
    margin-top: 0;
  }
}
footer .container-footer .container-footer-display [class*=footer-column-] ul {
  margin-bottom: 1rem;
}
footer .container-footer .container-footer-display [class*=footer-column-] ul .item {
  margin-top: 0.35rem;
}
footer .container-footer .container-footer-display [class*=footer-column-] ul .item:nth-child(1) {
  margin-top: 0;
}
footer .container-footer .container-footer-display [class*=footer-column-] ul .item a {
  font-size: 16px;
  word-break: break-word;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
@media (min-width: 992px) {
  footer .container-footer .container-footer-display [class*=footer-column-] ul .item a {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  footer .container-footer .container-footer-display [class*=footer-column-] ul .item a {
    line-height: 27px;
  }
}
footer .container-footer .container-footer-display [class*=footer-column-] ul .item a:hover {
  color: #605dba;
}
@media (min-width: 769px) {
  footer .container-footer .container-footer-display .footer-column-one {
    width: auto;
  }
}
footer .container-footer .container-footer-display .footer-column-one .column-one-image {
  display: flex;
}
footer .container-footer .container-footer-display .footer-column-one .column-one-image img {
  width: 100%;
  object-fit: contain;
}
footer .container-footer .container-footer-display .footer-column-one p {
  margin: 1rem 0;
  font-size: 0.8rem;
}
footer .container-footer .container-footer-display .footer-column-one .footer-social {
  display: flex;
}
footer .container-footer .container-footer-display .footer-column-one .footer-social a {
  margin: 0 0.7rem 0 0;
}
footer .container-footer .container-footer-display .footer-column-one .footer-social a img {
  width: 20px;
  height: 20px;
}
@media (min-width: 769px) {
  footer .container-footer .container-footer-display .footer-column-two {
    width: auto;
    flex: 0 0 auto;
  }
}
footer .container-footer .container-footer-display .footer-column-two .footer-vehicles {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  footer .container-footer .container-footer-display .footer-column-two .footer-vehicles .item .menu-title {
    font-size: 17px;
  }
}
footer .container-footer .container-footer-display .footer-column-two .footer-vehicles .item .sub-menu-vehicles {
  margin-top: 5px;
  padding-left: 2rem;
}
footer .container-footer .container-footer-display .footer-column-two .footer-vehicles .item .sub-menu-vehicles .item {
  list-style-type: circle;
}
@media (min-width: 769px) {
  footer .container-footer .container-footer-display .footer-column-three {
    width: auto;
    flex: 0 0 auto;
    max-width: 200px;
  }
}
footer .container-footer .container-footer-display .footer-column-three .item .sub-menu-legal {
  margin-top: 5px;
  padding-left: 2rem;
}
footer .container-footer .container-footer-display .footer-column-three .item .sub-menu-legal .item {
  list-style-type: circle;
}
footer .container-footer .container-footer-display .footer-column-four h4 {
  color: #fff !important;
  margin: 0 0 0.75rem 0;
  font-size: 1.2rem;
}
footer .container-footer .container-footer-display .footer-column-four p {
  font-size: 1rem;
}
footer .container-footer .container-footer-display .footer-column-four .footer-form input {
  background: transparent;
  width: 100%;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0.4rem;
}
footer .container-footer .container-footer-display .footer-column-four .footer-form button {
  background-color: #000000;
  border: none;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  padding: 15px 26px;
  margin-top: 25px;
}
@media (min-width: 769px) {
  footer .container-footer .container-footer-display .footer-column-four {
    width: 25%;
    flex: 0 0 auto;
  }
}
@media (min-width: 769px) {
  footer .container-footer .container-footer-display div.footer-column-fifth {
    display: flex !important;
    justify-content: center;
    width: 100%;
    max-width: 260px;
  }
}
footer .container-footer .container-footer-display div.footer-column-fifth .image-veinsa {
  display: flex;
}
@media (min-width: 769px) {
  footer .container-footer .container-footer-display div.footer-column-fifth .image-veinsa {
    width: 100%;
  }
}
footer .container-footer .container-footer-display div.footer-column-fifth .image-veinsa a {
  width: 35%;
  height: auto;
}
@media (min-width: 769px) {
  footer .container-footer .container-footer-display div.footer-column-fifth .image-veinsa a {
    width: 100%;
  }
}
footer .container-footer .container-footer-display div.footer-column-fifth .image-veinsa img {
  width: 100%;
}

span.menu-title {
  cursor: initial;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/navbar/navbar.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 5px 10px rgba(37, 36, 51, 0.1);
  z-index: 12;
}

.navBar {
  display: flex;
  width: 100%;
  padding: 0.7em;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1280px) {
  .navBar {
    padding: 0 0.7em;
  }
}
.navBar__logo {
  width: 128px;
}
.navBar__logo__mobile {
  display: none;
}

.navBar__logo--open {
  margin: 0.5em 0 1.4em;
  display: inline-block;
}
.navBar__logo--open img {
  width: 114px;
}

@media (min-width: 1280px) {
  .navBar__logo {
    width: 135px;
  }
  .navBar__logo__mobile {
    display: block;
  }
  .navBar__logo--open {
    display: none;
  }
}

.navBar__back {
  display: flex;
  text-transform: capitalize;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
.navBar__back button {
  min-width: initial;
  padding: 0.5em;
}
.navBar__back button span {
  width: 10px;
  display: block;
  height: 10px;
  border-bottom: 2px solid #252433;
  border-left: 2px solid #252433;
  transform: rotate(45deg);
}
@media (min-width: 1280px) {
  .navBar__back {
    display: none;
  }
}

.navBar .navbar__button-used-whatsapp.item__mobile {
  width: 37px;
  margin-left: auto;
  margin-right: 1em;
}
.navBar .btn.btn__primary.only-mobile {
  min-width: auto;
  margin-left: auto;
  padding: 0.3em 0.7em;
  margin-right: 1em;
}
.navBar .btn.btn__primary.only-mobile + .navbar__button-used-whatsapp.item__mobile {
  margin-left: 0;
}
@media (min-width: 1280px) {
  .navBar .btn.btn__primary.only-mobile {
    display: none;
  }
}
.navBar__toggle {
  width: 35px;
  height: 35px;
  background: #efefef;
  padding: 0.5em;
  display: flex;
  border-radius: 50%;
  justify-content: center;
}
@media (min-width: 1280px) {
  .navBar__toggle {
    display: none;
  }
}

.navBar__backdrop {
  background: rgba(37, 36, 51, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
}
@media (min-width: 1280px) {
  .navBar__backdrop {
    display: none;
  }
}

.navBar__container {
  padding: 1em 1.4em 1.4em;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  width: 84%;
  z-index: 3;
  background: #fff;
  display: flex;
  flex-direction: column;
  display: none;
}
@media (min-width: 1280px) {
  .navBar__container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.7em 0;
    width: initial;
    height: auto;
    display: flex;
    flex-direction: row;
    opacity: 1;
    z-index: 2;
    overflow: inherit;
    width: 100%;
  }
}

.navBar--open .navBar__container {
  display: block;
}

.navBar--open .navBar__backdrop {
  display: block;
}

.navBar__close {
  width: 28px;
  height: 28px;
  min-height: 28px;
  background: #efefef;
  padding: 0.5em;
  display: flex;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  float: right;
}
.navBar__close::after {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  border-bottom: 1px solid #252433;
  border-left: 1px solid #252433;
  transform: rotate(45deg) translate(-50%, -50%) scale(-1);
  position: absolute;
  left: 30%;
  top: 56%;
}

@media (min-width: 1280px) {
  .navBar__items {
    margin: 0 auto;
  }
}
.navBar__items ul li {
  margin-bottom: 1.6em;
}
.navBar__items ul li a:hover {
  text-shadow: 0 0 1px #252433;
}
.navBar__items ul li a.navBar__items--hasSubmenu {
  position: relative;
}
.navBar__items ul li a.navBar__items--hasSubmenu:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border-bottom: 1px solid #252433;
  border-left: 1px solid #252433;
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 31%;
  right: -1.8em;
  display: block;
}
@media (min-width: 1280px) {
  .navBar__items ul li a.navBar__items--hasSubmenu:after {
    display: none;
  }
}

.navBar__items ul li a.navBar__items--active:after {
  transform: rotate(135deg) translate(-50%, -50%);
  top: 45%;
  right: -1em;
}
.navBar__items ul li a.navBar__items--active + .navBar__submenu {
  display: block;
}
@media (min-width: 1280px) {
  .navBar__items ul li a.navBar__items--active + .navBar__submenu {
    display: none;
  }
}

@media (min-width: 1280px) {
  .navBar__items ul {
    display: flex;
    align-items: center;
    column-gap: 1.2vw;
    flex-wrap: wrap;
  }
  .navBar__items ul li {
    margin-bottom: 0;
    position: relative;
  }
  .navBar__items ul li:hover .navBar__submenu {
    display: block;
    min-width: 500px;
    padding-top: 1.4em;
  }
  .navBar__items ul li:hover .navBar__submenu__links {
    background: #fff;
    padding: 1.2em;
    border-radius: 13px;
    row-gap: 1em;
  }
  .navBar__items ul li:hover .navBar__submenu__links li:before {
    display: none;
  }
  .navBar__items ul li:hover:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #EC1C24;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .navBar__items ul li.active:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #EC1C24;
    border-radius: 50%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1792px) {
  .navBar__items ul:not(.navBar__submenu__links) {
    column-gap: 2.4vw;
  }
}

.navBar__submenu {
  display: none;
}
@media (min-width: 1280px) {
  .navBar__submenu {
    position: absolute;
    left: -2.1em;
  }
}
.navBar__submenu__links {
  margin-top: 0.7em;
}
.navBar__submenu__links li:last-child {
  margin-bottom: 0;
}
.navBar__submenu__links li a {
  display: flex;
  align-items: center;
}
.navBar__submenu__links li span {
  width: 32px;
  height: 32px;
  background: #efefef;
  border-radius: 4px;
  margin-right: 0.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navBar__submenu__links li span img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.navBar__submenu__links--columns {
  display: flex;
  flex-wrap: wrap;
}
.navBar__submenu__links--columns li {
  width: 50%;
}
.navBar__submenu__links--columns li a {
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .navBar__submenu__links--columns {
    font-size: 18px;
  }
  .navBar__submenu__links--columns li {
    width: 47%;
  }
  .navBar__submenu__links--columns li span {
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 1280px) {
  .navBar__submenu__links--single li {
    width: 100%;
  }
}

.navBar__submenu__links h3 {
  display: none;
}
@media (min-width: 1280px) {
  .navBar__submenu__links h3 {
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    margin: 0;
    position: relative;
    display: block;
  }
  .navBar__submenu__links h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 109%;
    height: 7px;
    background: #EC1C24;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .navBar__submenu__links h3 span {
    position: relative;
    background: #fff;
    padding: 0 0.5em;
  }
}

.navBar__buttons .btn {
  width: 100%;
  margin-bottom: 1.4em;
}
.navBar__buttons img {
  width: 42px;
  margin-left: 0.3em;
}
@media (min-width: 1280px) {
  .navBar__buttons {
    display: flex;
    align-items: center;
    column-gap: 0.7em;
  }
  .navBar__buttons .btn {
    margin-bottom: 0;
  }
}

.navBar__social {
  text-align: center;
  margin-top: auto;
}
.navBar__social__links {
  display: flex;
  width: 100%;
  justify-content: center;
  column-gap: 0.7em;
  margin-bottom: 0.4em;
}

.navBar__social__item {
  width: 35px;
  height: 35px;
  border: 1px solid #252433;
  border-radius: 50%;
  display: flex;
  padding: 0.5em;
}
.navBar__social__item img {
  max-width: 100%;
  display: block;
}
.navBar__social__item:hover {
  transform: scale(1.2);
  background: #efefef;
}

.navBar__social__contact {
  font-size: 14px;
  color: #51515D;
}

/* GeelyNavigation.css */
/* General Styles */
.geely-navigation {
  font-family: "Arial", sans-serif;
  position: relative;
  width: 100%;
  position: absolute;
  z-index: 9;
}

.geely-navigation {
  transition: background-color 0.3s, box-shadow 0.3s;
}
.geely-navigation.scrolled {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.geely-navigation.menu-white.scrolled .menu-item .menu-title {
  color: #000 !important;
}
.geely-navigation.menu-white.scrolled .menu-item .menu-title:hover {
  color: #605dba !important;
}
.geely-navigation.menu-white.scrolled .menu-item .dropdown-item {
  border-color: #000;
}
.geely-navigation.menu-white.scrolled .menu-item .dropdown-item a {
  color: #000;
}
.geely-navigation.menu-white.scrolled .logo-white {
  display: none !important;
}
.geely-navigation.menu-white.scrolled .logo-black {
  display: block !important;
}
.geely-navigation.menu-white.scrolled .dropdown-arrow::before {
  filter: brightness(0) invert(0);
}
.geely-navigation.menu-white.scrolled .mobile-menu-toggle {
  color: #000 !important;
}
.geely-navigation.menu-white .logo-black {
  display: none !important;
}
.geely-navigation.menu-black .menu-item .menu-title {
  color: #000 !important;
}
.geely-navigation.menu-black .logo-white {
  display: none !important;
}
.geely-navigation.menu-black .dropdown-arrow::before {
  filter: brightness(0) invert(0);
}
.geely-navigation.menu-black .dropdown-item {
  border-color: #000;
}
.geely-navigation.menu-black .dropdown-item a {
  color: #000;
}
.geely-navigation.menu-black .mobile-menu-toggle {
  color: #000 !important;
}
.geely-navigation.menu-vehiculo:not(.scrolled) .nav-container {
  background-color: rgba(0, 0, 0, 0.3) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.logo img {
  height: 30px;
  width: 7.5rem;
  object-fit: contain;
}
@media (min-width: 992px) {
  .logo img {
    width: 150px;
  }
}

/* Promotion Button Styles */
.promotion-button button {
  background-color: #000;
  color: white;
  border: none;
  padding: 8px 15px;
  font-weight: bold;
  cursor: pointer;
}

.mobile-nav-buttons {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 15px 20px;
}
.mobile-nav-buttons .mobile-nav-button a {
  display: flex;
  align-items: center;
  height: 100%;
}
.mobile-nav-buttons .mobile-nav-button a button {
  background: #fff;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 10px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
}
.mobile-nav-buttons .mobile-nav-button a button:hover {
  transform: scale(1.02);
}
.mobile-nav-buttons img {
  max-width: 130px;
  background: white;
  padding: 5px;
  border-radius: 6px;
}

.nav-buttons {
  display: flex;
  gap: 13px;
}
@media (max-width: 1024px) {
  .nav-buttons {
    display: none;
  }
}
.nav-buttons .nav-button a {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-buttons .nav-button a button {
  font-family: "InterVariableFont";
  font-weight: 600;
  background: #3e67fa;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 5px 10px 6px 10px;
  color: #000;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.nav-buttons .nav-button a button:hover {
  transform: scale(1.02);
}
.nav-buttons img {
  max-width: 70px;
}

/* Desktop Navigation Styles */
.desktop-nav {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  margin: 0 15px;
  padding: 15px 0;
}
.menu-item:first-child {
  position: initial;
}

body .children-items {
  margin: 0;
}

.menu-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}
.menu-title:hover {
  color: rgba(255, 255, 255, 0.7019607843);
}

.dropdown-arrow {
  font-size: 10px;
  margin-left: 5px;
}
.dropdown-arrow::before {
  content: "";
  display: block;
  background: url(/_next/static/media/chevron-down-solid.a610dfb3.svg) center/contain no-repeat;
  width: 11px;
  height: 11px;
  filter: brightness(0) invert(1);
}

.dropdown-menu {
  position: absolute;
  top: 115%;
  right: 50%;
  transform: translate(50%, 0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  min-width: 180px;
  display: none;
  z-index: 100;
  list-style: none;
}
@media (min-width: 992px) {
  .dropdown-menu {
    width: max-content;
    background-color: rgba(208, 215, 234, 0.6) !important;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    color: white !important;
    border-radius: 25px;
    padding: 20px;
    gap: 15px;
  }
}

.menu-item:hover .dropdown-menu {
  display: flex;
}

.menu-item:hover .vehicle-dropdown {
  display: block !important;
}

.dropdown-item {
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
}
.dropdown-item a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* Estilos del Dropdown de Vehículos */
.vehicle-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 98%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 100;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
}

.vehicle-selector-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  background-color: rgba(208, 215, 234, 0.6) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 22px;
  margin-bottom: -4px;
}

.vehicle-type-label {
  font-weight: bold;
  font-size: 18px;
  font-family: "GEELY Global Font", sans-serif;
  text-transform: uppercase;
  position: relative;
  background: white;
  width: 300px;
  padding: 23px;
  border-top-left-radius: 20px;
}
.vehicle-type-label::before {
  content: url(/_next/static/media/wave-white.f5cd7922.svg);
  position: absolute;
  right: -20px;
  top: 0;
  width: 24px;
  height: 24px;
}

.vehicle-type-label-electric {
  font-weight: bold;
  font-size: 18px;
  font-family: "GEELY Global Font", sans-serif;
  text-transform: uppercase;
  position: relative;
  background: #c4ee80;
  width: 300px;
  padding: 23px 23px 23px 84px;
  border-top-right-radius: 20px;
  text-align: center;
}
.vehicle-type-label-electric::before {
  content: url(/_next/static/media/wave-verde.a59dd1c5.svg);
  position: absolute;
  left: -120px;
  top: 0;
  width: 24px;
  height: 24px;
}

.selector-title {
  font-size: 16px;
  font-family: "InterVariableFont", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.vehicle-options {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 0;
  position: relative;
  top: -1px;
}

.gasoline-vehicles {
  width: 65%;
  border-radius: 20px;
  background: white;
  padding: 22px;
  border-top-left-radius: 0;
  z-index: 4;
}
.gasoline-vehicles.threexthree {
  width: 50%;
}
.gasoline-vehicles > .swiper {
  border: 1px solid #e5e0da;
  border-radius: 20px;
  padding: 0 20px;
}
.gasoline-vehicles .swiper-button-next {
  right: 0;
}
.gasoline-vehicles .swiper-button-prev {
  left: 0;
}
.gasoline-vehicles .swiper-pagination {
  display: none !important;
}

.electric-vehicles {
  position: relative;
  width: 35%;
  background: linear-gradient(180deg, #c4ee80 17.02%, #fff 73.91%);
  border-bottom-right-radius: 20px;
  padding: 22px;
}
.electric-vehicles::before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: linear-gradient(180deg, #c4ee80 17.02%, #fff 73.91%);
  position: absolute;
  left: -20px;
  top: 0;
}
.electric-vehicles.threexthree {
  width: 50%;
}
.electric-vehicles .swiper {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 20px;
}
.electric-vehicles .swiper-button-next {
  right: 0;
}
.electric-vehicles .swiper-button-prev {
  left: 0;
}
.electric-vehicles .swiper-pagination {
  display: none !important;
}

.vehicle-grid {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: none;
  border-radius: 0;
  gap: 0;
  justify-content: space-around;
  border: 1px solid #e5e0da;
  border-radius: 20px;
}

.vehicle-option:first-child {
  border-left: none;
}

.vehicle-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.vehicle-image-container {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.vehicle-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.vehicle-name {
  margin: 8px 0 4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.vehicle-price {
  margin: 0;
  font-size: 12px;
  color: #666;
}

/* Estilos específicos para la sección eléctrica */
.electric-vehicles .vehicle-grid {
  border: none;
}

.electric-vehicles .vehicle-option {
  border: none;
}

/* Modificaciones para el swiper */
.gasoline-swiper,
.electric-swiper {
  width: 100%;
}

.gasoline-swiper .swiper-button-next,
.gasoline-swiper .swiper-button-prev,
.electric-swiper .swiper-button-next,
.electric-swiper .swiper-button-prev {
  color: #000;
}

.gasoline-swiper .swiper-button-next:after,
.gasoline-swiper .swiper-button-prev:after,
.electric-swiper .swiper-button-next:after,
.electric-swiper .swiper-button-prev:after {
  font-size: 18px;
}

.gasoline-swiper .swiper-pagination,
.electric-swiper .swiper-pagination {
  bottom: 0;
}

.electric-swiper .swiper-pagination {
  display: none !important;
}

.gasoline-swiper,
.electric-swiper {
  width: 100%;
  padding-bottom: 40px;
}
.gasoline-swiper .swiper-slide,
.electric-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.gasoline-swiper .swiper-button-next,
.gasoline-swiper .swiper-button-prev,
.electric-swiper .swiper-button-next,
.electric-swiper .swiper-button-prev {
  color: #000;
}
.gasoline-swiper .swiper-button-next:after,
.gasoline-swiper .swiper-button-prev:after,
.electric-swiper .swiper-button-next:after,
.electric-swiper .swiper-button-prev:after {
  font-size: 20px;
}
.gasoline-swiper .swiper-pagination-bullet,
.electric-swiper .swiper-pagination-bullet {
  background: #666;
  opacity: 0.5;
}
.gasoline-swiper .swiper-pagination-bullet-active,
.electric-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

.vehicle-option {
  width: 100%;
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease;
  border-left: 1px solid #e5e0da;
}
.vehicle-option:first-child {
  border: none;
}
.vehicle-option .vehicle-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.vehicle-option .vehicle-image-container {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.vehicle-option .vehicle-image-container .vehicle-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.vehicle-option .vehicle-name {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 4px;
}
.vehicle-option .vehicle-price {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Mobile Navigation Styles */
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  display: none;
  color: #fff;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.mobile-sidebar-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #1c1f25;
  color: white;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.mobile-logo img {
  height: 25px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.close-mobile-menu {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 15px;
  border: none;
  color: white;
  cursor: pointer;
}

.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-item {
  padding: 15px 20px;
}

.mobile-menu-title {
  display: flex;
  justify-content: space-between;
  color: white;
  font-weight: 500;
  cursor: pointer;
}

.mobile-dropdown-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.mobile-submenu {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 15px;
}

.mobile-submenu-item {
  padding: 10px 0;
}

.mobile-submenu-item a {
  color: #ccc;
  text-decoration: none;
}

.mobile-vehicle-submenu {
  margin-top: 10px;
}

.mobile-vehicle-category {
  margin-bottom: 15px;
}

.mobile-vehicle-category-title {
  color: #fff;
  font-weight: bold;
  padding: 5px 0 5px 15px;
  border-left: 3px solid #fff;
  margin: 10px 0;
  font-family: "GEELY Global Font", sans-serif;
}

.mobile-vehicle-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
}

.mobile-vehicle-item {
  padding: 8px 0;
}

.mobile-vehicle-item a {
  color: #ccc;
  text-decoration: none;
  font-family: "GEELY Global Font", sans-serif;
}

.mobile-contact {
  margin-top: auto;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-contact p {
  margin-bottom: 15px;
  color: white;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #1c1f25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0;
  font-weight: bold;
}
.social-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .desktop-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
/* Modified styles to keep submenu open on hover */
/* First, ensure the dropdown and vehicle dropdown menus stay open on hover */
.menu-item:hover .dropdown-menu,
.menu-item:hover .vehicle-dropdown {
  display: flex;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

/* Add transitions for smoother effect */
.dropdown-menu,
.vehicle-dropdown {
  opacity: 0;
  visibility: hidden;
  display: flex;
  transition: opacity 0.3s, visibility 0.3s;
  transition-delay: 0.1s;
  border-radius: 20px;
}

/* Create hover state for menu items */
.menu-item {
  position: relative;
}

/* Make sure the vehicle dropdown stays positioned correctly */
.vehicle-dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
}

/* Ensure child links work correctly */
.dropdown-item a,
.vehicle-option a {
  display: block;
  width: 100%;
  height: 100%;
}

/* Add hover effect for dropdown items */
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* For keeping menu open when moving to submenu */
.menu-item {
  padding-bottom: 20px; /* Add padding to create gap for easier mouse movement */
}

/* Ensure this only applies to desktop */
@media (max-width: 767px) {
  .menu-item:hover::after,
  .menu-item.active::after,
  .menu-item::before {
    display: none;
  }
}
/**
 * Swiper 11.2.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 27, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.menu-item:hover .vehicle-dropdown {
  display: flex;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 27, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/swiper/modules/navigation.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/swiper/modules/autoplay.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/styles/styles.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*
* Author: Carlos Espinel.
*
*/
/**
*
* Author: Carlos Espinel.
*
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
  padding: 0;
  background: #aab0bc;
  opacity: 0.5;
  border-radius: 100%;
  border: 6px solid transparent;
  transform: scale(0.6);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body {
  background-color: #fff;
  margin: 0;
  height: 100%;
  font-family: "InterVariableFont", sans-serif;
  width: 100%;
  color: #252433;
  box-sizing: border-box;
  padding: 0;
}

.children-items {
  font-size: 14px;
  margin-top: 59px;
}
@media (min-width: 1280px) {
  .children-items {
    font-size: 16px;
    margin-top: 64px;
  }
}

input, select, textarea {
  font-family: "InterVariableFont", sans-serif;
}

.btn {
  border: none;
  background: none;
  font-family: "InterVariableFont", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252433;
  border-radius: 4px;
  padding: 0.4em 1.4em;
  min-width: 177px;
  text-align: center;
  cursor: pointer;
}
.btn__primary {
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #fff;
}
.btn__primary:hover {
  background: rgb(210.6670731707, 17.6329268293, 25.0573170732);
  border: 1px solid rgb(210.6670731707, 17.6329268293, 25.0573170732);
}

.btn__secondary {
  background: #fff;
  border: 1px solid #252433;
}
.btn__secondary:hover {
  background: #E7E7ED;
}

.link {
  text-decoration: underline;
  font-weight: 700;
}

.section__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.9em;
}
@media (min-width: 769px) {
  .section__title {
    font-size: 35px;
  }
}
@media (min-width: 1792px) {
  .section__title {
    font-size: 40px;
  }
}

.section__subtitle {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 1em;
}
@media (min-width: 769px) {
  .section__subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1792px) {
  .section__subtitle {
    font-size: 32px;
  }
}

.section__container {
  width: 90%;
  margin: auto;
  max-width: 1366px;
}
@media (min-width: 1792px) {
  .section__container {
    max-width: 1440px;
  }
}

.blockText {
  margin: 0 0 2.1em;
}
.blockText--line {
  padding-bottom: 1.4em;
  position: relative;
}
.blockText--line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  max-width: 270px;
  background: #EC1C24;
  border-radius: 7px;
}

@media (min-width: 769px) {
  .blockText {
    font-size: 18px;
  }
  .blockText::before {
    height: 7px;
  }
}
@media (min-width: 1792px) {
  .blockText {
    font-size: 20px;
  }
}

.item__mobile {
  display: block;
}
@media (min-width: 1280px) {
  .item__mobile {
    display: none;
  }
}

.item__desktop {
  display: none;
}
@media (min-width: 1280px) {
  .item__desktop {
    display: block;
  }
}

.button-primary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #EC1C24;
  border-radius: 4px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  font-family: "InterVariableFont", sans-serif;
}
.button-primary.disabled-btn {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .button-primary {
    font-size: 16px;
    width: 180px;
  }
}
.button-primary p {
  font-family: "InterVariableFont", sans-serif;
  font-size: 14px;
  margin: 0;
}

.button-secondary {
  width: 160px;
  min-width: 140px;
  max-width: 160px;
  height: 32px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #252433;
  border-radius: 4px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-secondary {
    font-size: 16px;
  }
}
.button-secondary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .button-secondary p {
    font-size: 16px;
  }
}

.button-terciary {
  width: 140px;
  height: 40px;
  color: #252433;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid #222222;
  cursor: pointer;
}
@media (min-width: 769px) {
  .button-terciary {
    font-size: 16px;
  }
}
.button-terciary p {
  font-family: "InterVariableFont", sans-serif;
  margin: 0;
}
.button-terciary:hover {
  background-color: #E7E7ED;
}

.customNext,
.customPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.customNext:hover,
.customPrev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.customNext:focus,
.customPrev:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.customNext i,
.customPrev i {
  font-size: 18px;
  line-height: 1;
}

.customNext {
  right: 20px;
}

.customPrev {
  left: 20px;
}

@media (max-width: 768px) {
  .customNext,
  .customPrev {
    width: 36px;
    height: 36px;
  }
  .customNext i,
  .customPrev i {
    font-size: 26px;
  }
  .customNext {
    right: 10px;
  }
  .customPrev {
    left: 10px;
  }
}
/************************************/
/*/           Functions            /*/
/************************************/
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* GEELY Global Font Face Declarations */
/* GEELY Global Font */
@font-face {
  font-family: "GEELY Global Font";
  src: url("/fonts/Genos-VariableFont_wght.ttf") format("truetype"), url("/fonts/GEELYGlobalFont-BoldMEXICO.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}
/* InterVariableFont */
@font-face {
  font-family: "InterVariableFont";
  src: url("/fonts/Inter-VariableFont.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
