@charset "UTF-8";

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Gilroy, sans-serif;
  color: #212121;
  background-color: #f6f6f6;
}

body.mob-menu-open .mob-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 16px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
}

body.mob-menu-open .mob-menu .mob-menu-header {
  width: 100%;
  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;
}

body.mob-menu-open .mob-menu .mob-menu-header .mob-menu-logo {
  width: 56px;
  height: 56px;
}

body.mob-menu-open .mob-menu .mob-menu-header .mob-menu-close {
  width: 15px;
  height: 15px;
  margin-left: auto;
}

body.mob-menu-open .mob-menu .mob-menu-list {
  margin-bottom: 16px;
  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;
  list-style: none;
  font-size: 16px;
  line-height: 1.2;
}

body.mob-menu-open .mob-menu .mob-menu-list li {
  margin-top: 16px;
}

body.mob-menu-open .mob-menu .mob-menu-list li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #212529;
}

@media only screen and (max-width: 1279.98px) {
  body.mob-menu-open .mob-menu {
    padding: 0 0;
  }
}
@media only screen and (max-width: 743.98px) {
  body.mob-menu-open .mob-menu {
    padding: 0 0;
  }
}
a {
  text-decoration: none;
  color: #212121;
  cursor: pointer;
}

h2 {
  text-align: center;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}

@media only screen and (max-width: 1279.98px) {
  h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
}
.btn {
  width: 343px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 32px;
  gap: 8px;
  background: #263238;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  cursor: pointer;
}
.btn span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.btn img {
  width: 24px;
  height: 24px;
}

.btn:hover {
  background: #32424a;
}

.btn-green {
  background: #00BFA5;
}

.btn-green:hover {
  background: #00a08b;
}

.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  overflow: clip;
}

@media only screen and (max-width: 1279.98px) {
  .wrapper {
    max-width: 743.98px;
  }
}
@media only screen and (max-width: 743.98px) {
  .wrapper {
    max-width: 374.98px;
  }
}
[class*=__container] {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 80px;
  overflow: clip;
}

@media only screen and (max-width: 1279.98px) {
  [class*=__container] {
    max-width: 743.98px;
    padding: 0px 16px;
  }
}
@media only screen and (max-width: 743.98px) {
  [class*=__container] {
    max-width: 374.98px;
    padding: 0px 16px;
  }
}
[class*=__container__slider] {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 80px;
  padding-right: 0;
  overflow: clip;
}
[class*=__container__slider] h2 {
  margin-right: 80px;
}
[class*=__container__slider] [class*=__row] .btn {
  margin-right: 80px;
}

@media only screen and (max-width: 1279.98px) {
  [class*=__container__slider] {
    max-width: 743.98px;
    padding: 0px 16px;
    padding-right: 0;
  }
  [class*=__container__slider] h2 {
    margin-right: 16px;
  }
  [class*=__container__slider] [class*=__row] .btn {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 743.98px) {
  [class*=__container__slider] {
    max-width: 374.98px;
    padding: 0px 16px;
    padding-right: 0;
  }
  [class*=__container__slider] h2 {
    margin-right: 16px;
  }
  [class*=__container__slider] [class*=__row] .btn {
    margin-right: 16px;
  }
}
.header_new {
  position: relative;
}

.header-mob-logo {
  display: none;
}
.header-mob-logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 743.98px) {
  .header-mob-logo {
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 auto;
    width: 68px;
    height: 39px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* Video modal styles are in /resources/css/video-modal.css */


.sc1 {
  margin-top: 16px;
}
.sc1__col {
  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;
}
.sc1__col h1 {
  width: 100%;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #212121;
}
.sc1__badge {
  display: inline-block;
  padding: 10px 24px;
  margin-bottom: 16px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 19px;
  font-weight: var(--font-weight-semibold);
}
.sc1__col .h1_descr {
  margin-top: 16px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #212121;
}
.sc1__col .row1 {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sc1__col .row1 .wrap {
  width: 33%;
}
.sc1__col .row1 .row-item1 {
  position: relative;
  left: -80px;
  top: 170px;
  width: 365px;
  height: 210px;
  border-radius: 8px;
  overflow: hidden;
}
.sc1__col .row1 .row-item1 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sc1__col .row1 .row-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sc1__col .row1 .row-item2 .item-foto {
  width: 353px;
  height: 353px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0CBD66), to(#049DCB));
  background: linear-gradient(180deg, #0CBD66 0%, #049DCB 100%);
  border-radius: 50%;
}
.sc1__col .row1 .row-item2 .item-foto img {
  width: 330.94px;
  height: 330.94px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}
.sc1__col .row1 .row-item2 span {
  display: none;
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #212121;
}
.sc1__col .row1 .row-item3 {
  position: relative;
  left: 15px;
  top: 60px;
  width: 422px;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/sc1/4xdesk.png) no-repeat;
  background-size: 100% 100%;
}
.sc1__col .row1 .row-item3 span {
  position: absolute;
  right: 45px;
  bottom: 17px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #48db65;
}
.sc1__col .row2 {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1279.98px) {
  .sc1 {
    margin-top: 8px;
  }
  .sc1__col .row1 {
    height: 287px;
  }
  .sc1__col .row1 .row-item1 {
    width: 247px;
    height: 142px;
    left: -25px;
    top: 140px;
  }
  .sc1__col .row1 .row-item2 .item-foto {
    width: 247px;
    height: 247px;
  }
  .sc1__col .row1 .row-item2 .item-foto img {
    width: 231.56px;
    height: 231.56px;
    border: 1px solid #FFFFFF;
  }
  .sc1__col .row1 .row-item2 span {
    display: none;
  }
  .sc1__col .row1 .row-item3 {
    width: 310px;
    height: 115px;
    left: -26px;
    top: 70px;
    background: url(../img/sc1/4xtab.png) no-repeat;
    background-size: 100%;
    background-position: 6px 0;
  }
  .sc1__col .row1 .row-item3 span {
    position: absolute;
    right: 31px;
    bottom: 12px;
  }
  .sc1__col .row2 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc1 {
    margin-top: 9px;
  }
  .sc1__col h1 {
    font-size: 24px;
    line-height: 29px;
  }
  .sc1__col .h1_descr {
    display: none;
  }
  .sc1__col .row1 {
    margin-top: 24px;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sc1__col .row1 .wrap:first-child {
    width: 50%;
  }
  .sc1__col .row1 .wrap:nth-child(2) {
    width: 50%;
  }
  .sc1__col .row1 .wrap:nth-child(3) {
    width: 100%;
  }
  .sc1__col .row1 .row-item1 {
    margin-top: 24px;
    width: 343px;
    height: auto;
    left: 0;
    top: 0;
  }
  .sc1__col .row1 .row-item2 .item-foto {
    width: 160px;
    height: 160px;
  }
  .sc1__col .row1 .row-item2 .item-foto img {
    width: 150px;
    height: 150px;
  }
  .sc1__col .row1 .row-item2 span {
    display: none;
  }
  .sc1__col .row1 .row-item3 {
    width: 216px;
    height: 72px;
    left: -5px;
    top: 10px;
    background: url(../img/sc1/4xmob.png) no-repeat;
    background-size: 100%;
  }
  .sc1__col .row1 .row-item3 span {
    position: absolute;
    right: 27px;
    bottom: 2px;
    font-size: 8px;
  }
  .sc1__col .row2 {
    margin-top: 24px;
  }
}
.sc2 {
  margin-top: 100px;
  padding-left: 53px;
  padding-right: 53px;
}
.sc2__col {
  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;
}
.sc2__col h2 {
  width: 100%;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #212121;
}
.sc2__col .h2_descr {
  margin-top: 8px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #212121;
}
.sc2 img {
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.sc2 .crop {
  display: none;
}

@media only screen and (max-width: 1279.98px) {
  .sc2__col h2 {
    font-size: 24px;
  }
  .sc2 {
    margin-top: 64px;
    padding: 0px;
  }
  .sc2 > picture {
    display: none;
  }
  .sc2 .crop {
    position: relative;
    display: block;
    margin-top: 24px;
    width: 100%;
    height: 580px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    -webkit-filter: drop-shadow(0px 0px 1px rgba(12, 26, 75, 0.24));
    filter: drop-shadow(0px 0px 1px rgba(12, 26, 75, 0.24));
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .sc2 .crop::-webkit-scrollbar {
    display: none;
  }
  .sc2 .crop img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc2__col .h2_descr {
    font-size: 16px;
  }
}

/* === Polza SVG Map — final === */

/* Контейнер карти (без рамки/тіней) + тема кольорів і розмір прапорців */
.sc2 .map-wrap{
  position: relative;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
  background: transparent;      /* без фону/рамок */
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
  border-radius: 0;

  /* ТЕМА */
  --land:#fafbfc;        /* неактивні країни - майже білий як у PNG */
  --active: #00BFA6;     /* колір PNG - тіловий/м'ятний */
  --activeHover: #00A595; /* на ~10–12% темніше для hover */
  --stroke:#e0e0e0;      /* межі країн (дуже світло-сірі як у PNG) */
  --flagSize: 10px;      /* базова висота прапорця (4:3) десктоп */
}

.sc2 .borders-layer path{ shape-rendering: crispEdges; }

/* Сам SVG */
.sc2 svg#map{
  width: 100%;
  height: auto;
  display: block;
  background: transparent;
}

/* Країни (контури легкі й гладкі) */
.sc2 .country{
  stroke: var(--stroke);
  stroke-width: 1px;
  stroke-opacity: 1;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.sc2 .country.is-active{ fill: var(--active); }
.sc2 .country.is-active:hover{ fill: var(--activeHover); }

/* Прапорці */
.sc2 .flag-img{
  pointer-events: none;
  user-select: none;
  image-rendering: -webkit-optimize-contrast;
  filter: drop-shadow(0 0 1px rgba(0,0,0,.22)) drop-shadow(0 1px 1px rgba(0,0,0,.18));
  transition: transform .15s ease;
}
@media (hover:hover){ .sc2 .flag-img:hover{ transform: scale(1.05); } }

/* Кнопки зуму: приховані (горизонтальний скрол замість зуму на мобільному) */
.sc2 .zoom-controls{ display:none !important; }

/* Лоадер */
.sc2 .loading{ text-align:center; padding:2rem; }
.sc2 .spinner{
  display:inline-block;
  width:32px; height:32px;
  border:3px solid #e5e7eb;
  border-top-color: var(--active);
  border-radius:50%;
  animation: polza-spin 1s linear infinite;
}
@keyframes polza-spin{ to{ transform: rotate(360deg); } }

/* Адаптивні прапорці */
@media (max-width:1279.98px){
  .sc2 .map-wrap{ --flagSize: 8px; }
  .sc2 .country{
    stroke-width: 1px;
  }
}
@media (max-width:743.98px){
  .sc2 .map-wrap{
    background: transparent;
    --land:#ffffff;
    border-radius: 12px;
    box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05),
                0px 0px 1px rgba(12, 26, 75, 0.24);
    padding: 2px;
    --flagSize: 7px;
    /* Горизонтальний скрол */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .sc2 svg#map{
    /* Дозволяємо SVG бути ширшим за контейнер */
    width: 250%;  /* Відповідає width * 2.5 в JS */
    max-width: none;
  }

  .sc2 .country{
    stroke-width: 1px;
  }
}

/* Swipe Hint для горизонтального скролу на мобільному */
.sc2 .map-swipe-hint {
  display: none !important;
}

@media (max-width:743.98px) {
  .sc2 .map-swipe-hint {
    display: none;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    pointer-events: none;
    align-items: center;
    gap: 12px;
    background: rgba(17, 24, 39, 0.92);
    color: #fff;
    font-size: 19.5px;
    font-weight: 500;
    padding: 15px 24px;
    border-radius: 30px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.20), 0 3px 8px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease;
    will-change: transform, opacity;
  }

  .sc2 .map-swipe-hint.is-visible {
    display: flex !important;
  }

  .sc2 .map-swipe-hint.is-hidden {
    opacity: 0 !important;
    transform: translateX(-50%) translateY(10px) !important;
  }

  .sc2 .map-swipe-hint__icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    animation: swipeHint 1.5s ease-in-out infinite;
  }

  @keyframes swipeHint {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(6px);
    }
  }
}

.sc3 {
  margin-top: var(--space-20);
}
.sc3 h2 {
  font-size: var(--text-2xl);
  font-weight: var(--font-weight-bold);
  text-align: center;
  color: var(--color-text);
}
.sc3__cards {
  margin-top: var(--space-10);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}
.sc3__card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: var(--space-6) var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  font-family: var(--font-family);
  color: var(--color-text);
  transition: background var(--transition-smooth), transform var(--transition-smooth);
}
.sc3__card:hover {
  background: var(--color-primary);
  transform: translateY(-4px);
}
.sc3__card:hover .sc3__card-text {
  color: #fff;
}
.sc3__card-emoji {
  font-size: 44px;
  line-height: 1;
}
.sc3__card-text {
  font-size: var(--text-md);
  line-height: var(--leading-normal);
  color: var(--color-text);
  transition: color var(--transition-smooth);
}
.sc3__bridge {
  margin-top: var(--space-12);
  display: flex;
  align-items: stretch;
  gap: var(--space-3);
}
.sc3__bridge-col {
  flex: 0.85;
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sc3__bridge-col p {
  font-family: var(--font-family);
  font-size: var(--text-md);
  line-height: var(--leading-relaxed);
  margin: 0;
}
.sc3__bridge-col b {
  font-weight: var(--font-weight-bold);
}
.sc3__bridge-col--side {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border-card);
  color: var(--color-text-secondary);
}
.sc3__bridge-col--hero {
  flex: 1.6;
  background: var(--gradient-brand);
  color: #fff;
  box-shadow: 0 12px 40px var(--color-primary-glow);
  padding: var(--space-6);
}
.sc3__bridge-col--hero p {
  font-size: var(--text-lg);
  line-height: var(--leading-normal);
}
.sc3__bridge-tag {
  font-size: 11px;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
}
.sc3__bridge-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-weight: var(--font-weight-bold);
  font-size: var(--text-md);
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  margin-bottom: var(--space-4);
  align-self: flex-start;
}
.sc3__bridge-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-hint);
  width: 32px;
}
.sc3__bridge-cta {
  margin-top: var(--space-5);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius-md);
  color: #fff;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
  transition: background var(--transition-base);
  align-self: center;
}
.sc3__bridge-cta:hover {
  background: rgba(255, 255, 255, 0.25);
}
.sc3__bridge-cta svg {
  transition: transform var(--transition-base);
}
.sc3__bridge-cta:hover svg {
  transform: translateX(3px);
}

@media only screen and (max-width: 1279.98px) {
  .sc3__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .sc3__bridge {
    flex-direction: column;
  }
  .sc3__bridge-col {
    flex: 1;
  }
  .sc3__bridge-col--hero {
    flex: 1;
    transform: none;
  }
  .sc3__bridge-arrow {
    width: 100%;
    padding: var(--space-2) 0;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 743.98px) {
  .sc3 {
    margin-top: var(--space-12);
  }
  .sc3__cards {
    margin-top: var(--space-6);
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }
  .sc3__card {
    padding: var(--space-5);
    gap: var(--space-3);
  }
  .sc3__card-emoji {
    font-size: 36px;
  }
  .sc3__card-text {
    font-size: var(--text-sm);
  }
  .sc3__bridge {
    margin-top: var(--space-6);
    gap: var(--space-2);
  }
  .sc3__bridge-col {
    padding: var(--space-5);
  }
  .sc3__bridge-col--hero {
    padding: var(--space-6) var(--space-5);
  }
  .sc3__bridge-col--hero p {
    font-size: var(--text-md);
  }
}
.sc4 {
  margin-top: 90px;
}

.sc4 p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.sc4__row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}

.sc4__row-mob {
  display: none;
}

.sc4__col {
  width: 33%;
  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;
  padding: 32px 24px;
  gap: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
}

.sc4__col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc4__col-item img {
  width: 16px;
  height: 16px;
}

.sc4__col-item span:first-of-type {
  min-width: 55px;
  padding-left: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #00BFA5;
}

.sc4__col-item span:last-of-type {
  padding-left: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #212121;
}

.sc4__row-last {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #00BFA5;
  text-align: center;
}

@media only screen and (max-width: 1279.98px) {
  .sc4 {
    margin-top: 64px;
  }
  .sc4 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .sc4__row {
    display: none;
  }
  .sc4__row-mob {
    display: block;
    margin-top: 24px;
    padding: 32px 22px 0px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    border-radius: 16px;
  }
  .sc4__row-mob-head {
    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;
    gap: 16px;
  }
  .sc4__row-mob-body {
    margin-top: 16px;
    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;
    gap: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
  }
  .sc4__row-mob-body.close {
    height: 0;
  }
  .sc4__row-mob-btn {
    margin-top: 16px;
    width: 100%;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #00BFA5;
    border-top: 1px solid #eee;
    cursor: pointer;
  }
  .sc4__row-mob-btn img {
    margin-left: 8px;
    width: auto;
  }
  .sc4__row-last {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc4__row-last {
    margin-top: 24px;
  }
}
.sc5 {
  margin-top: 85px;
}
.sc5__row {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.sc5__row .row-item1 {
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
}
.sc5__row .row-item1 img {
  width: 100%;
  height: auto;
  display: block;
}
.sc5__row .row-item2 {
  width: 50%;
  padding: 24px 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
}
.sc5__row .row-item2 .quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.sc5__row .row-item2 .quote img {
  width: 16px;
  height: 16px;
}
.sc5__row .row-item2 .quote img:first-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sc5__row .row-item2 .quote img:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.sc5__row .row-item2 .quote span {
  position: relative;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212121;
}

@media only screen and (max-width: 1279.98px) {
  .sc5 {
    margin-top: 80px;
  }
  .sc5__row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 16px;
  }
  .sc5__row .row-item1 img {
    width: 100%;
    height: 218px;
  }
  .sc5__row .row-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc5__row .row-item2 .quote span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc5 {
    margin-top: 40px;
  }
  .sc5__row {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc5__row .row-item1 {
    width: 100%;
  }
  .sc5__row .row-item1 img {
    width: 100%;
    height: auto;
  }
  .sc5__row .row-item2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc5__row .row-item2 .quote span {
    font-size: 12px;
  }
}
.sc6 {
  margin-top: 86px;
}
.sc6__row1 {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.sc6__row1 .row-item {
  width: 25%;
  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;
  padding: 16px;
  gap: 4px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
}
.sc6__row1 .row-item img {
  width: auto;
  height: 24px;
}
.sc6__row1 .row-item .h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #212121;
}
.sc6__row1 .row-item span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #212121;
}
.sc6__row2 {
  margin-top: 38px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1279.98px) {
  .sc6 {
    margin-top: 80px;
  }
  .sc6__row1 {
    margin-top: 40px;
  }
  .sc6__row1 .row-item .h3 {
    font-size: 14px;
  }
  .sc6__row1 .row-item span {
    font-size: 10px;
  }
  .sc6__row2 {
    margin-top: 32x;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc6 {
    margin-top: 40px;
  }
  .sc6__row1 {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .sc6__row1 .row-item {
    width: 48%;
  }
  .sc6__row1 .row-item .h3 {
    font-size: 14px;
  }
  .sc6__row1 .row-item span {
    font-size: 10px;
  }
  .sc6__row2 {
    margin-top: 32x;
  }
}
.sc7 {
  margin-top: 85px;
}
.sc7__row1 {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sc7__row1 .wrap {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
}
.sc7__row1 .wrap .row-item {
  list-style-type: none;
}
.sc7__row1 .wrap .row-item li {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #212121;
}
.sc7__row2 {
  margin-top: 90px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc7__row2 .quote {
  width: 552px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
}
.sc7__row2 .quote img {
  width: 16px;
  height: 16px;
}
.sc7__row2 .quote img:first-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sc7__row2 .quote img:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 16px;
}
.sc7__row2 .quote span {
  position: relative;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #212121;
}

@media only screen and (max-width: 1279.98px) {
  .sc7 {
    margin-top: 80px;
  }
  .sc7__row1 {
    margin-top: 40px;
  }
  .sc7__row1 .wrap {
    gap: 8px;
    padding: 24px 16px;
  }
  .sc7__row1 .wrap .row-item {
    width: 255px;
  }
  .sc7__row1 .wrap .row-item li {
    font-size: 14px;
  }
  .sc7__row1 .wrap .row-item li:not(:last-child) {
    margin-bottom: 8px;
  }
  .sc7__row2 {
    margin-top: 64px;
  }
  .sc7__row2 .quote {
    width: 664px;
  }
  .sc7__row2 .quote span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc7 {
    margin-top: 40px;
  }
  .sc7__row1 {
    margin-top: 24px;
  }
  .sc7__row1 .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc7__row1 .wrap .row-item {
    width: 100%;
  }
  .sc7__row1 .wrap .row-item li {
    font-size: 14px;
  }
  .sc7__row1 .wrap .row-item li:not(:last-child) {
    margin-bottom: 8px;
  }
  .sc7__row2 {
    margin-top: 40px;
  }
  .sc7__row2 .quote {
    width: 100%;
  }
  .sc7__row2 .quote span {
    font-size: 12px;
  }
}
.sc8 {
  margin-top: 90px;
}
.sc8 h2 {
  font-size: 28px;
}
.sc8__subtitle {
  margin-top: var(--space-3);
  font-family: var(--font-family);
  font-size: var(--text-md);
  line-height: var(--leading-normal);
  color: var(--color-text-secondary);
  text-align: center;
}
.sc8__row2 {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.sc8 .calendar-card {
  width: 460px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.sc8 .cal-content {
  padding: 24px;
}
.sc8 .cal-title {
  font-family: "Gilroy";
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.3px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.sc8 .cal-legend {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.sc8 .cal-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Gilroy";
  font-size: 11px;
  font-weight: 500;
  color: #777;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
}
.sc8 .cal-legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: -1px;
}
.sc8 .cal-legend-dot--blue { background: #3B82F6; }
.sc8 .cal-legend-dot--orange { background: #FB923C; }
.sc8 .cal-legend-dot--purple { background: #C084FC; }
.sc8 .cal-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 2px;
}
.sc8 .cal-weekdays span {
  font-family: "Gilroy";
  font-size: 11px;
  font-weight: 600;
  color: #999;
  padding-left: 6px;
}
.sc8 .cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.sc8 .cal-cell {
  min-height: 58px;
  padding: 5px 4px 4px;
  border-bottom: 1px solid #f3f3f3;
}
.sc8 .cal-cell:nth-child(7n+6),
.sc8 .cal-cell:nth-child(7n) {
  background: #fafafa;
}
.sc8 .cal-cell--empty { visibility: hidden; }
.sc8 .cal-cell-num {
  font-family: "Gilroy";
  font-size: 12px;
  font-weight: 600;
  color: #555;
  margin-bottom: 4px;
  padding-left: 2px;
}
.sc8 .cal-cell:nth-child(7n+6) .cal-cell-num,
.sc8 .cal-cell:nth-child(7n) .cal-cell-num {
  color: #bbb;
}
.sc8 .cal-cell-bar {
  display: block;
  height: 7px;
  border-radius: 3px;
  margin-top: 2px;
}
.sc8 .cal-cell-bar--blue { background: #3B82F6; }
.sc8 .cal-cell-bar--orange { background: #FB923C; }
.sc8 .cal-cell-bar--purple { background: #C084FC; }

@media only screen and (max-width: 1279.98px) {
  .sc8 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc8 {
    margin-top: 40px;
  }
  .sc8 h2 {
    font-size: 24px;
  }
  .sc8 .calendar-card {
    width: 100%;
    max-width: 360px;
  }
  .sc8 .cal-content {
    padding: 16px;
  }
  .sc8 .cal-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .sc8 .cal-legend {
    gap: 10px;
    row-gap: 6px;
    margin-bottom: 14px;
  }
  .sc8 .cal-legend-item {
    font-size: 10px;
  }
  .sc8 .cal-cell {
    min-height: 44px;
    padding: 3px 2px 2px;
  }
  .sc8 .cal-cell-num {
    font-size: 11px;
  }
}
.sc9 {
  margin-top: 90px;
}
.sc9 h2 {
  font-size: 28px;
}
.sc9__row {
  margin-top: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc9__row .wrap {
  width: 552px;
  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;
  gap: 21px;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-radius: 12.75px;
}
.sc9__row .wrap .tg {
  width: 24px;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.sc9__row .wrap .h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  color: #212121;
}
.sc9__row .wrap .row1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.sc9__row .wrap .row1 .item {
  width: 50%;
  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;
  padding: 6px 7px 7px;
  background: #DBEAFE;
  border-radius: 8.75px;
}
.sc9__row .wrap .row1 .item span {
  -ms-flex-item-align: center;
      align-self: center;
  font-style: normal;
  font-weight: 700;
  font-size: 11.1469px;
  line-height: 18px;
  color: #1447E6;
}
.sc9__row .wrap .row1 .item span:last-child {
  font-weight: 400;
  color: #155DFC;
}
.sc9__row .wrap .row1 .item:last-child {
  background: #DCFCE7;
}
.sc9__row .wrap .row1 .item:last-child span {
  color: #008236;
}
.sc9__row .wrap .row1 .item:last-child span:last-child {
  color: #00A63E;
}
.sc9__row .wrap .chart {
  width: 270px;
  height: auto;
}
.sc9__row .wrap .row2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.sc9__row .wrap .row2 .item {
  width: 50%;
  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;
  padding: 10px;
  gap: 7px;
  background: #EFF6FF;
  border-radius: 8.75px;
}
.sc9__row .wrap .row2 .item p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #1C398E;
}
.sc9__row .wrap .row2 .item .list {
  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;
  gap: 5px;
  list-style: none;
}
.sc9__row .wrap .row2 .item .list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sc9__row .wrap .row2 .item .list li span:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.sc9__row .wrap .row2 .item .list li span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  color: #364153;
}
.sc9__row .wrap .row2 .item .list li span:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-style: normal;
  font-weight: 600;
  font-size: 10.3359px;
  line-height: 14px;
  color: #101828;
}
.sc9__row .wrap .row2 .item .list li:nth-child(1) span:first-child {
  background-color: #1E40AF;
}
.sc9__row .wrap .row2 .item .list li:nth-child(2) span:first-child {
  background-color: #3B82F6;
}
.sc9__row .wrap .row2 .item .list li:nth-child(3) span:first-child {
  background-color: #60A5FA;
}
.sc9__row .wrap .row2 .item .list li:nth-child(4) span:first-child {
  background-color: #93C5FD;
}
.sc9__row .wrap .row2 .item:last-child {
  background-color: #F0FDF4;
}
.sc9__row .wrap .row2 .item:last-child .list li:nth-child(1) span:first-child {
  background-color: #047857;
}
.sc9__row .wrap .row2 .item:last-child .list li:nth-child(2) span:first-child {
  background-color: #059669;
}
.sc9__row .wrap .row2 .item:last-child .list li:nth-child(3) span:first-child {
  background-color: #10B981;
}
@media only screen and (max-width: 1279.98px) {
  .sc9 {
    margin-top: 80px;
  }
  .sc9__row .wrap .tg {
    width: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc9 {
    margin-top: 40px;
  }
  .sc9 h2 {
    font-size: 16px;
  }
  .sc9__row {
    margin-top: 24px;
  }
  .sc9__row .wrap {
    width: 100%;
    gap: 0;
  }
  .sc9__row .wrap .tg {
    display: none;
  }
  .sc9__row .wrap .h3 {
    font-size: 14px;
  }
  .sc9__row .wrap .row1 {
    margin-top: 4px;
  }
  .sc9__row .wrap .chart {
    margin-top: 21px;
    width: 130px;
  }
  .sc9__row .wrap .row2 {
    margin-top: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc9__row .wrap .row2 .item {
    width: 100%;
  }
}
.sc10 {
  margin-top: 40px;
}
.sc10 .sc10__row .swiper1 {
  width: 100%;
  padding: 40px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sc10 .sc10__row .swiper1 .swiper-slide {
  background: transparent;
  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;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card {
  position: relative;
  width: 268px;
  height: 354px;
  max-width: 300px;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #00BFA5;
  border-radius: 16px;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front,
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  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;
  padding: 12px;
  font-size: 14px;
  color: #414955;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front .row1 .wrap {
  width: 81px;
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border: 1px solid #20C7B0;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 50%;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front .row1 .wrap img {
  width: 42px;
  height: 42px;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front .row2 {
  margin-top: 21px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front .row2 span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212121;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front .row3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front .row3 span {
  display: none;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #212121;
}
@media only screen and (max-width: 1279.98px) {
  .sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front .row3 span {
    display: block;
  }
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-front .row3 img {
  width: 38px;
  height: 38px;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back .row1 .wrap {
  width: 81px;
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  border: 1px solid #20C7B0;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 50%;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back .row1 .wrap img {
  width: 42px;
  height: 42px;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back .row2 {
  margin-top: 21px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back .row2 span {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #414955;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back .row3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back .row3 span {
  display: none;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #212121;
}
@media only screen and (max-width: 1279.98px) {
  .sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back .row3 span {
    display: block;
  }
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back .row3 img {
  width: 38px;
  height: 38px;
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card .flip-inner .flip-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sc10 .sc10__row .swiper1 .swiper-slide .flip-card.active .flip-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .sc10 .sc10__row .swiper1 .swiper-slide .flip-card:hover .flip-inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.sc10 .sc10__row .swiper1 .swiper-scrollbar1 {
  display: block !important;
  height: 5px;
  margin-top: 10px;
}
@media only screen and (max-width: 1279.98px) {
  .sc10 .sc10__row .swiper1 .swiper-scrollbar1 {
    display: none !important;
  }
}

@media only screen and (max-width: 743.98px) {
  .sc10__row .swiper .swiper-scrollbar {
    display: none;
  }
}
.sc11 {
  margin-top: 90px;
}
.sc11__row {
  margin-top: 40px;
}
.sc11__row .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
.sc11__row .wrap .row-item {
  position: relative;
  width: 20%;
  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;
}
.sc11__row .wrap .row-item:not(:first-child) .row1::before {
  position: absolute;
  left: -193px;
  top: 50%;
  height: 30px;
  content: url(../img/sc11/r_arr.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.sc11__row .wrap .row-item .row1 {
  position: relative;
  top: 10px;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C3F2EC;
  border-radius: 50%;
}
.sc11__row .wrap .row-item .row1 img {
  width: 24px;
  height: 24px;
}
.sc11__row .wrap .row-item .row2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  padding: 24px 16px 16px;
  gap: 8px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
}
.sc11__row .wrap .row-item .row2 .h3 {
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212121;
}
.sc11__row .wrap .row-item .row2 hr {
  width: 100%;
  height: 1px;
  background: #00C2A8;
  border: none;
}
.sc11__row .wrap .row-item .row2 .descr {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #212121;
}
.sc11__row .wrap .btn {
  display: none;
}

@media only screen and (max-width: 1279.98px) {
  .sc11 {
    margin-top: 80px;
  }
  .sc11__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sc11__row .wrap {
    width: 343px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc11__row .wrap .row-item {
    width: 100%;
  }
  .sc11__row .wrap .row-item:not(:first-child) .row1::before {
    content: url(../img/sc11/mob-r_arr.svg);
    -webkit-transform: translate(213px, -230px);
            transform: translate(213px, -230px);
  }
  .sc11__row .wrap .row-item .row2 .h3 {
    height: 21px;
    margin-bottom: 8px;
  }
  .sc11__row .wrap .row-item .row2 .descr {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc11 {
    margin-top: 16px;
  }
  .sc11__row {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sc11__row .wrap {
    width: 343px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc11__row .wrap .row-item {
    width: 100%;
  }
  .sc11__row .wrap .row-item:not(:first-child) .row1::before {
    content: url(../img/sc11/mob-r_arr.svg);
    -webkit-transform: translate(213px, -230px);
            transform: translate(213px, -230px);
  }
  .sc11__row .wrap .row-item .row2 .h3 {
    height: 21px;
    margin-bottom: 8px;
  }
  .sc11__row .wrap .row-item .row2 .descr {
    margin-top: 4px;
  }
  .sc11__row .wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sc12 {
  margin-top: 90px;
}
.sc12__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.sc12__row1-col1 {
  width: 50%;
  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;
}
.sc12__row1-col1 h2 {
  text-align: center;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.sc12__row1-col1 .descr {
  margin-top: 16px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.sc12__row1-col1 .descr a {
  color: #00BFA5;
  text-decoration: underline;
}
.sc12__row1-col1 .descr p {
  font-weight: 500;
}
.sc12__row1-col1 .descr span {
  font-weight: 600;
  color: #00BFA5;
}
.sc12__row1-col1 .descr b {
  font-weight: 600;
}
.sc12__row1-col2 {
  width: 49%;
}
.sc12__row1-col2 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.sc12__row1-col2 .swiper-pagination-bullet-active {
  background: #00BFA5;
}
.sc12__row1-col2 .swiper2 {
  border-radius: 16px;
  overflow: hidden;
}
.sc12__row1-col2 .swiper2 .swiper-slide {
  width: 100%;
  height: 340px;
}
.sc12__row1-col2 .swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.sc12__row1-col2 .swiper2 .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url("../img/sc12/arr-l.svg");
}
.sc12__row1-col2 .swiper2 .swiper-button-prev::after {
  display: none;
}
.sc12__row1-col2 .swiper2 .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url("../img/sc12/arr-r.svg");
}
.sc12__row1-col2 .swiper2 .swiper-button-next::after {
  display: none;
}

@media only screen and (max-width: 1279.98px) {
  .sc12 {
    margin-top: 64px;
  }
  .sc12__row {
    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;
    gap: 24px;
  }
  .sc12__row1-col1 {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sc12__row1-col1 .descr {
    width: 100%;
    margin-top: 24px;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .sc12__row1-col1 .descr p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .sc12__row1-col1 .descr .br {
    padding-top: 14px;
  }
  .sc12__row1-col1 .descr span {
    font-weight: 600;
    color: #00BFA5;
  }
  .sc12__row1-col1 .descr b {
    font-weight: 600;
  }
  .sc12__row1-col2 {
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
  .sc12__row1-col2 .swiper-pagination-bullet-active {
    background: #00BFA5;
  }
  .sc12__row1-col2 .swiper2 {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  .sc12__row1-col2 .swiper2 .swiper-slide {
    height: auto;
  }
  .sc12__row1-col2 .swiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
  .sc12__row1-col2 .swiper2 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: url("../img/sc12/arr-l.svg");
  }
  .sc12__row1-col2 .swiper2 .swiper-button-prev::after {
    display: none;
  }
  .sc12__row1-col2 .swiper2 .swiper-button-next {
    width: 40px;
    height: 40px;
    background: url("../img/sc12/arr-r.svg");
  }
  .sc12__row1-col2 .swiper2 .swiper-button-next::after {
    display: none;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc12 {
    margin-top: 40px;
  }
  .sc12__row1-col1 h2 {
    width: 100%;
  }
  .sc12__row1-col1 .descr {
    font-size: 14px;
  }
  .sc12__row1-col1 .descr p {
    font-size: 14px;
  }
}
.sc13 {
  margin-top: 90px;
}
.sc13__row {
  margin-top: 40px;
  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;
}
.sc13__row .swiper3 {
  width: 100%;
  padding: 0;
  padding-bottom: 24px;
}
.sc13__row .swiper3 .swiper-wrapper {
  align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sc13__row .swiper3 .swiper-slide {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.sc13__row .swiper3 .swiper-slide .card {
  position: relative;
  width: 100%;
  min-height: 408px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 0px 16px;
  gap: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
  overflow: hidden;
}
.sc13__row .swiper3 .swiper-slide .card .img-wrap {
  position: relative;
  width: 100%;
  height: 165px;
  /* фиксируем высоту */
  overflow: hidden;
}
.sc13__row .swiper3 .swiper-slide .card .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sc13__row .swiper3 .swiper-slide .card p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.sc13__row .swiper3 .swiper-slide .card p > img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.sc13__row .swiper3 .swiper-slide .card hr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  border: none;
  height: 1px;
  background-color: #00C2A8;
}
.sc13__row .swiper3 .swiper-slide .card .r1 {
  font-size: 16px;
  line-height: 19px;
}
.sc13__row .swiper3 .swiper-slide .card .r2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.sc13__row .btn {
  margin-top: 16px;
  width: auto;
}

@media only screen and (max-width: 1279.98px) {
  .sc13__row .btn {
    margin-top: 8px;
    width: auto;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc13__row .btn span {
    font-size: 15px;
  }
}
.sc14 {
  margin-top: 90px;
}
.sc14__row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 16px;
  gap: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
}
.sc14__row .col1 {
  width: 435px;
  border-radius: 16px;
  overflow: hidden;
}
.sc14__row .col1 img {
  width: auto;
  height: 291px;
}
.sc14__row .col2 .wrap p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212121;
}
.sc14__row .col2 .wrap ul {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 30px;
  list-style: none;
}
.sc14__row .col2 .wrap ul li {
  position: relative;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.sc14__row .col2 .wrap ul li:not(:first-child) {
  margin-top: 8px;
}
.sc14__row .col2 .wrap ul li::before {
  position: absolute;
  top: 8px;
  left: -20px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00BFA5;
  border-radius: 50%;
}
.sc14__row .col2 .wrap .btn {
  margin-top: 24px;
  width: 187px;
  height: auto;
}
.sc14__row .col2 .wrap .btn span {
  font-size: 14px;
}

@media only screen and (max-width: 1279.98px) {
  .sc14 {
    margin-top: 80px;
  }
  .sc14__row {
    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;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .sc14__row .col1 {
    width: 436px;
  }
  .sc14__row .col2 {
    width: 436px;
  }
  .sc14__row .col2 .wrap {
    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;
  }
  .sc14__row .col2 .wrap .btn {
    width: 324px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc14 {
    margin-top: 40px;
  }
  .sc14__row {
    margin-top: 24px;
  }
  .sc14__row .col1 {
    width: 100%;
  }
  .sc14__row .col2 {
    width: 100%;
  }
  .sc14__row .col2 .wrap .btn {
    width: 100%;
  }
}
.sc15 {
  margin-top: 90px;
}
.sc15__row {
  margin-top: 40px;
}
.sc15__row .swiper4 {
  padding-bottom: 40px;
}
.sc15__row .swiper4 .swiper-slide {
  width: 268px;
  height: 354px;
  padding: 24px 17px 24px 24px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border: 1px solid #00BFA5;
  border-radius: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sc15__row .swiper4 .swiper-slide .numb {
  font-weight: 600;
  font-size: 70px;
  line-height: 100%;
  color: #00BFA5;
}
.sc15__row .swiper4 .swiper-slide .title {
  margin-top: 38px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #212121;
}
.sc15__row .swiper4 .swiper-slide .desc {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #212121;
}
.sc15__row .swiper4 .swiper-slide:hover {
  background: #00BFA5;
}
.sc15__row .swiper4 .swiper-slide:hover .numb, .sc15__row .swiper4 .swiper-slide:hover .title, .sc15__row .swiper4 .swiper-slide:hover .desc {
  color: #FFFFFF;
}
.sc15__row .swiper-scrollbar {
  margin-top: 32px;
  background: none;
}
.sc15__row .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00BFA5;
}
.sc15__row .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1279.98px) {
  .sc15__row .swiper4 .swiper-slide:hover {
    background: #fff;
  }
  .sc15__row .swiper4 .swiper-slide:hover .numb {
    color: #00BFA5;
  }
  .sc15__row .swiper4 .swiper-slide:hover .title,
  .sc15__row .swiper4 .swiper-slide:hover .desc {
    color: #212121;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc15__row {
    margin-top: 24px;
  }
  .sc15__row .swiper4 {
    padding-bottom: 24px;
  }
}
.sc16 {
  margin-top: 90px;
}
.sc16__row {
  margin-top: 40px;
}
.sc16 .acc {
  --paddingBodyTextTopBottom: 24px;
  margin-top: 40px;
  background: #fff;
  border-radius: 16px;
}
.sc16 .acc .acc__item .acc__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  border-bottom: none;
  cursor: pointer;
}
.sc16 .acc .acc__item .acc__item-head .acc__item-number {
  position: relative;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 27px;
  line-height: 30px;
  color: #00BFA5;
  background: #fff;
  border-radius: 50%;
}
.sc16 .acc .acc__item .acc__item-head .acc__item-number::before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 4px;
  height: 20px;
  background: #00BFA5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sc16 .acc .acc__item .acc__item-head .acc__item-number::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 4px;
  height: 20px;
  background: #00BFA5;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sc16 .acc .acc__item .acc__item-head .acc__item-title {
  margin-left: 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.sc16 .acc .acc__item .acc__item-head .acc__item-toggle {
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.sc16 .acc .acc__item .acc__item-head .acc__item-toggle:hover img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.sc16 .acc .acc__item .acc__item-head .acc__item-toggle .acc-open {
  display: none;
  width: 40px;
  height: 40px;
}
.sc16 .acc .acc__item .acc__item-head .acc__item-toggle .acc-close {
  display: block;
  width: 40px;
  height: 40px;
}
.sc16 .acc .acc__item .acc__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 24px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sc16 .acc .acc__item .acc__item-body .acc__item-body-text {
  width: 100%;
  max-width: 660px;
  margin-left: 22px;
  padding: var(--paddingBodyTextTopBottom) 32px;
  padding-left: 52px;
  padding-top: 8px;
}
.sc16 .acc .acc__item .acc__item-body .acc__item-body-text p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 150%;
}
.sc16 .acc .acc__item .acc__item-body .acc__item-body-text ul {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
}
.sc16 .acc .acc__item .acc__item-body .acc__item-body-text ul li {
  position: relative;
  font-size: 14px;
  line-height: 150%;
}
.sc16 .acc .acc__item .acc__item-body .acc__item-body-text ul li:not(:first-child) {
  margin-top: 8px;
}
.sc16 .acc .acc__item .acc__item-body .acc__item-body-text ul li::before {
  position: absolute;
  top: 8px;
  left: -20px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00BFA5;
  border-radius: 50%;
}
.sc16 .acc .acc__item .acc__item-body .acc__item-body-text ul {
  list-style-type: none;
}
.sc16 .acc .acc__item:first-child .acc__item-head .acc__item-number::before {
  display: none;
}
.sc16 .acc .acc__item:last-child .acc__item-head .acc__item-number::after {
  display: none;
}
.sc16 .acc .acc__item:last-child .acc__item-body .acc__item-body-text {
  border-left: 4px solid transparent;
}
.sc16 .acc .acc__item.item-close .acc__item-head .acc__item-toggle .acc-open {
  display: block;
}
.sc16 .acc .acc__item.item-close .acc__item-head .acc__item-toggle .acc-close {
  display: none;
}
.sc16 .acc .acc__item.item-close .acc__item-body {
  height: 0;
}
@media only screen and (max-width: 743.98px) {
  .sc16 {
    margin-top: 40px;
  }
  .sc16__row {
    margin-top: 24px;
  }
  .sc16 .acc {
    margin-top: 0;
  }
  .sc16 .acc .acc__item .acc__item-head {
    padding: 16px;
  }
  .sc16 .acc .acc__item .acc__item-head .acc__item-title {
    margin-left: 0;
    font-size: 16px;
  }
  .sc16 .acc .acc__item .acc__item-head .acc__item-number {
    margin-right: 16px;
    width: 25px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 20px;
  }
  .sc16 .acc .acc__item .acc__item-body .acc__item-body-text {
    margin-left: 32px;
    padding-left: 0;
  }
  .sc16 .acc .acc__item .acc__item-body .acc__item-body-text p:first-child {
    margin-top: 0px;
  }
}
.sc17 {
  margin-top: 100px;
}
.sc17 h2 span {
  margin-right: 8px;
  width: 54px;
  height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00BFA5;
  border-radius: 50%;
}
.sc17 h2 span img {
  width: 32px;
  height: 32px;
}
.sc17__row {
  margin-top: 29px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc17__row .wrap {
  width: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
}
.sc17__row .wrap .wrap-inner {
  width: 647px;
  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;
  gap: 12px;
}
.sc17__row .wrap .wrap-inner .quote {
  padding: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  border-left: 2px solid #00BFA5;
}
.sc17__row .wrap .wrap-inner p {
  margin-top: 8px;
  font-size: 18px;
  line-height: 150%;
}
.sc17__row .wrap .wrap-inner ul {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
  list-style: none;
}
.sc17__row .wrap .wrap-inner ul li {
  position: relative;
  font-size: 16px;
  line-height: 150%;
}
.sc17__row .wrap .wrap-inner ul li:not(:first-child) {
  margin-top: 8px;
}
.sc17__row .wrap .wrap-inner ul li::before {
  position: absolute;
  top: 8px;
  left: -20px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00BFA5;
  border-radius: 50%;
}

@media only screen and (max-width: 1279.98px) {
  .sc17 {
    margin-top: 80px;
  }
  .sc17__row .wrap {
    width: 664px;
    padding: 24px 43px;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc17 {
    margin-top: 40px;
  }
  .sc17__row .wrap {
    width: 100%;
    padding: 24px 16px;
  }
  .sc17__row .wrap .wrap-inner p {
    font-size: 18px;
    line-height: 120%;
  }
}
.sc18 {
  margin-top: 90px;
}
.sc18__row {
  position: relative;
  margin: 0 auto;
  width: 930px;
  height: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  padding-right: 0;
  background: #fff url(../img/sc18/backgr.png) no-repeat 100% 100%;
  background-size: contain;
  -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
          box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
  border-radius: 16px;
}
.sc18__row .col1 {
  width: 485px;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.sc18__row .col1 h2 {
  font-size: 32px;
}
.sc18__row .col1 .descr {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.sc18__row .col1 .btn {
  margin-top: 40px;
  width: 220px;
}
.sc18__row .img {
  height: 265px;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sc18__row .img-mob {
  display: none;
}

@media only screen and (max-width: 1279.98px) {
  .sc18 {
    margin-top: 80px;
  }
  .sc18__row {
    position: relative;
    margin: 0 auto;
    width: 664px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    padding-bottom: 439px;
    background: #fff url(../img/sc18/bkg-tab.png) no-repeat;
    background-size: 600px;
    background-position: -30px 55px;
    -webkit-box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
            box-shadow: 0px 0px 1px rgba(12, 26, 75, 0.24), 0px 3px 8px -1px rgba(50, 50, 71, 0.05);
    border-radius: 16px;
  }
  .sc18__row .col1 {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sc18__row .col1 .btn {
    margin-top: 32px;
    width: 100%;
  }
}
@media only screen and (max-width: 743.98px) {
  .sc18 {
    margin-top: 40px;
  }
  .sc18__row {
    width: 100%;
    padding: 32px 18px;
    padding-bottom: 439px;
    background: #fff url(../img/sc18/bkg-mob.png) no-repeat;
    background-position: bottom;
    background-size: contain;
  }
  .sc18__row .col1 h2 {
    font-size: 24px;
  }
}


/* ─── Compare table top spacing (only on invest-camp landing) ─── */
.wrapper__container .sc-compare {
  margin-top: 80px;
}
@media only screen and (max-width: 1279.98px) {
  .wrapper__container .sc-compare {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 743.98px) {
  .wrapper__container .sc-compare {
    margin-top: 40px;
  }
}
