/* Global styles for Onpeak blocks and pages. */

/* ubuntu-300 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v21-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v21-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v21-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v21-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
  scroll-behavior: smooth;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Ubuntu", Arial, Helvetica, sans-serif !important;
}

body {
  background-color: #fff;
}

/* html :where(.wp-block) {
  max-width: 1400px !important;
} */

.acf-block-preview {
  overflow: hidden;
}

#td-outer-wrap {
  overflow: visible !important;
}

.acf-accordion-title label {
    cursor: pointer !important;
}

.wp-block .acf-fields {
    background-color: #f9f9f9 !important;
}

.acf-label.acf-accordion-title {
    background-color: #f2f2f2 !important;
}


.acf-block-component .acf-block-fields .acf-field-message p {
    font-size: 17px !important;
}


/* STYLES */
/* burger menu */
/* seo banner section */
.seo-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 120px 0 90px;
  background: linear-gradient(146deg, #4697ff 0%, #1bc7e6 100%);
  isolation: isolate;
}

.op-section-bg {
  position: absolute;
  pointer-events: none;
}

.seo-banner__left-bg {
  height: auto;
  width: 33vw;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.seo-banner__right-bg {
  height: auto;
  width: 31vw;
  top: 0;
  right: 0;
  z-index: 2;
}

.seo-banner__crumbs {
  z-index: 4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
}

.seo-banner__crumb {
  display: inline-block;
  vertical-align: middle;
}

.seo-banner__crumb--muted {
  color: rgba(255, 255, 255, 0.5);
}

.seo-banner__separator {
  display: inline-block;
  margin: 0 9px;
  vertical-align: middle;
  color: #ffffff;
}

.seo-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 1114px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
}

.seo-banner__content {
  width: 100%;
}

.seo-banner__title {
  margin: 0 auto;
  max-width: 780px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.0667;
  letter-spacing: -0.04em;
  color: #1d1d1d;
}

.seo-banner__price {
  margin: 20px auto 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #4697ff;
}

.seo-banner__action {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding: 0 48px;
  border-radius: 20px;
  background: #4697ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  transition: background-color 0.2s ease;
  margin-left: auto;
  margin-right: auto;
}

.seo-banner__shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.seo-banner__shape--left {
  top: 120px;
  left: -66px;
  width: 448px;
  height: 826px;
  opacity: 0.95;
}

.seo-banner__shape--left::before,
.seo-banner__shape--left::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.18) 100%);
  filter: blur(2px);
}

.seo-banner__shape--left::before {
  top: 12px;
  left: 10px;
  width: 260px;
  height: 804px;
  transform: rotate(28deg);
}

.seo-banner__shape--left::after {
  top: 116px;
  left: 158px;
  width: 188px;
  height: 608px;
  transform: rotate(28deg);
  opacity: 0.75;
}

.seo-banner__shape--center {
  top: 120px;
  left: 0;
  width: 382px;
  height: 583px;
  opacity: 0.9;
}

.seo-banner__shape--center::before,
.seo-banner__shape--center::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.14) 100%);
}

.seo-banner__shape--center::before {
  top: 0;
  left: 76px;
  width: 138px;
  height: 583px;
  transform: rotate(29deg);
}

.seo-banner__shape--center::after {
  top: 92px;
  left: 182px;
  width: 96px;
  height: 382px;
  transform: rotate(29deg);
  opacity: 0.7;
}

.seo-banner__shape--right {
  top: -85px;
  right: -95px;
  width: 615px;
  height: 826px;
  opacity: 0.98;
}

.seo-banner__shape--right::before,
.seo-banner__shape--right::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.2) 100%);
  transform: rotate(-31deg);
}

.seo-banner__shape--right::before {
  top: 44px;
  right: 130px;
  width: 250px;
  height: 760px;
}

.seo-banner__shape--right::after {
  top: 152px;
  right: 290px;
  width: 168px;
  height: 560px;
  opacity: 0.82;
}

.seo-banner__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}

.seo-banner__glow--left {
  top: 220px;
  left: -140px;
  width: 320px;
  height: 320px;
  background: rgba(255, 255, 255, 0.22);
}

.seo-banner__glow--right {
  top: 90px;
  right: -70px;
  width: 360px;
  height: 360px;
  background: rgba(255, 255, 255, 0.2);
}

.advantages-section__slider {
  display: block;
  margin-top: 20px;
  overflow: visible;
}

.advantages-section__slider .swiper-wrapper {
  align-items: stretch;
}

.advantages-section__slider .swiper-slide {
  width: min(316px, 100vw - 42px);
  height: auto;
}

.advantages-section__slider .advantages-section__card {
  min-height: 100%;
  padding: 32px 24px 24px;
  border-radius: 20px;
  background: rgba(237, 237, 239, 0.5);
  backdrop-filter: blur(5px);
}

.advantages-section__slider .advantages-section__card-title {
  max-width: 196px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.advantages-section__slider .advantages-section__card-text {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
  letter-spacing: -0.02em;
}

.advantages-section__slider .advantages-section__icon-box {
  width: 60px;
  height: 44px;
}

.advantages-ok-bg-mob {
  display: none;
}

.advantages-section__slider {
  display: none;
}

@media (max-width: 1300px) {
  .seo-banner__inner {
    max-width: 90%;
  }
  .seo-banner__title {
    font-size: clamp(28px, 20.816px + 2.245vw, 50px);
  }
  .seo-banner__price {
    font-size: clamp(20px, 13.469px + 2.041vw, 40px);
  }
  .advantages-ok-bg-mob {
    display: flex;
    position: absolute;
    right: -3vw;
    transform: translateY(-50%);
    width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 600px) {
  .seo-banner {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .seo-banner__inner {
    width: calc(100% - 28px);
    max-width: initial;
  }
  .seo-banner__title {
    font-size: 28px;
    max-width: 295px;
  }
  .seo-banner__price {
    margin-top: 14px;
    font-size: 20px;
  }
  .sbr-btn {
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .seo-banner__left-bg {
    width: 62vw;
    bottom: -11vw;
  }
  .seo-banner__right-bg {
    width: 56vw;
    right: -12vw;
  }
}
/* advantages */
.advantages-section {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
}

.advantages-section__title {
  max-width: 692px;
  width: 100%;
  margin: 0;
  font-weight: 500;
  line-height: 1.1819;
  letter-spacing: -0.03em;
  color: #1d1d1d;
  z-index: 2;
  position: relative;
}

.advantages-section__body {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  margin-top: 44px;
}

.advantages-section__column {
  width: 830px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.advantages-section__column--right {
  position: relative;
  margin-top: -300px;
}

.advantages-section__column--right-upper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 360px;
}

.advantages-section__card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 284px;
  padding: 60px 200px 60px 60px;
  border-radius: 20px;
  background: rgba(237, 237, 239, 0.5);
  backdrop-filter: blur(25px);
}

.advantages-section__card-title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2858;
  letter-spacing: -0.02em;
  color: #1d1d1d;
}

.advantages-section__card-text {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4445;
  letter-spacing: -0.02em;
  color: #1d1d1d;
}

.advantages-section__icon-box {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 114px;
  height: 84px;
  border-radius: 20px;
  background: #ffffff;
}

.advantages-section__icon {
  position: absolute;
  top: 20px;
  left: 35px;
  width: 44px;
  height: 44px;
}

.advantages-section__accent {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(40px);
}

.advantages-section__accent--left {
  top: 520px;
  left: -40px;
  width: 220px;
  height: 220px;
  background: rgba(70, 151, 255, 0.14);
}

.advantages-section__accent--right {
  top: 360px;
  right: 60px;
  width: 260px;
  height: 260px;
  background: rgba(27, 199, 230, 0.14);
}

.advantages-ok-bg {
  position: sticky;
  top: 0;
  left: 0;
  transform: translateX(15%);
  max-width: 70%;
}

@media (max-width: 1860px) {
  .advantages-section__card {
    padding: 3.2vw 6vw 3.2vw 3.2vw;
  }
}
@media (max-width: 1600px) {
  .advantages-section__card {
    padding-top: 3.5vw;
    padding-right: 8.5vw;
  }
}
@media (max-width: 1300px) {
  .advantages-section {
    overflow: hidden;
  }
  .advantages-section__body {
    flex-direction: column;
  }
  .advantages-section__column--right {
    margin-top: 0;
  }
  .advantages-section__card {
    padding-right: 10vw;
    padding-top: 50px;
  }
  .advantages-section__column {
    width: 100%;
    max-width: initial;
  }
  .advantages-section__column--right-upper {
    padding-top: 0;
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  .advantages-section__column--right {
    top: 0;
  }
  .advantages-ok-bg {
    display: none;
  }
  .advantages-section__title {
    max-width: 560px;
  }
}
@media (max-width: 1000px) {
  .advantages-section__column {
    width: 100%;
  }
  .advantages-section__icon-box {
    aspect-ratio: 114/84;
    height: auto;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .advantages-section__icon {
    width: auto;
    height: auto;
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  .advantages-section__card {
    padding-top: 70px;
    padding-left: 30px;
    padding-bottom: 64px;
  }
}
@media (max-width: 800px) {
  .advantages-ok-bg-mob {
    display: flex;
    position: absolute;
    right: -5vw;
    transform: translateY(-50%);
    width: 62%;
    max-width: 250px;
  }
  .advantages-section__title {
    max-width: 310px;
  }
}
@media (max-width: 600px) {
  .advantages-section {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .advantages-section__title {
    max-width: 230px;
  }
  .advantages-section__slider .advantages-section__card-title {
    max-width: initial;
    padding-right: 15vw;
  }
  .advantages-section__body {
    display: none;
  }
  .advantages-section__slider {
    display: flex;
    position: relative;
    left: 0;
    width: calc(100% + 15px);
    padding-right: 15px !important;
    overflow: visible !important;
  }
  .advantages-section-top {
    display: flex;
    position: relative;
  }
  .advantages-section__title {
    flex-shrink: 0;
    max-width: 190px;
  }
  .advantages-ok-bg-mob {
    top: 65%;
    width: 58%;
  }
  .advantages-section__icon {
    max-width: 45%;
  }
  .advantages-section__icon-box {
    border-radius: 10px;
  }
}
@media (max-width: 340px) {
  .advantages-ok-bg-mob {
    right: -11vw;
    top: 75%;
  }
}
/* price section */
.price-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #f0f1f3;
}

.price-section__wrap {
  width: 100%;
  margin: 0 auto;
}

.price-section__box {
  padding: 0;
  border-radius: 20px;
}

.price-section__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.price-section__intro {
  width: 50%;
}

.price-section__title {
  margin: 0 0 44px;
  color: #1d1d1d;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.price-section__text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 660px;
}

.price-section__desc {
  margin: 0;
  color: #535353;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4545454545;
  letter-spacing: -0.02em;
}

.price-section__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 50%;
}

.price-section__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: calc((100% - 20px) / 2);
  min-height: 252px;
  padding: 48px;
  border-radius: 20px;
}

.price-section__card--light {
  background: #ffffff;
  border: 1px solid #efefef;
}

.price-section__card--dark {
  background: #1d1d1d;
}

.price-section__card-text {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: -0.02em;
}

.price-section__card-price {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
}

.price-section__card--light .price-section__card-text,
.price-section__card--light .price-section__card-price {
  color: #1d1d1d;
}

.price-section__card--dark .price-section__card-text,
.price-section__card--dark .price-section__card-price {
  color: #ffffff;
}

.price-section__cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  min-height: 192px;
  padding: 40px 48px 40px 60px;
  border-radius: 20px;
  background: linear-gradient(146deg, #4697ff 0%, #1bc7e6 100%);
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.price-section__cta::before,
.price-section__cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.price-section__cta::before {
  top: -120px;
  left: 760px;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 72%);
}

.price-section__cta::after {
  top: -210px;
  right: -120px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 68%);
}

.price-section__cta-text {
  position: relative;
  z-index: 1;
  width: 853px;
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4545454545;
  letter-spacing: -0.02em;
}

.price-section__cta-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0 48px;
  height: 66px;
  border-radius: 20px;
  background: #ffffff;
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  text-transform: lowercase;
}

.price-section__bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (max-width: 1860px) {
  .price-section__card {
    padding: 30px;
  }
  .price-section__title {
    font-size: clamp(30px, -2.5px + 2.5vw, 44px);
  }
  .price-section__desc,
  .price-section__cta-text,
  .price-section__cta-link {
    font-size: clamp(18px, 8.71px + 0.71vw, 22px);
  }
  .price-section__cta {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1300px) {
  .price-section__top {
    flex-direction: column;
    row-gap: 30px;
  }
  .price-section__intro,
  .price-section__list {
    width: 100%;
  }
  .price-section__top {
    margin-bottom: 20px;
  }
  .price-section__cta {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 35px;
  }
  .price-section__cta-text {
    width: 100%;
  }
  .price-section__list {
    flex-direction: column;
    row-gap: 20px;
  }
  .price-section__card {
    width: 100%;
    min-height: 200px;
  }
}
@media (max-width: 600px) {
  .price-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .price-section__title {
    margin-bottom: 20px;
  }
  .price-section__desc,
  .price-section__card-text {
    font-size: 16px;
  }
  .price-section__cta-text,
  .price-section__cta-link {
    font-size: 14px;
  }
  .price-section__card {
    padding: 24px;
    border-radius: 20px;
    min-height: auto;
    row-gap: 8px;
    background-color: #1D1D1D;
  }
  .price-section__card .price-section__card-text,
  .price-section__card .price-section__card-price {
    color: #fff;
  }
  .price-section__list {
    row-gap: 8px;
  }
  .price-section__cta-link {
    color: #4697FF;
  }
  .price-section__card-price {
    font-size: 16px;
  }
  .price-section__cta {
    row-gap: 16px;
  }
}
/* when section */
.when-section {
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 150px;
  background: #ffffff;
  position: relative;
}

.when-section__container {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.when-section__title {
  margin: 0 0 44px;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1818181818;
  letter-spacing: -0.03em;
}

.when-section__cards {
  position: relative;
  width: 100%;
  max-width: 1680px;
}

.when-section__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.when-section__row--top {
  margin-bottom: 20px;
}

.when-section__row--top .when-section__card {
  width: 100%;
  max-width: 546.67px;
}

.when-section__row--bottom .when-section__card {
  width: 100%;
  max-width: 830px;
}

.when-section__card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 340px;
  padding: 60px;
  border-radius: 20px;
  backdrop-filter: blur(40px);
  width: calc(33.33% - 13.33px);
}

.when-section__card--light {
  background: #f0f1f3;
}

.when-section__card--dark {
  background: #1d1d1d;
}

.when-section__card--accent {
  background: linear-gradient(146deg, #4697ff 0%, #1bc7e6 100%);
}

.when-section__card-title {
  width: 100%;
  max-width: 358px;
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
}

.when-section__card-text {
  width: 100%;
  max-width: 311px;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: -0.02em;
}

.when-section__card--light .when-section__card-title,
.when-section__card--light .when-section__card-text {
  color: #1d1d1d;
}

.when-section__card--dark .when-section__card-title,
.when-section__card--dark .when-section__card-text,
.when-section__card--accent .when-section__card-title,
.when-section__card--accent .when-section__card-text {
  color: #ffffff;
}

.when-section__arrow {
  position: absolute;
  right: -20px;
  bottom: -240px;
  z-index: 1;
  width: 100%;
  max-width: 642px;
  height: 666px;
  pointer-events: none;
}

.when-section__arrow::before,
.when-section__arrow::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.when-section__arrow::before {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 642px;
  height: 642px;
  border: 92px solid #1bc7e6;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(18deg);
}

.when-section__arrow::after {
  right: 36px;
  bottom: 64px;
  width: 0;
  height: 0;
  border-top: 72px solid transparent;
  border-bottom: 72px solid transparent;
  border-left: 126px solid #1bc7e6;
  transform: rotate(18deg);
}

.when-section__arrow {
  position: absolute;
  bottom: 0;
  right: 10vw;
  width: 40vw;
  height: auto;
  aspect-ratio: 642/452;
}

@media (max-width: 1860px) {
  .when-section__card {
    padding: 3vw;
  }
  .when-section__card-title {
    font-size: clamp(24px, 14.71px + 0.71vw, 28px);
  }
}
@media (max-width: 1300px) {
  .when-section__card {
    min-height: 300px;
  }
}
@media (max-width: 1100px) {
  .when-section__card {
    width: calc(50% - 10px);
  }
  .when-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (max-width: 900px) {
  .when-section__arrow {
    bottom: initial;
    top: 5vw;
    width: 50vw;
  }
  .when-section__title {
    max-width: 500px;
  }
  .when-section__row {
    gap: 8px;
  }
  .when-section__card {
    padding: 24px;
  }
}
@media (max-width: 750px) {
  .when-section__card {
    width: 100%;
    min-height: 160px;
  }
  .when-section__card-text,
  .when-section__card-title {
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .when-section__card-title {
    font-size: 16px;
  }
  .when-section__card-text {
    font-size: 14px;
  }
  .when-section__card {
    min-height: 100px;
  }
  .when-section__title {
    margin-bottom: 20px;
    max-width: 230px;
  }
  .when-section__arrow {
    width: 40vw;
  }
  .when-section__card {
    row-gap: 8px;
  }
}
@media (max-width: 400px) {
  .when-section__arrow {
    top: 12vw;
  }
}
@media (max-width: 320px) {
  .when-section__arrow {
    top: 16vw;
  }
}
/* po-sp section */
.po-sp-section {
  padding: 150px 0;
  background: linear-gradient(146deg, #4697ff 0%, #1bc7e6 100%);
}

.po-sp-section__inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.po-sp-section__intro {
  width: 100%;
  max-width: 559px;
  padding-top: 0;
  display: flex;
}

.po-sp-section__sticky {
  position: sticky;
  top: 150px;
  left: 0;
  height: -moz-max-content;
  height: max-content;
}

.po-sp-section__title {
  margin: 0 0 44px;
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
  max-width: 500px;
}

.po-sp-section__text {
  width: 100%;
  max-width: 547px;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.02em;
  max-width: 520px;
}

.po-sp-section__cards {
  width: 100%;
  max-width: 830px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.po-sp-section__card {
  width: 100%;
  padding: 48px 60px;
  border-radius: 20px;
  background: rgba(37, 117, 220, 0.5);
  backdrop-filter: blur(40px);
}

.po-sp-section__card-title {
  margin: 0 0 40px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: -0.02em;
}

.po-sp-section__card-content {
  width: 100%;
  display: flex;
  gap: 24px;
}

.po-sp-section__group {
  width: 100%;
}

.po-sp-section__group-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.02em;
}

.po-sp-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.po-sp-section__item {
  position: relative;
  padding-left: 19px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.02em;
}

.po-sp-section__item + .po-sp-section__item {
  margin-top: 6px;
}

.po-sp-section__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04468 6.80347L0 0L3.4899 6.80347L0 13.6069L6.04468 6.80347Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.po-sp-section__action {
  width: 100%;
  margin-top: 40px;
  padding: 24px 40px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.po-sp-section__price {
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: -0.02em;
}

.po-sp-section__btn.sbr-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  white-space: nowrap;
  min-height: 56px;
  color: #4697ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.po-sp-section__btn.sbr-btn:hover {
  background: #fff;
  color: #4697ff;
}

.po-sp-section__card--small .po-sp-section__card-content {
  width: 100%;
  max-width: 340px;
}

@media (max-width: 1600px) {
  .po-sp-section__action {
    padding: 12px 30px;
  }
}
@media (max-width: 1500px) {
  .po-sp-section__price {
    font-size: 22px;
  }
  .po-sp-section__card {
    padding: 40px;
  }
}
@media (max-width: 1300px) {
  .po-sp-section__text {
    font-size: 18px;
  }
  body .po-sp-section__title {
    font-size: 34px;
  }
  .po-sp-section__btn.sbr-btn {
    padding: 0px 10px;
  }
}
@media (max-width: 1150px) {
  .po-sp-section__price,
  .po-sp-section__btn.sbr-btn {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .po-sp-section__inner {
    flex-direction: column;
  }
  .po-sp-section__intro,
  .po-sp-section__cards {
    width: 100%;
  }
  .po-sp-section__title {
    max-width: 560px;
    margin-bottom: 20px;
  }
  .po-sp-section__card-title {
    font-size: 22px;
  }
  .po-sp-section__group-title,
  .po-sp-section__item {
    font-size: 16px;
  }
  .po-sp-section__action {
    border-radius: 10px;
  }
  .po-sp-section__btn.sbr-btn {
    min-height: initial;
    height: 45px;
    font-size: 20px;
  }
  .po-sp-section__price {
    font-size: 20px;
  }
  .po-sp-section__card {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  body .po-sp-section__title {
    font-size: 20px;
  }
  .po-sp-section__text {
    font-size: 16px;
  }
  .po-sp-section__text br {
    display: none;
  }
  .po-sp-section__inner {
    row-gap: 32px;
  }
  .po-sp-section__card {
    padding: 24px;
    border-radius: 20px;
  }
  .po-sp-section__card-title {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .po-sp-section__group-title, .po-sp-section__item {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .po-sp-section__action {
    margin-top: 14px;
  }
  .po-sp-section__action {
    height: 48px;
    padding-left: 24px;
    padding-right: 12px;
  }
  .po-sp-section__price,
  .po-sp-section__btn.sbr-btn {
    font-size: 16px;
  }
  .po-sp-section__cards {
    row-gap: 8px;
  }
  .po-sp-section__item + .po-sp-section__item {
    margin-top: 2px;
  }
  .po-sp-section__item::before {
    top: 5px;
    aspect-ratio: 7/14;
    width: 6px;
    height: auto;
  }
}
@media (max-width: 450px) {
  .po-sp-section__card-content {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 400px) {
  .po-sp-section__price,
  .po-sp-section__btn.sbr-btn {
    font-size: 14px;
  }
}
/* po rp section */
.po-rp-section {
  padding: 150px 0;
}

.po-rp-section__inner {
  position: relative;
  width: 100%;
  max-width: 1680px;
  min-height: 676px;
  margin: 0 auto;
  padding: 150px 142px;
  border-radius: 20px;
  background: #f0f1f3;
  overflow: hidden;
}

.po-rp-section__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 688px;
}

.po-rp-section__title {
  margin: 0 0 44px;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.po-rp-section__text {
  width: 100%;
  max-width: 547px;
  margin: 0 0 44px;
  color: #535353;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.po-rp-section__btn.sbr-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  white-space: nowrap;
  height: 66px;
  border-radius: 20px;
  background: #4697ff;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.po-rp-section__media {
  position: absolute;
  right: 33px;
  bottom: -1vw;
  width: 100%;
  max-width: 938px;
  width: 100%;
  aspect-ratio: 939/531;
  height: auto;
  overflow: hidden;
}

.po-rp-section__layer {
  position: absolute;
  bottom: 0;
  border-radius: 25.534px 25.534px 0 0;
}

.po-rp-section__layer--back {
  left: 0;
  width: 100%;
  max-width: 655px;
  height: 407px;
  background: rgba(255, 255, 255, 0.2);
}

.po-rp-section__layer--middle {
  left: 47px;
  width: 100%;
  max-width: 764px;
  height: 474px;
  background: rgba(255, 255, 255, 0.5);
}

.po-rp-section__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.po-rp-section__title {
  max-width: 550px;
}

@media (max-width: 1860px) {
  .po-rp-section__inner {
    padding: 9vw 6vw;
    min-height: initial;
    aspect-ratio: 1680/676;
  }
  .po-rp-section__media {
    max-width: 52vw;
    bottom: -1vw;
  }
  .po-rp-section__title.op-section-title {
    font-size: clamp(30px, 2.143px + 2.143vw, 42px);
    margin-bottom: 3vw;
  }
  .po-rp-section__text {
    font-size: clamp(17px, 10.036px + 0.536vw, 20px);
    max-width: 478px;
  }
}
@media (max-width: 1500px) {
  .po-rp-section__inner {
    min-height: 550px;
  }
}
@media (max-width: 1300px) {
  .po-rp-section__inner {
    display: flex;
    flex-direction: column;
    min-height: initial;
    aspect-ratio: initial;
    padding-top: 70px;
    padding-bottom: 0;
    row-gap: 60px;
  }
  .po-rp-section__media {
    position: relative;
    top: initial;
    bottom: -1vw;
    left: initial;
    right: initial;
    transform: initial;
    max-width: initial;
    width: 100%;
  }
  .po-rp-section__title.op-section-title {
    font-size: 30px;
  }
  .po-rp-section__text {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .po-rp-section__inner {
    padding: 32px;
    padding-bottom: 40px;
    row-gap: 32px;
  }
  .po-rp-section__title.op-section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .po-rp-section__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .po-rp-section__btn.sbr-btn {
    height: 44px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 10px;
    font-size: 14px;
  }
  .po-rp-section__image--desc {
    display: none;
  }
  .po-rp-section__media {
    border-radius: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    width: calc(100% + 24px);
  }
  .po-rp-section__image--mob {
    display: flex;
  }
}
.seo-steps-section {
  overflow: hidden;
  padding: 150px 0;
  background: #f0f1f3;
}

.seo-steps-section__container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 120px;
}

.seo-steps-section__decor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 202px;
  width: 100%;
  max-width: 679px;
  height: 679px;
  border-radius: 50%;
  pointer-events: none;
}

.seo-steps-section__inner {
  position: relative;
  z-index: 1;
}

.seo-steps-section__title {
  margin: 0 0 40px;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1818181818;
  letter-spacing: -0.03em;
}

.seo-steps-section__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  max-width: 1680px;
}

.seo-steps-section__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(14.28% - 17.14px);
  height: auto;
  aspect-ratio: 223/284;
  padding: 40px 24px;
  border-radius: 20px;
  background: #ffffff;
}

.seo-steps-section__number {
  color: #4697ff;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.seo-steps-section__text {
  margin: 0;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: -0.02em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.seo-steps-section__slider {
  display: none;
  width: 100%;
  overflow: visible;
}

.seo-steps-section__slide {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  gap: 20px;
  width: 100%;
  aspect-ratio: 266/246;
  padding: 32px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
}

.seo-steps-section__slide-number {
  color: #4697ff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.seo-steps-section__slide-text {
  margin: 0;
  color: #535353;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: -0.02em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.seo-steps-section__slider {
  display: none;
}

@media (max-width: 1860px) {
  .seo-steps-section__item {
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1700px) {
  .seo-steps-section__number {
    font-size: 65px;
  }
  .seo-steps-section__text {
    font-size: 17px;
  }
  .seo-steps-section__list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .seo-steps-section__item {
    width: calc(14.28% - 8.6px);
  }
  .seo-steps-section__decor {
    aspect-ratio: 1/1;
    height: auto;
    max-width: 40vw;
    right: 6vw;
  }
}
@media (max-width: 1350px) {
  .seo-steps-section__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-wrap: wrap;
  }
  .seo-steps-section__item {
    width: calc(25% - 15px);
    aspect-ratio: 223/180;
    padding: 24px;
  }
}
@media (max-width: 1000px) {
  .seo-steps-section__item {
    width: calc(33.33% - 5.33px);
  }
  .seo-steps-section__decor {
    top: 85%;
    max-width: 55vw;
  }
  .seo-steps-section__list {
    gap: 8px;
  }
  .seo-steps-section__number {
    font-size: 55px;
  }
}
@media (max-width: 600px) {
  .seo-steps-section__title {
    margin-bottom: 20px;
  }
  .seo-steps-section__item {
    width: calc(50% - 4px);
    aspect-ratio: 169/155;
    min-height: initial;
    gap: 14px;
  }
  .seo-steps-section__number {
    font-size: 38px;
  }
  .seo-steps-section__text {
    font-size: 18px;
  }
  .seo-steps-section__decor {
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    bottom: initial;
    max-width: initial;
    width: 90%;
  }
  .seo-steps-section__slider {
    display: flex;
  }
  .how-work-section__decor {
    display: none;
  }
}
@media (max-width: 500px) {
  .seo-steps-section__number {
    font-size: 28px;
  }
  .seo-steps-section__text {
    font-size: 14px;
  }
}
.traffic-promotion-section {
  padding: 150px 0;
}

.traffic-promotion-section__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 120px;
}

.traffic-promotion-section__title {
  margin: 0;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1818181818;
  letter-spacing: -0.03em;
}

.traffic-promotion-section__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1680px;
}

.traffic-promotion-section__editor {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.traffic-promotion-section__editor > * {
  margin: 0;
}

.traffic-promotion-section__editor h2,
.traffic-promotion-section__editor .op-section-title {
  width: 100%;
  max-width: 1570px;
}

.traffic-promotion-section__editor h3,
.traffic-promotion-section__editor h4,
.traffic-promotion-section__editor h5,
.traffic-promotion-section__editor h6 {
  width: 100%;
  max-width: 688px;
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__editor p,
.traffic-promotion-section__editor li {
  margin: 0;
  color: #535353;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4545454545;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__editor ul,
.traffic-promotion-section__editor ol {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding-left: 24px;
}

.traffic-promotion-section__text-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.traffic-promotion-section__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.traffic-promotion-section__features-title {
  width: 100%;
  max-width: 688px;
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.traffic-promotion-section__text {
  margin: 0;
  color: #535353;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4545454545;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__audience {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 150px;
}

.traffic-promotion-section__cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: 1680px;
  margin-top: 52px;
}

.traffic-promotion-section__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  max-width: calc((100% - 40px) / 3);
  min-height: 340px;
  padding: 60px;
  border-radius: 20px;
  backdrop-filter: blur(40px);
}

.traffic-promotion-section__card--dark {
  background: #1d1d1d;
}

.traffic-promotion-section__card--light {
  background: #f0f1f3;
}

.traffic-promotion-section__card--accent {
  background: linear-gradient(146deg, #4697ff 0%, #1bc7e6 100%);
}

.traffic-promotion-section__card-title {
  width: 100%;
  max-width: 358px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__card-text {
  width: 100%;
  max-width: 311px;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4444444444;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__card--dark .traffic-promotion-section__card-title,
.traffic-promotion-section__card--dark .traffic-promotion-section__card-text,
.traffic-promotion-section__card--accent .traffic-promotion-section__card-title,
.traffic-promotion-section__card--accent .traffic-promotion-section__card-text {
  color: #ffffff;
}

.traffic-promotion-section__card--light .traffic-promotion-section__card-title {
  color: #1d1d1d;
}

.traffic-promotion-section__card--light .traffic-promotion-section__card-text {
  color: #535353;
}

.traffic-promotion-section__button.sbr-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  padding: 0 30px;
  border-radius: 20px;
  background: #4697ff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 20px;
}

@media (max-width: 1600px) {
  .traffic-promotion-section__card {
    padding: 30px;
  }
  .traffic-promotion-section__audience {
    margin-top: 100px;
  }
  .traffic-promotion-section__editor {
    gap: 35px;
  }
}
@media (max-width: 1300px) {
  .traffic-promotion-section__cards {
    flex-direction: column;
    row-gap: 8px;
  }
  .traffic-promotion-section__card {
    max-width: initial;
    min-height: 260px;
  }
  .traffic-promotion-section__text {
    font-size: 18px;
  }
  .traffic-promotion-section__features-title {
    font-size: 22px;
  }
  .traffic-promotion-section__editor h3,
  .traffic-promotion-section__editor h4,
  .traffic-promotion-section__editor h5,
  .traffic-promotion-section__editor h6,
  .traffic-promotion-section__editor p,
  .traffic-promotion-section__editor li {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .traffic-promotion-section__content,
  .traffic-promotion-section__cards {
    margin-top: 20px;
  }
  .traffic-promotion-section__text {
    font-size: 16px;
  }
  .traffic-promotion-section__features-title {
    font-size: 16px;
  }
  .traffic-promotion-section__editor h3,
  .traffic-promotion-section__editor h4,
  .traffic-promotion-section__editor h5,
  .traffic-promotion-section__editor h6 {
    font-size: 16px;
  }
  .traffic-promotion-section__editor p,
  .traffic-promotion-section__editor li {
    font-size: 16px;
  }
  .traffic-promotion-section__features,
  .traffic-promotion-section__feature-list,
  .traffic-promotion-section__text-block {
    gap: 8px;
  }
  .traffic-promotion-section__editor {
    gap: 20px;
  }
  .traffic-promotion-section__editor ul,
  .traffic-promotion-section__editor ol {
    gap: 8px;
  }
  .traffic-promotion-section__audience {
    margin-top: 60px;
  }
  .traffic-promotion-section__card {
    min-height: initial;
    row-gap: 8px;
    padding: 24px;
  }
  .traffic-promotion-section__card-text {
    font-size: 14px;
  }
  .traffic-promotion-section__card-title {
    font-size: 16px;
  }
  .traffic-promotion-section__button.sbr-btn {
    height: 44px;
    font-size: 14px;
    border-radius: 10px;
  }
}
/* how work section */
.how-work-section {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background: #f0f1f3;
}

.how-work-section__container {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.how-work-section__title.op-section-title {
  margin: 0 0 52px;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.how-work-section__decor {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 840px;
  height: 840px;
  pointer-events: none;
  aspect-ratio: 1/1;
}

.how-work-section__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.how-work-section__slot {
  width: 100%;
  max-width: 405px;
  width: calc(25% - 15px);
  aspect-ratio: 1/1;
  height: auto;
}

.how-work-section__slot--empty {
  visibility: hidden;
}

.how-work-section__item {
  height: 100%;
  width: 100%;
  padding: 60px 60px 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.how-work-section__item-number {
  color: #4697ff;
  font-size: 150px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.how-work-section__item-text {
  margin: 0;
  color: #535353;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.02em;
}

.how-work-section__decor--mob {
  display: none;
}

@media (max-width: 1900px) {
  .how-work-section__item {
    padding: 2.5vw;
    min-height: 280px;
  }
  .how-work-section__item-number {
    font-size: clamp(90px, -35.81px + 9.68vw, 150px);
  }
  .how-work-section__item-text {
    font-size: clamp(14px, 5.61px + 0.65vw, 18px);
  }
}
@media (max-width: 1200px) {
  .how-work-section__list {
    gap: 10px;
  }
  .how-work-section__slot {
    width: calc(33.33% - 6.66px);
    max-width: initial;
  }
  .how-work-section__slot--empty {
    display: none;
  }
  .how-work-section__title.op-section-title {
    margin-bottom: 30px;
  }
  .how-work-section__item {
    min-height: 260px;
  }
  .how-work-section__item-number {
    font-size: 70px;
  }
}
@media (max-width: 800px) {
  .how-work-section__slot {
    width: calc(50% - 5px);
  }
  .how-work-section__slot {
    aspect-ratio: 1/0.5;
    min-height: initial;
  }
}
@media (max-width: 600px) {
  .how-work-section__list {
    display: none;
  }
  .how-work-section__decor--mob {
    display: flex;
    aspect-ratio: 375/400;
    height: auto;
    width: 95%;
    top: 50%;
  }
  .how-work-section__title.op-section-title {
    margin-bottom: 20px;
  }
}
.result-section {
  padding: 150px 0;
  background: linear-gradient(146deg, #4697ff 0%, #1bc7e6 100%);
}

.result-section__sticky {
  position: sticky;
  top: 150px;
  left: 0;
  height: -moz-max-content;
  height: max-content;
}

.result-section__title.op-section-title {
  margin: 0 0 44px;
  color: #ffffff;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.result-section__text {
  width: 100%;
  max-width: 547px;
  margin: 0 0 44px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.result-section__btn {
  border-radius: 20px;
  background: #ffffff;
  color: #4697ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  padding-left: 48px;
  padding-right: 48px;
}

.result-section__card {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 828px;
  margin-bottom: 20px;
  padding: 48px 60px;
  border-radius: 20px;
  background: rgba(37, 117, 220, 0.5);
  backdrop-filter: blur(40px);
}

.result-section__card:last-child {
  margin-bottom: 0;
}

.result-section__card-icon {
  position: relative;
  width: 114px;
  flex-shrink: 0;
  height: 84px;
  margin-right: 40px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-section__card-icon img {
  max-width: 40%;
}

.result-section__card-icon::before {
  top: 20px;
  left: 22px;
  width: 28px;
  height: 28px;
}

.result-section__card-icon::after {
  right: 18px;
  bottom: 18px;
  width: 18px;
  height: 18px;
}

.result-section__card-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

@media (max-width: 1500px) {
  .result-section__card {
    padding: 40px;
  }
  .result-section__card-text {
    font-size: 18px;
  }
  .result-section__card-icon {
    border-radius: 10px;
    margin-right: 25px;
    width: 90px;
    height: 70px;
  }
  .result-section__text {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .result-section__title.op-section-title {
    font-size: 34px;
    margin-bottom: 20px;
    margin-bottom: 30px;
  }
  .result-section__text {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .result-section__text {
    margin-bottom: 20px;
  }
  .result-section__title.op-section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .result-section__text {
    font-size: 16px;
  }
  .result-section__card {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 14px;
    padding: 24px;
    margin-bottom: 8px;
  }
  .result-section__card-icon {
    width: 60px;
    height: 44px;
  }
  .result-section__card-text {
    font-size: 16px;
  }
}
/* team slider section */
.team-slider-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
  overflow: hidden;
}

.team-slider-section__container {
  width: 100%;
  max-width: 1680px;
}

.team-slider-section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 58px;
}

.team-slider-section__title.op-section-title {
  margin: 0;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.team-slider-section__nav {
  display: flex;
  align-items: center;
}

.team-slider-section__arrow {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  width: 100px;
  aspect-ratio: 100/64;
  height: auto;
  margin: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4697ff;
  cursor: pointer;
}

.team-slider-section__arrow::after {
  display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  background: #f0f1f3;
  opacity: 1;
}

.team-slider-section__slider {
  overflow: hidden;
}

.team-slider-section__wrapper {
  align-items: stretch;
}

.team-slider-section__card {
  width: 100%;
  border-radius: 20px;
}

.team-slider-section__image-box {
  width: 100%;
  aspect-ratio: 405/454;
  height: auto;
  background: radial-gradient(circle at 50% 50%, #1bc7e6 0%, rgba(27, 199, 230, 0) 100%), #1d1d1d;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.team-slider-section__image {
  width: 100%;
  height: auto;
}

.team-slider-section__content {
  padding: 40px 60px 40px 40px;
  border-radius: 20px;
  background: #4697ff;
}

.team-slider-section__name {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: -0.02em;
}

.team-slider-section__position {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.sbr-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

.team-slider-section .swiper-button-next svg,
.team-slider-section .swiper-button-prev svg {
  width: auto;
  height: auto;
}

@media (max-width: 1860px) {
  .team-slider-section__content {
    padding: 40px 60px 40px 40px;
    padding: 1.8vw 1.8vw 1.8vw 1.8vw;
  }
  .team-slider-section__name {
    font-size: clamp(20px, 3.23px + 1.29vw, 28px);
  }
  .team-slider-section__position {
    font-size: clamp(14px, 5.61px + 0.65vw, 18px);
  }
}
@media (max-width: 600px) {
  .team-slider-section__slider {
    width: calc(100% + 15px);
    left: 0;
    position: relative;
    padding-right: 15px;
    overflow: visible;
  }
  .team-slider-section__content {
    padding: 24px;
  }
  .team-slider-section__name {
    font-size: 16px;
  }
  .team-slider-section__position {
    font-size: 14px;
  }
  .team-slider-section__content {
    min-height: 170px;
  }
  .team-slider-section__title.op-section-title {
    font-size: 20px;
  }
  .team-slider-section__head {
    margin-bottom: 20px;
  }
  .team-slider-section__nav {
    display: none;
  }
}
.reviews-slider-section__container {
  width: 100%;
  max-width: 1680px;
  padding: 150px 142px 150px;
  background: #f0f1f3;
  border-radius: 20px;
}

.reviews-slider-section__title.op-section-title {
  margin: 0 0 52px;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.reviews-slider-section__slider {
  overflow: hidden;
  margin-bottom: 34px;
}

.reviews-slider-section__wrapper {
  align-items: stretch;
}

.reviews-slider-section__slide {
  width: 100%;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.reviews-slider-section__card {
  width: calc(50% - 10px);
  min-height: 298px;
  padding: 60px;
  background: #ffffff;
  border-radius: 20px;
}

.reviews-slider-section__card-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.reviews-slider-section__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 64px;
  height: 64px;
  margin-right: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: #535353;
  border-radius: 50%;
}

.reviews-slider-section__name {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.02em;
}

.reviews-slider-section__text {
  margin: 0;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.02em;
}

.reviews-slider-section__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.reviews-slider-section__arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 32px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

.reviews-slider-section__arrow::after {
  display: none;
}

.swiper-button-prev.reviews-slider-section__arrow--prev {
  width: 32px;
  height: 6px;
  border-radius: 100px;
  background: #4697FF !important;
}

.swiper-button-next.reviews-slider-section__arrow--next {
  width: 32px;
  height: 6px;
  border-radius: 100px;
  background: #4697FF !important;
}

.reviews-slider-section__progressbar {
  position: relative;
  width: calc(100% - 16px);
  max-width: 1317px;
  height: 6px;
  min-height: 6px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.reviews-slider-section__progressbar .swiper-pagination-progressbar-fill {
  background: #4697ff;
  border-radius: 30px;
}

.sbr-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

@media (max-width: 1600px) {
  .reviews-slider-section__container {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1300px) {
  .reviews-slider-section__card {
    padding: 30px;
  }
  .reviews-slider-section__avatar {
    width: 40px;
    height: 40px;
    font-size: 11px;
    margin-right: 10px;
  }
  .reviews-slider-section__name {
    font-size: 14px;
  }
  .reviews-slider-section__text {
    font-size: 16px;
  }
  .reviews-slider-section__title.op-section-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 1000px) {
  .reviews-slider-section__slide {
    flex-direction: column;
    row-gap: 20px;
  }
  .reviews-slider-section__card {
    width: 100%;
    min-height: 230px;
  }
  .reviews-slider-section__container {
    padding-top: 40px;
    padding-bottom: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 600px) {
  .reviews-slider-section__title.op-section-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .reviews-slider-section__card {
    padding: 24px;
    min-height: 190px;
  }
  .reviews-slider-section__slider {
    margin-bottom: 15px;
  }
  .reviews-slider-section__text {
    font-size: 14px;
  }
  .reviews-slider-section__slide {
    row-gap: 15px;
  }
  .reviews-slider-section__progressbar {
    height: 4px;
    min-height: 4px;
  }
  .swiper-button-next.reviews-slider-section__arrow--next,
  .swiper-button-prev.reviews-slider-section__arrow--prev {
    height: 4px;
  }
}
/* marquee section */
.marquee-section {
  overflow: hidden;
  padding: 0;
  background: transparent;
  margin-top: 80px;
}

.marquee-section__track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-section-move 22s linear infinite;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.marquee-section__group {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
}

.marquee-section__inner {
  overflow: hidden;
  position: relative;
}

.marquee-section__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 2;
  pointer-events: none;
}

.marquee-section__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  z-index: 2;
  pointer-events: none;
}

.marquee-section__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  height: 114px;
  padding: 0 24px;
  background: #ffffff;
  border-radius: 20px;
  flex-shrink: 0;
}

.marquee-section__item--text {
  padding: 0 38px;
}

.marquee-section__logo {
  display: block;
  width: 100%;
  max-width: 202px;
  max-height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}

.marquee-section__text-logo {
  display: block;
  color: #1d1d1d;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.36;
  white-space: nowrap;
}

@keyframes marquee-section-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}
@media (max-width: 1600px) {
  .marquee-section {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .marquee-section__group {
    gap: 10px;
    padding-right: 10px;
  }
  .marquee-section__item {
    width: 100%;
    max-width: 126px;
    height: 60px;
    padding: 0 12px;
    border-radius: 10.53px;
  }
  .marquee-section__item--text {
    padding: 0 16px;
  }
  .marquee-section__logo {
    width: 100%;
    max-width: 106px;
    max-height: 33px;
  }
  .marquee-section__text-logo {
    font-size: 20px;
  }
  .marquee-section {
    margin-top: 25px;
  }
  .marquee-section__inner::before,
  .marquee-section__inner::after {
    display: none;
  }
  .reviews-slider-section__container {
    padding: 32px;
  }
  .marquee-section .op-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* faq section */
.faq-section {
  padding: 150px 0;
}

.faq-section__container {
  width: 100%;
  max-width: 1920px;
}

.faq-section__title.op-section-title {
  margin: 0 0 40px;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.faq-section__accordion {
  width: 100%;
  max-width: 1680px;
}

.accordion__item {
  margin-bottom: 8px;
  border-radius: 20px;
  overflow: hidden;
}

.accordion__item:last-child {
  margin-bottom: 0;
}

.accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 60px;
  border-radius: 20px;
  background: rgba(237, 237, 239, 0.5);
  backdrop-filter: blur(25px);
  cursor: pointer;
}

.accordion__button:hover {
  background: rgb(234, 234, 234);
}

.accordion__button-text {
  width: 100%;
  max-width: 1400px;
  padding-right: 20px;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.02em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.accordion__button-icon {
  position: relative;
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  height: 64px;
  border-radius: 20px;
  background: #4697ff;
}

.accordion__button-icon::before,
.accordion__button-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.accordion__button-icon::after {
  width: 2px;
  height: 20px;
}

.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordion__content {
  padding: 24px 60px;
  border-radius: 20px;
  background: #4697ff;
  color: #ffffff;
}

.accordion__content p {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.02em;
}

.accordion__content p:last-child {
  margin-bottom: 0;
}

.accordion__item--opened .accordion__button {
  background: #4697ff;
}

.accordion__item--opened .accordion__button-text {
  font-weight: 700;
  color: #ffffff;
}

.accordion__item--opened .accordion__button-icon {
  background: #ffffff;
}

.accordion__item--opened .accordion__button-icon::before {
  background: #4697ff;
}

.accordion__item--opened .accordion__button-icon::after {
  background: #4697ff;
  opacity: 0;
}

@media (max-width: 1400px) {
  .accordion__button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 600px) {
  .accordion__button-icon {
    width: 41px;
    height: 32px;
    min-width: initial;
    border-radius: 10px;
  }
  .accordion__button {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .accordion__button-text,
  .accordion__content p {
    font-size: 14px;
  }
  .accordion__content p {
    margin-bottom: 12px;
  }
  .accordion__button-icon::before {
    width: 8px;
  }
  .accordion__button-icon::after {
    height: 8px;
  }
  .accordion__content {
    padding: 14px 24px;
  }
  .faq-section__title.op-section-title {
    margin-bottom: 20px;
  }
}
/* cases section */
.cases-section {
  padding: 0 0 150px;
  overflow: hidden;
}

.cases-section__container {
  width: 100%;
  max-width: 1680px;
}

.cases-section__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.cases-section__head-left {
  display: flex;
  align-items: flex-start;
}

.cases-section__title.op-section-title {
  margin: 0 14px 0 0;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.cases-section__link {
  margin-top: 23px;
  color: #4697ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.cases-section__nav {
  display: flex;
  align-items: center;
}

.cases-section__arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  max-width: 100px;
  height: 64px;
  margin: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cases-section__arrow::after {
  display: none;
}

.cases-section__arrow--prev {
  background: #f0f1f3;
}

.cases-section__arrow--next {
  background: #4697ff;
}

.cases-section__slider {
  overflow: hidden;
}

.cases-section__wrapper {
  align-items: stretch;
}

.cases-section__slide {
  width: 100%;
  max-width: 830px;
}

.cases-section__card {
  display: flex;
  width: 100%;
  max-width: 830px;
  border-radius: 20px;
  overflow: hidden;
  background: #f0f1f3;
  aspect-ratio: 830/500;
}

.cases-section__image-box {
  width: 50%;
  height: 100%;
}

.cases-section__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cases-section__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 2vw 2.5vw;
}

.cases-section__top {
  margin-bottom: 40px;
}

.cases-section__card-title {
  margin-bottom: 20px;
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: -0.02em;
}

.cases-section__card-text {
  margin: 0;
  color: #535353;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.02em;
}

.cases-section__results {
  margin-bottom: 40px;
}

.cases-section__results-title {
  margin-bottom: 16px;
  color: #535353;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.02em;
}

.cases-section__results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cases-section__results-item {
  position: relative;
  margin-bottom: 6px;
  padding-left: 19px;
  color: #535353;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: -0.02em;
}

.cases-section__results-item:last-child {
  margin-bottom: 0;
}

.cases-section__results-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='14' viewBox='0 0 7 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04468 6.80347L0 0L3.4899 6.80347L0 13.6069L6.04468 6.80347Z' fill='%234697FF'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cases-section__case-link {
  margin-top: auto;
  color: #4697ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.sbr-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  white-space: nowrap;
}

.cases-section__arrow {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  width: 100px;
  aspect-ratio: 100/64;
  height: auto;
  margin: 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4697ff;
  cursor: pointer;
}

.cases-section::after {
  display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  background: #f0f1f3;
  opacity: 1;
}

.cases-section .swiper-button-next svg,
.cases-section .swiper-button-prev svg {
  width: auto;
  height: auto;
}

@media (max-width: 1860px) {
  .cases-section__card-title {
    font-size: clamp(20px, 3.23px + 1.29vw, 28px);
  }
  .cases-section__results-title {
    margin-bottom: 0.7vw;
  }
  .cases-section__top {
    margin-bottom: 1.3vw;
  }
  .cases-section__card-text,
  .cases-section__results-title,
  .cases-section__results-item {
    font-size: clamp(14px, 5.61px + 0.65vw, 18px);
  }
  .cases-section__case-link {
    font-size: clamp(16px, 7.61px + 0.65vw, 20px);
  }
  .cases-section__card-title {
    margin-bottom: 0.7vw;
  }
  .cases-section__results {
    margin-bottom: 1vw;
  }
}
@media (max-width: 1400px) {
  .cases-section__slider {
    overflow: visible;
  }
  .cases-section__link {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .cases-section__link {
    margin-top: 15px;
  }
}
@media (max-width: 900px) {
  .cases-section__card {
    flex-direction: column;
    aspect-ratio: 232/350;
    overflow: visible;
    border-radius: 20px;
    overflow: hidden;
  }
  .cases-section__image-box,
  .cases-section__content {
    width: 100%;
  }
  .cases-section__image-box {
    height: 60%;
  }
  .cases-section__content {
    height: 40%;
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .cases-section__nav {
    display: none;
  }
  .cases-section__results {
    display: none;
  }
  .cases-section__content {
    padding: 24px;
  }
  .cases-section__link {
    display: none;
  }
  .cases-section__head {
    margin-bottom: 20px;
  }
  .cases-section__card-title {
    font-size: 16px;
  }
  .cases-section__card-text,
  .cases-section__case-link {
    font-size: 14px;
  }
}
/* project discuss section */
.project-discuss-section {
  width: 100%;
  background: linear-gradient(146deg, #4697ff 0%, #1bc7e6 100%);
  padding-top: 150px;
  padding-bottom: 150px;
}

.project-discuss-section__container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 120px;
}

.project-discuss-section__inner {
  width: 100%;
  max-width: 1680px;
}

.project-discuss-section__title.op-section-title {
  width: 100%;
  max-width: 507px;
  margin: 0 0 50px;
  color: #ffffff;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.project-discuss-section__btn.sbr-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  padding-top: 0px;
  padding-right: 48px;
  padding-bottom: 0px;
  padding-left: 48px;
  white-space: nowrap;
  color: #4697ff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  background: #ffffff;
  border-radius: 20px;
}

/* common */
body .op-container {
  width: 100%;
  max-width: 1920px;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}

body .op-section-title {
  font-size: 44px;
}

body .sbr-btn {
  width: -moz-max-content;
  width: max-content;
  height: 66px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

body .sbr-btn:hover {
  background: #2e84f4;
  color: #fff;
}

@media (max-width: 900px) {
  .sbr-btn {
    height: 54px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 17px;
  }
}
@media (max-width: 1600px) {
  body .op-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1300px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 70px;
    height: 45px;
  }
  body .when-section,
  body .po-sp-section,
  body .seo-steps-section,
  body .po-rp-section,
  body .traffic-promotion-section,
  body .result-section,
  body .team-slider-section,
  body .price-section,
  body .advantages-section,
  body .how-work-section,
  body .faq-section,
  body .project-discuss-section  {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  body .cases-section {
    padding-bottom: 90px;
  }
  .traffic-promotion-section__audience {
    margin-top: 70px;
  }
  body section .op-container .op-section-title {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  body .op-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  body .op-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .op-section-title {
    font-size: 20px;
  }
  body .sbr-btn {
    height: 44px;
    border-radius: 10px;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
  }
  body .when-section,
  body .po-sp-section,
  body .seo-steps-section,
  body .po-rp-section,
  body .traffic-promotion-section,
  body .result-section,
  body .team-slider-section,
  body .price-section,
  body .advantages-section,
  body .how-work-section,
  body .faq-section,
  body .project-discuss-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body .cases-section {
    padding-bottom: 60px;
  }
  body section .op-container .op-section-title {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .cases-section__card {
    aspect-ratio: 232/470;
  }
}
@media (max-width: 400px) {
  .cases-section__card {
    aspect-ratio: 232/530;
  }
}










/* new st */
.seo-banner__crumbs {
  margin-bottom: 50px;
  white-space: wrap;
}

.seo-banner__crumb:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

.seo-banner__crumb {
  font-size: 16px;
  color: #fff;
}

.seo-banner__crumb--muted {
  color: #9ED0FC;
}

@media (max-width: 600px) {
  .seo-banner__separator {
    margin-right: 4px;
    margin-left: 4px;
  }
  .seo-banner__crumbs {
    margin-bottom: 35px;
  }
}
/* Contact Form 7 */
.wpcf7-form br {
  display: none;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}

.wpcf7-form .wpcf7-response-output {
  display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid rgb(157, 2, 2) !important;
}

.wpcf7 {
  width: 100%;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.project-discuss-section__title.op-section-title {
  margin-bottom: 45px;
}

body .opm-form p {
  margin-top: 0;
  margin-bottom: 0;
}

.opm-form {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.opm-form .opm-form__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.opm-form .opm-form__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.opm-form .opm-form__wrap,
.opm-form .wpcf7-form-control-wrap {
  width: 100%;
}
body .opm-form input {
  width: 100%;
  height: 66px;
  padding-left: 48px;
  padding-right: 48px;
  background-color: #2F8EEA;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #fff;
  border: none;
}
body .opm-form textarea {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #fff;
  width: 100%;
  resize: none;
  background-color: #2F8EEA;
  border-radius: 20px;
  border: none;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 150px;
  min-height: initial;
}
body .opm-form input::-moz-placeholder, .opm-form textarea::-moz-placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}
body .opm-form input::placeholder,
body .opm-form textarea::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}
body .opm-form .wpcf7-submit {
  width: 266px;
  height: 66px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: lowercase;
  color: #2F8EEA;
  flex-shrink: 0;
  cursor: pointer;
}
body .opm-form .agreed-text {
  opacity: 0.9;
}

body .opm-form .wpcf7-file {
  padding-top: 18px;
}

body .opm-form__dbl {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

body .wpcf7-form-control-wrap[data-name=acceptance-803] {
  display: block;
  margin-bottom: 20px;
}

body .wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 0 !important;
}

body .wpcf7-form-control-wrap[data-name=acceptance-803] input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

body .wpcf7-form-control-wrap[data-name=acceptance-803] label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body .wpcf7-form-control-wrap[data-name=acceptance-803] label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.2s;
}

body .wpcf7-form-control-wrap[data-name=acceptance-803] input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 11px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3.25L4.2 7L9 1" stroke="%23FFFFFF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

body .wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item-label,
body .agreed-text,
body .agreed-text a {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
}

body .wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item-label a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

body .wpcf7 .wpcf7-submit:disabled {
  background-color: #c5c5c5 !important;
}

@media (max-width: 1400px) {
  body .opm-form__dbl {
    flex-direction: column;
    font-size: 10px;
  }
}
@media (max-width: 1000px) {
  body .opm-form {
    flex-direction: column;
    row-gap: 20px;
  }
  body .opm-form .opm-form__left,
  body .opm-form .opm-form__right {
    width: 100%;
  }
}
@media (max-width: 600px) {
  body .project-discuss-section__title.op-section-title {
    margin-bottom: 20px;
  }
  body .wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item {
    font-size: 13px;
  }
  body .wpcf7-form-control-wrap[data-name=acceptance-803] label::before {
    width: 16px;
    height: 16px;
  }
  body .wpcf7-form-control-wrap[data-name=acceptance-803] input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    left: 4px;
    top: 8px;
    width: 9px;
    height: 13px;
  }
  body .opm-form {
    row-gap: 8px;
  }
  body .opm-form .opm-form__left,
  body .opm-form .opm-form__right {
    row-gap: 8px;
  }
  body .opm-form input {
    height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }
  body .opm-form textarea {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }
  body .opm-form input::-moz-placeholder, .opm-form textarea::-moz-placeholder {
    font-size: 14px;
  }
  body .opm-form input::placeholder,
  body .opm-form textarea::placeholder {
    font-size: 14px;
  }
  body .wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item-label,
  body .agreed-text,
  body .agreed-text a  {
    font-size: 14px;
  }
  body .wpcf7-form-control-wrap[data-name=acceptance-803] label {
    padding-left: 30px;
  }
  body .opm-form__dbl {
    margin-top: 10px;
  }
  body .opm-form .wpcf7-submit {
    height: 44px;
    width: 100%;
    max-width: initial;
    font-size: 14px;
    border-radius: 10px;
  }
}

body input[type="submit"]:hover {
  background: #2e84f4;
  color: #fff;
}



.traffic-promotion-section__content h2 {
  margin: 0;
  color: #1d1d1d;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1818181818;
  letter-spacing: -0.03em;
  margin-bottom: 60px;
}

.traffic-promotion-section__content h3 {
  margin: 20px 0;
  width: 100%;
  max-width: 688px;
  color: #1d1d1d;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__content h4,
.traffic-promotion-section__content h5 {
  margin: 16px 0;
  width: 100%;
  max-width: 688px;
  color: #1d1d1d;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__content p {
  margin-bottom: 20px;
  color: #535353;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4545454545;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__content ul,
.traffic-promotion-section__content ol {
  margin: 0 0 20px;
  padding-left: 28px;
  color: #535353;
}

.traffic-promotion-section__content ul li,
.traffic-promotion-section__content ol li {
  margin-bottom: 12px;
  color: #535353;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4545454545;
  letter-spacing: -0.02em;
}

.traffic-promotion-section__content ul li:last-child,
.traffic-promotion-section__content ol li:last-child {
  margin-bottom: 0;
}

.traffic-promotion-section__content p:last-child {
  margin-bottom: 0;
}

.project-discuss-form {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.project-discuss-success-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #4697FF;
  font-weight: 600;
  padding: 0px 25px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  transition-duration: .5s;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.project-discuss-success-message.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media (max-width: 1300px) {

  .traffic-promotion-section__content h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .traffic-promotion-section__content h3 {
    font-size: 22px;
    margin: 15px 0;
  }

  .traffic-promotion-section__content h4,
  .traffic-promotion-section__content h5 {
    font-size: 20px;
    margin: 12px 0;
  }

  .traffic-promotion-section__content p {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .traffic-promotion-section__content ul,
  .traffic-promotion-section__content ol {
    margin-bottom: 15px;
    padding-left: 24px;
  }

  .traffic-promotion-section__content ul li,
  .traffic-promotion-section__content ol li {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .project-discuss-success-message { 
    font-size: 30px;
  }

}

@media (max-width: 600px) {

  .traffic-promotion-section__content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .traffic-promotion-section__content p {
    font-size: 16px;
  }

  .traffic-promotion-section__content h3,
  .traffic-promotion-section__content h4,
  .traffic-promotion-section__content h5 {
    font-size: 16px;
    margin: 10px 0;
  }

  .traffic-promotion-section__content ul,
  .traffic-promotion-section__content ol {
    margin-bottom: 12px;
    padding-left: 20px;
  }

  .traffic-promotion-section__content ul li,
  .traffic-promotion-section__content ol li {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .project-discuss-success-message { 
    font-size: 22px;
  }

  .project-discuss-form {
    border-radius: 10px;
  }

}
