@charset "UTF-8";

.installment-calculator {
  position: relative;
}

.installment-calculator .title {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 3.2px;
}

@media (min-width: 768px) {
  .installment-calculator .title {
    font-size: 48px;
    line-height: 48px;
  }
}

.installment-calculator .dropdown-toggle::after {
  position: absolute;
  width: 24px;
  height: 25px;
  top: 64px;
  
  right: 14px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M4.70086 8.14453L11.6459 15.2045C11.8509 15.4095 12.1809 15.4145 12.3909 15.2045L19.3159 8.15953L20.0059 8.86453L13.0809 15.9095C12.4909 16.5045 11.5409 16.5045 10.9509 15.9095L4.00586 8.84953L4.69586 8.14953H4.70586' fill='black'/%3E%3Cpath d='M4.70086 8.14453L11.6459 15.2045C11.8509 15.4095 12.1809 15.4145 12.3909 15.2045L19.3159 8.15953L20.0059 8.86453L13.0809 15.9095C12.4909 16.5045 11.5409 16.5045 10.9509 15.9095L4.00586 8.84953L4.69586 8.14953H4.70586' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

[dir="rtl"] .installment-calculator .dropdown-toggle::after {
  right: auto;
  
  left: 14px;
}

.installment-calculator .dropdown-toggle.show::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.70086 16.6048L11.6459 9.5448C11.8509 9.3398 12.1809 9.3348 12.3909 9.5448L19.3159 16.5898L20.0059 15.8848L13.0809 8.8398C12.4909 8.2448 11.5409 8.2448 10.9509 8.8398L4.00586 15.8998L4.69586 16.5998H4.70586' fill='black'/%3E%3Cpath d='M4.70086 16.6048L11.6459 9.5448C11.8509 9.3398 12.1809 9.3348 12.3909 9.5448L19.3159 16.5898L20.0059 15.8848L13.0809 8.8398C12.4909 8.2448 11.5409 8.2448 10.9509 8.8398L4.00586 15.8998L4.69586 16.5998H4.70586' stroke='black' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}

.installment-calculator .dropdown-menu {
  border-top: 1px solid #e0e0e0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.installment-calculator .dropdown-menu.show {
  border: none !important;
  border-radius: 0 0 12px 12px !important;
}

.installment-calculator .dropdown-menu .dropdown-item {
  color: #666;
  
  margin-left: 0 !important;
}

[dir="rtl"] .installment-calculator .dropdown-menu .dropdown-item {
  margin-left: 0 !important;
  
  margin-right: 0 !important;
}

.installment-calculator .dropdown-menu .dropdown-item div {
  font-size: 20px;
  font-family: "Geely Bold 20230926";
  letter-spacing: 5px;
  line-height: 24px;
}

.installment-calculator .dropdown-menu .dropdown-item span {
  font-size: 14px;
  font-family: "inter-regular";
  color: #666;
}

.installment-calculator .dropdown-menu .car {
  flex: 1;
  
  padding: 24px 18px 24px 24px;
  position: relative;
}

[dir="rtl"] .installment-calculator .dropdown-menu .car {
  
  padding: 24px 24px 24px 18px;
}

.installment-calculator .dropdown-menu .car a {
  display: block;
  color: #9e9e9e;
  text-decoration: none;
  font-family: "GEELY Bold 20230926";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  padding: 0rem 1rem;
}

.installment-calculator .dropdown-menu .car a span {
  display: block;
  font-size: 16px;
  font-family: "Inter-Regular";
  font-weight: 400;
  color: #bdbdbd;
  margin-top: 5px;
  letter-spacing: 0;
}

.installment-calculator .dropdown-menu .car a:hover {
  text-decoration: none;
}

.installment-calculator .dropdown-menu .car.active {
  background: #e5e5e5;
}

.installment-calculator .dropdown-menu .car.active a {
  color: #007bff;
}

.installment-calculator .dropdown-menu .car.active a span {
  color: #000;
}

.installment-calculator .dropdown-menu .model {
  flex: 1;
  
  padding: 24px 18px 24px 24px;
  position: relative;
}

[dir="rtl"] .installment-calculator .dropdown-menu .model {
  
  padding: 24px 24px 24px 18px;
}

.installment-calculator .dropdown-menu .model a {
  display: block;
  color: #9e9e9e;
  text-decoration: none;
  font-family: "GEELY Bold 20230926";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.5;
  padding: 0rem 1rem;
}

.installment-calculator .dropdown-menu .model a span {
  display: block;
  font-size: 16px;
  font-family: "Inter-Regular";
  font-weight: 400;
  color: #bdbdbd;
  margin-top: 5px;
  letter-spacing: 0;
}

.installment-calculator .dropdown-menu .model a:hover {
  text-decoration: none;
}

.installment-calculator .dropdown-menu .model.active {
  background: #e5e5e5;
}

.installment-calculator .dropdown-menu .model.active a {
  color: #007bff;
}

.installment-calculator .dropdown-menu .model.active a span {
  color: #000;
}

.installment-calculator .dropdown .btn {
  
  padding: 24px 18px 24px 24px !important;
  background-color: #fff;
  border-radius: 12px;
}

[dir="rtl"] .installment-calculator .dropdown .btn {
  
  padding: 24px 24px 24px 18px !important;
}

.installment-calculator .dropdown .btn.show {
  border-radius: 12px 12px 0 0 !important;
  border: none !important;
}

.installment-calculator .dropdown #activeCarTitle {
  font-size: 20px;
  color: #194bff;
  font-family: "Geely Bold 20230926";
  letter-spacing: 4px;
  line-height: 24px;
}

@media (max-width: 1280px) {
  .installment-calculator .dropdown #activeCarTitle {
    max-width: 240px;
  }
}

.installment-calculator .dropdown #activeModelTitle {
  font-size: 20px;
  color: #194bff;
  font-family: "Geely Bold 20230926";
  letter-spacing: 4px;
  line-height: 24px;
}

.installment-calculator .otr-note {
  margin-top: -10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.installment-calculator .wrapper--range-option {
  position: relative;
}

.installment-calculator .wrapper--range-option .custom-range-value {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  top: 10px;
  
  right: 10px;
  letter-spacing: 2px;
}

[dir="rtl"] .installment-calculator .wrapper--range-option .custom-range-value {
  right: auto;
  
  left: 10px;
}

.installment-calculator .wrapper--range-option .custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: transparent;
  outline: none;
  padding: 0;
}

.installment-calculator .wrapper--range-option .custom-range::-webkit-slider-runnable-track {
  
  background: linear-gradient(to right, #000 0%, #000 calc(var(--value) - 1%), #fff calc(var(--value) - 1%), #fff 100%);
  height: 12px;
  border-radius: 9999px;
  width: 100%;
}

[dir="rtl"] .installment-calculator .wrapper--range-option .custom-range::-webkit-slider-runnable-track {
  
  background: linear-gradient(to left, #000 0%, #000 calc(var(--value) - 1%), #fff calc(var(--value) - 1%), #fff 100%);
}

.installment-calculator .wrapper--range-option .custom-range::-webkit-slider-thumb {
  appearance: none;
  width: 52px;
  height: 30px;
  background: #000;
  border-radius: 20px;
  border: 6px solid #fff;
  cursor: pointer;
  margin-top: -10px;
  
  box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, .2509803922);
}

[dir="rtl"] .installment-calculator .wrapper--range-option .custom-range::-webkit-slider-thumb {
  
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, .2509803922);
}

@media (min-width: 576px) {
  .installment-calculator .wrapper--range-option .custom-range::-webkit-slider-thumb {
    width: 66px;
  }
}

.installment-calculator .wrapper--range-option .custom-range::-moz-range-track {
  
  background: linear-gradient(to right, #000 0%, #000 calc(var(--value) - 1%), #fff calc(var(--value) - 1%), #fff 100%);
  height: 12px;
  border-radius: 9999px;
  width: 100%;
}

[dir="rtl"] .installment-calculator .wrapper--range-option .custom-range::-moz-range-track {
  
  background: linear-gradient(to left, #000 0%, #000 calc(var(--value) - 1%), #fff calc(var(--value) - 1%), #fff 100%);
}

.installment-calculator .wrapper--range-option .custom-range::-moz-range-thumb {
  width: 40px;
  height: 20px;
  background: #000;
  border-radius: 20px;
  border: 4px solid #fff;
  cursor: pointer;
}

.installment-calculator .wrapper--range-option .range-ticks {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
  margin: 1rem 0;
  text-align: center;
}

@media (min-width: 576px) {
  .installment-calculator .wrapper--range-option .range-ticks {
    padding: 0 1rem;
  }
}

.installment-calculator .wrapper--range-option .range-ticks span {
  position: relative;
  bottom: 0;
  width: 32px;
  font-size: 1rem;
  color: #000;
}

.installment-calculator .wrapper--range-option .range-ticks span:not(.active) {
  font-size: 12px;
  opacity: 30%;
}

.installment-calculator .wrapper--dp-option {
  position: inherit;
  margin: 1rem 0;
  border: 1px solid black;
  border-radius: 12px;
  /* Hover effect hanya untuk opsi yang tidak checked *//* Styling untuk opsi yang dipilih (active) *//* Sembunyikan radio button default */
}

.installment-calculator .wrapper--dp-option .dp-option {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px; /* Sesuaikan padding agar teks lebih terpusat */
  border-radius: 5px;
  text-align: center; /* Pastikan teks berada di tengah */
  cursor: pointer;
  transition: all .3s ease;
  width: 100%;
  max-width: 105px;
  height: 49px; /* Tambah tinggi untuk balance */
  line-height: 20px; /* Sesuaikan line-height dengan tinggi teks */
  background-color: #fff;
  color: #333;
  box-sizing: border-box; /* Pastikan padding tidak mengganggu width */
  margin: 0 auto;
}

@media (min-width: 1400px) {
  .installment-calculator .wrapper--dp-option .dp-option {
    max-width: 117px;
  }
}

@media (min-width: 1600px) {
  .installment-calculator .wrapper--dp-option .dp-option {
    max-width: 162px;
  }
}

@media (max-width: 1280px) {
  .installment-calculator .wrapper--dp-option .dp-option {
    max-width: 102px;
  }
}

@media (max-width: 1199.98px) {
  .installment-calculator .wrapper--dp-option .dp-option {
    max-width: 23%;
  }
}

@media (max-width: 575.98px) {
  .installment-calculator .wrapper--dp-option .dp-option {
    max-width: 49%;
  }
}

@media (max-width: 1199.98px) {
  .installment-calculator .wrapper--dp-option .dp-option:nth-last-child(2) {
    max-width: 49%;
  }
}

@media (max-width: 1199.98px) {
  .installment-calculator .wrapper--dp-option .dp-option:last-child {
    max-width: 49%;
  }
}

@media (min-width: 1200px) {
  .installment-calculator .wrapper--dp-option .dp-option:last-child {
    max-width: 100%;
  }
}

.installment-calculator .wrapper--dp-option .dp-option:not(:has(input[type=radio]:checked)):hover {
  background-color: #0d6efd !important;
  color: #fff !important;
  border-color: #0d6efd;
}

.installment-calculator .wrapper--dp-option .dp-option:has(input[type=radio]:checked) {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000;
}

.installment-calculator .wrapper--dp-option .dp-option input[type=radio] {
  display: none;
}

.installment-calculator .result-card {
  background: #f8f7f8;
  border: 10px solid #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 1rem 0;
}

.installment-calculator .result-card .bold {
  font-family: "Inter-Bold" !important;
}

.installment-calculator .result-card .semi-bold {
  font-family: "Inter-SemiBold" !important;
}

.installment-calculator .result-card span {
  font-family: "Inter-Regular" !important;
  font-size: 12px;
  margin-top: -0.5rem;
}

.installment-calculator .result-card #durationText, .installment-calculator .result-card #dpAmount, .installment-calculator .result-card #ex5Price {
  letter-spacing: 2px;
}

@media (min-width: 576px) {
  .installment-calculator .result-card {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .installment-calculator .result-card .left-info,
  .installment-calculator .result-card .right-info {
    max-width: 48%;
  }
}

.installment-calculator .result-card .installment-result {
  background: #fff;
  border-radius: 1rem;
  gap: 5px;
  border-radius: 1rem;
  background: #fff;
  padding: 2rem 0;
}

.installment-calculator .result-card .installment-result h3 {
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .installment-calculator .result-card .installment-result h3 {
    font-size: 2;
  }
}

.installment-calculator .result-card .disclaimer {
  font-size: .8rem;
  line-height: 1.3;
  letter-spacing: -0.1px;
  color: #000 !important;
  text-align: justify;
  
  padding-right: 20px;
}

[dir="rtl"] .installment-calculator .result-card .disclaimer {
  padding-right: 0;
  
  padding-left: 20px;
}

.installment-calculator .result-card .border-bottom {
  border-bottom: 1px solid #000 !important;
}

.installment-calculator .result-card .disclaimer-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .installment-calculator .result-card .disclaimer-wrapper {
    width: 75%;
  }
}

.installment-calculator .bg-model {
  background-repeat: no-repeat;
  
  background-position: center right;
  width: 100%;
  height: 280px;
  
  margin-left: 3%;
  margin-top: -9%;
  margin-bottom: 0;
  background-size: 360px;
}

[dir="rtl"] .installment-calculator .bg-model {
  
  background-position: center left;
  margin-left: 0;
  
  margin-right: 3%;
}

.installment-calculator .bg-model.bg-model-ex5 {
  background-image: url("https://geelyprod-static.oss-ap-southeast-5.aliyuncs.com/ex5/teal/teal-4.webp");
}

.installment-calculator .bg-model.bg-model-starrayemi {
  background-image: url("https://geelyprod-static.oss-ap-southeast-5.aliyuncs.com/starray/glacier-blue/glacier-blue3.webp");
}

.installment-calculator .bg-model.bg-model-ex2 {
  background-image: url("https://geelyprod-static.oss-ap-southeast-5.aliyuncs.com/ex2/ice-berry-pink/EX2.24.webp");
}

@media (min-width: 426px) {
  .installment-calculator .bg-model.bg-responsive-ex5 {
    background-size: 420px;
  }
}

@media (min-width: 768px) {
  .installment-calculator .bg-model.bg-responsive-ex5 {
    background-size: 618px;
    
    margin-left: 8%;
    margin-top: -9%;
    margin-bottom: auto;
    height: 630px;
  }

  [dir="rtl"] .installment-calculator .bg-model.bg-responsive-ex5 {
    margin-left: 0;
    
    margin-right: 8%;
  }
}

@media (min-width: 1400px) {
  .installment-calculator .bg-model.bg-responsive-ex5 {
    background-size: 694px;
    height: 715px;
  }
}

@media (min-width: 1500px) {
  .installment-calculator .bg-model.bg-responsive-ex5 {
    background-size: 800px;
    
    margin-left: -3%;
  }

  [dir="rtl"] .installment-calculator .bg-model.bg-responsive-ex5 {
    margin-left: 0;
    
    margin-right: -3%;
  }
}

@media (min-width: 426px) {
  .installment-calculator .bg-model.bg-responsive-starrayemi {
    background-size: 420px;
  }
}

@media (min-width: 768px) {
  .installment-calculator .bg-model.bg-responsive-starrayemi {
    background-size: 618px;
    
    margin-left: 8%;
    margin-top: -9%;
    margin-bottom: auto;
    height: 630px;
  }

  [dir="rtl"] .installment-calculator .bg-model.bg-responsive-starrayemi {
    margin-left: 0;
    
    margin-right: 8%;
  }
}

@media (min-width: 1400px) {
  .installment-calculator .bg-model.bg-responsive-starrayemi {
    background-size: 694px;
    height: 715px;
  }
}

@media (min-width: 1500px) {
  .installment-calculator .bg-model.bg-responsive-starrayemi {
    background-size: 800px;
    
    margin-left: -3%;
  }

  [dir="rtl"] .installment-calculator .bg-model.bg-responsive-starrayemi {
    margin-left: 0;
    
    margin-right: -3%;
  }
}

@media (max-width: 425px) {
  .installment-calculator .bg-model.bg-responsive-ex2 {
    background-size: 440px;
    
    margin-left: 16%;
  }

  [dir="rtl"] .installment-calculator .bg-model.bg-responsive-ex2 {
    margin-left: 0;
    
    margin-right: 16%;
  }
}

@media (min-width: 426px) {
  .installment-calculator .bg-model.bg-responsive-ex2 {
    background-size: 420px;
  }
}

@media (min-width: 768px) {
  .installment-calculator .bg-model.bg-responsive-ex2 {
    background-size: 760px;
    
    margin-left: 16%;
    margin-top: -9%;
    margin-bottom: auto;
    height: 630px;
  }

  [dir="rtl"] .installment-calculator .bg-model.bg-responsive-ex2 {
    margin-left: 0;
    
    margin-right: 16%;
  }
}

@media (min-width: 1400px) {
  .installment-calculator .bg-model.bg-responsive-ex2 {
    background-size: 863px;
    height: 715px;
  }
}

@media (min-width: 1500px) {
  .installment-calculator .bg-model.bg-responsive-ex2 {
    background-size: 940px;
    
    margin-left: -3%;
  }

  [dir="rtl"] .installment-calculator .bg-model.bg-responsive-ex2 {
    margin-left: 0;
    
    margin-right: -3%;
  }
}

.installment-calculator p {
  font-size: 16px;
  line-height: 22.4px;
}

@media (min-width: 768px) {
  .installment-calculator .text-desc {
    font-size: 17.5px;
  }

  .installment-calculator p {
    font-size: 18px;
    line-height: 25px;
  }
}

.installment-calculator .bold {
  font-family: "Inter-Bold" !important;
}

.ui-dialog {
          border-radius: 24px !important;
  background: url(https://geelyprod-static2.oss-ap-southeast-5.aliyuncs.com/dealership/background-modal.webp) !important;
  background-size: auto !important;
  background-position: center -5px !important;
  background-repeat: no-repeat !important;
  -webkit-border-radius: 24px !important;
     -moz-border-radius: 24px !important;
  width: 100% !important;
  border: 10px solid #fff !important;
          border-radius: 24px !important;
  padding: 30px 1rem !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  max-width: 600px !important;
}

.ui-dialog h2 {
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .ui-dialog h2 {
    font-size: 42px;
    line-height: 42px;
  }
}

.ui-dialog .ui-dialog-titlebar-close {
  border-color: transparent;
  background: transparent;
}

.ui-dialog .ui-dialog-titlebar-close:focus-visible {
  outline: none !important;
}

.ui-dialog .ui-dialog-titlebar-close::after {
  content: "×";
  font-size: 3rem;
  position: absolute;
  top: -26px;
  
  right: -3px;
}

[dir="rtl"] .ui-dialog .ui-dialog-titlebar-close::after {
  right: auto;
  
  left: -3px;
}

#webformModal .modal-dialog .modal-content {
          border-radius: 24px;
  background: url(https://geelyprod-static2.oss-ap-southeast-5.aliyuncs.com/dealership/background-modal.webp);
  background-size: auto;
  background-position: center -5px;
  background-repeat: no-repeat;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
  width: 648px !important;
  border: 10px solid #fff;
          border-radius: 24px;
  padding: 1rem;
}

#webformModal .modal-dialog .modal-body {
  padding: 0;
}

@media (min-width: 768px) {
  #webformModal .modal-dialog .modal-body {
    padding: 1rem;
  }
}

#webformModal .form-control {
  background: transparent !important;
}

#webformModal .select2-container--default .select2-selection--single {
  background: transparent !important;
  border-color: transparent !important;
}

#webformModal .webform-submission-form {
  background: transparent !important;
}

#webformModal .webform-options-display-side-by-side > div {
  
  margin-right: 0 !important;
}

[dir="rtl"] #webformModal .webform-options-display-side-by-side > div {
  margin-right: 0 !important;
  
  margin-left: 0 !important;
}

#webformModal #edit-actions-01 {
  width: 100%;
}

@media (min-width: 768px) {
  #webformModal #edit-actions-01 {
    width: auto;
    
    margin-left: auto;
  }

  [dir="rtl"] #webformModal #edit-actions-01 {
    margin-left: 0;
    
    margin-right: auto;
  }
}

#webformModal .form-group.form-wrapper {
  padding: 24px 0px 0px !important;
  border-bottom: 1px solid black;
}

@media (min-width: 768px) {
  #webformModal .form-group.form-wrapper {
    padding: 1rem 10px !important;
  }
}

#webformModal .form-group.form-wrapper > label,
#webformModal .form-group.form-wrapper > .form-no-label {
  border-bottom: 0px solid transparent !important;
}

#webformModal #edit-containersubmit {
  border-bottom: 0px solid transparent;
}

#webformModal #edit-container-radio {
  position: inherit;
}

@media (min-width: 768px) {
  #webformModal #edit-container-radio {
    padding: 0;
  }
}

#webformModal #edit-buying-plan--wrapper {
  flex-direction: column;
  padding: 0px !important;
  background: transparent;
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  #webformModal #edit-buying-plan--wrapper {
    flex-direction: row;
  }
}

#webformModal #edit-buying-plan--wrapper .card-header {
  background: transparent;
  padding: 1rem 0;
  border-bottom: 0px solid #000;
  width: 150px;
  display: flex;
  align-items: center;
}

#webformModal #edit-buying-plan--wrapper .card-header .fieldset-legend {
  padding: 0;
}

@media (min-width: 768px) {
  #webformModal #edit-buying-plan--wrapper .card-header .fieldset-legend {
    padding: 0 12px;
  }
}

#webformModal #edit-buying-plan--wrapper .card-body {
  border-bottom: 0px solid #000;
  padding: 0;
}

@media (min-width: 768px) {
  #webformModal #edit-buying-plan--wrapper .card-body {
    padding: 1rem;
  }
}

#webformModal #edit-buying-plan--wrapper .card-body #edit-buying-plan {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

@media (min-width: 768px) {
  #webformModal #edit-buying-plan--wrapper .card-body #edit-buying-plan {
    flex-wrap: nowrap;
    justify-content: end;
    gap: 1rem;
  }
}

#webformModal #edit-buying-plan--wrapper .card-body #edit-buying-plan > div {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #webformModal #edit-buying-plan--wrapper .card-body #edit-buying-plan > div {
    margin-bottom: 0;
  }
}

#webformModal #edit-buying-plan--wrapper .card-body .js-form-item-buying-plan {
  position: relative;
  flex-basis: 7.75rem;
}

@media (min-width: 376px) {
  #webformModal #edit-buying-plan--wrapper .card-body .js-form-item-buying-plan {
    flex-basis: 8rem;
  }
}

@media (min-width: 391px) {
  #webformModal #edit-buying-plan--wrapper .card-body .js-form-item-buying-plan {
    flex-basis: 10rem;
  }
}

@media (min-width: 768px) {
  #webformModal #edit-buying-plan--wrapper .card-body .js-form-item-buying-plan {
    flex-basis: auto;
  }
}

#webformModal #edit-buying-plan--wrapper .card-body .js-form-item-buying-plan input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

#webformModal #edit-buying-plan--wrapper .card-body .js-form-item-buying-plan input[type=radio]:checked + label {
  background-color: #000;
  color: #fff;
}

#webformModal #edit-buying-plan--wrapper .card-body .js-form-item-buying-plan label {
  border: 1px solid #000;
  border-radius: 8px;
  text-align: center;
  padding: 6px 14px;
  width: 100%;
}

@media (min-width: 768px) {
  #webformModal #edit-buying-plan--wrapper .card-body .js-form-item-buying-plan label {
    padding: 6px 0;
    width: 100px;
  }
}

#webformModal #edit-buying-plan--wrapper .card-body .js-form-item-buying-plan label:hover {
  cursor: pointer;
}

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

.download-brochure {
  width: 100%;
  line-height: 140%;
  font-size: 14px;
}

@media (min-width: 576px) {
  .download-brochure {
    width: auto;
  }
}

.text-model {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.font-geely {
  font-family: "Geely Bold 20230926";
}

.header-model {
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 5.2px;
  text-transform: none;
}

@media (max-width: 575.98px) {
  .header-model {
    font-size: 24px;
    letter-spacing: 4.4px;
  }
}

.text-price {
  font-size: 18px !important;
  font-style: normal;
  line-height: 140%; /* 25.2px */
  text-transform: uppercase;
}

