@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Bold.otf') format("opentype"), url('../fonts/CabinetGrotesk-Extrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabinetgrotesk;
  src: url('../fonts/CabinetGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gray: #d0d0d4;
  --white: #f4f4f5;
  --grayer: #71717a;
  --violet: #e5a5fd;
  --inputshadow: #e5a5fd4d;
  --black: black;
  --purple: #b476e9;
  --gray-200: #161619;
  --transparent: transparent;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--gray);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.wrapper {
  background-image: linear-gradient(135deg, #3e0c68, #13031d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--white);
  margin-left: 5px;
  font-family: Spline Sans, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 84px;
}

.clock-label {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-right: -5px;
  font-size: 16px;
  line-height: 24px;
}

.page-title {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
}

.div-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.body {
  font-family: Montserrat, sans-serif;
}

.icon {
  color: #fff;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.container {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1340px;
  height: auto;
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.containerfixed {
  width: 1240px;
  max-width: none;
  min-height: auto;
}

.container.shortcontainer {
  min-height: auto;
}

.header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.fullbody {
  background-color: #09090a;
  border: 3px #000;
  border-radius: 24px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.fullbody.body {
  color: #fbf5ff;
  font-family: Cabinetgrotesk, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.content {
  text-align: center;
  flex: 1;
  max-width: 1340px;
  margin-top: 40px;
  display: block;
  position: static;
}

.div-block-2 {
  border-top: 1px solid #71717a;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  font-family: Spline Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.plainheading {
  color: var(--white);
  font-family: Spline Sans, sans-serif;
  font-size: 48px;
  line-height: 80px;
}

.plainheading.mainheading {
  text-align: left;
  margin-bottom: 40px;
  font-size: 72px;
}

.paragraph {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.introparagraph {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: Spline Sans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.mainslogan {
  text-align: left;
  flex-flow: column;
  align-items: center;
  max-width: none;
  margin-right: 40px;
  display: block;
}

.link {
  color: var(--grayer);
  margin-left: 32px;
  text-decoration: none;
}

.text-block {
  color: var(--grayer);
}

.image {
  max-width: 817px;
}

.gradient {
  z-index: 10;
  text-align: center;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.link2 {
  color: var(--gray);
  text-decoration: none;
}

.form {
  display: flex;
}

.text-field {
  height: 48px;
  color: var(--white);
  background-color: #0000;
  border: 1px solid #52525b;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover, .text-field:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 3px var(--inputshadow);
}

.button {
  background-color: var(--violet);
  color: var(--black);
  border-radius: 12px;
  font-weight: 500;
}

.form-block {
  width: 540px;
  max-width: 608px;
  margin: 60px auto 0;
}

.text-block-2 {
  color: var(--grayer);
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  line-height: 22px;
  display: block;
  position: static;
  overflow: visible;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  color: var(--white);
  text-decoration: none;
}

.success-message {
  color: var(--violet);
  background-color: #ddd0;
}

.error-message {
  color: var(--violet);
  background-color: #ffdede00;
}

.link-2 {
  color: var(--violet);
  text-decoration: none;
}

.heading-2 {
  color: var(--white);
  font-size: 20px;
  text-decoration: none;
}

.dep_link-block-2 {
  text-decoration: underline;
}

.dep_link-block-2.w--current, .dep_link-block-2.w--current:visited {
  text-decoration: none;
}

.dep_link-block-2.header-link-block.w--current {
  text-decoration: none;
  display: block;
}

.dep_link-block-2.header-link-block.w--current:hover, .dep_link-block-2.header-link-block.w--current:visited {
  text-decoration: none;
}

.header-link-block {
  flex: none;
  text-decoration: none;
}

.header-link-block.w--current {
  margin-top: 0;
  padding-top: 0;
  text-decoration: none;
}

.header-link-block.w--current:hover, .header-link-block.w--current:active, .header-link-block.w--current:focus, .header-link-block.w--current:visited {
  text-decoration: none;
}

.text-block-3 {
  color: var(--gray);
  text-transform: none;
  font-size: 20px;
  font-weight: 900;
  line-height: 44px;
  text-decoration: none;
}

.text-block-4 {
  border: 1px solid var(--purple);
  color: var(--purple);
  text-align: center;
  -webkit-text-stroke-color: var(--purple);
  text-transform: uppercase;
  object-fit: none;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  line-height: 14px;
  display: flex;
}

.text-block-4.badge {
  color: var(--purple);
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.slide {
  background-image: url('../images/slide-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

.slide.slide2 {
  background-image: url('../images/slide-2.png');
}

.slide.slide3 {
  background-image: url('../images/slide-3.png');
}

.slide.slide4 {
  background-image: url('../images/slide-4.png');
}

.slide.slide5 {
  background-image: url('../images/slide-5.png');
}

.mask {
  width: 33.33%;
  margin-left: 33.33%;
  overflow: visible;
}

.slider {
  background-color: #0000;
}

.right-arrow {
  display: none;
}

.icon-2, .icon-3 {
  width: 0;
  height: 0;
  display: none;
}

.slide-nav {
  display: none;
}

.headerslider {
  width: auto;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  z-index: 10;
  background-image: linear-gradient(90deg, #09090a, #fff0);
  width: 150px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-8.shadow-right {
  background-image: linear-gradient(90deg, #fff0, #09090a);
  left: auto;
  right: 0;
}

.video {
  margin-top: 140px;
  margin-bottom: 140px;
}

.subheading {
  color: var(--white);
  text-align: center;
  font-family: Spline Sans, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
}

.subheading.subheadingleft {
  text-align: left;
}

.subheading.small {
  text-align: left;
  width: 100%;
  margin-top: 12px;
  font-size: 32px;
  line-height: 44px;
}

.div-block-10 {
  margin-top: 0;
}

.code-embed {
  display: none;
}

.div-block-11 {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.div-block-11.alignleft {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-11.jointhewaitlist {
  background-color: var(--gray-200);
  opacity: .89;
  -webkit-backdrop-filter: contrast(200%);
  backdrop-filter: contrast(200%);
  border: 1px solid #b476e9;
  border-radius: 32px;
  flex-flow: column;
  padding-top: 54px;
  padding-bottom: 62px;
  display: flex;
}

.div-block-11.card {
  z-index: 1;
  background-color: var(--gray-200);
  opacity: 1;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 48px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.div-block-12 {
  background-color: var(--gray-200);
  opacity: .8;
  filter: brightness(120%);
  -webkit-backdrop-filter: saturate(200%);
  backdrop-filter: saturate(200%);
  text-align: left;
  mix-blend-mode: normal;
  border: 0 #000;
  border-radius: 16px;
  height: 100%;
  padding: 16px 40px 40px;
}

.heading-3 {
  margin-bottom: 24px;
  font-family: Spline Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.paragraph-2 {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.link-3 {
  border: 1px solid var(--grayer);
  color: var(--gray);
  background-image: url('../images/arrow-up-right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 12px;
  padding: 12px 52px 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.div-block-13 {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-flow: column;
  display: block;
}

.image-3 {
  aspect-ratio: 1;
  vertical-align: middle;
  flex: none;
  width: 94%;
  max-width: none;
  height: auto;
  margin-top: 40px;
  margin-right: 0;
  display: block;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtube {
  border-radius: 24px;
  margin-top: 140px;
  font-size: 14px;
  overflow: hidden;
}

.quick-stack {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding: 55px 0 0;
}

.ourproduct {
  margin-top: 100px;
}

.div-block-16 {
  text-align: center;
  background-image: url('../images/REM-gradient.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 250px;
  margin-bottom: 0;
  display: flex;
}

.div-block-16.faq {
  background-image: none;
}

.div-block-16.joincontainer {
  opacity: 1;
  background-image: url('../images/REM-gradient.png');
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 64px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-16.faq-copy {
  background-image: none;
  margin-top: 0;
}

.services {
  margin-top: 240px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.div-block-18 {
  border: 1px #000;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding: 24px 0;
  display: block;
}

.text-block-5 {
  text-align: left;
  font-family: Spline Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.div-block-19 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-20 {
  margin-left: 40px;
  display: flex;
}

.paragraph-3 {
  text-align: left;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-3.accordiontext {
  display: none;
}

.paragraph-3.accordiontext.visible {
  text-align: center;
  display: block;
}

.minusicon {
  display: none;
}

.div-block-21 {
  margin: 60px 0 0;
}

.text-block-6 {
  text-align: left;
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 20px;
  line-height: 28px;
}

.image-5 {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 48px;
}

.image-5.imageright {
  margin-left: 100px;
  margin-right: 0;
}

.image-5.tabletimage {
  vertical-align: baseline;
  display: none;
}

.animation {
  margin-top: 100px;
  margin-bottom: 100px;
}

.teamname {
  color: var(--white);
  font-family: Spline Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.teamrole {
  color: var(--gray);
  font-size: 18px;
  line-height: 26px;
}

.teamsocials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  flex: 1 0 0;
  justify-content: center;
  align-items: flex-start;
  max-width: 260px;
  display: flex;
}

.image-6 {
  width: 100%;
  margin-bottom: 24px;
}

.image-7, .image-8 {
  width: 24px;
  height: 24px;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-24.partners {
  justify-content: space-around;
}

.div-block-25 {
  margin-top: 250px;
}

.image-9 {
  flex: none;
  min-width: auto;
  max-width: 256px;
  min-height: auto;
}

.image-10, .image-11 {
  flex: none;
  max-width: 256px;
}

.image-11.netilogo {
  max-width: 145px;
  min-height: 32px;
}

.faqcontainer {
  width: 100%;
  margin-top: 40px;
}

.text-block-7 {
  text-align: left;
  width: 100%;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.flexcenter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flexleft {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.herocontainer {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 242px;
  display: flex;
}

.card {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.card.jointhelist {
  opacity: 1;
  mix-blend-mode: normal;
  padding-top: 40px;
  padding-bottom: 60px;
}

.card.cardinactive {
  border: 1px solid #501b1b;
  height: 100%;
  margin-top: 40px;
  padding-bottom: 24px;
  display: block;
}

.card.jointhelist {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #1c1c1fb3;
  border-radius: 24px;
  margin-top: 32px;
  margin-left: 0%;
  margin-right: 40px;
  padding: 40px;
  position: relative;
}

.card.jointhelist.bigmargintop {
  margin-top: 83px;
}

.card.jointhelist.smallmargin {
  margin-top: 32px;
}

.div-block-27 {
  opacity: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-7-center {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.cards {
  width: 100vw;
  margin-top: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.slide-nav-2 {
  display: none;
}

.cardslider {
  background-color: #0000;
}

.cardslide {
  width: 416px;
  margin-right: 0;
  padding-right: 0;
  overflow: visible;
}

.cardslide.firstcardslide {
  margin-left: 0;
}

.cardmask {
  width: 416px;
  overflow: visible;
}

.askthequestion {
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.askthequestionlink {
  color: var(--gray);
  text-decoration: underline;
}

.cardcontainer {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.cardprogress {
  background-color: var(--purple);
  width: 100%;
  height: 2px;
  color: var(--purple);
  margin-bottom: 0;
  position: relative;
}

.cardprogress.cardprogressactive {
  background-color: var(--purple);
  height: 2px;
  line-height: 2px;
}

.cardprogress.cardprogressinactive {
  background-color: var(--purple);
  color: var(--grayer);
  margin-bottom: 0;
}

.cardwrapper {
  flex-flow: column;
  height: 100%;
  margin-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.cardprogressdot {
  background-color: var(--purple);
  border: 1px #000;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -6px;
  left: -8px;
}

.cardprogressdot.cardprogressdotinactive {
  border: 4px solid var(--purple);
  background-color: var(--purple);
}

.left-arrow {
  z-index: 99;
  border: 2px solid var(--grayer);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  inset: -134px 50% auto auto;
}

.right-arrow-2 {
  z-index: 99;
  border: 2px solid var(--grayer);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  inset: -134px auto auto 50%;
}

.icon-4 {
  border: 2px none var(--grayer);
  border-radius: 12px;
  font-size: 18px;
}

.icon-5 {
  font-size: 16px;
}

.tokenomicscontainer {
  margin-top: 180px;
  margin-bottom: 140px;
}

.latestyoutubevideoswrapper {
  position: relative;
  overflow: hidden;
}

.serviceswrapper {
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.accordionwrapper {
  background-color: var(--gray-200);
  opacity: .8;
  filter: brightness(120%);
  -webkit-backdrop-filter: saturate(200%);
  backdrop-filter: saturate(200%);
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 10px 40px;
}

.meettheteam {
  margin-top: 240px;
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--white);
  flex: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-2 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 13px;
  padding-right: 13px;
}

.nav-link-3 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
}

.nav-link-3.roundedlink {
  border: 1px solid var(--grayer);
  border-radius: 12px;
  max-height: 48px;
  line-height: 6px;
}

.nav-link-3.roundedlink.launchpad {
  background-color: var(--violet);
  color: var(--gray-200);
  white-space: nowrap;
  margin-left: 10px;
  display: none;
}

.nav-link-3.roundedlink.whitepaperbutton {
  margin-left: 10px;
  display: block;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-2.containerwide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.image-12 {
  display: block;
}

.image-12.navigation-logo {
  width: 12rem;
}

.nav-menu {
  flex: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.background-video {
  height: 840px;
}

.background-video.about-us-background-video {
  z-index: 99;
  height: 550px;
}

.div-block-29 {
  display: block;
}

.div-block-30 {
  display: none;
}

.navspacer {
  display: block;
}

.ourproductbackground {
  background-image: url('../images/gradient-right.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1290px;
  height: 888px;
  position: absolute;
  top: 150px;
  right: 0;
  overflow: visible;
}

.servicesbackground {
  background-image: url('../images/gradient-left.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1290px;
  height: 888px;
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
  right: auto;
  overflow: visible;
}

.form-block-2 {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
}

.div-block-32 {
  display: flex;
}

.nav-link-6 {
  color: #f4f4f5;
  margin-left: 0;
  margin-right: 0;
  padding-left: 13px;
  padding-right: 13px;
}

.nav-link-5 {
  color: #f4f4f5;
  margin-left: 0;
  margin-right: 0;
}

.nav-link-5.roundedlink {
  border: 1px solid #71717a;
  border-radius: 12px;
  max-height: 48px;
  line-height: 6px;
}

.nav-link-5.roundedlink.launchpad {
  color: #161619;
  white-space: nowrap;
  background-color: #e5a5fd;
  margin-left: 10px;
  display: none;
}

.nav-link-5.roundedlink.whitepaperbutton {
  margin-left: 10px;
  display: none;
}

.div-block-33 {
  justify-content: center;
  display: flex;
}

.link-block-2 {
  color: #f4f4f5;
  text-decoration: none;
}

.text-block-8 {
  color: #71717a;
}

.div-block-34 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  margin-top: 87px;
  display: flex;
}

.footer-2 {
  margin-top: 48px;
  margin-bottom: 70px;
}

.card2 {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.card2.jointhelist {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #1c1c1f;
  border-radius: 24px;
  width: 50%;
  margin-top: 32px;
  margin-left: 0%;
  margin-right: 0;
  padding: 40px;
  position: relative;
}

.card2.jointhelist.width40 {
  width: 40%;
}

.card2.jointhelist.width60 {
  width: 60%;
}

.card2.jointhelist.width30 {
  width: 40%;
}

.card2.jointhelist.width70 {
  width: 70%;
}

.div-block-35 {
  margin-top: 0;
}

.div-block-36 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-36.marginleft {
  margin-left: 150px;
}

.div-block-36.marginright {
  margin-right: 150px;
}

.div-block-37 {
  justify-content: space-around;
  display: flex;
}

.paragraph2 {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph2.introparagraph {
  color: #d0d0d4;
  text-align: center;
  flex-flow: wrap-reverse;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.text-block-7-center-2 {
  color: #d0d0d4;
  text-align: center;
  justify-content: center;
  width: 50%;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.text-block-7-center-2.width100 {
  width: 100%;
}

.link-4 {
  color: #71717a;
  margin-left: 32px;
  text-decoration: none;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  order: 0;
  align-self: center;
  align-items: center;
  display: flex;
}

.form-2.form3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.form-2.form3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 55%;
}

.form-2.formbuttons {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  width: 100%;
}

.form-2.formbuy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card-copy {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.card-copy.jointhelist {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #1f1f22b3;
  border-radius: 24px;
  flex-flow: row;
  margin-top: 40px;
  margin-left: 0%;
  margin-right: 40px;
  padding: 40px;
  display: flex;
  position: relative;
}

.container-5 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  max-width: 1240px;
  height: auto;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.error-message-2 {
  color: #e5a5fd;
  background-color: #ffdede00;
}

.div-block-38 {
  border-top: 1px solid #71717a;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.subheading-2 {
  color: #f4f4f5;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 58px;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
}

.subheading-2.small {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  margin-top: 57px;
  font-size: 32px;
  line-height: 44px;
  display: flex;
}

.subheading-2.margintop {
  margin-top: 110px;
}

.image-14 {
  z-index: -2;
  transition: opacity;
  position: relative;
  inset: auto 0% 0%;
}

.titlesubpage {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.titlesubpage.introparagraph {
  color: #d0d0d4;
  text-align: center;
  flex-flow: wrap-reverse;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin: 10px 0 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: relative;
}

.header-link-block-2 {
  flex: none;
  text-decoration: none;
}

.header-link-block-2.w--current {
  order: -1;
  margin-top: 0;
  padding-top: 0;
  text-decoration: none;
}

.header-link-block-2.w--current:hover, .header-link-block-2.w--current:active, .header-link-block-2.w--current:focus, .header-link-block-2.w--current:visited {
  text-decoration: none;
}

.button-2 {
  color: #000;
  background-color: #e5a5fd;
  border-radius: 12px;
  margin-top: 40px;
  font-weight: 500;
}

.button-2.joinwaitlistbutton {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 295px;
  height: 52px;
  padding: 12px 20px;
  font-size: 16px;
}

.div-block-39 {
  opacity: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-2 {
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.success-message-2 {
  color: #e5a5fd;
  background-color: #ddd0;
}

.paragraph-4 {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-4.introparagraph {
  color: #d0d0d4;
  text-align: center;
  flex-flow: wrap-reverse;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.paragraph-4.introparagraph.paragraph-copy {
  justify-content: center;
}

.paragraph-4.introparagraph.paragraph-copy.padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-4.introparagraph.paragraph-copy.now {
  max-width: 0%;
}

.paragraph-4.introparagraph.nomargin {
  margin-top: 0;
}

.buttonpinkarrow {
  pointer-events: auto;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #e5a5fd;
  background-clip: border-box;
  border-radius: 12px;
  order: 0;
  height: 48px;
  margin-top: 0;
  padding: 12px 40px 12px 20px;
  font-size: 16px;
  font-weight: 500;
}

.buttonpinkarrow:hover {
  background-color: #b476e9;
}

.buttonpinkarrow.buttonpinkbigwidth {
  width: 178px;
}

.buttonpinkarrow.red {
  background-color: #ff5656;
}

.buttonpinkarrow.red:hover {
  background-color: #f66;
}

.div-block-42 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.image-15 {
  display: block;
}

.form-block-3 {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
  display: flex;
}

.button-small {
  color: #000;
  background-color: #e5a5fd;
  border-radius: 12px;
  font-weight: 500;
}

.button-small:hover {
  background-color: #b476e9;
}

.button-small.joinwaitlistbutton {
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: auto;
  height: 48px;
  padding: 12px 20px;
  font-size: 16px;
}

.subheading-3 {
  color: #f4f4f5;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px;
}

.subheading-3.subheadingleft {
  text-align: left;
}

.subheading-3.subheadingleft.bigsubheading {
  justify-content: center;
  min-height: 58px;
  margin-top: 40px;
  font-size: 50px;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-43._50 {
  align-items: center;
  width: 50%;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.div-block-44.margintop52 {
  width: 100%;
  margin-top: 52px;
}

.text-field-2 {
  color: #f4f4f5;
  background-color: #0000;
  border: 1px solid #52525b;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-2:hover, .text-field-2:focus {
  border-color: #e5a5fd;
  box-shadow: 0 0 0 3px #e5a5fd4d;
}

.link2-2 {
  color: #d0d0d4;
  text-decoration: none;
}

.paragraph-copy {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-copy.introparagraph {
  color: #d0d0d4;
  text-align: center;
  flex-flow: wrap-reverse;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.paragraph-copy.introparagraph.textsmall {
  font-size: 15px;
}

.text-block-9 {
  color: #71717a;
  text-align: left;
  min-width: 0;
  max-width: 343px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 22px;
  display: block;
  position: static;
  overflow: visible;
}

.text-block-9.longtextblock {
  max-width: 100%;
}

.text-block-9.minheight {
  color: #d1372f;
  -webkit-text-stroke-color: #d1372f;
  min-height: 22px;
  max-height: none;
}

.form-block-4 {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
  display: flex;
}

.form-block-4.formblock {
  margin-top: 20px;
}

.text-block-10 {
  color: #f4f4f5;
  text-align: left;
  justify-content: flex-start;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  display: flex;
}

.div-block-34-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 40px;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
}

.body-2 {
  background-color: #000;
}

.joinwaitlistbutton.button-2 {
  height: auto;
}

.joinwaitlistbutton.button-2:hover {
  background-color: #b476e9;
}

.image-16 {
  filter: grayscale();
  text-align: center;
  vertical-align: baseline;
  width: 16px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0 15px 0 auto;
}

.image-16.filterwhite {
  filter: invert();
  width: 15px;
  height: 14px;
}

.image-16.bigarrow {
  width: 20px;
  height: 20px;
  top: 0;
}

.div-block-45 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.buttonborder {
  float: none;
  background-color: #1c1c1f00;
  border: 1px solid #71717a;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 150px;
  height: 48px;
  margin-right: 8px;
  padding: 12px 35px 12px 20px;
  display: block;
}

.buttonborder:hover {
  background-color: #1c1c1f;
}

.buttonborder.pinkborder {
  border-color: #e5a5fd;
}

.buttonborder.pinkborder:hover {
  background-color: #b476e9;
}

.buttonborder.pinkborder.margintop {
  margin-top: 30px;
}

.div-block-46 {
  align-self: flex-start;
  position: relative;
}

.div-block-46.margintop {
  margin-top: 30px;
}

.div-block-47 {
  position: relative;
}

.body-3 {
  background-color: #000;
}

.body-4 {
  background-color: var(--black);
}

.button-big {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #e5a5fd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
  display: flex;
}

.button-big:hover {
  color: #000;
  -webkit-text-stroke-color: #fff;
  background-color: #b476e9;
}

.button-big.joinwaitlistbutton {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 295px;
  height: 52px;
  padding: 12px 20px;
  font-size: 16px;
}

.buttonwrapper {
  justify-content: space-around;
  margin-top: 150px;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.image-17 {
  z-index: 19;
  position: fixed;
  top: 3400px;
  left: 0;
}

.div-block-48 {
  position: relative;
}

.div-block-49 {
  position: absolute;
  bottom: 0;
  right: 0%;
}

.div-block-50 {
  position: relative;
}

.div-block-51 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.div-block-52 {
  position: absolute;
  top: 3450px;
}

.div-block-53 {
  position: absolute;
  top: 2450px;
  right: 0;
}

.checkbox {
  border-radius: 4px;
  width: 18px;
  height: 18px;
}

.div-block-53-copy {
  position: absolute;
  top: 2280px;
  right: 0;
}

.buttonpinkarrow-copy {
  pointer-events: auto;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #e5a5fd;
  background-clip: border-box;
  border-radius: 12px;
  order: 0;
  width: 100%;
  height: 48px;
  margin-top: 0;
  padding: 12px 50px 12px 30px;
  font-size: 16px;
  font-weight: 500;
}

.buttonpinkarrow-copy:hover {
  background-color: #b476e9;
}

.buttonpinkarrow-copy.buttonpinkbigwidth {
  width: 178px;
}

.buttonpinkarrow-copy.red {
  background-color: #ff5656;
}

.buttonpinkarrow-copy.red:hover {
  background-color: #f66;
}

.image-16-copy {
  filter: grayscale();
  text-align: center;
  vertical-align: baseline;
  width: 16px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0 30px 0 auto;
}

.image-16-copy.filterwhite {
  filter: invert();
  width: 15px;
  height: 14px;
}

.image-16-copy.bigarrow {
  width: 20px;
  height: 20px;
  top: 0;
}

.buttonpinkarrow-copy-copy {
  pointer-events: auto;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fda5a5;
  background-clip: border-box;
  border-radius: 12px;
  order: 0;
  height: 48px;
  margin-top: 0;
  padding: 12px 50px 12px 30px;
  font-size: 16px;
  font-weight: 500;
}

.buttonpinkarrow-copy-copy:hover {
  background-color: #b476e9;
}

.buttonpinkarrow-copy-copy.buttonpinkbigwidth {
  width: 178px;
}

.buttonpinkarrow-copy-copy.red {
  background-color: #ff5656;
}

.buttonpinkarrow-copy-copy.red:hover {
  background-color: #f66;
}

.div-block-44-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.div-block-44-copy.margintop52 {
  width: 100%;
  margin-top: 52px;
}

.text-field-2-copy {
  color: #f4f4f5;
  background-color: #0000;
  border: 1px solid #52525b;
  border-radius: 8px;
  width: 100%;
  max-width: none;
  height: 48px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-2-copy:hover, .text-field-2-copy:focus {
  border-color: #e5a5fd;
  box-shadow: 0 0 0 3px #e5a5fd4d;
}

.div-block-54 {
  background-color: var(--black);
}

.tokenomicscontainer-copy {
  margin-top: 0;
  margin-bottom: 140px;
}

.tokenomics {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container-copy {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  max-width: 1240px;
  height: auto;
  min-height: 100%;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container-copy.containerfixed {
  width: 1240px;
  max-width: none;
  min-height: auto;
}

.container-copy.shortcontainer {
  min-height: auto;
}

.tokeninfo-copy {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.card-buy-rem {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.card-buy-rem.jointhelist {
  opacity: 1;
  mix-blend-mode: normal;
  padding-top: 40px;
  padding-bottom: 60px;
}

.card-buy-rem.cardinactive {
  height: 100%;
  margin-top: 40px;
  padding-bottom: 24px;
  display: block;
}

.card-buy-rem.jointhelist {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #1c1c1fb3;
  border-radius: 24px;
  margin-top: 32px;
  margin-left: 0%;
  margin-right: 40px;
  padding: 40px;
  position: relative;
}

.card-buy-rem.jointhelist.bigmargintop {
  border: 2px solid #80309b;
  border-radius: 12px;
  max-width: 800px;
  margin-top: 83px;
  margin-bottom: 107px;
  margin-left: 40px;
  box-shadow: inset -1px 150px 300px -150px #80309b, 0 0 100px 7px #80309b;
}

.card-buy-rem.jointhelist.smallmargin {
  margin-top: 32px;
}

.div-block-55 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-55.margintop {
  margin-top: 24px;
}

.div-block-56 {
  background-color: #29292c;
  border-radius: 13px;
  margin-top: 35px;
}

.text-block-10-copy {
  color: #f4f4f5;
  text-align: left;
  justify-content: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  display: flex;
}

.div-block-56-copy {
  background-color: #29292c;
  border-radius: 13px;
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.div-block-56-copy.height {
  min-height: 48px;
}

.div-block-57 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttongrey {
  pointer-events: auto;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #e5a5fd;
  background-clip: border-box;
  border-radius: 12px;
  order: 0;
  width: 100%;
  height: 48px;
  margin-top: 0;
  padding: 12px 40px 12px 20px;
  font-size: 16px;
  font-weight: 500;
}

.buttongrey:hover {
  background-color: #b476e9;
}

.buttongrey.buttonpinkbigwidth {
  width: 178px;
}

.buttongrey.red {
  background-color: #ff5656;
}

.buttongrey.red:hover {
  background-color: #f66;
}

.buttons {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
  display: flex;
}

.buttonswrapper {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  display: flex;
}

.submit-button {
  background-color: #29292c;
  border-radius: 12px;
  width: 100%;
  padding: 20px 12px;
}

.submit-button.submitbuy {
  -webkit-text-stroke-width: 0px;
  font-size: 18px;
}

.submit-button.submitbuy.submit {
  width: 33%;
  margin-top: 27px;
  margin-bottom: 13px;
}

.div-block-58 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.div-block-59 {
  border: 1px solid #81309d;
  border-radius: 1px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-60 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  display: flex;
}

.div-block-61 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.buyrembutton {
  background-color: #29292c;
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  display: flex;
}

.buyrembutton.width350 {
  width: 350px;
}

.div-block-45-copy.width100 {
  border-radius: 12px;
  width: 100%;
}

.div-block-45-copy {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.clock-number-copy {
  width: 100%;
  min-height: 80px;
  color: var(--white);
  margin-left: 5px;
  font-family: Spline Sans, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 84px;
}

.box-copy, .box-small-vesting {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box-price-per-token {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.box-tge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.tokeninfo-data {
  justify-content: space-around;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.div-block-62 {
  width: 352px;
  height: 70px;
  margin-top: 39px;
}

.div-block-text {
  width: 100%;
  height: 40px;
  margin-top: 39px;
}

.amountinusdtfield {
  color: #f4f4f5;
  background-color: #0000;
  border: 1px solid #52525b;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.amountinusdtfield:hover, .amountinusdtfield:focus {
  border-color: #e5a5fd;
  box-shadow: 0 0 0 3px #e5a5fd4d;
}

.inputwrapperclaim {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.textbuttonamount {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.smallbutton {
  background-color: #29292c;
  border-radius: 12px;
  width: 100%;
  padding: 20px 12px;
}

.smallbutton.submitbuy {
  -webkit-text-stroke-width: 0px;
  font-size: 18px;
}

.smallbutton.submitbuy.submit {
  justify-content: center;
  align-items: center;
  width: 193px;
  height: 37px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.smallbutton.submitbuy.submit.pointer {
  cursor: pointer;
}

.container-copy-copy {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  max-width: 1240px;
  height: auto;
  min-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.container-copy-copy.containerfixed {
  width: 1240px;
  max-width: none;
  min-height: auto;
}

.container-copy-copy.shortcontainer {
  min-height: auto;
}

.header-2 {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.clock-number-copy {
  color: var(--white);
  margin-left: 5px;
  font-family: Spline Sans, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 84px;
}

.paragraph2-copy.introparagraph {
  color: #d0d0d4;
  text-align: center;
  flex-flow: wrap-reverse;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  min-height: 27px;
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.paragraph2-copy {
  max-width: none;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph2-copy.introparagraph {
  color: #d0d0d4;
  text-align: center;
  flex-flow: wrap-reverse;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.div-block-63 {
  display: flex;
}

.div-block-64 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.select {
  color: #f4f4f5;
  -webkit-text-stroke-color: #f4f4f5;
  background-color: #0000;
  border: 1px solid #52525b;
  border-radius: 8px;
  width: 60%;
  max-width: 343px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.select:hover, .select:focus {
  border-color: #e5a5fd;
  box-shadow: 0 0 0 3px #e5a5fd4d;
}

.select.selectbool {
  width: 100%;
  max-width: none;
}

.code-embed-2 {
  -webkit-text-stroke-color: var(--black);
}

.width40 {
  width: 42%;
}

.width70 {
  width: 58%;
}

.div-block-65 {
  justify-content: space-between;
  display: flex;
}

.div-block-66 {
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.text-block-11, .icon-7 {
  color: var(--white);
}

.locale {
  color: var(--white);
  padding: 10px;
}

.link-5 {
  color: var(--black);
}

.image-18 {
  width: 18px;
  color: var(--white);
  object-fit: contain;
  margin-right: 8px;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown {
  display: flex;
}

.locales-wrapper {
  display: block;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 24px;
  display: inline-block;
}

.image-19 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  display: inline-block;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rem-bg.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: content-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 0;
  display: none;
}

.div-block-68 {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.text-block-13 {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

.link-6 {
  color: var(--gray);
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}

.text-block-14, .icon-8 {
  color: var(--gray);
}

.dropdown-toggle-2 {
  display: flex;
}

.div-block-69 {
  display: none;
}

.div-block-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-20 {
  align-self: center;
  width: 24px;
  height: 24px;
}

.dropdown-link {
  text-align: left;
  flex: 1;
  padding-left: 0;
  display: block;
}

.div-block-71 {
  justify-content: center;
  width: 40px;
  display: flex;
}

.dropdown-list {
  width: 143.688px;
}

.dropdown-list.w--open {
  z-index: 1000;
  width: 160px;
  position: absolute;
}

.div-block-72 {
  border: 2px solid #6f027f;
  border-radius: 20px;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.text-block-15 {
  color: var(--white);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.div-block-73 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-74 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-75 {
  background-color: #ac1dff;
  border: 0 solid #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding: 15px 20px;
}

.text-block-16 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-size: 18px;
  font-style: normal;
}

.text-block-17 {
  text-align: center;
  font-family: Spline Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.div-block-76 {
  background-color: #626264;
  background-image: linear-gradient(#2e2e2e, #2e2e2e);
  border-radius: 20px;
  margin-top: 40px;
  padding: 40px;
}

.paragraph-5 {
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  column-count: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.text-block-18 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
}

.youtube-2 {
  border-radius: 18px;
}

.div-block-77 {
  border: 2px solid #b1b1b1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-78 {
  margin-top: 20px;
}

.text-block-19 {
  color: var(--violet);
  font-size: 16px;
  line-height: 14px;
}

.image-22 {
  margin-right: 10px;
}

.link-block-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-20 {
  color: var(--purple);
  text-align: left;
  margin-top: 10px;
  font-weight: 600;
}

.link-block-4 {
  display: flex;
}

.container-6 {
  background-image: radial-gradient(circle at 0 0, #09090a 26%, #8019c454 100%, #3b006399 100%, #09090a);
  justify-content: center;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.price-widget {
  z-index: 100;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.div-block-80 {
  z-index: 100;
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.button-3 {
  background-color: #8019c4;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
}

.button-3.animated-button {
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  text-transform: uppercase;
  transform-style: preserve-3d;
  border: 3px solid #ad78d0;
  border-radius: 12px;
}

.text-block-21 {
  text-align: center;
  z-index: 100;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
}

.div-block-81 {
  background-color: #00000080;
  border-right: 1px solid #00000080;
  border-radius: 14px;
  width: auto;
  max-width: 1100px;
  padding: 10px;
  display: flex;
}

.div-block-82 {
  border-right: 2px solid #373737;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.div-block-84 {
  border-right: 2px solid #373737;
  flex-flow: column;
  justify-content: center;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-22 {
  color: var(--white);
  font-family: Spline Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.div-block-85 {
  align-items: center;
  height: 40px;
  display: flex;
}

.text-block-23 {
  padding-left: 10px;
  font-family: Spline Sans, sans-serif;
}

.div-block-86 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.div-block-87 {
  justify-content: center;
  display: flex;
}

.text-block-24 {
  color: var(--white);
  font-family: Spline Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-25 {
  color: #aaa;
  font-family: Spline Sans, sans-serif;
  font-size: 16px;
}

.text-block-26 {
  font-family: Spline Sans, sans-serif;
}

.text-block-27 {
  color: var(--white);
  font-family: Spline Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.image-23 {
  width: 56px;
  height: 56px;
}

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.link-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  display: flex;
}

.text-block-28 {
  color: var(--white);
}

.div-block-89 {
  display: flex;
}

.div-block-90 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-24 {
  height: 48px;
  margin-bottom: -15px;
}

.link-block-6 {
  flex-flow: row;
  justify-content: center;
  height: 25px;
  display: flex;
}

.div-block-91 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-25 {
  border-radius: 25px;
  width: 100%;
}

.image-26 {
  border-radius: 25px;
  height: 100%;
  position: relative;
}

.div-block-94 {
  margin-top: 20px;
}

.image-27 {
  border-radius: 25px;
  height: 100%;
}

.mobile-hero-gallery, .div-block-96 {
  display: none;
}

.div-block-98 {
  width: 100%;
  max-width: 1340px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-98.animated-hero-background {
  background-color: #0000;
  margin-top: 140px;
  margin-bottom: 140px;
}

.text-block-30 {
  text-align: center;
  width: auto;
  margin-top: 4px;
  font-family: Spline Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-99 {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle at 50% 0, #09090a, #8019c433 0% 7%, #8019c438 20%, #8019c433 29%, #09090a 57% 84%), linear-gradient(#09090a, #09090a);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-101 {
  background-image: linear-gradient(#09090a 19%, #8019c400 29%, #8019c43d 40%, #8019c44d 63%, #09090a), linear-gradient(#09090a, #09090a);
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.button-4 {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 12px;
  padding: 20px 32px;
  font-size: 20px;
}

.div-block-103 {
  display: flex;
}

.text-block-31 {
  color: var(--white);
  font-family: Spline Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 6px;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--white);
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  display: inline-flex;
}

.div-block-104.pulse-button {
  margin-left: 20px;
}

.div-block-106 {
  z-index: 100;
}

.div-block-107 {
  z-index: 100;
  position: relative;
}

.text-block-32 {
  float: none;
  justify-content: center;
  font-family: Spline Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.div-block-108 {
  margin-top: 10px;
}

.div-block-109 {
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  margin-top: 0;
  padding: 4px 16px;
  display: inline-flex;
}

.div-block-110 {
  justify-content: center;
  display: flex;
}

.text-block-33 {
  margin-right: 10px;
  font-family: Spline Sans, sans-serif;
}

.text-block-33.copy-address {
  font-size: 12px;
}

.sdgsdga {
  cursor: pointer;
  width: auto;
  height: 16px;
  display: block;
}

.sdgsdga-copy {
  width: auto;
  height: 16px;
  display: none;
}

.text-block-34 {
  color: var(--violet);
  display: none;
}

.div-block-111 {
  border: 1px solid #b476e9;
  border-radius: 12px;
  padding: 40px 20px;
  display: block;
}

.text-block-35 {
  color: var(--gray);
  text-align: center;
  font-family: Spline Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.div-block-112 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.image-29 {
  max-width: 50%;
}

.link-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-width: 60px;
  max-width: 90px;
  display: flex;
}

.container-7 {
  margin-top: 100px;
}

.div-block-113 {
  margin-top: 40px;
}

.image-30 {
  height: 60px;
}

.div-block-114 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.image-31 {
  height: 60px;
}

.text-block-36 {
  margin-top: 40px;
  font-size: 20px;
}

.section_banner11 {
  background-color: #420368;
  height: auto;
}

.banner11_component {
  border-bottom-style: none;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  overflow: hidden;
}

.banner11_wrapper {
  width: 100%;
  display: flex;
}

.banner11_marquee {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.banner11_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner11_text-wrapper.hide-tablet {
  padding-left: 0;
  padding-right: 0;
}

.banner11_text {
  padding-left: 6px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.button-5 {
  padding: .75rem 1.5rem;
}

.button-5.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-5.is-navbar2-button.nav-button {
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, #c97fff, #a02cf1);
  border: 2px solid #f5d2fc;
  border-radius: 6px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 1px 2px #0003;
}

.button-5.is-navbar2-button.nav-button:hover {
  background-image: linear-gradient(90deg, #d09ef5, #b561f0);
}

.button-5.is-navbar2-button.nav-button.hide-on-desktop {
  display: none;
}

.button-5.is-navbar2-button.nav-button.hide {
  height: auto;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . Area"
  / .375fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_link {
  color: #fbf5ff;
  padding: .5rem 1rem;
  font-weight: 700;
  transition: all .2s;
}

.navbar2_link:hover {
  color: var(--purple);
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.main-navigation {
  z-index: 999;
  position: sticky;
  top: 0;
}

.button-6 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-6.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline.tag-text-2 {
  font-weight: 400;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-small.flex-center.relative {
  position: relative;
}

.margin-bottom.margin-small.flex-center.align-left {
  justify-content: center;
  align-items: flex-start;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall.tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #1e2239, #05060a);
  border: 1px solid #f5d2fc3d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 1rem;
  display: inline-flex;
}

.margin-bottom.margin-xsmall.tag-wrapper.tag-wrapper-2 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.margin-bottom.margin-xsmall.tag-wrapper.tag-wrapper-2.tag-wrapper-3 {
  background-image: linear-gradient(90deg, #222847, #1a102d);
}

.margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.text-size-medium.hero-paragraph {
  color: #fbf5ffcc;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-size-medium.hero-paragraph.list-properties-paragraph {
  margin-bottom: 40px;
}

.text-size-medium.hero-paragraph.list-properties-paragraph.text-center {
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}

.text-size-medium.hero-paragraph.list-properties-paragraph.text-center.rem-paragraph {
  width: 520px;
  margin-top: 0;
  margin-bottom: 2rem;
}

.text-size-medium.hero-paragraph.list-properties-paragraph.text-center.rem-paragraph.full-paragraph {
  width: 100%;
}

.text-size-medium.hero-paragraph.list-properties-paragraph.text-center.rem-paragraph.full-paragraph.left-paragraph {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.text-size-medium.hero-paragraph.list-properties-paragraph.text-center.rem-paragraph.full-paragraph.left-paragraph.list-paragraph {
  margin-bottom: .5rem;
}

.text-size-medium.hero-paragraph.list-properties-paragraph.text-center.rem-paragraph.full-paragraph.left-paragraph.list-paragraph.bullet-list {
  margin-bottom: .25rem;
}

.text-size-medium.hero-paragraph.list-properties-paragraph.text-center.item-paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.text-size-medium.hero-paragraph.list-properties-paragraph.text-center.item-paragraph.align-left {
  justify-content: flex-start;
  align-items: center;
}

.text-size-medium.hero-paragraph.list-properties-paragraph.text-center.item-paragraph.align-left.tokenize-item-paragraph {
  text-align: left;
  font-size: 1rem;
}

.text-size-medium.hero-paragraph.full-width-paragraph {
  font-size: 1.4rem;
}

.text-size-medium.black-text {
  color: var(--gray-200);
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium.text-80 {
  color: #fbf5ffcc;
}

.text-size-medium.text-80.margin-bottom-24 {
  margin-bottom: 24px;
}

.text-size-medium.text-80.margin-bottom-24.left {
  text-align: left;
}

.text-size-medium.text-white {
  color: #fff;
  font-weight: 700;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.hero-padding {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.padding-section-large.hero-padding.padding-top-4rem.about-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-section-large.hero-padding.padding-top-4rem.about-padding.no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-large.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-section-large.padding-80.no-padding-bottom {
  padding-bottom: 0;
}

.padding-section-large.padding-80.no-padding-bottom.padding-top-40 {
  padding-top: 40px;
}

.padding-section-large.no-padding-top {
  padding-top: 0;
}

.padding-section-large.padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.section_layout1.hero-section {
  background-image: url('../images/attachment.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.section_layout1.hero-section.about-section {
  background-image: url('../images/1_1.png');
  background-position: 0 0;
  background-size: auto;
}

.section_layout1.hero-section.about-section.background-black {
  background-color: #070707;
  background-image: none;
  background-size: auto;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.layout1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.hero-heading {
  margin-top: 24px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 3rem;
}

.heading-style-h2.hero-heading.whitepaper-heading {
  width: 700px;
}

.heading-style-h2.heading-2.margin-bottom-12 {
  margin-top: 10px;
  margin-bottom: 12px;
}

.heading-style-h2.heading-2.margin-bottom-12.team-heading {
  width: 622px;
  margin-bottom: 0;
}

.heading-style-h2.heading-2.margin-bottom-12._616-width {
  width: 616px;
}

.heading-style-h2.heading-2.margin-bottom-12._616-width.left-heading {
  text-align: left;
  width: 100%;
  font-size: 2rem;
}

.heading-style-h2.heading-2.margin-bottom-12._616-width.left-heading.h3 {
  width: 100%;
  font-size: 1.5rem;
}

.heading-style-h2.heading-2.margin-bottom-12.faq-heading {
  width: 360px;
}

.heading-style-h2.heading-2 {
  margin-top: 24px;
  margin-bottom: 40px;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-7 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.section_cta25 {
  position: relative;
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-align-center {
  text-align: center;
}

.text-align-center.flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container-3 {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 21px;
  overflow: hidden;
}

.main-container-3.margin-top-2rem {
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.brand-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-logo-slider-wrapper {
  flex: none;
  width: 100%;
  display: flex;
}

.client-logo-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.ticker-logo {
  flex: none;
  width: auto;
  height: 2em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.span-80 {
  color: #ffffffb3;
}

.span-80.left {
  text-align: left;
  font-size: 2rem;
}

.image-32 {
  z-index: 9;
  opacity: .63;
  position: absolute;
  inset: -13% auto 0%;
}

.relative-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-8 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-8.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-8.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.layout484_text {
  text-align: center;
  font-size: 43px;
  line-height: 1.2;
}

.section_layout484 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout484_split-text {
  display: none;
}

.layout484_component.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_header62 {
  background-image: url('../images/62.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.section_header62.background-color-black {
  background-image: none;
}

.testimonial20_slide {
  padding-right: 2rem;
}

.testimonial20_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.testimonial20_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial20_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--gray);
  background-color: var(--black);
  width: 3rem;
  height: 3rem;
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-next {
  display: flex;
  inset: auto 0% 0% auto;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.testimonial20_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.testimonial20_slider.slider-top-2rem {
  margin-top: 2rem;
}

.testimonial20_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial20_slide-nav.hide {
  display: none;
}

.testimonial20_rating-wrapper {
  display: flex;
}

.section_testimonial20 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.testimonial20_card {
  background-image: linear-gradient(#050711, #451863);
  border: 2px solid #f5d2fc3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 12px 12px 2rem;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.testimonial20_card:hover {
  background-image: linear-gradient(#050711, #864cac);
}

.testimonial20_card.card-2 {
  padding-top: 2rem;
  padding-bottom: 12px;
}

.testimonial20_card.margin-12 {
  padding-bottom: 12px;
}

.testimonial20_card.margin-12.item-2 {
  color: var(--gray);
  cursor: pointer;
  background-image: linear-gradient(#1c0b27 33%, #4518631a);
  text-decoration: none;
  transition: all .2s;
}

.testimonial20_card.margin-12.item-2:hover {
  background-image: linear-gradient(#53177a 33%, #4518631a);
}

.text-weight-semibold {
  font-weight: 600;
}

.image-33 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  width: 100%;
  margin-bottom: 24px;
}

.image-33.margin-top-24 {
  border-radius: 20px;
  margin-top: 24px;
  margin-bottom: 0;
}

.item-heading {
  margin-top: 12px;
  margin-bottom: 12px;
}

.item-heading.left {
  text-align: left;
}

.white-block {
  background-color: #fbf5ff;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-115 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.read-more-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-116 {
  padding-left: 12px;
}

.div-block-116.left-align {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.section_header62-2 {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  background-image: url('../images/63.png');
  background-size: auto;
  overflow: hidden;
}

.text-size-medium-3 {
  justify-content: flex-start;
  align-items: center;
  font-size: 1.125rem;
  display: flex;
}

.text-size-medium-3.hero-paragraph {
  color: #fbf5ffcc;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-size-medium-3.hero-paragraph.list-properties-paragraph {
  margin-bottom: 40px;
}

.text-size-medium-3.hero-paragraph.list-properties-paragraph.text-center {
  justify-content: center;
  align-items: center;
}

.text-size-medium-3.hero-paragraph.list-properties-paragraph.text-center.margin-bottom-24 {
  margin-top: 0;
  margin-bottom: 24px;
}

.div-block-117 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.link-block-8 {
  width: 24px;
  height: 24px;
}

.footer4_logo-link {
  padding-left: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer4_credit-text {
  font-size: .875rem;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer4_component {
  overflow: hidden;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.padding-vertical, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.divider-horizontal {
  background-color: #fbf5ff42;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.footer4_legal-link {
  color: #fbf5ff;
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link {
  color: #fbf5ff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.footer4_link:hover {
  color: var(--purple);
}

.div-block-118 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.link-block-9 {
  width: 24px;
  height: 24px;
}

.token-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-item-1 {
  background-image: linear-gradient(#050711, #451863);
  border: 1px solid #f5d2fc3d;
  border-radius: 20px;
  width: 334px;
  height: 246px;
  padding: 24px 2rem;
  transition: all .2s;
}

.grid-item-1:hover {
  background-color: #fff;
  background-image: linear-gradient(#050711, #803cad);
}

.grid-item-1.item-3 {
  background-image: linear-gradient(0deg, #050711, #451863);
  height: 208px;
}

.grid-item-1.item-2 {
  width: 464px;
  height: auto;
}

.grid-item-1.item-4 {
  width: 214px;
}

.grid-item-1.item-4.image-item-4 {
  justify-content: center;
  align-items: center;
  height: 167px;
  display: flex;
}

.grid-item-1.item-4.ai-grid {
  height: 262px;
}

.grid-item-1.item-304 {
  width: 100%;
  height: auto;
}

.grid-item-1.item-304.align-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-1-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-2, .grid-3-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-119 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.text-block-37 {
  margin-right: 10px;
  font-family: Spline Sans, sans-serif;
}

.text-block-37.copy-address {
  font-size: 12px;
}

.div-block-120 {
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  margin-top: 0;
  padding: 4px 16px;
  display: inline-flex;
}

.text-block-38 {
  color: #e5a5fd;
  display: none;
}

.team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.team-item {
  background-image: linear-gradient(#461964 45%, #050711);
  border: 1px solid #f5d2fc3d;
  border-radius: 12px;
  width: 264px;
  height: 168px;
  padding-top: 80px;
  padding-bottom: 12px;
  position: relative;
}

.social-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-grid;
}

.team-name {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 1.125rem;
  line-height: 1.1;
}

.team-position {
  padding-bottom: 8px;
  font-size: 14px;
}

.team-image {
  width: 162px;
  height: 162px;
  position: absolute;
  inset: -52% 46px auto auto;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.image-34 {
  z-index: 9;
  opacity: .63;
  position: absolute;
  inset: -13% auto 0%;
}

.layout484_text-2 {
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
}

.image-radius-20 {
  border-radius: 24px;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.tokenize-item-heading {
  text-align: left;
  font-size: 20px;
}

.div-block-121 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
  overflow: hidden;
}

.absolute-coin {
  position: absolute;
  inset: 23% -20% auto auto;
  transform: rotate(-28deg);
}

.button-9 {
  padding: .75rem 1.5rem;
}

.button-9.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-9.is-navbar2-button.nav-button {
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, #c97fff, #a02cf1);
  border: 2px solid #f5d2fc;
  border-radius: 6px;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 1px 2px #0003;
}

.button-9.is-navbar2-button.nav-button:hover {
  background-image: linear-gradient(90deg, #d09ef5, #b561f0);
}

.faq6_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_accordion {
  border: 2px solid #f5d2fc3d;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  box-shadow: 0 1px 2px #0003;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-answer {
  color: #fbf5ffb3;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.audit-logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-35 {
  width: 7rem;
}

.videos-grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-block-122 {
  border-radius: 24px;
}

.footer-image-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 350px;
  margin-bottom: 2rem;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.image-36 {
  pointer-events: auto;
}

@media screen and (min-width: 1280px) {
  .main-container-3.margin-top-2rem {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .navbar2_container {
    max-width: 90rem;
  }

  .main-container-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    height: auto;
    min-height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .fullbody {
    padding-right: 0;
  }

  .div-block-3 {
    font-size: 12px;
  }

  .plainheading.mainheading {
    margin-bottom: 20px;
    font-size: 64px;
    line-height: 72px;
  }

  .paragraph.introparagraph {
    max-width: 800px;
    margin-bottom: 40px;
  }

  .mainslogan {
    margin-top: 40px;
    margin-right: 0;
  }

  .image {
    min-width: 704px;
    max-width: 704px;
  }

  .button.joinwaitlistbutton {
    padding-right: 48px;
  }

  .text-block-4.badge {
    display: block;
  }

  .mask {
    width: 50%;
    margin-left: 25%;
  }

  .div-block-8.shadow-right {
    width: 90px;
  }

  .subheading {
    font-size: 44px;
  }

  .subheading.subheadingleft {
    font-size: 32px;
    line-height: 44px;
  }

  .subheading.subheadingleft.bigsubheading {
    font-size: 56px;
    line-height: 64px;
  }

  .div-block-16.joincontainer {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .div-block-19.accordiontitle {
    cursor: pointer;
  }

  .div-block-20.faqicon {
    flex: none;
    width: 24px;
    height: 24px;
  }

  .plusicon {
    flex: none;
    display: block;
  }

  .text-block-6 {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .image-5 {
    flex: 0 auto;
    display: block;
  }

  .image-5.desktopimage {
    display: none;
  }

  .image-5.tabletimage {
    margin-top: 40px;
    display: block;
  }

  .div-block-23 {
    max-width: 224px;
  }

  .div-block-24.partners {
    display: flex;
  }

  .image-9 {
    flex: 0 auto;
    align-self: auto;
    max-width: 180px;
  }

  .image-10, .image-11 {
    flex: 0 auto;
    max-width: 180px;
  }

  .image-11.netilogo {
    max-width: 130px;
  }

  .herocontainer {
    margin-bottom: 140px;
  }

  .left-arrow, .right-arrow-2 {
    top: -145px;
  }

  .herotextcontainer {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .meettheteam {
    margin-top: 220px;
  }

  .nav-link-2 {
    font-size: 36px;
  }

  .nav-link-3 {
    flex: 0 auto;
  }

  .nav-link-3.roundedlink {
    text-align: center;
    order: 99;
    align-self: center;
    width: 97%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link-3.roundedlink.launchpad {
    order: 98;
    align-self: auto;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 80px;
    padding-top: 20px;
    position: fixed;
    top: 80px;
    bottom: 0;
  }

  .menu-button {
    margin-left: auto;
    top: -10px;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    width: 14px;
    height: 20px;
    top: -10px;
  }

  .div-block-28 {
    flex: 0 1 0;
    display: block;
  }

  .div-block-29 {
    flex: 1;
  }

  .navspacer {
    flex: 1;
    display: block;
  }

  .div-block-31 {
    background-image: url('../images/x.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .closeicon {
    background-image: url('../images/x.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 14px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
  }

  .icon-6 {
    position: absolute;
  }

  .nav-link-6 {
    font-size: 36px;
  }

  .nav-link-5 {
    flex: 0 auto;
  }

  .nav-link-5.roundedlink {
    text-align: center;
    order: 99;
    align-self: center;
    width: 97%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-link-5.roundedlink.launchpad {
    order: 98;
    align-self: auto;
  }

  .paragraph2.introparagraph {
    max-width: 800px;
  }

  .container-5 {
    height: auto;
    min-height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .titlesubpage.introparagraph {
    max-width: 800px;
  }

  .button-2.joinwaitlistbutton {
    padding-right: 48px;
  }

  .nav-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 80px;
    padding-top: 20px;
    position: fixed;
    top: 80px;
    bottom: 0;
  }

  .paragraph-4.introparagraph {
    max-width: 800px;
  }

  .div-block-42 {
    font-size: 12px;
  }

  .button-small.joinwaitlistbutton {
    padding-right: 48px;
  }

  .subheading-3.subheadingleft {
    font-size: 32px;
    line-height: 44px;
  }

  .subheading-3.subheadingleft.bigsubheading {
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph-copy.introparagraph {
    max-width: 800px;
  }

  .div-block-45.width100 {
    width: 100%;
  }

  .button-big.joinwaitlistbutton {
    padding-right: 48px;
  }

  .container-copy {
    height: auto;
    min-height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .div-block-59 {
    margin-top: 38px;
    margin-bottom: 26px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .buyrembutton {
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-45-copy.width100 {
    width: 100%;
  }

  .container-copy-copy {
    height: auto;
    min-height: 100vh;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .paragraph2-copy.introparagraph {
    max-width: 800px;
  }

  .locales-wrapper {
    display: none;
  }

  .div-block-67 {
    align-items: flex-start;
  }

  .container-6 {
    max-width: 100vw;
  }

  .div-block-81 {
    flex-flow: column;
  }

  .div-block-84 {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
  }

  .text-block-22 {
    font-size: 24px;
  }

  .div-block-85 {
    height: auto;
  }

  .div-block-87 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding: 20px;
    display: grid;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .text-block-27 {
    font-size: 20px;
  }

  .div-block-89 {
    justify-content: center;
  }

  .text-block-29 {
    font-size: 12px;
  }

  .div-block-90 {
    flex-flow: column;
  }

  .image-24 {
    margin-bottom: 0;
  }

  .link-block-6 {
    height: 30px;
  }

  .div-block-92, .mobile-hero-gallery {
    display: block;
  }

  .div-block-97 {
    display: none;
  }

  .div-block-98.animated-hero-background {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-101 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-103 {
    display: none;
  }

  .div-block-105 {
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
  }

  .section_banner11 {
    height: auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .banner11_component {
    border-bottom-style: none;
    height: auto;
  }

  .banner11_wrapper {
    width: 100%;
  }

  .banner11_marquee {
    border-bottom: 1px #000;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .banner11_text-wrapper {
    text-align: center;
  }

  .banner11_text-wrapper.hide-tablet {
    flex-flow: row;
  }

  .banner11_text {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .button-5.is-navbar2-button.nav-button.hide-on-tablet {
    display: none;
  }

  .button-5.is-navbar2-button.nav-button.hide-on-desktop {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-5.is-navbar2-button.nav-button.hide {
    display: none;
  }

  .menu-icon2_line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

  .menu-icon2_line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium.hero-paragraph.list-properties-paragraph.text-center {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .layout1_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.padding-80.no-padding-bottom {
    padding-bottom: 0;
  }

  .padding-section-large.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .main-container-3 {
    width: 100%;
    min-width: 40px;
    max-width: 40rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-container-3.margin-top-2rem {
    min-width: 40rem;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-32 {
    top: -37%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .testimonial20_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial20_mask {
    width: 50%;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .grid-item-1 {
    width: 100%;
    height: auto;
  }

  .grid-item-1.item-2 {
    width: 100%;
  }

  .grid-item-1.item-4.image-item-4 {
    height: auto;
  }

  .grid-item-1.item-4.ai-grid {
    width: 100%;
    height: auto;
  }

  .grid-3-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-119 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .team-grid {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    grid-template-columns: 1fr;
  }

  .image-34 {
    top: -37%;
  }

  .list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .absolute-coin {
    width: 10%;
    top: -3%;
    right: -4%;
  }

  .button-9.is-navbar2-button.nav-button.hide-on-tablet {
    display: none;
  }

  .faq6_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .collection-list, .videos-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .clock-number {
    font-size: 56px;
    line-height: 64px;
  }

  .container {
    height: auto;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .fullbody {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    flex-flow: column;
    display: flex;
  }

  .div-block-2, .div-block-3 {
    flex-flow: column;
    align-items: flex-start;
  }

  .plainheading.mainheading {
    letter-spacing: -2px;
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph.introparagraph {
    font-size: 16px;
    line-height: 24px;
  }

  .link {
    margin-left: 0;
    margin-right: 32px;
  }

  .image {
    flex: none;
    align-self: center;
  }

  .gradient {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .link2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .form {
    flex-flow: column;
  }

  .text-field {
    width: 100%;
    margin-bottom: 20px;
  }

  .form-block {
    width: 100%;
  }

  .div-block-5 {
    order: -1;
    margin-bottom: 10px;
  }

  .image-2 {
    max-width: none;
    height: 600px;
  }

  .mask, .slider {
    position: static;
  }

  .headerslider {
    margin-left: -20px;
    margin-right: -20px;
    position: static;
  }

  .div-block-8, .div-block-8.shadow-right {
    width: 30px;
    height: 400px;
  }

  .video {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .subheading {
    font-size: 48px;
  }

  .subheading.subheadingleft.bigsubheading {
    font-size: 48px;
    line-height: 60px;
  }

  .subheading.small {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-12 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .youtube, .ourproduct {
    margin-top: 100px;
  }

  .div-block-16.joincontainer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services {
    margin-top: 140px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .text-block-6 {
    order: -1;
  }

  .image-5.imageright.tabletimage {
    margin-left: 0;
  }

  .image-5.tabletimage {
    align-self: center;
    margin-right: 0;
  }

  .animation {
    margin-top: 0;
  }

  .div-block-24 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .text-block-7 {
    font-size: 16px;
    line-height: 24px;
  }

  .cards {
    margin-top: 40px;
    padding-bottom: 100px;
  }

  .left-arrow, .right-arrow-2 {
    top: 320px;
  }

  .tokenomicscontainer {
    margin-top: 100px;
  }

  .serviceswrapper {
    padding-bottom: 100px;
  }

  .herotextcontainer {
    flex-flow: column;
  }

  .meettheteam {
    margin-top: 100px;
  }

  .background-video {
    height: 400px;
  }

  .form-block-2 {
    width: 100%;
  }

  .paragraph2.introparagraph {
    font-size: 16px;
    line-height: 24px;
  }

  .link-4 {
    margin-left: 0;
    margin-right: 32px;
  }

  .form-2 {
    flex-flow: column;
  }

  .container-5 {
    height: auto;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .div-block-38 {
    flex-flow: column;
    align-items: flex-start;
  }

  .subheading-2 {
    font-size: 48px;
  }

  .subheading-2.small {
    font-size: 24px;
    line-height: 32px;
  }

  .titlesubpage.introparagraph {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-41 {
    order: -1;
    margin-bottom: 10px;
  }

  .paragraph-4.introparagraph {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-42 {
    flex-flow: column;
    align-items: flex-start;
  }

  .form-block-3 {
    width: 100%;
  }

  .subheading-3 {
    font-size: 48px;
  }

  .subheading-3.subheadingleft.bigsubheading {
    font-size: 48px;
    line-height: 60px;
  }

  .text-field-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .link2-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .paragraph-copy.introparagraph {
    font-size: 16px;
    line-height: 24px;
  }

  .form-block-4 {
    width: 100%;
  }

  .text-block-10 {
    font-size: 24px;
    line-height: 32px;
  }

  .image-13 {
    max-width: none;
    height: 600px;
  }

  .text-field-2-copy {
    width: 100%;
    margin-bottom: 20px;
  }

  .tokenomicscontainer-copy {
    margin-top: 100px;
  }

  .container-copy {
    height: auto;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .text-block-10-copy {
    font-size: 24px;
    line-height: 32px;
  }

  .buttons, .buttonswrapper {
    width: 100%;
  }

  .amountinusdtfield {
    width: 100%;
    margin-bottom: 20px;
  }

  .container-copy-copy {
    height: auto;
    min-height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .clock-number-copy {
    font-size: 56px;
    line-height: 64px;
  }

  .paragraph2-copy.introparagraph {
    font-size: 16px;
    line-height: 24px;
  }

  .select {
    width: 100%;
    margin-bottom: 20px;
  }

  .dropdown-toggle-2 {
    border: 2px solid #fff;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: sticky;
  }

  .div-block-69 {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-98.animated-hero-background {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .banner11_component, .banner11_marquee {
    border-bottom-style: none;
    flex-flow: column;
  }

  .banner11_text-wrapper.hide-tablet {
    flex-flow: row;
  }

  .banner11_text {
    font-size: .9rem;
  }

  .button-5.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .button-5.is-navbar2-button.nav-button.hide {
    display: none;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.hero-paragraph {
    width: 220px;
  }

  .text-size-medium.hero-paragraph.list-properties-paragraph.text-center {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-size-medium.hero-paragraph.list-properties-paragraph.text-center.rem-paragraph {
    width: 100%;
  }

  .text-size-medium.hero-paragraph.list-properties-paragraph.text-center.no-margin-bottom {
    margin-bottom: 0;
  }

  .text-size-medium.hero-paragraph.full-width-paragraph {
    width: 100%;
  }

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

  .layout1_content.no-gap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .padding-section-large, .padding-section-large.hero-padding.padding-top-4rem {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.padding-80.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_layout1.hero-section {
    background-position: 70% 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global.padding-80.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h2.hero-heading.whitepaper-heading, .heading-style-h2.heading-2.margin-bottom-12._616-width {
    width: 100%;
  }

  .main-container-3.margin-top-2rem {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-logo-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .items {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: center;
  }

  .layout484_text {
    font-size: 36px;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .testimonial20_slide {
    padding-right: 1.5rem;
  }

  .testimonial20_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial20_mask {
    width: 80%;
  }

  .testimonial20_card {
    padding: 1.5rem;
  }

  .div-block-116 {
    padding-left: 0;
  }

  .div-block-116.left-align {
    padding-right: 0;
  }

  .text-size-medium-2, .text-size-medium-3 {
    font-size: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_credit-text {
    text-align: center;
    margin-top: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_legal-link {
    text-align: center;
  }

  .layout484_text-2 {
    font-size: 36px;
  }

  .button-9.is-navbar2-button {
    padding: .25rem 1rem;
  }

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

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .js-clock {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-content: space-between;
  }

  .box {
    width: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    font-size: 40px;
  }

  .clock-label {
    font-size: 12px;
  }

  .page-title {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
  }

  .div-block {
    max-width: 90%;
    font-size: 14px;
  }

  .container {
    height: auto;
    min-height: auto;
    overflow: visible;
  }

  .content {
    margin-bottom: 40px;
  }

  .plainheading.mainheading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 44px;
  }

  .paragraph.introparagraph {
    text-align: center;
    margin-bottom: 32px;
  }

  .mainslogan {
    margin-right: 0;
  }

  .gradient {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .form {
    flex-flow: column;
  }

  .text-field {
    margin-bottom: 20px;
  }

  .form-block {
    flex-flow: column;
    display: block;
  }

  .image-2 {
    text-align: center;
    max-width: none;
    height: 600px;
    min-height: auto;
  }

  .header-link-block {
    max-width: 220px;
  }

  .mask {
    width: 74%;
    margin-left: 13%;
  }

  .div-block-8 {
    height: 500px;
  }

  .div-block-8.shadow-right {
    height: 450px;
  }

  .video {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .subheading {
    font-size: 32px;
    line-height: 40px;
  }

  .subheading.subheadingleft.bigsubheading {
    width: 280px;
  }

  .div-block-16.joincontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-3.accordiontext.visible {
    font-size: 14px;
    line-height: 20px;
  }

  .card.jointhelist {
    margin-left: auto;
    margin-right: auto;
  }

  .cardslide.firstcardslide {
    width: 270px;
  }

  .nav-link-3.roundedlink.launchpad {
    display: none;
  }

  .nav-link-3.roundedlink.whitepaperbutton {
    padding: 30px 40px 40px;
    font-size: 24px;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .background-video {
    height: 200px;
  }

  .background-video.about-us-background-video {
    width: 100%;
    height: 350px;
  }

  .servicesbackground {
    left: 0;
    right: auto;
    overflow: visible;
  }

  .form-block-2 {
    flex-flow: column;
    display: block;
  }

  .form-2 {
    flex-flow: column;
  }

  .container-5 {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
  }

  .header-link-block-2 {
    max-width: 220px;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .form-block-3 {
    flex-flow: column;
    display: block;
  }

  .subheading-3.subheadingleft.bigsubheading {
    width: 280px;
  }

  .text-field-2 {
    margin-bottom: 20px;
  }

  .form-block-4 {
    flex-flow: column;
    display: block;
  }

  .image-13 {
    text-align: center;
    max-width: none;
    height: 600px;
    min-height: auto;
  }

  .text-field-2-copy {
    margin-bottom: 20px;
  }

  .container-copy {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
  }

  .tokeninfo-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-content: space-between;
  }

  .buttons, .buttonswrapper {
    flex-flow: column;
    display: block;
  }

  .box-copy, .box-small-vesting, .box-price-per-token, .box-tge {
    width: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tokeninfo-data {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-content: space-between;
  }

  .amountinusdtfield {
    margin-bottom: 20px;
  }

  .container-copy-copy {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
  }

  .clock-number-copy {
    font-size: 40px;
  }

  .select {
    margin-bottom: 20px;
  }

  .dropdown {
    font-size: 36px;
  }

  .text-block-12 {
    letter-spacing: 0;
    line-height: 36px;
  }

  .image-19 {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .div-block-67, .div-block-68 {
    display: block;
  }

  .text-block-15 {
    line-height: 36px;
  }

  .div-block-73 {
    display: block;
  }

  .image-21 {
    margin-top: 20px;
  }

  .text-block-17 {
    letter-spacing: 0;
    text-indent: 2px;
    font-size: 24px;
    line-height: 40px;
    overflow: visible;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-77 {
    width: 100%;
    min-width: 100%;
    margin-top: 20px;
    display: block;
  }

  .text-block-19 {
    margin-top: 10px;
    line-height: 20px;
  }

  .text-block-20 {
    text-align: center;
  }

  .container-6 {
    background-image: linear-gradient(#09090a 23%, #8019c4 50%, #09090a 79%);
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3.animated-button {
    border-radius: 8px;
  }

  .text-block-21 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-83 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-22 {
    font-size: 20px;
  }

  .div-block-87 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-27 {
    font-size: 18px;
  }

  .image-23 {
    width: 36px;
    height: 36px;
    line-height: 14px;
  }

  .div-block-88 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-89 {
    padding-top: 10px;
  }

  .div-block-90 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .link-block-6 {
    height: 20px;
  }

  .div-block-92 {
    display: block;
  }

  .div-block-93 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-25 {
    border-radius: 25px;
  }

  .image-26 {
    border-radius: 25px;
    height: 40vw;
  }

  .div-block-94 {
    margin-top: 8px;
  }

  .image-27 {
    border-radius: 25px;
    height: 40vw;
  }

  .mobile-hero-gallery {
    margin-bottom: 40px;
    display: block;
  }

  .div-block-96 {
    justify-content: center;
    display: none;
  }

  .div-block-97 {
    display: none;
  }

  .div-block-98.animated-hero-background {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-30 {
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-100 {
    background-image: linear-gradient(243deg, #09090a 21%, #8019c44a 36%, #8019c45c 50%, #09090a 61% 73%), linear-gradient(#09090a, #09090a);
    padding: 20px;
    overflow: hidden;
  }

  .div-block-101 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-103 {
    display: none;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .image-28 {
    width: 14px;
    height: 14px;
  }

  .div-block-109 {
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    max-width: 80%;
    display: inline-flex;
  }

  .div-block-110 {
    text-align: center;
    display: flex;
  }

  .text-block-33 {
    text-overflow: ellipsis;
    min-width: auto;
    max-width: 30%;
    overflow: hidden;
  }

  .sdgsdga {
    text-overflow: ellipsis;
  }

  .div-block-111 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-112 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: grid;
  }

  .link-block-7 {
    min-width: 50px;
    max-width: 70px;
  }

  .div-block-114 {
    flex-flow: column;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .banner11_text {
    font-size: .7rem;
    line-height: 1.3;
  }

  .button-5.is-navbar2-button.nav-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-5.is-navbar2-button.nav-button.hide-on-desktop {
    margin-top: .5rem;
  }

  .button-5.is-navbar2-button.nav-button.hide {
    display: none;
  }

  .text-style-tagline.tag-text {
    font-size: 12px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium.hero-paragraph {
    font-weight: 500;
  }

  .text-size-medium.hero-paragraph.list-properties-paragraph.text-center, .text-size-medium.hero-paragraph.full-width-paragraph {
    font-size: 1.125rem;
  }

  .layout1_content {
    grid-template-columns: 1fr;
  }

  .padding-section-large.hero-padding.padding-top-4rem.about-padding.no-padding-bottom.no-padding-top {
    padding-top: 0;
  }

  .section_layout1.hero-section {
    background-position: 67% 100%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_image-wrapper {
    display: none;
  }

  .layout1_image-wrapper.center.display, .layout1_image-wrapper.last.dispaly, .layout1_image-wrapper.dispaly {
    display: flex;
  }

  .heading-style-h2.heading-2.margin-bottom-12.team-heading.full-width, .heading-style-h2.heading-2.margin-bottom-12.faq-heading {
    width: 100%;
  }

  .heading-style-h2.heading-2 {
    font-size: 2rem;
  }

  .main-container-3.margin-top-2rem {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }

  .client-logo-slider-wrapper {
    width: auto;
  }

  .client-logo-slider {
    flex: none;
  }

  .items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .image-32 {
    width: 30%;
    top: -15%;
  }

  .layout484_text {
    font-size: 32px;
  }

  .testimonial20_mask {
    width: 95%;
  }

  .testimonial20_card {
    padding: 1rem;
  }

  .item-heading {
    font-size: 1.3rem;
  }

  .div-block-115 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-item-1.item-4.image-item-4 {
    width: 100%;
    height: auto;
  }

  .text-block-37 {
    text-overflow: ellipsis;
    min-width: auto;
    max-width: 30%;
    overflow: hidden;
  }

  .div-block-120 {
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    align-self: auto;
    max-width: 80%;
    display: inline-flex;
  }

  .image-34 {
    width: 30%;
    top: -15%;
  }

  .layout484_text-2 {
    font-size: 32px;
  }

  .list-grid {
    grid-template-columns: 1fr;
  }

  .absolute-coin {
    width: 20%;
    display: none;
    top: -29%;
  }

  .button-9.is-navbar2-button.nav-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .faq6_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .code-embed-3 {
    width: 350px;
  }
}

#w-node-_9360bc1a-17aa-303a-6ea2-8f5a1530962a-15309624 {
  justify-self: start;
}

#w-node-_9360bc1a-17aa-303a-6ea2-8f5a15309639-15309624 {
  justify-self: end;
}

#w-node-ed84297b-fb23-9546-4b4e-870772536aef-72536adc {
  justify-self: center;
}

#w-node-ed84297b-fb23-9546-4b4e-870772536afc-72536adc {
  justify-self: end;
}

#w-node-f8386bbf-f993-a3c3-0590-050a35000528-b15467bf {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9360bc1a-17aa-303a-6ea2-8f5a1530962a-15309624, #w-node-_9360bc1a-17aa-303a-6ea2-8f5a15309639-15309624 {
    justify-self: center;
  }

  #w-node-_607b1e8e-0eee-a64a-719a-f5bfaa322cb3-b15467bf, #w-node-fc7cf625-ea26-6c54-451d-f3322e94bca6-256c3ac9 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9360bc1a-17aa-303a-6ea2-8f5a15309649-15309624 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9360bc1a-17aa-303a-6ea2-8f5a1530962a-15309624 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Bold.otf') format('opentype'), url('../fonts/CabinetGrotesk-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabinetgrotesk';
  src: url('../fonts/CabinetGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}