:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

@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 {
  background-color: #101018;
  font-family: Open Sans, sans-serif;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.heading {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.paragraph {
  color: #b2b2c2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.paragraph.v1-coming {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
}

.paragraph.power {
  color: #dfdfdf;
  font-size: 16px;
}

.image {
  align-self: center;
  margin-left: 60px;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 40%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  display: flex;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.button-wrapper.no-top-margin {
  text-align: center;
  margin-top: 1rem;
  margin-right: 0;
}

.button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #75faff;
  border: 1px solid #000;
  border-radius: 2.25rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem .875rem 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  transition: background-color .2s, color .2s, transform .2s;
}

.button:hover {
  color: #000;
  background-color: #75faff;
  border-color: #000;
  transform: translate(0, -3px);
}

.button.pulse {
  color: #fff;
  text-transform: capitalize;
  background-color: #9945ff;
  border-radius: .6rem;
  margin-bottom: 0;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button.pulse:hover {
  transform: scale(1.1);
}

.button.pulse.tg {
  text-transform: none;
  background-color: #29293d;
  border-radius: .6rem;
  width: 150px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.button.pulse.dapp {
  background-color: #9945ff;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
}

.button.pulse.long-button {
  text-transform: none;
  background-color: #29293d;
  border-radius: 6.4rem;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.button.pulse.presale {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  width: 150px;
  margin-left: 10px;
  text-decoration: none;
}

.button.pulse.audit {
  background-color: #1c8aaf;
  align-self: auto;
  width: 150px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.section-2 {
  margin-left: 220px;
}

.navbar_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.navbar_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.dapp {
  color: #fff;
  background-color: #854bff;
  padding: .5rem 1rem;
  transition: color .2s;
}

.dapp:hover {
  color: #fff;
  background-color: #854cfd;
  transform: scale(1.2);
}

.dapp.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar7_link {
  color: #cfcfcf;
  padding: .5rem 1rem;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s;
}

.navbar7_link:hover, .navbar7_link:focus, .navbar7_link.w--current {
  color: #fff;
}

.navbar7_link.w--current:hover {
  color: #8198ff;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_logo-link {
  width: 9.375rem;
}

.navbar_component {
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  backdrop-filter: blur(5px) saturate(180%);
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  border-bottom: 1px rgba(255, 255, 255, .3);
  align-items: center;
  height: 4.5rem;
  padding: 1rem 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  background-color: #29293d;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 250px;
  margin-top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  top: 29%;
  bottom: 0%;
  left: 2%;
  right: auto;
}

.image-3 {
  filter: invert();
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.image-4 {
  margin-left: 0;
  margin-right: 0;
}

.image-5 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-3 {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 34px;
}

.h3 {
  color: #a3a2b8;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cell {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.heading-3 {
  color: #fff;
  text-transform: none;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-4 {
  background-color: #6966ff;
  border: 1px solid #fff;
  border-radius: 12px;
  margin-top: 20px;
  font-weight: 300;
  text-decoration: none;
}

.container {
  background-color: #101018;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 100vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  overflow: visible;
}

.nav-link.dapp {
  color: #fff;
  margin-top: 10px;
}

.nav-link.dappp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #864bff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.nav-link.roadmap {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-link.roadmap.w--current {
  color: var(--white);
}

.nav-link.whitepaper, .nav-link.about {
  margin-left: 0;
  margin-right: 0;
}

.nav-link.about.w--current {
  color: #fff;
}

.nav-link.home.w--current {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #101018;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.div-block-5 {
  background-image: url('../images/imc-and-phone-hand.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 60%;
  height: 70%;
  padding: 0;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.dapp-link {
  color: #fff;
  background-color: #864bff;
  border-radius: 10px;
  padding: 10px;
  font-family: Satoshi, sans-serif;
}

.dapp-link:hover {
  transform: scale(1.2);
}

.dapp-link.dapp {
  color: #fff;
  margin-top: 10px;
}

.dapp-link.dappp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #864bff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-6._404 {
  justify-content: center;
  align-items: center;
}

.mobile {
  align-self: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: none;
}

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

.roadmap-new {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.paragraph-2 {
  color: #e0e0e0;
  text-align: left;
  width: auto;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.about-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 60px auto auto;
  padding: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  border-top-style: solid;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.heading-5 {
  color: #e6e6e6;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.paragraph-3 {
  color: #e7e7e7;
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-transform: none;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.div-block-8 {
  background-color: #7054fe;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.div-block-9 {
  background-color: #6217ff;
  border-radius: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  display: flex;
}

.heading-7, .x {
  color: #fff;
  font-size: 12px;
}

.v1 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  display: flex;
}

.quick-stack {
  background-color: #08080c;
  border-radius: 20px;
  width: 60%;
  margin-top: 20px;
  padding: 10px;
}

.div-block-10 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span {
  color: #e0e0e0;
}

.text-span-2 {
  color: #b2b2c2;
}

.container-2 {
  max-width: 80vw;
  margin-top: 78px;
}

.text-span-3 {
  color: #fff;
}

.div-block-11 {
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-6 {
  margin-left: 10px;
}

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

.container-3 {
  background-color: #101018;
  width: 100vw;
}

.div-block-13 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: auto;
  height: 70%;
  display: flex;
}

.div-block-15 {
  border: 1px #49ffee;
  border-top: 8px solid #49ffee;
  border-bottom-width: 5px;
  margin-top: 20px;
}

.div-block-16 {
  border-top: 1px #000;
  border-bottom: 5px #49ffee;
  border-left: 3px #49ffee;
  border-right: 1px #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-17 {
  border-bottom: 5px dashed #49ffee;
  border-left: 5px solid #49ffee;
  border-radius: 20px;
}

.left-inner-div {
  opacity: 1;
  outline-offset: 0px;
  border: 5px #49ffee;
  border-right: 3px dashed #49ffee;
  outline: 3px #333;
}

.heading-8 {
  color: #101018;
}

.div-block-18 {
  height: 200px;
}

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

.right-inner-div {
  opacity: 1;
  outline-offset: 0px;
  border: 5px #49ffee;
  border-right-width: 3px;
  outline: 3px #333;
}

.presale {
  background-color: #dd31ff;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-right: 10px;
  padding: 10px 28px;
  display: flex;
}

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

.link-block {
  text-align: center;
  background-color: #b14aed;
  border-radius: 9px;
  width: 150px;
  margin-right: 10px;
  text-decoration: none;
  transition: font-size .2s;
}

.link-block.audit {
  background-color: #1c8aaf;
}

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

.link {
  color: #75fdfc;
}

.link:hover {
  filter: brightness(126%);
}

.about-page-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 40px auto;
  display: flex;
}

.preale-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  margin: 40px auto;
  display: none;
}

.text-block {
  color: #fff;
}

.comm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-2 {
  color: #fff;
}

.dropdown {
  margin-left: 0;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3 {
  color: #fff;
  background-color: #101018;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.cell-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.div-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23 {
  width: 60%;
}

.try-sol-x {
  background-color: #7054fe;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 10px;
  padding: 10px;
  transition: background-color .2s, transform .2s, color .2s;
  display: flex;
}

.try-sol-x:hover {
  transform: scale(1.1);
}

.links {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.heading-10 {
  color: #fff;
  margin-top: 10px;
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: block;
}

.brand {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.try-sol-x-copy {
  background-color: #7054fe;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-left: 0;
  padding: 10px;
  transition: background-color .2s, transform .2s, color .2s;
  display: flex;
}

.try-sol-x-copy:hover {
  transform: scale(1.1);
}

.image-7 {
  margin-top: 20px;
}

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

.cell-5, .cell-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.image-8 {
  align-self: center;
}

.cell-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.heading-11 {
  color: #bebebe;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.cell-8, .cell-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.heading-top {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

.section-3 {
  height: auto;
}

.dropdown-list {
  background-color: #101018;
}

.container-4 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-12 {
  color: #b9b9b9;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-4 {
  color: #fff;
}

.link-2 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.heading-4-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.how-to-use {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  width: 70%;
}

.headline {
  color: #e0e0e0;
  text-align: left;
  align-self: flex-start;
  width: 80%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.headline.v1-coming {
  color: var(--white);
  margin-top: 10px;
  font-size: 14px;
}

.headline.power {
  font-size: 16px;
}

.cell-11 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-3 {
  grid-row-gap: 0px;
}

.div-block-3-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.moible-web {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  text-decoration: none;
}

.div-block-25 {
  width: 70%;
}

.navbar-2 {
  background-color: #101018;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #bebebe;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2.w--current {
  color: #bebebe;
}

.nav-link-2.w--current:hover {
  color: #fff;
}

.nav-link-2.rm.w--current {
  color: #bebebe;
}

.nav-link-2.rm.w--current:hover {
  color: #fff;
}

.container-6 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-2 {
  color: #bebebe;
}

.text-block-2:hover {
  color: #fff;
}

.dropdown-link-4 {
  color: #fff;
  background-color: #101018;
}

.icon-4 {
  color: #fff;
}

.try-sol-x-wide {
  background-color: #7054fe;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 315px;
  height: 40px;
  margin-left: 0;
  padding: 10px;
  transition: background-color .2s, transform .2s, color .2s;
  display: flex;
}

.try-sol-x-wide:hover {
  transform: scale(1.1);
}

.cell-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.youtube {
  width: 70%;
}

.cell-13 {
  justify-content: center;
  align-items: center;
}

.mobile-social-links {
  display: none;
}

.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;
}

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

.button-2 {
  background-color: #0787f8;
  border-radius: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.mobiel-links {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  display: none;
}

.quick-stack-main {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-top: 60px;
}

.div-block-28.icons {
  display: none;
}

.youtube-2 {
  width: 70%;
}

.how-to-use-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.how-to-use-copy.mobiel {
  display: none;
}

.cell-14 {
  justify-content: center;
  align-items: center;
}

.cell-15, .cell-16 {
  padding-left: 20px;
}

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

@media screen and (max-width: 991px) {
  .heading {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
  }

  .paragraph {
    align-self: center;
    margin-bottom: 0;
  }

  .div-block {
    align-self: center;
    width: 50%;
    margin-right: 0;
    padding-left: 0;
  }

  .navbar_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 5rem;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dapp, .navbar7_link {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 18px;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-2 {
    flex-flow: row;
    width: 300px;
    height: 70px;
    top: auto;
    bottom: 2%;
    left: 34%;
    right: 0%;
  }

  .div-block-3 {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    align-self: center;
  }

  .h3 {
    color: #b9b9b9;
    text-align: center;
    line-height: 22px;
  }

  .container {
    z-index: 99999;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .nav-link {
    text-align: center;
    background-color: #000;
  }

  .nav-link.dapp {
    color: #fff;
    background-color: #4e2ecc;
    width: 100px;
  }

  .nav-link.dappp {
    text-align: center;
    background-color: #854bff;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link.roadmap {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.whitepaper {
    background-color: #101018;
  }

  .icon {
    color: #fff;
  }

  .menu-button, .menu-button.w--open {
    background-color: #101018;
  }

  .nav-menu {
    text-align: center;
    background-color: #101018;
  }

  .div-block-5 {
    background-image: url('../images/phone3.png');
    background-position: 50%;
    align-self: center;
    width: 50%;
  }

  .navbar {
    z-index: 999999999;
    display: none;
    position: fixed;
  }

  .dapp-link {
    text-align: center;
    background-color: #000;
  }

  .dapp-link.dapp {
    color: #fff;
    background-color: #4e2ecc;
    width: 100px;
  }

  .dapp-link.dappp {
    text-align: center;
    background-color: #854bff;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-6 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-4 {
    display: none;
  }

  .about-page {
    padding: 15px;
  }

  .quick-stack {
    width: 80%;
  }

  .container-2 {
    max-width: 90%;
  }

  .div-block-13 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex: 0 auto;
    align-self: auto;
  }

  .div-block-14 {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .preale-page {
    width: 80%;
  }

  .comm {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .comm.w--open {
    padding-right: 20px;
  }

  .heading-9 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .div-block-23 {
    width: 80%;
  }

  .quick-stack-2 {
    width: 100%;
  }

  .container-5 {
    max-width: 100%;
    margin-left: auto;
  }

  .headline {
    align-self: center;
    margin-bottom: 10px;
  }

  .div-block-25 {
    width: 100%;
  }

  .navbar-2 {
    background-color: #101018;
  }

  .icon-3 {
    color: #fff;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
  }

  .nav-menu-2, .menu-button-2, .menu-button-2.w--open {
    background-color: #101018;
  }

  .dropdown-toggle {
    display: none;
  }

  .quick-stack-main {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph.v1-coming {
    margin-top: 60px;
    line-height: 26px;
  }

  .paragraph.power {
    align-self: auto;
  }

  .div-block {
    margin-right: 0;
    padding: 20px;
  }

  .button-wrapper.no-top-margin {
    margin-right: 0;
  }

  .navbar_component {
    height: 4rem;
  }

  .div-block-2 {
    z-index: 2147483647;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .h3 {
    text-align: center;
    align-self: center;
    line-height: 28px;
  }

  .div-block-5 {
    align-self: center;
    width: 70%;
    display: none;
  }

  .navbar {
    display: block;
  }

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

  .div-block-7 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .roadmap-new {
    display: none;
  }

  .heading-4 {
    display: block;
  }

  .quick-stack {
    width: 100%;
  }

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

  .div-block-14 {
    align-self: center;
  }

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

  .heading-top {
    text-decoration: none;
  }

  .how-to-use {
    margin-top: 40px;
  }

  .div-block-3-copy, .moible-web {
    flex-flow: row;
  }

  .quick-stack-4, .quick-stack-main, .logos-hor-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quick-stack-7 {
    grid-column-gap: 56px;
  }

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

  .link-block-12 {
    text-align: center;
    text-decoration: none;
  }

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

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    display: block;
  }

  .heading {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
  }

  .paragraph {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph.v1-coming {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .paragraph.v1-coming.text {
    color: #beb6b6;
    text-align: left;
    margin-left: 10px;
    font-size: 11px;
  }

  .paragraph.power {
    color: #d5d5db;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-wrapper.no-top-margin {
    margin-top: 0;
    margin-right: 0;
  }

  .button.pulse {
    width: 50%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.pulse.tg {
    border-style: none;
    width: 50%;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .button.pulse.long-button {
    display: none;
  }

  .button.pulse.presale {
    border-style: none;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .button.pulse.audit {
    display: none;
  }

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

  .image-4 {
    margin-top: 20px;
  }

  .div-block-3 {
    flex-flow: column;
    display: none;
  }

  .h3 {
    color: #999;
  }

  .menu-button {
    background-color: #101018;
  }

  .nav-menu {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

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

  .div-block-6 {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile {
    flex-flow: column;
    display: flex;
  }

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

  .heading-4 {
    font-size: 32px;
    display: block;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .about-page {
    margin-top: 0;
    padding: 20px;
  }

  .quick-stack {
    width: 80%;
  }

  .container-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-11 {
    align-self: center;
  }

  .image-6 {
    margin-left: 0;
  }

  .div-block-12 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .about-page-copy, .preale-page {
    padding: 20px;
  }

  .comm {
    display: none;
  }

  .dropdown {
    align-self: center;
  }

  .try-sol-x, .links {
    display: none;
  }

  .try-sol-x-copy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .try-sol-x-copy.bottom {
    width: 100%;
  }

  .cell-5, .cell-6, .cell-7, .cell-8, .cell-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-top {
    font-size: 18px;
    font-weight: 400;
    display: none;
  }

  .heading-12 {
    color: #cfcfcf;
  }

  .heading-4-copy {
    font-size: 32px;
    display: flex;
  }

  .how-to-use {
    margin-top: 40px;
    display: none;
  }

  .headline {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cell-11 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-3-copy {
    flex-flow: column;
  }

  .moible-web {
    flex-flow: column;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .image-9 {
    align-self: center;
  }

  .nav-link-2 {
    display: block;
  }

  .nav-link-2.rm {
    display: none;
  }

  .try-sol-x-wide {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-10 {
    align-self: center;
    margin-top: 20px;
  }

  .cell-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .text-span-4 {
    color: #d1d0d0;
    font-size: 14px;
  }

  .mobile-links {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .div-block-26 {
    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;
    margin-top: 20px;
    display: grid;
  }

  .mobile-social-links {
    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;
    margin-top: 40px;
    display: grid;
  }

  .link-block-11 {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .text-span-5 {
    color: #fff;
  }

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

  .mobiel-links {
    display: flex;
  }

  .quick-stack-5 {
    padding-top: 0;
  }

  .quick-stack-6 {
    padding-bottom: 0;
  }

  .div-block-28.icons {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto auto auto auto;
    margin-top: 20px;
  }

  .how-to-use-copy {
    margin-top: 40px;
    display: flex;
  }

  .how-to-use-copy.mobiel {
    display: flex;
  }

  .icons-mobile {
    margin-top: 20px;
  }

  .div-block-29 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#w-node-b8a25cdd-5094-0905-8014-0eca6301160e-35591635 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_6b4831b8-95a1-533b-22b6-0da1b0ec7020-35591635 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_09c798b4-8da5-15b9-18c3-933e0cbb9eac-35591635, #w-node-_09c798b4-8da5-15b9-18c3-933e0cbb9eb1-35591635, #w-node-_09c798b4-8da5-15b9-18c3-933e0cbb9eb6-35591635, #w-node-_09c798b4-8da5-15b9-18c3-933e0cbb9ebb-35591635, #w-node-_09c798b4-8da5-15b9-18c3-933e0cbb9ec0-35591635, #w-node-_4e8755a8-6cbf-5d12-924b-d9ca18ac6207-35591635, #w-node-_6adc43ca-63dc-c9e4-18a5-16cba0fb124a-35591635, #w-node-_16434e6f-c6b5-f454-3610-6a1a7e0306f5-35591635 {
  align-self: center;
  justify-self: center;
}

#w-node-_12920b74-0e94-57b3-e2bb-a7cbdae341cd-35591635, #w-node-f43e5bbe-d611-0c6a-2914-7925135d9c93-35591635 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c7110696-99e3-232c-d4ec-df18418ac312-35591635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5f2b745-f5bd-3dc4-6b67-e844be8da93e-35591635 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e154a162-0781-14a9-fc28-e5be12af6705-35591635, #w-node-b78defe8-bf0a-af9e-a510-a47ba18294db-35591635 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_6b4831b8-95a1-533b-22b6-0da1b0ec7020-35591635 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6b4831b8-95a1-533b-22b6-0da1b0ec7020-35591635 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8a25cdd-5094-0905-8014-0eca6301160e-35591635 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6b4831b8-95a1-533b-22b6-0da1b0ec7020-35591635 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr 1fr 1fr;
    display: none;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Grifter';
  src: url('../fonts/grifterbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calipso';
  src: url('../fonts/Calipso-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}