@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  background: rgba(253, 83, 46, 0.46);
}

*::selection {
  background: rgba(253, 83, 46, 0.46);
}

img {
  pointer-events: none;
}

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;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  min-height: 100vh;
  min-width: 375px;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-family: "Inter Tight", sans-serif;
  /* text-rendering: optimizeSpeed; */
  font-variant-numeric: lining-nums tabular-nums;
  background: #0A0505;
  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;
  overscroll-behavior: none;
}

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: 1312px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 1300px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 700px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.main {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 8px;
}
@media (max-width: 1000px) {
  .main {
    padding-top: 68px;
  }
}

.blur-label {
  padding: 12px;
  color: #E6E6E6;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  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: 12px;
  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%, rgb(253, 84, 46) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  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: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_accent {
  background: #FF3E0D;
}
.btn_accent:hover {
  background: #FF6A4A;
  -webkit-box-shadow: 0 4px 49px 0 rgba(253, 83, 46, 0.46);
          box-shadow: 0 4px 49px 0 rgba(253, 83, 46, 0.46);
}
.btn_ghost {
  background: rgba(255, 255, 255, 0.1);
}
.btn_ghost:hover {
  background: rgba(255, 255, 255, 0.19);
  -webkit-box-shadow: 0 4px 49px 0 rgba(255, 255, 255, 0.12);
          box-shadow: 0 4px 49px 0 rgba(255, 255, 255, 0.12);
}
.btn_white {
  background: #FFF;
  color: #0A0605;
}
.btn_white:hover {
  background: #D7D7D7;
  -webkit-box-shadow: 0 4px 49px 0 rgba(255, 255, 255, 0.12);
          box-shadow: 0 4px 49px 0 rgba(255, 255, 255, 0.12);
}
.btn__wrap {
  position: relative;
  padding: 24px 40px;
  border-radius: inherit;
  overflow: hidden;
  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;
}
.btn__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.3)), to(rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 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;
}
.btn.small {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.48px;
  border-radius: 16px;
}
.btn.small .btn__wrap {
  padding: 20px 28px;
}

h2 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 107.143% */
  letter-spacing: -0.56px;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 48px;
    line-height: 54px; /* 112.5% */
    letter-spacing: -0.48px;
  }
}
@media (max-width: 700px) {
  h2 {
    font-size: 27px;
    line-height: 32px; /* 118.519% */
    letter-spacing: -0.27px;
  }
}

.text-section {
  width: 100%;
}
.text-section__wrap {
  width: 100%;
  padding: 100px 0;
  position: relative;
  z-index: 3;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .text-section__wrap {
    padding: 90px 0;
  }
}
@media (max-width: 1000px) {
  .text-section__wrap {
    padding: 70px 0;
  }
}
@media (max-width: 700px) {
  .text-section__wrap {
    padding: 70px 0;
  }
}
.text-section__wrap h1 {
  font-size: 85px;
  font-style: normal;
  font-weight: 600;
  line-height: 94px; /* 110.588% */
  letter-spacing: -3.4px;
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  .text-section__wrap h1 {
    font-size: 50px;
    line-height: 60px; /* 120% */
    letter-spacing: -2px;
    margin-bottom: 32px;
  }
}
.text-section__wrap .date {
  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;
  margin-bottom: 48px;
}
.text-section__wrap h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;
  margin-top: auto;
  margin: 32px 0 24px;
}
@media (max-width: 990px) {
  .text-section__wrap h3 {
    font-size: 27px;
    line-height: 40px; /* 148.148% */
    letter-spacing: -0.81px;
  }
}
@media (max-width: 720px) {
  .text-section__wrap h3 {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }
}
.text-section__wrap p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 16px 0;
}

.header {
  width: 100%;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1000px) {
  .header {
    position: fixed;
    width: calc(100% - 20px);
    left: 10px;
    top: 0px;
    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;
    top: 10px;
  }
}
.header .container {
  max-width: 1424px;
}
.header__wrap {
  width: 100%;
  padding: 16px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -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;
    grid-template-columns: auto auto;
  }
}
.header__logo {
  display: block;
  width: 101px;
}
.header__logo img {
  width: 101px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
  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: #FD532E;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 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;
  background: #FF3E0D;
  padding: 10px 14px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
  text-transform: uppercase;
}
.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: 10px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F6F6F6;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.24px;
  cursor: pointer;
  border-radius: 24px;
  background: #1D0E0B;
  position: relative;
}
.header__lang-current .icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 700px) {
  .header__lang-current .flag {
    display: none;
  }
}
@media (max-width: 700px) {
  .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: 110px 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;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
@media (max-width: 700px) {
  .mobile-menu__wrap {
    padding: 100px 16px 40px;
  }
}
.mobile-menu .header__lang-current {
  background: #1B0F0C;
}
.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;
  display: none;
}
@media (max-width: 700px) {
  .mobile-menu .mob-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .mobile-menu .mob-nav .header__lang {
    width: 100%;
    max-width: 100%;
  }
  .mobile-menu .mob-nav .header__login {
    max-width: 100%;
    width: 100%;
  }
}
.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: 100%;
  top: auto;
  bottom: calc(100% + 6px);
  z-index: 10;
}
.mobile-menu .lang-list .header__lang-item {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-menu__list {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px; /* 188.235% */
  letter-spacing: -0.34px;
  width: 100%;
}
.mobile-menu__list li {
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .mobile-menu__list li {
    margin-bottom: 30px;
  }
}
.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;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hero {
    --headerHeight: 96px;
  }
}
.hero .container {
  max-width: 1333px;
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 424px;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(#0a0505), color-stop(30.18%, rgba(8, 4, 3, 0.74)), color-stop(63.45%, rgba(9, 5, 4, 0.5)), to(rgba(10, 6, 5, 0)));
  background: linear-gradient(0deg, #0a0505 0%, rgba(8, 4, 3, 0.74) 30.18%, rgba(9, 5, 4, 0.5) 63.45%, rgba(10, 6, 5, 0) 100%);
  pointer-events: none;
}
.hero__bg-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 6;
}
.hero__bg-items .hero__light1 {
  position: absolute;
  z-index: 2;
  left: -500px;
  top: -550px;
  max-width: none;
}
@media (max-width: 700px) {
  .hero__bg-items .hero__light1 {
    top: -650px;
  }
}
.hero__bg-items .hero__light2 {
  position: absolute;
  z-index: 2;
  right: -400px;
  top: -500px;
  max-width: none;
}
@media (max-width: 700px) {
  .hero__bg-items .hero__light2 {
    top: -650px;
  }
}
.hero__bg-items .hero__light3 {
  position: absolute;
  z-index: 2;
  top: 100px;
  right: -500px;
  max-width: none;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  opacity: 0.8;
}
.hero__wrap {
  width: 100%;
  padding-top: 72px;
  padding-bottom: 160px;
  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: 10;
  margin: 0 auto;
}
.hero__wrap h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 75px; /* 117.188% */
  letter-spacing: -0.64px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media (max-width: 1300px) {
  .hero__wrap h1 {
    font-size: 56px;
    line-height: 70px; /* 125% */
    letter-spacing: -0.56px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1000px) {
  .hero__wrap h1 {
    font-size: 50px;
    line-height: 64px; /* 128% */
    letter-spacing: -0.5px;
  }
}
@media (max-width: 700px) {
  .hero__wrap h1 {
    font-size: 32px;
    line-height: 44px; /* 137.5% */
    letter-spacing: -0.32px;
  }
}
.hero__wrap h1 .animated-text {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -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;
  overflow: hidden;
  position: relative;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  height: inherit;
}
.hero__wrap h1 .animated-text .hidden-word {
  opacity: 0;
}
.hero__wrap h1 .animated-text .word {
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hero__wrap h1 .animated-text .word.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero__wrap h1 .animated-text .word.active .letter {
  -webkit-animation: letterWaveIn 0.5s ease-in-out forwards;
          animation: letterWaveIn 0.5s ease-in-out forwards;
}
.hero__wrap h1 .animated-text .word.exit {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.hero__wrap h1 .animated-text .word.exit .letter {
  -webkit-animation: letterWaveOut 0.5s ease-in-out forwards;
          animation: letterWaveOut 0.5s ease-in-out forwards;
}
.hero__wrap h1 .animated-text .word .letter {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@-webkit-keyframes letterWaveIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes letterWaveIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes letterWaveOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes letterWaveOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.hero .blur-label {
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .hero .blur-label {
    margin-bottom: 32px;
  }
}
@media (max-width: 700px) {
  .hero .blur-label {
    display: none;
  }
}
.hero__text {
  position: relative;
  z-index: 20;
}
@media (max-width: 1000px) {
  .hero__text {
    max-width: 100%;
    width: 100%;
  }
}
.hero__text p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 800px;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .hero__text p {
    margin-bottom: 32px;
  }
}
@media (max-width: 700px) {
  .hero__text p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 700px) {
  .hero__text a {
    max-width: 100%;
    width: 100%;
  }
  .hero__text a .gradient-button__wrap {
    width: 100%;
  }
}
.hero__buttons {
  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;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .hero__buttons {
    margin-bottom: 32px;
  }
}
@media (max-width: 1000px) {
  .hero__buttons {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .hero__buttons {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
@media (max-width: 700px) {
  .hero__buttons .btn {
    max-width: 100%;
    width: 100%;
  }
  .hero__buttons .btn .btn__wrap {
    max-width: 100%;
    width: 100%;
  }
}
.hero__bottom {
  width: 100%;
  max-width: 658px;
  padding-top: 32px;
  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-bottom: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1000px) {
  .hero__bottom {
    max-width: 100%;
    width: 100%;
  }
}
.hero__safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
@media (max-width: 700px) {
  .hero__safety {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 450px) {
  .hero__safety .icon-border {
    width: 40px;
    height: 40px;
  }
  .hero__safety .icon-border .icon-border__content, .hero__safety .icon-border .icon {
    width: 100%;
    height: 100%;
  }
}
.hero__safety .label {
  color: #e6e6e6;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 100% */
  text-transform: uppercase;
  margin-bottom: 12px;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .hero__safety .label {
    font-size: 10px;
    margin-bottom: 8px;
  }
}
.hero__safety .title {
  color: #e6e6e6;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .hero__safety .title {
    font-size: 14px;
    line-height: 14px;
  }
}
.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: 48px;
}
@media (max-width: 700px) {
  .hero__logos {
    gap: 24px;
  }
}
.hero__logos .icon {
  height: auto;
  max-height: 62px;
}
@media (max-width: 600px) {
  .hero__logos img:nth-child(1) {
    width: 100px;
  }
  .hero__logos img:nth-child(3) {
    width: 50px;
  }
}
@media (max-width: 450px) {
  .hero__logos img:nth-child(1) {
    width: 70px;
  }
  .hero__logos img:nth-child(3) {
    width: 30px;
  }
}
.hero__logos .hr {
  width: 1px;
  min-width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.16);
}
@media (max-width: 600px) {
  .hero__logos .hr {
    display: none;
  }
}

.icon-border {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  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;
  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.3)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 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;
}

.hero__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  gap: 24px;
  padding-top: 144px;
  position: relative;
}
@media (max-width: 1300px) {
  .hero__items {
    padding: 20px;
  }
}
@media (max-width: 1100px) {
  .hero__items {
    grid-template-columns: 1fr 1px 1fr;
  }
}
@media (max-width: 700px) {
  .hero__items {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
  }
}
.hero__items .line {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 6, 5, 0)), color-stop(50.73%, #3e322c), to(rgba(10, 6, 5, 0)));
  background: linear-gradient(0deg, rgba(10, 6, 5, 0) 0%, #3e322c 50.73%, rgba(10, 6, 5, 0) 100%);
}
@media (max-width: 1100px) {
  .hero__items .line:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1100px) {
  .hero__items .line {
    min-height: 215px;
  }
}
@media (max-width: 700px) {
  .hero__items .line {
    display: none;
  }
}

.hero__items-bg {
  position: absolute;
  bottom: -50px;
  max-width: 1424px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 700px) {
  .hero__items-bg {
    bottom: -150px;
    max-width: 1000px;
  }
}

.hero__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
.hero__item .icon-border {
  width: 64px;
  height: 64px;
  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;
  margin-bottom: 24px;
}
.hero__item .title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.24px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), color-stop(80.11%, #e2cdc3));
  background: linear-gradient(0deg, #fff 25%, #e2cdc3 80.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
@media (max-width: 700px) {
  .hero__item .title {
    font-size: 21px;
    letter-spacing: -0.21px;
  }
}
.hero__item p {
  color: #b4aeab;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.capabilities {
  width: 100%;
  position: relative;
  z-index: 10;
}
.capabilities__wrap {
  width: 100%;
  padding: 50px 0 24px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1000px) {
  .capabilities__wrap {
    padding-top: 30px;
    padding-bottom: 16px;
  }
}
@media (max-width: 700px) {
  .capabilities__wrap {
    padding-top: 80px;
  }
}
.capabilities h2 {
  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;
  margin-bottom: 48px;
}

.capabilities__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.capabilities__item {
  display: grid;
  grid-template-columns: 1fr 413px;
  gap: 12px;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 350px;
}
@media (max-width: 760px) {
  .capabilities__item {
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 700px) {
  .capabilities__item {
    grid-template-columns: 1fr;
  }
}
.capabilities__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/texture.png) repeat center/1200px;
  opacity: 0.08;
}
.capabilities__item .left {
  padding: 24px 0 24px 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  gap: 24px;
}
@media (max-width: 700px) {
  .capabilities__item .left {
    padding: 24px 24px 0;
    gap: 28px;
  }
}
.capabilities__item .left .title {
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 118.519% */
  letter-spacing: -0.27px;
}
.capabilities__item .left .items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  max-width: 724px;
}
@media (max-width: 1100px) {
  .capabilities__item .left .items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 700px) {
  .capabilities__item .left .items {
    gap: 20px;
  }
}
.capabilities__item .left .item {
  color: #B3AEAB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1100px) {
  .capabilities__item .left .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 700px) {
  .capabilities__item .left .item {
    font-size: 14px;
    line-height: 22px;
  }
}
.capabilities__item .left .item .icon {
  margin-bottom: 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;
  width: 32px;
  height: 32px;
}
@media (max-width: 1100px) {
  .capabilities__item .left .item .icon {
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.capabilities__item .left .item .icon .def {
  width: 49px;
  min-width: 49px;
  height: 49px;
  min-height: 49px;
}
.capabilities__item .left .btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.48px;
  border-radius: 16px;
}
@media (max-width: 700px) {
  .capabilities__item .left .btn {
    width: 100%;
    max-width: 100%;
  }
}
.capabilities__item .left .btn__wrap {
  padding: 20px 28px;
}
@media (max-width: 700px) {
  .capabilities__item .left .btn__wrap {
    width: 100%;
  }
}
.capabilities__item .image {
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .capabilities__item .image {
    width: 334px;
    height: 300px;
    margin: 0 auto;
  }
}
.capabilities__item .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.capabilities__item1 {
  background: linear-gradient(132deg, #FFF 31.41%, rgba(255, 242, 242, 0.8) 98.16%);
}
.capabilities__item1 .title {
  color: #0A0605;
}
.capabilities__item1 .bg {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-60%, -40%);
          transform: translate(-60%, -40%);
}

.capabilities__item2 {
  background: #120E0D;
}
.capabilities__item2 .bg {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-90%, -40%);
          transform: translate(-90%, -40%);
  opacity: 0.6;
}
.capabilities__item2::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(138deg, #FF3E0D 1.52%, rgba(255, 255, 255, 0.3411764706) 34%);
  -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__item2 .title {
  color: #FFF;
}
.capabilities__item2 .items .item {
  color: #B4AEAB;
}

.capabilities__item3 {
  background: linear-gradient(132deg, #FFF 31.41%, rgba(255, 242, 242, 0.8) 98.16%);
}
.capabilities__item3 .bg {
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 40%);
          transform: translate(-50%, 40%);
}
.capabilities__item3 .title {
  color: #0A0605;
}

.capabilities-bottom {
  width: 100%;
  position: relative;
  width: calc(100% + 16px);
  left: -8px;
  margin-top: -60px;
}
.capabilities-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#080403), color-stop(21.91%, rgba(8, 4, 3, 0.5)), color-stop(50.33%, rgba(8, 4, 3, 0.6509803922)), color-stop(84.62%, rgba(9, 5, 4, 0.5)), to(#0A0605));
  background: linear-gradient(0deg, #080403 0%, rgba(8, 4, 3, 0.5) 21.91%, rgba(8, 4, 3, 0.6509803922) 50.33%, rgba(9, 5, 4, 0.5) 84.62%, #0A0605 100%);
  z-index: 3;
}
.capabilities-bottom__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.8;
}
.capabilities-bottom__wrap {
  width: 100%;
  padding: 240px 24px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1300px) {
  .capabilities-bottom__wrap {
    padding: 220px 0;
  }
}
@media (max-width: 1000px) {
  .capabilities-bottom__wrap {
    padding: 180px 24px 190px;
  }
}
@media (max-width: 700px) {
  .capabilities-bottom__wrap {
    padding-bottom: 80px;
  }
}
.capabilities-bottom__wrap h2 {
  margin-bottom: 40px;
  text-align: center;
}
.capabilities-bottom__wrap p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.capabilities-bottom__wrap .btn {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .capabilities-bottom__wrap .btn {
    max-width: 100%;
    width: 100%;
  }
  .capabilities-bottom__wrap .btn .btn__wrap {
    width: 100%;
  }
}

.capabilities-bottom__image {
  position: absolute;
  left: 50%;
  top: 450px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 8;
  max-width: 2100px;
  min-width: 120vw;
}
@media (max-width: 1300px) {
  .capabilities-bottom__image {
    top: 390px;
  }
}
@media (max-width: 1000px) {
  .capabilities-bottom__image {
    top: 350px;
  }
}
@media (max-width: 500px) {
  .capabilities-bottom__image {
    max-width: 1240px;
    top: 420px;
  }
}

.partners {
  width: 100%;
  padding-bottom: 90px;
}
@media (max-width: 700px) {
  .partners {
    padding-bottom: 10px;
    position: relative;
  }
}
.partners__wrap {
  width: 100%;
  padding: 90px 0 80px;
  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;
}
@media (max-width: 1300px) {
  .partners__wrap {
    padding: 80px 0 40px;
  }
}
@media (max-width: 1000px) {
  .partners__wrap {
    padding: 70px 0 40px;
  }
}
@media (max-width: 700px) {
  .partners__wrap {
    padding: 40px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 700px) {
  .partners__wrap .btn {
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    max-width: none;
  }
  .partners__wrap .btn .btn__wrap {
    width: 100%;
  }
}

.partners__bottom {
  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: 64px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 1300px) {
  .partners__bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 700px) {
  .partners__bottom {
    padding-bottom: 40px;
  }
}

.partners__bottom-item {
  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: 24px;
  position: relative;
  z-index: 3;
  gap: 12px;
  color: #B4AEAB;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 24px;
  background: #120E0D;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .partners__bottom-item {
    padding: 10px;
    height: 72px;
  }
}
.partners__bottom-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/texture.png) repeat center/1200px;
  opacity: 0.08;
  pointer-events: none;
}
.partners__bottom-item img {
  position: relative;
  z-index: 3;
}
.partners__bottom-item span {
  position: relative;
  z-index: 3;
}
@media (max-width: 1000px) {
  .partners__bottom-item .img1 {
    width: 128px;
  }
}
@media (max-width: 1000px) {
  .partners__bottom-item .img2 {
    width: 52px;
  }
}
.partners__bottom-item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(138deg, #FF3E0D 1.52%, rgba(255, 255, 255, 0.3411764706) 34%);
  -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;
}
.partners__bottom-item:nth-child(1) .partners__bottom-bg {
  position: absolute;
  bottom: -250px;
  right: -300px;
  max-width: 700px;
  opacity: 0.8;
  pointer-events: none;
}
.partners__bottom-item:nth-child(2) .partners__bottom-bg {
  position: absolute;
  top: -300px;
  left: -200px;
  max-width: 700px;
  opacity: 0.8;
  pointer-events: none;
}

.logos-sroller {
  width: 100%;
  z-index: 3;
  position: relative;
  margin-bottom: 18px;
}
.logos-sroller__wrap {
  width: 100%;
}
.logos-sroller .scroller__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
}
@media (max-width: 700px) {
  .logos-sroller .scroller__inner {
    min-height: 46px;
    max-height: 46px;
  }
  .logos-sroller .scroller__inner li {
    max-height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.logos-sroller .scroller__inner1 {
  gap: 104px;
}
@media (max-width: 700px) {
  .logos-sroller .scroller__inner1 {
    gap: 48px;
  }
}
.logos-sroller .scroller__inner2 {
  gap: 64px;
}
@media (max-width: 700px) {
  .logos-sroller .scroller__inner2 {
    gap: 48px;
  }
}
.logos-sroller .scroller {
  max-width: 100%;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, white), color-stop(90%, white), to(transparent));
  -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
  mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, white), color-stop(80%, white), to(transparent));
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  overflow: hidden;
}

.partners__bottom-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1000px) {
  .partners__bottom-wrap {
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .partners__bottom-wrap {
    grid-template-columns: 1fr;
  }
}

.scroller__inner {
  padding-block: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.scroller[data-animated=true] {
  overflow: visible;
}

.scroller[data-animated=true] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
          animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 20s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 40s;
}

@-webkit-keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
  }
}
@media (max-width: 700px) {
  .partn1 {
    width: 167px;
  }
  .partn2 {
    width: 63px;
  }
  .partn3 {
    width: 80px;
  }
  .partn4 {
    width: 71px;
  }
  .partn5 {
    width: 27px;
  }
  .partn6 {
    width: 41px;
  }
  .partn7 {
    width: 109px;
  }
  .partn8 {
    width: 205px;
  }
  .partn9 {
    width: 60px;
  }
  .partn10 {
    width: 39px;
  }
  .partn11 {
    width: 91px;
  }
  .partn12 {
    width: 13px;
  }
  .partn13 {
    width: 82px;
  }
  .partn14 {
    width: 95px;
  }
}
.features {
  width: 100%;
  position: relative;
  z-index: 10;
}
.features .container {
  max-width: 1424px;
  padding: 0 16px;
}
.features__wrap {
  width: 100%;
  padding: 75px 0 90px;
}
@media (max-width: 1300px) {
  .features__wrap {
    padding: 80px 0;
  }
}
@media (max-width: 1000px) {
  .features__wrap {
    padding: 70px 0 60px;
  }
}
@media (max-width: 700px) {
  .features__wrap {
    padding: 70px 0 40px;
  }
}
.features__wrap h2 {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1300px) {
  .features__wrap h2 {
    margin-bottom: 40px;
  }
}
.features__items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1000px) {
  .features__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .features__items {
    grid-template-columns: 1fr;
  }
}
.features__item {
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(141deg, #1D1D1D 8.47%, #160C09 93.16%);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 470px;
  gap: 24px;
  position: relative;
}
@media (max-width: 1100px) {
  .features__item {
    padding: 20px;
    min-height: 380px;
  }
}
@media (max-width: 700px) {
  .features__item {
    min-height: auto;
  }
}
.features__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/texture.png) no-repeat center/cover;
  opacity: 0.08;
  pointer-events: none;
}
.features__item .title {
  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 118.519% */
  letter-spacing: -0.27px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1100px) {
  .features__item .title {
    font-size: 24px;
    line-height: 30px; /* 125% */
    letter-spacing: -0.24px;
  }
}
@media (max-width: 700px) {
  .features__item .title {
    font-size: 21px;
    line-height: 28px; /* 133.333% */
    letter-spacing: -0.21px;
  }
}
.features__item .image {
  position: relative;
  z-index: 2;
  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;
}
.features__item .image .bg {
  position: absolute;
  opacity: 0.6;
}
.features__item .image img {
  width: 100%;
}
.features__item p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  z-index: 4;
}
.features__banner {
  border-radius: 24px;
  background: linear-gradient(132deg, #0A0605 31.41%, #240903 98.16%);
  overflow: hidden;
  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;
  gap: 32px;
  padding: 32px;
}
@media (max-width: 1100px) {
  .features__banner {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .features__banner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-column: span 2;
    padding: 48px 20px;
  }
}
@media (max-width: 700px) {
  .features__banner {
    grid-column: span 1;
    padding: 32px 20px;
  }
}
.features__banner .bg1 {
  position: absolute;
  bottom: -260px;
  left: -300px;
  max-width: 810px;
  pointer-events: none;
}
.features__banner .bg2 {
  position: absolute;
  top: -1100px;
  right: -980px;
  max-width: none;
  pointer-events: none;
  display: none;
}
@media (max-width: 1000px) {
  .features__banner .btn {
    max-width: 100%;
    width: 100%;
  }
  .features__banner .btn .btn__wrap {
    width: 100%;
  }
}
.features__banner .title {
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px; /* 118.182% */
  letter-spacing: -0.44px;
  text-align: center;
}
@media (max-width: 1100px) {
  .features__banner .title {
    font-size: 38px;
    line-height: 40px; /* 105.263% */
    letter-spacing: -0.38px;
  }
}
@media (max-width: 700px) {
  .features__banner .title {
    font-size: 38px;
    line-height: 40px; /* 105.263% */
    letter-spacing: -0.38px;
  }
}
.features__banner p {
  color: #B4AEAB;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.features__banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/texture.png) no-repeat center/cover;
  opacity: 0.08;
  pointer-events: none;
}
.features__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 3px;
  background: linear-gradient(138deg, #FF3E0D 1.52%, rgba(255, 255, 255, 0.3411764706) 34%);
  -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;
}

.founders {
  width: 100%;
  position: relative;
}
.founders .founders__bg {
  position: absolute;
  left: -900px;
  bottom: -400px;
  opacity: 0.4;
}
.founders .container {
  padding: 0;
  max-width: 1424px;
}
.founders__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  padding: 90px 0 0;
}
@media (max-width: 1300px) {
  .founders__wrap {
    padding-top: 80px;
  }
}
@media (max-width: 1000px) {
  .founders__wrap {
    padding: 60px 0 0;
    grid-template-columns: 1fr 1fr;
  }
}
.founders__left {
  padding: 40px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(132deg, #fff 31.41%, rgba(255, 242, 242, 0.8) 98.16%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 1300px) {
  .founders__left {
    padding: 24px;
  }
}
@media (max-width: 1100px) {
  .founders__left {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .founders__left {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    grid-column: span 2;
    min-height: 360px;
  }
}
@media (max-width: 700px) {
  .founders__left {
    min-height: 100px;
  }
}
.founders__left .title {
  color: #0a0605;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 107.143% */
  letter-spacing: -0.56px;
  margin-bottom: 24px;
}
@media (max-width: 1300px) {
  .founders__left .title {
    font-size: 48px;
    line-height: 54px; /* 112.5% */
    letter-spacing: -0.48px;
  }
}
@media (max-width: 700px) {
  .founders__left .title {
    font-size: 27px;
    line-height: 32px; /* 118.519% */
    letter-spacing: -0.27px;
    margin-bottom: 32px;
    text-align: center;
  }
}
.founders__left .tab-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  margin-top: auto;
}
@media (max-width: 700px) {
  .founders__left .tab-images {
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
.founders__left .tab-founders-button {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 3px solid #EBDEDE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1100px) {
  .founders__left .tab-founders-button {
    height: 64px;
    width: 64px;
  }
}
.founders__left .tab-founders-button.active {
  border: 3px solid #FF3E0D;
  position: relative;
  z-index: 2;
}
.founders__left .tab-founders-button img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.founders__left .tab-founders-button:nth-child(2) {
  margin-left: -14px;
}
.founders__left .name {
  color: #0a0605;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 118.519% */
  letter-spacing: -0.27px;
  margin-bottom: 16px;
}
@media (max-width: 1100px) {
  .founders__left .name {
    font-size: 24px;
    line-height: 30px; /* 125% */
    letter-spacing: -0.24px;
  }
}
@media (max-width: 700px) {
  .founders__left .name {
    font-size: 24px;
    line-height: 30px; /* 125% */
    letter-spacing: -0.24px;
    text-align: center;
  }
}
.founders__left .name span:not(.active) {
  display: none;
}
.founders__left p {
  color: #54433e;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 1100px) {
  .founders__left p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 700px) {
  .founders__left p {
    margin-bottom: 24px;
    text-align: center;
  }
}
.founders__left p span:not(.active) {
  display: none;
}
.founders__left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/texture.png) repeat center/1200px;
  opacity: 0.08;
  pointer-events: none;
}
.founders__left .btn:not(.active) {
  display: none;
}
@media (max-width: 1100px) {
  .founders__left .btn {
    max-width: 100%;
    width: 100%;
  }
  .founders__left .btn .btn__wrap {
    width: 100%;
  }
}
.founders__rod {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 524px;
}
@media (max-width: 1300px) {
  .founders__rod {
    min-height: 500px;
  }
}
@media (max-width: 1100px) {
  .founders__rod {
    min-height: 440px;
  }
}
@media (max-width: 1000px) {
  .founders__rod {
    min-height: 360px;
  }
}
@media (max-width: 700px) {
  .founders__rod {
    grid-column: span 2;
  }
}
.founders__rod img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.founders__rod img:not(.active) {
  display: none;
}
.founders__right {
  padding: 40px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(141deg, #1d1d1d 8.47%, #160c09 93.16%);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1300px) {
  .founders__right {
    padding: 24px;
  }
}
@media (max-width: 1100px) {
  .founders__right {
    padding: 32px 20px;
  }
}
@media (max-width: 700px) {
  .founders__right {
    grid-column: span 2;
    padding: 20px;
    gap: 24px;
  }
}
.founders__right .bg1 {
  position: absolute;
  max-width: 800px;
  bottom: -270px;
  right: -200px;
  opacity: 0.4;
  pointer-events: none;
}
@media (max-width: 700px) {
  .founders__right .bg1 {
    opacity: 0.03;
  }
}
.founders__right .bg2 {
  position: absolute;
  top: -370px;
  left: -160px;
  max-width: 600px;
  opacity: 0.6;
  pointer-events: none;
  display: none;
}
.founders__right .item {
  width: 100%;
  position: relative;
  z-index: 3;
}
.founders__right .item .title {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .founders__right .item .title {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 1100px) {
  .founders__right .item .title {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 700px) {
  .founders__right .item .title {
    font-size: 27px;
    letter-spacing: -0.27px;
  }
}
.founders__right .item .title span:not(.active) {
  display: none;
}
.founders__right .item p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1100px) {
  .founders__right .item p {
    font-size: 14px;
    line-height: 20px;
  }
}
.founders__right .item p span:not(.active) {
  display: none;
}
.founders__right .hr {
  width: 100%;
  height: 1px;
  background: #363535;
}
.founders__right::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/texture.png) repeat center/1200px;
  opacity: 0.08;
  pointer-events: none;
}

.benefits {
  width: 100%;
  position: relative;
  z-index: 2;
}
.benefits__wrap {
  width: 100%;
  padding-top: 240px;
}
@media (max-width: 1500px) {
  .benefits__wrap {
    padding-top: 160px;
  }
}
@media (max-width: 990px) {
  .benefits__wrap {
    padding-top: 128px;
  }
}
.benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 990px) {
  .benefits__grid {
    grid-template-columns: 1fr;
  }
}
.benefits__item {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(252, 195, 255, 0.06) 28.04%, rgba(255, 255, 255, 0.01) 83.08%);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 310px;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 990px) {
  .benefits__item {
    min-height: 0;
    margin-top: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
  }
}
@media (max-width: 720px) {
  .benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.benefits__item::before {
  content: "";
  display: block;
  width: 363px;
  height: 239px;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
  border-radius: 363px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.2) 2.78%, rgba(255, 54, 54, 0.2) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  position: absolute;
  left: -137px;
  top: -283px;
}
.benefits__item:nth-child(1) {
  margin-top: 150px;
}
.benefits__item:nth-child(2) {
  margin-top: 100px;
}
.benefits__item:nth-child(2)::before {
  left: 61px;
  top: -295px;
}
.benefits__item:nth-child(3) {
  margin-top: 50px;
}
.benefits__item:nth-child(3)::before {
  left: auto;
  right: 28px;
  top: -279px;
}
.benefits__item:nth-child(4)::before {
  left: auto;
  right: -128px;
  top: -279px;
}
.benefits__item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  -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;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}
.benefits__item .icon {
  height: 80px;
  margin-bottom: 32px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 990px) {
  .benefits__item .icon {
    margin-bottom: 0;
  }
}
.benefits__item.aos-animate .icon {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.benefits__item.aos-animate:hover .icon {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: rotateY(360deg) !important;
          transform: rotateY(360deg) !important;
}
.benefits__item .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;
  margin-top: auto;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  .benefits__item .title {
    font-size: 27px;
    line-height: 40px; /* 148.148% */
    letter-spacing: -0.81px;
  }
}
@media (max-width: 720px) {
  .benefits__item .title {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }
}
.benefits__item p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cta {
  width: 100%;
  position: relative;
  width: calc(100% + 16px);
  left: -8px;
  margin-top: -140px;
  overflow: hidden;
}
.cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0A0605), color-stop(21.91%, rgba(8, 4, 3, 0.5)), color-stop(50.33%, rgba(8, 4, 3, 0.4705882353)), color-stop(84.62%, rgba(9, 5, 4, 0.67)), to(#0A0605));
  background: linear-gradient(0deg, #0A0605 0%, rgba(8, 4, 3, 0.5) 21.91%, rgba(8, 4, 3, 0.4705882353) 50.33%, rgba(9, 5, 4, 0.67) 84.62%, #0A0605 100%);
  z-index: 2;
  pointer-events: none;
}
.cta .cta__wrapper {
  position: relative;
  width: calc(100% - 16px);
  margin: 0 auto;
  overflow: hidden;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.cta__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.8;
}
.cta__vector {
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .cta__vector {
    margin-bottom: 56px;
    width: 115px;
  }
}
.cta__wrap {
  width: 100%;
  padding: 320px 0 128px;
  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: 1300px) {
  .cta__wrap {
    padding: 300px 0 128px;
  }
}
@media (max-width: 700px) {
  .cta__wrap {
    padding-top: 230px;
    padding-bottom: 104px;
  }
}
.cta__wrap h2 {
  color: #fff;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -0.72px;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1000px) {
  .cta__wrap h2 {
    font-size: 56px;
    line-height: 64px; /* 114.286% */
    letter-spacing: -0.56px;
  }
}
@media (max-width: 700px) {
  .cta__wrap h2 {
    font-size: 40px;
    line-height: 48px; /* 120% */
    letter-spacing: -0.4px;
  }
}
.cta__wrap h2 span {
  color: #fd532e;
}
.cta__wrap p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .cta__wrap p {
    margin-bottom: 56px;
  }
}
@media (max-width: 1000px) {
  .cta__wrap .btn {
    max-width: 100%;
    width: 100%;
  }
  .cta__wrap .btn .btn__wrap {
    width: 100%;
  }
}

.cta__bg-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 2500px;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .cta__bg-image {
    max-width: 1823px;
  }
}
@media (max-width: 1300px) {
  .cta__bg-image {
    max-width: 130vw;
  }
}
@media (max-width: 700px) {
  .cta__bg-image {
    min-width: 360vw;
  }
}

.faq {
  width: 100%;
  position: relative;
  z-index: 20;
}
.faq__wrap {
  width: 100%;
  padding-top: 180px;
  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: 1300px) {
  .faq__wrap {
    padding-top: 160px;
  }
}
@media (max-width: 1000px) {
  .faq__wrap {
    padding-top: 140px;
  }
}
.faq .blur-label {
  margin-bottom: 24px;
}
.faq .blur-label::before {
  display: none;
}
.faq .blur-label .icon {
  width: 20px;
  height: 20px;
  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 .blur-label .icon img {
  min-width: 38px;
  width: 38px;
  height: 38px;
}
.faq h2 {
  margin-bottom: 40px;
}
@media (max-width: 700px) {
  .faq h2 {
    margin-bottom: 32px;
  }
}
.faq .faq__nav {
  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: 12px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq .faq__link {
  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: 10px 14px;
  color: #F6F6F6;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 24px;
  background: #2B2523;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #2B2523;
  white-space: nowrap;
}
.faq .faq__link:hover {
  background: #313131;
  border: 1px solid #313131;
}
.faq .faq__link.active {
  border: 1px solid #FF1600;
  background: #14100F;
}
@media (max-width: 700px) {
  .faq .faq__link span {
    display: none;
  }
}
.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: 16px;
  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::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(164deg, #FF3E0D 1.52%, rgba(255, 255, 255, 0.3411764706) 34%);
  -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;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__item.open .faq__item-content {
  grid-template-rows: 1fr;
}
.faq__item.open::after {
  opacity: 1;
}
.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: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 700px) {
  .faq__item-top {
    padding: 12px;
    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: #B4AEAB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  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 20px 20px;
}
@media (max-width: 700px) {
  .faq__item-content p {
    padding: 0 12px 12px;
  }
}

.licenses {
  width: 100%;
  overflow: hidden;
}
.licenses .container {
  max-width: 1360px;
}
.licenses__top {
  width: 100%;
  padding: 48px 14px;
  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;
}
@media (max-width: 1100px) {
  .licenses__top {
    padding: 48px 0;
  }
}
@media (max-width: 1000px) {
  .licenses__top {
    padding: 40px 0;
  }
}
@media (max-width: 700px) {
  .licenses__top {
    padding: 24px 0;
  }
}
.licenses__top .title {
  background: linear-gradient(65deg, #FF4B17 13.87%, #FFE4D4 61.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.46px;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .licenses__top .title {
    font-size: 20px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
  }
}
.licenses__items {
  width: 100%;
  padding: 64px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  position: relative;
}
@media (max-width: 1000px) {
  .licenses__items {
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 700px) {
  .licenses__items {
    padding: 24px 0;
  }
}
.licenses__items::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #353230;
}
.licenses__items::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #353230;
}
.licenses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .licenses__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding-left: 91px;
  }
}
@media (max-width: 700px) {
  .licenses__item {
    padding-left: 73px;
  }
}
.licenses__item img {
  margin-bottom: 32px;
}
@media (max-width: 1000px) {
  .licenses__item img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.licenses__item p {
  color: #B4AEAB;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
  width: 100%;
}
@media (max-width: 1000px) {
  .licenses__item p {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
}
.licenses__item a {
  color: #FF3E0D;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}
@media (max-width: 1000px) {
  .licenses__item a {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }
}

.stats {
  width: 100%;
}
.stats .container {
  max-width: 1360px;
}
.stats__wrap {
  width: 100%;
  padding: 90px 0;
}
@media (max-width: 1300px) {
  .stats__wrap {
    padding: 80px 0;
  }
}
@media (max-width: 1100px) {
  .stats__wrap {
    padding: 60px 0;
  }
}
@media (max-width: 700px) {
  .stats__wrap {
    padding: 40px 0;
  }
}
.stats .hero__items {
  padding-top: 0;
}
@media (max-width: 700px) {
  .stats .hero__items {
    -webkit-transform: none;
            transform: none;
  }
}

.crypto {
  width: 100%;
  position: relative;
  z-index: 10;
}
.crypto__wrap {
  width: 100%;
  padding: 90px 0 0;
}
@media (max-width: 1300px) {
  .crypto__wrap {
    padding-top: 80px;
  }
}
@media (max-width: 1000px) {
  .crypto__wrap {
    padding-top: 70px;
  }
}
@media (max-width: 700px) {
  .crypto__wrap {
    padding-top: 40px;
  }
}
.crypto__wrap h2 {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 1300px) {
  .crypto__wrap h2 {
    margin-bottom: 40px;
  }
}
.crypto__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1100px) {
  .crypto__list {
    gap: 16px;
  }
}
@media (max-width: 1000px) {
  .crypto__list {
    grid-template-columns: 1fr;
  }
}
.crypto__item {
  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;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(141deg, #1D1D1D 8.47%, #160C09 93.16%);
  min-height: 320px;
  padding: 24px;
}
@media (max-width: 1100px) {
  .crypto__item {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .crypto__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 0;
  }
}
@media (max-width: 700px) {
  .crypto__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.crypto__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/texture.png) repeat center/1200px;
  opacity: 0.08;
  pointer-events: none;
}
.crypto__item .block {
  display: contents;
}
@media (max-width: 1000px) {
  .crypto__item .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .crypto__item .block {
    display: contents;
  }
}
.crypto__item .image {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-bottom: 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;
  max-height: 180px;
}
@media (max-width: 1000px) {
  .crypto__item .image {
    max-height: 148px;
    min-width: 270px;
    max-width: 270px;
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .crypto__item .image {
    margin-bottom: 24px;
  }
}
.crypto__item .num {
  color: #FFF;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 118.519% */
  letter-spacing: -0.27px;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
.crypto__item p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  position: relative;
  z-index: 3;
  width: 100%;
}
.crypto__item .bottom {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #363535;
  width: 100%;
  color: #FF3E0D;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1130px) {
  .crypto__item .bottom {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
@media (max-width: 1100px) {
  .crypto__item .bottom {
    padding-top: 16px;
  }
}
@media (max-width: 700px) {
  .crypto__item .bottom {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}

.services {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -135px;
}
.services__wrap {
  width: 100%;
  padding: 10px 0 90px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1300px) {
  .services__wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 1000px) {
  .services__wrap {
    padding-bottom: 70px;
  }
}
@media (max-width: 700px) {
  .services__wrap {
    padding-bottom: 40px;
  }
}
.services h2 {
  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;
  margin-bottom: 64px;
}
@media (max-width: 1300px) {
  .services h2 {
    margin-bottom: 40px;
  }
}
.services__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media (max-width: 1000px) {
  .services__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .services__grid {
    max-width: 440px;
    margin: 0 auto;
  }
}
.services__item {
  min-height: 230px;
  position: relative;
  border-radius: 24px;
  background: #120e0d;
  overflow: hidden;
  padding: 24px;
}
@media (max-width: 1100px) {
  .services__item {
    padding: 20px;
  }
}
@media (max-width: 720px) {
  .services__item {
    grid-column: span 2 !important;
  }
}
.services__item > * {
  position: relative;
  z-index: 5;
}
.services__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/texture.png) repeat center/1200px;
  opacity: 0.08;
  pointer-events: none;
}
.services__item:after {
  content: "";
  display: block;
  width: 409px;
  height: 107px;
  border-radius: 409px;
  background: -webkit-gradient(linear, left top, right bottom, from(#f00), color-stop(50%, #6e2c00)) bottom right/50% 50% no-repeat, -webkit-gradient(linear, right top, left bottom, from(#f00), color-stop(50%, #6e2c00)) bottom left/50% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, from(#f00), color-stop(50%, #6e2c00)) top left/50% 50% no-repeat, -webkit-gradient(linear, left bottom, right top, from(#f00), color-stop(50%, #6e2c00)) top right/50% 50% no-repeat;
  background: linear-gradient(to bottom right, #f00 0%, #6e2c00 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, #f00 0%, #6e2c00 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, #f00 0%, #6e2c00 50%) top left/50% 50% no-repeat, linear-gradient(to top right, #f00 0%, #6e2c00 50%) top right/50% 50% no-repeat;
  -webkit-filter: blur(130px);
          filter: blur(130px);
  position: absolute;
  display: none;
  z-index: 3;
  pointer-events: none;
}
.services__item .title {
  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 125.926% */
  letter-spacing: -0.27px;
}
@media (max-width: 1300px) {
  .services__item .title {
    font-size: 22px;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.22px;
  }
}
@media (max-width: 1100px) {
  .services__item .title {
    font-size: 20px;
    line-height: 26px; /* 130% */
    letter-spacing: -0.2px;
  }
}
.services__item .label {
  color: #ff3e0d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1100px) {
  .services__item .label {
    font-size: 14px;
  }
}
.services__item_a {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .services__item_a {
    grid-column: span 1;
  }
}
.services__item_a .bottom {
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services__item_a .glob {
  -webkit-transition: 1s;
  transition: 1s;
}
.services__item_a:hover .glob {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.services__item_b {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .services__item_b {
    grid-column: span 1;
  }
}
.services__item_b:after {
  display: block;
  top: -83px;
  right: -200px;
}
.services__item_b .title {
  margin-bottom: 16px;
}
.services__item_b .label {
  margin-bottom: 24px;
}
.services__item_b .image {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.services__item_b .row {
  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: 30px;
  -webkit-transition: 1s;
  transition: 1s;
}
.services__item_b .row:nth-child(1) {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
@media (max-width: 1300px) {
  .services__item_b .row:nth-child(1) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media (max-width: 720px) {
  .services__item_b .row:nth-child(1) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 400px) {
  .services__item_b .row:nth-child(1) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.services__item_b:hover .row:nth-child(1) {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.services__item_b:hover .row:nth-child(2) {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media (max-width: 1300px) {
  .services__item_b:hover .row:nth-child(2) {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.services__item_b .item {
  width: 64px;
  min-width: 64px;
  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;
  border-radius: 30px;
  background: #282525;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 13px */
  text-transform: uppercase;
  padding: 0 8px;
}
.services__item_b .item-label {
  width: 45px;
  min-width: 45px;
  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;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 13px */
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #fff;
  -webkit-box-shadow: 3.009px 12.789px 26.33px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 3.009px 12.789px 26.33px 0 rgba(0, 0, 0, 0.24);
}
.services__item_c {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .services__item_c {
    grid-column: span 1;
  }
}
.services__item_c .image {
  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;
  margin-top: auto;
  height: 83px;
  max-height: 83px;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
@media (max-width: 720px) {
  .services__item_c .image {
    -webkit-transform: none;
            transform: none;
  }
}
.services__item_c .image .left {
  width: 44%;
  max-width: 44%;
  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;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1100px) {
  .services__item_c .image .left {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.services__item_c .image .left img {
  max-width: 133%;
  -webkit-transform: translateX(1%);
          transform: translateX(1%);
}
.services__item_c .image .button {
  width: 8.5%;
}
@media (max-width: 1100px) {
  .services__item_c .image .button {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.services__item_c .image .button img {
  width: 100%;
  pointer-events: none;
}
.services__item_c .image .right {
  width: 44%;
  max-width: 44%;
  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;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s;
}
.services__item_c .image .right img {
  max-width: 133%;
  -webkit-transform: translateX(1%);
          transform: translateX(1%);
}
.services__item_c:hover .image .left {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1100px) {
  .services__item_c:hover .image .left {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.services__item_c:hover .image .right {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 1100px) {
  .services__item_c:hover .image .right {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.services__item_d {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1100px) {
  .services__item_d {
    grid-column: span 3;
  }
}
@media (max-width: 1000px) {
  .services__item_d {
    grid-column: span 1;
  }
}
.services__item_d:after {
  display: block;
  bottom: -83px;
  left: 0px;
}
.services__item_d .text {
  max-width: 361px;
  min-width: 361px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1100px) {
  .services__item_d .text {
    max-width: 250px;
    min-width: 250px;
  }
}
.services__item_d .title {
  margin-bottom: 24px;
}
.services__item_d .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  gap: 12px;
}
.services__item_d .tag {
  padding: 10px 18px;
  border-radius: 20px;
  border: 1px solid #ff1600;
  color: #ff1600;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
  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;
}
@media (max-width: 1100px) {
  .services__item_d .tag {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .services__item_d .tag {
    font-size: 12px;
    line-height: 100%;
    padding: 9px 18px;
  }
}
.services__item_d .form {
  max-width: 305px;
  min-width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  width: 100%;
}
@media (max-width: 1000px) {
  .services__item_d .form {
    max-width: 203px;
    min-width: 203px;
    gap: 12px;
    position: absolute;
    left: 240px;
    bottom: 20px;
  }
}
.services__item_d .form span {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 62, 13, 0.24);
  -webkit-box-shadow: 3px 12px 26px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 12px 26px 0 rgba(0, 0, 0, 0.15);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  padding: 0 24px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1000px) {
  .services__item_d .form span {
    height: 32px;
    font-size: 10px;
    padding: 0 16px;
    border-radius: 8px;
  }
}
.services__item_d input {
  height: 48px;
  width: 100%;
  padding: 17px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: 3px 12px 26px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 3px 12px 26px 0 rgba(0, 0, 0, 0.15);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1000px) {
  .services__item_d input {
    height: 32px;
    font-size: 10px;
    padding: 0 16px;
    border-radius: 8px;
  }
}
.services__item_d input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.services__item_d input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.services__item_d input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.services__item_d input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.services__item_d input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.services__item_d:hover .form input:nth-child(2) {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.services__item_d:hover .form span {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.services__item_e {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1100px) {
  .services__item_e {
    grid-column: span 3;
  }
}
@media (max-width: 1000px) {
  .services__item_e {
    grid-column: span 1;
  }
}
.services__item_e .title {
  margin-bottom: 16px;
}
.services__item_e .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.services__item_e .labels .labell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #ff3e0d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1100px) {
  .services__item_e .labels .labell {
    font-size: 14px;
  }
}
.services__item_e .labels .dot {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3e0d;
}
.services__item_e .image {
  margin-top: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 720px) {
  .services__item_e .image {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.services__item_e .image .left {
  width: 33%;
  min-width: 33%;
  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;
  height: 87px;
  -webkit-transition: 1s;
  transition: 1s;
}
.services__item_e .image .left img {
  max-width: 142%;
  -webkit-transform: translateX(2%) translateY(5%);
          transform: translateX(2%) translateY(5%);
}
.services__item_e .image .center {
  width: 28%;
  min-width: 28%;
  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;
}
.services__item_e .image .right {
  width: 33%;
  min-width: 33%;
  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;
  height: 87px;
  -webkit-transition: 1s;
  transition: 1s;
}
.services__item_e .image .right img {
  max-width: 142%;
  -webkit-transform: translateX(0%) translateY(5%);
          transform: translateX(0%) translateY(5%);
}
.services__item_e:hover .image .left {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.services__item_e:hover .image .right {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.services__item_f {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1300px) {
  .services__item_f {
    grid-column: auto;
  }
}
@media (max-width: 1000px) {
  .services__item_f {
    grid-column: span 1;
  }
}
.services__item_f .title {
  margin-bottom: 12px;
}
.services__item_f .image {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-transition: 1s;
  transition: 1s;
}
.services__item_f .image img {
  position: absolute;
  vertical-align: bottom;
  bottom: -50px;
}
.services__item_f .image2 {
  position: absolute;
  right: -101px;
  bottom: -45px;
  width: 203px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1300px) {
  .services__item_f .image2 {
    right: auto;
    left: 300px;
  }
}
@media (max-width: 400px) {
  .services__item_f .image2 {
    left: 270px;
  }
}
.services__item_f:hover .image {
  -webkit-transform: rotate(-4.32deg) translateY(-5px);
          transform: rotate(-4.32deg) translateY(-5px);
}
.services__item_f:hover .image2 {
  -webkit-transform: rotate(6.53deg) translateY(5px);
          transform: rotate(6.53deg) translateY(5px);
}
.services__item_g {
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1300px) {
  .services__item_g {
    grid-column: auto;
  }
}
@media (max-width: 1000px) {
  .services__item_g {
    grid-column: span 2;
  }
}
.services__item_g:after {
  display: block;
  top: -23px;
  right: -250px;
}
.services__item_g .title {
  margin-bottom: 24px;
}
.services__item_g .bottom {
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 1100px) {
  .services__item_g .bottom {
    gap: 24px;
  }
}
@media (max-width: 720px) {
  .services__item_g .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.services__item_g .label {
  margin-bottom: 16px;
}
.services__item_g .left {
  max-width: 320px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1100px) {
  .services__item_g .left {
    max-width: 230px;
  }
}
@media (max-width: 1000px) {
  .services__item_g .left {
    max-width: 320px;
  }
}
.services__item_g .left .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 1s;
  transition: 1s;
}
.services__item_g .left .item {
  width: 66px;
  min-width: 66px;
  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;
  border-radius: 30px;
  background: #282525;
  gap: 6px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 13px */
  text-transform: uppercase;
  padding: 0 8px;
}
.services__item_g .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.services__item_g .right .rails {
  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: 16px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services__item_g .right .item {
  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;
}
.services__item_g:hover .left .list {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media (max-width: 400px) {
  .services__item_g:hover .left .list {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.services__item_i {
  grid-column: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .services__item_i {
    grid-column: span 1;
  }
}
.services__item_i .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services__item_i .left .title {
  max-width: 230px;
}
.services__item_i .left img {
  margin-top: auto;
  margin-bottom: -24px;
  width: 190px;
  margin-left: 10px;
  -webkit-transform: translateY(95px);
          transform: translateY(95px);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 400px) {
  .services__item_i .left img {
    margin-left: -40px;
    margin-top: 0;
  }
}
.services__item_i:hover .left img {
  -webkit-transform: translateY(95px) rotate(90deg);
          transform: translateY(95px) rotate(90deg);
}
.services__item_i .image {
  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: 184px;
  position: relative;
}
.services__item_i .image img {
  max-width: 125%;
  position: absolute;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.services__item_j {
  grid-column: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .services__item_j {
    grid-column: span 1;
  }
}
.services__item_j:after {
  display: block;
  bottom: -33px;
  right: -112px;
}
.services__item_j .title {
  max-width: 246px;
  margin-bottom: 16px;
  position: relative;
  z-index: 3;
}
.services__item_j .labell {
  margin-top: auto;
  position: relative;
  z-index: 2;
  color: #FF3E0D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.services__item_j .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 230px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.services__item_j .tag {
  height: 30px;
  padding: 0 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;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 30px;
  background: #282525;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.services__item_j .image {
  position: absolute;
  top: 0;
  height: 100%;
  left: 247px;
  right: 0;
  bottom: 0;
}
@media (max-width: 500px) {
  .services__item_j .image {
    left: 180px;
  }
}
.services__item_j .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 550px;
  width: 550px;
  max-width: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.services__item_j:hover .image img {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.services__item-grid-row {
  display: contents;
  grid-column: span 6;
}
@media (max-width: 1300px) {
  .services__item-grid-row {
    display: grid;
    grid-template-columns: 405px 1fr;
    gap: 16px;
  }
}
@media (max-width: 1000px) {
  .services__item-grid-row {
    display: contents;
  }
}

.footer {
  width: 100%;
}
.footer .container {
  max-width: 1360px;
}
.footer__wrap {
  width: 100%;
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 48px;
}
@media (max-width: 1000px) {
  .footer__wrap {
    padding: 56px 0;
  }
}
@media (max-width: 700px) {
  .footer__wrap {
    padding: 40px 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;
}
.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 */
