@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap);
.headline-gradient {
  background: linear-gradient(
    104.78deg,
    #ecedff 30.84%,
    #7279ed 72.01%,
    #4d54cf 128.42%
  );
  -webkit-background-clip: text;
  background-clip: text;
}
.headline-gradient,
.text-gradient {
  -webkit-text-fill-color: #0000;
  text-fill-color: #0000;
  max-width: max-content;
}
.text-gradient {
  background: linear-gradient(
    117.33deg,
    #ecedff -16.12%,
    #7279ed 67.63%,
    #4d54cf 182.41%
  );
  -webkit-background-clip: text;
  background-clip: text;
}
@font-face {
  font-family: Roobert;
  font-weight: 400;
  src: url(/static/media/Roobert-Regular.cb46cff6eec680fa1591.otf)
    format("opentype");
}
@font-face {
  font-family: Roobert;
  font-weight: 500;
  src: url(/static/media/Roobert-Medium.47a08f41c8d79c72d523.otf)
    format("opentype");
}
@font-face {
  font-family: Roobert;
  font-weight: 600;
  src: url(/static/media/Roobert-SemiBold.aabbb49d5edae0b3923c.otf)
    format("opentype");
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
h1 {
  font: 500 88rem/0.9 Roobert, sans-serif;
  letter-spacing: -2.64rem;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 64px;
    letter-spacing: -1.92px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 48px;
    letter-spacing: -1.44px;
  }
}
h2 {
  font: 500 64rem/0.9 Roobert, sans-serif;
  letter-spacing: -1.92rem;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 48px;
    letter-spacing: -1.44px;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}
h3 {
  font: 400 48rem/0.9 Roobert, sans-serif;
  letter-spacing: -1.44rem;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 36px;
    letter-spacing: -1.2px;
  }
}
h4 {
  font: 500 40rem/0.9 Roobert, sans-serif;
  letter-spacing: -1.2rem;
}
@media (max-width: 991.98px) {
  h4 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
}
h5 {
  font: 500 32rem/0.9 Roobert, sans-serif;
  letter-spacing: -0.96rem;
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
}
h6 {
  font: 400 20rem/1.4 Inter, sans-serif;
  letter-spacing: -0.6rem;
}
@media (max-width: 991.98px) {
  h6 {
    font-size: 18px;
    letter-spacing: -0.48px;
  }
}
@media (max-width: 575.98px) {
  h6 {
    font-size: 16px;
    letter-spacing: -0.42px;
  }
}
p {
  font: 400 16rem/1.4 Inter, sans-serif;
  letter-spacing: -0.48rem;
}
@media (max-width: 991.98px) {
  p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
.btn-main {
  align-items: center;
  border-radius: 90rem;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  gap: 8rem;
  justify-content: center;
  max-width: max-content;
  outline: none;
  padding: 8rem;
  position: relative;
  text-decoration: none;
}
.btn-main:hover:before {
  opacity: 0.3;
}
.btn-main:hover .icon img {
  transform: translateX(10%);
}
.btn-main:after,
.btn-main:before {
  border-radius: 80rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-main:before {
  background: linear-gradient(89.44deg, #0f8 -1.68%, #00a4a2 170.49%),
    linear-gradient(84.77deg, #1f3cff -14.19%, #3aa9ff 88.71%),
    linear-gradient(84.77deg, #00db45 -14.19%, #bfff3c 88.71%), #fff;
  opacity: 0.2;
  transition: all 0.15s ease-in-out;
  z-index: 0;
}
.btn-main:after {
  -webkit-backdrop-filter: blur(10rem);
  backdrop-filter: blur(10rem);
  background: #ffffff0d;
  z-index: 1;
}
.btn-main > span {
  align-items: center;
  background: linear-gradient(89.44deg, #0f8 -1.68%, #00a4a2 170.49%), #fff;
  border-radius: 90rem;
  display: flex;
  height: 67rem;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .btn-main > span {
    height: 56px;
  }
}
.btn-main .text {
  color: #030215;
  font: 600 18rem/1 Roobert, sans-serif;
  letter-spacing: -0.36rem;
  padding: 20rem 60rem;
}
@media (max-width: 991.98px) {
  .btn-main .text {
    font-size: 16px;
    padding: 12px 36px;
  }
}
.btn-main .icon {
  max-width: 67rem;
  min-width: 67rem;
}
@media (max-width: 991.98px) {
  .btn-main .icon {
    max-width: 56px;
    min-width: 56px;
  }
}
.btn-main .icon img {
  transition: all 0.15s ease-in-out;
  width: 25rem;
}
@media (max-width: 991.98px) {
  .btn-main .icon img {
    width: 20px;
  }
}
header {
  align-items: center;
  display: flex;
  height: max-content;
  left: 0;
  padding: 36rem 40rem;
  position: fixed;
  top: 0;
  transition: all 0.15s ease-in-out;
  width: 100%;
  z-index: 15;
}
@media (max-width: 991.98px) {
  header {
    justify-content: space-between;
    padding: 15px 20px;
  }
}
header.scroll-header {
  -webkit-backdrop-filter: blur(10rem);
  backdrop-filter: blur(10rem);
  padding: 20rem 40rem;
}
@media (max-width: 991.98px) {
  header.scroll-header {
    padding: 15px 20px;
  }
}
header.scroll-header:before {
  background: linear-gradient(333.86deg, #1a1c23 49.77%, #282a31 102.92%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
header.active-header .nav-wrap {
  opacity: 1;
  overflow-y: auto;
  transform: none;
}
header .logo-wrap {
  width: 225rem;
  z-index: 3;
}
header .logo-wrap img {
  width: 160rem;
}
@media (max-width: 991.98px) {
  header .logo-wrap img {
    width: 140px;
  }
}
header .toggle-wrap {
  padding: 16px 0;
}
@media (max-width: 991.98px) {
  header .toggle-wrap {
    position: relative;
    z-index: 3;
  }
}
header .toggle-wrap .btn-toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 8px;
}
header .toggle-wrap .btn-toggle .text {
  color: #fff;
}
header .toggle-wrap .btn-toggle .icons {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
header .toggle-wrap .btn-toggle .icons .icon {
  background-color: #fff;
  height: 2px;
  max-width: 39px;
  min-width: 39px;
}
header .nav-wrap {
  align-items: center;
  display: flex;
  flex: 1 1;
  justify-content: space-between;
  transition: all 0.3s ease-out;
}
@media (max-width: 991.98px) {
  header .nav-wrap {
    align-items: flex-start;
    background-color: #00020f;
    flex-direction: column;
    gap: 17px;
    height: var(--app-height);
    left: 0;
    opacity: 0;
    padding: 100px 20px 40px;
    position: fixed;
    top: 0;
    transform: translateY(-150%);
    width: 100%;
    z-index: 2;
  }
}
header .nav-wrap .nav-links-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  width: calc(50% - 62.5rem);
}
@media (max-width: 991.98px) {
  header .nav-wrap .nav-links-wrap {
    height: max-content;
  }
}
header .nav-wrap .nav-links-wrap ul {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  header .nav-wrap .nav-links-wrap ul {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    height: max-content;
  }
}
header .nav-wrap .nav-links-wrap ul li {
  align-items: center;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
header .nav-wrap .nav-links-wrap ul li.active,
header .nav-wrap .nav-links-wrap ul li:hover {
  -webkit-text-fill-color: #0000;
  text-fill-color: #0000;
  background: linear-gradient(180deg, #00d1dd, #5dff00), #5e6369;
  -webkit-background-clip: text;
  background-clip: text;
}
header .nav-wrap .nav-links-wrap ul a {
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  width: max-content;
}
@media (max-width: 991.98px) {
  header .nav-wrap .nav-links-wrap ul a p {
    font-size: 24px;
  }
}
header .action-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  header .action-wrap {
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }
}
header .action-wrap .socials-wrap {
  align-items: center;
  display: flex;
  gap: 8rem;
  margin-right: 36rem;
}
header .action-wrap .socials-wrap a {
  border-radius: 16rem;
  display: flex;
  height: 56rem;
  transition: all 0.15s ease-in-out;
  width: 56rem;
}
@media (max-width: 991.98px) {
  header .action-wrap .socials-wrap a {
    height: 48px;
    width: 48px;
  }
}
header .action-wrap .socials-wrap a:hover {
  background-color: #ffffff1a;
}
header .action-wrap .socials-wrap img {
  width: 56rem;
}
@media (max-width: 991.98px) {
  header .action-wrap .socials-wrap img {
    width: 48px;
  }
}
header .action-wrap .btn-wrap a {
  border: 2rem solid #fff6;
  border-radius: 90rem;
  color: #fff;
  display: flex;
  font: 500 18rem/1.2 Roobert, sans-serif;
  letter-spacing: -0.36rem;
  padding: 15rem 42rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 991.98px) {
  header .action-wrap .btn-wrap a {
    font-size: 16px;
    padding: 12px 36px;
  }
}
header .action-wrap .btn-wrap a:hover {
  background-color: #ffffff1a;
}
.grid-section {
  display: flex;
  height: var(--app-height);
  justify-content: space-between;
  left: 0;
  padding: 0 40rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .grid-section {
    padding: 0 20px;
  }
}
.grid-section .item {
  background-color: #d9d9d91a;
  display: block;
  height: 100%;
  width: 1rem;
}
@media (max-width: 991.98px) {
  .grid-section .item:nth-child(-n + 2) {
    display: none;
  }
}
.info-page-section {
  padding: 165rem 40rem 96rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .info-page-section {
    padding: 120px 20px 60px;
  }
}
.info-page-section .bg-wrap {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .info-page-section .bg-wrap {
    width: 200%;
  }
}
.info-page-section .bg-wrap img {
  width: 100%;
}
.info-page-section .headline-wrap {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 40rem;
  margin-bottom: 88rem;
  max-width: 785rem;
}
@media (max-width: 991.98px) {
  .info-page-section .headline-wrap {
    gap: 24px;
    margin-bottom: 48px;
  }
}
.info-page-section .headline-wrap h6 {
  opacity: 0.8;
}
.info-page-section .headline-wrap h6 a {
  color: #fff;
}
.info-page-section .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 48rem;
  max-width: 785rem;
}
@media (max-width: 991.98px) {
  .info-page-section .text-wrap {
    gap: 32px;
  }
}
.info-page-section .text-wrap a {
  color: #fff;
}
.info-page-section .text-wrap p {
  opacity: 0.8;
}
.info-page-section .text-wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-page-section .text-wrap ul li p:before {
  content: "— ";
}
.info-page-section .text-wrap .item-headline {
  color: #fff;
}
.info-page-section .text-wrap .item-headline h4 + p {
  margin-top: 24rem;
}
@media (max-width: 991.98px) {
  .info-page-section .text-wrap .item-headline h4 + p {
    margin-top: 16px;
  }
}
.info-page-section .text-wrap .item {
  color: #fff;
}
.info-page-section .text-wrap .item h5 {
  margin-bottom: 24rem;
}
@media (max-width: 991.98px) {
  .info-page-section .text-wrap .item h5 {
    margin-bottom: 16px;
  }
}
footer {
  background-color: #14161b;
  padding: 48rem 80rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  footer {
    padding: 32px 20px;
  }
}
footer .content-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer .content-wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
footer .content-wrap .copyright-wrap p {
  color: #fff;
}
footer .content-wrap .links-wrap ul {
  display: flex;
  gap: 24rem;
  margin: 0;
  padding: 0;
}
footer .content-wrap .links-wrap ul li a {
  color: #fff;
  text-decoration: none;
}
footer .content-wrap .links-wrap ul li a:hover p {
  -webkit-text-fill-color: #0000;
  text-fill-color: #0000;
  background: linear-gradient(180deg, #00d1dd, #5dff00), #5e6369;
  -webkit-background-clip: text;
  background-clip: text;
}
:root {
  -ms-overflow-style: none;
  max-width: 100vw;
  overflow-x: hidden;
  scrollbar-width: none;
}
* {
  font-family: Inter, sans-serif;
  margin: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 1px;
}
@media (min-width: 991.98px) {
  html {
    font-size: 0.0694444444vw;
  }
}
body {
  background-color: #181a1e;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
}
body.overflow-hidden {
  overflow: hidden !important;
}
@media (max-width: 991.98px) {
  body.overflow-hidden {
    overflow-y: auto !important;
  }
}
main {
  display: flex;
  flex-direction: column;
}
main > section {
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}
@media (max-width: 991.98px) {
  .mobile-only {
    display: flex !important;
  }
}
.animation {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.animation:not(.animation-active) {
  opacity: 0;
  transform: translateY(10vh);
}
.hero-section {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  max-height: 810rem;
  min-height: 640rem;
  padding: 40rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-section {
    flex-direction: column;
    flex-wrap: nowrap;
    height: max-content;
    min-height: max-content;
    padding: 100px 20px 20px;
  }
}
.hero-section:not(.active) .active-element {
  opacity: 0;
  transform: translateY(10vh);
}
@media (max-width: 991.98px) {
  .hero-section:not(.active) .active-element {
    opacity: 1;
    transform: none;
  }
}
.hero-section .active-element {
  transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out;
}
.hero-section .bg-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.hero-section .bg-wrap img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero-section .bg-wrap img {
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
  }
}
.hero-section .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 991.98px) {
  .hero-section .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.hero-section .content-wrap .text-wrap {
  color: #fff;
  margin-bottom: 32rem;
}
@media (max-width: 991.98px) {
  .hero-section .content-wrap .text-wrap {
    margin-bottom: 24px;
  }
}
.hero-section .content-wrap .text-wrap h1 {
  margin-bottom: 32rem;
}
@media (max-width: 991.98px) {
  .hero-section .content-wrap .text-wrap h1 {
    margin-bottom: 24px;
    max-width: 400px;
  }
}
.hero-section .content-wrap .text-wrap h6 {
  max-width: 430rem;
  opacity: 0.8;
}
.hero-section .content-wrap .btn-wrap {
  max-width: max-content;
  position: relative;
}
.hero-section .notification-wrap {
  padding: 0 16rem;
  width: 25%;
}
@media (max-width: 991.98px) {
  .hero-section .notification-wrap {
    padding: 0;
    width: 100%;
  }
}
.hero-section .notification-wrap.notification-1 {
  padding-bottom: 80rem;
}
@media (max-width: 991.98px) {
  .hero-section .notification-wrap.notification-1 {
    margin-bottom: 24px;
    padding-bottom: 0;
    transform: translateX(20%);
  }
}
.hero-section .notification-wrap.notification-2 {
  padding-bottom: 320rem;
}
@media (max-width: 991.98px) {
  .hero-section .notification-wrap.notification-2 {
    padding-bottom: 0;
  }
}
.hero-section .notification-wrap .img-wrap {
  -webkit-backdrop-filter: blur(10rem);
  backdrop-filter: blur(10rem);
  background-color: #fff3;
  border-radius: 8rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero-section .notification-wrap .img-wrap {
    max-width: 360px;
    width: 75%;
  }
}
.hero-section .notification-wrap img {
  width: 100%;
}
.hero-section .scroll-wrap {
  align-items: center;
  border: 2rem solid #fff6;
  border-radius: 50%;
  bottom: 40rem;
  display: flex;
  height: 62rem;
  justify-content: center;
  position: absolute;
  right: 40rem;
  width: 62rem;
}
@media (max-width: 991.98px) {
  .hero-section .scroll-wrap {
    bottom: 20px;
    height: 56px;
    right: 20px;
    width: 56px;
  }
}
.why-section {
  margin: 96rem 0 48rem;
  padding: 0 40rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .why-section {
    margin: 48px 0 32px;
    padding: 0 20px;
  }
}
.why-section .title-wrap {
  align-items: flex-end;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 56rem;
}
@media (max-width: 991.98px) {
  .why-section .title-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.why-section .title-wrap h6 {
  opacity: 0.8;
  width: 25%;
}
@media (max-width: 991.98px) {
  .why-section .title-wrap h6 {
    width: 100%;
  }
}
.why-section .items-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
}
@media (max-width: 991.98px) {
  .why-section .items-wrap {
    flex-direction: column;
  }
}
.why-section .items-wrap .item {
  background: linear-gradient(333.86deg, #1a1c23 49.77%, #282a31 102.92%);
  border-radius: 24rem;
  flex: 1 1;
  overflow: hidden;
  padding: 32rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .why-section .items-wrap .item {
    padding: 24px;
    width: 100%;
  }
}
.why-section .items-wrap .item > div {
  position: relative;
  z-index: 1;
}
.why-section .items-wrap .item .bg-wrap {
  position: absolute;
  right: -20rem;
  top: 70rem;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .why-section .items-wrap .item .bg-wrap {
    top: 30px;
  }
}
.why-section .items-wrap .item .bg-wrap img {
  height: 220rem;
}
@media (max-width: 991.98px) {
  .why-section .items-wrap .item .bg-wrap img {
    height: 180px;
  }
}
.why-section .items-wrap .item .icon-wrap {
  margin-bottom: 180rem;
}
@media (max-width: 991.98px) {
  .why-section .items-wrap .item .icon-wrap {
    margin-bottom: 80px;
  }
}
.why-section .items-wrap .item .icon-wrap img {
  width: 80rem;
}
@media (max-width: 991.98px) {
  .why-section .items-wrap .item .icon-wrap img {
    width: 56px;
  }
}
.why-section .items-wrap .item .text-wrap {
  color: #fff;
}
.why-section .items-wrap .item .text-wrap h4 {
  margin-bottom: 16rem;
}
.why-section .items-wrap .item .text-wrap p {
  opacity: 0.6;
}
.strategies-section {
  margin: 48rem 0 64rem;
  padding: 0 40rem;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .strategies-section {
    margin: 32px 0;
    padding: 0 20px;
  }
}
.strategies-section .bg-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.strategies-section .bg-wrap img {
  bottom: 30%;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 991.98px) {
  .strategies-section .bg-wrap img {
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
  }
}
.strategies-section .title-wrap {
  color: #fff;
  text-align: center;
}
@media (max-width: 991.98px) {
  .strategies-section .title-wrap {
    margin-bottom: 32px;
  }
}
.strategies-section .items-wrap {
  display: flex;
  gap: 20rem;
  margin-top: 72rem;
  transition: all 0.75s ease-in-out;
}
@media (max-width: 991.98px) {
  .strategies-section .items-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .strategies-section .items-wrap {
    flex-direction: column;
  }
}
.strategies-section .items-wrap:not(.animation-active) .item.item-1 {
  z-index: 1;
}
@media (min-width: 991.98px) {
  .strategies-section .items-wrap:not(.animation-active) .item.item-1 {
    transform: rotate3d(0.4, 1, 0, 25deg) translateY(10%);
  }
}
.strategies-section .items-wrap:not(.animation-active) .item.item-2 {
  z-index: 2;
}
@media (min-width: 991.98px) {
  .strategies-section .items-wrap:not(.animation-active) .item.item-2 {
    transform: scale(1.2);
    transform-origin: top;
  }
}
.strategies-section .items-wrap:not(.animation-active) .item.item-3 {
  z-index: 1;
}
@media (min-width: 991.98px) {
  .strategies-section .items-wrap:not(.animation-active) .item.item-3 {
    transform: rotate3d(-0.4, 1, 0, 25deg) translateY(10%);
  }
}
.strategies-section .items-wrap:not(.animation-active) .item .description-wrap {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .strategies-section
    .items-wrap:not(.animation-active)
    .item
    .description-wrap {
    opacity: 1;
  }
}
.strategies-section .items-wrap .item {
  flex: 1 1;
  position: relative;
  transition: all 0.75s ease-in-out;
}
@media (max-width: 991.98px) {
  .strategies-section .items-wrap .item {
    min-height: 450px;
  }
}
@media (max-width: 767.98px) {
  .strategies-section .items-wrap .item {
    min-height: max-content;
  }
}
.strategies-section .items-wrap .item.item-2 {
  z-index: 2;
}
.strategies-section .items-wrap .item:hover .info-wrap {
  opacity: 1;
}
.strategies-section .items-wrap .item .img-wrap {
  border: 4rem solid #fff3;
  border-radius: 24rem;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991.98px) {
  .strategies-section .items-wrap .item .img-wrap {
    border-radius: 20px;
    height: 100%;
  }
}
.strategies-section .items-wrap .item .img-wrap img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .strategies-section .items-wrap .item .img-wrap img {
    height: 100%;
    object-fit: cover;
  }
}
.strategies-section .items-wrap .item .description-wrap {
  bottom: 32rem;
  color: #fff;
  left: 32rem;
  position: absolute;
  transition: all 0.75s ease-in-out;
  width: calc(100% - 100rem);
}
@media (max-width: 991.98px) {
  .strategies-section .items-wrap .item .description-wrap {
    bottom: 24px;
    left: 24px;
  }
}
.strategies-section .items-wrap .item .description-wrap h4 {
  margin-bottom: 16rem;
}
.strategies-section .items-wrap .item .description-wrap p {
  max-width: 320rem;
  opacity: 0.5;
}
.strategies-section .items-wrap .item .info-wrap {
  background: linear-gradient(333.86deg, #1a1c23 49.77%, #282a31 102.92%);
  border-radius: 24rem;
  color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 32rem;
  position: absolute;
  top: 0;
  transition: all 0.15s ease-in-out;
  width: 100%;
}
@media (max-width: 991.98px) {
  .strategies-section .items-wrap .item .info-wrap {
    border-radius: 20px;
    padding: 24px;
  }
}
.strategies-section .items-wrap .item .info-wrap h4 {
  margin-bottom: 32rem;
}
@media (max-width: 991.98px) {
  .strategies-section .items-wrap .item .info-wrap h4 {
    margin-bottom: 24px;
  }
}
.strategies-section .items-wrap .item .info-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.strategies-section .btn-wrap {
  display: flex;
  justify-content: center;
  margin: 56rem auto 0;
}
@media (max-width: 991.98px) {
  .strategies-section .btn-wrap {
    margin: 32px auto 0;
  }
}
.features-section {
  display: flex;
  flex-direction: column;
  gap: 72rem;
  margin: 64rem auto 60rem;
  padding: 0 40rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .features-section {
    gap: 32px;
    margin: 32px auto;
    padding: 0 20px;
  }
}
.features-section .title-wrap {
  color: #fff;
  text-align: center;
}
.features-section .item {
  align-items: center;
  border-radius: 24rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991.98px) {
  .features-section .item {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }
  .features-section .item.item-revert {
    flex-direction: column-reverse;
  }
}
.features-section .item.item-revert .text-wrap {
  padding-left: 50rem;
}
@media (max-width: 991.98px) {
  .features-section .item.item-revert .text-wrap {
    padding-left: 0;
  }
}
.features-section .item > div {
  width: 50%;
}
@media (max-width: 991.98px) {
  .features-section .item > div {
    width: 100%;
  }
}
.features-section .item .text-wrap {
  padding-right: 50rem;
}
@media (max-width: 991.98px) {
  .features-section .item .text-wrap {
    padding-right: 0;
  }
}
.features-section .item .text-wrap .icon-wrap {
  margin-bottom: 24rem;
}
.features-section .item .text-wrap .icon-wrap img {
  width: 32rem;
}
.features-section .item .text-wrap h3 {
  color: #fff;
  margin-bottom: 16rem;
}
.features-section .item .text-wrap h6 {
  color: #ddd;
  line-height: 1.6;
  max-width: 560rem;
}
@media (max-width: 991.98px) {
  .features-section .item .text-wrap h6 {
    max-width: 100%;
  }
}
.features-section .item .img-wrap {
  border-radius: 24rem;
  position: relative;
}
.features-section .item .img-wrap:before {
  background-color: #0000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.features-section .item .img-wrap img {
  width: 100%;
}
.features-section .item .img-wrap video {
  border-radius: 30rem;
  pointer-events: none;
  width: 100%;
}
.packages-section {
  margin: 60rem 0 72rem;
  padding: 0 40rem;
}
@media (max-width: 991.98px) {
  .packages-section {
    margin: 32px 0;
    padding: 0 20px;
  }
}
.packages-section .title-wrap {
  color: #fff;
  margin-bottom: 56rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .packages-section .title-wrap {
    margin-bottom: 32px;
  }
}
.packages-section .title-wrap span {
  -webkit-text-fill-color: #0000;
  text-fill-color: #0000;
  background: linear-gradient(180deg, #00d1dd, #5dff00), #fff;
  -webkit-background-clip: text;
  background-clip: text;
}
.packages-section .title-wrap .gradient {
  -webkit-text-fill-color: #0000;
  text-fill-color: #0000;
  background: linear-gradient(90deg, #ff2163 35%, #e4a801, #8fff01 85%);
  -webkit-background-clip: text;
  background-clip: text;
}
.packages-section .items-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
}
@media (max-width: 991.98px) {
  .packages-section .items-wrap {
    flex-direction: column;
  }
}
.packages-section .items-wrap .item {
  border-radius: 24rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 24rem;
  pointer-events: none;
  position: relative;
  text-decoration: none;
}
.packages-section .items-wrap .item:first-child,
.packages-section .items-wrap .item:nth-child(4) {
  width: 25%;
}
@media (max-width: 991.98px) {
  .packages-section .items-wrap .item:first-child,
  .packages-section .items-wrap .item:nth-child(4) {
    width: 100%;
  }
}
.packages-section .items-wrap .item:nth-child(2),
.packages-section .items-wrap .item:nth-child(3) {
  width: calc(25% - 30rem);
}
@media (max-width: 991.98px) {
  .packages-section .items-wrap .item:nth-child(2),
  .packages-section .items-wrap .item:nth-child(3) {
    width: 100%;
  }
}
.packages-section .items-wrap .item:hover .subscribe-wrap .arrow-wrap {
  background-color: #ffffff1a;
  transform: translateX(10%);
}
.packages-section .items-wrap .item.item-color:before {
  background: linear-gradient(180deg, #ff0091, #ff9300),
    linear-gradient(180deg, #00d1dd, #5dff00), #fff;
}
.packages-section .items-wrap .item.item-color .text-wrap h5 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.packages-section .items-wrap .item.item-color .text-wrap h5 .text {
  -webkit-text-fill-color: #0000;
  text-fill-color: #0000;
  background: linear-gradient(180deg, #ff0091, #ff9300),
    linear-gradient(180deg, #00d1dd, #5dff00), #fff;
  -webkit-background-clip: text;
  background-clip: text;
}
.packages-section .items-wrap .item.item-color .text-wrap h5 .badge {
  background: linear-gradient(180deg, #ff0091, #ff9300),
    linear-gradient(1turn, #00d1dd, #5dff00), #fff;
  border-radius: 6rem;
  font: 500 12rem/0.9 Roobert, sans-serif;
  letter-spacing: 0.36rem;
  padding: 8rem;
}
.packages-section .items-wrap .item:before {
  background-color: #fff3;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.packages-section .items-wrap .item:after {
  background: linear-gradient(333.86deg, #1a1c23 49.77%, #282a31 102.92%);
  border-radius: 24rem;
  content: "";
  display: block;
  height: calc(100% - 4rem);
  left: 2rem;
  position: absolute;
  top: 2rem;
  width: calc(100% - 4rem);
  z-index: 1;
}
.packages-section .items-wrap .item > * {
  position: relative;
  z-index: 2;
}
.packages-section .items-wrap .item .text-wrap .header img {
  height: 128rem;
  margin-right: 12rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 128rem;
}
@media (max-width: 991.98px) {
  .packages-section .items-wrap .item .text-wrap .header img {
    height: 96px;
    margin-right: 8px;
    width: 96px;
  }
}
@media (max-width: 575.98px) {
  .packages-section .items-wrap .item .text-wrap .header img {
    height: 64px;
    width: 64px;
  }
}
.packages-section .items-wrap .item .text-wrap .pricing {
  min-height: 80rem;
}
@media (max-width: 991.98px) {
  .packages-section .items-wrap .item .text-wrap .pricing {
    min-height: 0;
  }
}
.packages-section .items-wrap .item .text-wrap h5 {
  margin-bottom: 16rem;
}
.packages-section .items-wrap .item .text-wrap h6 {
  margin-bottom: 12rem;
}
.packages-section .items-wrap .item .text-wrap ul {
  list-style-type: none;
  margin: 0 0 12rem;
  padding: 0;
}
.packages-section .items-wrap .item .text-wrap ul li {
  align-items: center;
  display: flex;
  padding: 12rem 0;
}
.packages-section .items-wrap .item .text-wrap ul li img {
  padding-right: 12rem;
}
@media (max-width: 991.98px) {
  .packages-section .items-wrap .item .text-wrap ul li {
    padding: 8px 0;
  }
}
.packages-section .items-wrap .item .text-wrap ul li:not(:last-child) {
  border-bottom: 1rem solid #d9d9d933;
}
.packages-section .items-wrap .item .text-wrap ul li p {
  color: #ddd;
}
.packages-section .items-wrap .item .beta-access {
  display: flex;
  justify-content: space-between;
}
.packages-section .items-wrap .item .beta-access .main {
  align-items: center;
  display: flex;
  flex-wrap: wrap !important;
}
.packages-section .items-wrap .item .beta-access .main img {
  height: 30rem;
  width: 30rem;
}
.packages-section .items-wrap .item .beta-access .main p {
  font-size: 15rem;
  font-weight: 500;
}
.packages-section .items-wrap .item .beta-access img {
  height: 24rem;
  width: 24rem;
}
.packages-section .items-wrap .item .subscribe-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.packages-section .items-wrap .item .subscribe-wrap p {
  font: 500 13rem/1 Inter, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}
.packages-section .items-wrap .item .subscribe-wrap .arrow-wrap {
  align-items: center;
  border: 2rem solid #ffffff4d;
  border-radius: 12rem;
  display: flex;
  height: 38rem;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  width: 38rem;
}
.ecosystem-section {
  margin: 72rem 0;
  padding: 0 40rem;
}
@media (max-width: 991.98px) {
  .ecosystem-section {
    margin: 32px 0;
    padding: 0 20px;
  }
}
.ecosystem-section .title-wrap {
  color: #fff;
  margin-bottom: 18rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .ecosystem-section .title-wrap {
    margin-bottom: 24px;
  }
}
.ecosystem-section .content-wrap {
  position: relative;
}
.ecosystem-section .content-wrap .main-img-wrap {
  left: 0;
  position: absolute;
  top: -50%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ecosystem-section .content-wrap .main-img-wrap {
    margin-left: -20px;
    position: relative;
    top: 0;
  }
}
.ecosystem-section .content-wrap img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .ecosystem-section .content-wrap img {
    width: calc(100% + 40px);
  }
}
.roadmap-section {
  margin: 72rem 0 0;
  padding: 0 40rem;
}
@media (max-width: 991.98px) {
  .roadmap-section {
    margin: 32px 0;
    padding: 0 20px;
  }
}
.roadmap-section .title-wrap {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 56rem;
}
@media (max-width: 991.98px) {
  .roadmap-section .title-wrap {
    align-items: flex-start;
    margin-bottom: 32px;
  }
}
.roadmap-section .title-wrap h6 {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .roadmap-section .title-wrap h6 {
    width: 100%;
  }
}
.roadmap-section .items-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
}
@media (max-width: 991.98px) {
  .roadmap-section .items-wrap {
    flex-direction: column;
  }
}
.roadmap-section .items-wrap .item {
  background: linear-gradient(333.86deg, #1a1c23 49.77%, #282a31 102.92%);
  border: 2rem solid #fff3;
  border-radius: 24rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24rem;
  overflow: hidden;
  padding: 24rem;
  position: relative;
  text-decoration: none;
}
.roadmap-section .items-wrap .item:first-child,
.roadmap-section .items-wrap .item:nth-child(4) {
  width: 25%;
}
@media (max-width: 991.98px) {
  .roadmap-section .items-wrap .item:first-child,
  .roadmap-section .items-wrap .item:nth-child(4) {
    width: 100%;
  }
}
.roadmap-section .items-wrap .item:nth-child(2),
.roadmap-section .items-wrap .item:nth-child(3) {
  width: calc(25% - 30rem);
}
@media (max-width: 991.98px) {
  .roadmap-section .items-wrap .item:nth-child(2),
  .roadmap-section .items-wrap .item:nth-child(3) {
    width: 100%;
  }
}
.roadmap-section .items-wrap .item .icon-wrap img {
  width: 32rem;
}
.roadmap-section .items-wrap .item .headline-wrap {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.roadmap-section .items-wrap .item .headline-wrap p {
  color: #ddd;
  min-height: 46rem;
}
@media (max-width: 991.98px) {
  .roadmap-section .items-wrap .item .headline-wrap p {
    min-height: max-content;
  }
}
.roadmap-section .items-wrap .item ul {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.roadmap-section .items-wrap .item ul li {
  align-items: center;
  display: flex;
  gap: 8rem;
}
.roadmap-section .items-wrap .item ul li:before {
  background: url(/static/media/roadmap-coming-icon.bcd14b0885cb54a87c09.svg)
    50% no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24rem;
  width: 24rem;
}
.roadmap-section .items-wrap .item ul li.done:before {
  background: url(/static/media/roadmap-done-icon.ba9cbe8115d6bfc97cdf.svg) 50%
    no-repeat;
  background-size: cover;
}
.roadmap-section .items-wrap .item ul li p {
  color: #ddd;
}
.trade-section {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .trade-section {
    padding: 0 20px;
  }
}
.trade-section .bg-wrap {
  height: 100%;
  z-index: -1;
}
.trade-section .bg-wrap,
.trade-section .bg-wrap img {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 991.98px) {
  .trade-section .bg-wrap img {
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
  }
}
.trade-section .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 140rem 0 200rem;
  width: 50%;
}
@media (max-width: 991.98px) {
  .trade-section .content-wrap {
    margin: 32px 0;
    width: 100%;
  }
}
.trade-section .content-wrap .text-wrap {
  color: #fff;
  margin-bottom: 32rem;
}
@media (max-width: 991.98px) {
  .trade-section .content-wrap .text-wrap {
    margin-bottom: 24px;
  }
}
.trade-section .content-wrap .text-wrap h1 {
  margin-bottom: 32rem;
}
@media (max-width: 991.98px) {
  .trade-section .content-wrap .text-wrap h1 {
    margin-bottom: 24px;
  }
}
.trade-section .content-wrap .text-wrap h6 {
  max-width: 430rem;
  opacity: 0.8;
}
.trade-section .content-wrap .btn-wrap {
  max-width: max-content;
  position: relative;
}
.trade-section .phone-wrap {
  bottom: 0;
  position: absolute;
  right: 40rem;
}
@media (max-width: 991.98px) {
  .trade-section .phone-wrap {
    position: relative;
    right: 0;
  }
}
.trade-section .phone-wrap img {
  max-width: 650rem;
}
@media (max-width: 991.98px) {
  .trade-section .phone-wrap img {
    width: 100%;
  }
}
/*# sourceMappingURL=main.8b7a0847.css.map*/
