.brand-color {
  color: #1464f4;
}
:root {
  --input-height: 56px;
  --primary-color: #1464f4;
  --label-floating-color: #8a8a8a;
  --text-color: #3c3c3c;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  border: 1px solid #d9e1e2 !important;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}
.form-label-group {
  position: relative;
}
.form-label-group input,
.form-label-group label,
.form-label-group select {
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  height: var(--input-height);
  line-height: 24px;
  padding: 1rem;
  width: 100%;
}
.form-label-group input:focus,
.form-label-group label:focus,
.form-label-group select:focus {
  outline: none;
}
.form-label-group input[disabled] ~ label,
.form-label-group label[disabled] ~ label,
.form-label-group select[disabled] ~ label {
  color: #8a8a8a !important;
}
.form-label-group input[disabled] ~ span,
.form-label-group label[disabled] ~ span,
.form-label-group select[disabled] ~ span {
  background: #f0f3f3;
}
.form-label-group .select2-container {
  width: 100% !important;
}
.form-label-group .select2-container--disabled .select2-selection {
  background-color: #f0f3f3 !important;
}
.form-label-group .select2-container .select2-selection {
  background-color: transparent;
  border: 1px solid #d9e1e2;
  border-radius: 2px;
  height: var(--input-height);
  line-height: var(--input-height);
  padding: 0 15px;
}
.form-label-group
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  bottom: 0;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 6px;
  max-width: calc(100% - 20px);
  position: absolute;
}
.form-label-group .select2-container .select2-selection__arrow {
  height: 100% !important;
  margin-right: 15px;
  width: 12px !important;
}
.form-label-group .select2-container .select2-selection__arrow b {
  background: url(../../images/vfast/ic-down-arrow.png) 0 0 no-repeat;
  border: 0;
  border-color: transparent !important;
  border-width: 0 !important;
  display: block;
  height: 8px !important;
  margin-top: -4px !important;
  padding: 0;
  transition: all 0.2s;
  width: 12px !important;
}
.form-label-group label {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--text-color);
  cursor: text;
  display: block;
  left: 0;
  line-height: 1.5;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.form-label-group label.required:after {
  color: var(--primary-color);
  content: "*";
  margin-left: 5px;
}
.form-label-group input::-moz-placeholder {
  color: transparent !important;
}
.form-label-group input::placeholder {
  color: transparent !important;
}
.form-label-group input:not(:-moz-placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.form-label-group input:not(:placeholder-shown) {
  padding-bottom: 0;
  padding-top: 25px;
}
.form-label-group .amount-down {
  cursor: pointer;
  left: 19px;
  position: absolute;
  top: 30px;
}
.form-label-group .amount-up {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 30px;
}
.form-label-group input#amount:not(:-moz-placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-label-group input#amount:not(:placeholder-shown) {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label.required:after {
  color: inherit;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.form-label-group input:-webkit-autofill ~ label {
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.form-label-group input:-webkit-autofill ~ label.required:after {
  color: inherit;
}
.form-label-group .select2-container ~ label {
  color: var(--label-floating-color);
  font-family: Mulish;
  font-size: 12px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.form-label-group .select2-container ~ label.required:after {
  color: inherit;
}
.form-label-group select.select2-label-placeholder ~ label {
  height: auto;
}
.form-label-group select.select2-label-placeholder.select2-empty ~ label {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  top: calc(var(--input-height) / 2);
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.form-label-group select.select2-label-placeholder.select2-empty ~ label:after {
  color: #1464f4;
}
.form-label-group.has-icon .icon {
  height: var(--input-height);
  position: absolute;
  top: 0;
}
.form-label-group.has-icon .icon svg {
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}
.form-label-group.has-icon .suffix-icon svg {
  height: var(--input-height);
  position: absolute;
  right: 16px;
  top: 0;
}
.form-label-group.has-icon input,
.form-label-group.has-icon select {
  padding-left: 3rem;
}
.form-label-group.has-icon input.js_numText,
.form-label-group.has-icon select.js_numText {
  padding-right: 4rem;
}
.form-label-group.has-icon input:not(:-moz-placeholder-shown) ~ .icon svg {
  top: 72%;
}
.form-label-group.has-icon input:not(:placeholder-shown) ~ .icon svg {
  top: 72%;
}
.form-label-group.has-icon select:not(.select2-empty) ~ .icon svg {
  top: 70%;
}
.form-label-group.has-icon label {
  left: 2rem;
}
.form-label-group.has-icon .select2-container .select2-selection {
  padding-left: 3rem;
}
.form-label-group.has-icon .select2-selection__rendered {
  max-width: calc(100% - 3rem);
}
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .form-label-group label {
    position: static;
  }
  .form-label-group input::-ms-input-placeholder {
    color: var(--label-floating-color);
  }
}
input.is-invalid,
input.is-invalid:hover {
  border: 1px solid #dc3545 !important;
  border-radius: 3px;
}
.is-success,
.is-success-carDeposit {
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.is-success-carDeposit {
  padding-left: 10%;
}
#select2-scheduleTime {
  direction: rtl;
  position: absolute;
  right: 0;
  width: 80vw;
}
#select2-scheduleTime #scheduleTimeSession {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
#select2-scheduleTime #scheduleTimeSession > div {
  background-color: #f8f9fa;
  display: flex;
  margin-top: 20px;
  width: 100%;
}
#select2-scheduleTime #scheduleTimeSession > div button {
  color: #707070;
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 24px;
  margin: 4px;
}
#select2-scheduleTime #scheduleTimeSession > div button.btn-primary {
  color: #fff;
}
@media screen and (max-width: 320px) {
  #select2-scheduleTime #scheduleTimeSession > div {
    flex-direction: column;
  }
  #select2-scheduleTime #scheduleTimeSession > div button {
    line-height: 40px;
    margin: 0;
  }
}
#select2-scheduleTime .select2-container--open {
  left: auto;
  max-width: 448px;
  right: 0;
}
#select2-scheduleTime #select2-scheduleTime-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: unset;
  padding: 20px 15px 14px;
}
@media screen and (max-width: 375px) {
  #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 18px;
  }
}
@media screen and (max-width: 280px) {
  #select2-scheduleTime #select2-scheduleTime-results {
    padding: 20px 4px;
  }
}
#select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  flex: 0 0 calc(25% - 10px);
  font-size: 16px;
  margin: 0 5px 10px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  #select2-scheduleTime #select2-scheduleTime-results .select2-results__option {
    padding: 5px;
  }
}
#select2-scheduleTime
  #select2-scheduleTime-results
  .select2-results__option:hover,
#select2-scheduleTime
  #select2-scheduleTime-results
  .select2-results__option[aria-selected="true"] {
  background-color: #1464f4 !important;
  border-color: #1464f4;
  color: #fff !important;
}
#select2-scheduleTime
  #select2-scheduleTime-results
  .select2-results__option--highlighted {
  background-color: unset !important;
  border: 1px solid #dbe1e3;
  color: #1f2125 !important;
}
#select2-scheduleTime
  #select2-scheduleTime-results
  .select2-results__option[aria-disabled="true"] {
  background-color: #f8f9fa;
  border-color: #f8f9fa !important;
  color: #8a8a8a;
  pointer-events: none;
}
#select2-scheduleTime
  #select2-scheduleTime-results
  .select2-results__option[aria-disabled="true"]:first-child {
  display: none;
}
#ui-datepicker-div {
  padding: 0;
  width: 27em;
}
@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    left: 50% !important;
    transform: translateX(-50%);
    width: 90%;
  }
  #ui-datepicker-div .ui-datepicker-calendar {
    border-spacing: 6px !important;
  }
}
#ui-datepicker-div .ui-datepicker-header {
  align-items: center;
  background-color: #fff;
  border: unset;
  display: flex;
  flex-direction: row;
  height: 44px;
  justify-content: space-between;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-size: 16px;
  font-weight: 700;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  background-image: url(../../images/ic-black-arrow.svg);
  background-position: unset;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  transform: scaleX(-1);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  background: unset;
  border: unset;
}
#ui-datepicker-div .ui-datepicker-header a {
  top: unset;
}
@media screen and (max-width: 767px) {
  #ui-datepicker-div .ui-datepicker-header {
    padding: 2em 0;
  }
}
#ui-datepicker-div .ui-datepicker-calendar {
  border-collapse: separate !important;
  border-spacing: 10px;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dbe1e3;
  border-radius: 3px;
  color: #1f2125;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  width: 40px;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active,
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default:hover {
  background: #f0f3f3;
  border: 1px solid #8a8a8a;
  color: #000;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-highlight {
  background: #7a99ac;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar.trade-in-datepicker {
  border-collapse: collapse !important;
}
#ui-datepicker-div .ui-datepicker-month,
#ui-datepicker-div .ui-datepicker-year {
  border: 1px solid #d9e1e2;
  border-radius: 3px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  padding: 5px;
  width: auto;
}
#ui-datepicker-div .no-place-day {
  cursor: default !important;
  pointer-events: none;
}
#ui-datepicker-div .no-place-day .ui-state-default {
  background: #f0f3f3;
  border: 1px solid #d9e1e2 !important;
  color: #92a0b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#ui-datepicker-div .ui-widget-content .ui-state-disabled {
  opacity: 1;
}
#ui-datepicker-div .ui-widget-content .ui-state-disabled .ui-state-default {
  animation: none;
  background: none;
  border: 1px solid #d9e1e2;
  color: #d9e1e2;
}
.no-place {
  align-items: center;
  display: flex;
  float: left;
  padding: 0 20px 20px;
  position: relative;
}
.no-place:before {
  border: 1px solid #8098ab;
  border-radius: 3px;
  box-sizing: border-box;
  color: #8098ab;
  content: "X";
  display: flex;
  height: 22px;
  justify-content: center;
  position: absolute;
  width: 22px;
}
.no-place span {
  margin-left: 35px;
}
.date-picker-today,
.date-picker-today p {
  align-items: center;
  justify-content: center;
}
.date-picker-today p {
  background: #7a99ac;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-family: Mulish;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  margin: 0 10px 0 0;
  width: 25px;
}
.date-picker-today span {
  color: #1f2125;
  font-size: 13px;
  line-height: 16px;
}
#ui-datepicker-div,
.select2-dropdown {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.176);
}
.vf-modal-popup .modal-dialog {
  min-width: unset;
  width: 436px;
}
.vf-modal-popup .modal-content {
  padding: 30px;
}
.vf-modal-popup .modal-body img {
  margin-bottom: 30px;
  max-width: 98px;
}
.vf-modal-popup .modal-body .title {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
  text-transform: none;
}
.vf-modal-popup .modal-body .desc {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
  text-align: left;
}
.vf-modal-popup .modal-body .group-button {
  text-align: center;
}
.vf-modal-popup .modal-body .group-button .btn-primary,
.vf-modal-popup .modal-body .group-button button {
  align-items: center;
  background: #1464f4;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
}
.vf-modal-popup .modal-body .group-button .btn-primary:hover,
.vf-modal-popup .modal-body .group-button button:hover {
  opacity: 0.8;
}
#vpoint-section,
.vinclub-promotion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#vpoint-section > li,
.vinclub-promotion > li {
  margin-bottom: 0 !important;
}
#vpoint-section .available-vpoint .vpoint,
.vinclub-promotion .available-vpoint .vpoint {
  color: #92a0b2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
#vpoint-section #usingVPoints input[name="usingVPoints"],
.vinclub-promotion #usingVPoints input[name="usingVPoints"] {
  border: 1px solid #1464f4;
  border-radius: 3px;
  padding-bottom: 5px;
}
#vpoint-section #usingVPoints .vpoint-amount,
.vinclub-promotion #usingVPoints .vpoint-amount {
  color: #dc3545 !important;
  padding-right: 1rem;
  position: absolute;
  right: 0;
  top: 25px;
}
#vpoint-section #usingVPoints .do-recalc-vpoint,
.vinclub-promotion #usingVPoints .do-recalc-vpoint {
  color: #1464f4;
  cursor: pointer;
}
.car-common-popup-lead .modal-dialog {
  max-width: unset;
  min-width: unset;
}
.car-common-popup-lead .modal-content {
  border: 0;
}
.car-common-popup-lead .modal-content .modal-body {
  align-self: center;
  overflow-x: hidden;
  padding: 0;
}
.car-common-popup-lead .modal-content .modal-body .common-lead-container {
  display: flex;
  max-width: 900px;
  width: 80vw;
}
@media screen and (max-width: 768px) {
  .car-common-popup-lead .modal-content .modal-body .lead-kv {
    display: none;
  }
}
.car-common-popup-lead .modal-content .modal-body h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .car-common-popup-lead .modal-content .modal-body h3 {
    margin-bottom: 20px;
  }
}
.car-common-popup-lead .modal-content .modal-body .form-subtitle,
.car-common-popup-lead .modal-content .modal-body h3 {
  text-align: center;
}
.car-common-popup-lead .modal-content .modal-body img {
  width: 100%;
}
.car-common-popup-lead .modal-content .modal-body .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.car-common-popup-lead .modal-content .modal-body .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.car-common-popup-lead .modal-content .modal-body .email-form {
  overflow-y: auto;
  padding: 30px;
  text-align: center;
  width: 100%;
}
.car-common-popup-lead .modal-content .modal-body .registration-btn {
  gap: 12px;
}
.car-common-popup-lead
  .modal-content
  .modal-body
  .registration-btn
  > .outline-btn {
  background: #fff;
  color: #1464f4;
  height: 48px;
  max-width: 100%;
  padding: 16px;
}
.car-common-popup-lead .modal-content .close {
  cursor: pointer;
  opacity: 1;
  position: relative;
}
.car-common-popup-lead .modal-content .close:focus {
  outline: none;
}
.car-common-popup-lead .modal-content .form-subscribe {
  margin: 0 auto;
}
.car-common-popup-lead .modal-content .form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.car-common-popup-lead .modal-content .form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .form-group
  .form-label-group
  > input[type="text"] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .form-group
  .form-label-group
  > input[type="text"]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .form-group
  .form-label-group
  > input[type="text"]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .form-group
  .form-label-group
  > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .form-group
  .form-label-group
  > .label {
  color: #3c3c3c;
  text-align: left;
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .form-group
  .form-label-group
  > .label.required:after {
  display: inline-block;
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .form-group
  .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.car-common-popup-lead .modal-content .form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
@media (min-width: 992px) {
  .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .car-common-popup-lead .modal-content .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .form-control::placeholder {
  color: #8a8a8a;
}
.car-common-popup-lead .modal-content .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.car-common-popup-lead
  .modal-content
  .form-subscribe
  .registration-btn
  button:disabled {
  background-color: #8a8a8a;
}
.car-common-popup-lead .modal-content .form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .car-common-popup-lead .modal-content .form-subscribe .check-email {
    font-size: 12px;
  }
}
.car-common-popup-lead .modal-content .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.car-common-popup-lead .modal-content .form-subscribe .check-email.hide {
  display: none;
}
.car-common-popup-lead .modal-content .form-subscribe .subscribe-countdown {
  position: relative;
}
.car-common-popup-lead .modal-content .term {
  margin-top: 24px;
}
.car-common-popup-lead .modal-content .term p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
.car-common-popup-lead .modal-content .term p:last-child {
  margin-bottom: 0;
}
.car-common-popup-lead .modal-content .term a {
  color: #1464f4;
}
.car-common-popup-lead .modal-content .term a:hover {
  text-decoration: underline !important;
}
#modal-lead-register-thank .modal-header {
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0;
}
#modal-lead-register-thank .modal-dialog {
  background: #fff;
  border-radius: 4px;
  min-width: 654px;
}
@media screen and (max-width: 768px) {
  #modal-lead-register-thank .modal-dialog {
    min-width: 313px;
  }
}
#modal-lead-register-thank .header--logo {
  align-items: center;
  display: flex;
  justify-content: center;
}
#modal-lead-register-thank .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #modal-lead-register-thank .modal-content {
    padding: 30px 16px;
  }
}
#modal-lead-register-thank .modal-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0;
  text-align: center;
}
#modal-lead-register-thank .modal-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
#modal-lead-register-thank .modal-title + .modal-body {
  margin-bottom: 16px;
}
#modal-lead-register-thank .modal-buttons {
  align-items: center;
  display: flex;
  justify-content: center;
}
#modal-lead-register-thank .modal-buttons button#button-close {
  align-items: center;
  background: #1464f4;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 20px;
  min-width: 282px;
  padding: 10px 13px;
  text-align: center;
  text-transform: uppercase;
}
:root {
  --new-3-c-3-c-3-cvf-dark-grey: #3c3c3c;
  --white: #fff;
  --new-1464-f-4-future-blue: #1464f4;
  --danger-color: #dc3545;
  --under-line-gray: #d9e1e2;
  --valid-color: #3aa200;
}
.section-lead-common {
  background: var(--new-f-7-f-9-f-9-extra-light-blue-grey, #f7f9f9);
  padding: 60px 0;
}
.section-lead-common input.valid {
  border: 1px solid var(--valid-color) !important;
}
.section-lead-common input.error {
  border: 1px solid var(--danger-color) !important;
}
.section-lead-common .section-content {
  margin: 0 auto;
  max-width: 660px;
  text-align: center;
}
.section-lead-common .title {
  border-bottom: 1px solid var(--under-line-gray);
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  display: inline-flex;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .section-lead-common .title {
    font-size: 36px;
  }
}
.section-lead-common .intro {
  font-size: 16px;
  margin-bottom: 30px;
}
.section-lead-common .form-subscribe {
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.section-lead-common .form-subscribe .form-group {
  gap: 8px;
  margin-bottom: 0;
}
.section-lead-common
  .form-subscribe
  .form-group
  .form-label-group
  > input[type="text"] {
  background-color: var(--white);
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.section-lead-common
  .form-subscribe
  .form-group
  .form-label-group
  > input[type="text"]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.section-lead-common
  .form-subscribe
  .form-group
  .form-label-group
  > input[type="text"]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.section-lead-common
  .form-subscribe
  .form-group
  .form-label-group
  > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.section-lead-common .form-subscribe .form-group .form-label-group > .label {
  color: #8a8a8a;
  text-align: left;
}
.section-lead-common
  .form-subscribe
  .form-group
  .form-label-group
  > .label.required:after {
  display: inline-block;
}
.section-lead-common .form-subscribe .form-group .form-message {
  color: var(--danger-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.section-lead-common .form-subscribe .form-group .ttl-cars {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.section-lead-common .form-subscribe .form-group .option-group {
  align-items: flex-start;
  align-self: stretch;
  -moz-column-gap: 2%;
  column-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  row-gap: 10px;
}
.section-lead-common
  .form-subscribe
  .form-group
  .option-group
  .form-check-inline {
  flex-basis: 48%;
  margin-right: 0;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  .section-lead-common
    .form-subscribe
    .form-group
    .option-group
    .form-check-inline {
    flex-basis: 32%;
    padding-right: 0;
  }
}
.section-lead-common
  .form-subscribe
  .form-group
  .option-group
  .form-check-inline
  label {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.section-lead-common .form-subscribe .form-control {
  background: #fff;
  border: 1px solid var(--under-line-gray);
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  width: 100%;
}
.section-lead-common .form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.section-lead-common .form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
@media (min-width: 992px) {
  .section-lead-common .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .section-lead-common .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.section-lead-common .form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.section-lead-common .form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.section-lead-common .form-subscribe .check-email {
  color: var(--danger-color);
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .section-lead-common .form-subscribe .check-email {
    font-size: 12px;
  }
}
.section-lead-common .form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.section-lead-common .form-subscribe .check-email.hide {
  display: none;
}
.section-lead-common .form-subscribe .subscribe-countdown {
  position: relative;
}
.section-lead-common .t-and-c {
  color: var(--new-3-c-3-c-3-cvf-dark-grey, #3c3c3c);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 30px;
  max-width: 435px;
  text-align: left;
}
.section-lead-common .t-and-c a {
  color: var(--new-1464-f-4-future-blue, #1464f4);
}
@media screen and (min-width: 769px) {
  .section-lead-common .t-and-c a:hover {
    text-decoration: underline !important;
  }
}
.section-lead-common .select-showroom h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.section-lead-common .select-showroom .box-select {
  margin-bottom: 12px;
}
.section-lead-common
  .select-showroom
  .box-select
  .form-label-group
  .select2-container
  .select2-selection {
  background: #fff;
  border: none;
  border-radius: 3px;
}
.section-lead-common .select-showroom .form-label-group label {
  color: #8a8a8a;
  text-align: left;
}
#header {
  animation-fill-mode: both;
  transition: transform 0.5s;
}
#header,
#header.hide-menu {
  transition-timing-function: linear;
}
#header.hide-menu {
  transform: translateY(-100%);
}
.page-header li {
  border-bottom: 3px solid transparent;
  padding: 16px 0;
}
.page-header li.active {
  border-bottom: 3px solid #1464f4;
}
.page-header .deposit-header-btn {
  flex: unset;
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 992px) {
  .page-header .nav-logo {
    display: none;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1290px;
  }
}
.no-break {
  display: inline-block;
}
.homePageVF5 {
  padding-top: 60px;
}
@media screen and (min-width: 993px) {
  .homePageVF5 {
    padding-top: 80px;
  }
}
.homePageVF5 picture {
  width: 100%;
}
.homePageVF5 > section {
  padding-top: 64px;
}
@media only screen and (max-width: 767px) {
  .homePageVF5 > section {
    padding-top: 48px;
  }
}
.homePageVF5 .slider-title,
.homePageVF5 h3 {
  color: #3c3c3c;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.96px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .slider-title,
  .homePageVF5 h3 {
    font-size: 28px;
    line-height: 35px;
  }
}
.homePageVF5 h4 {
  color: #3c3c3c;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 h4 {
    font-size: 20px;
    line-height: 150%;
  }
}
.homePageVF5 h5 {
  color: #3c3c3c;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 h5 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 12px;
  }
}
.homePageVF5 p.sub-title {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .homePageVF5 p.sub-title {
    font-size: 16px;
    line-height: 150%;
  }
}
.homePageVF5 p.sub-title.border-left-blue {
  border-left: 4px solid #0d42bd;
  padding-left: 16px;
}
.homePageVF5 .img-content {
  margin-bottom: 30px;
  width: 100%;
}
.homePageVF5 .img-car img {
  width: 100%;
}
.homePageVF5 .group-btn-color {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-top: 10px;
}
.homePageVF5 .group-btn-color ul {
  display: flex;
  gap: 48px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .homePageVF5 .group-btn-color ul {
    gap: 0;
  }
}
.homePageVF5 .group-btn-color ul li {
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  flex-basis: 60px;
  max-width: 60px;
  padding: 8px;
  transition: all 0.3s ease;
}
.homePageVF5 .group-btn-color ul li.active {
  border-color: #1464f4;
  border-radius: 50%;
}
.homePageVF5 .group-btn-color ul li img {
  width: 100%;
}
.homePageVF5 .group-btn-color .color-name {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  width: 100%;
}
.homePageVF5 .page-header {
  animation-fill-mode: both;
  padding: 14px 15px;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.5s;
  transition-timing-function: ease-out;
  z-index: 1051;
}
@media only screen and (min-width: 1200px) {
  .homePageVF5 .page-header {
    padding: 0 40px;
  }
}
@media print {
  .homePageVF5 .page-header {
    padding: 0 40px;
  }
}
.homePageVF5 .page-header.show-menu2 {
  transform: translateY(0);
  transition: transform 0.5s;
  transition-timing-function: linear;
}
.homePageVF5 .page-header .nav {
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
}
.homePageVF5 .page-header .nav,
.homePageVF5 .page-header .nav .nav-left {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 992px) {
  .homePageVF5 .page-header .nav .nav-left {
    display: none;
  }
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list {
  display: flex;
  list-style: none;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list .nav-item {
  position: relative;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list .nav-item a {
  color: #1f2125;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 1rem 0;
  text-decoration: none;
  transition: 0.3s;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list .nav-item a:hover {
  color: #1464f4;
  cursor: pointer;
}
.homePageVF5 .page-header .nav .nav-left .nav-menu .nav-list .nav-item:after {
  background-color: #1464f4;
  bottom: -1px;
  height: 4px;
}
.homePageVF5
  .page-header
  .nav
  .nav-left
  .nav-menu
  .nav-list
  .nav-item.active:after {
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s;
  width: 100%;
}
.homePageVF5 .page-header .nav .nav-left .nav-dropdown.active button svg {
  transform: rotate(180deg);
}
.homePageVF5 .page-header .nav .nav-left .nav-dropdown.d-lg-none {
  display: block !important;
}
@media only screen and (max-width: 992px) {
  .homePageVF5 .page-header .nav .nav-menu {
    background: #fff;
    position: fixed;
    right: 0;
    transform: translateY(-100%);
    transition: 0.6s;
    width: 100%;
    z-index: 1;
  }
  .homePageVF5 .page-header .nav .nav-menu.active {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    top: 0;
    transform: translateY(67px);
  }
  .homePageVF5 .page-header .nav .nav-menu ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 16px;
    row-gap: 0;
  }
  .homePageVF5 .page-header .nav .nav-menu ul li {
    width: 100%;
  }
}
.homePageVF5 .page-header .nav .nav-button .btn {
  font-weight: 700;
  text-transform: uppercase;
}
.homePageVF5 .page-header .nav button {
  align-items: center;
  background-color: #fff;
  border: none;
  color: #1464f4;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  outline: none;
  transition: 0.4s;
  width: auto;
}
.homePageVF5 .link-effect-hover.active-menu:after,
.homePageVF5 .link-effect-hover:after {
  bottom: -5px;
}
@media only screen and (max-width: 992px) {
  .homePageVF5 .page-header .nav-dropdown.active button svg {
    transform: rotate(180deg);
  }
}
main .container .title {
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  line-height: 49px;
}
.container p.sub {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.08px;
}
@media screen and (max-width: 767px) {
    main .container .title {
    font-size: 32px;
    font-weight: 300;
    line-height: 38.4px;
  }
  .container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media screen and (max-width: 350px) {
main .container .title {
    font-size: 30px;
    font-weight: 300;
    line-height: 38.4px;
  }
}
.homePageVF8-banner .container {
  bottom: 10%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .homePageVF8-banner .container {
    top: 5%;
  }
}
.section-header {
  margin-bottom: 48px;
}
@media only screen and (max-width: 992px) {
  .section-header {
    margin-bottom: 30px;
    text-align: center;
  }
}
.section-title {
  color: #151515;
  font-size: 40px;
  font-weight: 300;
  line-height: 50.2px;
  margin-bottom: 12px;
}
.section-title-note {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 32px;
    line-height: 40.16px;
  }
}
.section-desc {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  .section-desc {
    font-size: 16px;
  }
}
.btn {
  align-items: center;
  border-radius: unset;
  cursor: pointer;
  display: flex;
  flex: 1;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-primary {
  background: #1464f4;
  border: 1px solid #1464f4;
  color: #fff !important;
}
.btn-primary:hover {
  background: #fff !important;
  color: #1464f4 !important;
  opacity: 1;
}
.btn-outline {
  background: #fff;
  border: 1px solid #1464f4;
  color: #1464f4;
}
.btn-outline:hover {
  background: #1464f4;
  color: #fff;
}
.overview-section .nav-tabs {
  border: none;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.overview-section .nav-tabs .nav-item {
  border-radius: 50%;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.overview-section .nav-tabs .nav-item.show .nav-link,
.overview-section .nav-tabs .nav-link.active {
  background-color: unset;
  border: none;
  color: #fff;
}
.overview-section .nav-tabs .nav-link {
  align-items: center;
  border: none;
  border-radius: unset;
  color: transparent;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  height: 2rem;
  justify-content: center;
  line-height: 127%;
  padding: 0;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.4s;
  white-space: nowrap;
  width: 2rem;
}
.overview-section .nav-tabs .nav-link img {
  border-radius: 50%;
}
.overview-section .nav-tabs .nav-link:focus,
.overview-section .nav-tabs .nav-link:hover {
  border: 3px solid #1464f4;
  border-radius: 50%;
}
.overview-section .nav-tabs .nav-link.active {
  border: 3px solid #1464f4;
  border-radius: 50%;
  color: #2d2d2d;
}
.overview-section .section-slider {
  margin-bottom: 48px;
}
@media only screen and (max-width: 992px) {
  .overview-section .section-slider .tab-color {
    overflow: scroll;
  }
  .overview-section .section-slider .tab-color ul {
    flex-wrap: nowrap;
  }
  .overview-section .section-slider .tab-color ul li {
    flex-shrink: 0;
  }
}
.overview-section .section-slider .tab-color::-webkit-scrollbar {
  display: none;
}
.overview-section .section-slider .tab-color__name {
  left: 0;
  position: sticky;
  top: 0;
}
.overview-section .swiper {
  height: 535px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .overview-section .swiper {
    height: 465px;
  }
}
@media only screen and (max-width: 992px) {
  .overview-section .swiper {
    height: auto;
  }
}
.overview-section .swiper img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.overview-section .tab-color__name {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 127%;
  margin-top: 16px;
}
.overview-section .section-detail {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .overview-section .section-detail {
    padding-right: 15px;
  }
}
.overview-section .section-detail-item {
  display: flex;
  flex-direction: column;
}
.overview-section .section-detail-item img {
  margin-bottom: 24px;
  width: 100%;
}
.overview-section .section-detail-item .detail-item-content {
  border-bottom: 1px solid rgba(60, 60, 60, 0.3);
  flex: 1;
  flex-shrink: 0;
  margin-top: auto;
  padding-bottom: 2rem;
}
.overview-section .section-detail .detail-item-content .item-content-header {
  align-items: flex-start;
  display: flex;
  height: 48px;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.overview-section .section-detail .detail-item-content h3.item-title {
  color: #151515;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: unset;
  line-height: 120%;
  margin-bottom: 0;
}
.overview-section .section-detail .detail-item-content p.item-subtitle {
  color: #151515;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
}
@media only screen and (max-width: 1140px) {
  .overview-section .detail-container {
    max-width: unset;
    padding-left: 15px;
    padding-right: 0;
  }
  .overview-section .section-detail {
    display: flex;
    overflow: hidden;
    width: 100%;
  }
  .overview-section .section-detail-item {
    flex-basis: 35%;
    flex-shrink: 0;
    position: relative;
    scroll-snap-align: start;
    transform: scale(1);
    transform-origin: center center;
    transition: transform 0.5s;
  }
  .overview-section .slides {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .overview-section .slides::-webkit-scrollbar {
    display: none;
  }
}
.homePageVF8-exterior .nav-tabs .nav-link {
  height: 32px;
  width: 32px;
}
.homePageVF8-exterior .nav-tabs .nav-link img {
  height: 100%;
  width: 100%;
}
.homePageVF8-offers {
  margin-top: 64px;
}
.homePageVF8-offers h3 {
  color: #151515;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: -0.08px;
  line-height: 125%;
}
.homePageVF8-offers .model {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 992px) {
  .homePageVF8-offers .model {
    display: flex;
    flex-direction: column;
  }
}
.homePageVF8-offers .model-item {
  border: 1px solid #8a8a8a;
  padding: 30px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-offers .model-item {
    padding: 16px;
  }
}
.homePageVF8-offers .model-name {
  color: #1464f4;
  font-size: 28px;
  font-weight: 600;
  line-height: 35.14px;
  margin-bottom: 16px;
}
.homePageVF8-offers .model-price {
  font-size: 28px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 16px;
}
.homePageVF8-offers .model .price-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 2px;
}
.homePageVF8-offers .model span.currency {
  font-size: 16px;
  font-weight: 600;
}
.homePageVF8-offers .model-price-pm {
  font-size: 28px;
  font-weight: 600;
  line-height: 35.14px;
  margin-bottom: 16px;
}
.homePageVF8-offers .model-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.homePageVF8-offers .model-button {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
}
@media only screen and (max-width: 1440px) {
  .homePageVF8-offers .model-button {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
.homePageVF8-offers .btn {
  border: 1px solid #1464f4;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 30px;
}
@media only screen and (max-width: 1440px) {
  .homePageVF8-offers .btn {
    padding: 16px 0;
  }
}
.homePageVF8-interior .swiper-pagination {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: flex;
  overflow: scroll;
  text-align: left;
}
.homePageVF8-interior .swiper-pagination::-webkit-scrollbar {
  display: none;
}
.homePageVF8-interior .swiper-pagination-bullet {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-shrink: 0;
  height: 48px;
  opacity: 1;
  transition: 0.3s;
  width: 48px;
}
.homePageVF8-interior .swiper-pagination-bullet-active {
  border: 2px solid #1464f4;
}
.homePageVF8-interior .swiper-pagination-bullet.interior1 {
  background-image: url(../images/VF89/interior-icon2.jpg);
}
.homePageVF8-interior .swiper-pagination-bullet.interior2 {
  background-image: url(../images/VF89/interior-icon3.jpg);
}
.homePageVF8-interior .swiper-pagination-bullet.interior3 {
  background-image: url(../images/VF89/interior-icon4.jpg);
}
.homePageVF8-interior .swiper-pagination-bullet.interior4 {
  background-image: url(../images/VF89/interior-icon6.jpg);
}
.homePageVF8-interior .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: inherit;
}
.homePageVF8-interior .tab-color__name {
  display: none;
}
.homePageVF8-technology .swiper-pagination {
  display: flex;
}
.homePageVF8-technology .block-technology-pagination {
  justify-content: center;
  margin: 30px auto 24px;
  position: static;
}
.homePageVF8-technology .swiper-wrapper {
  max-height: 525px;
}
.homePageVF8-technology .swiper-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.homePageVF8-technology .swiper-pagination-bullet {
  background: unset;
  border-bottom: 2px solid transparent;
  border-radius: unset;
  color: #3c3c3c;
  font-size: 1.125rem;
  font-weight: 600;
  height: auto;
  line-height: 133%;
  margin: 0;
  opacity: 1;
  padding-bottom: 1rem;
  text-align: center;
  white-space: nowrap;
  width: auto;
}
.homePageVF8-technology
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  background-color: transparent;
  border-bottom: 4px solid #f7f9f9;
  flex-shrink: 0;
  flex: 1;
  height: auto !important;
  margin: 0;
  outline: none;
  padding-bottom: 5px;
}
.homePageVF8-technology .swiper-pagination-bullet-active {
  border-bottom: 4px solid #1464f4 !important;
  color: #1464f4;
}
.homePageVF8-technology .technology-content {
  margin: auto;
  text-align: center;
}
.homePageVF8-technology .technology-content p {
  color: #3c3c3c;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
}
.homePageVF8-technology .technology-content-item {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .homePageVF8-technology .technology-content-item {
    min-height: 100px;
  }
}
.homePageVF8-technology .technology-content-item.active {
  display: block;
}
.homePageVF8-technology .field-content-mobile img {
  margin-bottom: 24px;
  width: 100%;
}
.homePageVF8-technology .field-content-mobile .field-mobile-item {
  border-bottom: 1px solid #979797;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.homePageVF8-technology .field-content-mobile .field-mobile-item h3 {
  color: #1f2125;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.032px;
  line-height: 24px;
  margin-bottom: 16px;
}
.homePageVF8-technology .field-content-mobile .field-mobile-item p {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.032px;
  line-height: 24px;
  margin-bottom: 0;
}
.homePageVF8-safety .slides {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .homePageVF8-safety .slides {
    flex-direction: column;
  }
}
.homePageVF8-safety .slides .field-item {
  border-bottom: 1px solid rgba(60, 60, 60, 0.3);
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  max-width: 410px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8-safety .slides .field-item {
    margin-right: 0;
    max-width: unset;
  }
}
.homePageVF8-safety .slides .field-item-content {
  flex-shrink: 0;
  margin-top: 1.5rem;
}
.homePageVF8-safety .slides .field-item-content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 12px;
}
.homePageVF8-safety .slides .field-item-content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 156%;
}
.homePageVF8-journey img {
  width: 100%;
}
.homePageVF8-journey .field-content .field-images {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-journey .field-content .field-images {
    flex-direction: column;
    row-gap: 30px;
  }
  .homePageVF8-journey .field-content .field-images .field-image {
    padding: 0;
  }
}
.homePageVF8-journey .field-info .item {
  margin-bottom: 61px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-journey .field-info .item {
    border-top: 1px solid #eff1f2;
    margin: 0;
    padding: 16px 0;
  }
}
.homePageVF8-journey .field-info .item h3 {
  color: #1f2125;
  font-size: 52px;
  font-weight: 400;
  line-height: 76.8px;
  margin-bottom: 8px;
  text-align: right;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-journey .field-info .item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
}
.homePageVF8-journey .field-info .item p {
  color: #979797;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.016px;
  line-height: 22.4px;
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-journey .field-info .item p {
    margin-bottom: 0;
  }
}
.homePageVF8-features {
  height: 80vh;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .homePageVF8-features {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 1440px) {
  .homePageVF8-features {
    height: 110vh;
  }
}
@media only screen and (max-width: 1259px) {
  .homePageVF8-features {
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .homePageVF8-features .section-desc {
    margin: auto;
  }
}
.homePageVF8-features .slide-img {
  height: 100%;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8-features .slide-img {
    text-align: center;
  }
}
.homePageVF8-features .slide-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.homePageVF8-features .container {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8-features .container {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 30px;
  }
}
.homePageVF8-features .container .section-header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8-features .container .section-header {
    position: static;
  }
}
.homePageVF8-features .field-content {
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8-features .field-content {
    height: 358px;
  }
}
.homePageVF8-features .field-content .field-slide {
  height: 80%;
  margin: 0;
  width: 60%;
}
@media only screen and (max-width: 1259px) {
  .homePageVF8-features .field-content .field-slide {
    height: 100%;
    width: 100%;
  }
}
.homePageVF8-features .field-slide-detail {
  margin-top: 7rem;
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-features .field-slide-detail {
    margin-top: 30px;
  }
}
.homePageVF8-features .field-slide-detail svg {
  pointer-events: none;
}
.homePageVF8-features .field-slide-detail .slide-detail {
  opacity: 0;
  padding: 0 2.5rem;
  position: absolute;
  transition: 0.8s;
}
.homePageVF8-features .field-slide-detail .slide-detail.active {
  opacity: 1;
  z-index: 1000;
}
.homePageVF8-features .field-slide-detail .slide-detail-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-features .field-slide-detail .slide-detail-title {
    margin-bottom: 8px;
  }
}
.homePageVF8-features .field-slide-detail .slide-detail-title p {
  color: #1f2125;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 25.1px;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-features .field-slide-detail .slide-detail-title p {
    font-weight: 500;
    padding: 0 !important;
  }
}
.homePageVF8-features .field-slide-detail .slide-detail p {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-features .field-slide-detail .slide-detail p {
    margin-bottom: 0;
    padding: 16px 0;
    text-align: left;
  }
}
.homePageVF8-features .swiper-pagination-vertical.swiper-pagination-bullets,
.homePageVF8-features .swiper-vertical > .swiper-pagination-bullets {
  left: 0;
  top: unset;
  transform: none;
}
.homePageVF8-features
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
.homePageVF8-features
  .swiper-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  border-radius: unset;
  height: 2.5rem;
  margin: 0;
  width: 0.125rem;
}
.homePageVF8-features .swiper-pagination {
  position: relative;
}
.homePageVF8-features .swiper-button-container {
  -moz-column-gap: 32px;
  column-gap: 32px;
  display: flex;
  margin-top: 3.5rem;
}
.homePageVF8-features .swiper-button-next,
.homePageVF8-features .swiper-button-prev {
  left: unset;
  margin-top: 0;
  position: unset;
  right: unset;
  top: unset;
}
.homePageVF8-features .swiper-button-next:after,
.homePageVF8-features .swiper-button-prev:after {
  font-size: 1.5rem;
}
.homePageVF8-features .field-slide-detail button {
  background-color: transparent;
  border: none;
  outline: none;
}
.homePageVF8-features .field-content-mobile svg {
  pointer-events: none;
}
.homePageVF8-preference {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-end;
  margin-top: 120px;
  padding: 115px 40px !important;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-preference {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    padding: 66.5px 16px !important;
  }
}
.homePageVF8-preference picture {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.homePageVF8-preference img,
.homePageVF8-preference picture {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homePageVF8-preference .section-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .homePageVF8-preference .section-content {
    padding: 16px;
  }
}
.homePageVF8-preference .section-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.072px;
  line-height: 44.5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8-preference .section-content h2 {
    font-size: 20px;
    line-height: 24.72px;
  }
}
.homePageVF8-preference .section-content .section-desc-item {
  align-items: flex-start;
  color: #fff;
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8-preference .section-content .section-desc-item {
    margin-bottom: 30px;
  }
}
.homePageVF8-preference .section-content .section-desc-item h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04px;
  line-height: 24.72px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homePageVF8-preference .section-content .section-desc-item h3 {
    font-size: 16px;
  }
}
.homePageVF8-preference .section-content .section-desc-item p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .homePageVF8-preference .section-content .section-desc-item p {
    font-size: 12px;
  }
}
.homePageVF8-preference .section-content .section-desc-item:last-child {
  margin-bottom: 0;
}
.homePageVF8-preference .btn-none-outline {
  color: #fff;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.homePageVF8-preference.experience {
  justify-content: flex-start;
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-preference.experience {
    padding: 30px 16px 200px !important;
  }
}
.homePageVF8-preference.experience .section-content {
  left: 40px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-preference.experience .section-content {
    left: unset;
  }
}
@media only screen and (max-width: 767px) {
  .homePageVF8-preference.experience .section-desc {
    -moz-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: scroll;
  }
}
.homePageVF8-preference.experience .section-desc::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .homePageVF8-preference.experience .section-desc-item {
    width: 300px;
  }
}
.homePageVF8-specs {
  padding-bottom: 64px;
}
.homePageVF8-specs h2 {
  margin-bottom: 30px;
}
.homePageVF8-specs .group-title {
  padding: 21.5px 0;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-specs .group-title {
    display: none;
  }
}
.homePageVF8-specs .main-content {
  border-bottom: none;
}
.homePageVF8-specs ul {
  border-bottom: 1px solid #f0f3f3;
  padding: 16px 0;
}
.homePageVF8-specs ul li {
  list-style: none;
}
.homePageVF8-specs ul li.specs-title {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF8-specs ul li.specs-detail {
  color: #1f2125;
  font-size: 16px;
  font-weight: 400;
}
.homePageVF8-specs .group-title-desktop {
  display: flex;
}
.homePageVF8-specs .group-title-desktop .title-type {
  color: #1464f4;
  font-size: 28px;
  font-weight: 600;
  line-height: 35.14px;
}
.homePageVF8-specs .btn {
  height: auto;
  margin-top: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.homePageVF8-specs p.mobile-title {
  color: #1f2125;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF8-specs .mobile-content p {
  color: #1f2125;
  margin-bottom: 8px;
}
.homePageVF8-specs .mobile-content .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.homePageVF8-specs .mobile-content .subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.homePageVF8-specs .spec-detail-content.mobile .group-content {
  border-bottom: 1px solid #f0f3f3;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.homePageVF8-specs .field-button {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.homePageVF8-specs .field-button .btn {
  margin-top: 0;
  max-width: 240px;
}
@media only screen and (max-width: 992px) {
  .homePageVF8-specs .field-button {
    flex-direction: column;
    flex-shrink: 0;
    padding: 0;
    row-gap: 12px;
  }
  .homePageVF8-specs .field-button .btn {
    margin: 0;
    max-width: none;
  }
  .collapse-list li {
    background-color: #fff;
    border-bottom: 1px solid #979797;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 24px 0;
    position: relative;
    transition: 0.4s;
    width: 100%;
  }
  .collapse-list li:first-child {
    padding: 0 0 1rem;
  }
  .collapse-list li.active {
    border-bottom: 2px solid #1464f4 !important;
  }
  .collapse-list li.active .header-left .arrow {
    transform: rotate(0);
  }
  .collapse-list li.active .header-left .arrow path {
    fill: #1464f4;
  }
  .collapse-list li .header-left .arrow {
    margin-right: 0.875rem;
    transform: rotate(180deg);
    transition: 0.4s;
  }
  .collapse-list li h3 {
    color: #1f2125;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 25.1px;
    padding: 0 1.25rem 0 0;
  }
  .collapse-list li .answer,
  .collapse-list li h3 {
    cursor: pointer;
    display: block;
    height: auto;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .collapse-list li .answer {
    padding: 0;
  }
  .collapse-list li .answer p {
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 150%;
    margin: 0 0 0.938rem;
    padding: 0.625rem 0 0;
    position: relative;
    width: 96%;
  }
  .collapse-list .collapse-item-header,
  .collapse-list .collapse-item-header .header-left {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .collapse-list .collapse-item-detail img {
    margin-top: 1.5rem;
    width: 100%;
  }
  .collapse-list .collapse-item-detail p {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 24px;
  }
  .collapse-list .collapse-list .collapse-item-header h3 {
    color: #3c3c3c;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.375rem;
    transition: 0.4s;
  }
}
.section-lead-common .container .title {
  color: #3c3c3c;
}
.nav-list {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 48px;
  list-style: none;
  margin-bottom: 0;
}
.page-header {
  background-color: #fff;
  left: 0;
  padding: 0 40px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding: 0 15px;
  }
  .page-header .nav-logo img {
    max-width: 93px;
  }
}
.page-header .nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.page-header .btn-popup-lead {
  color: #fff;
}
.page-header .btn-popup-lead,
.page-header .dktv-btn {
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 1.2px;
  line-height: 48px;
  text-transform: uppercase;
}
.page-header .dktv-btn {
  color: #1464f4;
}
.menu-mobile {
  background-color: #fff;
  display: none;
  height: 100%;
  left: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1052;
}
.menu-mobile ul {
  display: block !important;
}
.menu-mobile ul li {
  font-size: 16px;
  line-height: 48px;
  width: 100%;
}
.menu-mobile button {
  font-size: 2rem !important;
  padding: 5px 10px;
  position: absolute;
  right: 2px;
  top: 5px;
  z-index: 10;
}
.disclaimer {
  padding-bottom: 64px;
  padding-top: 0 !important;
}
@media only screen and (max-width: 992px) {
  .disclaimer {
    padding-bottom: 48px;
    padding-top: 0 !important;
  }
}
.disclaimer li {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.form-subscribe {
  margin: 0 auto;
  max-width: 435px;
}
.form-subscribe .form-title {
  border-bottom: 1px solid #d9e1e2;
  display: block;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.form-subscribe .form-group {
  gap: 12px;
  margin-bottom: 0;
}
.form-subscribe .form-group .form-label-group > input[type="text"] {
  border-radius: 3px;
  outline: none;
  width: 100%;
}
.form-subscribe
  .form-group
  .form-label-group
  > input[type="text"]::-moz-placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.form-subscribe
  .form-group
  .form-label-group
  > input[type="text"]::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.form-subscribe .form-group .form-label-group > .invalid-feedback {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 16px;
  text-align: left;
}
.form-subscribe .form-group .form-label-group > .label {
  color: #3c3c3c;
  text-align: left;
}
.form-subscribe .form-group .form-label-group > .label:after {
  display: none;
}
.form-subscribe .form-group .form-message {
  color: #dc3545;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 16px;
  text-align: left;
}
.form-subscribe .form-control {
  background: #fff;
  border: 1px solid #d9e1e2;
  border-radius: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  line-height: 150%;
  padding: 7px 16px;
  padding-left: 16px !important;
  width: 100%;
}
@media (min-width: 992px) {
  .form-subscribe .form-control {
    font-size: 0.833vw;
  }
}
@media (max-width: 767px) {
  .form-subscribe .form-control {
    font-size: 4.267vw;
  }
}
.form-subscribe .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.form-subscribe .form-control::placeholder {
  color: #8a8a8a;
}
.form-subscribe .registration-btn button {
  background-color: #1464f4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  letter-spacing: 1.2px;
  min-height: 48px;
  outline: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.form-subscribe .registration-btn button:disabled {
  background-color: #8a8a8a;
}
.form-subscribe .check-email {
  color: #dc3545;
  display: none;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 992px) {
  .form-subscribe .check-email {
    font-size: 12px;
  }
}
.form-subscribe .check-email.show {
  display: block;
  margin-top: 6px;
}
.form-subscribe .check-email.hide {
  display: none;
}
.form-subscribe .subscribe-countdown {
  position: relative;
}
