/* SF Pro Display - latin */
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../fonts/SFProDisplay-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

button,
select,
a {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.section_s15__icon img, .section_s15__img-left img, .section_s15__img img, .section_s15__bg img, .section_s13__right img, .section_s13__logo img, .section_s11 .card__photo-author img, .section_s11 .card__img img, .section_s10__img-card img, .section_s9 .card__img img, .section_s7__right-block img, .section_s6__center img, .section_s6__bg img, .section_s5__preview-mobile img, .section_s5__preview img, .section_s4 .left-top__label-two img, .section_s4 .left-top__label-one img, .section_s4 .top-first__right img, .section_s4 .top-first__center img, .section_s2 .software-item__icon img, .section_s2 .body__left img, .section_s2__bg img, .section_s1__bg-mobile img, .section_s1__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-form__subscription {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.contact-form__input-email {
  width: 100%;
  border-radius: 36px;
  border: 1px solid rgba(29, 29, 31, 0.5);
  background: #FFFFFF;
}
@media (min-width: 81.25em) {
  .contact-form__input-email {
    padding-block: 1.1875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 0.875rem , 0.7553191489rem  +  0.5319148936vw , 1.1875rem )) {
    .contact-form__input-email {
      padding-block: clamp( 0.875rem , 0.7553191489rem  +  0.5319148936vw , 1.1875rem );
    }
  }
  @supports not (padding-block: clamp( 0.875rem , 0.7553191489rem  +  0.5319148936vw , 1.1875rem )) {
    .contact-form__input-email {
      padding-block: calc(0.875rem + 0.3125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .contact-form__input-email {
    padding-block: 0.875rem;
  }
}
@media (min-width: 81.25em) {
  .contact-form__input-email {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 0.75rem , 0.5585106383rem  +  0.8510638298vw , 1.25rem )) {
    .contact-form__input-email {
      padding-inline: clamp( 0.75rem , 0.5585106383rem  +  0.8510638298vw , 1.25rem );
    }
  }
  @supports not (padding-inline: clamp( 0.75rem , 0.5585106383rem  +  0.8510638298vw , 1.25rem )) {
    .contact-form__input-email {
      padding-inline: calc(0.75rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .contact-form__input-email {
    padding-inline: 0.75rem;
  }
}
.contact-form__input-email::-webkit-input-placeholder {
  color: rgba(29, 29, 31, 0.45);
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.contact-form__input-email::-moz-placeholder {
  color: rgba(29, 29, 31, 0.45);
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.contact-form__input-email:-ms-input-placeholder {
  color: rgba(29, 29, 31, 0.45);
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.contact-form__input-email::-ms-input-placeholder {
  color: rgba(29, 29, 31, 0.45);
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.contact-form__input-email::placeholder {
  color: rgba(29, 29, 31, 0.45);
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .contact-form__input-email {
    margin-bottom: 14px;
  }
}
.contact-form__button {
  position: absolute;
  right: 3px;
  top: 3px;
}
@media (max-width: 767.98px) {
  .contact-form__button {
    position: relative;
    width: 100%;
  }
}

.header {
  padding: 10px 0px;
  border-bottom: 1px solid #D3D3D5;
  background: rgb(239, 239, 239);
}
@media (max-width: 768px) {
  .header {
    padding: 10.5px 0px;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media (max-width: 768px) {
  .header__left {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  padding: 3px 10px;
  border-radius: 6px;
  background: #EBE7E7;
}
@media (max-width: 479.98px) {
  .header__content {
    display: none;
  }
}
.header__content-img {
  display: block;
}
@media (min-width: 81.25em) {
  .header__content-img {
    width: 7.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (width: clamp( 5rem , 4.0664893617rem  +  4.1489361702vw , 7.4375rem )) {
    .header__content-img {
      width: clamp( 5rem , 4.0664893617rem  +  4.1489361702vw , 7.4375rem );
    }
  }
  @supports not (width: clamp( 5rem , 4.0664893617rem  +  4.1489361702vw , 7.4375rem )) {
    .header__content-img {
      width: calc(5rem + 2.4375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .header__content-img {
    width: 5rem;
  }
}
.header__content-img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 0;
}
.header__logo {
  display: block;
}
@media (min-width: 81.25em) {
  .header__logo {
    width: 7.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (width: clamp( 5rem , 4.0664893617rem  +  4.1489361702vw , 7.4375rem )) {
    .header__logo {
      width: clamp( 5rem , 4.0664893617rem  +  4.1489361702vw , 7.4375rem );
    }
  }
  @supports not (width: clamp( 5rem , 4.0664893617rem  +  4.1489361702vw , 7.4375rem )) {
    .header__logo {
      width: calc(5rem + 2.4375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .header__logo {
    width: 5rem;
  }
}
.header__logo {
  height: auto;
  outline: none;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 0;
  outline: none;
}
.header__info {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .header__info {
    font-size: 10px;
  }
}
.header__text {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .header__text {
    font-size: 10px;
    text-align: right;
  }
}
@media (min-width: 81.25em) {
  .header .button {
    padding-block: 0.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 0.3125rem , 0.1449468085rem  +  0.7446808511vw , 0.75rem )) {
    .header .button {
      padding-block: clamp( 0.3125rem , 0.1449468085rem  +  0.7446808511vw , 0.75rem );
    }
  }
  @supports not (padding-block: clamp( 0.3125rem , 0.1449468085rem  +  0.7446808511vw , 0.75rem )) {
    .header .button {
      padding-block: calc(0.3125rem + 0.4375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .header .button {
    padding-block: 0.3125rem;
  }
}
@media (min-width: 81.25em) {
  .header .button {
    padding-inline: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .header .button {
      padding-inline: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem );
    }
  }
  @supports not (padding-inline: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .header .button {
      padding-inline: calc(0.875rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .header .button {
    padding-inline: 0.875rem;
  }
}
.header .button {
  border-radius: 500px;
  background-color: #0071E3;
  color: #FFFFFF;
  font-family: "helvetica-neue-lt-pro";
}
@media (min-width: 81.25em) {
  .header .button {
    font-size: 1.0625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.9375rem , 0.8896276596rem  +  0.2127659574vw , 1.0625rem )) {
    .header .button {
      font-size: clamp( 0.9375rem , 0.8896276596rem  +  0.2127659574vw , 1.0625rem );
    }
  }
  @supports not (font-size: clamp( 0.9375rem , 0.8896276596rem  +  0.2127659574vw , 1.0625rem )) {
    .header .button {
      font-size: calc(0.9375rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .header .button {
    font-size: 0.9375rem;
  }
}
.header .button {
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid #0071E3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .button:hover {
  background-color: #FFFFFF;
  color: #0071E3;
}

.footer {
  padding: 14px 0;
  border-top: 1px solid #EBE7E7;
  background: #FAFAFC;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
}
@media (max-width: 768px) {
  .footer__list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.footer__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 19px;
     -moz-column-gap: 19px;
          column-gap: 19px;
}
@media (max-width: 768px) {
  .footer__item {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.footer__item::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(29, 29, 31, 0.7);
  display: inline-block;
}
@media (max-width: 768px) {
  .footer__item::before {
    height: 14px;
  }
}
.footer__item:first-child::before {
  display: none;
}
.footer__item-link {
  color: rgba(29, 29, 31, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 768px) {
  .footer__item-link {
    font-size: 10px;
    line-height: normal;
  }
}

.section_s1 {
  position: relative;
}
.section_s1__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 80vh;
}
@media (max-width: 767.98px) {
  .section_s1__bg {
    display: none;
  }
}
.section_s1__bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 80vh;
  display: none;
}
@media (max-width: 767.98px) {
  .section_s1__bg-mobile {
    display: block;
  }
}
.section_s1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 80vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .section_s1__container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 25px;
  }
}
.section_s1 .info {
  max-width: 566px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.section_s1 .info__bottom {
  max-width: 456px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.98px) {
  .section_s1 .info__bottom {
    max-width: 100%;
  }
}
.section_s1 .info__text-bottom {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section_s1 .info__discount-button {
  padding: 15px 67px;
  color: #FFFFFF;
  text-align: center;
  font-family: "helvetica-neue-lt-pro";
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 980px;
  border: 1.5px solid #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .section_s1 .info__discount-button {
    width: 100%;
  }
}
.section_s1 .info__discount-button:hover {
  border-color: #29B5E8;
  color: #29B5E8;
  background-color: #FFFFFF;
}
@media (min-width: 81.25em) {
  .section_s1 .button {
    padding-block: 0.9375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 0.75rem , 0.6781914894rem  +  0.3191489362vw , 0.9375rem )) {
    .section_s1 .button {
      padding-block: clamp( 0.75rem , 0.6781914894rem  +  0.3191489362vw , 0.9375rem );
    }
  }
  @supports not (padding-block: clamp( 0.75rem , 0.6781914894rem  +  0.3191489362vw , 0.9375rem )) {
    .section_s1 .button {
      padding-block: calc(0.75rem + 0.1875 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s1 .button {
    padding-block: 0.75rem;
  }
}
@media (min-width: 81.25em) {
  .section_s1 .button {
    padding-inline: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 1.25rem , 1.2021276596rem  +  0.2127659574vw , 1.375rem )) {
    .section_s1 .button {
      padding-inline: clamp( 1.25rem , 1.2021276596rem  +  0.2127659574vw , 1.375rem );
    }
  }
  @supports not (padding-inline: clamp( 1.25rem , 1.2021276596rem  +  0.2127659574vw , 1.375rem )) {
    .section_s1 .button {
      padding-inline: calc(1.25rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s1 .button {
    padding-inline: 1.25rem;
  }
}
.section_s1 .button {
  border-radius: 500px;
  background-color: #0071E3;
  color: #FFFFFF;
  font-family: "helvetica-neue-lt-pro";
}
@media (min-width: 81.25em) {
  .section_s1 .button {
    font-size: 1.0625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.9375rem , 0.8896276596rem  +  0.2127659574vw , 1.0625rem )) {
    .section_s1 .button {
      font-size: clamp( 0.9375rem , 0.8896276596rem  +  0.2127659574vw , 1.0625rem );
    }
  }
  @supports not (font-size: clamp( 0.9375rem , 0.8896276596rem  +  0.2127659574vw , 1.0625rem )) {
    .section_s1 .button {
      font-size: calc(0.9375rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s1 .button {
    font-size: 0.9375rem;
  }
}
.section_s1 .button {
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid #0071E3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_s1 .button:hover {
  background-color: #FFFFFF;
  color: #0071E3;
}

.section_s2 {
  position: relative;
}
@media (min-width: 81.25em) {
  .section_s2 {
    padding-top: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-top: clamp( 2.375rem , 2.3271276596rem  +  0.2127659574vw , 2.5rem )) {
    .section_s2 {
      padding-top: clamp( 2.375rem , 2.3271276596rem  +  0.2127659574vw , 2.5rem );
    }
  }
  @supports not (padding-top: clamp( 2.375rem , 2.3271276596rem  +  0.2127659574vw , 2.5rem )) {
    .section_s2 {
      padding-top: calc(2.375rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s2 {
    padding-top: 2.375rem;
  }
}
@media (min-width: 81.25em) {
  .section_s2 {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-bottom: clamp( 4.375rem , 3.8962765957rem  +  2.1276595745vw , 5.625rem )) {
    .section_s2 {
      padding-bottom: clamp( 4.375rem , 3.8962765957rem  +  2.1276595745vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 4.375rem , 3.8962765957rem  +  2.1276595745vw , 5.625rem )) {
    .section_s2 {
      padding-bottom: calc(4.375rem + 1.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s2 {
    padding-bottom: 4.375rem;
  }
}

.section_s2__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section_s2__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .section_s2__container {
    gap: 2.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s2__container {
      gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem );
    }
  }
  @supports not (gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s2__container {
      gap: calc(1.5625rem + 1.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s2__container {
    gap: 1.5625rem;
  }
}
.section_s2__head {
  max-width: 556px;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.section_s2__title {
  margin-bottom: 12px;
}
.section_s2 .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .section_s2 .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 34px;
  }
}
.section_s2 .body__left {
  max-width: 52%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section_s2 .body__left {
    max-width: 100%;
  }
}
.section_s2 .body__right {
  max-width: 44%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section_s2 .body__right {
    max-width: 100%;
  }
}
.section_s2 .body__software-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 81.25em) {
  .section_s2 .body__software-items {
    gap: 1.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.875rem , 0.539893617rem  +  1.4893617021vw , 1.75rem )) {
    .section_s2 .body__software-items {
      gap: clamp( 0.875rem , 0.539893617rem  +  1.4893617021vw , 1.75rem );
    }
  }
  @supports not (gap: clamp( 0.875rem , 0.539893617rem  +  1.4893617021vw , 1.75rem )) {
    .section_s2 .body__software-items {
      gap: calc(0.875rem + 0.875 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s2 .body__software-items {
    gap: 0.875rem;
  }
}
.section_s2 .software-item__icon {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: rgba(0, 113, 227, 0.16);
}
.section_s2 .software-item__title {
  margin-bottom: 8px;
}
.section_s2 .software-item__text {
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s2 .software-item__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.75rem , 0.6063829787rem  +  0.6382978723vw , 1.125rem )) {
    .section_s2 .software-item__text {
      font-size: clamp( 0.75rem , 0.6063829787rem  +  0.6382978723vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6063829787rem  +  0.6382978723vw , 1.125rem )) {
    .section_s2 .software-item__text {
      font-size: calc(0.75rem + 0.375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s2 .software-item__text {
    font-size: 0.75rem;
  }
}
.section_s2 .software-item__text {
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 479.98px) {
  .section_s2 .software-item__text {
    line-height: 1;
  }
}

.section_s3 {
  padding-top: 48px;
  padding-bottom: 25px;
  background: #FFEF80;
  position: relative;
  z-index: 3;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  margin-bottom: -35px;
  margin-top: -135px;
  width: 101%;
  margin-left: -5px;
}
@media (max-width: 880px) {
  .section_s3 {
    margin-left: -10px;
    width: 103%;
  }
}
@media (max-width: 768px) {
  .section_s3 {
    margin-top: -11px;
    width: 105%;
    padding-top: 40px;
    margin-bottom: -13px;
  }
}
.section_s3__overlay {
  position: absolute;
  height: 100%;
  width: 36.5%;
  background: #FEFADB;
  z-index: -1;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 50%, calc(100% - 80px) 100%, 0 100%);
}
@media (max-width: 940px) {
  .section_s3__overlay {
    width: 33%;
  }
}
@media (max-width: 880px) {
  .section_s3__overlay {
    width: 100%;
    height: 42%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 50% 100%, 0 calc(100% - 50px));
  }
}
@media (max-width: 768px) {
  .section_s3__overlay {
    height: 47%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 53% 100%, 53% 100%, 0 calc(100% - 25px));
  }
}
.section_s3__badge {
  width: 210px;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -27px;
}
@media (max-width: 767.98px) {
  .section_s3__badge {
    width: 165px;
    left: calc(50% + 15px);
    top: -25px;
  }
}
@media (max-width: 479.98px) {
  .section_s3__badge {
    top: -20px;
  }
}
.section_s3__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 880px) {
  .section_s3__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
}
.section_s3__left {
  padding-left: 74px;
  margin-top: -20px;
}
@media (max-width: 1024px) {
  .section_s3__left {
    padding-left: 40px;
  }
}
@media (max-width: 940px) {
  .section_s3__left {
    padding-left: 15px;
  }
}
@media (max-width: 880px) {
  .section_s3__left {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .section_s3__left {
    padding-left: 50px;
    margin-top: 0px;
  }
}
.section_s3__left-title {
  color: #141010;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 17.6px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section_s3__left-title {
    margin-bottom: 10px;
  }
}
.section_s3__left-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
}
.section_s3__left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.section_s3__left-item svg {
  display: block;
}
.section_s3__left-item-text {
  color: #141010;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.section_s3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 1024px) {
  .section_s3__inner {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 880px) {
  .section_s3__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
  }
}
.section_s3__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.section_s3__center-title {
  color: #FF4554;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 136px;
  font-weight: 700;
  line-height: 96px;
}
@media (max-width: 768px) {
  .section_s3__center-title {
    font-size: 100px;
    line-height: 70px;
  }
}
.section_s3__center-percent {
  color: #FF4554;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 77px;
  font-weight: 800;
  line-height: 54px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .section_s3__center-percent {
    display: inline-block;
    font-size: 60px;
    line-height: 42px;
  }
}
.section_s3__center-text {
  color: #FF4554;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .section_s3__center-text {
    font-size: 24px;
  }
}
.section_s3__center-description {
  color: #FF4554;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .section_s3__center-description {
    font-size: 14px;
  }
}
.section_s3__right {
  padding-top: 10px;
  padding-right: 162px;
}
@media (max-width: 1250px) {
  .section_s3__right {
    padding-right: 100px;
  }
}
@media (max-width: 1150px) {
  .section_s3__right {
    padding-right: 40px;
  }
}
@media (max-width: 1050px) {
  .section_s3__right {
    padding-right: 0px;
  }
}
.section_s3__right-text {
  color: #141010;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section_s3__right-text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 9px;
    text-align: center;
  }
}
.section_s3__right-text span {
  position: relative;
  color: #FF4554;
  font-weight: 700;
}
.section_s3__right-text span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FF4554;
  -webkit-animation: lineGo 3s ease infinite;
          animation: lineGo 3s ease infinite;
}
@-webkit-keyframes lineGo {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  55% {
    opacity: 0.6;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes lineGo {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  55% {
    opacity: 0.6;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
.section_s3__right-link {
  display: inline-block;
  background-color: #0071E3;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 62px;
  border-radius: 500px;
  border: 1px solid #0071E3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_s3__right-link:hover {
  background-color: #FFFFFF;
  color: #0071E3;
}
@media (max-width: 768px) {
  .section_s3__right-link {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 92px;
  }
}

.section_s4 {
  margin-bottom: 120px;
}
@media (min-width: 81.25em) {
  .section_s4 {
    padding-top: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-top: clamp( 1.25rem , -0.1861702128rem  +  6.3829787234vw , 5rem )) {
    .section_s4 {
      padding-top: clamp( 1.25rem , -0.1861702128rem  +  6.3829787234vw , 5rem );
    }
  }
  @supports not (padding-top: clamp( 1.25rem , -0.1861702128rem  +  6.3829787234vw , 5rem )) {
    .section_s4 {
      padding-top: calc(1.25rem + 3.75 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s4 {
    padding-top: 1.25rem;
  }
}
@media (max-width: 479.98px) {
  .section_s4 {
    margin-bottom: 40px;
  }
}
.section_s4__head {
  max-width: 517px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
}
.section_s4__title {
  color: #1D1D1F;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.section_s4__title span {
  font-weight: 700;
}
.section_s4__title span:nth(2) {
  text-decoration: underline;
}
@media (max-width: 479.98px) {
  .section_s4__title {
    display: none;
  }
}
.section_s4 .body-first__top {
  display: grid;
  grid-template-columns: 18% 63% 18%;
  gap: 9px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .section_s4 .body-first__top {
    grid-template-columns: 30% 70%;
  }
}
@media (max-width: 767.98px) {
  .section_s4 .body-first__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section_s4 .top-first__left {
  width: 100%;
}
.section_s4 .top-first__center {
  height: 451px;
  position: relative;
}
@media (max-width: 479.98px) {
  .section_s4 .top-first__center {
    height: 370px;
  }
}
.section_s4 .top-first__right {
  width: 100%;
  height: 451px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .section_s4 .top-first__right {
    display: none;
  }
}
.section_s4 .left-top {
  position: relative;
}
@media (max-width: 479.98px) {
  .section_s4 .left-top {
    margin-bottom: 28px;
  }
}
.section_s4 .left-top__adv {
  height: 422px;
  border-radius: 10px;
  background: linear-gradient(148deg, #28B4E7 0%, #004183 100%);
  padding: 24px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479.98px) {
  .section_s4 .left-top__adv {
    margin-bottom: 115px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}
.section_s4 .left-top__adv-title {
  color: #FFFFFF;
  text-align: center;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-weight: 400;
}
.section_s4 .left-top__adv-title span {
  font-weight: 700;
}
.section_s4 .left-top__label-one {
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.section_s4 .left-top__label-two {
  width: 110px;
  height: 126px;
  overflow: hidden;
}
.section_s4 .left-top__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 305px;
  padding: 22px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  border-radius: 18px 0 18px 18px;
  border: 1px solid #D9D9D9;
  background: #F5F5F7;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 1;
}
@media (min-width: 81.25em) {
  .section_s4 .left-top__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.875rem , 0.7792553191rem  +  0.4255319149vw , 1.125rem )) {
    .section_s4 .left-top__text {
      font-size: clamp( 0.875rem , 0.7792553191rem  +  0.4255319149vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7792553191rem  +  0.4255319149vw , 1.125rem )) {
    .section_s4 .left-top__text {
      font-size: calc(0.875rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s4 .left-top__text {
    font-size: 0.875rem;
  }
}
.section_s4 .left-top__text {
  line-height: 1.2;
}
@media (max-width: 479.98px) {
  .section_s4 .left-top__text {
    bottom: -6px;
    width: 100%;
  }
}
.section_s4 .left-top__motto span {
  font-weight: 600;
}
.section_s4 .left-top__author {
  color: #1D1D1F;
  text-align: center;
  font-weight: 400;
  line-height: 1.44;
}
.section_s4 .center-top__tax-consult {
  position: absolute;
  top: -19px;
  left: calc(50% - 162px);
  color: #0E9E58;
  font-weight: 700;
  line-height: 1.44;
  padding: 6px 10px;
  border-radius: 10px;
  background-color: #D9F3E6;
}
.section_s4 .center-top__video {
  max-width: 800px;
  width: 100%;
  height: 451px;
  border-radius: 12px;
  background: #FFFFFF;
  margin-bottom: 14px;
}
@media (max-width: 479.98px) {
  .section_s4 .center-top__video {
    height: 261px;
  }
}
.section_s4 .center-top iframe {
  width: 100%;
  height: 100%;
}
.section_s4 .center-top__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .section_s4 .center-top__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 170px;
  }
}
@media (max-width: 767.98px) {
  .section_s4 .center-top__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
}
.section_s4 .center-top__text {
  color: #1D1D1F;
  font-weight: 500;
  line-height: 1.44;
}
.section_s4 .center-top__labels-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.section_s4 .center-top__list-item {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 81.25em) {
  .section_s5 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s5 {
      margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s5 {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s5 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 81.25em) {
  .section_s5__block {
    padding-inline: 2.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 0.8125rem , 0.1183510638rem  +  3.085106383vw , 2.625rem )) {
    .section_s5__block {
      padding-inline: clamp( 0.8125rem , 0.1183510638rem  +  3.085106383vw , 2.625rem );
    }
  }
  @supports not (padding-inline: clamp( 0.8125rem , 0.1183510638rem  +  3.085106383vw , 2.625rem )) {
    .section_s5__block {
      padding-inline: calc(0.8125rem + 1.8125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s5__block {
    padding-inline: 0.8125rem;
  }
}
@media (min-width: 81.25em) {
  .section_s5__block {
    padding-block: 2.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 2.375rem , 2.2792553191rem  +  0.4255319149vw , 2.625rem )) {
    .section_s5__block {
      padding-block: clamp( 2.375rem , 2.2792553191rem  +  0.4255319149vw , 2.625rem );
    }
  }
  @supports not (padding-block: clamp( 2.375rem , 2.2792553191rem  +  0.4255319149vw , 2.625rem )) {
    .section_s5__block {
      padding-block: calc(2.375rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s5__block {
    padding-block: 2.375rem;
  }
}
.section_s5__block {
  border-radius: 12px;
  background-color: #f5f5f7;
}
@media (max-width: 479.98px) {
  .section_s5__block {
    border-radius: 18px;
  }
}
.section_s5__head {
  text-align: center;
}
@media (min-width: 81.25em) {
  .section_s5__head {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 1.5rem , 0.9973404255rem  +  2.2340425532vw , 2.8125rem )) {
    .section_s5__head {
      margin-bottom: clamp( 1.5rem , 0.9973404255rem  +  2.2340425532vw , 2.8125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5rem , 0.9973404255rem  +  2.2340425532vw , 2.8125rem )) {
    .section_s5__head {
      margin-bottom: calc(1.5rem + 1.3125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s5__head {
    margin-bottom: 1.5rem;
  }
}
.section_s5__title {
  margin-bottom: 12px;
}
.section_s5__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_s5__preview {
  max-width: 689px;
  width: 100%;
  height: 805px;
  display: block;
}
@media (max-width: 767.98px) {
  .section_s5__preview {
    display: none;
  }
}
.section_s5__preview-mobile {
  width: 100%;
  margin-top: 13px;
  display: none;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section_s5__preview-mobile {
    display: block;
  }
}
.section_s5__image {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: block;
    object-fit: contain !important;
}
.section_s5__items {
  max-width: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .section_s5__items {
    max-width: 100%;
  }
}
.section_s5__item {
  width: 100%;
}
@media (min-width: 81.25em) {
  .section_s5__item {
    padding-block: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 0.3125rem , 0.0013297872rem  +  1.3829787234vw , 1.125rem )) {
    .section_s5__item {
      padding-block: clamp( 0.3125rem , 0.0013297872rem  +  1.3829787234vw , 1.125rem );
    }
  }
  @supports not (padding-block: clamp( 0.3125rem , 0.0013297872rem  +  1.3829787234vw , 1.125rem )) {
    .section_s5__item {
      padding-block: calc(0.3125rem + 0.8125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s5__item {
    padding-block: 0.3125rem;
  }
}
.section_s5__item:not(last-child) {
  border-bottom: 1.5px solid #D3D3D5;
}
.section_s5__trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .section_s5__trigger {
    gap: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .section_s5__trigger {
      gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem );
    }
  }
  @supports not (gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .section_s5__trigger {
      gap: calc(0.875rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s5__trigger {
    gap: 0.875rem;
  }
}
.section_s5__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9px;
  border: 1px solid #D3D3D5;
  background: #FFFFFF;
  color: rgba(29, 29, 31, 0.34);
}
@media (min-width: 81.25em) {
  .section_s5__number {
    font-size: 1.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.375rem , 1.2313829787rem  +  0.6382978723vw , 1.75rem )) {
    .section_s5__number {
      font-size: clamp( 1.375rem , 1.2313829787rem  +  0.6382978723vw , 1.75rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , 1.2313829787rem  +  0.6382978723vw , 1.75rem )) {
    .section_s5__number {
      font-size: calc(1.375rem + 0.375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s5__number {
    font-size: 1.375rem;
  }
}
.section_s5__number {
  font-weight: 600;
}
.section_s5__label {
  width: 100%;
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s5__label {
    font-size: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1rem , 0.8563829787rem  +  0.6382978723vw , 1.375rem )) {
    .section_s5__label {
      font-size: clamp( 1rem , 0.8563829787rem  +  0.6382978723vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.8563829787rem  +  0.6382978723vw , 1.375rem )) {
    .section_s5__label {
      font-size: calc(1rem + 0.375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s5__label {
    font-size: 1rem;
  }
}
.section_s5__label {
  font-weight: 600;
  text-align: left;
  line-height: 1.2;
}
.section_s5__icon {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_s5__icon svg {
  width: 22px;
  height: 11px;
}
.section_s5 .is-active .section_s5__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section_s5__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 16px;
}
.section_s5__content p {
  color: #1D1D1F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.section_s5__content p span {
  font-weight: 700;
}

@media (min-width: 81.25em) {
  .section_s6 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s6 {
      margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s6 {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s6 {
    margin-bottom: 2.5rem;
  }
}
.section_s6 {
  position: relative;
}
@media (min-width: 81.25em) {
  .section_s6 {
    padding-block: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s6 {
      padding-block: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-block: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s6 {
      padding-block: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s6 {
    padding-block: 2.375rem;
  }
}
.section_s6__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.section_s6__head {
  text-align: center;
}
@media (min-width: 81.25em) {
  .section_s6__head {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s6__head {
      margin-bottom: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s6__head {
      margin-bottom: calc(1.5625rem + 1.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s6__head {
    margin-bottom: 1.5625rem;
  }
}
.section_s6__title {
  margin-bottom: 12px;
}
.section_s6__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .section_s6__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.section_s6__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 38px;
}
@media (max-width: 991.98px) {
  .section_s6__left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
.section_s6__block-left, .section_s6__block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 81.25em) {
  .section_s6__block-left, .section_s6__block-right {
    gap: 2.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.75rem , 0.1276595745rem  +  2.7659574468vw , 2.375rem )) {
    .section_s6__block-left, .section_s6__block-right {
      gap: clamp( 0.75rem , 0.1276595745rem  +  2.7659574468vw , 2.375rem );
    }
  }
  @supports not (gap: clamp( 0.75rem , 0.1276595745rem  +  2.7659574468vw , 2.375rem )) {
    .section_s6__block-left, .section_s6__block-right {
      gap: calc(0.75rem + 1.625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s6__block-left, .section_s6__block-right {
    gap: 0.75rem;
  }
}
.section_s6__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .section_s6__top-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section_s6__text-left {
  width: 180px;
  height: 180px;
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s6__text-left {
    font-size: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s6__text-left {
      font-size: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s6__text-left {
      font-size: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s6__text-left {
    font-size: 2.5rem;
  }
}
.section_s6__text-left {
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .section_s6__text-left {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.section_s6__bottom-left, .section_s6__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 45px 0 rgba(51, 51, 51, 0.08);
          box-shadow: 0 4px 45px 0 rgba(51, 51, 51, 0.08);
  padding: 20px;
  gap: 12px;
}
@media (min-width: 81.25em) {
  .section_s6__center {
    width: 27.9375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (width: clamp( 16.75rem , 12.4654255319rem  +  19.0425531915vw , 27.9375rem )) {
    .section_s6__center {
      width: clamp( 16.75rem , 12.4654255319rem  +  19.0425531915vw , 27.9375rem );
    }
  }
  @supports not (width: clamp( 16.75rem , 12.4654255319rem  +  19.0425531915vw , 27.9375rem )) {
    .section_s6__center {
      width: calc(16.75rem + 11.1875 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s6__center {
    width: 16.75rem;
  }
}
@media (min-width: 81.25em) {
  .section_s6__center {
    height: 36.5625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (height: clamp( 23.25rem , 18.1515957447rem  +  22.6595744681vw , 36.5625rem )) {
    .section_s6__center {
      height: clamp( 23.25rem , 18.1515957447rem  +  22.6595744681vw , 36.5625rem );
    }
  }
  @supports not (height: clamp( 23.25rem , 18.1515957447rem  +  22.6595744681vw , 36.5625rem )) {
    .section_s6__center {
      height: calc(23.25rem + 13.3125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s6__center {
    height: 23.25rem;
  }
}
.section_s6__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 375px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 38px;
}
@media (max-width: 991.98px) {
  .section_s6__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
.section_s6__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section_s6__text-right {
  width: 211px;
  height: 180px;
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s6__text-right {
    font-size: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s6__text-right {
      font-size: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s6__text-right {
      font-size: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s6__text-right {
    font-size: 2.5rem;
  }
}
.section_s6__text-right {
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .section_s6__text-right {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
.section_s6__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 16px;
}
.section_s6__item-list {
  list-style-type: disc;
}
.section_s6__item-list p {
  line-height: 1.1;
}
@media (min-width: 81.25em) {
  .section_s6__item-list p {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.75rem , 0.6542553191rem  +  0.4255319149vw , 1rem )) {
    .section_s6__item-list p {
      font-size: clamp( 0.75rem , 0.6542553191rem  +  0.4255319149vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6542553191rem  +  0.4255319149vw , 1rem )) {
    .section_s6__item-list p {
      font-size: calc(0.75rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s6__item-list p {
    font-size: 0.75rem;
  }
}
.section_s6__item-list p {
  color: #1D1D1F;
  font-weight: 400;
}

@media (min-width: 81.25em) {
  .section_s7 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s7 {
      margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s7 {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7 {
    margin-bottom: 2.5rem;
  }
}
.section_s7__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .section_s7__block {
    gap: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.5625rem , 1.2034574468rem  +  1.5957446809vw , 2.5rem )) {
    .section_s7__block {
      gap: clamp( 1.5625rem , 1.2034574468rem  +  1.5957446809vw , 2.5rem );
    }
  }
  @supports not (gap: clamp( 1.5625rem , 1.2034574468rem  +  1.5957446809vw , 2.5rem )) {
    .section_s7__block {
      gap: calc(1.5625rem + 0.9375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7__block {
    gap: 1.5625rem;
  }
}
@media (min-width: 81.25em) {
  .section_s7__block {
    padding-inline: 5.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 0.8125rem , -1.0305851064rem  +  8.1914893617vw , 5.625rem )) {
    .section_s7__block {
      padding-inline: clamp( 0.8125rem , -1.0305851064rem  +  8.1914893617vw , 5.625rem );
    }
  }
  @supports not (padding-inline: clamp( 0.8125rem , -1.0305851064rem  +  8.1914893617vw , 5.625rem )) {
    .section_s7__block {
      padding-inline: calc(0.8125rem + 4.8125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7__block {
    padding-inline: 0.8125rem;
  }
}
@media (min-width: 81.25em) {
  .section_s7__block {
    padding-block: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s7__block {
      padding-block: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-block: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s7__block {
      padding-block: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7__block {
    padding-block: 2.375rem;
  }
}
.section_s7__block {
  border-radius: 28px;
  background-color: #f5f5f7;
}
.section_s7__head {
  text-align: center;
}
.section_s7__title {
  margin-bottom: 12px;
}
.section_s7__body {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section_s7 .swiper-horizontal {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section_s7 .swiper-horizontal {
    padding-bottom: 70px;
  }
}
.section_s7__swiper-wrapper {
  margin-bottom: 25px;
}
.section_s7__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section_s7__block-slide {
  max-width: 643px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (min-width: 81.25em) {
  .section_s7__block-slide {
    gap: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1rem , -0.5319148936rem  +  6.8085106383vw , 5rem )) {
    .section_s7__block-slide {
      gap: clamp( 1rem , -0.5319148936rem  +  6.8085106383vw , 5rem );
    }
  }
  @supports not (gap: clamp( 1rem , -0.5319148936rem  +  6.8085106383vw , 5rem )) {
    .section_s7__block-slide {
      gap: calc(1rem + 4 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7__block-slide {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .section_s7__block-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
  }
}
.section_s7__left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .section_s7__left-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section_s7__now-text {
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s7__now-text {
    font-size: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s7__now-text {
      font-size: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s7__now-text {
      font-size: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7__now-text {
    font-size: 2.5rem;
  }
}
.section_s7__now-text {
  font-weight: 700;
  line-height: 1.1;
}
.section_s7__feature-box {
  min-height: 86px;
}
.section_s7__feature-text {
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s7__feature-text {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.875rem , 0.8271276596rem  +  0.2127659574vw , 1rem )) {
    .section_s7__feature-text {
      font-size: clamp( 0.875rem , 0.8271276596rem  +  0.2127659574vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8271276596rem  +  0.2127659574vw , 1rem )) {
    .section_s7__feature-text {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7__feature-text {
    font-size: 0.875rem;
  }
}
.section_s7__feature-text {
  font-weight: 400;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 45px 0 rgba(51, 51, 51, 0.08);
          box-shadow: 0 4px 45px 0 rgba(51, 51, 51, 0.08);
}
@media (min-width: 81.25em) {
  .section_s7__feature-text {
    padding: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding: clamp( 0.875rem , 0.7313829787rem  +  0.6382978723vw , 1.25rem )) {
    .section_s7__feature-text {
      padding: clamp( 0.875rem , 0.7313829787rem  +  0.6382978723vw , 1.25rem );
    }
  }
  @supports not (padding: clamp( 0.875rem , 0.7313829787rem  +  0.6382978723vw , 1.25rem )) {
    .section_s7__feature-text {
      padding: calc(0.875rem + 0.375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7__feature-text {
    padding: 0.875rem;
  }
}
.section_s7__feature-text {
  line-height: 1.3;
}
@media (max-width: 479.98px) {
  .section_s7__feature-text {
    max-width: 250px;
    width: 100%;
  }
}
.section_s7__feature-text span {
  font-weight: 600;
}
.section_s7__right-block {
  max-width: 188px;
  position: relative;
}
@media (min-width: 81.25em) {
  .section_s7__list-slide {
    padding: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding: clamp( 1.125rem , 1.0771276596rem  +  0.2127659574vw , 1.25rem )) {
    .section_s7__list-slide {
      padding: clamp( 1.125rem , 1.0771276596rem  +  0.2127659574vw , 1.25rem );
    }
  }
  @supports not (padding: clamp( 1.125rem , 1.0771276596rem  +  0.2127659574vw , 1.25rem )) {
    .section_s7__list-slide {
      padding: calc(1.125rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7__list-slide {
    padding: 1.125rem;
  }
}
.section_s7__list-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 81.25em) {
  .section_s7__list-slide {
    gap: 0.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.3125rem , 0.1928191489rem  +  0.5319148936vw , 0.625rem )) {
    .section_s7__list-slide {
      gap: clamp( 0.3125rem , 0.1928191489rem  +  0.5319148936vw , 0.625rem );
    }
  }
  @supports not (gap: clamp( 0.3125rem , 0.1928191489rem  +  0.5319148936vw , 0.625rem )) {
    .section_s7__list-slide {
      gap: calc(0.3125rem + 0.3125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s7__list-slide {
    gap: 0.3125rem;
  }
}
.section_s7__list-slide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-reset: item;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 45px 0 rgba(51, 51, 51, 0.08);
          box-shadow: 0 4px 45px 0 rgba(51, 51, 51, 0.08);
  position: absolute;
  max-width: 237px;
  width: 100%;
  right: -73px;
  top: 253px;
}
.section_s7__item-list {
  counter-increment: item;
  position: relative;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.section_s7__item-list::before {
  content: counter(item) "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #0071E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
.section_s7__controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section_s7 .swiper-pagination {
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 5;
  bottom: 18px !important;
}
@media (max-width: 767.98px) {
  .section_s7 .swiper-pagination {
    bottom: 55px !important;
  }
}
.section_s7 .swiper-pagination-bullet {
  background-color: #000;
  margin: 8px;
}
.section_s7 .swiper-pagination-bullet-active {
  border-radius: 999px;
  width: 32px;
}
.section_s7__navigation.swiper-navigation {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  z-index: 50;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .section_s7__navigation.swiper-navigation {
    position: relative;
    bottom: -70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 12px;
  }
}
.section_s7__btn {
  position: relative;
  z-index: 51;
  pointer-events: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section_s7__btn svg {
  position: relative;
}
.section_s7__btn--prev, .section_s7__btn--next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(210, 210, 215, 0.64);
}
.section_s7__btn--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section_s7__btn--prev svg {
  top: 2px;
}

@media (min-width: 81.25em) {
  .section_s8 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s8 {
      margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s8 {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s8 {
    margin-bottom: 2.5rem;
  }
}
.section_s8__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .section_s8__block {
    gap: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.5625rem , 1.2034574468rem  +  1.5957446809vw , 2.5rem )) {
    .section_s8__block {
      gap: clamp( 1.5625rem , 1.2034574468rem  +  1.5957446809vw , 2.5rem );
    }
  }
  @supports not (gap: clamp( 1.5625rem , 1.2034574468rem  +  1.5957446809vw , 2.5rem )) {
    .section_s8__block {
      gap: calc(1.5625rem + 0.9375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s8__block {
    gap: 1.5625rem;
  }
}
@media (min-width: 81.25em) {
  .section_s8__block {
    padding-left: 5.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-left: clamp( 0.8125rem , -1.0305851064rem  +  8.1914893617vw , 5.625rem )) {
    .section_s8__block {
      padding-left: clamp( 0.8125rem , -1.0305851064rem  +  8.1914893617vw , 5.625rem );
    }
  }
  @supports not (padding-left: clamp( 0.8125rem , -1.0305851064rem  +  8.1914893617vw , 5.625rem )) {
    .section_s8__block {
      padding-left: calc(0.8125rem + 4.8125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s8__block {
    padding-left: 0.8125rem;
  }
}
@media (min-width: 81.25em) {
  .section_s8__block {
    padding-right: 5.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-right: clamp( 0.8125rem , -1.0305851064rem  +  8.1914893617vw , 5.625rem )) {
    .section_s8__block {
      padding-right: clamp( 0.8125rem , -1.0305851064rem  +  8.1914893617vw , 5.625rem );
    }
  }
  @supports not (padding-right: clamp( 0.8125rem , -1.0305851064rem  +  8.1914893617vw , 5.625rem )) {
    .section_s8__block {
      padding-right: calc(0.8125rem + 4.8125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s8__block {
    padding-right: 0.8125rem;
  }
}
@media (min-width: 81.25em) {
  .section_s8__block {
    padding-block: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s8__block {
      padding-block: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-block: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s8__block {
      padding-block: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s8__block {
    padding-block: 2.375rem;
  }
}
.section_s8__block {
  border-radius: 28px;
  background-color: #f5f5f7;
}
.section_s8__head {
  text-align: center;
}
.section_s8__title {
  margin-bottom: 12px;
}
.section_s8__body {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section_s8 .swiper-horizontal {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section_s8 .swiper-horizontal {
    padding-bottom: 70px;
  }
}
.section_s8__swiper-wrapper {
  margin-bottom: 25px;
}
.section_s8__slide {
  width: 100%;
  height: auto;
}
.section_s8__block-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.section_s8__img-slide {
  max-width: 794px;
  width: 100%;
  position: relative;
}
.section_s8__img-slide img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .section_s8__img-slide {
    max-width: 100%;
    margin-bottom: 5px;
  }
}
@media (min-width: 81.25em) {
  .section_s8__list-slide {
    padding: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding: clamp( 1.125rem , 1.0771276596rem  +  0.2127659574vw , 1.25rem )) {
    .section_s8__list-slide {
      padding: clamp( 1.125rem , 1.0771276596rem  +  0.2127659574vw , 1.25rem );
    }
  }
  @supports not (padding: clamp( 1.125rem , 1.0771276596rem  +  0.2127659574vw , 1.25rem )) {
    .section_s8__list-slide {
      padding: calc(1.125rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s8__list-slide {
    padding: 1.125rem;
  }
}
.section_s8__list-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 81.25em) {
  .section_s8__list-slide {
    gap: 0.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.3125rem , 0.1928191489rem  +  0.5319148936vw , 0.625rem )) {
    .section_s8__list-slide {
      gap: clamp( 0.3125rem , 0.1928191489rem  +  0.5319148936vw , 0.625rem );
    }
  }
  @supports not (gap: clamp( 0.3125rem , 0.1928191489rem  +  0.5319148936vw , 0.625rem )) {
    .section_s8__list-slide {
      gap: calc(0.3125rem + 0.3125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s8__list-slide {
    gap: 0.3125rem;
  }
}
.section_s8__list-slide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  counter-reset: item;
  border-radius: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 45px 0 rgba(51, 51, 51, 0.08);
          box-shadow: 0 4px 45px 0 rgba(51, 51, 51, 0.08);
  position: absolute;
  max-width: 237px;
  width: 100%;
  right: -73px;
  top: 253px;
}
@media (max-width: 991.98px) {
  .section_s8__list-slide {
    position: relative;
    top: 0;
    right: 0;
    max-width: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
.section_s8__item-list {
  counter-increment: item;
  position: relative;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: 1.2;
}
.section_s8__item-list::before {
  content: counter(item) "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #0071E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}
.section_s8__controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section_s8 .swiper-pagination {
  position: absolute;
  z-index: 5;
  bottom: 18px !important;
}
@media (max-width: 767.98px) {
  .section_s8 .swiper-pagination {
    bottom: 55px !important;
  }
}
.section_s8 .swiper-pagination-bullet {
  background-color: #000;
  margin: 8px;
}
.section_s8 .swiper-pagination-bullet-active {
  border-radius: 999px;
  width: 32px;
}
.section_s8__navigation.swiper-navigation {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  z-index: 50;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .section_s8__navigation.swiper-navigation {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: -70px;
    gap: 12px;
  }
}
.section_s8__btn {
  position: relative;
  z-index: 51;
  pointer-events: auto;
}
.section_s8__btn svg {
  position: relative;
}
.section_s8__btn--prev, .section_s8__btn--next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(210, 210, 215, 0.64);
}
.section_s8__btn--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section_s8__btn--prev svg {
  top: 2px;
}

@media (min-width: 81.25em) {
  .section_s9 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s9 {
      margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s9 {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s9 {
    margin-bottom: 2.5rem;
  }
}
.section_s9__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .section_s9__block {
    gap: 2.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s9__block {
      gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem );
    }
  }
  @supports not (gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s9__block {
      gap: calc(1.5625rem + 1.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s9__block {
    gap: 1.5625rem;
  }
}
.section_s9__block {
  background-color: #f5f5f7;
  border-radius: 28px;
}
@media (min-width: 81.25em) {
  .section_s9__block {
    padding-inline: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem )) {
    .section_s9__block {
      padding-inline: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem );
    }
  }
  @supports not (padding-inline: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem )) {
    .section_s9__block {
      padding-inline: calc(0.8125rem + 2.625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s9__block {
    padding-inline: 0.8125rem;
  }
}
@media (min-width: 81.25em) {
  .section_s9__block {
    padding-top: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-top: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s9__block {
      padding-top: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-top: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s9__block {
      padding-top: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s9__block {
    padding-top: 2.375rem;
  }
}
@media (min-width: 81.25em) {
  .section_s9__block {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s9__block {
      padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s9__block {
      padding-bottom: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s9__block {
    padding-bottom: 2.375rem;
  }
}
.section_s9__block {
  position: relative;
}
.section_s9__head {
  text-align: center;
}
.section_s9__title {
  margin-bottom: 12px;
}
.section_s9__body {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section_s9 .swiper-horizontal {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section_s9 .swiper-horizontal {
    padding-bottom: 70px;
  }
}
.section_s9__swiper-wrapper {
  padding-bottom: 25px;
}
.section_s9__slide {
  width: 100%;
  height: auto;
}
.section_s9 .card {
  position: relative;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ADE4FC), color-stop(62.88%, #FFF), color-stop(87.9%, #FFF));
  background: linear-gradient(180deg, #ADE4FC 0%, #FFF 62.88%, #FFF 87.9%);
  padding-top: 30px;
  padding-inline: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 81.25em) {
  .section_s9 .card {
    gap: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .section_s9 .card {
      gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem );
    }
  }
  @supports not (gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .section_s9 .card {
      gap: calc(0.875rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s9 .card {
    gap: 0.875rem;
  }
}
.section_s9 .card {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section_s9 .card__title {
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s9 .card__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.125rem , 1.0292553191rem  +  0.4255319149vw , 1.375rem )) {
    .section_s9 .card__title {
      font-size: clamp( 1.125rem , 1.0292553191rem  +  0.4255319149vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0292553191rem  +  0.4255319149vw , 1.375rem )) {
    .section_s9 .card__title {
      font-size: calc(1.125rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s9 .card__title {
    font-size: 1.125rem;
  }
}
.section_s9 .card__title {
  font-weight: 500;
  line-height: 1.2;
}
.section_s9 .card__title span {
  font-weight: 700;
}
.section_s9 .card__img {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.section_s9 .card__img img {
  -o-object-position: center top;
     object-position: center top;
		 
    object-fit: contain;
}
.section_s9 .card__link {
  position: absolute;
  bottom: 22px;
  left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #0071E3;
}
.section_s9__controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section_s9__pagination.swiper-pagination-horizontal {
  position: absolute;
  z-index: 5;
  bottom: 18px !important;
}
@media (max-width: 767.98px) {
  .section_s9__pagination.swiper-pagination-horizontal {
    bottom: 55px !important;
  }
}
.section_s9 .swiper-pagination-bullet {
  background-color: #000;
  margin: 8px;
}
.section_s9 .swiper-pagination-bullet-active {
  border-radius: 999px;
  width: 32px;
}
.section_s9__navigation.swiper-navigation {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  z-index: 50;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .section_s9__navigation.swiper-navigation {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: -70px;
    gap: 12px;
  }
}
.section_s9__btn {
  position: relative;
  z-index: 51;
  pointer-events: auto;
}
.section_s9__btn svg {
  position: relative;
}
.section_s9__btn--prev, .section_s9__btn--next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(210, 210, 215, 0.64);
}
.section_s9__btn--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section_s9__btn--prev svg {
  top: 2px;
}

@media (min-width: 81.25em) {
  .section_s10 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s10 {
      margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s10 {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s10 {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 81.25em) {
  .section_s10__block {
    padding-top: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-top: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s10__block {
      padding-top: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-top: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s10__block {
      padding-top: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s10__block {
    padding-top: 2.375rem;
  }
}
@media (min-width: 81.25em) {
  .section_s10__block {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-bottom: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem )) {
    .section_s10__block {
      padding-bottom: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem )) {
    .section_s10__block {
      padding-bottom: calc(0.8125rem + 2.625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s10__block {
    padding-bottom: 0.8125rem;
  }
}
@media (min-width: 81.25em) {
  .section_s10__block {
    padding-inline: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem )) {
    .section_s10__block {
      padding-inline: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem );
    }
  }
  @supports not (padding-inline: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem )) {
    .section_s10__block {
      padding-inline: calc(0.8125rem + 2.625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s10__block {
    padding-inline: 0.8125rem;
  }
}
.section_s10__block {
  border-radius: 28px;
  background-color: #f5f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .section_s10__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section_s10__left {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .section_s10__left {
    width: 100%;
  }
}
.section_s10__right {
  width: 58%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 81.25em) {
  .section_s10__right {
    gap: 0.9375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.8125rem , 0.7646276596rem  +  0.2127659574vw , 0.9375rem )) {
    .section_s10__right {
      gap: clamp( 0.8125rem , 0.7646276596rem  +  0.2127659574vw , 0.9375rem );
    }
  }
  @supports not (gap: clamp( 0.8125rem , 0.7646276596rem  +  0.2127659574vw , 0.9375rem )) {
    .section_s10__right {
      gap: calc(0.8125rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s10__right {
    gap: 0.8125rem;
  }
}
@media (max-width: 991.98px) {
  .section_s10__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 480px;
    width: 100%;
  }
}
.section_s10__card {
  width: 100%;
  padding: 23px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .section_s10__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.section_s10__top-card {
  width: 100%;
	text-align:center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
@media (min-width: 81.25em) {
  .section_s10__img-card {
    width: 7.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (width: clamp( 5.375rem , 4.5611702128rem  +  3.6170212766vw , 7.5rem )) {
    .section_s10__img-card {
      width: clamp( 5.375rem , 4.5611702128rem  +  3.6170212766vw , 7.5rem );
    }
  }
  @supports not (width: clamp( 5.375rem , 4.5611702128rem  +  3.6170212766vw , 7.5rem )) {
    .section_s10__img-card {
      width: calc(5.375rem + 2.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s10__img-card {
    width: 5.375rem;
  }
}
@media (min-width: 81.25em) {
  .section_s10__img-card {
    height: 7.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (height: clamp( 5.375rem , 4.5611702128rem  +  3.6170212766vw , 7.5rem )) {
    .section_s10__img-card {
      height: clamp( 5.375rem , 4.5611702128rem  +  3.6170212766vw , 7.5rem );
    }
  }
  @supports not (height: clamp( 5.375rem , 4.5611702128rem  +  3.6170212766vw , 7.5rem )) {
    .section_s10__img-card {
      height: calc(5.375rem + 2.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s10__img-card {
    height: 5.375rem;
  }
}
.section_s10__text-card {
  color: #1D1D1F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.section_s10__text-card span {
  font-weight: 700;
}
.section_s10__text-card:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 81.25em) {
  .section_s11 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s11 {
      margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 2.5rem , 1.5425531915rem  +  4.2553191489vw , 5rem )) {
    .section_s11 {
      margin-bottom: calc(2.5rem + 2.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 {
    margin-bottom: 2.5rem;
  }
}
.section_s11__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f7;
  border-radius: 28px;
}
@media (min-width: 81.25em) {
  .section_s11__block {
    gap: 2.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s11__block {
      gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem );
    }
  }
  @supports not (gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s11__block {
      gap: calc(1.5625rem + 1.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11__block {
    gap: 1.5625rem;
  }
}
@media (min-width: 81.25em) {
  .section_s11__block {
    padding-inline: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem )) {
    .section_s11__block {
      padding-inline: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem );
    }
  }
  @supports not (padding-inline: clamp( 0.8125rem , -0.1928191489rem  +  4.4680851064vw , 3.4375rem )) {
    .section_s11__block {
      padding-inline: calc(0.8125rem + 2.625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11__block {
    padding-inline: 0.8125rem;
  }
}
@media (min-width: 81.25em) {
  .section_s11__block {
    padding-top: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-top: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s11__block {
      padding-top: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-top: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s11__block {
      padding-top: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11__block {
    padding-top: 2.375rem;
  }
}
@media (min-width: 81.25em) {
  .section_s11__block {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s11__block {
      padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s11__block {
      padding-bottom: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11__block {
    padding-bottom: 2.375rem;
  }
}
.section_s11__block {
  position: relative;
}
.section_s11__head {
  text-align: center;
}
.section_s11__title {
  margin-bottom: 12px;
  max-width: 494px;
}
.section_s11__subtitle {
  width: 100%;
}
.section_s11__body {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section_s11 .swiper-horizontal {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section_s11 .swiper-horizontal {
    padding-bottom: 70px;
  }
}
.section_s11__swiper-wrapper {
  padding-bottom: 25px;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.section_s11__slide {
  width: 100%;
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.section_s11 .card {
  position: relative;
  border-radius: 12px;
  height: 100%;
  background-color: #FFFFFF;
}
@media (min-width: 81.25em) {
  .section_s11 .card {
    padding-block: 2.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 1.125rem , 0.5505319149rem  +  2.5531914894vw , 2.625rem )) {
    .section_s11 .card {
      padding-block: clamp( 1.125rem , 0.5505319149rem  +  2.5531914894vw , 2.625rem );
    }
  }
  @supports not (padding-block: clamp( 1.125rem , 0.5505319149rem  +  2.5531914894vw , 2.625rem )) {
    .section_s11 .card {
      padding-block: calc(1.125rem + 1.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card {
    padding-block: 1.125rem;
  }
}
@media (min-width: 81.25em) {
  .section_s11 .card {
    padding-left: 2.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-left: clamp( 1.125rem , 0.5505319149rem  +  2.5531914894vw , 2.625rem )) {
    .section_s11 .card {
      padding-left: clamp( 1.125rem , 0.5505319149rem  +  2.5531914894vw , 2.625rem );
    }
  }
  @supports not (padding-left: clamp( 1.125rem , 0.5505319149rem  +  2.5531914894vw , 2.625rem )) {
    .section_s11 .card {
      padding-left: calc(1.125rem + 1.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card {
    padding-left: 1.125rem;
  }
}
.section_s11 .card {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 81.25em) {
  .section_s11 .card {
    gap: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .section_s11 .card {
      gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem );
    }
  }
  @supports not (gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .section_s11 .card {
      gap: calc(0.875rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card {
    gap: 0.875rem;
  }
}
.section_s11 .card {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section_s11 .card__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media (min-width: 81.25em) {
  .section_s11 .card__img {
    width: 1.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (width: clamp( 1.5rem , 1.4042553191rem  +  0.4255319149vw , 1.75rem )) {
    .section_s11 .card__img {
      width: clamp( 1.5rem , 1.4042553191rem  +  0.4255319149vw , 1.75rem );
    }
  }
  @supports not (width: clamp( 1.5rem , 1.4042553191rem  +  0.4255319149vw , 1.75rem )) {
    .section_s11 .card__img {
      width: calc(1.5rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card__img {
    width: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .section_s11 .card__img {
    height: 1.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (height: clamp( 1.5rem , 1.4042553191rem  +  0.4255319149vw , 1.75rem )) {
    .section_s11 .card__img {
      height: clamp( 1.5rem , 1.4042553191rem  +  0.4255319149vw , 1.75rem );
    }
  }
  @supports not (height: clamp( 1.5rem , 1.4042553191rem  +  0.4255319149vw , 1.75rem )) {
    .section_s11 .card__img {
      height: calc(1.5rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card__img {
    height: 1.5rem;
  }
}
.section_s11 .card__img {
  overflow: hidden;
}
.section_s11 .card hr {
  height: 2px;
  background-color: #f5f5f7;
}
.section_s11 .card__text {
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s11 .card__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1rem , 0.9042553191rem  +  0.4255319149vw , 1.25rem )) {
    .section_s11 .card__text {
      font-size: clamp( 1rem , 0.9042553191rem  +  0.4255319149vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9042553191rem  +  0.4255319149vw , 1.25rem )) {
    .section_s11 .card__text {
      font-size: calc(1rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card__text {
    font-size: 1rem;
  }
}
.section_s11 .card__text {
  font-weight: 400;
  line-height: 1.3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 130px;
  overflow-y: auto;
  position: relative;
  padding-right: 10px;
}
.section_s11 .card__text::-webkit-scrollbar {
  width: 4px;
}
.section_s11 .card__text::-webkit-scrollbar-thumb {
  background-color: #0071E3;
}
.section_s11 .card__text::-webkit-scrollbar-track {
  background-color: #f5f5f7;
}
.section_s11 .card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 14px;
}
@media (min-width: 81.25em) {
  .section_s11 .card__photo-author {
    width: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (width: clamp( 2rem , 1.8085106383rem  +  0.8510638298vw , 2.5rem )) {
    .section_s11 .card__photo-author {
      width: clamp( 2rem , 1.8085106383rem  +  0.8510638298vw , 2.5rem );
    }
  }
  @supports not (width: clamp( 2rem , 1.8085106383rem  +  0.8510638298vw , 2.5rem )) {
    .section_s11 .card__photo-author {
      width: calc(2rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card__photo-author {
    width: 2rem;
  }
}
@media (min-width: 81.25em) {
  .section_s11 .card__photo-author {
    height: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (height: clamp( 2rem , 1.8085106383rem  +  0.8510638298vw , 2.5rem )) {
    .section_s11 .card__photo-author {
      height: clamp( 2rem , 1.8085106383rem  +  0.8510638298vw , 2.5rem );
    }
  }
  @supports not (height: clamp( 2rem , 1.8085106383rem  +  0.8510638298vw , 2.5rem )) {
    .section_s11 .card__photo-author {
      height: calc(2rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card__photo-author {
    height: 2rem;
  }
}
.section_s11 .card__info-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section_s11 .card__name-author {
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s11 .card__name-author {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.875rem , 0.8271276596rem  +  0.2127659574vw , 1rem )) {
    .section_s11 .card__name-author {
      font-size: clamp( 0.875rem , 0.8271276596rem  +  0.2127659574vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.8271276596rem  +  0.2127659574vw , 1rem )) {
    .section_s11 .card__name-author {
      font-size: calc(0.875rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card__name-author {
    font-size: 0.875rem;
  }
}
.section_s11 .card__name-author {
  font-weight: 500;
}
.section_s11 .card__ocupation-author {
  color: rgba(29, 29, 31, 0.6);
}
@media (min-width: 81.25em) {
  .section_s11 .card__ocupation-author {
    font-size: 1rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.75rem , 0.6542553191rem  +  0.4255319149vw , 1rem )) {
    .section_s11 .card__ocupation-author {
      font-size: clamp( 0.75rem , 0.6542553191rem  +  0.4255319149vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.6542553191rem  +  0.4255319149vw , 1rem )) {
    .section_s11 .card__ocupation-author {
      font-size: calc(0.75rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s11 .card__ocupation-author {
    font-size: 0.75rem;
  }
}
.section_s11 .card__ocupation-author {
  font-weight: 400;
}
.section_s11__controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section_s11__pagination.swiper-pagination-horizontal {
  position: absolute;
  z-index: 5;
  bottom: 18px !important;
}
@media (max-width: 767.98px) {
  .section_s11__pagination.swiper-pagination-horizontal {
    bottom: 55px !important;
  }
}
.section_s11 .swiper-pagination-bullet {
  background-color: #000;
  margin: 8px;
}
.section_s11 .swiper-pagination-bullet-active {
  border-radius: 999px;
  width: 32px;
}
.section_s11__navigation.swiper-navigation {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  z-index: 50;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .section_s11__navigation.swiper-navigation {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: -70px;
    gap: 12px;
  }
}
.section_s11__btn {
  position: relative;
  z-index: 51;
  pointer-events: auto;
}
.section_s11__btn svg {
  position: relative;
}
.section_s11__btn--prev, .section_s11__btn--next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(210, 210, 215, 0.64);
}
.section_s11__btn--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section_s11__btn--prev svg {
  top: 2px;
}

@media (min-width: 81.25em) {
  .section_s12 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 3.75rem , 3.2712765957rem  +  2.1276595745vw , 5rem )) {
    .section_s12 {
      margin-bottom: clamp( 3.75rem , 3.2712765957rem  +  2.1276595745vw , 5rem );
    }
  }
  @supports not (margin-bottom: clamp( 3.75rem , 3.2712765957rem  +  2.1276595745vw , 5rem )) {
    .section_s12 {
      margin-bottom: calc(3.75rem + 1.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s12 {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .section_s12 {
    margin-bottom: 100px;
  }
}
.section_s12__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .section_s12__container {
    gap: 2.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s12__container {
      gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem );
    }
  }
  @supports not (gap: clamp( 1.5625rem , 1.0837765957rem  +  2.1276595745vw , 2.8125rem )) {
    .section_s12__container {
      gap: calc(1.5625rem + 1.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s12__container {
    gap: 1.5625rem;
  }
}
.section_s12__container {
  padding-inline: 55px;
}
@media (min-width: 81.25em) {
  .section_s12__container {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s12__container {
      padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s12__container {
      padding-bottom: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s12__container {
    padding-bottom: 2.375rem;
  }
}
.section_s12__container {
  position: relative;
}
@media (max-width: 479.98px) {
  .section_s12__container {
    padding-inline: 13px !important;
  }
}
.section_s12__head {
  text-align: center;
}
.section_s12__title {
  margin-bottom: 12px;
}
.section_s12__subtitle {
  max-width: 452px;
  width: 100%;
}
.section_s12__body {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section_s12 .swiper-horizontal {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section_s12 .swiper-horizontal {
    padding-bottom: 70px;
  }
}
.section_s12__swiper-wrapper {
  padding-bottom: 25px;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.section_s12__slide {
  width: 100%;
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.section_s12 .card {
  position: relative;
  border-radius: 28px;
  height: 100%;
  background: #F5F5F7;
}
@media (min-width: 81.25em) {
  .section_s12 .card {
    padding: 2.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding: clamp( 1.125rem , 0.5505319149rem  +  2.5531914894vw , 2.625rem )) {
    .section_s12 .card {
      padding: clamp( 1.125rem , 0.5505319149rem  +  2.5531914894vw , 2.625rem );
    }
  }
  @supports not (padding: clamp( 1.125rem , 0.5505319149rem  +  2.5531914894vw , 2.625rem )) {
    .section_s12 .card {
      padding: calc(1.125rem + 1.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s12 .card {
    padding: 1.125rem;
  }
}
.section_s12 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 81.25em) {
  .section_s12 .card {
    gap: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .section_s12 .card {
      gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem );
    }
  }
  @supports not (gap: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .section_s12 .card {
      gap: calc(0.875rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s12 .card {
    gap: 0.875rem;
  }
}
.section_s12 .card {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section_s12 .card__img {
  width: 100%;
  height: 84px;
  overflow: hidden;
}
.section_s12 .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_s12 .card__text {
  color: #1D1D1F;
  text-align: center;
}
@media (min-width: 81.25em) {
  .section_s12 .card__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.875rem , 0.7792553191rem  +  0.4255319149vw , 1.125rem )) {
    .section_s12 .card__text {
      font-size: clamp( 0.875rem , 0.7792553191rem  +  0.4255319149vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7792553191rem  +  0.4255319149vw , 1.125rem )) {
    .section_s12 .card__text {
      font-size: calc(0.875rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s12 .card__text {
    font-size: 0.875rem;
  }
}
.section_s12 .card__text {
  font-weight: 400;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.section_s12 .card__text span {
  font-weight: 600;
}
.section_s12__controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section_s12__pagination.swiper-pagination-horizontal {
  position: absolute;
  z-index: 5;
  bottom: 18px !important;
}
@media (max-width: 767.98px) {
  .section_s12__pagination.swiper-pagination-horizontal {
    bottom: 55px !important;
  }
}
.section_s12 .swiper-pagination-bullet {
  background-color: #000;
  margin: 8px;
}
.section_s12 .swiper-pagination-bullet-active {
  border-radius: 999px;
  width: 32px;
}
.section_s12__navigation.swiper-navigation {
  width: 100px;
  position: absolute;
  right: 0;
  bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  z-index: 50;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .section_s12__navigation.swiper-navigation {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: -70px;
    gap: 12px;
  }
}
.section_s12__btn {
  position: relative;
  z-index: 51;
  pointer-events: auto;
}
.section_s12__btn svg {
  position: relative;
}
.section_s12__btn--prev, .section_s12__btn--next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(210, 210, 215, 0.64);
}
.section_s12__btn--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section_s12__btn--prev svg {
  top: 2px;
}


.section_s13__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .section_s13__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section_s13__left {
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 81.25em) {
  .section_s13__left {
    padding-inline: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 1rem , 0.0664893617rem  +  4.1489361702vw , 3.4375rem )) {
    .section_s13__left {
      padding-inline: clamp( 1rem , 0.0664893617rem  +  4.1489361702vw , 3.4375rem );
    }
  }
  @supports not (padding-inline: clamp( 1rem , 0.0664893617rem  +  4.1489361702vw , 3.4375rem )) {
    .section_s13__left {
      padding-inline: calc(1rem + 2.4375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s13__left {
    padding-inline: 1rem;
  }
}
@media (min-width: 81.25em) {
  .section_s13__left {
    padding-top: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-top: clamp( 1.5625rem , 1.4428191489rem  +  0.5319148936vw , 1.875rem )) {
    .section_s13__left {
      padding-top: clamp( 1.5625rem , 1.4428191489rem  +  0.5319148936vw , 1.875rem );
    }
  }
  @supports not (padding-top: clamp( 1.5625rem , 1.4428191489rem  +  0.5319148936vw , 1.875rem )) {
    .section_s13__left {
      padding-top: calc(1.5625rem + 0.3125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s13__left {
    padding-top: 1.5625rem;
  }
}
@media (min-width: 81.25em) {
  .section_s13__left {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-bottom: clamp( 1.25rem , 1.0106382979rem  +  1.0638297872vw , 1.875rem )) {
    .section_s13__left {
      padding-bottom: clamp( 1.25rem , 1.0106382979rem  +  1.0638297872vw , 1.875rem );
    }
  }
  @supports not (padding-bottom: clamp( 1.25rem , 1.0106382979rem  +  1.0638297872vw , 1.875rem )) {
    .section_s13__left {
      padding-bottom: calc(1.25rem + 0.625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s13__left {
    padding-bottom: 1.25rem;
  }
}
.section_s13__left {
  border-radius: 10px;
  background: linear-gradient(91deg, #29B6E9 0%, #003F81 100%);
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 70px;
  position: relative;
}
@media (max-width: 767.98px) {
  .section_s13__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.section_s13__logo {
  width: 126px;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .section_s13__logo {
    width: 102px !important;
    height: 82px;
  }
}
.section_s13__text {
  max-width: 353px;
  width: 100%;
  color: #FFFFFF;
}
@media (min-width: 81.25em) {
  .section_s13__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.75rem , 0.5585106383rem  +  0.8510638298vw , 1.25rem )) {
    .section_s13__text {
      font-size: clamp( 0.75rem , 0.5585106383rem  +  0.8510638298vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.5585106383rem  +  0.8510638298vw , 1.25rem )) {
    .section_s13__text {
      font-size: calc(0.75rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s13__text {
    font-size: 0.75rem;
  }
}
.section_s13__text {
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .section_s13__text {
    font-weight: 400;
    max-width: 169px;
    text-align: center;
  }
}
.section_s13__info-text {
  text-decoration: underline;
}
.section_s13__vertical {
  width: 2px;
  height: 84px;
  background-color: #FFFFFF;
}
@media (max-width: 767.98px) {
  .section_s13__vertical {
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    height: 96px;
  }
}
.section_s13__badge {
  width: 187px;
  height: 213px;
  aspect-ratio: 187/213;
  overflow: hidden;
  position: absolute;
  right: 55px;
  top: -20px;
}
@media (max-width: 767.98px) {
  .section_s13__badge {
    right: 50%;
    top: -65px;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 76px;
    height: 87px;
  }
}
.section_s13__badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section_s13__right {
  width: 202px;
  height: 232px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 101/116;
}
.section_s14 {
  padding-top: 48px;
  padding-bottom: 25px;
  background: #FFEF80;
  position: relative;
  z-index: 3;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  margin-bottom: -30px;
  margin-top: -135px;
  width: 101%;
  margin-left: -5px;
}
@media (max-width: 880px) {
  .section_s14 {
    margin-left: -10px;
    width: 103%;
  }
}
@media (max-width: 768px) {
  .section_s14 {
    margin-top: -11px;
    width: 105%;
    padding-top: 40px;
    margin-bottom: -13px;
  }
}
.section_s14__overlay {
  position: absolute;
  height: 100%;
  width: 36.5%;
  background: #FEFADB;
  z-index: -1;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 50%, calc(100% - 80px) 100%, 0 100%);
}
@media (max-width: 940px) {
  .section_s14__overlay {
    width: 33%;
  }
}
@media (max-width: 880px) {
  .section_s14__overlay {
    width: 100%;
    height: 42%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 50% 100%, 0 calc(100% - 50px));
  }
}
@media (max-width: 768px) {
  .section_s14__overlay {
    height: 47%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), 53% 100%, 53% 100%, 0 calc(100% - 25px));
  }
}
.section_s14__badge {
  width: 210px;
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -27px;
}
@media (max-width: 767.98px) {
  .section_s14__badge {
    width: 165px;
    left: calc(50% + 15px);
    top: -25px;
  }
}
@media (max-width: 479.98px) {
  .section_s14__badge {
    top: -20px;
  }
}
.section_s14__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 880px) {
  .section_s14__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }
}
.section_s14__left {
  padding-left: 74px;
  margin-top: -20px;
}
@media (max-width: 1024px) {
  .section_s14__left {
    padding-left: 40px;
  }
}
@media (max-width: 940px) {
  .section_s14__left {
    padding-left: 15px;
  }
}
@media (max-width: 880px) {
  .section_s14__left {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .section_s14__left {
    padding-left: 50px;
    margin-top: 0px;
  }
}
.section_s14__left-title {
  color: #141010;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 17.6px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section_s14__left-title {
    margin-bottom: 10px;
  }
}
.section_s14__left-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
}
.section_s14__left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.section_s14__left-item svg {
  display: block;
}
.section_s14__left-item-text {
  color: #141010;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.section_s14__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 1024px) {
  .section_s14__inner {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 880px) {
  .section_s14__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
  }
}
.section_s14__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.section_s14__center-title {
  color: #FF4554;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 136px;
  font-weight: 700;
  line-height: 96px;
}
@media (max-width: 768px) {
  .section_s14__center-title {
    font-size: 100px;
    line-height: 70px;
  }
}
.section_s14__center-percent {
  color: #FF4554;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 77px;
  font-weight: 800;
  line-height: 54px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .section_s14__center-percent {
    display: inline-block;
    font-size: 60px;
    line-height: 42px;
  }
}
.section_s14__center-text {
  color: #FF4554;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .section_s14__center-text {
    font-size: 24px;
  }
}
.section_s14__center-description {
  color: #FF4554;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .section_s14__center-description {
    font-size: 14px;
  }
}
.section_s14__right {
  padding-top: 10px;
  padding-right: 162px;
}
@media (max-width: 1250px) {
  .section_s14__right {
    padding-right: 100px;
  }
}
@media (max-width: 1150px) {
  .section_s14__right {
    padding-right: 40px;
  }
}
@media (max-width: 1050px) {
  .section_s14__right {
    padding-right: 0px;
  }
}
.section_s14__right-text {
  color: #141010;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section_s14__right-text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 9px;
    text-align: center;
  }
}
.section_s14__right-text span {
  position: relative;
  color: #FF4554;
  font-weight: 700;
}
.section_s14__right-text span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FF4554;
  -webkit-animation: lineGo 3s ease infinite;
          animation: lineGo 3s ease infinite;
}
@keyframes lineGo {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  55% {
    opacity: 0.6;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
.section_s14__right-link {
  display: inline-block;
  background-color: #0071E3;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 62px;
  border-radius: 500px;
  border: 1px solid #0071E3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_s14__right-link:hover {
  background-color: #FFFFFF;
  color: #0071E3;
}
@media (max-width: 768px) {
  .section_s14__right-link {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 92px;
  }
}

.section_s15 {
  position: relative;
}
@media (min-width: 81.25em) {
  .section_s15 {
    padding-top: 5.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-top: clamp( 2.8125rem , 1.7353723404rem  +  4.7872340426vw , 5.625rem )) {
    .section_s15 {
      padding-top: clamp( 2.8125rem , 1.7353723404rem  +  4.7872340426vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 2.8125rem , 1.7353723404rem  +  4.7872340426vw , 5.625rem )) {
    .section_s15 {
      padding-top: calc(2.8125rem + 2.8125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s15 {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 81.25em) {
  .section_s15 {
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s15 {
      padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem );
    }
  }
  @supports not (padding-bottom: clamp( 2.375rem , 1.9680851064rem  +  1.8085106383vw , 3.4375rem )) {
    .section_s15 {
      padding-bottom: calc(2.375rem + 1.0625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s15 {
    padding-bottom: 2.375rem;
  }
}
.section_s15__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section_s15__head {
  text-align: center;
  margin-bottom: 42px;
}
.section_s15__img {
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.section_s15__title {
  margin-bottom: 14px;
}
.section_s15__text {
  position: relative;
}
.section_s15__text span {
  font-weight: 700;
}
.section_s15__hint {
  color: #1D1D1F;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.section_s15__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .section_s15__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section_s15__left-body {
  width: 63%;
  padding: 28px 56px 0 56px;
}
@media (max-width: 767.98px) {
  .section_s15__left-body {
    padding: 0;
    width: 100%;
  }
}
.section_s15__img-left {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section_s15__right-body {
  width: 32%;
}
@media (max-width: 767.98px) {
  .section_s15__right-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.section_s15__list {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 81.25em) {
  .section_s15__list {
    gap: 1.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.1875rem , 1.0199468085rem  +  0.7446808511vw , 1.625rem )) {
    .section_s15__list {
      gap: clamp( 1.1875rem , 1.0199468085rem  +  0.7446808511vw , 1.625rem );
    }
  }
  @supports not (gap: clamp( 1.1875rem , 1.0199468085rem  +  0.7446808511vw , 1.625rem )) {
    .section_s15__list {
      gap: calc(1.1875rem + 0.4375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s15__list {
    gap: 1.1875rem;
  }
}
.section_s15__list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .section_s15__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 19px;
  }
}
.section_s15__list-title {
  color: #1D1D1F;
}
@media (min-width: 81.25em) {
  .section_s15__list-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1rem , 0.9521276596rem  +  0.2127659574vw , 1.125rem )) {
    .section_s15__list-title {
      font-size: clamp( 1rem , 0.9521276596rem  +  0.2127659574vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9521276596rem  +  0.2127659574vw , 1.125rem )) {
    .section_s15__list-title {
      font-size: calc(1rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s15__list-title {
    font-size: 1rem;
  }
}
.section_s15__list-title {
  font-weight: 700;
}
@media (min-width: 81.25em) {
  .section_s15__list-title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 1.125rem , 0.9813829787rem  +  0.6382978723vw , 1.5rem )) {
    .section_s15__list-title {
      margin-bottom: clamp( 1.125rem , 0.9813829787rem  +  0.6382978723vw , 1.5rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.125rem , 0.9813829787rem  +  0.6382978723vw , 1.5rem )) {
    .section_s15__list-title {
      margin-bottom: calc(1.125rem + 0.375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s15__list-title {
    margin-bottom: 1.125rem;
  }
}
.section_s15__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 19px;
}
@media (max-width: 767.98px) {
  .section_s15__item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 81.25em) {
  .section_s15__item-list span {
    font-size: 1.125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.875rem , 0.7792553191rem  +  0.4255319149vw , 1.125rem )) {
    .section_s15__item-list span {
      font-size: clamp( 0.875rem , 0.7792553191rem  +  0.4255319149vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7792553191rem  +  0.4255319149vw , 1.125rem )) {
    .section_s15__item-list span {
      font-size: calc(0.875rem + 0.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s15__item-list span {
    font-size: 0.875rem;
  }
}
.section_s15__item-list span {
  line-height: 1.2;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 479.98px) {
  .section_s15__item-list span {
    line-height: 1;
  }
}
.section_s15__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: rgba(0, 113, 227, 0.16);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section_s15__start-button {
  color: #0071E3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration-line: underline;
}

@media (min-width: 81.25em) {
  .section_s16 {
    padding-block: 4.0625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 2.125rem , 1.3829787234rem  +  3.2978723404vw , 4.0625rem )) {
    .section_s16 {
      padding-block: clamp( 2.125rem , 1.3829787234rem  +  3.2978723404vw , 4.0625rem );
    }
  }
  @supports not (padding-block: clamp( 2.125rem , 1.3829787234rem  +  3.2978723404vw , 4.0625rem )) {
    .section_s16 {
      padding-block: calc(2.125rem + 1.9375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s16 {
    padding-block: 2.125rem;
  }
}
.section_s16__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section_s16__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 438px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .section_s16__block {
    gap: 2.8125rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.5rem , 0.9973404255rem  +  2.2340425532vw , 2.8125rem )) {
    .section_s16__block {
      gap: clamp( 1.5rem , 0.9973404255rem  +  2.2340425532vw , 2.8125rem );
    }
  }
  @supports not (gap: clamp( 1.5rem , 0.9973404255rem  +  2.2340425532vw , 2.8125rem )) {
    .section_s16__block {
      gap: calc(1.5rem + 1.3125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s16__block {
    gap: 1.5rem;
  }
}
.section_s16 .info {
  max-width: 566px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.section_s16 .info__bottom {
  max-width: 456px;
  width: 100%;
  text-align: center;
}
.section_s16 .info__text-bottom {
  color: #1D1D1F;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 14px;
}
.section_s16 .info__discount-button {
  padding: 15px 67px;
  color: #FFFFFF;
  text-align: center;
  font-family: "helvetica-neue-lt-pro";
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 980px;
  border: 1.5px solid #29B5E8;
  background-color: #29B5E8;
  margin-bottom: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .section_s16 .info__discount-button {
    width: 100%;
  }
}
.section_s16 .info__discount-button:hover {
  background-color: #FFFFFF;
  color: #29B5E8;
}
@media (min-width: 81.25em) {
  .section_s16 .button {
    padding-block: 0.9375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 0.75rem , 0.6781914894rem  +  0.3191489362vw , 0.9375rem )) {
    .section_s16 .button {
      padding-block: clamp( 0.75rem , 0.6781914894rem  +  0.3191489362vw , 0.9375rem );
    }
  }
  @supports not (padding-block: clamp( 0.75rem , 0.6781914894rem  +  0.3191489362vw , 0.9375rem )) {
    .section_s16 .button {
      padding-block: calc(0.75rem + 0.1875 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s16 .button {
    padding-block: 0.75rem;
  }
}
@media (min-width: 81.25em) {
  .section_s16 .button {
    padding-inline: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 1.25rem , 1.2021276596rem  +  0.2127659574vw , 1.375rem )) {
    .section_s16 .button {
      padding-inline: clamp( 1.25rem , 1.2021276596rem  +  0.2127659574vw , 1.375rem );
    }
  }
  @supports not (padding-inline: clamp( 1.25rem , 1.2021276596rem  +  0.2127659574vw , 1.375rem )) {
    .section_s16 .button {
      padding-inline: calc(1.25rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s16 .button {
    padding-inline: 1.25rem;
  }
}
.section_s16 .button {
  border-radius: 500px;
  background-color: #0071E3;
  color: #FFFFFF;
  font-family: "helvetica-neue-lt-pro";
}
@media (min-width: 81.25em) {
  .section_s16 .button {
    font-size: 1.0625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.9375rem , 0.8896276596rem  +  0.2127659574vw , 1.0625rem )) {
    .section_s16 .button {
      font-size: clamp( 0.9375rem , 0.8896276596rem  +  0.2127659574vw , 1.0625rem );
    }
  }
  @supports not (font-size: clamp( 0.9375rem , 0.8896276596rem  +  0.2127659574vw , 1.0625rem )) {
    .section_s16 .button {
      font-size: calc(0.9375rem + 0.125 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .section_s16 .button {
    font-size: 0.9375rem;
  }
}
.section_s16 .button {
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  border: 1px solid #0071E3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section_s16 .button:hover {
  background-color: #FFFFFF;
  color: #0071E3;
}

.hero-popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  background: rgba(0, 0, 0, 0.34);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
}
.hero-popup.active {
  opacity: 1;
  visibility: visible;
}
.hero-popup__inner {
  max-width: 709px;
  width: 100%;
  padding: 72.5px 60px;
  border-radius: 22px;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .hero-popup__inner {
    padding: 34px 60px 82px 60px;
    max-width: 550px;
  }
}
@media (max-width: 575px) {
  .hero-popup__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 34px 26px 82px 19px;
  }
}
@media (max-width: 480px) {
  .hero-popup__inner {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.hero-popup__close {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  cursor: pointer;
}
.hero-popup__box {
  position: relative;
  overflow: hidden;
}
.hero-popup__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 22px;
  z-index: 2;
}
.hero-popup__banner {
  position: relative;
  -webkit-box-shadow: 0 4px 24px 0 rgba(51, 51, 51, 0.34);
          box-shadow: 0 4px 24px 0 rgba(51, 51, 51, 0.34);
}
.hero-popup__image {
  position: relative;
  max-width: 100%;
  min-width: 0;
  z-index: 2;
}
@media (max-width: 575px) {
  .hero-popup__image {
    max-height: 161px;
  }
}
.hero-popup__stop {
  display: block;
  position: absolute;
  top: -78px;
  right: -121px;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-popup__stop {
    max-width: 83px;
    width: 100%;
    height: auto;
    top: -20px;
    right: -79px;
  }
}
@media (max-width: 575px) {
  .hero-popup__stop {
    right: -5px;
    bottom: 100%;
    top: unset;
  }
}
.hero-popup__content {
  position: relative;
  z-index: 3;
  padding: 22px 23px 27px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .hero-popup__content {
    padding: 15px 10px;
    min-width: 176px;
  }
}
.hero-popup__figure {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 22px;
  z-index: 1;
  pointer-events: none;
}
.hero-popup__uptitle {
  color: #141010;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  display: block;
  background: #FFEF80;
  padding: 2px 10px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .hero-popup__uptitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
.hero-popup__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .hero-popup__percent {
    margin-bottom: 5px;
  }
}
.hero-popup__percent-title {
  color: #FF4554;
  font-size: 106px;
  font-weight: 700;
  line-height: 75px;
}
@media (max-width: 768px) {
  .hero-popup__percent-title {
    font-size: 61px;
    line-height: 43px;
  }
}
.hero-popup__percent-symbol {
  color: #FF4554;
  font-size: 60px;
  font-weight: 800;
  line-height: 42px;
}
@media (max-width: 768px) {
  .hero-popup__percent-symbol {
    font-size: 45px;
    line-height: 32px;
  }
}
.hero-popup__percent-text {
  color: #FF4554;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .hero-popup__percent-text {
    font-size: 15px;
  }
}
.hero-popup__percent-description {
  color: #FF4554;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .hero-popup__percent-description {
    font-size: 10px;
    line-height: 14px;
    white-space: nowrap;
  }
}
.hero-popup__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .hero-popup__subtitle {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 9px;
  }
}
.hero-popup__buttons {
  padding-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .hero-popup__buttons {
    padding-top: 42px;
  }
}
.hero-popup__buttons-link {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  padding: 15px 39.5px;
  border-radius: 500px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .hero-popup__buttons-link {
    font-size: 12px;
    line-height: normal;
    margin-bottom: 8px;
    padding: 11px 22px;
  }
}
.hero-popup__buttons-text {
  color: #141010;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 768px) {
  .hero-popup__buttons-text {
    font-size: 10px;
    line-height: 14px;
  }
}
.hero-popup__buttons-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.hero-popup__buttons-circle--left {
  position: absolute;
  left: -45px;
  top: -24px;
}
@media (max-width: 768px) {
  .hero-popup__buttons-circle--left {
    left: -38px;
  }
}
.hero-popup__buttons-circle--right {
  position: absolute;
  right: -45px;
  top: -24px;
}
@media (max-width: 768px) {
  .hero-popup__buttons-circle--right {
    right: -38px;
  }
}
.hero-popup__button-close {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  border: none;
}
@media (max-width: 768px) {
  .hero-popup__button-close {
    font-size: 12px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .hero-popup__button-close.desktop {
    display: none;
  }
}
.hero-popup__button-close.mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero-popup__button-close.mobile {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 46px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  color: #1D1D1F;
  position: relative;
  background-color: #FFFFFF;
}

.wrapper {
  position: relative;
  overflow: clip;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class$=__container] {
  max-width: 1300px;
  padding-inline: 20px;
  margin-inline: auto;
}

h1 {
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-weight: 700;
}
@media (min-width: 81.25em) {
  h1 {
    font-size: 3.75rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 2.5rem , 2.0212765957rem  +  2.1276595745vw , 3.75rem )) {
    h1 {
      font-size: clamp( 2.5rem , 2.0212765957rem  +  2.1276595745vw , 3.75rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 2.0212765957rem  +  2.1276595745vw , 3.75rem )) {
    h1 {
      font-size: calc(2.5rem + 1.25 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  h1 {
    font-size: 2.5rem;
  }
}
h1 {
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 479.98px) {
  h1 {
    line-height: 1.1;
  }
}

h2 {
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-weight: 600;
}
@media (min-width: 81.25em) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.875rem , 1.6356382979rem  +  1.0638297872vw , 2.5rem )) {
    h2 {
      font-size: clamp( 1.875rem , 1.6356382979rem  +  1.0638297872vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.875rem , 1.6356382979rem  +  1.0638297872vw , 2.5rem )) {
    h2 {
      font-size: calc(1.875rem + 0.625 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  h2 {
    font-size: 1.875rem;
  }
}
h2 {
  line-height: 1.2;
  color: #1E293B;
}

h3 {
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-weight: 600;
}
@media (min-width: 81.25em) {
  h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1rem , 0.8563829787rem  +  0.6382978723vw , 1.375rem )) {
    h3 {
      font-size: clamp( 1rem , 0.8563829787rem  +  0.6382978723vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.8563829787rem  +  0.6382978723vw , 1.375rem )) {
    h3 {
      font-size: calc(1rem + 0.375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  h3 {
    font-size: 1rem;
  }
}
h3 {
  line-height: 1;
  color: #1D1D1F;
}

h4 {
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-weight: 700;
}
@media (min-width: 81.25em) {
  h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.875rem , 0.7313829787rem  +  0.6382978723vw , 1.25rem )) {
    h4 {
      font-size: clamp( 0.875rem , 0.7313829787rem  +  0.6382978723vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.7313829787rem  +  0.6382978723vw , 1.25rem )) {
    h4 {
      font-size: calc(0.875rem + 0.375 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  h4 {
    font-size: 0.875rem;
  }
}
h4 {
  line-height: 1.3;
  color: #1D1D1F;
}
@media (max-width: 479.98px) {
  h4 {
    line-height: 1;
  }
}

.subtitle {
  font-family: "Urbanist", "SF Pro Display", sans-serif;
  font-weight: 400;
}
@media (min-width: 81.25em) {
  .subtitle {
    font-size: 1.375rem;
  }
}
@media (min-width: 22.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .subtitle {
      font-size: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.6835106383rem  +  0.8510638298vw , 1.375rem )) {
    .subtitle {
      font-size: calc(0.875rem + 0.5 * (100vw - 22.5rem) / 58.75);
    }
  }
}
@media (max-width: 22.5em) {
  .subtitle {
    font-size: 0.875rem;
  }
}
.subtitle {
  line-height: 1.2;
  color: #1D1D1F;
}
@media (max-width: 479.98px) {
  .subtitle {
    line-height: 1.3;
  }
}


.text-highlight{
	   color: #000000;
    background-image: -moz-linear-gradient( top, rgba(190, 207, 231, 1) 0%, rgba(215, 225, 238, 0.63) 100% );
    background-image: -webkit-linear-gradient(top, rgba(190, 207, 231, 1) 0%, rgba(215, 225, 238, 0.63) 100%);
    background-image: linear-gradient(to bottom, rgba(190, 207, 231, 1) 0%, rgba(215, 225, 238, 0.63) 100%);
    font-weight: bold;
    -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}

.error-list{color:red;}






  .tuev-container-new-toolTipContainer {
    display: none;

    position: absolute;
    z-index: 100;
    background-color: #fff;
    width: 483px;
    max-width: 98%;
    height: fit-content;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
    list-style-type: none;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 9px;
    padding: 5px 0 10px 0;
  }

  .tuev-container-new-toolTipContainer>li {
    font-size: 15px;
    color: #000;
    line-height: 1.2em;
    width: fit-content;
    max-width: 90%;
    margin: 10px auto 10px auto;
  }

  .tuev-container-new-toolTipContainer>li b {
    color: #003f81;
    font-weight: 800;
  }

  .tuev-container-new-toolTipContainer:after {
    content: "";
    position: absolute;
    top: -22px;
    left: 48%;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent white transparent;
  }

  .tuev-container-new-tooltip:hover+.tuev-container-new-toolTipContainer {
    display: block;

  }
	
	

.video-btn_wrapper {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
}
.video-btn_wrapper img {
    display: none;
    width: 10% !important;
    height: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}
.video-btn_wrapper.muted img {
	display: block;
}






