.section-container * {
  font-family: "Inter", sans-serif;
}
.section-container .page-header-text .promo-label {
  display: block;
  margin: auto auto 20px;
  padding: 8px 16px;
  background-color: #DCF6FC;
  color: #249DA0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 4px;
}
.section-container .page-header-text .main-text {
  margin: auto;
  text-transform: initial;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.section-container .page-header-text .main-text span {
  color: #1F9C9E;
}
.section-container .page-header-text .sub-main-text {
  margin: auto;
  text-transform: initial;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #1F9C9E;
}
.section-container .page-header-text .paragraph {
  margin: auto;
  text-transform: initial;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.section-container .eligibility-section {
  padding: 2rem 1rem;
  text-align: center;
}
.section-container .eligibility-section .section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000;
}
.section-container .eligibility-section .eligibility-cards {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.section-container .eligibility-section .eligibility-cards .card {
  background-color: #000;
  color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.section-container .eligibility-section .eligibility-cards .card p {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-container .eligibility-section .eligibility-cards .card ul {
  padding-left: 1.2rem;
  list-style-type: disc;
}
.section-container .eligibility-section .eligibility-cards .card ul li {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-container .advantages-box {
  width: 100%;
  display: flex;
  gap: 24px;
}
.section-container .advantages-box .advantage-item {
  width: 33%;
  text-align: center;
  border-radius: 8px;
  padding: 48px;
  background-color: #F6FBFB;
  color: #1E4141;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.section-container .advantages-box .advantage-item .icon {
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1b9b9d;
}
.section-container .advantages-box .advantage-item .icon svg {
  fill: white;
  height: 20px;
  width: 20px;
  stroke: white;
  stroke-width: 3;
}
.section-container .advantages-box .advantage-item .icon-orange {
  background-color: #ff4b00;
}
.section-container .advantages-box .advantage-item .icon-green {
  background-color: #22c55e;
}
.section-container .advantages-box .advantage-item-orange {
  background-color: rgba(255, 75, 0, 0.1);
}
.section-container .advantages-box .advantage-item-green {
  background-color: rgb(240, 253, 244);
}
.section-container .advantages-box .advantage-item .title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.section-container .advantages-box .advantage-item .info {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-container .sqr-photo {
  align-items: initial;
  box-shadow: initial;
  border-radius: 8px;
  padding: 48px;
  background-color: #F4F8FE;
}
.section-container .sqr-photo .sqr-photo-content .sqr-photo-header {
  text-align: left;
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
}
.section-container .sqr-photo .sqr-photo-content .sqr-photo-header span {
  color: #1F9C9E;
}
.section-container .sqr-photo .sqr-photo-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.section-container .sqr-photo .sqr-photo-content p span {
  color: #1F9C9E;
}
.section-container .sqr-photo .sqr-photo-content p.sqr-photo-header {
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}
.section-container .sqr-photo .sqr-photo-img {
  border-radius: 4px;
  max-height: 100%;
}
.section-container .sqr-photo .list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 0px;
}
.section-container .sqr-photo .button-link .btn {
  margin: 20px 0 0;
  padding: 12px 32px !important;
  padding: 12px 32px;
  border-radius: 6px;
  background-color: #1F9C9E;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.section-container .sqr-photo .button-link .btn:hover {
  background-color: #1b8688;
}
.section-container .sqr-photo.no-background {
  background: none;
}
.section-container .sqr-photo.no-background .list li {
  line-height: 24px;
}
.section-container .sqr-photo.no-background .list li::before {
  background: transparent;
}
.section-container .section_tab__content {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.section-container.orange .sqr-photo .button-link .btn {
  background-color: #FF4B00;
}
.section-container.orange .sqr-photo .button-link .btn:hover {
  background-color: #c84209 !important;
}
.section-container.orange .sqr-photo.no-background .sqr-photo-content p span {
  color: #FF4B00;
}

.section-other-offers * {
  font-family: "Inter", sans-serif;
}
.section-other-offers .ecom-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
.section-other-offers .other-offers {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.section-other-offers .other-offers .other-offers__pic img {
  border-radius: 6px;
}
.section-other-offers .other-offers .other-offers__txt {
  font-size: 18px;
  font-weight: 400;
  color: #111827;
  margin: 5px 0;
}
.section-other-offers .other-offers .other-offers__btn {
  padding: 6px 22px;
  border-radius: 4px;
}

.button-container .branch-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #1F2937;
}

.branch * {
  font-family: "Inter", sans-serif;
}

.leasing-calculator * {
  font-family: "Inter", sans-serif;
}
.leasing-calculator .tabs1 .items span.active {
  border-radius: 6px 6px 0 0;
}
.leasing-calculator .tabs1 .tabs {
  border: 1px solid #1F9C9E;
  border-radius: 0 6px 6px;
  padding: 30px 42px;
}
.leasing-calculator label.txt {
  padding-left: 0;
}
.leasing-calculator select.txt,
.leasing-calculator input.txt {
  height: 44px;
  padding: 10px 18px;
  color: #1F2937;
  border-radius: 4px;
}
.leasing-calculator .btn {
  padding: 12px 32px;
  border-radius: 6px;
  background-color: #1F9C9E;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  .section-container .page-header-text {
    margin-bottom: -40px !important;
  }
  .section-container .page-header-text .promo-label {
    font-size: 14px;
    margin: auto auto 10px;
    padding: 5px 10px;
  }
  .section-container .page-header-text .main-text {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
  }
  .section-container .page-header-text .sub-main-text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .section-container .page-header-text .paragraph {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  .section-container .border-text-box .border-text-box-content .border-box {
    padding: 30px;
  }
  .section-container .border-text-box .border-text-box-content .border-box .box-header {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .section-container .border-text-box .border-text-box-content .border-box .box-header-percent span {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
  }
  .section-container .border-text-box .border-text-box-content .border-box .btn {
    margin-top: 20px;
    padding: 10px;
  }
  .section-container .border-text-box .border-text-box-content .border-box .btn-orange {
    margin-top: 30px;
  }
  .section-container .sqr-photo {
    padding: 30px;
  }
  .section-container .sqr-photo .sqr-photo-content {
    padding-left: 0;
  }
  .section-container .sqr-photo .sqr-photo-content .sqr-photo-header {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }
  .section-container .sqr-photo.no-background .sqr-photo-content p.sqr-photo-header {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }
  .section-container .eligibility-section .eligibility-cards {
    flex-direction: column;
    align-items: center;
  }
  .section-container .advantages-box {
    flex-wrap: wrap;
  }
  .section-container .advantages-box .advantage-item {
    width: 100%;
    padding: 30px;
  }
  .section-other-offers .other-offers {
    flex-direction: column;
    gap: 30px;
  }
  .section-other-offers .other-offers .other-offers__pic img {
    width: 100%;
  }
  .section-other-offers .ecom-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }
  .leasing-calculator .tabs1 .tabs {
    padding: 20px 30px;
  }
  .leasing-calculator .col-2 {
    width: 100%;
  }
  .leasing-calculator label.txt {
    font-size: 15px;
  }
  .button-container .branch-text {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */