/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #323e48;
  margin: 0;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.overflow-hidden {
  overflow: hidden !important;
}

.underline {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.underline:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  background: #121212;
}

.v-align-bottom {
  vertical-align: bottom;
}

.relative {
  position: relative !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: left !important;
}

.grid-container {
  display: grid !important;
}

.clearfix {
  float: none;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.shadow {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

a {
  text-decoration: none;
  color: #000000;
}

strong {
  font-weight: bold !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #ffffff !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.d-flex {
  display: flex !important;
  flex-direction: row;
}

.d-flex-row {
  flex-direction: row !important;
}

.d-flex-column {
  flex-direction: column !important;
}

.d-flex-justified-start {
  justify-content: flex-start !important;
}

.d-flex-justified-end {
  justify-content: flex-end !important;
}

.d-flex-justified-center {
  justify-content: center !important;
}

.d-flex-justified-space-between {
  justify-content: space-between !important;
}

.d-flex-align-items-start {
  align-items: flex-start !important;
}

.d-flex-align-items-end {
  align-items: flex-end !important;
}

.d-flex-align-items-center {
  align-items: center !important;
}

.d-none {
  display: none !important;
}

.img-responsive {
  width: 100%;
}

.container-fluid {
  position: relative;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

.container {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.hidden {
  opacity: 0;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }

  .smartphone--hidden {
    display: none !important;
  }

  .smartphone--block {
    display: block !important;
  }

  .smartphone--w-50 {
    max-width: 50% !important;
    width: 50% !important;
  }

  .smartphone--w-100 {
    max-width: 100% !important;
    width: 100% !important;
  }

  .smartphone--relative {
    position: relative !important;
  }

  .smartphone--flex-column {
    flex-direction: column !important;
  }

  .smartphone--flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .smartphone--d-flex-justified-center {
    justify-content: center;
  }
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: #13d0ca !important;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "StellantisUI-Regular";
  src: url("../fonts/StellantisUI-Regular.woff2") format("woff2"), url("../fonts/StellantisUI-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "StellantisUI-Bold";
  src: url("../fonts/StellantisUI-Bold.woff2") format("woff2"), url("../fonts/StellantisUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-Variable.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "social-icons";
  src: url("../fonts/icons/new-version/icomoon.eot?4h2ulb#iefix") format("embedded-opentype"), url("../fonts/icons/new-version/icomoon.ttf?4h2ulb") format("truetype"), url("../fonts/icons/new-version/icomoon.woff?4h2ulb") format("woff"), url("../fonts/icons/new-version/icomoon.svg?4h2ulb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=social-icon-], [class*=" social-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "social-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-person_outline:before {
  content: "\E900";
}

.icon-perm_identity:before {
  content: "\E900";
}

.icon-menu:before {
  content: "\E901";
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 12px;
}

.lds-ellipsis div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ctrch2");
  src: url("../fonts/icomoon.eot?ctrch2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ctrch2") format("truetype"), url("../fonts/icomoon.woff?ctrch2") format("woff"), url("../fonts/icomoon.svg?ctrch2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-h24:before {
  content: "\E900";
}

.icon-alert:before {
  content: "\E901";
}

.icon-berline:before {
  content: "\E902";
}

.icon-gear-lever:before {
  content: "\E903";
}

.icon-break:before {
  content: "\E904";
}

.icon-calendar:before {
  content: "\E905";
}

.icon-citadine:before {
  content: "\E906";
}

.icon-compacte:before {
  content: "\E907";
}

.icon-comparator:before {
  content: "\E908";
}

.icon-control:before {
  content: "\E909";
}

.icon-bin:before {
  content: "\E90A";
}

.icon-coupe-cabriolet:before {
  content: "\E90B";
}

.icon-electric:before {
  content: "\E90C";
}

.icon-energy:before {
  content: "\E90D";
}

.icon-maintenance:before {
  content: "\E90E";
}

.icon-test:before {
  content: "\E90F";
}

.icon-familiale:before {
  content: "\E910";
}

.icon-favorite:before {
  content: "\E911";
}

.icon-bill:before {
  content: "\E912";
}

.icon-guarantee:before {
  content: "\E913";
}

.icon-hybrid:before {
  content: "\E914";
}

.icon-print:before {
  content: "\E915";
}

.icon-kilometer:before {
  content: "\E916";
}

.icon-search:before {
  content: "\E917";
}

.icon-mail:before {
  content: "\E918";
}

.icon-monospace:before {
  content: "\E919";
}

.icon-user:before {
  content: "\E91A";
}

.icon-lose-financing:before {
  content: "\E91B";
}

.icon-pin:before {
  content: "\E91C";
}

.icon-premium:before {
  content: "\E91D";
}

.icon-power:before {
  content: "\E91E";
}

.icon-reprise:before {
  content: "\E91F";
}

.icon-promise:before {
  content: "\E920";
}

.icon-account:before {
  content: "\E921";
}

.icon-silhouet:before {
  content: "\E922";
}

.icon-sport:before {
  content: "\E923";
}

.icon-suv:before {
  content: "\E924";
}

.icon-phone:before {
  content: "\E925";
}

.icon-utility:before {
  content: "\E926";
}

.icon-utility-2:before {
  content: "\E927";
}

.icon-remplacement:before {
  content: "\E928";
}

.icon-views:before {
  content: "\E929";
}

.icon-left:before {
  content: "\E92A";
}

.icon-bottom:before {
  content: "\E92B";
}

.icon-close:before {
  content: "\E92C";
}

.icon-menu:before {
  content: "\E92D";
}

.icon-information:before {
  content: "\E92E";
}

.icon-previous:before {
  content: "\E92F";
}

.icon-next:before {
  content: "\E930";
}

.icon-file-text2:before {
  content: "\E931";
}

.icon-thread:before {
  content: "\E932";
}

.icon-garanty:before {
  content: "\E933";
}

.icon-right:before {
  content: "\E934";
}

.icon-economy:before {
  content: "\E935";
}

.icon-car-profil:before {
  content: "\E936";
}

.icon-filter:before {
  content: "\E937";
}

.icon-list:before {
  content: "\E938";
}

.icon-mosaic:before {
  content: "\E939";
}

.icon-top:before {
  content: "\E93A";
}

.icon-pin-map:before {
  content: "\E93B";
}

.icon-picture:before {
  content: "\E93C";
}

.icon-calculator:before {
  content: "\E93D";
}

.icon-regulation:before {
  content: "\E93E";
}

.icon-360:before {
  content: "\E93F";
}

.social-icon-facebook:before {
  content: "\E940";
}

.social-icon-twitter:before {
  content: "\E94E";
}

.social-icon-youtube:before {
  content: "\E942";
}

.icon-sign-more:before {
  content: "\E943";
}

.icon-less:before {
  content: "\E944";
}

.icon-home:before {
  content: "\E945";
}

.icon-clock:before {
  content: "\E946";
}

.icon-location:before {
  content: "\E947";
}

.icon-Favori:before {
  content: "\E948";
}

.icon-localisation:before {
  content: "\E949";
}

.icon-play:before {
  content: "\E94A";
}

.icon-wrench:before {
  content: "\E991";
}

.icon-checkmark:before {
  content: "\EA10";
}

.icon-loop:before {
  content: "\EA2D";
}

.icon-share2:before {
  content: "\EA82";
}

.social-icon-instagram:before {
  content: "\EA92";
}

footer {
  background-color: #fff;
  text-align: left;
  padding: 60px 0;
  padding-bottom: 0;
}
footer .footer-content {
  max-width: 1110px;
  margin: 0 auto;
  padding: 60px 0;
}
footer .container {
  max-width: 1440px;
  background-color: #f9f9f9;
}
footer .container h2 {
  font-family: "StellantisUI-Bold", sans-serif;
  color: #1d1d1b;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
footer .container h3 {
  font-family: "StellantisUI-Regular", sans-serif;
  color: #76726f;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}
footer .container h3 a {
  color: #76726f;
}
footer .container h3 a:hover {
  text-decoration: underline;
}
footer .container .grid .columns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .container .grid .columns .column {
  width: 16.6%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
footer .container .grid .columns .column h3 span {
  display: none;
  cursor: pointer;
}
footer .container .grid .columns .column ul {
  margin-bottom: 10px;
}
footer .container .grid .columns .column ul li a {
  font-family: "StellantisUI-Bold", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
footer .container .grid .columns .column ul li a:hover {
  color: #0a617b;
}
footer .container .grid .columns .column ul li.extra {
  display: none;
}
footer .container .grid .columns .column .more-models {
  display: inline-flex;
  align-items: center;
  font-family: "StellantisUI-Bold", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
footer .container .grid .columns .column .more-models.bordered {
  border: solid 1px #000;
  padding: 10px;
  font-family: "StellantisUI-Regular", sans-serif;
}
footer .container .grid .columns .column .more-models span {
  display: inline-block;
  margin-left: 6px;
  font-size: 10px;
  transition: transform 0.2s ease;
}
footer .container .grid .columns .column .more-models:hover {
  text-decoration: underline;
}
footer .container .grid .columns .column.show-all ul li.extra {
  display: list-item;
}
footer .container .grid .columns .column.show-all .more-models span {
  transform: rotate(180deg);
}
footer .container .subgrid {
  margin-top: 60px;
  width: 100%;
}
footer .container .subgrid h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 22px;
  word-break: break-word;
}
footer .container .subgrid h3 a:hover {
  text-decoration: underline;
}
footer .container .subgrid .columns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  border-top: solid 1px #f1f0f0;
  padding: 15px 0;
}
footer .container .subgrid .columns .column {
  box-sizing: border-box;
  padding-right: 2%;
  position: relative;
  margin-right: 2%;
}
footer .container .subgrid .columns .column h3 {
  margin-bottom: 0;
  font-family: "StellantisUI-Bold", sans-serif;
}
footer .container .subgrid .columns .column h3 a {
  color: #101920;
  font-size: 14px;
}
footer .container .subgrid .columns .column::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #a1a1a1;
}
footer .container .subgrid .columns .column:last-child::after {
  display: none;
}
footer .container .social-icons {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .container .social-icons .social-icon {
  margin-right: 5px;
}
footer .container .social-icons .social-icon span {
  font-size: 16px;
}
footer .container .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f0f0;
  width: 36px;
  height: 36px;
}
footer .container .social-icons a:hover {
  background: #101920;
  color: #fff;
}
footer .container .copyright {
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
  color: #101920;
}

@media screen and (max-width: 980px) {
  footer .container {
    padding: 0 15px;
  }

  footer .container h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  footer .container h3 a {
    color: #101920;
  }
  footer .container h3 a br {
    display: none;
  }

  footer .container .grid .columns {
    display: block;
  }

  footer .container .subgrid .columns .column::after {
    display: none;
  }

  footer .container .grid .columns .column {
    width: 100%;
    margin-bottom: 0;
  }
  footer .container .grid .columns .column h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-bottom: solid 1px #fff;
    font-size: 16px;
    font-weight: 700;
    color: #101920;
  }
  footer .container .grid .columns .column h3 br {
    display: none;
  }
  footer .container .grid .columns .column h3 span {
    display: inline;
    color: #101920;
  }
  footer .container .grid .columns .column ul {
    display: none;
  }
  footer .container .grid .columns .column ul li.extra {
    display: list-item;
  }
  footer .container .grid .columns .column.open ul li {
    padding: 10px 0;
  }
  footer .container .grid .columns .column .more-models {
    display: none;
  }

  footer .container .subgrid {
    width: 100%;
  }

  footer .container .subgrid .columns {
    display: block;
  }

  footer .container .subgrid .columns .column {
    width: 100%;
  }
  footer .container .subgrid .columns .column h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-bottom: none;
    font-size: 16px;
    padding: 5px;
  }
  footer .container .subgrid .columns .column ul {
    display: none;
  }
}
[v-cloak] {
  display: none !important;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

.button,
.dropdown-button {
  background-color: #ffffff;
  border: 1px solid #10cfc9;
  border-radius: 4px;
  font-family: "Sora", Helvetica, sans-serif;
  padding: 16px 0;
  text-transform: capitalize;
  line-height: 19px;
  width: 220px;
  text-align: center;
  cursor: pointer;
}
.button a,
.dropdown-button a {
  color: #323e48;
}
.button a small,
.dropdown-button a small {
  display: block;
  font-size: 12px;
}
.button:hover,
.dropdown-button:hover {
  background-color: #10cfc9;
  color: #ffffff;
}
.button:hover a,
.dropdown-button:hover a {
  color: #ffffff;
}

.buttons {
  display: flex;
  flex-flow: row wrap;
}
.buttons.dropdown {
  width: 100%;
}
.buttons .dropdown-button:hover a img {
  filter: invert(1);
}
.buttons .button,
.buttons .dropdown-button {
  margin-bottom: 15px;
  margin-right: 15px;
  display: flex;
  flex-basis: 23%;
}
.buttons .button.transparent,
.buttons .dropdown-button.transparent {
  background: transparent;
  cursor: initial;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url("../img/icons/dropdown-icon.svg") no-repeat !important;
  background-size: 12px !important;
  background-position: 70% !important;
  outline: none;
  border: none;
}
select.is-placeholder {
  color: #757575;
}
select.is-placeholder option {
  color: #323e48;
}
select.other {
  background-color: #efefef !important;
  font-size: 16px !important;
  color: #323e48;
}
select.other:hover {
  background-color: #10cfc9 !important;
  color: #ffffff;
}

.back-page-button {
  cursor: pointer;
  background-color: transparent;
  padding: 10px 0;
  width: 220px;
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 4px;
  margin-top: 40px;
  margin-right: 20px;
}
.back-page-button a {
  color: #323e48;
  text-transform: uppercase;
  line-height: 19px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-page-button a img {
  padding-right: 5px;
}

.light-green-button {
  cursor: pointer;
  background-color: #13d0ca;
  width: 220px;
  text-align: center;
  border-radius: 4px;
  margin-top: 40px;
}
.light-green-button a {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 19px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.light-green-button a img {
  padding-left: 5px;
}
.light-green-button a:hover {
  color: #ffffff;
}
.light-green-button button {
  color: #ffffff;
  text-transform: uppercase;
  line-height: 19px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  outline: none;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.light-green-button button img {
  padding-left: 5px;
}

.custom-checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
  margin: 0;
}
.custom-checkbox input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  width: 100%;
}
.custom-checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid #c4c4c4;
  border-radius: 0;
  box-sizing: border-box;
}
.custom-checkbox input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/icons/checkbox-icon.svg") no-repeat center;
  background-size: 13px 13px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.custom-checkbox input[type=checkbox]:checked + label::before {
  border-color: #10cfc9;
}
.custom-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.light-green {
  color: #13d0ca;
}

#header-site {
  height: 82px;
}
#header-site .navbar-content {
  height: 100%;
}
#header-site .navbar {
  display: flex;
  align-items: center;
  height: 100%;
}
#header-site .navbar .navbar-content-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
#header-site .navbar .navbar-content-row .mobile-menu-open {
  display: none;
}
#header-site .navbar .navbar-content-row #branding {
  width: 185px;
  height: 44px;
}
#header-site .navbar .navbar-content-row .navbar-collapse {
  height: 100%;
}
#header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li {
  margin-right: 25px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  height: 100%;
  padding: 0 10px;
}
#header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #13d0ca;
  width: 100%;
}
#header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li:last-child {
  padding-right: 0;
}
#header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li:last-child a {
  position: relative;
}
#header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li:last-child a::before {
  content: "";
  position: absolute;
  border-left: 1px solid;
  height: 15px;
  width: 100%;
  left: -15%;
}
#header-site .navbar .navbar-content-row .nav-user-menu {
  display: none;
}

.heading {
  font-weight: 500;
  line-height: 19px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 30px;
}
.heading p {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-transform: none;
  margin-top: 5px;
}

.banner {
  position: relative;
  padding-bottom: 30px;
}
.banner .breadcrumb {
  background: #c4c4c4;
}
.banner .breadcrumb .breadcrumb-content {
  height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner .breadcrumb .breadcrumb-content a {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.banner .breadcrumb .breadcrumb-content p {
  padding: 0 10px;
  font-size: 12px;
}
.banner .banner-images #mobile-banner-img {
  display: none;
}
.banner .banner-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 98px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  max-width: 1100px;
  font-family: "Sora", Helvetica, sans-serif;
}
.banner .banner-heading h1 {
  font-family: "StellantisUI-Bold", Helvetica, sans-serif;
  color: #000000;
  font-size: 34px;
  line-height: normal;
  letter-spacing: -1.7px;
  padding-bottom: 12px;
}
.banner .banner-heading h1 span {
  color: #13d0ca;
}
.banner .banner-heading p {
  font-size: 14px;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  color: #323e48;
}

.estimator {
  font-family: "Sora", Helvetica, sans-serif;
  padding-bottom: 60px;
}
.estimator .criteria-box {
  margin-top: -63px;
  background: #ffffff;
  border: 1px solid #10cfc9;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 32px;
}
.estimator .criteria-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 16px;
}
.estimator .criteria-box p {
  font-size: 16px;
  line-height: normal;
  color: #62748e;
}
.estimator .estimator-timeline ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}
.estimator .estimator-timeline ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.estimator .estimator-timeline ul li a .timeline-number {
  width: 36px;
  height: 36px;
  background: #e5e5e5;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.estimator .estimator-timeline ul li a .timeline-name {
  color: #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.estimator .estimator-timeline ul li a.selected .timeline-number {
  background: #13d0ca;
}
.estimator .estimator-timeline ul li a.selected .timeline-name {
  color: #13d0ca;
}
.estimator .estimator-box {
  box-shadow: 0px 3px 15px -2px rgba(0, 0, 0, 0.45);
  padding: 30px 90px 60px;
}
.estimator .estimator-box section.car-category .calculation-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  padding-bottom: 32px;
}
.estimator .estimator-box section.car-category .calculation-buttons .button {
  width: 236px;
  height: 53px;
  margin-right: 0;
  padding: 0;
}
.estimator .estimator-box section.car-category .calculation-buttons .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding: 0 24px;
  width: 100%;
}
.estimator .estimator-box section.car-category .calculation-buttons .button a img,
.estimator .estimator-box section.car-category .calculation-buttons .button a span {
  pointer-events: none;
}
.estimator .estimator-box section.car-category .calculation-buttons .button a img {
  width: 24px;
  height: 24px;
}
.estimator .estimator-box section.car-category .calculation-buttons .button:hover a img, .estimator .estimator-box section.car-category .calculation-buttons .button.animated a img {
  filter: invert(1);
}
.estimator .estimator-box section.car-category .calculation-buttons .button.animated {
  background-color: #10cfc9;
}
.estimator .estimator-box section.car-category .personal-data-checkboxes .legal-notice {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.estimator .estimator-box section.car-category .personal-data-checkboxes .legal-notice a {
  color: #10cfc9;
  text-decoration: underline;
  font-weight: bold;
}
.estimator .estimator-box section.car-category .personal-data-checkboxes .custom-checkbox {
  display: flex;
  justify-content: flex-start;
}
.estimator .estimator-box section.car-category .personal-data-checkboxes .custom-checkbox:first-child {
  padding-bottom: 20px;
}
.estimator .estimator-box section.car-category .personal-data-checkboxes .custom-checkbox label {
  position: relative;
}
.estimator .estimator-box section.car-category .personal-data-checkboxes .custom-checkbox label p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
.estimator .estimator-box section.car-category .personal-data-checkboxes .custom-checkbox label p a {
  color: #10cfc9;
  text-decoration: underline;
  font-weight: bold;
}
.estimator .estimator-box section.car-category .personal-data-checkboxes .custom-checkbox label .error {
  color: red;
}
.estimator .estimator-box section.body-type .type-buttons .button {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.estimator .estimator-box section.body-type .type-buttons .button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding: 10px;
}
.estimator .estimator-box section.body-type .type-buttons .button a .car-type-images {
  display: flex;
}
.estimator .estimator-box section.body-type .type-buttons .button a .car-type-images img {
  padding: 0 20px;
  width: 100%;
}
.estimator .estimator-box section.body-type .type-buttons .button a .car-type-name {
  padding-top: 8px;
}
.estimator .estimator-box section.car-brand .button, .estimator .estimator-box section.car-model-year .button {
  padding: 0;
}
.estimator .estimator-box section.car-brand .button a, .estimator .estimator-box section.car-model-year .button a {
  padding: 16px 0;
  display: inline-block;
  width: 100%;
}
.estimator .estimator-box section.car-model .button {
  padding: 0;
}
.estimator .estimator-box section.car-model .button a {
  padding: 16px 0;
  display: inline-block;
  width: 100%;
}
.estimator .estimator-box section.vehicle-type .type-buttons .button {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.estimator .estimator-box section.vehicle-type .type-buttons .button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  padding: 10px;
}
.estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-images {
  display: flex;
}
.estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-images img {
  padding: 0 20px;
  width: 100%;
}
.estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-name {
  padding-top: 8px;
}
.estimator .estimator-box section.vehicle-type .type-buttons .button {
  padding: 0;
}
.estimator .estimator-box section.vehicle-type .type-buttons .button a {
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}
.estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-images img {
  min-width: auto;
  padding: 0 5px;
}
.estimator .estimator-box section.engine-type .buttons {
  flex-direction: column;
  justify-content: flex-start;
}
.estimator .estimator-box section.engine-type .buttons .heading {
  margin-top: 20px;
}
.estimator .estimator-box section.engine-type .buttons #buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.estimator .estimator-box section.engine-type .buttons #buttons .button {
  padding: 5px 0;
  text-transform: inherit;
  margin-bottom: 8px;
}
.estimator .estimator-box section.engine-type .buttons #buttons .button p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
.estimator .estimator-box section.transmission-type .buttons {
  justify-content: flex-start;
}
.estimator .estimator-box section.transmission-type .buttons .button {
  text-transform: inherit;
}
.estimator .estimator-box section.transmission-type .buttons .button:first-child {
  margin-right: 15px;
}
.estimator .estimator-box section.km-info #km-info-form #km-input, .estimator .estimator-box section.km-info #km-info-form #plate-input {
  border: 2px solid #c4c4c4;
  border-radius: 12px;
  width: 50%;
  padding: 15px 10px;
  font-size: 14px;
}
.estimator .estimator-box section.km-info #km-info-form #km-input:focus, .estimator .estimator-box section.km-info #km-info-form #plate-input:focus {
  outline: none;
  border-color: #10cfc9;
}
.estimator .estimator-box section.km-info #km-info-form #km-input::-moz-placeholder, .estimator .estimator-box section.km-info #km-info-form #plate-input::-moz-placeholder {
  font-size: 14px;
}
.estimator .estimator-box section.km-info #km-info-form #km-input:-ms-input-placeholder, .estimator .estimator-box section.km-info #km-info-form #plate-input:-ms-input-placeholder {
  font-size: 14px;
}
.estimator .estimator-box section.km-info #km-info-form #km-input::placeholder, .estimator .estimator-box section.km-info #km-info-form #plate-input::placeholder {
  font-size: 14px;
}
.estimator .estimator-box section.km-info #km-info-form p, .estimator .estimator-box section.km-info #km-info-form label {
  display: block;
  margin-top: 5px;
  color: red;
  font-size: 12px;
}
.estimator .estimator-box section.km-info .back-page-button,
.estimator .estimator-box section.km-info .light-green-button {
  display: inline-flex;
  justify-content: center;
}
.estimator .estimator-box section.contact-infos {
  position: relative;
}
.estimator .estimator-box section.contact-infos #contact-form {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.estimator .estimator-box section.contact-infos #contact-form > .heading + .input-row {
  margin-bottom: 20px;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row {
  display: flex;
  justify-content: flex-start;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row.vehicle-location-row {
  margin-top: 25px;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row.request-type-row {
  gap: 36px;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row.request-type-row .input {
  width: auto;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row.request-type-row .input:first-child {
  margin-right: 0;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row .input {
  width: 100%;
  position: relative;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row .input .field-label {
  display: block;
  margin-bottom: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row .input input,
.estimator .estimator-box section.contact-infos #contact-form .input-row .input select {
  border: 2px solid #c4c4c4;
  border-radius: 12px;
  width: 100%;
  padding: 14px 18px;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row .input input:focus,
.estimator .estimator-box section.contact-infos #contact-form .input-row .input select:focus {
  outline: none;
  border-color: #10cfc9;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row .input select {
  background-position: calc(100% - 15px) !important;
}
.estimator .estimator-box section.contact-infos #contact-form .input-row .input:first-child {
  margin-right: 20px;
}
.estimator .estimator-box section.contact-infos #contact-form .interests-checkboxes .checkboxes {
  display: flex;
  justify-content: flex-start;
}
.estimator .estimator-box section.contact-infos #contact-form .interests-checkboxes .checkboxes .custom-checkbox {
  margin-right: 10px;
  width: 33.33%;
}
.estimator .estimator-box section.contact-infos #contact-form .point-of-sales .point-of-sales-select {
  position: relative;
}
.estimator .estimator-box section.contact-infos #contact-form .point-of-sales .point-of-sales-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url("../img/icons/dropdown-icon.svg") no-repeat !important;
  background-size: 12px !important;
  background-position: 92% !important;
  outline: none;
  border: none;
}
.estimator .estimator-box section.contact-infos #contact-form .point-of-sales .point-of-sales-select select.point-of-sales {
  border: 2px solid #c4c4c4;
  border-radius: 12px;
  background-color: transparent !important;
  font-size: 14px !important;
  padding: 14px 18px;
}
.estimator .estimator-box section.contact-infos #contact-form .point-of-sales .point-of-sales-select select.point-of-sales:focus {
  outline: none;
  border-color: #10cfc9;
}
.estimator .estimator-box section.contact-infos #contact-form .request-type-container .request-type-select {
  position: relative;
}
.estimator .estimator-box section.contact-infos #contact-form .request-type-container .request-type-select select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url("../img/icons/dropdown-icon.svg") no-repeat !important;
  background-size: 12px !important;
  background-position: 92% !important;
  outline: none;
  border: none;
}
.estimator .estimator-box section.contact-infos #contact-form .request-type-container .request-type-select select.request-type-input {
  border: 2px solid #c4c4c4;
  border-radius: 12px;
  background-color: transparent !important;
  font-size: 14px !important;
  padding: 14px 18px;
  width: 100%;
}
.estimator .estimator-box section.contact-infos #contact-form .request-type-container .request-type-select select.request-type-input:focus {
  outline: none;
  border-color: #10cfc9;
}
.estimator .estimator-box section.contact-infos #contact-form .request-type-container .request-type-radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
}
.estimator .estimator-box section.contact-infos #contact-form .request-type-container .request-type-radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 2px solid #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
}
.estimator .estimator-box section.contact-infos #contact-form .request-type-container .request-type-radio input[type=radio]:checked {
  border-color: #10cfc9;
  background-image: radial-gradient(circle, #10cfc9 0 5px, transparent 5px);
}
.estimator .estimator-box section.contact-infos #contact-form .request-type-container .request-type-radio label {
  font-size: 14px;
  margin: 0;
  cursor: pointer;
}
.estimator .estimator-box section.contact-infos #contact-form .personal-data-checkboxes {
  margin-top: 32px;
}
.estimator .estimator-box section.contact-infos #contact-form .personal-data-checkboxes .legal-notice {
  margin-bottom: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.estimator .estimator-box section.contact-infos #contact-form .personal-data-checkboxes .legal-notice a {
  color: #10cfc9;
  text-decoration: underline;
  font-weight: bold;
}
.estimator .estimator-box section.contact-infos #contact-form .personal-data-checkboxes .custom-checkbox {
  display: flex;
  justify-content: flex-start;
}
.estimator .estimator-box section.contact-infos #contact-form .personal-data-checkboxes .custom-checkbox + .custom-checkbox {
  margin-top: 20px;
}
.estimator .estimator-box section.contact-infos #contact-form .personal-data-checkboxes .custom-checkbox label {
  position: relative;
}
.estimator .estimator-box section.contact-infos #contact-form .personal-data-checkboxes .custom-checkbox label p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.estimator .estimator-box section.contact-infos #contact-form .personal-data-checkboxes .custom-checkbox label .error {
  color: red;
}
.estimator .estimator-box section.contact-infos #contact-form .message textarea {
  border: 2px solid #c4c4c4;
  border-radius: 12px;
  width: 100%;
  height: 100px;
  resize: none;
  padding: 15px;
  font-family: "Roboto";
  font-size: 14px;
}
.estimator .estimator-box section.contact-infos #contact-form .message textarea:focus {
  outline: none;
  border-color: #10cfc9;
}
.estimator .estimator-box section.contact-infos #contact-form .form-error {
  color: red;
  border: 1px solid red;
}
.estimator .estimator-box section.contact-infos #contact-form .error {
  color: red;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.estimator .estimator-box section.contact-infos .back-page-button,
.estimator .estimator-box section.contact-infos .light-green-button {
  display: inline-flex;
  justify-content: center;
}
.estimator .estimator-box section.contact-infos .send-code-error {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #e74c3c;
}
.estimator .estimator-box section.contact-infos #contact-form .contact-actions {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.estimator .estimator-box section.contact-infos #contact-form .contact-actions .back-page-button,
.estimator .estimator-box section.contact-infos #contact-form .contact-actions .light-green-button {
  position: static;
  margin-right: 0;
}
.estimator .estimator-box section.contact-infos #contact-form .contact-actions .back-page-button {
  width: 220px;
}
.estimator .estimator-box section.contact-infos #contact-form .contact-actions .light-green-button {
  width: 270px;
}
.estimator .estimator-box section.contact-infos #contact-form .contact-actions .light-green-button button {
  white-space: nowrap;
}
.estimator .estimator-box section.form-send-error-message .car-infos {
  background: #f9f7f7;
  border-radius: 4px;
  padding: 25px 30px;
  margin-top: 45px;
}
.estimator .estimator-box section.form-send-error-message .car-infos .heading {
  margin-top: 0;
  text-align: center;
}
.estimator .estimator-box section.form-send-error-message .car-infos .heading h3 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.estimator .estimator-box section.form-send-error-message .car-infos .infos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.estimator .estimator-box section.form-send-error-message .car-infos .infos p {
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
  position: relative;
  color: #5b6770;
}
.estimator .estimator-box section.form-send-error-message .car-infos .infos p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  border-right: 1px solid;
  height: 100%;
}
.estimator .estimator-box section.form-send-error-message .car-infos .infos p:last-child {
  padding-right: 0;
}
.estimator .estimator-box section.form-send-error-message .car-infos .infos p:last-child::after {
  border-right: none;
}
.estimator .estimator-box section.form-send-error-message .sending-message {
  color: #000000;
  text-align: center;
  margin-top: 50px;
}
.estimator .estimator-box section.form-send-error-message .sending-message h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
.estimator .estimator-box section.form-send-error-message .sending-message p {
  font-size: 14px;
  padding-bottom: 20px;
  max-width: 80%;
  margin: 0 auto;
}
.estimator .estimator-box section.form-send-error-message .sending-message p.thanks {
  font-weight: bold;
  padding-bottom: 0;
}
.estimator .estimator-box section.form-send-error-message .sell-now-cta {
  text-align: center;
  margin: 70px 0 60px;
}
.estimator .estimator-box section.form-send-error-message .sell-now-cta h4 {
  font-size: 24px;
  font-weight: bold;
  color: #10cfc9;
  margin-bottom: 24px;
}
.estimator .estimator-box section.form-send-error-message .sell-now-cta .appointment-button {
  display: inline-block;
  min-width: 233px;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  background: #10cfc9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.estimator .estimator-box section.form-send-error-message .sell-now-cta .appointment-button:hover {
  color: #ffffff;
}
.estimator .estimator-box section.form-send-currect-message .car-infos {
  background: #f9f7f7;
  border-radius: 4px;
  padding: 25px 30px;
  margin-top: 45px;
}
.estimator .estimator-box section.form-send-currect-message .car-infos .heading {
  margin-top: 0;
  text-align: center;
}
.estimator .estimator-box section.form-send-currect-message .car-infos .heading h3 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.estimator .estimator-box section.form-send-currect-message .car-infos .infos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.estimator .estimator-box section.form-send-currect-message .car-infos .infos p {
  font-size: 14px;
  font-weight: bold;
  padding-right: 15px;
  position: relative;
  color: #5b6770;
}
.estimator .estimator-box section.form-send-currect-message .car-infos .infos p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8px;
  border-right: 1px solid;
  height: 100%;
}
.estimator .estimator-box section.form-send-currect-message .car-infos .infos p:last-child {
  padding-right: 0;
}
.estimator .estimator-box section.form-send-currect-message .car-infos .infos p:last-child::after {
  border-right: none;
}
.estimator .estimator-box section.form-send-currect-message .sending-message {
  color: #000000;
  text-align: center;
  margin-top: 50px;
}
.estimator .estimator-box section.form-send-currect-message .sending-message h3 {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 20px;
}
.estimator .estimator-box section.form-send-currect-message .sending-message h4 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 25px;
}
.estimator .estimator-box section.form-send-currect-message .sending-message h4 .price {
  font-size: 22px;
  color: #10cfc9;
  padding: 0 4px;
}
.estimator .estimator-box section.form-send-currect-message .sending-message p {
  font-size: 16px;
  padding-bottom: 20px;
}
.estimator .estimator-box section.form-send-currect-message .sending-message p.note {
  padding-bottom: 0;
}
.estimator .estimator-box section.form-send-currect-message .sending-message p.note em {
  font-style: normal;
  color: #808080;
}
.estimator .estimator-box section.form-send-currect-message .sell-now-cta {
  text-align: center;
  margin: 70px 0 60px;
}
.estimator .estimator-box section.form-send-currect-message .sell-now-cta h4 {
  font-size: 24px;
  font-weight: bold;
  color: #10cfc9;
  margin-bottom: 24px;
}
.estimator .estimator-box section.form-send-currect-message .sell-now-cta .appointment-button {
  display: inline-block;
  min-width: 233px;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  background: #10cfc9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}
.estimator .estimator-box section.form-send-currect-message .sell-now-cta .appointment-button:hover {
  color: #ffffff;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-table {
  width: 60%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual {
  width: calc(40% - 30px);
  text-align: center;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg {
  position: relative;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point .body-damage-point-inner {
  position: relative;
  height: 15px;
  width: 15px;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point .body-damage-point-inner::after {
  content: "";
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.original {
  background-color: #10cfc9;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.original .body-damage-point-inner::after {
  content: "O";
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.local_painted {
  background-color: #F69D03;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.local_painted .body-damage-point-inner::after {
  content: "LB";
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.painted {
  background-color: #F3EB00;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.painted .body-damage-point-inner::after {
  content: "B";
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.replaced {
  background-color: #FF0000;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.replaced .body-damage-point-inner::after {
  content: "D";
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.front_bonnet {
  top: 18%;
  left: 48%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.left_front_fender {
  top: 22%;
  left: 25%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.left_front_door {
  top: 40%;
  left: 25%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.left_rear_door {
  top: 55%;
  left: 25%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.left_rear_fender {
  top: 72%;
  left: 25%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.roof {
  top: 52%;
  left: 48%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.trunk {
  top: 76%;
  left: 48%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.right_rear_fender {
  top: 72%;
  left: 70%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.right_rear_door {
  top: 55%;
  left: 70%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.right_front_door {
  top: 40%;
  left: 70%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.right_front_fender {
  top: 22%;
  left: 70%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.front_bumper {
  top: 6%;
  left: 48%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.rear_bumper {
  top: 88.5%;
  left: 48%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.left_rocker_board {
  top: 45%;
  left: 16%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual .body-damage-svg .body-damage-point.right_rocker_board {
  top: 45%;
  left: 80%;
}
.estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual img {
  width: 80%;
}
.estimator .estimator-box section.body-damage table {
  font-size: 12px;
  width: 100%;
}
.estimator .estimator-box section.body-damage table tr.bg-gray {
  background-color: #EFEFEF;
}
.estimator .estimator-box section.body-damage table tr th {
  font-weight: 500;
  padding: 10px 5px;
}
.estimator .estimator-box section.body-damage table tr td {
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}
.estimator .estimator-box section.body-damage table tr td:first-child {
  text-align: left;
  font-weight: 500;
}
.estimator .estimator-box section.body-damage table tr td input {
  position: absolute;
  padding: 0;
  height: 25px;
  width: 25px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.estimator .estimator-box section.body-damage table tr td label {
  position: relative;
  cursor: pointer;
  z-index: 8;
}
.estimator .estimator-box section.body-damage table tr td label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #13d0ca;
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
.estimator .estimator-box section.body-damage table tr td input:checked + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url("../img/icons/checkbox-icon.svg") no-repeat;
  background-size: cover;
  background-position: center;
}
.estimator .estimator-box section.body-damage .body-damage-legends {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.estimator .estimator-box section.body-damage .body-damage-legends .body-damage-legend-item {
  width: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.estimator .estimator-box section.body-damage .body-damage-legends .body-damage-legend-item .body-damage-legend-item-icon {
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.estimator .estimator-box section.body-damage .body-damage-legends .body-damage-legend-item .body-damage-legend-item-icon.blue {
  background-color: #10cfc9;
}
.estimator .estimator-box section.body-damage .body-damage-legends .body-damage-legend-item .body-damage-legend-item-icon.yellow {
  background-color: #F3EB00;
}
.estimator .estimator-box section.body-damage .body-damage-legends .body-damage-legend-item .body-damage-legend-item-icon.red {
  background-color: #FF0000;
}
.estimator .estimator-box section.body-damage .body-damage-legends .body-damage-legend-item .body-damage-legend-item-icon.orange {
  background-color: #F69D03;
}
.estimator .estimator-box section.body-damage .body-damage-legends .body-damage-legend-item .body-damage-legend-item-label {
  font-size: 12px;
  line-height: 16px;
}
.estimator .estimator-box section.body-damage .view-buttons {
  display: flex;
  justify-content: space-between;
}
.estimator .estimator-box section.body-color .body-color-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item {
  width: calc(25% - 15px);
  padding: 10px 15px;
  border: solid 1px #C4C4C4;
  font-size: 12px;
  cursor: pointer;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.gold {
  border-top: solid 4px #ECC700;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.gold.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.beige {
  border-top: solid 4px #E8DBCB;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.beige.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.white {
  padding-top: 13px;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.white.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.gray {
  border-top: solid 4px #C4C4C4;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.gray.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.silver {
  border-top: solid 4px #E4E4E4;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.silver.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.brown {
  border-top: solid 4px #84481B;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.brown.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.red {
  border-top: solid 4px #FF0000;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.red.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.blue {
  border-top: solid 4px #00A6FF;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.blue.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.dark_blue {
  border-top: solid 4px #0C017C;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.dark_blue.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.yellow {
  border-top: solid 4px #FFE200;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.yellow.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.black {
  border-top: solid 4px #000;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.black.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.champagne {
  border-top: solid 4px #F8F6EC;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.champagne.checked {
  background-color: #10cfc9;
  color: #fff;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.orange {
  border-top: solid 4px #FFA900;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.orange.checked {
  background-color: #10cfc9;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.green {
  border-top: solid 4px #2D9D05;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.green.checked {
  background-color: #10cfc9;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.other {
  padding-top: 13px;
}
.estimator .estimator-box section.body-color .body-color-wrapper .body-color-item.other.checked {
  background-color: #10cfc9;
}
.estimator .estimator-box section.body-color .body-color-type-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  font-size: 12px;
}
.estimator .estimator-box section.body-color .body-color-type-wrapper input {
  position: absolute;
  padding: 0;
  height: 25px;
  width: 25px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.estimator .estimator-box section.body-color .body-color-type-wrapper label {
  position: relative;
  cursor: pointer;
  z-index: 8;
}
.estimator .estimator-box section.body-color .body-color-type-wrapper label span {
  padding-left: 5px;
}
.estimator .estimator-box section.body-color .body-color-type-wrapper label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #13d0ca;
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}
.estimator .estimator-box section.body-color .body-color-type-wrapper input:checked + label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 16px;
  height: 16px;
  background: url("../img/icons/checkbox-icon.svg") no-repeat;
  background-size: cover;
  background-position: center;
}
.estimator .estimator-box section.body-color .view-buttons {
  display: flex;
  justify-content: space-between;
}
.estimator .estimator-box section.accessories .accessories-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}
.estimator .estimator-box section.accessories .accessories-wrapper .accessories-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: calc(50% - 15px);
  min-height: 48px;
  padding: 10px 24px;
  border-radius: 4px;
  background-color: #EFEFEF;
}
.estimator .estimator-box section.accessories .accessories-wrapper .accessories-item .accessories-item-label {
  font-size: 14px;
  text-align: left;
  flex: 1 1 auto;
}
.estimator .estimator-box section.accessories .accessories-wrapper .accessories-item .accessories-item-input {
  text-align: right;
  flex: 0 0 28px;
}
.estimator .estimator-box section.accessories .view-buttons {
  display: flex;
  justify-content: space-between;
}
.estimator .estimator-box section.accessories .accessories-item-input input {
  position: absolute;
  padding: 0;
  height: 28px;
  width: 28px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}
.estimator .estimator-box section.accessories .accessories-item-input label {
  position: relative;
  cursor: pointer;
  z-index: 8;
}
.estimator .estimator-box section.accessories .accessories-item-input label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  box-sizing: border-box;
  border: 2px solid #13d0ca;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.estimator .estimator-box section.accessories .accessories-item-input input:checked + label:before {
  background: url("../img/icons/checkbox-icon.svg") no-repeat center;
  background-size: 16px 16px;
}

.seo-content {
  font-family: "Sora", Helvetica, sans-serif;
  padding-bottom: 60px;
}
.seo-content .accordion-item + .accordion-item {
  margin-top: 36px;
}
.seo-content .accordion-item.is-open .accordion-icon {
  transform: scaleY(-1);
}
.seo-content .accordion-title {
  font-size: 24px;
  font-weight: bold;
}
.seo-content .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 24px;
  padding: 0;
  background: none;
  border: 0;
  font: inherit;
  color: #000000;
  text-align: left;
  cursor: pointer;
}
.seo-content .accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
}
.seo-content .accordion-icon img {
  width: 100%;
  height: 100%;
}
.seo-content .accordion-panel {
  display: none;
  padding-top: 24px;
  font-size: 16px;
  line-height: normal;
  color: #323e48;
}
.seo-content .accordion-item.is-open .accordion-panel {
  display: block;
}
.seo-content p + p,
.seo-content ul + p {
  margin-top: 15px;
}
.seo-content ul {
  margin: 15px 0;
}

@media screen and (max-width: 992px) {
  #header-site .navbar .navbar-content-row {
    position: relative;
    padding: 15px 35px;
    align-items: flex-start;
  }
  #header-site .navbar .navbar-content-row .mobile-menu-open {
    display: block;
  }
  #header-site .navbar .navbar-content-row .mobile-menu-open i {
    font-size: 32px;
    color: #c4c4c4;
  }
  #header-site .navbar .navbar-content-row .navbar-collapse {
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #ffffff;
    height: auto;
  }
  #header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  #header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li {
    margin-right: 30px;
    margin-left: 30px;
    background: #efefef;
    margin-bottom: 10px;
    padding: 25px 5px;
    width: -webkit-fill-available;
  }
  #header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li a {
    justify-content: flex-start;
  }
  #header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li:last-child {
    background: transparent;
  }
  #header-site .navbar .navbar-content-row .nav-user-menu {
    display: block;
  }
  #header-site .navbar .navbar-content-row .nav-user-menu i {
    font-size: 32px;
    color: #c4c4c4;
  }

  .banner {
    padding-bottom: 140px;
  }
  .banner .banner-images .banner-image {
    padding-bottom: 90px;
  }
  .banner .banner-images .banner-heading {
    width: 70%;
    bottom: 10%;
  }
  .banner .banner-images .banner-heading h1 {
    font-size: 30px;
    letter-spacing: -1.5px;
  }

  .buttons .button {
    margin-bottom: 6px;
    margin-right: 6px;
    flex-basis: 32%;
  }
  .buttons .dropdown-button {
    margin-bottom: 6px;
  }

  .custom-checkbox input[type=checkbox] + label {
    font-size: 15px;
  }

  .estimator .estimator-box section.body-type .type-buttons .button a .car-type-images {
    width: 60%;
    justify-content: flex-end;
  }
  .estimator .estimator-box section.body-type .type-buttons .button a .car-type-images img {
    padding: 0 15px;
    max-width: 200px;
  }
  .estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-images {
    width: 60%;
    justify-content: flex-end;
  }
  .estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-images img {
    padding: 0 15px;
    min-width: auto;
    max-width: 150px;
    max-height: 120px;
    min-height: auto;
  }
  .estimator .estimator-box section.km-info #km-info-form #km-input {
    width: 80%;
  }
  .estimator .estimator-box section.km-info .back-page-button,
.estimator .estimator-box section.km-info .light-green-button {
    width: 200px;
  }
  .estimator .estimator-box section.contact-infos #contact-form {
    width: 100%;
  }
  .estimator .estimator-box section.contact-infos .back-page-button,
.estimator .estimator-box section.contact-infos .light-green-button {
    width: 200px;
  }
  .estimator .estimator-box section.contact-infos .light-green-button {
    position: absolute;
    bottom: 0;
    left: 32%;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos .heading {
    line-height: 15px;
    font-size: 15px;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos .infos p {
    font-size: 13px;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos .heading {
    line-height: 15px;
    font-size: 15px;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos .infos p {
    font-size: 13px;
  }

  .estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-visual {
    display: none;
  }

  .estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-table {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .estimator .estimator-box section.body-damage .body-damage-wrapper .body-damage-table::-webkit-scrollbar {
    display: none;
  }
  .estimator .estimator-box section.body-damage table th:first-child,
.estimator .estimator-box section.body-damage table td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 10;
    min-width: 104px;
    background-color: #ffffff;
  }
  .estimator .estimator-box section.body-damage table tr.bg-gray th:first-child,
.estimator .estimator-box section.body-damage table tr.bg-gray td:first-child {
    background-color: #EFEFEF;
  }

  .estimator .criteria-box {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .estimator .criteria-box h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .estimator .criteria-box p {
    font-size: 14px;
  }

  .seo-content .accordion-item + .accordion-item {
    margin-top: 24px;
  }
  .seo-content .accordion-title {
    font-size: 20px;
  }
  .seo-content .accordion-header {
    gap: 16px;
  }
  .seo-content .accordion-icon {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }
  .seo-content .accordion-panel {
    padding-top: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding-bottom: 24px;
  }
  .banner .banner-images {
    position: relative;
  }
  .banner .banner-images .banner-image {
    padding-bottom: 0;
  }
  .banner .banner-images .banner-image #desk-banner-img {
    display: none;
  }
  .banner .banner-images .banner-image #mobile-banner-img {
    display: block;
  }
  .banner .banner-images .banner-heading {
    bottom: 12px;
    width: 80%;
  }
  .banner .banner-images .banner-heading h1 {
    font-size: 25px;
    letter-spacing: -1.25px;
    padding-bottom: 10px;
  }

  .button,
.dropdown-button {
    width: 170px;
    margin-bottom: 8px;
    margin-right: 8px;
    flex-basis: 47%;
  }

  .custom-checkbox input[type=checkbox] + label {
    font-size: 11px;
  }

  select.other {
    font-size: unset !important;
  }

  .estimator .estimator-box section.body-type .type-buttons .button a .car-type-images {
    width: 50%;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
  }
  .estimator .estimator-box section.vehicle-type .type-buttons .button a {
    flex-direction: column;
    align-items: baseline;
  }
  .estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-images {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-images img {
    padding: 10px 7px;
    max-width: 120px;
  }
  .estimator .estimator-box section.contact-infos .light-green-button {
    left: 40%;
  }
  .estimator .estimator-box section.form-send-error-message .sending-message {
    margin-top: 35px;
  }
  .estimator .estimator-box section.form-send-error-message .sending-message h3 {
    font-size: 15px;
  }
  .estimator .estimator-box section.form-send-error-message .sending-message p {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos {
    padding: 20px;
    margin-top: 30px;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos .heading {
    font-size: 14px;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos .infos p {
    font-size: 10px;
  }
  .estimator .estimator-box section.form-send-error-message .sell-now-cta {
    margin: 50px 0 40px;
  }
  .estimator .estimator-box section.form-send-error-message .sell-now-cta h4 {
    font-size: 20px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message {
    margin-top: 35px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message h3 {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message h4 {
    font-size: 13px;
    padding-bottom: 20px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message h4 .price {
    font-size: 18px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message p {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos {
    padding: 20px;
    margin-top: 30px;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos .heading {
    font-size: 14px;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos .infos p {
    font-size: 10px;
  }
  .estimator .estimator-box section.form-send-currect-message .sell-now-cta {
    margin: 50px 0 40px;
  }
  .estimator .estimator-box section.form-send-currect-message .sell-now-cta h4 {
    font-size: 20px;
  }

  .estimator .estimator-box section.accessories .accessories-wrapper .accessories-item {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .seo-content .accordion-title {
    font-size: 18px;
  }

  .banner .banner-images .banner-heading {
    width: 91%;
  }
  .banner .banner-images .banner-heading h1 {
    font-size: 21px;
    letter-spacing: -1.05px;
  }
  .banner .banner-images .banner-heading p {
    font-size: 12px;
  }

  .button,
.dropdown-button {
    width: 32%;
    padding: 10px 0;
  }
  .button a,
.dropdown-button a {
    font-size: 12px;
  }

  .buttons .button {
    margin-bottom: 8px;
    flex-basis: 46%;
  }
  .buttons .dropdown-button .button {
    margin-bottom: 8px;
  }

  select {
    background-position: 75% !important;
  }
  select.other {
    font-size: 12px !important;
  }

  .custom-checkbox input[type=checkbox] + label {
    font-size: 12px;
  }

  .back-page-button,
.light-green-button {
    width: 32%;
  }

  .estimator .estimator-box {
    padding: 30px 30px 60px;
  }
  .estimator .estimator-box .estimator-timeline ul li a .timeline-name {
    font-size: 11px;
    text-align: center;
  }
  .estimator .estimator-box section.engine-type .buttons #buttons .button p {
    font-size: 10px;
  }
  .estimator .estimator-box section.km-info #km-info-form #km-input {
    width: 100%;
  }
  .estimator .estimator-box section.km-info .back-page-button,
.estimator .estimator-box section.km-info .light-green-button {
    width: 40%;
  }
  .estimator .estimator-box section.contact-infos #contact-form .input-row:first-child {
    padding-bottom: 15px;
  }
  .estimator .estimator-box section.contact-infos #contact-form .input-row .input:first-child {
    margin-right: 10px;
  }
  .estimator .estimator-box section.contact-infos #contact-form .contact-actions {
    gap: 10px;
  }
  .estimator .estimator-box section.contact-infos #contact-form .contact-actions .back-page-button {
    width: auto;
    flex: 0 1 40%;
  }
  .estimator .estimator-box section.contact-infos #contact-form .contact-actions .light-green-button {
    width: auto;
    flex: 1 1 60%;
  }
  .estimator .estimator-box section.contact-infos #contact-form .contact-actions .light-green-button button {
    font-size: 10px;
  }
  .estimator .estimator-box section.contact-infos #contact-form .interests-checkboxes .checkboxes {
    flex-direction: column;
  }
  .estimator .estimator-box section.contact-infos #contact-form .interests-checkboxes .checkboxes .custom-checkbox {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .estimator .estimator-box section.contact-infos #contact-form .point-of-sales .point-of-sales-select select.point-of-sales {
    width: 100%;
  }
  .estimator .estimator-box section.contact-infos .back-page-button,
.estimator .estimator-box section.contact-infos .light-green-button {
    width: 40%;
  }
  .estimator .estimator-box section.contact-infos .light-green-button {
    left: 42%;
  }
  .estimator .estimator-box section.form-send-error-message .sending-message {
    margin-top: 30px;
  }
  .estimator .estimator-box section.form-send-error-message .sending-message h3 {
    font-size: 14px;
  }
  .estimator .estimator-box section.form-send-error-message .sending-message p {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos {
    padding: 20px;
    margin-top: 25px;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos .heading {
    font-size: 14px;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos .infos {
    flex-direction: column;
    align-items: center;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos .infos p {
    font-size: 12px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .estimator .estimator-box section.form-send-error-message .car-infos .infos p::after {
    opacity: 0;
  }
  .estimator .estimator-box section.form-send-error-message .sell-now-cta {
    margin: 40px 0 30px;
  }
  .estimator .estimator-box section.form-send-error-message .sell-now-cta h4 {
    font-size: 18px;
  }
  .estimator .estimator-box section.form-send-error-message .sell-now-cta .appointment-button {
    min-width: 0;
    width: 100%;
    max-width: 233px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message {
    margin-top: 30px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message h3 {
    font-size: 14px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message h4 {
    font-size: 13px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message h4 .price {
    font-size: 15px;
  }
  .estimator .estimator-box section.form-send-currect-message .sending-message p {
    font-size: 11px;
    padding-bottom: 15px;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos {
    padding: 20px;
    margin-top: 25px;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos .heading {
    font-size: 14px;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos .infos {
    flex-direction: column;
    align-items: center;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos .infos p {
    font-size: 12px;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .estimator .estimator-box section.form-send-currect-message .car-infos .infos p::after {
    opacity: 0;
  }
  .estimator .estimator-box section.form-send-currect-message .sell-now-cta {
    margin: 40px 0 30px;
  }
  .estimator .estimator-box section.form-send-currect-message .sell-now-cta h4 {
    font-size: 18px;
  }
  .estimator .estimator-box section.form-send-currect-message .sell-now-cta .appointment-button {
    min-width: 0;
    width: 100%;
    max-width: 233px;
  }

  .estimator .estimator-box section.body-color .body-color-wrapper .body-color-item {
    width: calc(50% - 15px);
  }

  .estimator .estimator-box section.body-color .body-color-type-wrapper {
    flex-wrap: wrap;
  }
  .estimator .estimator-box section.body-color .body-color-type-wrapper .body-color-type {
    width: calc(50% - 15px);
  }

  .estimator .estimator-box section.contact-infos #contact-form .input-row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .estimator .estimator-box section.contact-infos #contact-form .input-row:first-child {
    padding-bottom: 0;
  }
  .estimator .estimator-box section.contact-infos #contact-form .input-row .input:first-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 417px) {
  #header-site {
    height: 70px;
  }
  #header-site .navbar .navbar-content-row {
    padding: 15px 5px;
  }
  #header-site .navbar .navbar-content-row .mobile-menu-open i,
#header-site .navbar .navbar-content-row .nav-user-menu i {
    font-size: 25px;
  }
  #header-site .navbar .navbar-content-row #branding {
    width: 170px;
  }
  #header-site .navbar .navbar-content-row .navbar-collapse {
    top: 95%;
  }
  #header-site .navbar .navbar-content-row .navbar-collapse .navbar-nav li {
    margin-right: 20px;
    margin-left: 20px;
  }

  .banner .banner-images .banner-heading {
    width: 80%;
    bottom: 5%;
  }
  .banner .banner-images .banner-heading h1 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.8px;
  }
  .banner .banner-images .banner-heading p {
    font-size: 9px;
    line-height: 17px;
  }

  .button,
.dropdown-button {
    width: 49%;
  }

  .back-page-button,
.light-green-button {
    width: 49%;
  }

  .estimator .estimator-box {
    padding: 30px 15px 50px;
    margin-bottom: 30px;
  }
  .estimator .estimator-box .estimator-timeline ul li a .timeline-number {
    width: 30px;
    height: 30px;
  }
  .estimator .estimator-box .estimator-timeline ul li a .timeline-name {
    font-size: 9px;
  }
  .estimator .estimator-box section.car-category .calculation-buttons {
    gap: 10px;
  }
  .estimator .estimator-box section.car-category .calculation-buttons .button a {
    gap: 6px;
    padding: 0 10px;
  }
  .estimator .estimator-box section.body-type .type-buttons .button a {
    font-size: 10px;
  }
  .estimator .estimator-box section.vehicle-type .type-buttons .button a {
    font-size: 10px;
  }
  .estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-images img {
    padding: 5px 5px;
    max-width: 95px;
  }
  .estimator .estimator-box section.transmission-type .buttons {
    flex-wrap: nowrap;
  }
  .estimator .estimator-box section.transmission-type .buttons .button:first-child {
    margin-right: 10px;
  }
  .estimator .estimator-box section.km-info .back-page-button,
.estimator .estimator-box section.km-info .light-green-button {
    width: 45%;
  }
  .estimator .estimator-box section.contact-infos #contact-form .interests-checkboxes .checkboxes .custom-checkbox {
    margin-bottom: 10px;
  }
  .estimator .estimator-box section.contact-infos .back-page-button,
.estimator .estimator-box section.contact-infos .light-green-button {
    width: 45%;
  }
  .estimator .estimator-box section.contact-infos .light-green-button {
    left: 50%;
  }
}
@media screen and (max-width: 390px) {
  #header-site .navbar .navbar-content-row #branding {
    width: 140px;
  }
  #header-site .navbar .navbar-content-row .navbar-collapse {
    left: -15px;
    width: 110%;
  }

  .banner .banner-images .banner-heading {
    width: 90%;
  }
  .banner .banner-images .banner-heading p {
    font-size: 9px;
    line-height: unset;
  }

  .estimator .estimator-box section.vehicle-type .type-buttons .button a .car-type-images img {
    padding: 5px 5px;
    max-width: 32%;
  }
}
div:where(.swal2-container) button:where(.swal2-close) {
  color: #13d0ca !important;
  background-color: white !important;
  outline: none !important;
  box-shadow: none !important;
}

.booking-page .banner {
  padding-bottom: 0;
}

.booking {
  font-family: "Sora", Helvetica, sans-serif;
  padding: 0 0 80px;
}
.booking .booking-box {
  background-color: #ffffff;
  max-width: 1170px;
  margin: -60px auto 0;
  padding: 46px 90px 60px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
}
.booking.booking-edit .booking-box, .booking.appointment-edit .booking-box {
  margin-top: -8vw;
}

.booking-steps {
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 18px;
  margin-bottom: 44px;
}
.booking-steps ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.booking-steps li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #e5e5e5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.booking-steps li.is-active span {
  background-color: #10cfc9;
}

.booking-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin: 0 0 17px;
}

.booking-summary-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin: 0 0 24px;
}

.booking-info {
  text-align: center;
  font-size: 14px;
  color: #62748e;
  padding: 40px 0;
}

.booking-location-select {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.booking-location-select .input {
  width: 348px;
  max-width: 100%;
  position: relative;
}
.booking-location-select select {
  border: 2px solid #c4c4c4;
  border-radius: 12px;
  width: 100%;
  padding: 15px;
  background-position: calc(100% - 15px) !important;
  font-size: 14px;
  color: #323e48;
}
.booking-location-select select:focus {
  outline: none;
  border-color: #10cfc9;
}

.booking-dealers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.booking-dealer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 707px;
  max-width: 100%;
  min-height: 148px;
  padding: 21px 30px;
  border: 1px solid rgba(16, 207, 201, 0.3);
  border-radius: 4px;
}
.booking-dealer h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 22px;
}
.booking-dealer p {
  font-size: 16px;
  color: #62748e;
  margin: 0 0 4px;
}
.booking-dealer .booking-dealer-address strong {
  font-weight: 500;
}
.booking-dealer .booking-dealer-phone {
  font-weight: 500;
}
.booking-dealer .booking-dealer-phone a {
  color: #10cfc9;
}
.booking-dealer .booking-dealer-action {
  flex-shrink: 0;
  padding-left: 20px;
}

.booking-dealer-map {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #10cfc9;
  text-decoration: underline;
}
.booking-dealer-map img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.booking-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 233px;
  height: 44px;
  border: 0;
  border-radius: 4px;
  background-color: #10cfc9;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.booking-button:hover {
  opacity: 0.85;
}

@media screen and (max-width: 992px) {
  .booking .booking-box,
.booking.booking-edit .booking-box {
    margin-top: 0;
    padding: 30px 20px 40px;
  }

  .booking-dealer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .booking-dealer .booking-dealer-action {
    padding-left: 0;
    width: 100%;
  }

  .booking-button {
    width: 100%;
  }
}
.booking-days {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}

.booking-day {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  min-width: 0;
  height: 89px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.booking-day .booking-day-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.booking-day .booking-day-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.booking-day .booking-day-name {
  font-size: 16px;
}
.booking-day .booking-day-date {
  font-size: 12px;
}
.booking-day .booking-day-status {
  font-size: 14px;
}
.booking-day.is-available {
  border-color: #10cfc9;
  color: #10cfc9;
}
.booking-day.is-selected {
  border-color: #10cfc9;
  background-color: #10cfc9;
  color: #ffffff;
}
.booking-day.is-selected .booking-day-name {
  font-weight: 600;
}
.booking-day.is-full {
  background-color: #f2f2f2;
  color: #c4c4c4;
  cursor: not-allowed;
}
.booking-day.is-full .booking-day-status {
  color: #e74c3c;
}
.booking-day.is-closed {
  background-color: rgba(229, 229, 229, 0.5);
  color: #c4c4c4;
  cursor: not-allowed;
}

.booking-hours-wrapper {
  margin-bottom: 40px;
}

.booking-selected-date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  margin-bottom: 12px;
}
.booking-selected-date img {
  width: 24px;
  height: 24px;
}

.booking-hours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 325px;
  max-width: 100%;
  margin: 0 auto;
}

.booking-hours-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 0;
  background: none;
  color: #000000;
  cursor: pointer;
}
.booking-hours-arrow.is-down img {
  transform: scaleY(-1);
}
.booking-hours-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}

.booking-hours-list {
  width: 100%;
  max-height: 195px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.booking-hours-list::-webkit-scrollbar {
  display: none;
}
.booking-hours-list .booking-hour {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 24px;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  background-color: #f8fafc;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.booking-hours-list .booking-hour.is-selected {
  background-color: #10cfc9;
  border-bottom-color: #10cfc9;
  color: #ffffff;
}

.booking-form {
  width: 727px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.booking-field {
  width: 535px;
  max-width: 100%;
  margin: 0 auto 16px;
}
.booking-field input {
  border: 2px solid #c4c4c4;
  border-radius: 12px;
  width: 100%;
  height: 51px;
  padding: 0 22px;
  font-size: 16px;
}
.booking-field input:focus {
  outline: none;
  border-color: #10cfc9;
}
.booking-field input:disabled {
  background-color: #f7f7f7;
}

.booking-field-error {
  margin-top: 6px;
  font-size: 12px;
  color: #e74c3c;
  text-align: left;
}

.booking-field-code {
  width: 400px;
  margin-bottom: 12px;
}
.booking-field-code input.is-error {
  border-color: #e74c3c;
  color: #e74c3c;
}

.booking-sms {
  margin-top: 33px;
  text-align: center;
}

.booking-subtitle {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-sms-error {
  margin-bottom: 8px;
  font-size: 13px;
  color: #e74c3c;
}

.booking-counter {
  font-size: 13px;
  color: #62748e;
}

.booking-error {
  margin-top: 12px;
  font-size: 13px;
  color: #e53935;
  text-align: center;
}

.booking-summary {
  width: 707px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.booking-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 36px 30px;
  margin-bottom: 12px;
  border: 1px solid rgba(16, 207, 201, 0.3);
  border-radius: 4px;
}
.booking-summary-row .booking-summary-label {
  font-size: 18px;
  font-weight: 400;
}
.booking-summary-row .booking-summary-value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  text-align: right;
}
.booking-summary-row .booking-summary-value strong {
  font-weight: 700;
}
.booking-summary-row .booking-summary-value em {
  font-style: normal;
  color: #10cfc9;
}
.booking-summary-row .booking-summary-value img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.booking-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
}

.booking-actions-end {
  justify-content: flex-end;
}

.booking-button-wide {
  width: 262px;
}

.booking-button-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 233px;
  height: 44px;
  border: 1px solid #10cfc9;
  border-radius: 4px;
  background-color: #ffffff;
  color: #10cfc9;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.booking-button-outline:hover {
  opacity: 0.85;
}

.booking-button-ghost {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 238px;
  height: 44px;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
}

.booking-button-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 233px;
  height: 44px;
  border: 0;
  border-radius: 4px;
  background-color: #495057;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.booking-button-danger:hover {
  opacity: 0.85;
}
.booking-button-danger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.booking-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.booking-done > * {
  width: 707px;
  max-width: 100%;
  margin: 0 auto 48px;
}
.booking-done > *:last-child {
  margin-bottom: 0;
}

.booking-done-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.booking-done-head .booking-done-icon {
  width: 116px;
  height: 126px;
  color: #10cfc9;
}
.booking-done-head .booking-done-icon svg {
  width: 100%;
  height: 100%;
}
.booking-done-head .booking-done-titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.booking-done-head .booking-done-title {
  font-size: 28px;
  font-weight: 700;
}
.booking-done-head .booking-done-text {
  font-size: 14px;
  font-weight: 700;
  opacity: 0.5;
}

.booking-done-dealer {
  padding: 24px 36px;
  background-color: #f9f7f7;
  text-align: left;
}
.booking-done-dealer h3 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}
.booking-done-dealer .booking-done-dealer-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 12px;
}
.booking-done-dealer p {
  font-size: 16px;
  color: #62748e;
}
.booking-done-dealer strong {
  font-weight: 500;
}
.booking-done-dealer .booking-done-dealer-phone {
  font-weight: 500;
}
.booking-done-dealer .booking-done-dealer-phone a {
  color: #10cfc9;
}

.booking-notes {
  text-align: left;
}
.booking-notes h3 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}
.booking-notes .booking-notes-group {
  margin-bottom: 32px;
}
.booking-notes .booking-notes-lead {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.52;
  color: #10cfc9;
}
.booking-notes .booking-notes-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.52;
  color: #62748e;
}
.booking-notes ul {
  list-style: disc;
  margin: 0 0 0 21px;
  padding: 0;
}
.booking-notes ul li {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #62748e;
}
.booking-notes ul li:last-child {
  margin-bottom: 0;
}

.booking-more-link {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: 500;
  color: #62748e;
  text-decoration: underline;
  cursor: pointer;
}

.booking-done .booking-done-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  margin-top: 0;
}

@media screen and (max-width: 992px) {
  .booking-days {
    flex-wrap: wrap;
    gap: 8px;
  }

  .booking-day {
    flex: 0 0 calc(33.333% - 6px);
    padding: 12px 8px;
  }

  .booking-actions {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .booking-button-ghost,
.booking-button-wide {
    width: 100%;
  }

  .booking-summary-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 20px;
  }
  .booking-summary-row .booking-summary-label,
.booking-summary-row .booking-summary-value {
    font-size: 16px;
    text-align: left;
  }
}
.appointment-edit {
  font-family: "Sora", Helvetica, sans-serif;
}
.appointment-edit .appointment-edit-box {
  margin: 0 auto;
}

.appointment-edit-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #13d0ca;
  margin: 0 0 64px;
}

.booking-box .appointment-edit-title {
  margin-bottom: 32px;
}

.appointment-edit-box {
  width: 707px;
  max-width: 100%;
}

.appointment-edit-subtitle {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin: 0 0 48px;
}

.appointment-edit-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.appointment-edit-actions > * {
  flex: 1 0 0;
  min-width: 0;
  width: auto;
}

.appointment-edit-done {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.appointment-edit-done .appointment-edit-subtitle {
  margin: 16px 0 12px;
}

.appointment-edit-done-text {
  font-size: 16px;
  line-height: 20px;
  color: rgba(49, 65, 88, 0.9);
  margin: 0 0 32px;
}

@media screen and (max-width: 768px) {
  .appointment-edit-title {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .appointment-edit-subtitle {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .appointment-edit-actions {
    flex-direction: column;
  }
  .appointment-edit-actions > * {
    width: 100%;
    flex: none;
  }
}
.verify-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.45);
}
.verify-modal.is-soft {
  background-color: rgba(50, 50, 50, 0.2);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}

.cancel-modal-icon {
  display: block;
  width: 48px;
  height: 52px;
  margin: 0 auto 16px;
}

.cancel-modal-text {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(49, 65, 88, 0.9);
}
.cancel-modal-text strong {
  font-weight: 500;
  color: #000000;
}

.limit-modal-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 24px;
}

.success-modal-subtitle {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.75px;
  color: rgba(49, 65, 88, 0.9);
}

.success-modal-rows {
  width: 100%;
  margin: 24px auto 0;
  text-align: left;
}
.success-modal-rows .success-modal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.75px;
}
.success-modal-rows .success-modal-row span {
  color: #10cfc9;
}
.success-modal-rows .success-modal-row strong {
  font-weight: 400 !important;
  color: #000000;
  text-align: right;
}
.success-modal-rows .success-modal-row + .success-modal-row {
  border-top: 1px solid #c4c4c4;
}

.cancel-modal-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 265px;
  max-width: 100%;
  margin: 24px auto 0;
}
.cancel-modal-actions > * {
  width: 100%;
}

.verify-box {
  width: 448px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(16, 207, 201, 0.12);
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 8px 40px rgba(0, 150, 136, 0.1), 0 1px 4px rgba(0, 0, 0, 0.06);
}
.verify-box.is-md {
  width: 481px;
}
.verify-box.is-lg {
  width: 595px;
}

.verify-box-top {
  height: 8px;
  background-color: #10cfc9;
}

.verify-box-body {
  position: relative;
  padding: 40px 32px;
  text-align: center;
}
.verify-box-body h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #1d293d;
}

.verify-close {
  position: absolute;
  top: 40px;
  right: 32px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: none;
  color: #62748e;
  cursor: pointer;
  transition: opacity 0.2s;
}
.verify-close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.verify-close:hover {
  opacity: 0.7;
}

.verify-lead {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22.75px;
  color: #62748e;
}
.verify-lead strong {
  font-weight: 500;
  color: #314158;
}

.verify-code {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}
.verify-code input {
  width: 44px;
  height: 56px;
  padding: 0;
  border: 1.5px solid rgba(148, 163, 184, 0.15);
  border-radius: 14px;
  background-color: #f8fafc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1d293d;
}
.verify-code input:focus {
  outline: none;
  border-color: #10cfc9;
}
.verify-code input.is-filled {
  border-color: #10cfc9;
  color: #10cfc9;
}

.verify-code.is-error input {
  border-color: #e74c3c;
  color: #e74c3c;
}

.verify-error {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #e74c3c;
}

.verify-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 12px;
  color: #475569;
}
.verify-counter strong {
  font-weight: 800;
}
.verify-counter .verify-counter-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: rgba(16, 207, 201, 0.1);
  color: #10cfc9;
}

.verify-button {
  width: 233px;
  max-width: 100%;
  height: 44px;
  margin-top: 36px;
  border: 1px solid #10cfc9;
  border-radius: 4px;
  background-color: #10cfc9;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.verify-button:hover {
  opacity: 0.85;
}

.verify-button-outline {
  background-color: #ffffff;
  color: #10cfc9;
}

@media screen and (max-width: 576px) {
  .verify-box-body {
    padding: 30px 20px;
  }

  .verify-code {
    gap: 6px;
  }
  .verify-code input {
    width: 40px;
    height: 50px;
  }
}
.contact-page .banner {
  padding-bottom: 0;
}
.contact-page .banner .banner-images .banner-image {
  padding-bottom: 0;
}

.contact-head {
  margin-top: calc(-13.03% + 17px);
  position: relative;
}

.contact {
  padding: 0 0 80px;
  position: relative;
  font-family: "Sora", Helvetica, sans-serif;
}

.contact-title {
  margin-bottom: 32px;
  color: #13d0ca;
  font-family: "StellantisUI-Bold", Helvetica, sans-serif;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -1.02px;
  text-align: center;
}

.contact-box {
  background-color: #ffffff;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 48px 50px 60px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .banner-slider-track {
  display: flex;
  transition: transform 0.5s ease;
}
.banner-slider .banner-slide {
  flex: 0 0 100%;
  max-width: 100%;
}
.banner-slider .banner-slide img {
  width: 100%;
  display: block;
}
.banner-slider .banner-slide .mobile-banner-img {
  display: none;
}

.banner-slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5px;
  position: absolute;
  left: 50%;
  top: calc(50% - 32px);
  transform: translateX(-50%);
  z-index: 2;
}

.banner-slider-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background-color 0.2s;
}
.banner-slider-dot.is-active {
  background-color: #ffffff;
}

.banner-slider-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  padding: 0 32px;
  margin-bottom: 9px;
}

.banner-slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 35px;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  background-color: #10cfc9;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.2s;
}
.banner-slider-arrow:hover {
  opacity: 0.85;
}

.contact-grid {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-items: end;
}

.contact-form {
  flex: 1 1 auto;
  min-width: 0;
}

.contact-subtitle {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 26px;
}

.contact-field {
  flex: 1 1 calc(50% - 8px);
  min-width: 240px;
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  height: 51px;
  padding: 0 18px;
  border: 2px solid #c4c4c4;
  font-family: inherit;
  font-size: 14px;
}
.contact-field input::-moz-placeholder, .contact-field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-field input:-ms-input-placeholder, .contact-field textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contact-field-error {
  margin-top: 6px;
  font-size: 12px;
  color: #e74c3c;
  text-align: left;
}

.contact-field-message {
  flex: 1 1 100%;
}
.contact-field-message textarea {
  height: 123px;
  padding: 16px 18px;
  line-height: 20px;
  resize: vertical;
}

.contact-info {
  flex: 0 0 390px;
  background-color: #f9f7f7;
  padding: 20px 24px;
}
.contact-info .contact-info-icon {
  display: block;
  margin-bottom: 24px;
}
.contact-info .contact-info-head {
  margin-bottom: 24px;
}
.contact-info .contact-info-head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  margin-bottom: 6px;
}
.contact-info .contact-info-head p {
  font-size: 14px;
  color: #62748e;
}
.contact-info .contact-info-group + .contact-info-group {
  margin-top: 16px;
}
.contact-info .contact-info-group h4 {
  font-size: 16px;
  font-weight: 600;
  color: #10cfc9;
  margin-bottom: 10px;
}
.contact-info .contact-info-group p,
.contact-info .contact-info-group li {
  font-size: 14px;
  letter-spacing: -0.28px;
  color: #62748e;
}
.contact-info .contact-info-group a {
  color: #62748e;
}
.contact-info .contact-info-group li {
  position: relative;
  padding-left: 11px;
  margin-bottom: 12px;
}
.contact-info .contact-info-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #10cfc9;
}
.contact-info .contact-info-group li:last-child {
  margin-bottom: 0;
}

.contact-consent-intro {
  margin: 30px 0 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.contact-consent-intro a {
  color: #10cfc9;
  text-decoration: underline;
}

.contact-consent-warning {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.contact-error {
  font-size: 14px;
  color: #d32f2f;
  margin-bottom: 16px;
}

.contact-success {
  font-size: 14px;
  color: #10cfc9;
  margin-bottom: 16px;
}

.contact-actions {
  margin-top: 30px;
}

.contact-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 207px;
  height: 44px;
  background-color: #10cfc9;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.contact-button:hover {
  opacity: 0.9;
}
.contact-button:disabled {
  opacity: 0.5;
  cursor: default;
}

@media screen and (max-width: 768px) {
  .contact-head {
    margin-top: calc(-22.26% + 20px);
  }

  .banner-slider-dots {
    top: calc(47% - 26px);
  }

  .banner-slider .banner-slide .desk-banner-img {
    display: none;
  }
  .banner-slider .banner-slide .mobile-banner-img {
    display: block;
  }

  .banner-slider-arrows {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .contact-box {
    padding: 30px 20px 40px;
  }

  .contact-grid {
    flex-direction: column;
    gap: 24px;
    align-items: normal;
  }

  .contact-info {
    flex: 1 1 auto;
    width: 100%;
  }

  .contact-field {
    flex: 1 1 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 576px) {
  .contact-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .contact-button {
    width: 100%;
  }
}