@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-width: 375px;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-family: "Manrope", sans-serif;
  /* text-rendering: optimizeSpeed; */
  font-variant-numeric: lining-nums tabular-nums;
  background: #060509;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}

input {
  border-radius: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
}

video {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1616px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 1300px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 700px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blur-label {
  padding: 6px 12px;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.blur-label::before {
  content: "";
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3BEC4F;
  -webkit-box-shadow: 0px 0px 10.8px #3BEC4F;
          box-shadow: 0px 0px 10.8px #3BEC4F;
}
.blur-label::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.grad-text {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.94%, #FFF), to(#948A98));
  background: linear-gradient(90deg, #FFF 60.94%, #948A98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.grad-text.pink {
  background: -webkit-gradient(linear, left top, right top, color-stop(52.27%, #FFF), to(#EAC9E4));
  background: linear-gradient(90deg, #FFF 52.27%, #EAC9E4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad-text.blue {
  background: linear-gradient(91deg, #FFF 52.96%, #5A4BFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  white-space: nowrap;
  position: relative;
  border-radius: 38px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 125% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.gradient-button::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0.13) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.gradient-button__wrap {
  position: relative;
  padding: 24px 36px;
  border-radius: 40px;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #E83BFF 0%, #369CFF 100%);
  overflow: hidden;
}
.gradient-button__wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0.13) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.gradient-button__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #C710DF 0%, #1E90FF 100%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gradient-button__wrap span {
  position: relative;
  z-index: 3;
}
.gradient-button:hover .gradient-button__wrap::before {
  opacity: 1;
}

h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%; /* 61.6px */
  letter-spacing: -2.24px;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}
@media (max-width: 700px) {
  h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}

/* Stretching corners effect - карточка деформируется к курсору */
.stretch-card {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: hidden;
}

/* Деформация карточки через transform */
.stretch-card {
  -webkit-transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(var(--translate-z, 0px));
  transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(var(--translate-z, 0px));
}

/* Эффект свечения при наведении */
.stretch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.stretch-card:hover::before {
  opacity: 1;
}

/* Содержимое карточки поверх эффекта */
.stretch-card > * {
  position: relative;
  z-index: 2;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1000px) {
  .header {
    position: fixed;
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
    border-radius: 100px;
  }
  .header.scroll {
    background: rgba(15, 15, 15, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
}
@media (max-width: 600px) {
  .header .container {
    padding-left: 16px;
    padding-right: 10px;
  }
}
.header__wrap {
  width: 100%;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1200px) {
  .header__wrap {
    padding: 24px 0;
  }
}
@media (max-width: 1000px) {
  .header__wrap {
    padding: 10px 0;
  }
}
.header__logo {
  display: block;
  width: 148px;
}
@media (max-width: 1000px) {
  .header__logo {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
  }
}
@media (max-width: 1000px) {
  .header__logo img {
    width: 148px;
    max-width: 148px;
    min-width: 148px;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  color: var(--Medium-Gray, #8A8F98);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .header__list {
    display: none;
  }
}
.header__list-item {
  position: relative;
}
.header__list-item.sub:hover {
  color: #fff;
}
.header__list-item.sub:hover .header__list-link .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header__list-item.sub:hover .sublist {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__list-item .sublist {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  white-space: nowrap;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
          box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  color: #E6E6E6;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__list-item .sublist::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 12px;
  width: 100%;
}
.header__list-item .sublist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__list-item .sublist a:hover {
  color: #fff;
}
.header__list-item .sublist a .icon {
  width: 24px;
  height: 24px;
}
.header__list-item .sublist a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__list-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.header__list-link .icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__list-link:hover {
  color: #fff;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 700px) {
  .header__nav {
    gap: 16px;
  }
}
.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: rgba(138, 143, 152, 0.18);
  padding: 13px 14px;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.header__login .icon {
  width: 16px;
  height: 16px;
}
@media (max-width: 700px) {
  .header .header__login {
    display: none;
  }
}
.header__lang {
  position: relative;
}
.header__lang .lang-list {
  position: absolute;
  top: calc(100% + 12px);
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
          box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__lang.open .lang-list {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__lang.open .header__lang-current .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header__lang .header__lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  padding: 16px;
  width: 100%;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}
.header__lang .header__lang-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__lang .header__lang-item .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1000px) {
  .header__lang .header__lang-item .flag {
    display: none;
  }
}
.header__lang .header__lang-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__lang-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F6F6F6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  cursor: pointer;
  border-radius: 24px;
  background: rgba(138, 143, 152, 0.18);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: relative;
}
.header__lang-current::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.header__lang-current .icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .header__lang-current .flag {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header .header__lang {
    display: none;
  }
}
.header .burger {
  display: none;
}
@media (max-width: 1000px) {
  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 48px;
    height: 48px;
  }
}
.header .burger::after, .header .burger::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .header .burger::after, .header .burger::before {
    width: 28px;
  }
}
.header .burger:after {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.header .burger:before {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.mobile-menu {
  display: none;
  background: rgba(15, 15, 15, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .mobile-menu {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
.mobile-menu__wrap {
  width: 100%;
  padding: 160px 32px 40px;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100dvh;
  overflow: auto;
  gap: 16px;
}
@media (max-width: 700px) {
  .mobile-menu__wrap {
    padding: 130px 20px 40px;
  }
}
.mobile-menu .mob-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}
.mobile-menu .mob-nav a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mobile-menu .lang-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  z-index: 10;
}
.mobile-menu__list {
  color: var(--Medium-Gray, #8A8F98);
  font-family: Manrope;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 74.074% */
  text-transform: uppercase;
  width: 100%;
}
.mobile-menu__list li {
  margin-bottom: 78px;
}
@media (max-width: 600px) {
  .mobile-menu__list li {
    margin-bottom: 42px;
  }
}
.mobile-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 6px;
}
.mobile-menu__list li .icon {
  width: 32px;
  height: 32px;
}
.mobile-menu__list .sublist {
  padding-top: 32px;
  display: none;
  font-size: 18px;
}
.mobile-menu__list .sublist li {
  margin-bottom: 24px;
}
.mobile-menu__list .sublist li:last-child {
  margin-bottom: 0;
}
.mobile-menu__list .sublink .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu__list .open > a > .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.mobile-menu__list .open .sublist {
  display: block;
}
.mobile-menu__list .open .sublist a {
  width: 100%;
  max-width: 100% !important;
  color: var(--Secondary-Light, #E6E6E6);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  padding: 16px;
  border-radius: 12px;
}
.mobile-menu__list .open .sublist a .icon {
  width: 24px;
  height: 24px;
}
.mobile-menu__list .open .sublist a.active {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1000px) {
  .mobile-menu-open {
    overflow: hidden;
  }
  .mobile-menu-open .header {
    background: none !important;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  .mobile-menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.mobile-menu-open .burger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-open .burger span {
  opacity: 0;
}
.mobile-menu-open .burger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hero {
  --headerHeight: 112px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .hero {
    --headerHeight: 96px;
  }
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -228px;
  left: 0;
  width: 100%;
  height: 540px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 5, 9, 0)), color-stop(42.41%, rgba(6, 5, 9, 0.97)), to(#060509));
  background: linear-gradient(180deg, rgba(6, 5, 9, 0) 0%, rgba(6, 5, 9, 0.97) 42.41%, #060509 100%);
}
.hero__vector {
  position: absolute;
  bottom: -408px;
  z-index: 3;
  left: -20%;
  min-width: 160%;
  max-width: 160%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .hero__vector {
    left: -50%;
    min-width: 200%;
    max-width: 2000px;
  }
}
@media (max-width: 900px) {
  .hero__vector {
    bottom: -250px;
  }
}
@media (max-width: 500px) {
  .hero__vector {
    left: -100%;
    max-width: 2000px;
  }
}
.hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 100%);
  z-index: 2;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero__wrap {
  width: 100%;
  padding-top: calc(192px + var(--headerHeight));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  max-width: 872px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .hero__wrap {
    padding-top: calc(62px + var(--headerHeight));
  }
}
@media (max-width: 1300px) {
  .hero__wrap {
    padding-top: calc(106px + var(--headerHeight));
  }
}
@media (max-width: 700px) {
  .hero__wrap {
    padding-top: calc(40px + var(--headerHeight));
  }
}
.hero__wrap h1 {
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 110px;
  font-style: normal;
  font-weight: 600;
  line-height: 94px;
  letter-spacing: -4.4px;
  margin-bottom: 56px;
}
@media (max-width: 1300px) {
  .hero__wrap h1 {
    font-size: 90px;
    line-height: 80px;
    letter-spacing: -3.6px;
    margin-bottom: 48px;
  }
}
@media (max-width: 700px) {
  .hero__wrap h1 {
    font-size: 50px;
    line-height: 60px; /* 120% */
    letter-spacing: -2px;
    max-width: 400px;
    margin-bottom: 40px;
  }
}
.hero .blur-label {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .hero .blur-label {
    margin-bottom: 24px;
  }
}
.hero__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  max-width: 786px;
  margin-bottom: 56px;
}
@media (max-width: 1300px) {
  .hero__text {
    margin-bottom: 48px;
  }
}
@media (max-width: 700px) {
  .hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
.hero__text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 700px) {
  .hero__text p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 700px) {
  .hero__text a {
    max-width: 100%;
    width: 100%;
  }
  .hero__text a .gradient-button__wrap {
    width: 100%;
  }
}
.hero__bottom {
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #373054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 64px;
}
@media (max-width: 800px) {
  .hero__bottom {
    gap: 32px;
  }
}
@media (max-width: 700px) {
  .hero__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero__safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.hero__safety .label {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero__safety .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.hero__logos {
  min-height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 700px) {
  .hero__logos {
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.hero__logos .icon {
  height: auto;
  max-height: 62px;
}
.hero__logos .hr {
  width: 1px;
  min-width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.16);
}

.icon-border {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  position: relative;
}
.icon-border::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.icon-border .icon {
  width: 48px;
  height: 48px;
  margin-bottom: -4px;
}

.capabilities {
  width: 100%;
}
@media (max-width: 600px) {
  .capabilities .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.capabilities__wrap {
  width: 100%;
  padding: 200px 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1600px) {
  .capabilities__wrap {
    padding-top: 180px;
  }
}
@media (max-width: 1000px) {
  .capabilities__wrap {
    padding-top: 144px;
  }
}
@media (max-width: 700px) {
  .capabilities__wrap {
    padding-top: 128px;
  }
}
.capabilities h2 {
  margin: 0 auto 64px;
}
@media (max-width: 900px) {
  .capabilities h2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 700px) {
  .capabilities h2 {
    margin-bottom: 40px;
  }
}
.capabilities__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 1000px) {
  .capabilities__items {
    grid-template-columns: 1fr;
  }
}
.capabilities__item {
  width: 100%;
  position: relative;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  min-height: 450px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .capabilities__item {
    min-height: 420px;
  }
}
@media (max-width: 700px) {
  .capabilities__item {
    padding: 24px;
    min-height: 340px;
  }
}
.capabilities__item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 2px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.capabilities__item:nth-child(1) {
  background: linear-gradient(285deg, rgba(252, 195, 255, 0.06) -0.07%, rgba(255, 255, 255, 0.01) 99.93%);
}
@media (max-width: 1000px) {
  .capabilities__item:nth-child(1) {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
.capabilities__item:nth-child(1)::after {
  background: linear-gradient(-56deg, rgba(255, 255, 255, 0.3) 1.47%, rgba(252, 195, 255, 0) 101.72%);
}
.capabilities__item:nth-child(2) {
  background: linear-gradient(223deg, rgba(255, 255, 255, 0.01) -0.04%, rgba(252, 195, 255, 0.06) 102.27%);
}
.capabilities__item:nth-child(2)::after {
  background: linear-gradient(56deg, rgba(255, 255, 255, 0.3) 1.47%, rgba(252, 195, 255, 0) 101.72%);
}
.capabilities__item:nth-child(3) {
  background: linear-gradient(56deg, rgba(255, 255, 255, 0.01) 1.47%, rgba(252, 195, 255, 0.06) 101.72%);
}
@media (max-width: 1000px) {
  .capabilities__item:nth-child(3) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.capabilities__item:nth-child(3)::after {
  background: linear-gradient(223deg, rgba(255, 255, 255, 0.3) 1.47%, rgba(252, 195, 255, 0) 101.72%);
}
.capabilities__item-title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 35.2px */
  margin-top: -10px;
  letter-spacing: -1.28px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .capabilities__item-title {
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.08px;
  }
}
@media (max-width: 700px) {
  .capabilities__item-title {
    font-size: 24px;
    letter-spacing: -0.96px;
  }
}
.capabilities__item-graphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  height: 200px;
  max-height: 200px;
  pointer-events: none;
}
.capabilities__item-graphic::before {
  content: "";
  position: absolute;
  display: block;
  pointer-events: none;
  width: 110px;
  height: 110px;
  background: linear-gradient(88deg, #FF3BE7 2.78%, #369CFF 122.3%);
  -webkit-filter: blur(60px);
          filter: blur(60px);
  will-change: filter;
}
.capabilities__item-graphic img {
  position: relative;
  z-index: 2;
}
@media (max-width: 1300px) {
  .capabilities__item-graphic img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .capabilities__item-graphic img {
    max-width: 100%;
  }
}
.capabilities__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .capabilities__item-bottom {
    gap: 24px;
  }
}
@media (max-width: 700px) {
  .capabilities__item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.capabilities__item-sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  text-align: center;
  color: var(--Secondary-Light, #E6E6E6);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 1300px) {
  .capabilities__item-sub {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 1000px) {
  .capabilities__item-sub {
    max-width: none;
  }
}
@media (max-width: 700px) {
  .capabilities__item-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    text-align: left;
  }
  .capabilities__item-sub br {
    display: none;
  }
}
.capabilities__item-sub .icon {
  width: 24px;
  height: 24px;
}
.capabilities__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  overflow: hidden;
  padding: 40px;
  position: relative;
}
.capabilities__banner .bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
@media (max-width: 700px) {
  .capabilities__banner {
    padding: 24px;
  }
}
.capabilities__banner .cta-light {
  position: absolute;
  max-width: none;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 3;
}
.capabilities__banner:hover .cta-light {
  -webkit-transform: translate(5%, 10%) rotate(-6deg) scale(0.7);
          transform: translate(5%, 10%) rotate(-6deg) scale(0.7);
}
.capabilities__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 4px;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #E83BFF 0%, #369CFF 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.capabilities__banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.43) 3.18%, rgba(0, 0, 0, 0.48) 95.94%);
  z-index: 4;
}
.capabilities__banner p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 40px;
  position: relative;
  z-index: 7;
}
@media (max-width: 700px) {
  .capabilities__banner p {
    font-size: 16px;
    line-height: 24px;
  }
}
.capabilities__banner a {
  z-index: 4;
}
@media (max-width: 700px) {
  .capabilities__banner a {
    width: 100%;
    max-width: 100%;
  }
  .capabilities__banner a .gradient-button__wrap {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.capabilities__item-title2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 52.8px */
  letter-spacing: -1.92px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 40px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1300px) {
  .capabilities__item-title2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
@media (max-width: 700px) {
  .capabilities__item-title2 {
    font-size: 32px;
    letter-spacing: -1.28px;
    margin-bottom: 24px;
  }
}
.capabilities__item-title2 span img {
  display: inline-block;
  width: 45px;
  position: relative;
  bottom: -4px;
}
@media (max-width: 700px) {
  .capabilities__item-title2 span img {
    width: 32px;
  }
}

.capabilities__item-graphic1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  width: 400px;
}
@media (max-width: 1300px) {
  .capabilities__item-graphic1 {
    font-size: 18px;
    width: 350px;
  }
}
@media (max-width: 620px) {
  .capabilities__item-graphic1 {
    font-size: 3vw;
    max-width: 60vw;
    height: auto;
  }
}
.capabilities__item-graphic1 .earh {
  height: 9.9em;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.capabilities__item-graphic1 .coin__wrap {
  position: absolute;
  width: 2.8em;
  height: 2.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  z-index: 3;
}
.capabilities__item-graphic1 .coin__wrap span {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.94%, #FFF), color-stop(102.59%, #948A98));
  background: linear-gradient(90deg, #FFF 60.94%, #948A98 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Manrope;
  font-size: 1.55em;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 34.1px */
  letter-spacing: 0, 62em;
}
.capabilities__item-graphic1 .coin__wrap::before {
  content: "";
  display: block;
  width: 3.2em;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
}
.capabilities__item-graphic1 .coin {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 4;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.capabilities__item-graphic1 .coin::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1607843137)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1607843137) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.capabilities__item-graphic1 .usd {
  z-index: 100;
  left: 1.7em;
  top: 0;
}
.capabilities__item-graphic1 .usd::before {
  left: 50%;
  top: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  rotate: 45deg;
}
.capabilities__item-graphic1 .yeh {
  left: 0;
}
.capabilities__item-graphic1 .yeh::before {
  left: 50%;
  top: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 3.7em;
}
.capabilities__item-graphic1 .third {
  left: 1.7em;
  bottom: 0;
}
.capabilities__item-graphic1 .third::before {
  left: 50%;
  top: 50%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  rotate: -45deg;
}
.capabilities__item-graphic1 .eur {
  right: 1.7em;
  top: 0;
}
.capabilities__item-graphic1 .eur::before {
  right: 50%;
  top: 50%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  rotate: 315deg;
}
.capabilities__item-graphic1 .uah {
  right: 0;
}
.capabilities__item-graphic1 .uah::before {
  right: 50%;
  top: 50%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 3.7em;
}
.capabilities__item-graphic1 .fund {
  right: 1.7em;
  bottom: 0;
}
.capabilities__item-graphic1 .fund::before {
  right: 50%;
  top: 50%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  rotate: -315deg;
}
.capabilities__item-graphic1 .usd .coin {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, #102315), color-stop(99.71%, #1D2A24));
  background: linear-gradient(90deg, #102315 1.52%, #1D2A24 99.71%);
}
.capabilities__item-graphic1 .yeh .coin {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, #250F13), color-stop(99.71%, #2C1D22));
  background: linear-gradient(90deg, #250F13 1.52%, #2C1D22 99.71%);
}
.capabilities__item-graphic1 .third .coin {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, #271F15), color-stop(99.71%, #2E291F));
  background: linear-gradient(90deg, #271F15 1.52%, #2E291F 99.71%);
}
.capabilities__item-graphic1 .eur .coin {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, #14132A), color-stop(99.71%, #1F2431));
  background: linear-gradient(90deg, #14132A 1.52%, #1F2431 99.71%);
}
.capabilities__item-graphic1 .uah .coin {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, #291C13), color-stop(99.71%, #2F2C29));
  background: linear-gradient(90deg, #291C13 1.52%, #2F2C29 99.71%);
}
.capabilities__item-graphic1 .fund .coin {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, #2A0F1B), color-stop(99.71%, #30252C));
  background: linear-gradient(90deg, #2A0F1B 1.52%, #30252C 99.71%);
}

.capabilities__item-graphic2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  gap: 0.9em;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
}
@media (max-width: 1300px) {
  .capabilities__item-graphic2 {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .capabilities__item-graphic2 {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .capabilities__item-graphic2 {
    font-size: 20px;
  }
}
@media (max-width: 620px) {
  .capabilities__item-graphic2 {
    font-size: 3vw;
    height: 100px;
  }
}
.capabilities__item-graphic2 .card-item {
  border-radius: 0.6em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  min-width: 11em;
  position: relative;
  z-index: 3;
  white-space: nowrap;
  -webkit-transition: 1s;
  transition: 1s;
}
.capabilities__item-graphic2 .title {
  color: #978DAA;
  font-size: 0.6em;
  font-style: normal;
  font-weight: 500;
  line-height: 0.8em;
}
.capabilities__item-graphic2 .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.6em;
}
.capabilities__item-graphic2 .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35em;
}
.capabilities__item-graphic2 .info img {
  width: 0.75em;
  min-width: 0.75em;
}
.capabilities__item-graphic2 .info span {
  color: var(--White, #FFF);
  font-size: 0.9;
  font-style: normal;
  font-weight: 600;
  line-height: 0.8;
}
.capabilities__item-graphic2 .balance {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.94%, #FFF), color-stop(102.59%, #948A98));
  background: linear-gradient(90deg, #FFF 60.94%, #948A98 102.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 24.2px */
  letter-spacing: 0, 44em;
}
.capabilities__item-graphic2 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
}
.capabilities__item-graphic2 .bottom span {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 0.6em;
  font-style: normal;
  font-weight: 500;
  line-height: 0.8em;
}
.capabilities__item-graphic2 .r {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 0.6em;
  font-style: normal;
  font-weight: 500;
  line-height: 0.8em;
}
.capabilities__item-graphic2 .button {
  width: 3em;
  min-width: 3em;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  border-radius: 50%;
  position: relative;
  z-index: 5;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  -webkit-transition: 1s;
  transition: 1s;
}
.capabilities__item-graphic2 .button img {
  width: 50%;
}
.capabilities__item-graphic2 .button::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1607843137)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1607843137) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.capabilities__item-graphic3 {
  font-size: 20px;
  gap: 0.9em;
  width: 100%;
  max-width: 339px;
  z-index: 3;
  position: relative;
}
@media (max-width: 1300px) {
  .capabilities__item-graphic3 {
    font-size: 18px;
  }
}
@media (max-width: 620px) {
  .capabilities__item-graphic3 {
    font-size: 3vw;
    max-width: 80%;
    height: 150px;
  }
}
@media (max-width: 400px) {
  .capabilities__item-graphic3 {
    height: 120px;
  }
}
.capabilities__item-graphic3 .capabilities__item-graphic3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8em;
  width: 100%;
  overflow: hidden;
  height: 190px;
  max-height: 190px;
}
@media (max-width: 1300px) {
  .capabilities__item-graphic3 .capabilities__item-graphic3__wrap {
    height: 175px;
    max-height: 175px;
  }
}
@media (max-width: 620px) {
  .capabilities__item-graphic3 .capabilities__item-graphic3__wrap {
    height: 30vw;
    max-height: 30vw;
  }
}
.capabilities__item-graphic3 .chat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
  -webkit-transition: 1s;
  transition: 1s;
}
.capabilities__item-graphic3 .chat-item img {
  width: 1.6em;
  min-width: 1.6em;
}
.capabilities__item-graphic3 .message {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  padding: 0.9em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.capabilities__item-graphic3 .message span {
  border-radius: 0.15em;
  background: -webkit-gradient(linear, left top, right top, from(#794D8A), to(#796C7C));
  background: linear-gradient(90deg, #794D8A 0%, #796C7C 100%);
  display: block;
  height: 0.2em;
}
.capabilities__item-graphic3 .message1 {
  border-radius: 0.6em 0.1em 0.6em 0.6em;
  width: 11.5em;
}
.capabilities__item-graphic3 .message1 span:nth-child(1) {
  width: calc(100% - 1.2em);
}
.capabilities__item-graphic3 .message1 span:nth-child(2) {
  width: calc(100% - 0.2em);
}
.capabilities__item-graphic3 .message1 span:nth-child(3) {
  width: calc(100% - 1.4em);
}
.capabilities__item-graphic3 .chat-item2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.capabilities__item-graphic3 .message2 {
  border-radius: 0.1em 0.6em 0.6em 0.6em;
  width: 11.85em;
}
.capabilities__item-graphic3 .message2 span:nth-child(1) {
  width: calc(100% - 0.2em);
}
.capabilities__item-graphic3 .message2 span:nth-child(2) {
  width: calc(100% - 2.2em);
}
.capabilities__item-graphic3 .message3 {
  border-radius: 0.6em 0.1em 0.6em 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  gap: 0.5em;
}
.capabilities__item-graphic3 .message3 span {
  width: 3.75em;
}
.capabilities__item-graphic3 .message3 div {
  font-size: 0.8em;
}

.capabilities__item:hover .capabilities__item-graphic1 .earh {
  rotate: 3deg;
  will-change: transform, filter, rotate;
}
.capabilities__item:hover .capabilities__item-graphic1 .usd .coin {
  -webkit-transform: translate(0.8em, 0.8em);
          transform: translate(0.8em, 0.8em);
}
.capabilities__item:hover .capabilities__item-graphic1 .yeh .coin {
  -webkit-transform: translate(-0.3em, 0);
          transform: translate(-0.3em, 0);
}
.capabilities__item:hover .capabilities__item-graphic1 .third .coin {
  -webkit-transform: translate(0.5em, -0.5em);
          transform: translate(0.5em, -0.5em);
}
.capabilities__item:hover .capabilities__item-graphic1 .eur .coin {
  -webkit-transform: translate(-0.8em, 0.8em);
          transform: translate(-0.8em, 0.8em);
}
.capabilities__item:hover .capabilities__item-graphic1 .uah .coin {
  -webkit-transform: translate(0.3em, 0);
          transform: translate(0.3em, 0);
}
.capabilities__item:hover .capabilities__item-graphic1 .fund .coin {
  -webkit-transform: translate(-0.6em, -0.6em);
          transform: translate(-0.6em, -0.6em);
}
.capabilities__item:hover .capabilities__item-graphic2 .card-item:first-child {
  -webkit-transform: translateX(15.8em);
          transform: translateX(15.8em);
}
.capabilities__item:hover .capabilities__item-graphic2 .card-item:last-child {
  -webkit-transform: translateX(-15.8em);
          transform: translateX(-15.8em);
}
.capabilities__item:hover .capabilities__item-graphic2 .button {
  rotate: 180deg;
}
.capabilities__item:hover .capabilities__item-graphic3 .chat-item {
  -webkit-transform: translateY(-4em);
          transform: translateY(-4em);
}

.features {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  .features .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.features__wrap {
  width: 100%;
  padding: 200px 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1600px) {
  .features__wrap {
    padding-top: 180px;
  }
}
@media (max-width: 1000px) {
  .features__wrap {
    padding-top: 144px;
  }
}
@media (max-width: 700px) {
  .features__wrap {
    padding-top: 128px;
  }
}
.features h2 {
  margin: 0 auto;
  margin-bottom: 48px;
}
@media (max-width: 700px) {
  .features h2 {
    margin-bottom: 48px;
  }
}
.features__slider {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 48px;
  z-index: 10;
}
@media (max-width: 900px) {
  .features__slider {
    max-width: 100%;
    height: auto !important;
    padding-bottom: 0;
  }
}
.features__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .features__slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    height: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.features__slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.features__slider .swiper-pagination .swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 20px;
  border-radius: 12px;
  position: relative;
  padding: 4px;
  background: none;
}
.features__slider .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 12px;
  border-radius: 9px;
  background: #665d6e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.features__slider .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #e63dff 0%, #707dff 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.features__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.features__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #fff;
}
.features__slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
@media (max-width: 900px) {
  .features__slider .swiper-slide.banner {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.features__slider .swiper-slide .features__item {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (max-width: 900px) {
  .features__slider .swiper-slide .features__item {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.features__slider .swiper-slide .features__item.first {
  -webkit-transform-origin: right;
          transform-origin: right;
}
.features__slider .swiper-slide .features__item.second {
  -webkit-transform-origin: left;
          transform-origin: left;
}
.features__slider .swiper-slide.swiper-slide-active .features__item {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.features__item {
  padding: 64px 40px;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 700px) {
  .features__item {
    padding: 32px 24px;
  }
}
.features__item::after {
  content: "";
  width: 794px;
  height: 346px;
  display: block;
  position: absolute;
  top: -390px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 794.286px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.2) 2.78%, rgba(54, 156, 255, 0.2) 122.3%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  will-change: filter;
}
@media (max-width: 900px) {
  .features__item::after {
    top: -330px;
  }
}
@media (max-width: 700px) {
  .features__item::after {
    top: -400px;
  }
}
.features__item::before {
  content: "";
  width: 794px;
  height: 346px;
  display: block;
  position: absolute;
  bottom: -260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 794.286px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.2) 2.78%, rgba(54, 156, 255, 0.2) 122.3%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  will-change: filter;
}
.features__item p {
  color: var(--Secondary-Light, #e6e6e6);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 700px) {
  .features__item p {
    font-size: 14px;
    line-height: 22px;
  }
}
.features__item-graphic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 225px;
  margin-bottom: 64px;
  position: relative;
}
@media (max-width: 900px) {
  .features__item-graphic {
    margin-bottom: 24px;
  }
}
.features__item-graphic img {
  position: relative;
  z-index: 2;
}
.features__item-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 43.2px */
  letter-spacing: -1.44px;
  margin-top: auto;
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  .features__item-title {
    font-size: 27px;
    letter-spacing: -1.08px;
    margin-bottom: 24px;
  }
}
.features__banner {
  width: 100%;
  padding: 104px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  overflow: hidden;
  position: relative;
}
@media (max-width: 900px) {
  .features__banner {
    padding: 64px 40px;
  }
}
@media (max-width: 700px) {
  .features__banner {
    padding: 32px 24px 28px;
  }
}
.features__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 4px;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #e83bff 0%, #369cff 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.features__banner .bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.features__banner .cta-light {
  position: absolute;
  max-width: none;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 3;
}
.features__banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.43) 3.18%, rgba(0, 0, 0, 0.48) 95.94%);
  z-index: 4;
}
.features__banner:hover .cta-light {
  -webkit-transform: translate(5%, 10%) rotate(-6deg) scale(0.7);
          transform: translate(5%, 10%) rotate(-6deg) scale(0.7);
}
.features__banner p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}
@media (max-width: 700px) {
  .features__banner p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.features__banner a {
  position: relative;
  z-index: 6;
}
@media (max-width: 700px) {
  .features__banner a {
    max-width: 100%;
    width: 100%;
  }
  .features__banner a .gradient-button__wrap {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.features__item-graphic1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  height: 10em;
  width: 16.2em;
}
.features__item-graphic1::before {
  content: "";
  display: block;
  position: absolute;
  width: 285px;
  height: 90px;
  -webkit-transform: translate(-23%, -20%);
          transform: translate(-23%, -20%);
  border-radius: 285px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.3) 2.78%, rgba(54, 156, 255, 0.3) 122.3%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  will-change: filter;
}
.features__item-graphic1 .code {
  position: absolute;
  top: 0;
  left: -3em;
  width: 130%;
  -webkit-transition: 1s;
  transition: 1s;
}
.features__item-graphic1 .graph-items {
  position: relative;
  z-index: 2;
  padding-bottom: 2.85em;
  width: 100%;
}
.features__item-graphic1 .graph-items .label {
  border-radius: 0.4em;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 2px 11px 23px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 2px 11px 23px 0px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  padding: 0.3em 0.65em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}
.features__item-graphic1 .graph-items .label::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1607843137)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1607843137) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.features__item-graphic1 .graph-items .label span {
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 100%; /* 100.679% */
  letter-spacing: -0.0255em;
}
.features__item-graphic1 .graph-items .icon {
  position: absolute;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(0, 0, 0, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 3.423px 14.548px 29.952px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3.423px 14.548px 29.952px 0px rgba(0, 0, 0, 0.24);
  z-index: 6;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.features__item-graphic1 .graph-items .icon::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1607843137)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1607843137) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.features__item-graphic1 .graph-items .icon1 {
  bottom: 0;
  left: 0;
}
.features__item-graphic1 .graph-items .icon2 {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.features__item-graphic1 .graph-items .icon3 {
  bottom: 0;
  right: 0;
}
.features__item-graphic1 .graph-items .vector1,
.features__item-graphic1 .graph-items .vector2,
.features__item-graphic1 .graph-items .vector3 {
  position: absolute;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.features__item-graphic1 .graph-items .vector1 {
  left: 2.2em;
  bottom: 1.1em;
}
.features__item-graphic1 .graph-items .vector2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.2em;
}
.features__item-graphic1 .graph-items .vector3 {
  right: 2.2em;
  bottom: 1.1em;
}

.features__item-graphic2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1em;
  height: auto;
}
@media (max-width: 620px) {
  .features__item-graphic2 {
    font-size: 16px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .features__item-graphic2 {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .features__item-graphic2 {
    font-size: 13px;
  }
}
.features__item-graphic2::before {
  content: "";
  display: block;
  position: absolute;
  width: 285px;
  height: 90px;
  -webkit-transform: translate(-23%, -20%);
          transform: translate(-23%, -20%);
  border-radius: 285px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.3) 2.78%, rgba(54, 156, 255, 0.3) 122.3%);
  -webkit-filter: blur(50px);
          filter: blur(50px);
  will-change: filter;
}
.features__item-graphic2 .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.features__item-graphic2 .left::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1.1em;
  height: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#8E6CFE), to(#F0CDFF));
  background: linear-gradient(90deg, #8E6CFE 0%, #F0CDFF 100%);
  width: 2em;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.features__item-graphic2 .left .logo {
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  margin-bottom: 0.5em;
  -webkit-transition: 1s;
  transition: 1s;
}
.features__item-graphic2 .left .label {
  color: #fff;
  margin-bottom: 0.1em;
  text-align: center;
  margin-top: -0.3em;
  white-space: nowrap;
}
.features__item-graphic2 .left .label span {
  font-size: 0.65em;
  font-style: normal;
  font-weight: 600;
  line-height: 70%; /* 69.788% */
  letter-spacing: 0, 127em;
}
.features__item-graphic2 .left > span {
  font-size: 0.5em;
  font-weight: 300;
  line-height: 70%;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #e83bff 0%, #369cff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.features__item-graphic2 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.features__item-graphic2 .right::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.1em;
  height: 0.05em;
  background: -webkit-gradient(linear, left top, right top, from(#8E6CFE), to(#F0CDFF));
  background: linear-gradient(90deg, #8E6CFE 0%, #F0CDFF 100%);
  width: 2em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.features__item-graphic2 .right .logo {
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  margin-bottom: 0.5em;
  -webkit-transition: 1s;
  transition: 1s;
}
.features__item-graphic2 .right .label {
  color: #fff;
  margin-bottom: 0.1em;
  text-align: center;
  margin-top: -0.3em;
  white-space: nowrap;
}
.features__item-graphic2 .right .label span {
  font-size: 0.65em;
  font-style: normal;
  font-weight: 600;
  line-height: 70%; /* 69.788% */
  letter-spacing: 0, 127em;
}
.features__item-graphic2 .right > span {
  font-size: 0.5em;
  text-align: center;
  font-weight: 300;
  line-height: 70%;
  color: #8a8f98;
}
.features__item-graphic2 .middle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features__item-graphic2 .middle::before {
  content: "";
  display: block;
  border-radius: 0.5em;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 3px 14px 29px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3px 14px 29px 0px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  width: 12.15em;
  height: 7.4em;
  position: absolute;
  top: -0.5em;
  z-index: 2;
  -webkit-transition: 1s;
  transition: 1s;
}
.features__item-graphic2 .middle::after {
  content: "";
  display: block;
  border-radius: 0.5em;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 3px 14px 29px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3px 14px 29px 0px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  width: 9.5em;
  height: 7.4em;
  position: absolute;
  top: -1em;
  -webkit-transition: 1s;
  transition: 1s;
}
.features__item-graphic2 .chat {
  width: 14.35em;
  border-radius: 0.5em;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 3.389px 14.405px 29.658px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3.389px 14.405px 29.658px 0px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  position: relative;
  z-index: 3;
}
.features__item-graphic2 .chat::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 0.1em;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #DABAE8 0%, #7B5EDA 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.features__item:hover .features__item-graphic1 .icon1 {
  -webkit-transform: translateX(0.3em);
          transform: translateX(0.3em);
}
.features__item:hover .features__item-graphic1 .icon3 {
  -webkit-transform: translateX(-0.3em);
          transform: translateX(-0.3em);
}
.features__item:hover .features__item-graphic1 .icon2 {
  -webkit-transform: translate(-50%, -0.2em);
          transform: translate(-50%, -0.2em);
}
.features__item:hover .features__item-graphic1 .vector2 {
  -webkit-transform: translate(-50%, -0.2em);
          transform: translate(-50%, -0.2em);
}
.features__item:hover .features__item-graphic1 .vector1 {
  -webkit-transform: translateX(0.3em);
          transform: translateX(0.3em);
}
.features__item:hover .features__item-graphic1 .vector3 {
  -webkit-transform: translateX(-0.3em);
          transform: translateX(-0.3em);
}
.features__item:hover .features__item-graphic1 .code {
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
  opacity: 0.7;
}
.features__item:hover .features__item-graphic2 .left .logo {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
.features__item:hover .features__item-graphic2 .right .logo {
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
.features__item:hover .features__item-graphic2 .middle::before {
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}
.features__item:hover .features__item-graphic2 .middle::after {
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}

.cta {
  width: 100%;
  position: relative;
}
.cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 265px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 5, 9, 0)), color-stop(30.76%, rgba(6, 5, 9, 0.25)), color-stop(72.3%, rgba(6, 5, 9, 0.85)), to(#060509));
  background: linear-gradient(0deg, rgba(6, 5, 9, 0) 0%, rgba(6, 5, 9, 0.25) 30.76%, rgba(6, 5, 9, 0.85) 72.3%, #060509 100%);
  z-index: 2;
}
@media (max-width: 700px) {
  .cta::before {
    top: 10%;
  }
}
.cta .cta__bg-wrap {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
@media (max-width: 700px) {
  .cta .cta__bg-wrap {
    top: 20%;
  }
}
.cta .cta__bg-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 265px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 5, 9, 0)), color-stop(30.76%, rgba(6, 5, 9, 0.25)), color-stop(72.3%, rgba(6, 5, 9, 0.85)), to(#060509));
  background: linear-gradient(180deg, rgba(6, 5, 9, 0) 0%, rgba(6, 5, 9, 0.25) 30.76%, rgba(6, 5, 9, 0.85) 72.3%, #060509 100%);
  z-index: 2;
}
.cta__bg {
  width: 100%;
  max-height: 1000px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
@media (max-width: 600px) {
  .cta__bg {
    height: 420px;
  }
}
.cta__vector {
  position: absolute;
  top: -600px;
  max-width: none;
  left: 30%;
  -webkit-transform: translateX(-50%) rotate(348deg) scaleY(-1);
          transform: translateX(-50%) rotate(348deg) scaleY(-1);
  z-index: 2;
  width: 230%;
  pointer-events: none;
  will-change: filter;
}
.cta__wrap {
  width: 100%;
  padding-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  position: relative;
}
@media (max-width: 700px) {
  .cta__wrap a {
    width: 100%;
    max-width: 100%;
  }
  .cta__wrap a .gradient-button__wrap {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.cta__wrap p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  max-width: 570px;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .cta__wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
  }
}
.cta .blur-label {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.cta h2 {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .cta h2 {
    font-size: 32px;
    letter-spacing: -1.28px;
  }
}

.faq {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 200px;
}
@media (max-width: 1600px) {
  .faq {
    margin-bottom: 160px;
  }
}
.faq__wrap {
  width: 100%;
  padding-top: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .faq__wrap {
    padding-top: 180px;
  }
}
@media (max-width: 700px) {
  .faq__wrap {
    padding-top: 128px;
  }
}
.faq h2 {
  margin-bottom: 48px;
}
.faq__list {
  width: 100%;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.faq__item {
  width: 100%;
  position: relative;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  -webkit-box-shadow: 3.8px 16.15px 33.25px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 3.8px 16.15px 33.25px 0px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(19px);
          backdrop-filter: blur(19px);
  overflow: hidden;
}
.faq__item::before {
  content: "";
  position: absolute;
  width: 919px;
  height: 136px;
  position: absolute;
  right: 0.06px;
  bottom: -302px;
  border-radius: 100%;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.3) 2.78%, rgba(54, 156, 255, 0.3) 122.3%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.faq__item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(137deg, rgba(255, 255, 255, 0.16) 1.52%, rgba(255, 255, 255, 0.01) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.faq__item.open .faq__item-content {
  grid-template-rows: 1fr;
}
.faq__item.open::before {
  opacity: 1;
  bottom: -102px;
}
.faq__item.open .faq__item-top button .minus {
  opacity: 1;
}
.faq__item.open .faq__item-top button .plus {
  opacity: 0;
}
.faq__item-top {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 23.1px */
  letter-spacing: -0.84px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 700px) {
  .faq__item-top {
    padding: 16px;
    font-size: 16px;
    letter-spacing: -0.64px;
  }
}
.faq__item-top button {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__item-top button .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item-top button .minus {
  opacity: 0;
}
.faq__item-top button .plus {
  opacity: 1;
}
.faq__item-content {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .faq__item-content {
    font-size: 12px;
    line-height: 20px;
  }
}
.faq__item-content div {
  max-height: 100%;
  overflow: hidden;
}
.faq__item-content p {
  padding: 0 24px 20px;
}
@media (max-width: 700px) {
  .faq__item-content p {
    padding: 0 16px 16px;
  }
}

.contact-form {
  width: 100%;
  position: relative;
}
.contact-form .cta__vector {
  max-width: 1920px;
  left: 17%;
  z-index: 2;
}
@media (max-width: 1300px) {
  .contact-form .cta__vector {
    left: 0;
    top: -400px;
  }
}
@media (max-width: 900px) {
  .contact-form .cta__vector {
    display: none;
  }
}
.contact-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(176% 120.1% at 50% 100%, #E83BFF 0%, #369CFF 100%);
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 950px) {
  .contact-form::before {
    display: none;
  }
}
.contact-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.05)), color-stop(99.71%, rgba(255, 255, 255, 0.03)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1.52%, rgba(255, 255, 255, 0.03) 99.71%);
  background: #0e0d10;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 950px) {
  .contact-form::after {
    display: none;
  }
}
.contact-form .container {
  max-width: 1808px;
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 1300px) {
  .contact-form .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 700px) {
  .contact-form .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-form__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 5;
}
@media (max-width: 950px) {
  .contact-form__wrap {
    grid-template-columns: 1fr;
  }
}
.contact-form__left {
  padding: 120px 80px 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1800px) {
  .contact-form__left {
    padding-right: 64px;
  }
}
@media (max-width: 1600px) {
  .contact-form__left {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1300px) {
  .contact-form__left {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 32px;
  }
}
@media (max-width: 950px) {
  .contact-form__left {
    position: relative;
    padding-right: 0;
  }
  .contact-form__left::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: calc(100% + 64px);
    height: 100%;
    background: radial-gradient(176% 120.1% at 50% 100%, #E83BFF 0%, #369CFF 100%);
    z-index: 0;
    pointer-events: none;
  }
  .contact-form__left > * {
    position: relative;
  }
}
@media (max-width: 700px) {
  .contact-form__left {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .contact-form__left::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.contact-form__left .title {
  font-size: 156px;
  font-style: normal;
  font-weight: 600;
  line-height: 134px; /* 85.897% */
  letter-spacing: -9.36px;
  margin-bottom: 20px;
}
@media (max-width: 1190px) {
  .contact-form__left .title {
    font-size: 120px;
    line-height: 102px; /* 85% */
    letter-spacing: -7.2px;
  }
}
@media (max-width: 950px) {
  .contact-form__left .title {
    margin-bottom: 48px;
  }
  .contact-form__left .title br {
    display: none;
  }
}
@media (max-width: 800px) {
  .contact-form__left .title {
    font-size: 100px;
    line-height: 90px; /* 90% */
    letter-spacing: -6px;
  }
}
.contact-form__left .title svg {
  margin-left: 8px;
  margin-right: -3px;
}
@media (max-width: 1190px) {
  .contact-form__left .title svg {
    height: 65px;
    width: 127px;
  }
}
@media (max-width: 800px) {
  .contact-form__left .title svg {
    height: 54px;
    width: 105px;
  }
}
.contact-form__left .title .grad-text {
  padding-right: 10px;
}
@media (max-width: 950px) {
  .contact-form__left .title .grad-text {
    display: inline-block;
  }
}
.contact-form__left p {
  max-width: 556px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 800px) {
  .contact-form__left p {
    font-size: 16px;
  }
}
.contact-form__right {
  padding: 120px 0 120px 120px;
}
@media (max-width: 1800px) {
  .contact-form__right {
    padding-left: 64px;
  }
}
@media (max-width: 1600px) {
  .contact-form__right {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 1300px) {
  .contact-form__right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 32px;
  }
}
@media (max-width: 950px) {
  .contact-form__right {
    position: relative;
    padding-left: 0;
  }
  .contact-form__right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -32px;
    width: calc(100% + 64px);
    height: 100%;
    background: #0e0d10;
    z-index: 0;
    pointer-events: none;
  }
  .contact-form__right > * {
    position: relative;
  }
}
@media (max-width: 700px) {
  .contact-form__right::before {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.contact-form__right .form {
  width: 100%;
}
.contact-form__right .form__field {
  width: 100%;
  margin-bottom: 24px;
}
.contact-form__right .form__field label {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: block;
  margin-bottom: 12px;
}
.contact-form__right .form__field input {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background: #1E1B21;
  padding: 6px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact-form__right .form__field input::-webkit-input-placeholder {
  color: #474251;
}
.contact-form__right .form__field input::-moz-placeholder {
  color: #474251;
}
.contact-form__right .form__field input:-ms-input-placeholder {
  color: #474251;
}
.contact-form__right .form__field input::-ms-input-placeholder {
  color: #474251;
}
.contact-form__right .form__field input::placeholder {
  color: #474251;
}
.contact-form__right .form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1100px) {
  .contact-form__right .form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1100px) {
  .contact-form__right .form__actions button {
    width: 100%;
    max-width: 100%;
  }
  .contact-form__right .form__actions button .gradient-button__wrap {
    width: 100%;
  }
}
.contact-form__right .form__actions p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
}
.contact-form__right .form__actions p .icon {
  width: 32px;
  height: 32px;
}

.footer {
  width: 100%;
  background: #060509;
}
.footer__wrap {
  width: 100%;
  padding: 72px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 48px;
}
@media (max-width: 1300px) {
  .footer__wrap {
    padding: 52px 0;
  }
}
@media (max-width: 950px) {
  .footer__wrap {
    row-gap: 40px;
  }
}
@media (max-width: 600px) {
  .footer__wrap {
    gap: 32px;
    padding: 23px 0;
  }
}
@media (max-width: 950px) {
  .footer__left {
    grid-column: span 2;
  }
}
.footer__left p {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  max-width: 410px;
}
@media (max-width: 950px) {
  .footer__left p {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__left p {
    font-size: 11px;
    line-height: 16px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .footer__logo {
    width: 120px;
    margin-bottom: 24px;
  }
}
.footer__nav {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 950px) {
  .footer__nav {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .footer__nav {
    grid-template-columns: 1fr 1fr;
  }
}
.footer__list {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 164.706% */
  letter-spacing: -0.34px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.footer__list a {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: -0.3px;
  text-transform: none;
}
@media (max-width: 760px) {
  .footer__logos {
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.footer__logos .label {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .footer__logos .label {
    margin-bottom: 0;
  }
}
.footer__logos .icon {
  height: auto;
  max-height: 32px;
}
.footer__logos .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--Medium-Gray, #8A8F98);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}
@media (max-width: 950px) {
  .footer__info {
    gap: 16px;
  }
}
@media (max-width: 760px) {
  .footer__info {
    grid-column: span 2;
  }
}
.footer__info p {
  min-width: 320px;
}
@media (max-width: 950px) {
  .footer__info p {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}/*# sourceMappingURL=style.css.map */
