/* stylelint-disable */

/* stylelint-disable */

/* stylelint-disable scss/operator-no-unspaced */

/* stylelint-disable scss/dollar-variable-colon-newline-after */

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

html {
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

button {
  border: none;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

iframe {
  border: 0px;
}

input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.focus-visible {
  outline: auto 1px;
}

.ios .lock {
  position: relative;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:root {
  --font-family: "Manrope", sans-serif;
  --font-weight: 500;
  --content-width: 117rem;
  --container-offset: 5rem;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --transition: 0.3s;
  --clr-default-100: #fff;
  --clr-default-150: #fafafa;
  --clr-default-180: #f0f0f0;
  --clr-default-200: #e0e0e0;
  --clr-default-230: #f4f4f4;
  --clr-default-240: #e6edfb;
  --clr-default-250: rgba(255, 255, 255, 0.64);
  --clr-default-400: #181818;
  --clr-default-800: #3b3c46;
  --clr-default-900: #041b28;
  --primary-400: #36d1dc;
  --primary-500: #2060ec;
  --primary-900: #252631;
  --gradient: linear-gradient(290.07deg, #36d1dc 12.84%, #5b86e5 100.88%);
  --gradient-bg: linear-gradient(271deg, #003a5a 0%, #000c3d 100%);
}

.container__line {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #034072;
  transition: opacity var(--transition);
  pointer-events: none;
}

.container__line::after,
.container__line::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(290.07deg, #36d1dc 12.84%, #5b86e5 100.88%);
}

.container__line::before {
  left: 50%;
  bottom: -2px;
  width: 1.2rem;
  height: 0.2rem;
  transform: translateX(-50%);
}

.container__line::after {
  bottom: -7px;
  width: 0.2rem;
  height: 1.2rem;
}

.container__line--left {
  left: calc((100% - 117rem) / 2 - 5rem);
}

.container__line--right {
  right: calc((100% - 117rem) / 2 - 5rem);
}

.container__line--no-line::after,
.container__line--no-line::before {
  display: none;
}

body {
  font-size: clamp(
    1.4rem,
    1.2545454545rem + 0.4545454545vw,
    1.8rem
  );
  color: rgba(59, 60, 70, 0.64);
  background-image: var(--gradient-bg);
}

body.lock {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  touch-action: none;
  overscroll-behavior: none;
}

body.lock .container__line--left {
  left: calc((100% - 117rem) / 2 - 5rem - var(--padding) / 2);
}

body.lock .container__line--right {
  right: calc((100% - 117rem) / 2 - 5rem + var(--padding) / 2);
}

body.lock .header--fixed {
  transition: background-color var(--transition);
}

body.lock .header--fixed .logo a::after {
  opacity: 0;
  visibility: hidden;
}

body.lock .header--fixed .logo a::before {
  opacity: 1;
  visibility: visible;
}

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

.wrapper::before {
  content: "";
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
  inset: 0;
}

.wrapper[data-overlay=true]::before {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition), visibility var(--transition);
}

main {
  flex-grow: 1;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--container-offset);
  padding-left: var(--container-offset);
  width: 100%;
  max-width: var(--container-width);
}

/**
 * Swiper 10.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 1, 2023
 */

.swiper {
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
  list-style: none;
  overflow: hidden;
  overflow: clip;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  scrollbar-width: none;
  /* For Firefox */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  transform-origin: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

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

.section__title {
  font-weight: 700;
  font-size: clamp(
    3.2rem,
    2.6181818182rem + 1.8181818182vw,
    4.8rem
  );
  line-height: 120%;
  letter-spacing: -0.009em;
  color: var(--clr-default-900);
}

.section__title--small {
  font-size: clamp(
    2.8rem,
    2.5090909091rem + 0.9090909091vw,
    3.6rem
  );
}

.section__title--white {
  color: var(--clr-default-100);
}

.section__text {
  line-height: 145%;
}

.section__text--white {
  color: var(--clr-default-100);
}

.section__text p + p {
  margin-top: 1.5rem;
}

.section__text--gradient {
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
}

.section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 3rem;
  padding-right: 3rem;
  padding-left: 3rem;
  min-width: 2.4rem;
  min-height: 5.6rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--clr-default-100);
  background-image: var(--gradient);
  transition: box-shadow var(--transition);
}

.section__btn span {
  display: inline-block;
  margin-left: 1rem;
}

.section__btn span.text {
  display: inline-block;
  transition: transform var(--transition);
}

.section__btn span.img {
  transition: transform var(--transition);
}

.section__btn:active span.text {
  transform: translateY(0.2rem);
  transition: transform var(--transition);
}

.section__btn:active span.img {
  transform: translateX(0.4rem);
  transition: transform var(--transition);
}

.section__list--num {
  counter-reset: section;
}

.section__list--mark li {
  position: relative;
  padding-left: 3rem;
}

.section__list--mark li::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0.8rem;
  border-radius: 50%;
  width: 0.35rem;
  height: 0.35rem;
  background-color: var(--clr-default-800);
}

.section__list--mark li + li {
  margin-top: 2rem;
}

.section__item--num {
  position: relative;
  padding-left: 2.5rem;
}

.section__item--num::before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 0.5rem;
  top: 0;
  font-weight: 400;
  font-size: clamp(
    1.4rem,
    1.2545454545rem + 0.4545454545vw,
    1.8rem
  );
}

.section__item--num .section__list--mark li {
  transform: translateX(-2.5rem);
}

.section__item--num + .section__item--num,
.section__item--num > .section__list--mark {
  margin-top: 2rem;
}

.center {
  text-align: center;
}

.menu {
  margin-left: auto;
}

.menu-active .logo a::before {
  opacity: 1;
  visibility: visible;
}

.menu-active .logo a::after {
  opacity: 0;
  visibility: hidden;
}

.menu__list {
  display: flex;
  align-items: center;
}

.menu__item + .menu__item {
  margin-left: 3rem;
}

.menu__link {
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 140%;
  color: var(--primary-900);
}

.menu__link::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  width: 0;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  transition: 0.6s ease-out width;
}

.menu__btn {
  margin-top: auto;
  width: 100%;
}

.logo {
  max-width: 19rem;
}

.burger {
  display: none;
}

.header {
  position: fixed;
  z-index: 10;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
}

.header--fixed {
  min-height: 7rem;
  background-image: var(--gradient-bg);
}

.header--fixed .container__line {
  opacity: 0;
  transition: opacity var(--transition);
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header .section__btn {
  margin-left: 7rem;
  min-width: 1.9rem;
  min-height: 4.8rem;
  max-height: 4.8rem;
}

.header__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  min-width: 1.9rem;
  min-height: 4.8rem;
  max-height: 4.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--clr-default-100);
  transition: color var(--transition);
}

.header__btn::before {
  content: "";
  position: absolute;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border: 2px solid transparent;
  border-radius: 3rem;
  background-image: linear-gradient(288.67deg, #21d4eb 7.65%, #2196ec 93.41%);
  background-clip: border-box;
  opacity: 1;
  transition: opacity var(--transition);
  inset: 0;
}

.header__btn::after {
  content: "";
  position: absolute;
  border-radius: 3rem;
  background-image: linear-gradient(290.07deg, #36d1dc 12.84%, #5b86e5 100.88%);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
  inset: 0;
}

.header__btn span {
  position: relative;
  z-index: 10;
}

.footer {
  position: relative;
  color: var(--clr-default-100);
}

.footer::after,
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 1.2rem;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer::after {
  right: calc((99.5% - 117rem) / 2 - 5rem);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_708_2168)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_708_2168)' stroke-width='2'/%3E%3Cpath d='M6 676L6.00001 957' stroke='url(%23paint2_linear_708_2168)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_708_2168' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_708_2168' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_708_2168' x1='5.13906' y1='922.009' x2='6.15735' y2='676' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.footer::before {
  left: calc((99.5% - 117rem) / 2 - 5rem);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_937_1192)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_937_1192)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1192' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_937_1192' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.footer__inner {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.footer__inner::before {
  content: "";
  position: absolute;
  left: calc((99.5% - 117rem) / 2 - 5rem);
  top: -0.6rem;
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/ui/plus.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__inner::after {
  content: "";
  position: absolute;
  right: calc((99.5% - 117rem) / 2 - 5rem);
  top: -0.6rem;
  z-index: 2;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/ui/plus.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
}

.footer .menu__link {
  font-size: 1.6rem;
  color: var(--clr-default-100);
}

.footer__middle {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.footer__middle::before {
  content: "";
  position: absolute;
  left: -50rem;
  top: -12.05rem;
  z-index: 0;
  width: 200%;
  height: 0.2rem;
  background-image: url("../img/footer/line-top.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__middle-list {
  display: grid;
  grid-gap: 2.5rem 7rem;
  grid-template-columns: repeat(2, 1fr);
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  height: max-content;
}

.footer__middle-social {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.footer__middle-social-title {
  line-height: 145%;
}

.footer__middle-social-list {
  display: flex;
}

.footer__middle-social-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-width: 4.2rem;
  min-height: 4.2rem;
}

.footer__middle-social-link svg {
  z-index: 1;
}

.footer__middle-social-link::after,
.footer__middle-social-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  min-width: 4.2rem;
  min-height: 4.2rem;
  transition: opacity var(--transition);
}

.footer__middle-social-link::before {
  background-color: var(--clr-default-100);
  opacity: 1;
}

.footer__middle-social-link::after {
  background-image: var(--gradient);
  opacity: 0;
}

.footer__middle-social-link svg defs stop:first-child {
  stop-color: #36d1dc;
  transition: stop-color var(--transition);
}

.footer__middle-social-link svg defs stop:last-child {
  stop-color: #5b86e5;
  transition: stop-color var(--transition);
}

.footer__middle-social-item + .footer__middle-social-item {
  margin-left: 1rem;
}

.footer__logo {
  max-width: 18.6rem;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.footer__info-list {
  display: flex;
  flex-direction: column;
  width: max-content;
  max-width: 31.5rem;
  gap: 0.5rem;
}

.footer__info-item {
  line-height: 130%;
}

.footer__info-item p {
  font-size: 1.6rem;
  line-height: 130%;
  color: var(--clr-default-250);
}

.footer__info-item p span,
.footer__info-item p a {
  color: var(--clr-default-100);
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 8rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 125%;
  color: rgba(255, 255, 255, 0.8);
  gap: 2.5rem;
}

.footer__copyright {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  gap: 2.5rem;
}

.footer__copyright-item a {
  font-weight: 700;
  color: var(--clr-default-100);
}

.footer__rules {
  margin-top: auto;
  color: var(--clr-default-250);
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  min-height: 100%;
}

.modal__content {
  position: relative;
  border-radius: 1.2rem;
  padding: 5rem;
  width: 100%;
  max-width: 68rem;
  background-color: var(--clr-default-100);
  opacity: 0;
  transform: translateY(-100%);
  transition: transform var(--transition), opacity var(--transition);
}

.modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
}

.modal__close::after,
.modal__close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0.2rem;
  background-color: var(--clr-default-900);
}

.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal.show {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition), visibility var(--transition);
}

.modal.show .modal__content {
  opacity: 1;
  transform: translateY(0);
  transition: transform var(--transition), opacity var(--transition);
}

.modal--contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.modal--contact-text {
  display: flex;
  flex-direction: column;
  padding-right: 3rem;
  gap: 1.2rem;
}

.modal--contact-title {
  font-weight: 700;
  font-weight: 700;
  font-size: clamp(
    2.8rem,
    2.2909090909rem + 1.5909090909vw,
    4.2rem
  );
  line-height: 116%;
  color: var(--primary-900);
}

.modal--contact-subttile {
  font-weight: 400;
  font-size: clamp(
    1.8rem,
    1.5818181818rem + 0.6818181818vw,
    2.4rem
  );
  line-height: 130%;
  color: var(--clr-default-800);
}

.modal--contact-form {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.modal--contact-form .section__btn {
  min-width: 100%;
}

.modal--contact-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modal--contact-body input,
.modal--contact-body textarea {
  outline: none;
  border: 1px solid var(--clr-default-240);
  border-radius: 0.4rem;
  padding: 2rem;
  background-color: var(--clr-default-230);
}

.modal--contact-body input {
  min-height: 6rem;
}

.modal--contact-body textarea {
  min-height: 16rem;
  resize: none;
}

.index .header {
  border-bottom: 2px solid #034072;
  background-color: transparent;
}

.index .header .logo a::before {
  opacity: 1;
  visibility: visible;
}

.index .header .logo a::after {
  opacity: 0;
  visibility: hidden;
}

.index .header .menu__link {
  color: var(--clr-default-100);
}

.index .header--fixed {
  border-bottom: initial;
  background-color: var(--clr-default-100);
}

.index .header--fixed .menu__link {
  color: var(--primary-900);
}

.index .header--fixed .logo a::after {
  opacity: 1;
  visibility: visible;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--clr-default-100);
}

.hero__inner {
  position: relative;
  padding-top: 15rem;
}

.hero__inner::after,
.hero__inner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0.2rem;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__inner::after {
  right: calc((100% - 117rem) / 2 - 5rem);
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 474L1.00001 755' stroke='url(%23paint0_linear_937_1184)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1184' x1='1' y1='755' x2='4.85123' y2='754.947' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.hero__inner::before {
  left: calc((100% - 117rem) / 2 - 5rem);
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 421L1.00001 151' stroke='url(%23paint0_linear_937_1185)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1185' x1='1' y1='151' x2='-2.75548' y2='151.054' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.hero__emoji {
  margin-bottom: 4rem;
  max-height: 250px;
}

.hero__emoji-wrapper {
  align-items: center;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.hero__title {
  font-weight: 700;
  font-size: clamp(
    3.2rem,
    2.3272727273rem + 2.7272727273vw,
    5.6rem
  );
  line-height: 110%;
  letter-spacing: -0.05rem;
  text-align: center;
}

.hero__text p {
  line-height: 145%;
  text-align: center;
  color: var(--clr-default-250);
}

.hero__btn {
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
}

.hero .swiper-slide.hero__emoji-slide img {
  transform: scale(0.85);
  transform-origin: center;
  transition: transform var(--transition);
}

.hero .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  transition: transform var(--transition);
}

.hero .swiper-slide.swiper-slide-prev img,
.hero .swiper-slide.swiper-slide-next img {
  transform: scale(0.9);
  transition: transform var(--transition);
}

.benefits {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.benefits::after,
.benefits::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0.2rem;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.benefits::after {
  right: calc((100% - 117rem) / 2 - 5rem);
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 474L1.00001 755' stroke='url(%23paint0_linear_937_1184)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1184' x1='1' y1='755' x2='4.85123' y2='754.947' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.benefits::before {
  left: calc((100% - 117rem) / 2 - 5rem);
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 421L1.00001 151' stroke='url(%23paint0_linear_937_1185)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1185' x1='1' y1='151' x2='-2.75548' y2='151.054' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem 3rem;
}

.benefits__item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.benefits__item-icon {
  margin-right: auto;
  margin-left: auto;
  max-width: 5.2rem;
}

.benefits__item-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 140%;
  text-align: center;
  color: var(--clr-default-100);
}

.benefits__item-text p {
  line-height: 130%;
  text-align: center;
  color: var(--clr-default-250);
}

@media (min-width: 68.8125em) {
  .menu__btn {
    display: none;
  }
}

@media (max-width: 75em) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .header .section__btn {
    margin-left: 1.5rem;
  }

  .header__btn {
    margin-left: 1.5rem;
  }

  .footer__middle-list {
    grid-gap: 2.5rem 3rem;
  }
}

@media (max-width: 62em) {
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer__middle {
    flex-wrap: wrap;
  }

  .footer__middle-list {
    margin-right: initial;
  }

  .footer__middle-social {
    flex-grow: 1;
    flex-basis: 100%;
    margin-top: 4rem;
  }

  .footer__middle-social-title {
    margin-bottom: 2.5rem;
  }

  .benefits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 3rem;
  }
}

@media (max-width: 36em) {
  .header .section__btn {
    max-width: initial !important;
  }

  .header__btn {
    max-width: initial !important;
  }

  .footer__middle-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 81.25em) {
  .menu__item + .menu__item {
    margin-left: 1.5rem;
  }

  .header {
    border-bottom: initial;
  }

  .header .container__line {
    display: none;
  }

  .footer::after,
  .footer::before {
    display: none;
  }

  .hero__inner::after,
  .hero__inner::before {
    display: none;
  }

  .benefits::after,
  .benefits::before {
    display: none;
  }
}

@media (max-width: 68.75em) {
  .menu__list {
    flex-direction: column;
    align-items: initial;
    margin-top: 11rem;
    margin-bottom: 2rem;
    width: 100%;
  }

  .menu__item + .menu__item {
    margin-top: 3rem;
    margin-left: initial;
  }

  .menu__link {
    font-size: 2rem;
    color: var(--clr-default-100);
  }

  .menu {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
    padding-left: 10rem;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(225.52deg, #003a5a 0.89%, #000c3d 100%);
    transition: right var(--transition);
  }

  .menu--active {
    right: 0;
    transition: right var(--transition);
  }

  .burger {
    position: relative;
    z-index: 15;
    display: block;
    width: 2.4rem;
    height: 2rem;
    background-color: transparent;
  }

  .burger::after,
  .burger::before,
  .burger span {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 1.5rem;
    width: 100%;
    height: 0.3rem;
    background-image: var(--gradient);
  }

  .burger::before {
    top: 0;
    transition: transform var(--transition), top var(--transition);
  }

  .burger::after {
    left: initial;
    right: 0;
    bottom: 0;
    width: 60%;
    transition: transform var(--transition), bottom var(--transition);
  }

  .burger span {
    top: 0.85rem;
    transition: transform var(--transition);
  }

  .burger--active::before {
    top: 0.85rem;
    transform: rotate(45deg);
    transition: transform var(--transition), top var(--transition);
  }

  .burger--active::after {
    bottom: 0.8rem;
    width: 100%;
    transform: rotate(-45deg);
    transition: transform var(--transition), bottom var(--transition);
  }

  .burger--active span {
    transform: scale(0);
    transition: transform var(--transition);
  }

  .header--fixed {
    min-height: 6rem;
  }

  .header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .header .section__btn {
    margin-left: initial;
    max-width: 32rem;
  }

  .header__btn {
    margin-left: initial;
    max-width: 32rem;
  }

  .index .header--fixed .menu__link {
    color: var(--clr-default-100);
  }
}

@media (max-width: 68.75em) and (max-width: 36em) {
  .menu {
    padding-left: 1.5rem;
  }
}

@media (max-width: 47.9375em) {
  .section__list--mark li {
    padding-left: 1.5rem;
  }

  .section__list--mark li::before {
    left: 0;
  }

  .section__item--num {
    padding-left: 1.5rem;
  }

  .section__item--num::before {
    left: 0;
  }

  .section__item--num .section__list--mark li {
    transform: translateX(-0.5rem);
  }

  .footer__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer__middle::before {
    left: -10rem;
    margin-top: 6rem;
  }

  .footer__middle {
    display: block;
  }

  .footer__middle-list {
    margin-top: 4rem;
    margin-left: initial;
  }

  .footer__bottom {
    margin-top: 5rem;
  }

  .footer__copyright {
    flex-direction: column;
    align-items: start;
  }

  .footer__rules {
    vertical-align: bottom;
  }

  .hero__inner {
    padding-top: 10rem;
  }

  .hero__emoji {
    margin-bottom: 2.5rem;
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
  }

  .benefits {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 35.9375em) {
  .modal__content {
    padding: 1.5rem;
  }

  .modal--contact-wrapper {
    gap: 2rem;
  }

  .benefits__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

@media (max-width: 23.4375em) {
  .logo {
    max-width: 10rem;
  }
}

@media (hover) {
  .section__btn:hover {
    box-shadow: 1px 1px 25px rgba(54, 209, 220, 0.45);
    transition: box-shadow var(--transition);
  }

  .menu__link:hover::after {
    width: 100%;
    transition: 0.6s 0.3s ease-out width;
  }

  .header__btn:hover::before {
    opacity: 0;
    transition: opacity var(--transition);
  }

  .header__btn:hover::after {
    opacity: 1;
    visibility: visible;
    transition: opacity var(--transition), visibility var(--transition);
  }

  .footer__middle-social-link:hover::after,
  .footer__middle-social-link:hover::before {
    transition: opacity var(--transition);
  }

  .footer__middle-social-link:hover::after {
    opacity: 1;
  }

  .footer__middle-social-link:hover::before {
    opacity: 0;
  }

  .footer__middle-social-link:hover svg defs stop:first-child {
    stop-color: var(--clr-default-100);
    transition: stop-color var(--transition);
  }

  .footer__middle-social-link:hover svg defs stop:last-child {
    stop-color: var(--clr-default-100);
    transition: stop-color var(--transition);
  }
}
/*# sourceMappingURL=style.css.map */