* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
}

a,
a:visited,
a:focus {
  text-decoration: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 1440px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.header-hero {
  overflow: hidden;
  height: auto;
  background: linear-gradient(292.63deg, #2077e1 22.14%, #4599ff 99.21%);
}

.header-hero .header {
  height: 90px;
  border-bottom: 1px solid #ffffff30;
}

.header-hero .header .header__wrapper {
  position: relative;
  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;
  height: 100%;
}

.header-hero .header .header__wrapper .header__logo {
  position: relative;
  z-index: 120;
  line-height: 0;
}

.header-hero .header .header__wrapper .mobile__nav {
  display: none;
}

.header-hero .header .header__wrapper .mobile-menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header-hero .header .header__wrapper .mobile__nav {
    position: relative;
    z-index: 120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
  }
  .header-hero .header .header__wrapper .mobile__nav .mobile__nav-bar {
    display: block;
    width: 29px;
    background-color: #ffffff;
    height: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-hero .header .header__wrapper .mobile__nav .mobile__nav-bar:not(:last-child) {
    margin-bottom: 10px;
  }
  .header-hero .header .header__wrapper .mobile__nav .mobile__nav-bar:last-child {
    width: 15px;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .header-hero .header .header__wrapper .mobile__nav.active .mobile__nav-bar:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    width: 40px;
  }
  .header-hero .header .header__wrapper .mobile__nav.active .mobile__nav-bar:nth-child(2) {
    opacity: 0;
  }
  .header-hero .header .header__wrapper .mobile__nav.active .mobile__nav-bar:nth-child(3) {
    -webkit-transform: translateY(-16px) rotate(-45deg);
            transform: translateY(-16px) rotate(-45deg);
    width: 40px;
  }
  .header-hero .header .header__wrapper .mobile-menu.active {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 100px;
    height: 650px;
    z-index: 100;
    background-color: #3489f1;
  }
  .header-hero .header .header__wrapper .mobile-menu a {
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    padding: 32px 0;
    display: block;
    text-align: center;
  }
  .header-hero .header .header__wrapper .mobile-menu .mobile-menu__link {
    border-bottom: 1px solid #ffffff30;
  }
  .header-hero .header .header__wrapper .mobile-menu .mobile-menu__cta {
    max-width: 320px;
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 38px;
    padding: 16px 0;
    margin: 150px auto 0 auto;
    font-size: 17px;
    line-height: 20.15px;
    text-transform: uppercase;
  }
}

.header-hero .header .header__wrapper .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin: 0 auto;
}

.header-hero .header .header__wrapper .header__nav .header__nav-link {
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .header-hero .header .header__wrapper .header__nav {
    display: none;
  }
}

.header-hero .header .header__wrapper .header__whitepaper .header__cta {
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 38px;
  padding: 16px 32px;
}

@media screen and (max-width: 1024px) {
  .header-hero .header .header__wrapper .header__whitepaper {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header-hero .header {
    border-bottom: none;
  }
}

.header-hero .hero {
  position: relative;
  height: 728px;
  background-image: url(/assets/Union.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.header-hero .hero .hero-text {
  position: absolute;
  bottom: 130px;
  color: #ffffff;
}

.header-hero .hero .hero-text .hero-text__button {
  color: #ffffff;
  background-color: #6fa8ef;
  display: inline-block;
  font-size: 17px;
  line-height: 20.15px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 38px;
  margin-bottom: 15px;
}

.header-hero .hero .hero-text .hero-text__animation-cont {
  overflow: hidden;
}

.header-hero .hero .hero-text .hero-text__animation-cont .hero-text__title {
  font-size: 70px;
  line-height: 84px;
  font-style: normal;
  font-weight: 400;
  max-width: 710px;
  width: 100%;
  -webkit-animation: slide-up-text 6s ease-in-out infinite;
          animation: slide-up-text 6s ease-in-out infinite;
}

.header-hero .hero .hero-text .hero-text__animation-cont .hero-text__title span {
  color: #6fa8ef;
}

@-webkit-keyframes slide-up-text {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  95% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slide-up-text {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  90% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  95% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.header-hero .hero .hero-text .hero-text__timer {
  margin-top: 48px;
}

.header-hero .hero .hero-text .hero-text__timer div {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
}

.header-hero .hero .hero-text .hero-text__timer div:nth-child(2) {
  width: 87px;
}

.header-hero .hero .hero-text .hero-text__timer div:nth-child(2) .timer__line {
  display: block;
  position: relative;
  z-index: 5;
  height: 100%;
  width: 0%;
  border-radius: 5px;
  background-color: #ffffff;
  animation: timer-line 6s linear infinite reverse;
}

.header-hero .hero .hero-text .hero-text__timer div:not(:last-child) {
  margin-right: 12px;
}

@-webkit-keyframes timer-line {
  0% {
    width: 0%;
  }
  0% {
    width: 100%;
  }
}

@keyframes timer-line {
  0% {
    width: 0%;
  }
  0% {
    width: 100%;
  }
}

.header-hero .hero .hero__animation {
  position: absolute;
  display: block;
  top: 50px;
  right: 160px;
  width: 473.83px;
  height: 451.05px;
  -webkit-animation: up-down 3s ease infinite;
          animation: up-down 3s ease infinite;
}

.header-hero .hero .hero__animation .hero__animation-content {
  width: 200px;
}

.header-hero .hero .hero__animation .hero__animation-content img {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-hero .hero .hero__animation .hero__animation-content .hero__animation-ellipse-bottom {
  top: 60%;
}

.header-hero .hero .hero__animation .hero__animation-content .hero__animation-ellipse-top {
  top: 48%;
  z-index: 6;
}

.header-hero .hero .hero__animation .hero__animation-content .hero__animation-plane {
  z-index: 7;
  opacity: 0;
  -webkit-transform: translate(-131%, -170%) rotate(166deg) scale(0.1);
          transform: translate(-131%, -170%) rotate(166deg) scale(0.1);
  -webkit-animation: plane1 6s linear 1s infinite;
          animation: plane1 6s linear 1s infinite;
}

.header-hero .hero .hero__animation .hero__animation-content .hero__animation-plane-2 {
  z-index: 7;
  opacity: 0;
  -webkit-transform: translate(-131%, -103%) rotate(166deg) scale(0.1);
          transform: translate(-131%, -103%) rotate(166deg) scale(0.1);
  -webkit-animation: plane2 6s linear 5s infinite;
          animation: plane2 6s linear 5s infinite;
}

.header-hero .hero .hero__animation .hero__animation-scanning {
  text-align: center;
  position: absolute;
  display: block;
  width: 473.83px;
  height: 451.05px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  -webkit-animation: left-right 6s ease-in-out infinite;
          animation: left-right 6s ease-in-out infinite;
}

.header-hero .hero .hero__animation .hero__animation-scanning .scanning {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  margin-top: 30px;
  line-height: 24.46px;
}

.header-hero .hero .hero__animation .hero__animation-scanning img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-hero .hero .hero__animation .hero__animation-scanning .hero__animation-frame {
  -webkit-transform: translate(-50%, -50%) rotate(354deg);
          transform: translate(-50%, -50%) rotate(354deg);
}

.header-hero .hero .hero__animation .hero__animation-scanning .animation__border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  -webkit-animation: height-ani 6s ease infinite;
          animation: height-ani 6s ease infinite;
}

.header-hero .hero .hero__animation .hero__animation-scanning .animation__border .animation__overlay {
  display: block;
  width: 83%;
  height: 98%;
  margin: 0 auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.37)), color-stop(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.37), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.header-hero .hero .hero__animation .hero__animation-scanning .animation__border::before {
  content: "";
  display: block;
  width: 100%;
  top: 0;
  height: 3px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.7)), color-stop(white), color-stop(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), white, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
}

@-webkit-keyframes plane2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-131%, -103%) rotate(166deg) scale(0);
            transform: translate(-131%, -103%) rotate(166deg) scale(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-360%, -5%) rotate(151deg) scale(0.6);
            transform: translate(-360%, -5%) rotate(151deg) scale(0.6);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-426%, 62%) rotate(111deg) scale(0.7);
            transform: translate(-426%, 62%) rotate(111deg) scale(0.7);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(-427%, 117%) rotate(39deg) scale(0.7);
            transform: translate(-427%, 117%) rotate(39deg) scale(0.7);
  }
  28% {
    opacity: 1;
    -webkit-transform: translate(-276%, 168%) rotate(-3deg) scale(1);
            transform: translate(-276%, 168%) rotate(-3deg) scale(1);
  }
  44% {
    opacity: 1;
    -webkit-transform: translate(28%, 118%) rotate(-12deg) scale(1);
            transform: translate(28%, 118%) rotate(-12deg) scale(1);
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(131%, 82%) rotate(-12deg) scale(1);
            transform: translate(131%, 82%) rotate(-12deg) scale(1);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(200%, 49%) rotate(-20deg) scale(1);
            transform: translate(200%, 49%) rotate(-20deg) scale(1);
  }
  56% {
    opacity: 1;
    -webkit-transform: translate(265%, 9%) rotate(-23deg) scale(1);
            transform: translate(265%, 9%) rotate(-23deg) scale(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(294%, -12%) rotate(-30deg) scale(1);
            transform: translate(294%, -12%) rotate(-30deg) scale(1);
  }
  64% {
    opacity: 1;
    -webkit-transform: translate(322%, -47%) rotate(-53deg) scale(1);
            transform: translate(322%, -47%) rotate(-53deg) scale(1);
  }
  69% {
    opacity: 1;
    -webkit-transform: translate(322%, -84%) rotate(-86deg) scale(1);
            transform: translate(322%, -84%) rotate(-86deg) scale(1);
  }
  74% {
    opacity: 1;
    -webkit-transform: translate(309%, -114%) rotate(-116deg) scale(1);
            transform: translate(309%, -114%) rotate(-116deg) scale(1);
  }
  79% {
    opacity: 1;
    -webkit-transform: translate(267%, -137%) rotate(-157deg) scale(1);
            transform: translate(267%, -137%) rotate(-157deg) scale(1);
  }
  84% {
    opacity: 0.8;
    -webkit-transform: translate(170%, -149%) rotate(-172deg) scale(0.7);
            transform: translate(170%, -149%) rotate(-172deg) scale(0.7);
  }
  89% {
    opacity: 0.6;
    -webkit-transform: translate(68%, -140%) rotate(-183deg) scale(0.6);
            transform: translate(68%, -140%) rotate(-183deg) scale(0.6);
  }
  94% {
    opacity: 0.3;
    -webkit-transform: translate(-95%, -113%) rotate(-189deg) scale(0.4);
            transform: translate(-95%, -113%) rotate(-189deg) scale(0.4);
  }
  96% {
    opacity: 0;
    -webkit-transform: translate(-131%, -103%) rotate(-189deg) scale(0.1);
            transform: translate(-131%, -103%) rotate(-189deg) scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-131%, -103%) rotate(166deg) scale(0);
            transform: translate(-131%, -103%) rotate(166deg) scale(0);
  }
}

@keyframes plane2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-131%, -103%) rotate(166deg) scale(0);
            transform: translate(-131%, -103%) rotate(166deg) scale(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-360%, -5%) rotate(151deg) scale(0.6);
            transform: translate(-360%, -5%) rotate(151deg) scale(0.6);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-426%, 62%) rotate(111deg) scale(0.7);
            transform: translate(-426%, 62%) rotate(111deg) scale(0.7);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(-427%, 117%) rotate(39deg) scale(0.7);
            transform: translate(-427%, 117%) rotate(39deg) scale(0.7);
  }
  28% {
    opacity: 1;
    -webkit-transform: translate(-276%, 168%) rotate(-3deg) scale(1);
            transform: translate(-276%, 168%) rotate(-3deg) scale(1);
  }
  44% {
    opacity: 1;
    -webkit-transform: translate(28%, 118%) rotate(-12deg) scale(1);
            transform: translate(28%, 118%) rotate(-12deg) scale(1);
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(131%, 82%) rotate(-12deg) scale(1);
            transform: translate(131%, 82%) rotate(-12deg) scale(1);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(200%, 49%) rotate(-20deg) scale(1);
            transform: translate(200%, 49%) rotate(-20deg) scale(1);
  }
  56% {
    opacity: 1;
    -webkit-transform: translate(265%, 9%) rotate(-23deg) scale(1);
            transform: translate(265%, 9%) rotate(-23deg) scale(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(294%, -12%) rotate(-30deg) scale(1);
            transform: translate(294%, -12%) rotate(-30deg) scale(1);
  }
  64% {
    opacity: 1;
    -webkit-transform: translate(322%, -47%) rotate(-53deg) scale(1);
            transform: translate(322%, -47%) rotate(-53deg) scale(1);
  }
  69% {
    opacity: 1;
    -webkit-transform: translate(322%, -84%) rotate(-86deg) scale(1);
            transform: translate(322%, -84%) rotate(-86deg) scale(1);
  }
  74% {
    opacity: 1;
    -webkit-transform: translate(309%, -114%) rotate(-116deg) scale(1);
            transform: translate(309%, -114%) rotate(-116deg) scale(1);
  }
  79% {
    opacity: 1;
    -webkit-transform: translate(267%, -137%) rotate(-157deg) scale(1);
            transform: translate(267%, -137%) rotate(-157deg) scale(1);
  }
  84% {
    opacity: 0.8;
    -webkit-transform: translate(170%, -149%) rotate(-172deg) scale(0.7);
            transform: translate(170%, -149%) rotate(-172deg) scale(0.7);
  }
  89% {
    opacity: 0.6;
    -webkit-transform: translate(68%, -140%) rotate(-183deg) scale(0.6);
            transform: translate(68%, -140%) rotate(-183deg) scale(0.6);
  }
  94% {
    opacity: 0.3;
    -webkit-transform: translate(-95%, -113%) rotate(-189deg) scale(0.4);
            transform: translate(-95%, -113%) rotate(-189deg) scale(0.4);
  }
  96% {
    opacity: 0;
    -webkit-transform: translate(-131%, -103%) rotate(-189deg) scale(0.1);
            transform: translate(-131%, -103%) rotate(-189deg) scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-131%, -103%) rotate(166deg) scale(0);
            transform: translate(-131%, -103%) rotate(166deg) scale(0);
  }
}

@-webkit-keyframes plane1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-131%, -170%) rotate(166deg) scale(0);
            transform: translate(-131%, -170%) rotate(166deg) scale(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-360%, -72%) rotate(151deg) scale(0.6);
            transform: translate(-360%, -72%) rotate(151deg) scale(0.6);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-426%, -5%) rotate(111deg) scale(0.7);
            transform: translate(-426%, -5%) rotate(111deg) scale(0.7);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(-427%, 50%) rotate(39deg) scale(0.7);
            transform: translate(-427%, 50%) rotate(39deg) scale(0.7);
  }
  28% {
    opacity: 1;
    -webkit-transform: translate(-276%, 101%) rotate(-3deg) scale(1);
            transform: translate(-276%, 101%) rotate(-3deg) scale(1);
  }
  44% {
    opacity: 1;
    -webkit-transform: translate(28%, 51%) rotate(-12deg) scale(1);
            transform: translate(28%, 51%) rotate(-12deg) scale(1);
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(131%, 15%) rotate(-12deg) scale(1);
            transform: translate(131%, 15%) rotate(-12deg) scale(1);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(200%, -18%) rotate(-20deg) scale(1);
            transform: translate(200%, -18%) rotate(-20deg) scale(1);
  }
  56% {
    opacity: 1;
    -webkit-transform: translate(265%, -58%) rotate(-23deg) scale(1);
            transform: translate(265%, -58%) rotate(-23deg) scale(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(294%, -79%) rotate(-30deg) scale(1);
            transform: translate(294%, -79%) rotate(-30deg) scale(1);
  }
  64% {
    opacity: 1;
    -webkit-transform: translate(322%, -114%) rotate(-53deg) scale(1);
            transform: translate(322%, -114%) rotate(-53deg) scale(1);
  }
  69% {
    opacity: 1;
    -webkit-transform: translate(322%, -151%) rotate(-86deg) scale(1);
            transform: translate(322%, -151%) rotate(-86deg) scale(1);
  }
  74% {
    opacity: 1;
    -webkit-transform: translate(309%, -181%) rotate(-116deg) scale(1);
            transform: translate(309%, -181%) rotate(-116deg) scale(1);
  }
  79% {
    opacity: 1;
    -webkit-transform: translate(267%, -204%) rotate(-157deg) scale(1);
            transform: translate(267%, -204%) rotate(-157deg) scale(1);
  }
  84% {
    opacity: 0.8;
    -webkit-transform: translate(170%, -216%) rotate(-172deg) scale(0.7);
            transform: translate(170%, -216%) rotate(-172deg) scale(0.7);
  }
  89% {
    opacity: 0.6;
    -webkit-transform: translate(68%, -207%) rotate(-183deg) scale(0.6);
            transform: translate(68%, -207%) rotate(-183deg) scale(0.6);
  }
  94% {
    opacity: 0.3;
    -webkit-transform: translate(-95%, -180%) rotate(-189deg) scale(0.4);
            transform: translate(-95%, -180%) rotate(-189deg) scale(0.4);
  }
  96% {
    opacity: 0;
    -webkit-transform: translate(-131%, -170%) rotate(-189deg) scale(0.1);
            transform: translate(-131%, -170%) rotate(-189deg) scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-131%, -170%) rotate(166deg) scale(0);
            transform: translate(-131%, -170%) rotate(166deg) scale(0);
  }
}

@keyframes plane1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-131%, -170%) rotate(166deg) scale(0);
            transform: translate(-131%, -170%) rotate(166deg) scale(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: translate(-360%, -72%) rotate(151deg) scale(0.6);
            transform: translate(-360%, -72%) rotate(151deg) scale(0.6);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-426%, -5%) rotate(111deg) scale(0.7);
            transform: translate(-426%, -5%) rotate(111deg) scale(0.7);
  }
  18% {
    opacity: 1;
    -webkit-transform: translate(-427%, 50%) rotate(39deg) scale(0.7);
            transform: translate(-427%, 50%) rotate(39deg) scale(0.7);
  }
  28% {
    opacity: 1;
    -webkit-transform: translate(-276%, 101%) rotate(-3deg) scale(1);
            transform: translate(-276%, 101%) rotate(-3deg) scale(1);
  }
  44% {
    opacity: 1;
    -webkit-transform: translate(28%, 51%) rotate(-12deg) scale(1);
            transform: translate(28%, 51%) rotate(-12deg) scale(1);
  }
  48% {
    opacity: 1;
    -webkit-transform: translate(131%, 15%) rotate(-12deg) scale(1);
            transform: translate(131%, 15%) rotate(-12deg) scale(1);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate(200%, -18%) rotate(-20deg) scale(1);
            transform: translate(200%, -18%) rotate(-20deg) scale(1);
  }
  56% {
    opacity: 1;
    -webkit-transform: translate(265%, -58%) rotate(-23deg) scale(1);
            transform: translate(265%, -58%) rotate(-23deg) scale(1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(294%, -79%) rotate(-30deg) scale(1);
            transform: translate(294%, -79%) rotate(-30deg) scale(1);
  }
  64% {
    opacity: 1;
    -webkit-transform: translate(322%, -114%) rotate(-53deg) scale(1);
            transform: translate(322%, -114%) rotate(-53deg) scale(1);
  }
  69% {
    opacity: 1;
    -webkit-transform: translate(322%, -151%) rotate(-86deg) scale(1);
            transform: translate(322%, -151%) rotate(-86deg) scale(1);
  }
  74% {
    opacity: 1;
    -webkit-transform: translate(309%, -181%) rotate(-116deg) scale(1);
            transform: translate(309%, -181%) rotate(-116deg) scale(1);
  }
  79% {
    opacity: 1;
    -webkit-transform: translate(267%, -204%) rotate(-157deg) scale(1);
            transform: translate(267%, -204%) rotate(-157deg) scale(1);
  }
  84% {
    opacity: 0.8;
    -webkit-transform: translate(170%, -216%) rotate(-172deg) scale(0.7);
            transform: translate(170%, -216%) rotate(-172deg) scale(0.7);
  }
  89% {
    opacity: 0.6;
    -webkit-transform: translate(68%, -207%) rotate(-183deg) scale(0.6);
            transform: translate(68%, -207%) rotate(-183deg) scale(0.6);
  }
  94% {
    opacity: 0.3;
    -webkit-transform: translate(-95%, -180%) rotate(-189deg) scale(0.4);
            transform: translate(-95%, -180%) rotate(-189deg) scale(0.4);
  }
  96% {
    opacity: 0;
    -webkit-transform: translate(-131%, -170%) rotate(-189deg) scale(0.1);
            transform: translate(-131%, -170%) rotate(-189deg) scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-131%, -170%) rotate(166deg) scale(0);
            transform: translate(-131%, -170%) rotate(166deg) scale(0);
  }
}

@-webkit-keyframes left-right {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}

@keyframes left-right {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}

@-webkit-keyframes up-down {
  0% {
    top: 30px;
  }
  50% {
    top: 60px;
  }
  100% {
    top: 30px;
  }
}

@keyframes up-down {
  0% {
    top: 30px;
  }
  50% {
    top: 60px;
  }
  100% {
    top: 30px;
  }
}

@-webkit-keyframes height-ani {
  0% {
    height: 100px;
  }
  50% {
    height: 350px;
  }
  100% {
    height: 100px;
  }
}

@keyframes height-ani {
  0% {
    height: 100px;
  }
  50% {
    height: 350px;
  }
  100% {
    height: 100px;
  }
}

.header-hero .hero .hero__btn-down {
  position: absolute;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  right: 80px;
  bottom: 80px;
}

.header-hero .hero .hero__btn-down .btn-down__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: arrow-down 3s ease-in-out infinite;
          animation: arrow-down 3s ease-in-out infinite;
}

@-webkit-keyframes arrow-down {
  0% {
    top: 50%;
    opacity: 1;
  }
  16% {
    top: 115%;
    opacity: 0;
  }
  17% {
    top: -45%;
    opacity: 0;
  }
  33% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 50%;
  }
}

@keyframes arrow-down {
  0% {
    top: 50%;
    opacity: 1;
  }
  16% {
    top: 115%;
    opacity: 0;
  }
  17% {
    top: -45%;
    opacity: 0;
  }
  33% {
    top: 50%;
    opacity: 1;
  }
  100% {
    top: 50%;
  }
}

@media screen and (max-width: 1440px) {
  .header-hero .hero .hero__animation {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: 30px;
    right: 100px;
  }
  .header-hero .hero .hero-text .hero-text__animation-cont .hero-text__title {
    font-size: 48px;
    line-height: 54.4px;
    max-width: 520px;
    width: 100%;
  }
  .header-hero .hero .hero-text .hero-text__timer {
    margin-top: 48px;
  }
}

@media screen and (max-width: 1024px) {
  .header-hero .hero {
    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: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 60px;
  }
  .header-hero .hero .hero__animation {
    position: relative;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: initial;
    right: initial;
    margin-bottom: 20px;
  }
  .header-hero .hero .hero-text {
    position: relative;
    bottom: initial;
    margin-top: 80px;
  }
  .header-hero .hero .hero-text .hero-text__animation-cont .hero-text__title {
    font-size: 32px;
    line-height: 38.4px;
    max-width: 320px;
    width: 100%;
  }
  .header-hero .hero .hero-text .hero-text__timer {
    margin-top: 40px;
  }
  .header-hero .hero .hero__btn-down {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .header-hero .hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-position: top;
    background-size: contain;
    height: 600px;
  }
  .header-hero .hero .hero__animation {
    position: relative;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    top: initial;
    right: initial;
    height: 290px;
  }
  .header-hero .hero .hero__animation .hero__animation-scanning {
    height: 290px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .header-hero .hero .hero__animation .hero__animation-scanning .scanning {
    margin-top: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.about {
  margin-bottom: 140px;
  overflow: hidden;
}

.about .about__wrapper {
  display: block;
  margin-top: 157px;
  position: relative;
  padding-bottom: 110px;
}

.about .about__wrapper .about__line {
  display: block;
  position: absolute;
  top: 33px;
  left: 0;
  height: 3px;
  width: 80px;
  border-radius: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about .about__wrapper .about__line .about__line-fill {
  background-color: #3187ef;
  width: 0;
  height: 100%;
}

.about .about__wrapper .about__line .about__line-fill.activate {
  -webkit-animation: about-line 2s ease forwards;
          animation: about-line 2s ease forwards;
}

@-webkit-keyframes about-line {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

@keyframes about-line {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

.about .about__wrapper .about__content {
  margin-left: 137px;
  position: relative;
}

.about .about__wrapper .about__content .about__title-cont {
  overflow: hidden;
}

.about .about__wrapper .about__content .about__title-cont.activate .about__title {
  -webkit-animation: slide-up-about 1s ease forwards;
          animation: slide-up-about 1s ease forwards;
}

.about .about__wrapper .about__content .about__title-cont .about__title {
  color: black;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
  max-width: 800px;
}

.about .about__wrapper .about__content .about__title-cont .about__title span {
  color: #3f94fa;
}

@-webkit-keyframes slide-up-about {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes slide-up-about {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.about .about__wrapper .about__content .about__text {
  font-size: 17px;
  line-height: 28.9px;
  max-width: 505px;
  color: #2a324a;
  opacity: 0.6;
  margin-top: 50px;
  margin-bottom: 117px;
  -webkit-animation: about-text 2s ease forwards;
          animation: about-text 2s ease forwards;
}

@-webkit-keyframes about-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes about-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.about .about__wrapper .about__content .about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.about .about__wrapper .about__content .about__btn .about__btn-down {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  background-color: #388df5;
}

.about .about__wrapper .about__content .about__btn .about__btn-down.activate {
  -webkit-animation: about-btn 2s ease forwards;
          animation: about-btn 2s ease forwards;
}

.about .about__wrapper .about__content .about__btn .about__btn-down .about__down-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes about-btn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes about-btn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.about .about__wrapper .about__content .about__btn .about__explore {
  font-size: 17px;
  line-height: 28.9px;
  color: #388df5;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.about .about__wrapper .about__content .about__btn .about__explore.activate {
  -webkit-animation: explore-ani 2s ease forwards;
          animation: explore-ani 2s ease forwards;
}

@-webkit-keyframes explore-ani {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes explore-ani {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.about .about__wrapper .about__content .about__cards {
  position: absolute;
  right: 0;
  bottom: -115px;
  width: 320px;
  height: 320px;
}

.about .about__wrapper .about__content .about__cards.activate .about__card {
  -webkit-animation: card 2s ease forwards;
          animation: card 2s ease forwards;
}

.about .about__wrapper .about__content .about__cards.activate .about__card-2 {
  -webkit-animation: card2 2s ease forwards;
          animation: card2 2s ease forwards;
}

.about .about__wrapper .about__content .about__cards .about__card {
  position: absolute;
  right: 0;
  bottom: 200px;
  opacity: 0;
  -webkit-transform: translateY(33%);
          transform: translateY(33%);
}

@-webkit-keyframes card {
  0% {
    opacity: 0;
    -webkit-transform: translateY(33%);
            transform: translateY(33%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

@keyframes card {
  0% {
    opacity: 0;
    -webkit-transform: translateY(33%);
            transform: translateY(33%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}

.about .about__wrapper .about__content .about__cards .about__card-2 {
  position: absolute;
  right: 180px;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate(58%, -12%) rotate(9deg);
          transform: translate(58%, -12%) rotate(9deg);
}

@-webkit-keyframes card2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(58%, -12%) rotate(9deg);
            transform: translate(58%, -12%) rotate(9deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}

@keyframes card2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(58%, -12%) rotate(9deg);
            transform: translate(58%, -12%) rotate(9deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) rotate(0deg);
            transform: translate(0%, 0%) rotate(0deg);
  }
}

@media screen and (max-width: 1440px) {
  .about .about__wrapper .about__content .about__cards {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    bottom: -150px;
  }
}

@media screen and (max-width: 1200px) {
  .about .about__wrapper .about__content {
    margin-left: 107px;
  }
  .about .about__wrapper .about__content .about__cards {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media screen and (max-width: 1024px) {
  .about .about__wrapper {
    margin-top: 60px;
  }
  .about .about__wrapper .about__line {
    display: none;
  }
  .about .about__wrapper .about__content {
    margin-left: 0;
  }
  .about .about__wrapper .about__content .about__text {
    margin-top: 25px;
  }
  .about .about__wrapper .about__content .about__cards {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    right: -47px;
  }
  .about .about__wrapper .about__content .about__title-cont .about__title {
    font-size: 48px;
    line-height: 54.4px;
  }
}

@media screen and (max-width: 768px) {
  .about {
    margin-bottom: 0px;
  }
  .about .about__wrapper {
    padding-bottom: 50px;
  }
  .about .about__wrapper .about__content .about__cards {
    position: relative;
    bottom: initial;
    right: initial;
    margin: 150px auto 0 auto;
    -webkit-transform: scale(0.7) translate(35%, 0%);
            transform: scale(0.7) translate(35%, 0%);
  }
  .about .about__wrapper .about__content .about__text {
    margin-bottom: 32px;
  }
  .about .about__wrapper .about__content .about__btn .about__btn-down {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 576px) {
  .about .about__wrapper {
    margin-top: 71px;
  }
  .about .about__wrapper .about__line {
    display: none;
  }
  .about .about__wrapper .about__content .about__title-cont .about__title {
    font-size: 32px;
    line-height: 140%;
  }
  .about .about__wrapper .about__content .about__btn {
    margin-bottom: 21px;
  }
  .about .about__wrapper .about__content .about__cards {
    height: 300px;
    -webkit-transform: scale(0.6) translate(0%, 0%);
            transform: scale(0.6) translate(0%, 0%);
  }
  .about .about__wrapper .about__content .about__cards .about__card {
    right: -80px;
    bottom: 175px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .about .about__wrapper .about__content .about__cards .about__card-2 {
    right: 60px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.existing {
  position: relative;
  margin-bottom: 100px;
}

.existing .existing__line {
  display: block;
  position: absolute;
  top: 445px;
  left: 80px;
  background-color: #3187ef20;
  height: 3px;
  width: 587px;
  border-radius: 5px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

.existing .existing__line .line__inner {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 0%;
  border-radius: 5px;
  background-color: #3187ef;
}

.existing .existing__line .line__inner.activate {
  -webkit-animation: existing-line 1s ease forwards;
          animation: existing-line 1s ease forwards;
}

@-webkit-keyframes existing-line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes existing-line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.existing .existing__wrapper {
  margin-left: 137px;
}

.existing .existing__wrapper .existing__container {
  overflow: hidden;
}

.existing .existing__wrapper .existing__container.activate .existing__title {
  -webkit-animation: existing-slide-up 1s ease forwards;
          animation: existing-slide-up 1s ease forwards;
}

.existing .existing__wrapper .existing__container.activate .existing__subtitle {
  -webkit-animation: existing-slide-up 1s ease forwards;
          animation: existing-slide-up 1s ease forwards;
}

.existing .existing__wrapper .existing__container .existing__title {
  color: black;
  font-size: 50px;
  line-height: 70px;
  font-weight: 400;
  margin-bottom: 58px;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.existing .existing__wrapper .existing__container .existing__subtitle {
  color: black;
  font-size: 100px;
  line-height: 130%;
  font-weight: 400;
  max-width: 1063px;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.existing .existing__wrapper .existing__container .existing__subtitle span {
  color: #c5c6cb;
}

@-webkit-keyframes existing-slide-up {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes existing-slide-up {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.existing .existing__wrapper .existing__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}

.existing .existing__wrapper .existing__content .existing__text {
  font-size: 17px;
  line-height: 28.9px;
  max-width: 698px;
  color: #2a324a;
  opacity: 0.6;
}

.existing .existing__wrapper .existing__content .existing__button {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20.15px;
  color: #fafafa;
  padding: 40px 53px;
  background-color: #388df5;
  border-radius: 82px;
  margin-left: 95px;
}

@media screen and (max-width: 1440px) {
  .existing .existing__line {
    top: 345px;
    width: 487px;
  }
  .existing .existing__wrapper .existing__container .existing__subtitle {
    font-size: 90px;
  }
  .existing .existing__wrapper .existing__content {
    margin-top: 40px;
    -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: start;
    gap: 32px;
  }
  .existing .existing__wrapper .existing__content .existing__button {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .existing .existing__line {
    top: 345px;
    width: 487px;
  }
  .existing .existing__wrapper {
    margin-left: 107px;
  }
  .existing .existing__wrapper .existing__container .existing__subtitle {
    font-size: 70px;
  }
  .existing .existing__wrapper .existing__content {
    margin-top: 40px;
    -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: start;
    gap: 32px;
  }
  .existing .existing__wrapper .existing__content .existing__button {
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .existing {
    margin-bottom: 60px;
  }
  .existing .existing__line {
    display: none;
  }
  .existing .existing__wrapper {
    margin-left: 0;
  }
  .existing .existing__wrapper .existing__container .existing__title {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 140%;
  }
  .existing .existing__wrapper .existing__container .existing__subtitle {
    font-size: 44px;
    line-height: 140%;
  }
}

@media screen and (max-width: 576px) {
  .existing .existing__wrapper .existing__container .existing__title {
    font-size: 24px;
    line-height: 140%;
  }
  .existing .existing__wrapper .existing__container .existing__subtitle {
    font-size: 29px;
    line-height: 140%;
  }
  .existing .existing__wrapper .existing__content {
    margin-top: 20px;
  }
  .existing .existing__wrapper .existing__content .existing__button {
    width: 100%;
    text-align: center;
  }
}

.solution {
  overflow: hidden;
  position: relative;
  background-color: #eff4f9;
  margin-bottom: 173px;
}

.solution.activate .solution__wrapper .solution__container .solution__subtitle {
  -webkit-animation: solution-slide-up 2s ease forwards;
          animation: solution-slide-up 2s ease forwards;
}

.solution.activate .solution__wrapper .solution__container .solution__title {
  -webkit-animation: solution-slide-up-title 12s ease 1s infinite;
          animation: solution-slide-up-title 12s ease 1s infinite;
}

.solution.activate .solution__wrapper .solution__container .solution__title.second-title {
  -webkit-animation: solution-slide-up-title-2 12s ease 7s infinite;
          animation: solution-slide-up-title-2 12s ease 7s infinite;
}

.solution.activate .solution__wrapper .solution__container .solution__content {
  -webkit-animation: solution-content 12s ease 1s infinite;
          animation: solution-content 12s ease 1s infinite;
}

.solution.activate .solution__wrapper .solution__container .solution__content.second-sol {
  -webkit-animation: solution-content-sec 12s ease 7s infinite;
          animation: solution-content-sec 12s ease 7s infinite;
}

.solution.activate .solution__wrapper .solution__btn .solution__next {
  -webkit-animation: solution-next 1.5s ease forwards;
          animation: solution-next 1.5s ease forwards;
}

.solution.activate .solution__wrapper .solution__btn .solution__circle {
  -webkit-animation: solution-circle 1s ease forwards;
          animation: solution-circle 1s ease forwards;
}

.solution.activate .solution__wrapper .solution__btn .circular .circle .bar.left .progress {
  -webkit-animation: left 6s linear 1s infinite;
          animation: left 6s linear 1s infinite;
}

.solution.activate .solution__wrapper .solution__btn .circular .circle .bar.right .progress {
  -webkit-animation: right 6s linear 1s infinite;
          animation: right 6s linear 1s infinite;
}

.solution.activate .solution__background .solution__ellipse {
  -webkit-animation: solution-ellipse 2s ease forwards;
          animation: solution-ellipse 2s ease forwards;
}

.solution.activate .solution__background .solution__transaction {
  -webkit-animation: solution-transaction 12s linear 1s infinite;
          animation: solution-transaction 12s linear 1s infinite;
}

.solution.activate .solution__background .solution__transaction-2 {
  -webkit-animation: solution-transaction-2 12s linear 7s infinite;
          animation: solution-transaction-2 12s linear 7s infinite;
}

.solution .solution__wrapper {
  position: relative;
  z-index: 5;
  height: 100%;
  padding-top: 107px;
  padding-left: 217px;
  padding-bottom: 174px;
}

.solution .solution__wrapper .solution__container {
  overflow: hidden;
}

.solution .solution__wrapper .solution__container:first-of-type {
  margin-bottom: 142px;
}

.solution .solution__wrapper .solution__container:nth-of-type(2) {
  position: relative;
  height: 130px;
  margin-bottom: 32px;
}

.solution .solution__wrapper .solution__container:nth-of-type(3) {
  position: relative;
  height: 87px;
}

.solution .solution__wrapper .solution__container .solution__subtitle {
  font-size: 50px;
  line-height: 70px;
  color: black;
  font-weight: 400;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.solution .solution__wrapper .solution__container .solution__title {
  position: absolute;
  font-size: 100px;
  line-height: 130px;
  color: black;
  font-weight: 400;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.solution .solution__wrapper .solution__container .solution__title span {
  color: #388df5;
}

@-webkit-keyframes solution-slide-up {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes solution-slide-up {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes solution-slide-up-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  7% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  47% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

@keyframes solution-slide-up-title {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  7% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  47% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

@-webkit-keyframes solution-slide-up-title-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  7% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  47% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

@keyframes solution-slide-up-title-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  7% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  47% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

.solution .solution__wrapper .solution__content {
  position: absolute;
  font-size: 17px;
  line-height: 28.9px;
  max-width: 571px;
  color: #2a324a;
  opacity: 0;
}

@-webkit-keyframes solution-content {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  7% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  47% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@keyframes solution-content {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  7% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  47% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@-webkit-keyframes solution-content-sec {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  7% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  47% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@keyframes solution-content-sec {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  7% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  47% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

.solution .solution__wrapper .solution__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 33px;
  margin-right: 80px;
}

.solution .solution__wrapper .solution__btn .solution__circle {
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.solution .solution__wrapper .solution__btn .solution__circle .circular {
  height: 100px;
  width: 100px;
  position: relative;
}

.solution .solution__wrapper .solution__btn .solution__circle .circular .inner {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 98px;
  width: 98px;
  margin: -49px 0 0 -49px;
  border-radius: 100%;
  background-color: #eff4f9;
}

.solution .solution__wrapper .solution__btn .solution__circle .circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #388df520;
  border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}

.solution .solution__wrapper .solution__btn .solution__circle .circular .bar .progress {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
  background: #388df5;
  z-index: 1;
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.solution .solution__wrapper .solution__btn .solution__circle .circular .right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 3;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes solution-circle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes solution-circle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.solution .solution__wrapper .solution__btn img {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.solution .solution__wrapper .solution__btn .solution__next {
  color: #388df5;
  font-size: 17px;
  opacity: 0;
  font-weight: 400;
  line-height: 28.9px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: 20px;
}

@-webkit-keyframes solution-next {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes solution-next {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.solution .solution__background {
  position: absolute;
  z-index: 4;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 42%;
}

.solution .solution__background .solution__ellipse {
  position: absolute;
  width: 100%;
  opacity: 0;
}

@-webkit-keyframes solution-ellipse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes solution-ellipse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.solution .solution__background .solution__transaction {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fafafa;
  opacity: 0;
  width: 66px;
  height: 66px;
  padding: 13px 0;
  border-radius: 50%;
  -webkit-transform: translate(0%, 0%) scale(1);
          transform: translate(0%, 0%) scale(1);
}

.solution .solution__background .solution__transaction-2 {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fafafa;
  opacity: 0;
  width: 66px;
  height: 66px;
  padding: 13px 0;
  border-radius: 50%;
  -webkit-transform: translate(0%, 0%) scale(1);
          transform: translate(0%, 0%) scale(1);
}

@-webkit-keyframes solution-transaction {
  0% {
    -webkit-transform: translate(-140%, -44%) scale(0.1);
            transform: translate(-140%, -44%) scale(0.1);
    opacity: 0;
  }
  1% {
    -webkit-transform: translate(-70%, -44%) scale(0.6);
            transform: translate(-70%, -44%) scale(0.6);
    opacity: 1;
  }
  2% {
    -webkit-transform: translate(-40%, -30%) scale(0.8);
            transform: translate(-40%, -30%) scale(0.8);
    opacity: 1;
  }
  3% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  47% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  48% {
    -webkit-transform: translate(33%, 35%) scale(1);
            transform: translate(33%, 35%) scale(1);
    opacity: 1;
  }
  49% {
    -webkit-transform: translate(45%, 150%) scale(0.6);
            transform: translate(45%, 150%) scale(0.6);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(15%, 250%) scale(0.2);
            transform: translate(15%, 250%) scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(15%, 250%) scale(0.2);
            transform: translate(15%, 250%) scale(0.2);
    opacity: 0;
  }
}

@keyframes solution-transaction {
  0% {
    -webkit-transform: translate(-140%, -44%) scale(0.1);
            transform: translate(-140%, -44%) scale(0.1);
    opacity: 0;
  }
  1% {
    -webkit-transform: translate(-70%, -44%) scale(0.6);
            transform: translate(-70%, -44%) scale(0.6);
    opacity: 1;
  }
  2% {
    -webkit-transform: translate(-40%, -30%) scale(0.8);
            transform: translate(-40%, -30%) scale(0.8);
    opacity: 1;
  }
  3% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  47% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  48% {
    -webkit-transform: translate(33%, 35%) scale(1);
            transform: translate(33%, 35%) scale(1);
    opacity: 1;
  }
  49% {
    -webkit-transform: translate(45%, 150%) scale(0.6);
            transform: translate(45%, 150%) scale(0.6);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(15%, 250%) scale(0.2);
            transform: translate(15%, 250%) scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(15%, 250%) scale(0.2);
            transform: translate(15%, 250%) scale(0.2);
    opacity: 0;
  }
}

@-webkit-keyframes solution-transaction-2 {
  0% {
    -webkit-transform: translate(-140%, -44%) scale(0.1);
            transform: translate(-140%, -44%) scale(0.1);
    opacity: 0;
  }
  1% {
    -webkit-transform: translate(-70%, -44%) scale(0.6);
            transform: translate(-70%, -44%) scale(0.6);
    opacity: 1;
  }
  2% {
    -webkit-transform: translate(-40%, -30%) scale(0.8);
            transform: translate(-40%, -30%) scale(0.8);
    opacity: 1;
  }
  3% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  47% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  48% {
    -webkit-transform: translate(33%, 35%) scale(1);
            transform: translate(33%, 35%) scale(1);
    opacity: 1;
  }
  49% {
    -webkit-transform: translate(45%, 150%) scale(0.6);
            transform: translate(45%, 150%) scale(0.6);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(15%, 250%) scale(0.2);
            transform: translate(15%, 250%) scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(15%, 250%) scale(0.2);
            transform: translate(15%, 250%) scale(0.2);
    opacity: 0;
  }
}

@keyframes solution-transaction-2 {
  0% {
    -webkit-transform: translate(-140%, -44%) scale(0.1);
            transform: translate(-140%, -44%) scale(0.1);
    opacity: 0;
  }
  1% {
    -webkit-transform: translate(-70%, -44%) scale(0.6);
            transform: translate(-70%, -44%) scale(0.6);
    opacity: 1;
  }
  2% {
    -webkit-transform: translate(-40%, -30%) scale(0.8);
            transform: translate(-40%, -30%) scale(0.8);
    opacity: 1;
  }
  3% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  47% {
    -webkit-transform: translate(0%, 0%) scale(1);
            transform: translate(0%, 0%) scale(1);
    opacity: 1;
  }
  48% {
    -webkit-transform: translate(33%, 35%) scale(1);
            transform: translate(33%, 35%) scale(1);
    opacity: 1;
  }
  49% {
    -webkit-transform: translate(45%, 150%) scale(0.6);
            transform: translate(45%, 150%) scale(0.6);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(15%, 250%) scale(0.2);
            transform: translate(15%, 250%) scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(15%, 250%) scale(0.2);
            transform: translate(15%, 250%) scale(0.2);
    opacity: 0;
  }
}

@media screen and (max-width: 1440px) {
  .solution .solution__wrapper {
    padding-left: 167px;
  }
  .solution .solution__wrapper .solution__container:nth-of-type(2) {
    height: 110px;
  }
  .solution .solution__wrapper .solution__container .solution__subtitle {
    font-size: 44px;
    line-height: 140%;
  }
  .solution .solution__wrapper .solution__container .solution__title {
    font-size: 90px;
    line-height: 130%;
  }
  .solution .solution__background {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .solution {
    margin-bottom: 100px;
  }
  .solution .solution__wrapper {
    padding-left: 137px;
    padding-bottom: 100px;
  }
  .solution .solution__wrapper .solution__container:nth-of-type(2) {
    height: 90px;
  }
  .solution .solution__wrapper .solution__container .solution__subtitle {
    font-size: 36px;
    line-height: 140%;
  }
  .solution .solution__wrapper .solution__container .solution__title {
    font-size: 69px;
    line-height: 130%;
  }
  .solution .solution__background {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .solution {
    margin-bottom: 90px;
  }
  .solution .solution__wrapper {
    padding-top: 60px;
    padding-left: 20px;
    padding-bottom: 94px;
  }
  .solution .solution__wrapper .solution__container:first-of-type {
    margin-bottom: 50px;
  }
  .solution .solution__wrapper .solution__container:nth-of-type(2) {
    margin-bottom: 36px;
  }
  .solution .solution__wrapper .solution__btn .solution__next {
    margin-left: initial;
  }
  .solution .solution__wrapper .solution__btn .solution__circle {
    width: 60px;
    height: 60px;
  }
  .solution .solution__wrapper .solution__btn .solution__circle .circular {
    width: 60px;
    height: 60px;
  }
  .solution .solution__wrapper .solution__btn .solution__circle .circular .inner {
    height: 58px;
    width: 58px;
    margin: -29px 0 0 -29px;
  }
  .solution .solution__wrapper .solution__btn .solution__circle .circular .bar {
    clip: rect(0px, 60px, 60px, 30px);
  }
  .solution .solution__wrapper .solution__btn .solution__circle .circular .bar .progress {
    clip: rect(0px, 30px, 60px, 0px);
  }
  .solution .solution__background {
    top: 12%;
    width: 50%;
  }
  .solution .solution__background .solution__transaction {
    right: -15px;
  }
  .solution .solution__background .solution__transaction-2 {
    right: -15px;
  }
}

@media screen and (max-width: 768px) {
  .solution .solution__wrapper .solution__container:nth-of-type(2) {
    height: 63px;
  }
  .solution .solution__wrapper .solution__container:nth-of-type(3) {
    height: 116px;
  }
  .solution .solution__wrapper .solution__container .solution__title {
    font-size: 48px;
    line-height: 130%;
  }
}

@media screen and (max-width: 576px) {
  .solution {
    margin-bottom: 60px;
  }
  .solution .solution__wrapper {
    padding-bottom: 60px;
    overflow: hidden;
  }
  .solution .solution__wrapper .solution__container:first-of-type {
    margin-bottom: 16px;
  }
  .solution .solution__wrapper .solution__container .solution__subtitle {
    font-size: 24px;
    line-height: 140%;
  }
  .solution .solution__wrapper .solution__container:nth-of-type(2) {
    margin-bottom: 24px;
    height: 42px;
  }
  .solution .solution__wrapper .solution__container .solution__title {
    font-size: 32px;
    line-height: 130%;
  }
  .solution .solution__background {
    width: 75%;
  }
  .solution .solution__background .solution__transaction {
    width: 54px;
    height: 54px;
  }
  .solution .solution__background .solution__transaction-2 {
    width: 54px;
    height: 54px;
  }
}

@media screen and (max-width: 500px) {
  .solution .solution__wrapper .solution__container:nth-of-type(3) {
    height: 145px;
  }
}

@media screen and (max-width: 415px) {
  .solution .solution__wrapper .solution__container:nth-of-type(3) {
    height: 174px;
  }
}

.why {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.why.title {
  height: 120px;
  overflow: hidden;
}

.why.activate .why__title-cont {
  -webkit-animation: why-title 1.5s ease forwards;
          animation: why-title 1.5s ease forwards;
}

.why .why__title-cont {
  position: absolute;
  top: 0;
  left: 53%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: 2518px;
}

.why .why__title-cont .why__title {
  display: inline-block;
  text-align: center;
  font-size: 100px;
  font-weight: 400;
  line-height: 122.3px;
  color: #c5c6cb;
}

.why .why__title-cont .why__title:not(:last-child) {
  margin-right: 75px;
}

.why .why__title-cont .why__title:nth-child(2) {
  color: black;
}

@-webkit-keyframes why-title {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes why-title {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.why .why__wrapper {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 202px;
}

.why .why__wrapper .more-info {
  position: relative;
  width: 60%;
}

.why .why__wrapper .more-info.activate .more-info__plane {
  -webkit-animation: why-plane 1.5s linear forwards;
          animation: why-plane 1.5s linear forwards;
}

.why .why__wrapper .more-info.activate .more-info__plane2 {
  -webkit-animation: why-plane2 1.5s linear forwards;
          animation: why-plane2 1.5s linear forwards;
}

.why .why__wrapper .more-info .more-info__button {
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  z-index: 30;
  display: inline-block;
  color: #fafafa;
  font-size: 17px;
  line-height: 20.15px;
  padding: 40px 53px;
  background-color: #388df5;
  border-radius: 82px;
  margin-left: 137px;
  text-transform: uppercase;
}

.why .why__wrapper .more-info .more-info__ellipse-2 {
  position: absolute;
  left: 190px;
  top: -70px;
}

.why .why__wrapper .more-info .more-info__ellipse-l {
  position: absolute;
  left: 0;
  top: 20px;
}

.why .why__wrapper .more-info .more-info__plane {
  position: absolute;
  left: 300px;
  top: 300px;
  opacity: 0;
  -webkit-transform: translate(413%, -470%) scale(0.1) rotate(14deg);
          transform: translate(413%, -470%) scale(0.1) rotate(14deg);
}

.why .why__wrapper .more-info .more-info__plane2 {
  position: absolute;
  left: 300px;
  top: 300px;
  opacity: 1;
  -webkit-transform: translate(0%, 0%) scale(1) rotate(0deg);
          transform: translate(0%, 0%) scale(1) rotate(0deg);
}

@-webkit-keyframes why-plane2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1) rotate(0deg);
            transform: translate(0%, 0%) scale(1) rotate(0deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-60.5%, 100%) scale(0.75) rotate(-5deg);
            transform: translate(-60.5%, 100%) scale(0.75) rotate(-5deg);
  }
  55% {
    opacity: 1;
    -webkit-transform: translate(-113.5%, 200%) scale(0.5) rotate(-9deg);
            transform: translate(-113.5%, 200%) scale(0.5) rotate(-9deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(-155.5%, 300%) scale(0.25) rotate(-14deg);
            transform: translate(-155.5%, 300%) scale(0.25) rotate(-14deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-190%, 400%) scale(0) rotate(-19deg);
            transform: translate(-190%, 400%) scale(0) rotate(-19deg);
  }
}

@keyframes why-plane2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1) rotate(0deg);
            transform: translate(0%, 0%) scale(1) rotate(0deg);
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(-60.5%, 100%) scale(0.75) rotate(-5deg);
            transform: translate(-60.5%, 100%) scale(0.75) rotate(-5deg);
  }
  55% {
    opacity: 1;
    -webkit-transform: translate(-113.5%, 200%) scale(0.5) rotate(-9deg);
            transform: translate(-113.5%, 200%) scale(0.5) rotate(-9deg);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(-155.5%, 300%) scale(0.25) rotate(-14deg);
            transform: translate(-155.5%, 300%) scale(0.25) rotate(-14deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-190%, 400%) scale(0) rotate(-19deg);
            transform: translate(-190%, 400%) scale(0) rotate(-19deg);
  }
}

@-webkit-keyframes why-plane {
  0% {
    opacity: 0;
    -webkit-transform: translate(413%, -470%) scale(0) rotate(14deg);
            transform: translate(413%, -470%) scale(0) rotate(14deg);
  }
  25% {
    opacity: 0.25;
    -webkit-transform: translate(310%, -387%) scale(0.25) rotate(13deg);
            transform: translate(310%, -387%) scale(0.25) rotate(13deg);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translate(208%, -288%) scale(0.5) rotate(5deg);
            transform: translate(208%, -288%) scale(0.5) rotate(5deg);
  }
  75% {
    opacity: 0.75;
    -webkit-transform: translate(108%, -162%) scale(0.75) rotate(3deg);
            transform: translate(108%, -162%) scale(0.75) rotate(3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1) rotate(0deg);
            transform: translate(0%, 0%) scale(1) rotate(0deg);
  }
}

@keyframes why-plane {
  0% {
    opacity: 0;
    -webkit-transform: translate(413%, -470%) scale(0) rotate(14deg);
            transform: translate(413%, -470%) scale(0) rotate(14deg);
  }
  25% {
    opacity: 0.25;
    -webkit-transform: translate(310%, -387%) scale(0.25) rotate(13deg);
            transform: translate(310%, -387%) scale(0.25) rotate(13deg);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: translate(208%, -288%) scale(0.5) rotate(5deg);
            transform: translate(208%, -288%) scale(0.5) rotate(5deg);
  }
  75% {
    opacity: 0.75;
    -webkit-transform: translate(108%, -162%) scale(0.75) rotate(3deg);
            transform: translate(108%, -162%) scale(0.75) rotate(3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%) scale(1) rotate(0deg);
            transform: translate(0%, 0%) scale(1) rotate(0deg);
  }
}

.why .why__wrapper .why__content {
  width: 50%;
}

.why .why__wrapper .why__content .why__card {
  position: relative;
  max-width: 500px;
  width: 100%;
}

.why .why__wrapper .why__content .why__card.activate .why__subtitle-cont .why__subtitle {
  -webkit-animation: why-subtitle 1.5s ease forwards;
          animation: why-subtitle 1.5s ease forwards;
}

.why .why__wrapper .why__content .why__card.activate .why__text-cont .why__text {
  -webkit-animation: why-text 1.5s ease forwards;
          animation: why-text 1.5s ease forwards;
}

.why .why__wrapper .why__content .why__card.activate:before {
  -webkit-animation: why-line 1s ease 0.5s forwards;
          animation: why-line 1s ease 0.5s forwards;
}

.why .why__wrapper .why__content .why__card .why__subtitle-cont {
  overflow: hidden;
  margin-bottom: 7px;
}

.why .why__wrapper .why__content .why__card .why__subtitle-cont .why__subtitle {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: black;
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.why .why__wrapper .why__content .why__card .why__subtitle-cont .why__subtitle span {
  color: #388df5;
}

@-webkit-keyframes why-subtitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes why-subtitle {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.why .why__wrapper .why__content .why__card .why__text-cont {
  overflow: hidden;
}

.why .why__wrapper .why__content .why__card .why__text-cont .why__text {
  font-size: 17px;
  line-height: 28.9px;
  color: #2a324a;
  opacity: 0.6;
  max-width: 474px;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

@-webkit-keyframes why-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes why-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.why .why__wrapper .why__content .why__card::before {
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  top: 32px;
  width: 0px;
  height: 3px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 5px;
  background-color: #3187ef;
}

@-webkit-keyframes why-line {
  0% {
    width: 0px;
  }
  100% {
    width: 40px;
  }
}

@keyframes why-line {
  0% {
    width: 0px;
  }
  100% {
    width: 40px;
  }
}

.why .why__wrapper .why__content .why__card:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 1440px) {
  .why.title {
    height: 110px;
  }
  .why .why__title-cont {
    width: 2200px;
  }
  .why .why__title-cont .why__title {
    font-size: 90px;
    line-height: 122.3%;
  }
}

@media screen and (max-width: 1200px) {
  .why.title {
    height: 90px;
  }
  .why .why__title-cont {
    width: 1700px;
  }
  .why .why__title-cont .why__title {
    font-size: 70px;
    line-height: 122.3%;
  }
  .why .why__wrapper {
    margin-bottom: 100px;
  }
  .why .why__wrapper .more-info {
    width: 100%;
  }
  .why .why__wrapper .more-info .more-info__button {
    margin-left: 107px;
  }
  .why .why__wrapper .why__content {
    width: 100%;
  }
  .why .why__wrapper .why__content .why__card .why__subtitle-cont .why__subtitle {
    font-size: 38px;
    line-height: 170%;
  }
}

@media screen and (max-width: 1024px) {
  .why.title {
    height: 55px;
  }
  .why .why__title-cont {
    width: 1100px;
  }
  .why .why__title-cont .why__title {
    font-size: 44px;
    line-height: 122.3%;
  }
  .why .why__title-cont .why__title:not(:last-child) {
    margin-right: 50px;
  }
  .why .why__wrapper {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 90px;
  }
  .why .why__wrapper .more-info .more-info__button {
    margin-left: 107px;
  }
  .why .why__wrapper .more-info .more-info__ellipse-2,
  .why .why__wrapper .more-info .more-info__ellipse-l,
  .why .why__wrapper .more-info .more-info__plane {
    display: none;
  }
  .why .why__wrapper .why__card {
    margin-bottom: 40px;
  }
  .why .why__wrapper .why__card::before {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .why.title {
    height: 42px;
  }
  .why .why__title-cont {
    width: 780px;
  }
  .why .why__title-cont .why__title {
    font-size: 32px;
    line-height: 122.3%;
  }
  .why .why__title-cont .why__title:not(:last-child) {
    margin-right: 32px;
  }
  .why .why__wrapper {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .why .why__wrapper .more-info .more-info__button {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .why .why__wrapper .why__content .why__card .why__subtitle-cont .why__subtitle {
    font-size: 24px;
    line-height: 170%;
  }
  .why .why__wrapper .why__content .why__card::before {
    display: none;
  }
  .why .why__wrapper .why__content .why__card:not(:last-child) {
    margin-bottom: 30px;
  }
}

.ecosystem {
  overflow: hidden;
  background: linear-gradient(292.63deg, #2077e1 22.14%, #4599ff 99.21%);
  margin-bottom: 155px;
}

.ecosystem .ecosystem__wrapper {
  height: 100%;
  padding-top: 128px;
  padding-left: 217px;
}

.ecosystem .ecosystem__wrapper .ecosystem__subtitle {
  font-size: 50px;
  line-height: 120%;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 88px;
}

.ecosystem .ecosystem__wrapper .ecosystem__content {
  position: relative;
  margin-right: 80px;
  margin-bottom: 161px;
}

.ecosystem .ecosystem__wrapper .ecosystem__content .corner-left {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ecosystem .ecosystem__wrapper .ecosystem__content .corner-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__text {
  text-align: center;
  padding: 50px 182px;
  font-size: 24px;
  line-height: 38.4px;
  color: #ffffff;
}

.ecosystem .ecosystem__wrapper .ecosystem__service {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 80px;
  margin-bottom: 139px;
}

.ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper {
  margin-top: 90px;
}

.ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper .ecosystem__text {
  max-width: 537px;
  font-size: 24px;
  line-height: 38.4px;
  color: #ffffff;
  margin-bottom: 54px;
}

.ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper .ecosystem__more-info {
  display: inline-block;
  text-transform: uppercase;
  color: #3489f1;
  background-color: #ffffff;
  padding: 40px 53px;
  border-radius: 82px;
}

.ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images.activate .ecosystem__bitcoin {
  -webkit-animation: bitcoin-down 1s ease forwards;
          animation: bitcoin-down 1s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images.activate .ecosystem__prov {
  -webkit-animation: prov-up 1s ease forwards;
          animation: prov-up 1s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images .ecosystem__prov {
  position: relative;
  z-index: 5;
  width: 100%;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

.ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images .ecosystem__bitcoin {
  position: relative;
  z-index: 4;
  width: 58%;
  bottom: -9px;
  left: 46%;
  -webkit-transform: translateY(-100px) translateX(-50%);
          transform: translateY(-100px) translateX(-50%);
  opacity: 0;
}

@-webkit-keyframes prov-up {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes prov-up {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes bitcoin-down {
  0% {
    -webkit-transform: translateY(-100px) translateX(-50%);
            transform: translateY(-100px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(-50%);
            transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}

@keyframes bitcoin-down {
  0% {
    -webkit-transform: translateY(-100px) translateX(-50%);
            transform: translateY(-100px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(-50%);
            transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__visa {
  margin-bottom: 76px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ecosystem .ecosystem__wrapper .ecosystem__visa.activate .circle__container-left .visa__circle-one {
  -webkit-animation: circle-one 1.5s ease forwards;
          animation: circle-one 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__visa.activate .circle__container-left .visa__sign {
  -webkit-animation: visa-sign 1.5s ease forwards;
          animation: visa-sign 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__visa.activate .circle__container-right .visa__circle-two {
  -webkit-animation: circle-two 1.5s ease forwards;
          animation: circle-two 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__visa.activate .circle__container-right .visa__master-sign {
  -webkit-animation: master-sign 1.5s ease forwards;
          animation: master-sign 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__visa.activate .visa__card {
  -webkit-animation: visa-card 1.5s ease forwards;
          animation: visa-card 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__visa .circle__container-left {
  position: relative;
  width: 50%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ecosystem .ecosystem__wrapper .ecosystem__visa .circle__container-left .visa__circle-one {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}

@-webkit-keyframes circle-one {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle-one {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__visa .circle__container-left .visa__sign {
  position: absolute;
  width: 30%;
  left: 49%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes visa-sign {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(-50%, -50%);
            transform: scale(0.3) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes visa-sign {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(-50%, -50%);
            transform: scale(0.3) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__visa .circle__container-right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  height: 100%;
}

.ecosystem .ecosystem__wrapper .ecosystem__visa .circle__container-right .visa__circle-two {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
}

@-webkit-keyframes circle-two {
  0% {
    -webkit-transform: rotate(85deg);
            transform: rotate(85deg);
  }
  100% {
    -webkit-transform: rotate(-275deg);
            transform: rotate(-275deg);
  }
}

@keyframes circle-two {
  0% {
    -webkit-transform: rotate(85deg);
            transform: rotate(85deg);
  }
  100% {
    -webkit-transform: rotate(-275deg);
            transform: rotate(-275deg);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__visa .circle__container-right .visa__master-sign {
  position: absolute;
  width: 30%;
  right: 49%;
  top: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3) translate(50%, -50%);
          transform: scale(0.3) translate(50%, -50%);
}

@-webkit-keyframes master-sign {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(50%, -50%);
            transform: scale(0.3) translate(50%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
}

@keyframes master-sign {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3) translate(50%, -50%);
            transform: scale(0.3) translate(50%, -50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__visa .visa__card {
  position: absolute;
  width: 23%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-40deg) scale(0.6);
          transform: translate(-50%, -50%) rotate(-40deg) scale(0.6);
  opacity: 0.6;
}

@-webkit-keyframes visa-card {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-40deg) scale(0.6);
            transform: translate(-50%, -50%) rotate(-40deg) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes visa-card {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-40deg) scale(0.6);
            transform: translate(-50%, -50%) rotate(-40deg) scale(0.6);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
            transform: translate(-50%, -50%) rotate(0deg) scale(1);
    opacity: 1;
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 291px;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__token {
  width: 60%;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__token .token-container {
  overflow: hidden;
  margin-bottom: 20px;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__token .token-container.activate .token__name {
  -webkit-animation: eco-name 1.5s ease forwards;
          animation: eco-name 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__token .token-container.activate .token__text {
  -webkit-animation: eco-text-name 1.5s ease forwards;
          animation: eco-text-name 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__token .token-container .token__name {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__token .token-container .token__text {
  font-size: 17px;
  line-height: 27.2px;
  color: #ffffff;
  opacity: 0;
}

@-webkit-keyframes eco-name {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes eco-name {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes eco-text-name {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes eco-text-name {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto {
  position: relative;
  width: 40%;
  margin-right: 80px;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto.activate .crypto-cont .crypto__subtitle {
  -webkit-animation: eco-crypto 1.5s ease forwards;
          animation: eco-crypto 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto.activate .crypto-cont-text .crypto__text {
  -webkit-animation: eco-crypto 1.5s ease forwards;
          animation: eco-crypto 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto.activate:before {
  -webkit-animation: crypto-line 1s ease 0.5s forwards;
          animation: crypto-line 1s ease 0.5s forwards;
}

@-webkit-keyframes crypto-line {
  0% {
    width: 0px;
  }
  100% {
    width: 80px;
  }
}

@keyframes crypto-line {
  0% {
    width: 0px;
  }
  100% {
    width: 80px;
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto:before {
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  top: 32px;
  width: 0px;
  height: 3px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  border-radius: 5px;
  background-color: #ffffff;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto .crypto-cont {
  margin-bottom: 21px;
  overflow: hidden;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto .crypto-cont .crypto__subtitle {
  color: #ffffff;
  font-size: 24px;
  line-height: 38.4px;
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  font-weight: 400;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto .crypto-cont-text {
  overflow: hidden;
}

.ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto .crypto-cont-text .crypto__text {
  font-size: 17px;
  line-height: 27.2px;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  max-width: 429px;
}

@-webkit-keyframes eco-crypto {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes eco-crypto {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 336px;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content {
  width: 60%;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content.activate .partner__content-cont .partner__subtitle {
  -webkit-animation: partner-sub 1.5s ease forwards;
          animation: partner-sub 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content.activate .partner__content-cont-text .partner__text {
  -webkit-animation: partner-text 1.5s ease forwards;
          animation: partner-text 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content .partner__content-cont {
  margin-bottom: 21px;
  overflow: hidden;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content .partner__content-cont .partner__subtitle {
  color: #ffffff;
  font-size: 24px;
  line-height: 38.4px;
  font-weight: 400;
  max-width: 560px;
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

@-webkit-keyframes partner-sub {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes partner-sub {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content .partner__content-cont-text {
  overflow: hidden;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content .partner__content-cont-text .partner__text {
  font-size: 17px;
  line-height: 27.2px;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  max-width: 509px;
}

@-webkit-keyframes partner-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes partner-text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges {
  width: 50%;
  position: relative;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges.activate .partner__qr {
  -webkit-animation: partner-qr 1.5s ease forwards;
          animation: partner-qr 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges.activate .partner__frame {
  -webkit-animation: partner-frame 1.5s ease forwards;
          animation: partner-frame 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges.activate .partner__ellipse {
  -webkit-animation: partner-ellipse 1.5s ease forwards;
          animation: partner-ellipse 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges.activate .partner__qr-code {
  -webkit-animation: partner-qr-code 1.5s ease forwards;
          animation: partner-qr-code 1.5s ease forwards;
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges .partner__qr {
  position: absolute;
  top: 79%;
  left: 57%;
  z-index: 5;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges .partner__qr span {
  position: absolute;
  left: 50%;
  bottom: 87px;
  font-size: 17px;
  line-height: 27.2px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transform: rotate(-22.96deg);
          transform: rotate(-22.96deg);
}

@-webkit-keyframes partner-qr {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
            transform: translate(-50%, -50%) rotate(30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes partner-qr {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
            transform: translate(-50%, -50%) rotate(30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges .partner__frame {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translate(-80%, -30%) rotate(-20deg);
          transform: translate(-80%, -30%) rotate(-20deg);
}

@-webkit-keyframes partner-frame {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80%, -30%) rotate(-20deg);
            transform: translate(-80%, -30%) rotate(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes partner-frame {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80%, -30%) rotate(-20deg);
            transform: translate(-80%, -30%) rotate(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges .partner__ellipse {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
          transform: translate(-50%, -50%) scale(0.1);
}

@-webkit-keyframes partner-ellipse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes partner-ellipse {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges .partner__qr-code {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  opacity: 0;
}

@-webkit-keyframes partner-qr-code {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes partner-qr-code {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1440px) {
  .ecosystem .ecosystem__wrapper {
    padding-left: 167px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
    margin-bottom: 120px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images {
    width: auto;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images .ecosystem__prov {
    width: 100%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images .ecosystem__bitcoin {
    position: relative;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper {
    margin-right: 30px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__content {
    margin-bottom: 100px;
    margin-right: 0;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner {
    height: auto;
    min-height: 550px;
    width: 100%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .ecosystem .ecosystem__wrapper .ecosystem__name {
    margin-bottom: 201px;
  }
}

@media screen and (max-width: 1200px) {
  .ecosystem .ecosystem__wrapper {
    padding-left: 137px;
    padding-top: 100px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0px;
    margin-bottom: 120px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images {
    width: auto;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images .ecosystem__prov {
    width: 100%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images .ecosystem__bitcoin {
    position: relative;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper {
    margin-right: 30px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper .ecosystem__text {
    font-size: 20px;
    line-height: 160%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__content {
    margin-bottom: 100px;
    margin-right: 0;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner {
    padding-bottom: 120px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges {
    height: auto;
    min-height: initial;
    width: 70%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin-bottom: 150px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges .partner__qr {
    top: 60%;
    left: 53%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content {
    width: 70%;
    padding-right: 20px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content .partner__content-cont .partner__subtitle {
    font-size: 20px;
    line-height: 160%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__name {
    margin-bottom: 161px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto .crypto-cont .crypto__subtitle {
    font-size: 20px;
    line-height: 160%;
  }
}

@media screen and (max-width: 1024px) {
  .ecosystem {
    margin-bottom: 60px;
  }
  .ecosystem .ecosystem__wrapper {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 21px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__token {
    width: 100%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto {
    width: 100%;
    margin-right: 0;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto:before {
    display: none;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__crypto .crypto-cont .crypto__subtitle {
    font-size: 20px;
    line-height: 160%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service {
    margin-bottom: 100px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper .ecosystem__text {
    font-size: 20px;
    line-height: 160%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__subtitle {
    font-size: 34px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__content {
    margin-right: 0;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__text {
    padding: 43px 15px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content {
    width: 100%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner .partner__content .partner__content-cont .partner__subtitle {
    font-size: 20px;
    line-height: 160%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__partner .partner__imges {
    min-height: 400px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ecosystem .ecosystem__wrapper .ecosystem__service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images {
    width: 65%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper {
    margin-top: 30px;
    margin-right: 0px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper .ecosystem__more-info {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 576px) {
  .ecosystem .ecosystem__wrapper {
    padding-top: 60px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__name .ecosystem__token .token-container .token__name {
    font-size: 32px;
    line-height: 160%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__subtitle {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__content {
    margin-bottom: 60px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__content .ecosystem__text {
    font-size: 20px;
    line-height: 160%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__content .corner-right,
  .ecosystem .ecosystem__wrapper .ecosystem__content .corner-left {
    width: 42px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__images {
    width: 100%;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper {
    margin-top: 30px;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__service .ecosystem__helper .ecosystem__more-info {
    width: 100%;
    text-align: center;
  }
  .ecosystem .ecosystem__wrapper .ecosystem__visa {
    margin-bottom: 32px;
  }
}

.integrate {
  margin-bottom: 60px;
}

.integrate .integrate__wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.integrate .integrate__wrapper .integrate__title {
  max-width: 680px;
  font-size: 100px;
  margin-left: 217px;
  line-height: 122.3px;
  font-weight: 400;
  color: black;
  margin-bottom: 80px;
}

.integrate .integrate__wrapper .integrate__title span {
  color: #c5c6cb;
}

.integrate .integrate__wrapper .integrate__slider {
  position: relative;
  max-height: 626px;
}

.integrate .integrate__wrapper .integrate__slider .integrate__slide {
  position: relative;
  width: 495px;
  height: 433px;
  padding: 90px 60px;
  margin-right: 80px;
}

.integrate .integrate__wrapper .integrate__slider .integrate__slide:nth-child(even) {
  margin-top: 193px;
}

.integrate .integrate__wrapper .integrate__slider .integrate__slide .slide__corner-left {
  position: absolute;
  top: 0;
  left: 0;
}

.integrate .integrate__wrapper .integrate__slider .integrate__slide .slide__corner-right {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.integrate .integrate__wrapper .integrate__slider .integrate__slide .slide__title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: black;
  margin-bottom: 24px;
}

.integrate .integrate__wrapper .integrate__slider .integrate__slide .slide__text {
  font-size: 17px;
  line-height: 27.2px;
  font-weight: 400;
  color: black;
  opacity: 0.8;
}

.integrate .integrate__wrapper .integrate__slider .flickity-page-dots {
  display: none;
}

.integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button {
  width: 100px;
  height: 100px;
  border: 2px solid #388df520;
  border-radius: 50%;
}

.integrate .integrate__wrapper .integrate__slider .flickity-button-icon {
  display: none;
}

.integrate .integrate__wrapper .integrate__slider .flickity-button:disabled {
  opacity: 1;
}

.integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button.previous {
  position: absolute;
  top: -130px;
  right: 300px;
  left: initial;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button.previous::before {
  content: url(/assets/arrow-right-blue.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button.previous:hover {
  background-color: #388df5;
}

.integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button.previous:hover::before {
  content: url(/assets/arrow-right-white.svg);
}

.integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button.next {
  top: -130px;
  right: 175px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button.next::before {
  content: url(/assets/arrow-right-blue.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button.next:hover {
  background-color: #388df5;
}

.integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button.next:hover::before {
  content: url(/assets/arrow-right-white.svg);
}

@media screen and (max-width: 1440px) {
  .integrate .integrate__wrapper .integrate__title {
    font-size: 50px;
    line-height: 122.3%;
    margin-left: 130px;
  }
  .integrate .integrate__wrapper .integrate__slider {
    height: auto;
  }
  .integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button {
    width: 80px;
    height: 80px;
  }
  .integrate .integrate__wrapper .integrate__slider .integrate__slide {
    width: 345px;
    height: 333px;
    margin-right: 40px;
    padding: 50px 25px;
  }
  .integrate .integrate__wrapper .integrate__slider .integrate__slide:nth-child(even) {
    margin-top: 0;
  }
  .integrate .integrate__wrapper .integrate__slider .integrate__slide .slide__title {
    font-size: 32px;
    line-height: 120%;
  }
}

@media screen and (max-width: 1200px) {
  .integrate .integrate__wrapper .integrate__title {
    margin-left: 20px;
  }
  .integrate .integrate__wrapper .integrate__slider .flickity-prev-next-button {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .integrate .integrate__wrapper .integrate__title {
    font-size: 32px;
    line-height: 122.3%;
    margin-bottom: 30px;
  }
  .integrate .integrate__wrapper .integrate__slider .integrate__slide {
    width: 294.43px;
    height: 252px;
    margin-right: 20px;
    padding: 14px 14px;
  }
  .integrate .integrate__wrapper .integrate__slider .integrate__slide img {
    width: 42px;
  }
  .integrate .integrate__wrapper .integrate__slider .integrate__slide .slide__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}

.roadmap {
  margin-bottom: 180px;
}

.roadmap .roadmap__wrapper {
  padding-left: 217px;
  padding-right: 165px;
}

.roadmap .roadmap__wrapper .roadmap__container {
  margin-bottom: 116px;
  overflow: hidden;
}

.roadmap .roadmap__wrapper .roadmap__container.activate .roadmap__title {
  -webkit-animation: roadmap-title 1.5s ease forwards;
          animation: roadmap-title 1.5s ease forwards;
}

.roadmap .roadmap__wrapper .roadmap__container .roadmap__title {
  font-size: 100px;
  line-height: 122.3px;
  font-weight: 400;
  color: black;
}

@-webkit-keyframes roadmap-title {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes roadmap-title {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.roadmap .roadmap__wrapper .roadmap__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item {
  width: 1058px;
  position: relative;
  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;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 278px;
  top: 50%;
  width: 2px;
  height: calc(50% + 60px);
  background-color: #388df5;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item:first-child:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#388df500), to(#388df5));
  background: linear-gradient(#388df500, #388df5);
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item:not(:first-child):after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 278px;
  top: 0;
  width: 2px;
  height: calc(50%);
  background-color: #388df5;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item.activate .roadmap__date-container .roadmap__date {
  -webkit-animation: roadmap-date 1.5s ease forwards;
          animation: roadmap-date 1.5s ease forwards;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item.activate .roadmap__circle.active {
  -webkit-animation: roadmap-circle-a 1s ease 0.5s forwards;
          animation: roadmap-circle-a 1s ease 0.5s forwards;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item.activate .roadmap__circle.active:before {
  -webkit-animation: roadmap-circle-abc 1s ease 0.5s forwards;
          animation: roadmap-circle-abc 1s ease 0.5s forwards;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item.activate .roadmap__circle.active:after {
  -webkit-animation: roadmap-circle-abc 1s ease 0.5s forwards;
          animation: roadmap-circle-abc 1s ease 0.5s forwards;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__date-container {
  overflow: hidden;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__date-container .roadmap__date {
  position: relative;
  z-index: 5;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  color: black;
  width: 200px;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  background-color: #ffffff;
}

@-webkit-keyframes roadmap-date {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes roadmap-date {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__circle {
  position: relative;
  z-index: 5;
  width: 38px;
  height: 38px;
  border: 2px solid #388df5;
  border-radius: 50%;
  background-color: #ffffff;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__circle.active {
  background-color: #388df5;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__circle.active:before {
  content: url(/assets/blur.svg);
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__circle.active::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 7;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
}

@-webkit-keyframes roadmap-circle-a {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes roadmap-circle-a {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes roadmap-circle-abc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes roadmap-circle-abc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__card {
  position: relative;
  z-index: 5;
  max-width: 700px;
  width: 100%;
  background-color: #f8fbfe;
  padding: 66px 85px;
  border-radius: 20px;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__card .roadmap__text {
  font-size: 24px;
  line-height: 38.4px;
  color: black;
}

.roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__card .roadmap__text:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 1440px) {
  .roadmap .roadmap__wrapper {
    padding-left: 167px;
  }
}

@media screen and (max-width: 1200px) {
  .roadmap {
    margin-bottom: 160px;
  }
  .roadmap .roadmap__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .roadmap .roadmap__wrapper .roadmap__container {
    margin-bottom: 52px;
  }
  .roadmap .roadmap__wrapper .roadmap__container .roadmap__title {
    font-size: 52px;
    line-height: 122.3%;
    text-align: center;
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: initial;
    top: 0;
    width: 2px;
    height: calc(50% + 60px);
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item:last-child:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: initial;
    top: 0;
    width: 2px;
    height: calc(50% + 60px);
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item:nth-child(1):before {
    background: -webkit-gradient(linear, left top, left bottom, from(#388df500), to(#388df5));
    background: linear-gradient(#388df500, #388df5);
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item:nth-child(2):before {
    background: -webkit-gradient(linear, left top, left bottom, from(#388df500), to(#388df5));
    background: linear-gradient(#388df500, #388df5);
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item:nth-child(3):before {
    background: -webkit-gradient(linear, left top, left bottom, from(#388df550), to(#388df500));
    background: linear-gradient(#388df550, #388df500);
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: initial;
    top: 0;
    -webkit-transform: translatey(-100%);
            transform: translatey(-100%);
    width: 2px;
    height: calc(50%);
    background-color: #388df5;
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item:nth-child(2):after {
    background: -webkit-gradient(linear, left top, left bottom, from(#388df5), to(#388df530));
    background: linear-gradient(#388df5, #388df530);
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__circle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 24px;
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__card {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 24px 24px;
    max-width: 400px;
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__card .roadmap__text {
    font-size: 17px;
    line-height: 160%;
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__date-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .roadmap .roadmap__wrapper .roadmap__content .roadmap__item .roadmap__date-container .roadmap__date {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .roadmap {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 576px) {
  .roadmap .roadmap__wrapper .roadmap__container .roadmap__title {
    font-size: 32px;
    text-align: left;
  }
}

.telegram {
  margin-bottom: 200px;
}

.telegram .telegram__wrapper {
  position: relative;
  text-align: center;
}

.telegram .telegram__wrapper.activate .telegram__title-container .telegram__title {
  -webkit-animation: telegram-title 1.5s ease forwards;
          animation: telegram-title 1.5s ease forwards;
}

.telegram .telegram__wrapper.activate .telegram__button {
  -webkit-animation: telegram-button 1s ease 0.5s forwards;
          animation: telegram-button 1s ease 0.5s forwards;
}

.telegram .telegram__wrapper.activate .telegram__ellipse {
  -webkit-animation: telegram-ellipse 0.5s ease 1s forwards;
          animation: telegram-ellipse 0.5s ease 1s forwards;
}

.telegram .telegram__wrapper .telegram__title-container {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  max-width: 870px;
}

.telegram .telegram__wrapper .telegram__title-container:nth-child(2) {
  margin-bottom: 60px;
}

.telegram .telegram__wrapper .telegram__title-container .telegram__title {
  font-size: 50px;
  line-height: 70px;
  font-weight: 400;
  color: black;
  max-width: 870px;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

@-webkit-keyframes telegram-title {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes telegram-title {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.telegram .telegram__wrapper .telegram__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-size: 17px;
  line-height: 20.15px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #388df5;
  padding: 40px 41px;
  border-radius: 82px;
  opacity: 0;
}

@-webkit-keyframes telegram-button {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes telegram-button {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.telegram .telegram__wrapper .telegram__ellipse {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

@-webkit-keyframes telegram-ellipse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes telegram-ellipse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .telegram {
    margin-bottom: 80px;
  }
  .telegram .telegram__wrapper .telegram__title-container .telegram__title {
    font-size: 32px;
    line-height: 140%;
  }
  .telegram .telegram__wrapper .telegram__ellipse {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .telegram .telegram__wrapper .telegram__title-container:nth-child(2) {
    margin-bottom: 32px;
  }
  .telegram .telegram__wrapper .telegram__title-container .telegram__title {
    font-size: 24px;
  }
  .telegram .telegram__wrapper .telegram__button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer {
  background-color: #2a81ea;
  padding-top: 100px;
}

.footer .footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .footer__wrapper .footer__content {
  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;
  width: 100%;
  margin-bottom: 30px;
}

.footer .footer__wrapper .footer__content.activate .footer__newsletter .footer__newsletter-container .footer__title {
  -webkit-animation: news-letter-slide-up 1.5s ease forwards;
          animation: news-letter-slide-up 1.5s ease forwards;
}

.footer .footer__wrapper .footer__content.activate .footer__newsletter .footer__newsletter-container .footer__mail {
  -webkit-animation: news-letter-slide-up 1.5s ease forwards;
          animation: news-letter-slide-up 1.5s ease forwards;
}

.footer .footer__wrapper .footer__content.activate .footer__documents .footer__documents-container .footer__doc-title {
  -webkit-animation: doc-title 1.5s ease forwards;
          animation: doc-title 1.5s ease forwards;
}

.footer .footer__wrapper .footer__content.activate .footer__documents .footer__doc-btn {
  -webkit-animation: doc-btn 1s ease 0.5s forwards;
          animation: doc-btn 1s ease 0.5s forwards;
}

.footer .footer__wrapper .footer__content .footer__newsletter .footer__newsletter-container {
  overflow: hidden;
}

.footer .footer__wrapper .footer__content .footer__newsletter .footer__newsletter-container:nth-child(2) {
  margin-bottom: 17px;
}

.footer .footer__wrapper .footer__content .footer__newsletter .footer__newsletter-container:nth-child(3) {
  margin-bottom: 25px;
}

.footer .footer__wrapper .footer__content .footer__newsletter .footer__newsletter-container .footer__title {
  color: #fafafa;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  max-width: 490px;
  opacity: 0.4;
  word-break: break-word;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.footer .footer__wrapper .footer__content .footer__newsletter .footer__newsletter-container .footer__mail {
  display: block;
  color: #fafafa;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  max-width: 490px;
  text-decoration: underline;
  word-break: break-word;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

@-webkit-keyframes news-letter-slide-up {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes news-letter-slide-up {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.footer .footer__wrapper .footer__content .footer__documents .footer__documents-container {
  overflow: hidden;
  margin-bottom: 40px;
}

.footer .footer__wrapper .footer__content .footer__documents .footer__documents-container .footer__doc-title {
  color: #fafafa;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

@-webkit-keyframes doc-title {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes doc-title {
  0% {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.footer .footer__wrapper .footer__content .footer__documents .footer__doc-btn {
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 38px;
  padding: 16px 32px;
  opacity: 0;
}

.footer .footer__wrapper .footer__content .footer__documents .footer__doc-btn:not(:last-child) {
  margin-right: 12px;
}

@-webkit-keyframes doc-btn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes doc-btn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.footer .footer__wrapper .footer__nav {
  height: 90px;
  border-top: 1px solid #ffffff30;
}

.footer .footer__wrapper .footer__nav .footer__container {
  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;
  height: 100%;
}

.footer .footer__wrapper .footer__nav .footer__container .footer__copyright {
  color: #ffffff;
  font-size: 17px;
  line-height: 20.15px;
}

.footer .footer__wrapper .footer__nav .footer__container .footer__nav-links .footer__nav-link {
  color: #ffffff;
  font-size: 17px;
  line-height: 20.15px;
}

.footer .footer__wrapper .footer__nav .footer__container .footer__nav-links .footer__nav-link:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-top: 60px;
  }
  .footer .footer__wrapper .footer__content .footer__newsletter .footer__newsletter-container .footer__title {
    font-size: 36px;
    line-height: 120%;
  }
  .footer .footer__wrapper .footer__content .footer__newsletter .footer__newsletter-container .footer__mail {
    font-size: 36px;
    line-height: 120%;
  }
  .footer .footer__wrapper .footer__content .footer__documents .footer__documents-container .footer__doc-title {
    font-size: 36px;
    line-height: 120%;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footer__wrapper .footer__nav {
    height: 144px;
  }
  .footer .footer__wrapper .footer__nav .footer__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .footer__wrapper .footer__nav .footer__container .footer__nav-links {
    margin-bottom: 30px;
  }
  .footer .footer__wrapper .footer__content .footer__newsletter .footer__newsletter-container .footer__title {
    font-size: 24px;
    line-height: 120%;
  }
  .footer .footer__wrapper .footer__content .footer__newsletter .footer__newsletter-container .footer__mail {
    font-size: 24px;
    line-height: 120%;
  }
  .footer .footer__wrapper .footer__content .footer__documents .footer__documents-container .footer__doc-title {
    font-size: 24px;
    line-height: 120%;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer__wrapper .footer__content {
    -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: start;
    max-width: 100%;
  }
  .footer .footer__wrapper .footer__content .footer__documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .footer .footer__wrapper .footer__content .footer__documents a {
    width: 100%;
    text-align: center;
  }
  .footer .footer__wrapper .footer__content .footer__documents .footer__documents-container {
    margin-bottom: 8px;
  }
  .footer .footer__nav .footer__container .footer__copyright {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */