@charset "UTF-8";
:root {
  --l-gold: #c8a765;
  --l-bg2: #111317;
  --l-cyan-bg: #3b6fc91f;
  --l-div: #f4f2ec1f;
  --l-red: #ff667f;
  --l-green: #00ff91;
  --l-white: #f4f2ec;
  --txt2: rgba(244, 242, 236, 0.5);
  --l-font-heading: Playfair;
  --l-font-mono: JetBrains Mono;
  --animate-delay: 1.2s;
  --bs-body-font-size: 16px;
  --sPT: 2.5rem;
  --sPB: 2.8125rem;
  --sTPB: 1.25rem;
  --fancybox-content-color: var(--bs-body-color);
  --swiperArrowSize: 4.25rem;
  --swiperArrowPosition: calc(-1 * var(--swiperArrowSize) / 2);
  --swiperBorderColorDef: var(--bs-primary);
  --swiperColorDef: var(--bs-primary);
  --swiperBgDef: #ffffff;
  --swiperBorderColorDefHover: var(--bs-primary);
  --swiperColorDefHover: var(--bs-primary);
  --swiperBgDefHover: #ffffff;
}

.fancybox__container {
  --fancybox-bg: rgba(58, 59, 60, 0.77);
}

.pixel-perfect {
  top: 0;
  pointer-events: none;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center 0;
  position: absolute;
  left: 50%;
  right: auto;
  translate: -50% 0;
  text-align: center;
  opacity: 0;
}

body,
html {
  font-size: var(--bs-body-font-size);
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(33, 36, 41, 0);
}

body[class*=fixed], body.fancybox-active {
  margin-right: var(--spacing-end);
}
body[class*=fixed] .header, body.fancybox-active .header {
  padding-right: var(--spacing-end);
}
body.loaded_hiding {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  opacity: 0;
  pointer-events: none;
}
body.loaded_hiding::before {
  display: none;
}
body.loaded {
  pointer-events: visible;
  opacity: 1;
}
body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  background-color: rgba(244, 242, 236, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  z-index: -1;
  left: 0;
  top: 0;
}
body.fancybox-active {
  overflow: hidden;
}
body[class*=fixed] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
body[class*=fixed]::before {
  z-index: 999;
  opacity: 0.76;
}

.main-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: var(--sPT);
  padding-bottom: var(--sPB);
}

.section-title {
  margin-bottom: var(--sTPB);
}
.section-title img {
  margin-bottom: 0 !important;
  max-width: 100%;
}
.section-title h2 {
  font-family: var(--l-font-heading);
  font-weight: 700;
  font-size: clamp(3.25rem, 7vw, 6.25rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #f4f2ec;
  margin: 0;
}
.section-title h2 em {
  font-style: normal;
  color: var(--l-gold);
}
.section-title h2 span {
  color: var(--l-gold);
}
.section-title--inner h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.section-title__text-block {
  color: #fff;
  background: linear-gradient(180deg, #1c40d0 0%, rgba(28, 64, 208, 0.46) 100%);
  border-radius: 16px;
  padding: 24px;
  max-width: 330px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.mono {
  font-family: var(--bs-font-monospace);
}

.small {
  font-size: 0.875rem;
}

.tdn {
  text-decoration: none !important;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}
.tdu:hover {
  text-decoration: none;
}

.fw-300 {
  font-weight: 300;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-900 {
  font-weight: 900;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-100 {
  font-weight: 100;
}

.row--sm {
  --bg-gutter-x: 1.25rem;
}

.image-source-link {
  color: #98c3d1;
}

strong,
.strong {
  font-weight: bold;
}

ul {
  padding-left: 0;
}

.res-i, picture img {
  max-width: 100%;
  height: auto;
}

.img-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-bg img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.bgs {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
}

.tabs__btn-accordion {
  width: 100%;
}

.tabs__btn:hover {
  cursor: pointer;
}
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}

.invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.control-wrap {
  position: relative;
}

.control-wrap {
  position: relative;
}

.swiper-button-disabled {
  opacity: 0.2;
}

.swiper-button-hand {
  width: var(--swiperArrowSize);
  height: var(--swiperArrowSize);
  border-radius: 50%;
  background: var(--swiperBgDef);
  border: 2px solid var(--swiperBorderColorDef);
  color: var(--swiperColorDef);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  outline: none !important;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  transform: translateY(-100%);
}
.swiper-button-hand:hover {
  background: var(--swiperBgDefHover);
  border-color: var(--swiperBorderColorDefHover);
  color: var(--swiperColorDefHover);
}
.swiper-button-hand .icon {
  font-size: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
}
.swiper-button-hand::after {
  display: none;
}
.swiper-button-hand-next {
  right: var(--swiperArrowPosition);
}
.swiper-button-hand-prev {
  left: var(--swiperArrowPosition);
}

.swiper-pagination {
  width: 100%;
  text-align: center;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e6e6e6;
  outline: none !important;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  margin-left: 0.5rem;
  margin-right: 0.3125rem;
  display: inline-block;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
  background-color: var(--bs-primary);
}
picture {
  display: block;
}
img.object-fit-js {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

img.img-bg,
.object-fit-js img {
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}

img.img-bg,
.picture-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
img.img-bg .object-fit-js,
.picture-bg .object-fit-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg-wrap {
  position: relative;
  z-index: 2;
}

.browsehappy {
  position: absolute;
  width: 100%;
  z-index: 2000;
  background: #000;
  min-height: 100px;
  font-size: 10px;
  color: #ffffff;
  top: 0;
  padding-top: 30px;
}

iframe {
  border: none;
}

.custom-scroll {
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
}

::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 24 24'><path fill='#3b6fc9' d='M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z'/></svg>");
}

.form-control,
.form-select {
  box-shadow: none !important;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
}

.form-switch,
.form-check-input,
.form-check {
  cursor: pointer;
}

.img-wrap-center {
  position: absolute;
  margin: auto;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-wrap-center img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.img-wrap-center img.object-fit-js {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  line-height: 1;
}

.btn-primary {
  color: #fff;
  font-weight: bold;
}

.panel-with-bg {
  position: relative;
  margin-top: 4rem;
  padding: 5rem 1.25rem;
  border-radius: 24px;
  background: var(--Grey3, #e0e4ea);
}
.panel-with-bg .picture-bg {
  border-radius: inherit;
}
.panel-with-bg .row {
  justify-content: center;
  --bs-gutter-y: 1rem;
}

.fz-lg {
  font-size: 1.25rem;
}

.video-block {
  margin-inline: auto;
  max-width: 900px;
  margin-top: 64px;
}
.video-block h3 {
  margin-bottom: 2rem;
}
.video-block iframe {
  aspect-ratio: 16/9;
  border: none;
  border-radius: 16px;
}

.btn-white {
  background-color: #fff;
  color: #000;
  border: 0px solid #000;
  min-width: 190px;
}
.btn-white:hover {
  background-color: #f2f2f2;
}

.form-control {
  margin-bottom: 1em;
  text-align: center;
}

.fw-800 {
  font-weight: 800;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: var(--l-font-heading);
  letter-spacing: -0.04em;
}

.def-swiper-js {
  max-width: 100%;
  overflow: hidden;
}
.def-swiper-js .swiper-wrapper {
  align-items: center;
}
.def-swiper-js .swiper-slide {
  text-align: center;
}
.def-swiper-js .swiper-slide img {
  max-height: min(484px, 80vh);
  width: auto;
  max-width: 100%;
  margin: auto;
  display: inline-block;
}
.def-swiper-js .slide-img {
  display: inline-block;
  padding: 20px;
  border: 1px solid var(--l-div);
}

.def-slider-wrap {
  position: relative;
  margin-bottom: 3rem;
}
.def-slider-wrap .swiper-button-hand {
  --swiperArrowSize: 2.5rem;
  --swiperArrowPosition: calc(-1 * var(--swiperArrowSize) / 2);
  border-radius: 16px;
  box-shadow: none;
  color: #3b6fc9;
  background: var(--Cyan_bg, rgba(59, 111, 201, 0.12));
  transition: opacity 0.2s;
}
.def-slider-wrap .swiper-button-hand:hover {
  background: transparent;
  background: var(--Cyan_bg, rgba(59, 111, 201, 0.8));
  border: none;
  opacity: 1;
  color: #fff;
}
.def-slider-wrap .swiper-button-hand.swiper-button-disabled {
  opacity: 0.15;
}
.def-slider-wrap .swiper-button-hand .icon {
  font-size: 1.125rem;
  stroke-width: 2.5;
}

.swiper-pagination {
  margin-top: 1rem;
}

.gsap-anim {
  will-change: transform, opacity;
}

.icon-thumbs-down,
.icon-thumbs-up,
.icon-icon-x,
.icon-cloud-check,
.icon-arrow-right {
  fill: none;
  stroke: currentColor;
}

.swiper {
  width: 100%;
}

.l-arrow-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--l-div);
}
.l-arrow-item p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}

.l-arrow-icon {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: var(--l-gold);
  flex-shrink: 0;
  width: 2rem;
}

.l-x-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--l-div);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
}
.l-x-item img {
  flex-shrink: 0;
}

.l-cyan-card, .sSolution__right-card {
  background: var(--l-cyan-bg);
  border-left: 1px solid var(--l-gold);
  padding: 1.5rem;
}

.l-btn-glow {
  box-shadow: 0 12px 40px rgba(59, 111, 201, 0.7);
}
.l-btn-glow:hover {
  box-shadow: 0 12px 48px rgba(59, 111, 201, 0.85);
}

.footer {
  background: var(--l-bg2);
  position: relative;
  padding: 2.5rem 0;
  z-index: 2;
}
.footer__container .before {
  display: block;
  margin-bottom: 1.25rem;
}
.footer .row {
  --bs-gutter-y: 1.25rem;
}
.footer a {
  color: #f4f2ec;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 242, 236, 0.4) !important;
  display: inline-block;
}
.footer a:hover {
  border-bottom-color: transparent !important;
  opacity: 0.8;
}
.footer .spiner {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.footer__txt {
  line-height: 1.2em;
}
.footer__txt p {
  margin-bottom: 0;
  font-feature-settings: "pnum" on, "lnum" on;
}
.footer__txt h6 {
  text-transform: initial;
  margin-bottom: 1.03125rem;
}
.footer__txt--h6 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.footer__txt--h6 a {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.footer__txt--support {
  margin-bottom: 1.25rem;
}
.footer__txt--support a {
  text-decoration: none;
}
.footer__left-col a {
  display: inline;
}

.form-wrap__input-wrap {
  margin-bottom: 0.9375rem;
}
.form-wrap__input {
  resize: none;
}
.form-wrap__btn {
  cursor: pointer;
  margin-bottom: 0.9375rem;
}
.form-wrap label {
  width: 100%;
  display: block;
}

input[type=number] {
  -moz-appearance: textfield;
}

select::-ms-expand {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.headerBlock {
  padding-top: 6.25rem;
  padding-bottom: 0;
  position: relative;
}
.headerBlock .row {
  align-items: flex-end;
}
.headerBlock__caption {
  padding-bottom: min(10vw, 100px);
}
.headerBlock__title {
  font-family: var(--l-font-heading);
  font-weight: 700;
  font-size: clamp(2.25rem, 8.5vw, 6.25rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #f4f2ec;
  margin-bottom: 2rem;
}
.headerBlock__title em {
  font-style: italic;
  font-weight: 600;
  color: var(--l-gold);
}
.headerBlock__sub {
  font-size: 1.25rem;
  font-weight: 600;
  color: #f4f2ec;
  margin-bottom: 1.5rem;
}
.headerBlock__list-item {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--l-div);
  flex-wrap: wrap;
}
.headerBlock__num {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  line-height: 0.9;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
  width: 2rem;
  flex-shrink: 0;
}
.headerBlock__keyword {
  font-size: 1rem;
  font-weight: 600;
  color: #f4f2ec;
  min-width: 0;
}
.headerBlock__desc {
  font-size: 1.25rem;
  color: var(--txt2);
}
.headerBlock__cta {
  box-shadow: 0 12px 40px rgba(59, 111, 201, 0.7);
}
.headerBlock__cta:hover {
  box-shadow: 0 12px 48px rgba(59, 111, 201, 0.85);
}
.headerBlock__photo-col {
  margin-top: 2rem;
}
.headerBlock__photo-border {
  position: absolute;
  z-index: -1;
  border: 1px solid var(--l-div);
  width: 96%;
  height: 80%;
  top: 8%;
}
.headerBlock__circle {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 14px;
  border: 1px solid var(--Cyan, #3b6fc9);
  width: 14px;
  aspect-ratio: 1;
}
.headerBlock__circle::before {
  content: "";
  position: absolute;
  margin: auto;
  inset: 0;
  border-radius: 50%;
  background: var(--Cyan, #3b6fc9);
  width: 6px;
  aspect-ratio: 1;
}
.headerBlock__photo-wrap {
  position: relative;
}
.headerBlock__photo {
  overflow: hidden;
  position: relative;
}
.headerBlock__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.headerBlock__author {
  position: absolute;
  bottom: 15%;
  left: 0;
  padding-left: 2em;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.headerBlock__author-name {
  font-family: var(--l-font-heading);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #f4f2ec;
}
.headerBlock__author-role {
  font-family: var(--l-font-mono);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(244, 242, 236, 0.5);
}

.soc {
  --bs-gutter-x: 10px;
  --bs-gutter-y: m;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-1 * var(--bs-gutter-x) / 2);
  margin-right: calc(-1 * var(--bs-gutter-x) / 2);
  display: flex;
}
.soc > * {
  margin-top: calc(var(--bs-gutter-y));
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
}
.soc__item {
  text-decoration: none !important;
  vertical-align: middle;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
  display: grid;
  place-items: center;
}
.soc .icon {
  font-size: 1.875rem;
}

.counter {
  counter-reset: num;
}
.counter__item {
  position: relative;
}
.counter__item::before {
  content: counter(num);
  counter-increment: num;
}

.addBlock {
  color: var(--color, #3b6fc9);
  border: 1px solid;
  border-radius: 23px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.addBlock input {
  color: inherit;
  text-align: center;
  border: none;
  height: 2.8125rem;
}
.addBlock__btn {
  color: inherit;
  height: 2.8125rem;
  position: relative;
  border-radius: 23px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent;
  width: 1.625rem;
}
.addBlock__btn::before, .addBlock__btn::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  margin: auto;
  inset: 0;
  position: absolute;
}
.addBlock__btn--plus::after {
  transform: rotate(90deg);
}

.search-block {
  position: relative;
}
.search-block input {
  font-size: 14px;
  width: 100%;
  border: none !important;
  outline: none !important;
  padding-left: 1.875rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.search-block .icon {
  font-size: 1.25rem;
  border: none !important;
}
.search-block button {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none !important;
  border: none !important;
}

.breadcrumb-item {
  width: auto;
}

.def-slider {
  position: relative;
  margin-inline: auto;
  max-width: 1080px;
}
.def-slider h6 {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.def-slider .awiper-wrapper {
  align-self: center;
}
.def-slider .swiper-button-hand {
  --swiperArrowPosition: 20px;
}
.def-slider__slide {
  text-align: center;
  cursor: pointer;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.def-slider {
  max-width: 873px;
}
.def-slider .swiper {
  max-width: 100%;
  overflow: visible;
}
.def-slider .swiper-wrapper {
  align-items: center;
  text-align: center;
}
.def-slider .swiper-slide {
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.def-slider .swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.def-slider .swiper-slide:not(.swiper-slide-active) {
  scale: 0.9;
}
.control-wrap {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.sBadge {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.sBadge__line {
  width: 4.875rem;
  height: 2px;
  flex-shrink: 0;
  background-color: #3b6fc9;
}
.sBadge__text {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  line-height: 0.9;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3b6fc9;
}

.btn-sticky-wrap {
  width: 100%;
}

main .btn-primary.btn--mobile-fixed {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
  text-align: center;
  z-index: 99;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

main .btn-primary.is-stopped {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
  text-align: center;
  z-index: 99;
}
:root {
  --fancybox-content-bg: none;
}

.fancybox__content {
  padding: 0;
  max-width: 100%;
}

.modal-win {
  background-color: #fff;
  max-width: 100%;
  position: relative;
  width: 31.25rem;
  padding: 40px;
}
.modal-win .mfp-close {
  color: #3b6fc9;
  font-size: 40px;
  font-weight: 100;
}

a {
  outline: 0 !important;
}

.modal-form {
  position: relative;
}

#foot-dialog h3 {
  font-size: 2.25em;
}

.mfp-close {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  color: #f4f2ec;
  opacity: 1;
  font-size: 50px;
  font-weight: 100;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
  margin-top: -5px;
  margin-right: -5px;
  --s: 0.36s;
  transition: all var(--s) ease-in-out;
}
.polite .link {
  color: #3b6fc9;
  cursor: pointer;
  text-decoration: underline;
}
.polite .link :hover {
  display: none;
}

.fancybox__container {
  width: 100% !important;
  min-height: 100%;
  transform: none !important;
}

.fancybox-throwOutUp {
  animation: 0.25s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.25s ease both fancybox-throwOutDown;
}

@keyframes fancybox-throwOutUp {
  from {
    transform: translate3d(0, -5%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
}
.sAudience {
  background: var(--l-bg2);
}
.sAudience__header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}
.sAudience .section-title h2 {
  color: var(--l-white);
}
.sAudience__cards {
  overflow: visible;
}
.sAudience__card {
  border: 1px solid var(--l-gold);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: auto;
  align-self: stretch;
  --maw: calc((100% - 64px) / 3);
  max-width: max(27.5rem, var(--maw));
}
.sAudience__card-title {
  font-family: "Inter Tight";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--l-white);
  margin: 0;
}
.sAudience__card-text {
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--l-white);
  margin: 0;
}
.sAudience__card-text strong {
  font-weight: 700;
}
.sAudience__bottom {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.sAudience__bottom-title {
  font-family: "Inter Tight";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--l-white);
  margin: 0;
}
.sAudience__bottom-text {
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--l-white);
  margin: 0;
  max-width: 59rem;
}

.sAuthor .section-title h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.sAuthor__bio {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin-bottom: 1rem;
}
.sAuthor__intro-row .section-title {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.sAuthor__intro-row .section-title h2 {
  max-width: 462px;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 0.87;
  letter-spacing: -0.05em;
  margin: 0;
}
.sAuthor__bad-item .icon {
  color: var(--l-red);
  flex: 0 0 auto;
}
.sAuthor__good-item .icon {
  color: var(--l-green);
  flex: 0 0 auto;
}
.sAuthor__bad-items {
  margin-top: 0.5rem;
}
.sAuthor__bad-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--l-div);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
}
.sAuthor__bad-item img {
  flex-shrink: 0;
}
.sAuthor__photo-wrap {
  position: relative;
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  max-width: 480px;
}
.sAuthor__photo-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 1.5rem;
  bottom: 1.5rem;
  border: 1px solid var(--l-div);
  z-index: 0;
}
.sAuthor__photo {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.sAuthor__question-block {
  padding: 4.5rem 0 3rem;
}
.sAuthor__question-block .section-title {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.sAuthor__q-cards {
  overflow: hidden;
}
.sAuthor__q-cards .swiper-slide {
  height: auto;
  --maw: calc((100% - 32px) / 3);
  max-width: max(280px, var(--maw));
}
.sAuthor__q-card {
  flex: 1;
  background: var(--l-cyan-bg);
  border-left: 1px solid var(--l-gold);
  padding: 1.5rem;
  height: auto;
  min-height: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.sAuthor__q-card p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 1;
}
.sAuthor__q-num {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
  position: relative;
  z-index: 1;
}
.sAuthor__q-decor {
  font-family: var(--l-font-heading);
  font-weight: 700;
  font-size: 14.5625rem;
  line-height: 0.9;
  color: var(--l-cyan-bg);
  position: absolute;
  right: 1rem;
  bottom: -0.625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  letter-spacing: -0.04em;
}
.sAuthor__money-gold {
  color: var(--l-gold);
}
.sAuthor__money-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin-bottom: 1rem;
}
.sAuthor__good-list {
  margin-top: 0.5rem;
}
.sAuthor__good-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--l-div);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
}
.sAuthor__good-item img {
  flex-shrink: 0;
}
.sAuthor__good-item p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}
.sAuthor__good-item strong {
  font-weight: 700;
}
.sAuthor__results {
  margin-top: 4.5rem;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
  width: 100%;
}
.sAuthor__results .section-title {
  margin-bottom: 0;
}
.sAuthor__results-list {
  list-style: none;
  padding-left: 1.5rem;
  text-align: left;
  margin: 0;
  text-align: center;
}
.sAuthor__results-list li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin-bottom: 0.25rem;
}
.sAuthor__results-list li::before {
  content: "";
  width: 0.2em;
  aspect-ratio: 1;
  display: inline-block;
  margin-right: 0.2em;
  background: #fff;
  border-radius: 50%;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
}
.sAuthor__results-list li:last-child {
  margin-bottom: 0;
}
.sAuthor__results-stat {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sAuthor__results-gold {
  color: var(--l-gold);
}
.sAuthor__chart-link {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: zoom-in;
  width: 100%;
}
.sAuthor__chart {
  display: block;
  width: 100%;
  height: auto;
}
.sAuthor__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.sAuthor__link {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #3b6fc9;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  transition: opacity 0.2s;
}
.sAuthor__link:hover {
  opacity: 0.7;
  color: #3b6fc9;
}
.sAuthor__cta {
  margin-top: 4.5rem;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.sAuthor__cta-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  width: 100%;
}
.sAuthor__cta-header .section-title {
  margin-bottom: 0;
}
.sAuthor__cta-sub {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sAuthor__conds {
  width: 100%;
  overflow: visible;
}
.sAuthor__conds .swiper-slide {
  height: auto;
  --maw: calc((100% - 16px) / 2);
  max-width: max(300px, var(--maw));
}
.sAuthor__cond {
  background: var(--l-cyan-bg);
  border-left: 1px solid var(--l-gold);
  padding: 1.5rem;
  height: auto;
  min-height: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.sAuthor__cond p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  position: relative;
  z-index: 1;
}
.sAuthor__cond-num {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
  position: relative;
  z-index: 1;
}
.sAuthor__cond-decor {
  font-family: var(--l-font-heading);
  font-weight: 700;
  font-size: 14.5625rem;
  line-height: 0.9;
  color: var(--l-cyan-bg);
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  letter-spacing: 0;
}

.sCatalog__row {
  --bs-gutter-y: var(--bs-gutter-x);
}
.sCatalog__slide {
  height: auto;
}
.product-item {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.product-item__img-wrap {
  display: block;
  position: relative;
  aspect-ratio: var(--ratio, 190/298);
}
.product-item__caption {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.sClosing {
  background: var(--l-bg2);
}
.sClosing__header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}
.sClosing .section-title h2 {
  font-size: clamp(3rem, 7vw, 6.25rem);
}
.sClosing__time, .sClosing__opportunity, .sClosing__why {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
.sClosing__h3 {
  font-family: "Inter Tight";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sClosing__h2 {
  font-family: var(--l-font-heading);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.87;
  letter-spacing: -0.05em;
  color: #f4f2ec;
  margin: 0;
}
.sClosing__time-text, .sClosing__time-bottom, .sClosing__opportunity-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sClosing__time-text p, .sClosing__time-bottom p, .sClosing__opportunity-text p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sClosing__time-text p strong, .sClosing__time-bottom p strong, .sClosing__opportunity-text p strong {
  font-weight: 700;
}
.sClosing__quote {
  font-family: var(--l-font-heading);
  font-weight: 600;
  font-size: clamp(1.75rem, 4.5vw, 4rem);
  line-height: 0.87;
  letter-spacing: -0.05em;
  color: #f4f2ec;
  margin: 0;
}
.sClosing__quote em {
  font-style: normal;
  color: #ff667f;
}
.sClosing__cards {
  overflow: hidden;
}
.sClosing__cards .swiper-slide {
  height: auto;
  --maw: calc((100% - 6rem) / 4);
  max-width: max(19.8125rem, var(--maw));
}
.sClosing__card {
  border: 1px solid var(--l-gold);
  padding: 2.5rem;
  min-height: 11.9375rem;
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.sClosing__card p {
  font-family: "Inter Tight";
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sClosing__accent {
  color: var(--l-gold);
}
.sClosing__list {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sClosing__list li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
}
.sClosing__list li strong {
  font-weight: 700;
}
.sClosing__outro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}
.sClosing__outro-title {
  font-family: "Inter Tight";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sClosing__outro-sub {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sClosing__cta {
  min-height: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 53.125rem;
}

.sContact__row {
  --bs-gutter-y: var(--bs-gutter-x);
}
.sContact__slide {
  height: auto;
}
.sContent__row {
  --bs-gutter-y: var(--bs-gutter-x);
}
.sContent__slide {
  height: auto;
}
.sFacts {
  background: var(--l-bg1);
  background: var(--Bg1, #0a0b0d);
}
.sFacts__header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.sFacts__header-left {
  flex: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sFacts__header-right {
  flex: 1;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.sFacts .section-title h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 0.87;
  letter-spacing: -0.05em;
}
.sFacts__lead {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sFacts__list {
  overflow: visible;
}
.sFacts__item {
  background: #101723;
  border-left: 1px solid var(--l-gold);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 2.5rem;
  max-width: 90%;
  height: auto;
}
.sFacts__item-body {
  flex: 1;
  min-width: 0;
  max-width: 47.5625rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.sFacts__item-body h2 {
  font-family: inherit;
  letter-spacing: 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sFacts__item-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(244, 242, 236, 0.5);
}
.sFacts__item-desc p {
  margin: 0 0 0.875rem;
}
.sFacts__item-desc p:last-child {
  margin-bottom: 0;
}
.sFacts__item-desc ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
}
.sFacts__item-desc ul li {
  margin-bottom: 0.25rem;
}
.sFacts__item-desc ul li:last-child {
  margin-bottom: 0;
}
.sFacts__item-img {
  display: none;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.sFacts__item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sFacts__closing {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}
.sFacts__closing-title {
  font-family: inherit;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sFacts__checks {
  display: flex;
  gap: 2rem;
  justify-content: center;
  width: 100%;
  overflow: visible;
}
.sFacts__check {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  min-width: 0;
}
.sFacts .swiper-slide.sFacts__check {
  height: auto;
  --maw: calc((100% - 64px) / 5);
  max-width: max(207px, var(--maw));
}
.sFacts__check-icon {
  display: block;
  flex-shrink: 0;
  color: var(--l-gold);
}
.sFacts__check-label {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
}
.sFacts__closing-banner {
  background: var(--l-cyan-bg);
  width: 100%;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
}
.sFacts__closing-banner-text {
  font-family: var(--l-font-heading);
  font-weight: 600;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  line-height: 0.87;
  letter-spacing: -0.05em;
  color: #f4f2ec;
  margin: 0;
}
.sFacts__closing-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sFacts__closing-h {
  font-family: inherit;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sFacts__closing-sub {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sFAQ {
  background: var(--l-bg1);
  counter-reset: faq-num;
}
.sFAQ .section-title h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  margin-bottom: 5rem;
}
.sFAQ .dd-group {
  width: 100%;
}
.sFAQ .dd-group__item {
  padding: 0;
  border-bottom: 1px solid var(--l-div);
  background: transparent;
  margin-bottom: 0;
}
.sFAQ .dd-group__item:first-child {
  border-top: 1px solid var(--l-div);
}
.sFAQ .dd-group__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Inter Tight";
  color: #f4f2ec;
  cursor: pointer;
  text-wrap: balance;
}
.sFAQ .dd-group__head > div:first-child {
  flex: 1;
  min-width: 0;
}
.sFAQ .dd-group__title {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.sFAQ .dd-group__title::before {
  counter-increment: faq-num;
  content: counter(faq-num);
  display: inline-block;
  min-width: 3rem;
  font-family: var(--l-font-mono);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
  vertical-align: middle;
}
.sFAQ .dd-group__arrow {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  margin-top: 0;
  color: var(--bs-primary);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sFAQ .dd-group__arrow::before {
  display: none;
}
.sFAQ .dd-group__arrow::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  margin-top: -0.25rem;
}
.sFAQ .dd-group__item.active .dd-group__arrow::after {
  transform: rotate(45deg);
  margin-top: 0;
}
.sFAQ .dd-group__content {
  display: none;
  padding: 0 2.5rem 1.5rem 3rem;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  max-width: 880px;
}
.sFAQ .dd-group__content.active {
  display: block;
}
.sFAQ .dd-group__content p {
  margin-bottom: 0.5rem;
}
.sFAQ .dd-group__content p:last-child {
  margin-bottom: 0;
}

.sForm {
  --sForm-bg: #3b6fc9;
  --sForm-input-bg: #0f254a;
  --sForm-input-border: #ffffff;
  --sForm-input-h: 5.375rem;
  --sForm-input-px: 1.5rem;
  --sForm-label-top: 0.875rem;
  --sForm-label-fs: 1rem;
  --sForm-input-pt: 2.5rem;
  --sForm-placeholder-fs: 1.25rem;
  --sForm-btn-bg: var(--l-gold);
  --sForm-btn-fs: 2rem;
  --sForm-text-gap: 4rem;
  --sForm-shadow: 0 18px 32px rgba(0, 102, 255, 0.47);
  background-color: var(--sForm-bg);
  color: var(--l-white);
}
.sForm__head {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.sForm__decor {
  flex-shrink: 0;
  width: 4.9375rem;
  height: 1px;
  background-color: var(--l-white);
  opacity: 0.6;
}
.sForm__upper {
  font-family: var(--l-font-mono);
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 0.9;
}
.sForm .section-title h2 {
  font-size: clamp(2.75rem, 8vw, 6.25rem);
  color: var(--l-white);
  margin-bottom: 1.5rem;
}
.sForm__desc {
  font-size: 1.25rem;
  line-height: 1.4;
  max-width: 59rem;
  margin-bottom: var(--sForm-text-gap);
}
.sForm .inbfrm.v2 {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: none;
  text-align: left;
}
.sForm .inbfrm.v2 form {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.sForm .form-group {
  position: relative;
  height: var(--sForm-input-h);
  margin-bottom: 0;
}
.sForm .input-label {
  position: absolute;
  top: var(--sForm-label-top);
  left: var(--sForm-input-px);
  font-family: var(--bs-body-font-family);
  font-size: var(--sForm-label-fs);
  font-weight: 400;
  line-height: 1.4;
  color: var(--l-white);
  pointer-events: none;
  z-index: 1;
}
.sForm .inbfrm.v2 form .input_line input,
.sForm .form-control {
  width: 100%;
  height: var(--sForm-input-h);
  background-color: var(--sForm-input-bg) !important;
  border: 1px solid var(--sForm-input-border) !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-align: left !important;
  padding: 0 var(--sForm-input-px) !important;
  padding-top: var(--sForm-input-pt) !important;
  font-size: var(--sForm-placeholder-fs) !important;
  font-weight: 600 !important;
  line-height: 1.2;
  box-shadow: var(--sForm-shadow) !important;
  box-sizing: border-box;
}
.sForm .inbfrm.v2 form .input_line input::-moz-placeholder, .sForm .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
  font-weight: 600;
}
.sForm .inbfrm.v2 form .input_line input::placeholder,
.sForm .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
  font-weight: 600;
}
.sForm .inbfrm.v2 form .input_line input:focus,
.sForm .form-control:focus {
  background-color: var(--sForm-input-bg) !important;
  color: #fff !important;
  border-color: var(--l-gold) !important;
  box-shadow: var(--sForm-shadow) !important;
  outline: none;
}
.sForm .inbfrm.v2 form .input_line {
  margin: 0;
}
.sForm__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--sForm-input-h);
  padding-inline: 2rem;
  background-color: var(--sForm-btn-bg);
  color: #fff;
  border: none;
  border-radius: 0.125rem;
  font-family: var(--bs-body-font-family);
  font-size: var(--sForm-btn-fs);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: var(--sForm-shadow);
  transition: opacity 0.2s;
}
.sForm__btn:hover {
  opacity: 0.85;
}
.sForm .submit_line {
  display: flex;
  align-items: stretch;
}
.sForm .inbfrm.v2 .privacy_agreement_block label {
  color: var(--l-white) !important;
  font-family: var(--bs-body-font-family);
  font-size: 0.875rem;
  opacity: 0.75;
  white-space: normal;
  text-indent: 0;
  padding-left: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0.375rem;
}
.sForm .inbfrm.v2 .privacy_agreement_block label a {
  color: var(--l-white);
}

.sKotin {
  background-color: var(--l-bg2);
}
.sKotin__hero {
  display: grid;
  grid-template-columns: 1fr 31.25rem;
  gap: 0;
  align-items: start;
  position: relative;
}
.sKotin__hero-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
}
.sKotin .section-title h2 {
  color: var(--l-white);
}
.sKotin__bio {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--l-white);
}
.sKotin__bio p {
  margin: 0;
}
.sKotin__bio strong {
  font-weight: 700;
}
.sKotin__hero-photo {
  position: relative;
  margin-top: calc(-1 * var(--sPT));
  align-self: stretch;
}
.sKotin__photo {
  height: 100%;
  display: block;
}
.sKotin__certs {
  border: 1px solid var(--l-gold);
  padding: 2.5rem;
}
.sKotin__certs-inner {
  overflow: visible;
}
.sKotin__cert {
  width: auto;
  flex-shrink: 0;
  height: 16.6875rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.sKotin__cert a {
  display: block;
  height: 100%;
  cursor: zoom-in;
}
.sKotin__cert img {
  height: 100%;
  width: auto;
  display: block;
  border-radius: 1.25rem;
  transition: opacity 0.2s ease;
}
.sKotin__cert img:hover {
  opacity: 0.85;
}
.sKotin__quote {
  background: var(--l-cyan-bg);
  border-left: 1px solid var(--l-gold);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 4rem;
}
.sKotin__quote-text {
  font-family: var(--l-font-heading);
  font-style: italic;
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  line-height: 0.87;
  letter-spacing: -0.05em;
  color: var(--l-white);
}
.sKotin__quote-author {
  font-family: var(--l-font-mono);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
  line-height: 0.9;
}
.sKotin__slider-wrap {
  margin-top: 4rem;
}
.sKotin__slider-title {
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--l-white);
  text-align: center;
  margin-bottom: 2.5rem;
}
.sKotin__img-wrap {
  border: 1px solid var(--l-div);
  padding: 1.25rem;
}
.sKotin__img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.sMethods {
  background: var(--l-bg2);
}
.sMethods .section-title h2 {
  font-size: clamp(3rem, 7vw, 6.25rem);
  margin-bottom: 2rem;
}
.sMethods__lead {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  margin-bottom: 2rem;
  max-width: 56.25rem;
}
.sMethods__sub {
  font-family: var(--l-font-body, inherit);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1;
  color: #f4f2ec;
  margin-bottom: 4rem;
}
.sMethods__features {
  margin-bottom: 4rem;
  overflow: visible;
}
.sMethods__feature-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0;
}
.sMethods__feature-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.sMethods__feature-text h2 {
  font-family: inherit;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.sMethods__feature-desc {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sMethods__feature-img {
  flex: none;
  width: 100%;
  height: 17.5rem;
  border: 1px solid var(--l-div);
  padding: 0.75rem;
  position: relative;
  overflow: hidden;
}
.sMethods__feature-img img {
  position: absolute;
  inset: 0.75rem;
  width: calc(100% - 1.5rem);
  height: calc(100% - 1.5rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.sMethods__feature-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 10%, var(--l-bg2) 94%);
  pointer-events: none;
}
.sMethods__quote {
  font-family: var(--l-font-heading);
  font-weight: 600;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.87;
  letter-spacing: -0.04em;
  color: #f4f2ec;
  margin-bottom: 3rem;
}
.sMethods__quote em {
  font-style: normal;
  color: var(--l-gold);
}
.sMethods__cards {
  margin-bottom: 3rem;
  overflow: visible;
}
.sMethods .swiper-slide {
  height: auto;
  --maw: calc(25% - 12px);
  max-width: max(260px, var(--maw));
}
.sMethods__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 12.3125rem;
}
.sMethods__card-label {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
  line-height: 0.9;
}
.sMethods__card-text {
  font-family: inherit;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sMethods__big-card {
  position: relative;
  padding: 2.5rem;
  overflow: hidden;
  margin-bottom: 4rem;
  background: #161e2c;
}
.sMethods__big-card-bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: auto;
  pointer-events: none;
}
.sMethods__big-card h2 {
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
  max-width: 40rem;
}
.sMethods__big-card-desc {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
  position: relative;
  z-index: 1;
  max-width: 40.625rem;
}
.sMethods__cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.sMethods__cta .section-title {
  margin-bottom: 0;
}
.sMethods__cta .section-title h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.sMethods .btn-primary {
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
}

.sOutcome {
  background: var(--l-bg1);
}
.sOutcome__header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}
.sOutcome__cards {
  overflow: visible;
  margin-bottom: 4rem;
  counter-reset: outcome-num;
}
.sOutcome__cards .swiper-slide {
  height: auto;
  max-width: 19.75rem;
}
.sOutcome__card {
  background: var(--l-cyan-bg);
  border-left: 1px solid var(--l-gold);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 12.3125rem;
  position: relative;
  overflow: hidden;
  counter-increment: outcome-num;
}
.sOutcome__card::before {
  content: counter(outcome-num, decimal-leading-zero);
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  line-height: 0.9;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
  position: relative;
  z-index: 1;
}
.sOutcome__card-decor {
  font-family: var(--l-font-heading);
  font-weight: 700;
  font-size: 14.5625rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--l-cyan-bg);
  position: absolute;
  right: 1rem;
  bottom: -0.625rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.sOutcome__card-text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
  position: relative;
  z-index: 1;
}
.sOutcome__closing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.sOutcome__closing-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sOutcome__closing-sub {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}

.sProblem {
  background: var(--l-bg2);
}
.sProblem .section-title h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 0.87;
  letter-spacing: -0.05em;
  margin-bottom: 2rem;
}
.sProblem .section-title h2 em {
  font-style: italic;
}
.sProblem__sub {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin-bottom: 1.5rem;
}
.sProblem__list {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.sProblem__list-item {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--l-div);
  min-width: 180px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
}
.sProblem__arrow {
  font-weight: 700;
  font-size: 1rem;
  color: var(--l-gold);
  flex-shrink: 0;
  width: 2rem;
}
.sProblem__stat {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--l-div);
  margin-bottom: 1.5rem;
}
.sProblem__stat-num {
  font-family: var(--l-font-heading);
  font-weight: 600;
  font-size: clamp(4rem, 10vw, 8.5rem);
  line-height: 0.87;
  letter-spacing: -0.05em;
  color: #3b6fc9;
  flex-shrink: 0;
}
.sProblem__stat-text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  padding-bottom: 0.5rem;
  margin: 0;
}
.sProblem__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
.sProblem__card {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  min-height: 0;
}
.sProblem__card p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.sProblem__card--1 {
  border: 1px solid #6f2929;
}
.sProblem__card--2 {
  border: 1px solid #ca2d2d;
}
.sProblem__card--3 {
  border: 1px solid #ff2121;
}
.sProblem__card-num {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: var(--l-gold);
}
.sProblem__quote {
  background: var(--l-cyan-bg);
  border-left: 1px solid var(--l-gold);
  padding: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  min-height: 10rem;
  position: relative;
  padding-right: 166px;
}
.sProblem__quote-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
}
.sProblem__quote-text {
  font-family: var(--l-font-heading);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(1.125rem, 2.5vw, 2rem);
  line-height: 0.87;
  letter-spacing: -0.05em;
  color: #f4f2ec;
  margin: 0;
}
.sProblem__quote-author {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
}
.sProblem__quote-photo {
  width: auto;
  height: min(236px, 120%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.sProblem__closing p {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  margin-bottom: 1rem;
}
.sProblem__closing p:last-child {
  margin-bottom: 0;
}
.sProblem__closing strong {
  color: var(--l-gold);
  font-weight: 600;
}

.sProgram {
  background: var(--Bg1, #0a0b0d);
}
.sProgram__header {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 5rem;
}
.sProgram .section-title h2 {
  color: var(--l-white);
}
.sProgram__intro {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--l-white);
}
.sProgram__intro p {
  margin: 0;
}
.sProgram__rows {
  counter-reset: prog-num;
}
.sProgram__row {
  position: relative;
  border-bottom: 1px solid var(--l-div);
  counter-increment: prog-num;
  padding: 2.5rem 0;
}
.sProgram__row:first-child {
  border-top: 1px solid var(--l-div);
}
.sProgram__row::before {
  content: counter(prog-num);
  position: absolute;
  left: 0;
  bottom: -0.09375em;
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 14rem;
  line-height: 0.9;
  letter-spacing: 0.15em;
  color: var(--l-gold);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}
.sProgram__row-title {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Inter Tight";
  color: var(--l-white);
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.sProgram__row-content {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--l-white);
}
.sProgram__row-content p {
  margin-bottom: 0.75rem;
}
.sProgram__row-content p:last-child {
  margin-bottom: 0;
}
.sProgram__row-content ul,
.sProgram__row-content ol {
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}
.sProgram__row-content ul li,
.sProgram__row-content ol li {
  margin-bottom: 0.25rem;
}
.sProgram__row-content ul:last-child,
.sProgram__row-content ol:last-child {
  margin-bottom: 0;
}
.sProgram__dim-list li {
  color: rgba(244, 242, 236, 0.5);
}
.sProgram__lessons {
  margin-top: 1rem;
}
.sProgram__lessons .dd-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.sProgram__lessons .dd-group__item {
  background: var(--l-cyan-bg);
  padding: 0;
  margin-bottom: 0;
}
.sProgram__lessons .dd-group__item.active {
  border-left: 2px solid var(--l-gold);
}
.sProgram__lessons .dd-group__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  cursor: pointer;
}
.sProgram__lessons .dd-group__head > div:first-child {
  flex: 1;
  min-width: 0;
}
.sProgram__lessons .dd-group__title {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Inter Tight";
  color: var(--l-white);
  line-height: 1.4;
}
.sProgram__lessons .dd-group__title strong {
  font-weight: 700;
}
.sProgram__lessons .dd-group__arrow {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-top: 0;
}
.sProgram__lessons .dd-group__arrow::before {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 1.5px;
  background: var(--bs-primary);
  transition: none;
}
.sProgram__lessons .dd-group__arrow::after {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 0.875rem;
  background: var(--bs-primary);
  transition: opacity 0.2s ease;
}
.sProgram__lessons .dd-group__item.active .dd-group__arrow::after {
  opacity: 0;
}
.sProgram__lessons .dd-group__content {
  display: none;
  padding: 0 1rem 1rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(244, 242, 236, 0.5);
}
.sProgram__lessons .dd-group__content.active {
  display: block;
}
.sProgram__lessons .dd-group__content p {
  margin: 0;
}
.sProgram__summary {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.sProgram__summary-title {
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--l-white);
  margin: 0;
  max-width: 56.25rem;
}
.sProgram__summary-text {
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--l-white);
  margin: 0;
  max-width: 59rem;
}
.sProgram__summary-cta {
  display: flex;
  justify-content: center;
}

.sQA {
  background: var(--Bg1, #0a0b0d);
  counter-reset: qa-num;
}
.sQA .section-title h2 {
  font-size: clamp(3rem, 7vw, 6.25rem);
  color: var(--l-white);
  margin-bottom: 5rem;
}
.sQA__cta {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.sQA .dd-group {
  width: 100%;
}
.sQA .dd-group__item {
  padding: 0;
  border-bottom: 1px solid var(--l-div);
  background: transparent;
  margin-bottom: 0;
}
.sQA .dd-group__item:first-child {
  border-top: 1px solid var(--l-div);
}
.sQA .dd-group__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Inter Tight";
  color: var(--l-white);
  cursor: pointer;
  text-wrap: balance;
}
.sQA .dd-group__head > div:first-child {
  flex: 1;
  min-width: 0;
}
.sQA .dd-group__title {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.sQA .dd-group__title::before {
  counter-increment: qa-num;
  content: counter(qa-num);
  display: inline-block;
  min-width: 3rem;
  font-family: var(--l-font-mono);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
  vertical-align: middle;
}
.sQA .dd-group__arrow {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0;
  margin-top: 0;
  color: var(--bs-primary);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sQA .dd-group__arrow::before {
  display: none;
}
.sQA .dd-group__arrow::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  margin-top: -0.25rem;
}
.sQA .dd-group__item.active .dd-group__arrow::after {
  transform: rotate(45deg);
  margin-top: 0;
}
.sQA .dd-group__content {
  display: none;
  padding: 0 2.5rem 1.5rem 3rem;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--l-white);
  max-width: 880px;
}
.sQA .dd-group__content.active {
  display: block;
}
.sQA .dd-group__content p {
  margin-bottom: 0.5rem;
}
.sQA .dd-group__content p:last-child {
  margin-bottom: 0;
}

.sSolution {
  background: var(--l-bg2);
}
.sSolution__top-row {
  margin-bottom: 5rem;
  --bs-gutter-y: 2.5rem;
}
.sSolution .section-title h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.sSolution__top-row .section-title h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 0.87;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.sSolution__stream {
  font-family: var(--l-font-body, inherit);
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--l-gold);
  margin-bottom: 2rem;
}
.sSolution__x-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sSolution__x-item .icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  color: var(--l-red);
}
.sSolution__right-card {
  padding: 1.5rem;
  height: 100%;
}
.sSolution__card-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #f4f2ec;
  margin-bottom: 1rem;
}
.sSolution__card-sub {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  margin-bottom: 0.5rem;
}
.sSolution__arrow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sSolution__quote {
  font-family: var(--l-font-heading);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.87;
  letter-spacing: -0.04em;
  color: #f4f2ec;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.sSolution__quote em {
  font-style: normal;
  color: var(--l-gold);
}
.sSolution .section-title {
  margin-bottom: 3rem;
}
.sSolution__contents {
  margin-bottom: 5rem;
}
.sSolution__content-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--l-div);
}
.sSolution__content-num {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: var(--l-gold);
  flex-shrink: 0;
  width: 2rem;
}
.sSolution__content-name {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #f4f2ec;
  flex: 1;
  margin: 0;
}
.sSolution__content-desc {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  flex: 1;
  margin: 0;
}
.sSolution__content-desc p {
  margin: 0 0 0.5rem;
}
.sSolution__sub-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0.5rem 0 0;
}
.sSolution__sub-list li {
  font-size: 1.25rem;
  line-height: 1.4;
  color: rgba(244, 242, 236, 0.5);
}
.sSolution .def-slider {
  max-width: 100%;
  margin-bottom: 3rem;
}
.sSolution .def-slider .swiper {
  overflow: hidden;
  margin-bottom: 0;
}
.sSolution .def-slider .control-wrap {
  position: static;
  max-width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.sSolution .def-slider .swiper-button-hand {
  --swiperArrowSize: 2.5rem;
  --swiperArrowPosition: calc(-1 * var(--swiperArrowSize) / 2);
  --swiperBgDef: var(--l-cyan-bg);
  --swiperBgDefHover: var(--l-cyan-bg);
  --swiperBorderColorDef: #3b6fc9;
  --swiperBorderColorDefHover: #3b6fc9;
  --swiperColorDef: #3b6fc9;
  --swiperColorDefHover: #3b6fc9;
  border-radius: 1rem;
  box-shadow: none;
  border-width: 1px;
}
.sSolution .def-slider .swiper-button-hand .icon {
  font-size: 1rem;
  stroke-width: 3;
}
.sSolution__slide-img {
  display: block;
  width: 100%;
  height: auto;
}
.sSolution__slider-caption {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 5rem;
  margin-inline: auto;
  max-width: 660px;
}
.sSolution__slider-caption p {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0 0 0.5rem;
}
.sSolution__slider-caption p:last-child {
  font-weight: 400;
}
.sSolution__slider-caption strong {
  font-weight: 600;
}
.sSolution__cta {
  text-align: center;
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.sSolution__cta .section-title {
  margin-bottom: 0;
}
.sSolution__cta-sub {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}

.sStrategy {
  background: var(--l-bg2);
}
.sStrategy__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}
.sStrategy__hero-left {
  flex: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.sStrategy .section-title h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.sStrategy__hero-left .section-title h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 0.87;
  letter-spacing: -0.05em;
  margin: 0;
}
.sStrategy__hero-text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.sStrategy__hero-text p {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  color: #f4f2ec;
  margin: 0;
}
.sStrategy__hero-photos {
  display: none;
  flex: 1;
  position: relative;
}
.sStrategy__photo-1 {
  position: absolute;
  left: 2.5rem;
  top: 0;
  width: 17.5rem;
  transform: rotate(3.72deg);
  background: #fff;
  padding: 1rem;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.sStrategy__photo-1 img {
  display: block;
  width: 100%;
  height: auto;
}
.sStrategy__photo-2 {
  position: absolute;
  right: 0;
  top: 6.25rem;
  width: 17.5rem;
  transform: rotate(-5.46deg);
  box-shadow: 0 4px 155px 19px rgba(70, 84, 140, 0.09);
  z-index: 2;
}
.sStrategy__photo-2 img {
  display: block;
  width: 100%;
  height: auto;
}
.sStrategy__cols {
  overflow: visible;
  margin-bottom: 4rem;
  overflow: visible;
}
.sStrategy__cols .swiper-slide {
  height: auto;
  --maw: calc(100% - 32px);
  max-width: 95%;
}
.sStrategy__col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-right: 0;
  border-right: none;
}
.sStrategy__col:last-child {
  border-right: none;
  padding-right: 0;
}
.sStrategy__col h2 {
  font-family: inherit;
  letter-spacing: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  color: #f4f2ec;
  margin: 0;
}
.sStrategy__col-text {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.sStrategy__col-text p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sStrategy__indicator-title {
  display: block;
  font-family: var(--l-font-heading);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 0.87;
  letter-spacing: -0.05em;
  color: #f4f2ec;
  margin-bottom: 3rem;
}
.sStrategy__indicator-title em {
  font-style: normal;
  color: var(--l-gold);
}
.sStrategy__platforms {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.sStrategy__platform {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 12.3125rem;
  position: relative;
  overflow: hidden;
}
.sStrategy__platform-label {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
  line-height: 0.9;
}
.sStrategy__platform-logo {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  height: 2.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.sStrategy__platform-name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
}
.sStrategy__indicator-desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0 0 4rem;
}
.sStrategy__steps-head {
  text-align: center;
  margin-bottom: 3rem;
}
.sStrategy__steps-head .section-title {
  margin-bottom: 1.5rem;
}
.sStrategy__steps-sub {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sStrategy__steps {
  overflow: visible;
  margin-bottom: 4rem;
}
.sStrategy__steps .swiper-slide {
  height: auto;
  --maw: calc((100% - 64px) / 5);
  max-width: max(220px, var(--maw));
}
.sStrategy__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
  position: relative;
}
.sStrategy__step::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100px;
  width: 100%;
  height: 1px;
  border: 1px dashed #c8a765;
}
.sStrategy__step-num {
  font-family: var(--l-font-heading);
  font-weight: 600;
  font-size: 4rem;
  line-height: 0.87;
  letter-spacing: -0.05em;
  color: #f4f2ec;
}
.sStrategy__step-dot {
  width: 2.5625rem;
  height: 2.5625rem;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.sStrategy__step-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #3b6fc9;
  z-index: 2;
}
.sStrategy__step-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(var(--scale, 1));
  border-radius: 50%;
  border: 1px solid #c8a765;
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--l-bg2);
}
.sStrategy__step:last-child::before {
  display: none;
}
.sStrategy__step:nth-child(1) .sStrategy__step-dot {
  --scale: 0.5;
}
.sStrategy__step:nth-child(2) .sStrategy__step-dot {
  --scale: 0.65;
}
.sStrategy__step:nth-child(3) .sStrategy__step-dot {
  --scale: 0.75;
}
.sStrategy__step:nth-child(4) .sStrategy__step-dot {
  --scale: 0.85;
}
.sStrategy__step-label {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sStrategy__outro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.sStrategy__outro .section-title {
  margin-bottom: 0;
}
.sStrategy__outro-sub {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
  max-width: 47.5625rem;
}

.sStuck {
  background: var(--l-bg2);
}
.sStuck .section-title h2 {
  font-size: clamp(3rem, 7vw, 6.25rem);
  margin-bottom: 4rem;
}
.sStuck .section-title h2 em {
  font-style: italic;
}
.sStuck .section-title--inner h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0;
}
.sStuck__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 4rem;
}
.sStuck__intro-left {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  flex-shrink: 0;
}
.sStuck__bullets {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
}
.sStuck__bullets li {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.69;
  color: #f4f2ec;
}
.sStuck__arrow-icon {
  display: block;
  flex-shrink: 0;
  font-size: 2.6875rem;
  color: var(--l-gold);
}
.sStuck__intro-card {
  flex: 1;
  min-width: 0;
  background: var(--l-cyan-bg);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sStuck__intro-card p {
  font-family: var(--l-font-heading);
  font-weight: 600;
  font-size: clamp(1.375rem, 3vw, 2.5rem);
  line-height: 0.87;
  letter-spacing: -0.05em;
  color: #f4f2ec;
  margin: 0;
}
.sStuck .section-title {
  margin-bottom: 3rem;
}
.sStuck__traps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.sStuck__trap-img {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35rem;
  pointer-events: none;
  z-index: 0;
}
.sStuck__trap-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 30%, var(--l-bg2) 85%);
}
.sStuck__trap-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sStuck__trap-col {
  flex: 1;
  position: relative;
  z-index: 1;
  max-width: 432px;
}
.sStuck__trap-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--l-div);
}
.sStuck__trap-item p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  color: #f4f2ec;
  margin: 0;
}
.sStuck__arrow {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: var(--l-gold);
  flex-shrink: 0;
  width: 2rem;
}
.sStuck__mentor {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}
.sStuck__mentor-title {
  font-family: inherit;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  color: #f4f2ec;
  margin: 0;
}
.sStuck__mentor-cards {
  overflow: visible;
}
.sStuck .swiper-slide {
  height: auto;
  --maw: calc((100% - 48px) / 4);
  max-width: max(275px, var(--maw));
}
.sStuck__mentor-card {
  padding: 1.5rem;
  min-height: 12.3125rem;
  height: 12.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sStuck__mentor-card p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  color: #f4f2ec;
}
.sStuck__mentor-card--1 {
  border: 1px solid #6f2929;
}
.sStuck__mentor-card--2 {
  border: 1px solid #ca2d2d;
}
.sStuck__mentor-card--3 {
  border: 1px solid #ff2121;
}
.sStuck__mentor-card--4 {
  border: 1px solid #ff2121;
}
.sStuck__mentor-num {
  font-family: var(--l-font-mono);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--l-gold);
}
.sStuck__closing {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #f4f2ec;
  margin: 0;
}
.sStuck__divider {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.sStuck__divider-arrow {
  display: block;
  width: 100%;
  max-width: 41.0625rem;
  height: auto;
}
.menu {
  list-style: none;
  position: relative;
  margin-bottom: 0;
  max-width: 100%;
}
.menu li {
  padding: 0;
}
.menu a {
  display: block;
  padding: 1.25rem calc(var(--bs-gutter-x) / 2);
}

.toggle-menu-mobile {
  --h: 0.125em;
  --color: #3b6fc9;
  --position: calc(var(--h) * 2);
  display: block;
  height: calc(var(--h) * 12);
  position: relative;
  font-size: 32px;
  width: 1em;
  cursor: pointer;
}
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
  content: "";
  position: absolute;
  left: 0;
}
.toggle-menu-mobile span {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}
.toggle-menu-mobile span:before {
  top: var(--position);
  transform: rotate3d(0, 0, 1, var(--rotate, 0));
}
.toggle-menu-mobile span:after {
  bottom: var(--position);
  transform: rotate3d(0, 0, 1, calc(-1 * var(--rotate, 0)));
}
.toggle-menu-mobile span,
.toggle-menu-mobile span:after,
.toggle-menu-mobile span:before {
  width: 1em;
  height: var(--h);
  background-color: var(--color);
  transition: all 0.3s;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
}
.toggle-menu-mobile.on span {
  --color: transparent;
}
.toggle-menu-mobile.on {
  --position: 0;
  --rotate: 45deg;
}
.top-nav__row {
  --bs-gutter-y: var(--bs-gutter-x);
}
.top-nav__slide {
  height: auto;
}
.topLine {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(17, 19, 23, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  height: 4rem;
}
.topLine .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.topLine__logo {
  flex-shrink: 0;
}
.topLine__logo img {
  display: block;
}
.topLine__text {
  font-size: 1rem;
  color: #f4f2ec;
  line-height: 1.4;
  text-align: center;
  flex: 1;
}
.topLine__btn {
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #f4f2ec;
  border: 1px solid rgba(244, 242, 236, 0.5);
  border-radius: 21.875rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s, color 0.2s;
}
.topLine__btn:hover {
  border-color: #f4f2ec;
  color: #f4f2ec;
}

/*
  коммент
	primary
*/

@media (min-width: 576px){
  .headerBlock__list {
    margin-bottom: 2.5rem;
  }
  .headerBlock__list-item {
    gap: 3rem;
    flex-wrap: nowrap;
  }
  .headerBlock__keyword {
    font-size: 1.25rem;
    min-width: 10rem;
  }
  .headerBlock__desc {
    display: inline;
  }
  .modal-text {
    max-width: 1000px;
  }
  .sOutcome__card {
    min-height: 14.9375rem;
  }
  .sProblem__cards {
    flex-direction: row;
  }
  .sProblem__card {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    min-height: 10rem;
  }
}

@media (min-width: 768px){
  :root {
    --sPT: 5rem;
    --sPB: 5.625rem;
    --sTPB: 2.5rem;
  }
  .footer__container .before {
    top: 36%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
  }
  .sAuthor__question-block .section-title {
    margin-bottom: 3.5rem;
  }
  .sAuthor__q-card {
    height: 12.3125rem;
    min-height: 0;
  }
  .sAuthor__results-stat {
    font-size: 2rem;
  }
  .sAuthor__cond {
    height: 12.3125rem;
    min-height: 0;
  }
  .sClosing__cards {
    overflow: visible;
  }
  .sFacts__item-body h2 {
    font-size: 2rem;
  }
  .sFacts__item-desc {
    font-size: 1.25rem;
  }
  .sFacts__closing-title {
    font-size: 2rem;
  }
  .sFacts__closing-h {
    font-size: 2rem;
  }
  .sMethods__feature-text h2 {
    font-size: 2rem;
  }
  .sSolution__card-title {
    font-size: 2rem;
  }
  .sSolution__content-row {
    flex-direction: row;
    gap: 1.5rem;
  }
  .sStrategy__hero-photos {
    display: block;
    width: 100%;
    min-height: 20rem;
  }
  .sStrategy__col h2 {
    font-size: 2.5rem;
  }
  .sStrategy__platforms {
    flex-direction: row;
  }
  .sStuck__intro {
    flex-direction: row;
    align-items: center;
  }
  .sStuck__mentor-card {
    height: auto;
  }
}

@media (min-width: 992px){
  .wow {
    visibility: hidden;
  }
  .panel-with-bg {
    padding: 5rem;
  }
  .footer {
    padding: 2.75rem 0 7.5rem;
  }
  .footer__txt--h6 {
    margin-bottom: 2.625rem;
  }
  .footer__txt--support {
    margin-bottom: 4.875rem;
  }
  .footer__txt--support a {
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
  }
  .headerBlock {
    padding-top: 10.25rem;
  }
  .headerBlock__title {
    margin-right: -50%;
  }
  .headerBlock__photo-col {
    margin-top: 0;
  }
  .def-slider h6 {
    margin-bottom: 2.5rem;
  }
  .def-slider .swiper-button-hand {
    --swiperArrowPosition: 16%;
  }
  main .btn-primary.btn--mobile-fixed,
  main .btn-primary.is-stopped {
    position: static;
    width: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-align: inherit;
    z-index: auto;
    transition: none;
  }
  .sAuthor__photo-wrap {
    max-width: none;
  }
  .sAuthor__q-cards {
    overflow: visible;
  }
  .sAuthor__cond {
    flex: 1;
  }
  .sClosing__header {
    margin-bottom: 5rem;
  }
  .sFacts__header {
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 5rem;
  }
  .sFacts__header-left {
    flex: 0 0 30rem;
    width: auto;
  }
  .sFacts__header-right {
    padding-top: 5.125rem;
  }
  .sFacts__list .swiper-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
  .sFacts__list .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  .sFacts__item {
    padding: 2.5rem;
    max-width: 100%;
  }
  .sFacts__item-img {
    display: block;
    width: 18.75rem;
    height: 18.75rem;
  }
  .sKotin__photo {
    margin-left: -30%;
  }
  .sKotin__certs {
    margin-top: 4rem;
  }
  .sMethods__features .swiper-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .sMethods__features .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  .sMethods__feature-row:nth-child(odd) {
    flex-direction: row-reverse;
    padding-left: 0;
  }
  .sMethods__feature-row {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    padding-left: 3rem;
  }
  .sMethods__feature-row--rev {
    flex-direction: row;
    padding-left: 0;
    padding-right: 1rem;
  }
  .sMethods__feature-img {
    flex: 0 0 26.25rem;
    width: auto;
    height: 20rem;
    padding: 1.25rem;
  }
  .sMethods__feature-img img {
    inset: 1.25rem;
    width: calc(100% - 2.5rem);
    height: calc(100% - 2.5rem);
  }
  .sOutcome__header {
    margin-bottom: 5rem;
  }
  .sOutcome__cards {
    overflow: visible;
  }
  .sOutcome__cards .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 2rem !important;
    transform: none !important;
    width: 100% !important;
  }
  .sOutcome__cards .swiper-slide {
    flex: 0 0 calc((100% - 2rem) / 2) !important;
    width: auto !important;
    max-width: none !important;
    margin-right: 0 !important;
  }
  .sOutcome__cards .swiper-slide {
    flex: 0 0 calc((100% - 6rem) / 4) !important;
  }
  .sProgram__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
  }
  .sProgram__row-title {
    grid-column: 1;
    grid-row: 1;
    padding-right: 2.5rem;
  }
  .sProgram__row-content {
    grid-column: 2;
    grid-row: 1;
  }
  .sSolution__right-card {
    padding: 1.5rem 2.5rem;
  }
  .sSolution .btn-primary {
    width: 359px;
  }
  .sStrategy__hero {
    flex-direction: row;
    margin-bottom: 5rem;
  }
  .sStrategy__hero-left {
    flex: 0 0 27.5rem;
    width: auto;
  }
  .sStrategy__hero-photos {
    width: auto;
    min-height: 30rem;
  }
  .sStrategy__cols .swiper-slide {
    --maw: calc((100% - 32px) / 3);
    max-width: max(412px, var(--maw));
  }
  .sStrategy__col {
    padding-right: 4rem;
    max-width: 100%;
  }
  .sStrategy__steps {
    overflow: visible;
  }
  .sStuck__traps {
    flex-direction: row;
  }
  .sStuck__trap-img {
    display: block;
  }
  .menu {
    display: flex;
    text-align: center;
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-left: calc(-1 * var(--bs-gutter-x) / 2);
    margin-right: calc(-1 * var(--bs-gutter-x) / 2);
    flex-wrap: wrap;
  }
  .menu > * {
    margin-top: calc(var(--bs-gutter-y));
    padding-left: calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
}

@media (min-width: 1200px){
  .footer__container .before img {
    width: 12.9375rem;
    height: auto;
  }
  .sFacts__header-left {
    flex: 0 0 41.625rem;
  }
  .sFacts__item-img {
    width: 26.875rem;
    height: 26.875rem;
  }
  .sMethods__feature-row {
    gap: 5rem;
    padding-left: 0;
  }
  .sMethods__feature-row--rev {
    padding-right: 2.5rem;
  }
  .sMethods__feature-img {
    flex: 0 0 36.25rem;
    height: 26.875rem;
  }
  .sStrategy__hero-left {
    flex: 0 0 36.9375rem;
  }
  .sStrategy__photo-1 {
    width: 30rem;
  }
  .sStrategy__photo-2 {
    width: 35rem;
    top: 8.75rem;
  }
}

@media (min-width: 1300px){
  .footer__txt--support a {
    font-size: 1.25rem;
  }
  .footer .text-lg-end p {
    font-size: 1.25rem;
  }
}

@media (max-width: 991.98px){
  .sKotin__hero {
    grid-template-columns: 1fr;
  }
  .sKotin__hero-content {
    padding-right: 0;
    gap: 2rem;
  }
  .sKotin__hero-photo {
    margin-top: 2.5rem;
    margin-right: calc(-1 * var(--bs-gutter-x));
    height: 25rem;
  }
  .sProgram__row-title {
    margin-bottom: 1.5rem;
  }
  .menu-mobile {
    --s: 0.6s;
    transition: all var(--s) ease-in-out;
    will-change: transform;
  }
  .menu-mobile {
    position: fixed !important;
    z-index: 999;
    max-width: 85%;
    width: 280px;
    top: 0;
    right: 0;
    background-color: #111317;
  }
  .menu-mobile:not(.active) {
    transform: translate3d(120%, 0, 0);
    --opacity: 0;
  }
  .menu-mobile:not(.active) .toggle-menu-mobile {
    opacity: 0;
  }
  .menu-mobile .toggle-menu-mobile {
    margin-left: -15%;
    position: absolute;
    left: 0;
    right: auto;
    color: #fff;
    top: 10px;
    z-index: 9999;
  }
  .menu-mobile .toggle-menu-mobile span:after,
  .menu-mobile .toggle-menu-mobile span:before {
    --color: #ffffff;
  }
  .menu-mobile__inner {
    padding: calc(env(safe-area-inset-top, 0px) + 1.25rem) 0 calc(env(safe-area-inset-bottom, 0px) + 1.25rem);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
  }
  .menu-mobile.active .toggle-menu-mobile {
    opacity: 1;
  }
  .menu-mobile ul {
    position: relative;
  }
  .menu-mobile li {
    display: block;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
  .menu-mobile li a {
    padding: 10px;
    display: block;
  }
}

@media (max-width: 767.98px){
  .sAudience__header {
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
  .sAudience__card {
    padding: 1.5rem;
  }
  .sAudience__card-title {
    font-size: 1.5rem;
  }
  .sAudience__card-text {
    font-size: 1rem;
  }
  .sAudience__bottom {
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
  .sAudience__bottom-title {
    font-size: 1.375rem;
  }
  .sAudience__bottom-text {
    font-size: 1rem;
  }
  .sClosing__h3 {
    font-size: 1.375rem;
  }
  .sClosing__card {
    padding: 1.5rem;
  }
  .sClosing__list li {
    font-size: 1rem;
  }
  .sClosing__outro-title {
    font-size: 1.375rem;
  }
  .sClosing__cta {
    font-size: 1.125rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sFAQ .section-title h2 {
    margin-bottom: 2.5rem;
  }
  .sFAQ .dd-group__head {
    font-size: 1.25rem;
    padding: 1rem 0;
  }
  .sFAQ .dd-group__title::before {
    min-width: 2rem;
    font-size: 0.8125rem;
  }
  .sFAQ .dd-group__content {
    font-size: 1rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
  }
  .sForm {
    --sForm-text-gap: 2rem;
    --sForm-btn-fs: 1.375rem;
  }
  .sForm__upper {
    white-space: normal;
  }
  .sKotin__bio {
    font-size: 1rem;
  }
  .sKotin__certs {
    padding: 1.25rem;
  }
  .sKotin__certs-inner {
    overflow: hidden;
  }
  .sKotin__cert {
    height: 11.25rem;
  }
  .sKotin__quote {
    margin-top: 2.5rem;
  }
  .sKotin__quote-text {
    line-height: 1.3;
  }
  .sKotin__slider-wrap {
    margin-top: 2.5rem;
  }
  .sOutcome__closing-title {
    font-size: 1.5rem;
  }
  .sProgram__header {
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .sProgram__intro {
    font-size: 1rem;
  }
  .sProgram__row::before {
    font-size: 7.5rem;
  }
  .sProgram__row-title {
    font-size: 1.375rem;
  }
  .sProgram__row-content {
    font-size: 1rem;
  }
  .sProgram__lessons .dd-group__title {
    font-size: 1rem;
  }
  .sProgram__summary {
    margin-top: 3rem;
    gap: 1.5rem;
  }
  .sProgram__summary-text {
    font-size: 1rem;
  }
  .sQA .section-title h2 {
    margin-bottom: 2.5rem;
  }
  .sQA__cta {
    margin-top: 2.5rem;
  }
  .sQA .dd-group__head {
    font-size: 1.25rem;
    padding: 1rem 0;
  }
  .sQA .dd-group__title::before {
    min-width: 2rem;
    font-size: 0.8125rem;
  }
  .sQA .dd-group__content {
    font-size: 1rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
  }
}

@media (hover: hover){
  .custom-scroll {
    /* Chrome, Edge, and Safari */
  }
  .custom-scroll {
    scrollbar-width: auto;
    scrollbar-color: var(--bs-primary) transparent;
  }
  .custom-scroll::-webkit-scrollbar {
    width: 4px;
  }
  .custom-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .custom-scroll::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 16px;
    border: 0px solid transparent;
  }
}