.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #ebdcdc;
  cursor: default;
  background-color: #09031e;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3.157rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2.369rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.777rem;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.333em;
  font-weight: 300;
  line-height: 1.3;
}

h5 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h6 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 300;
}

a {
  color: #dd25ff;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 2;
}

img {
  max-width: 100%;
  border-radius: 10px;
  display: inline-block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1;
  display: block;
}

blockquote {
  border-left: 5px solid #dd25ff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  font-size: 1.5em;
  line-height: 1.3;
}

figure {
  margin: 20px auto;
}

figcaption {
  color: #ebdcdc;
  text-align: center;
  margin-top: 12px;
  font-size: .75rem;
}

.navbar {
  z-index: 1000;
  width: 100%;
  background-color: #1d0931;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.brand {
  padding-left: 0;
}

.navbar-wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link {
  color: #ebdcdc;
  padding: 20px;
  font-size: .8rem;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: #dd25ff;
  text-decoration: underline;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.button {
  filter: brightness();
  color: #1d0931;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1d0931;
  border-radius: 50px;
  padding: 16px 32px;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  background-color: #dd25ff;
  text-decoration: none;
  box-shadow: 0 0 #9733ee;
}

.section {
  width: 100%;
  background-color: #09031e;
  flex: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.footer {
  background-color: #000;
  border-top: 1px solid #1d0931;
  margin-top: auto;
  padding-top: 30px;
  padding-bottom: 60px;
}

.section._404 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.ribbon {
  background-color: #1d0931;
}

.section.no-bottom-padding {
  color: #fff;
  background-color: #1d0931;
  padding-top: 60px;
  padding-bottom: 40px;
}

.hero-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.play-icon {
  width: 45px;
  flex: none;
  position: absolute;
}

.hero-image-wrap {
  width: 100%;
  max-width: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._3-columns-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

._3-columns-grid.bottom-margin-80px {
  margin-bottom: 80px;
}

.card {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.card-icon {
  max-height: 120px;
  max-width: 120px;
  border-radius: 50%;
  flex: none;
}

.paragraph-smaller {
  font-size: .75rem;
}

.paragraph-smaller.max-35ch {
  max-width: 35ch;
}

.flex {
  display: flex;
}

.flex.vertical {
  flex-direction: column;
  align-items: center;
}

.absolute-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ratio-56-25 {
  width: 100%;
  border-radius: 10px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.no-top-margin {
  text-transform: none;
  margin-top: 0;
}

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

.footer-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px;
  font-size: .75rem;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}

.footer-link {
  color: #ebdcdc;
  margin-top: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link.auto-margin {
  margin-top: auto;
}

.subheading {
  max-width: 50ch;
  color: #fff;
  margin-bottom: 40px;
}

.subheading.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-wrap {
  width: 100%;
  margin-top: 60px;
}

.style-guide-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.label {
  color: #ebdcdc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .75rem;
}

.form-block {
  width: 100%;
}

.text-field {
  width: 100%;
  min-height: 44px;
  color: #09031e;
  background-color: #fff;
  border: 1px solid #09031e;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 12px 16px;
  transition: all .2s;
}

.text-field:hover, .text-field:focus {
  border-color: #dd25ff;
}

.text-field::-ms-input-placeholder {
  color: rgba(34, 34, 34, .65);
  font-size: .75rem;
}

.text-field::placeholder {
  color: rgba(34, 34, 34, .65);
  font-size: .75rem;
}

.text-field.text-area {
  min-height: 88px;
}

.text-field.in-newsletter {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.5;
  display: flex;
}

.checkbox {
  width: 16px;
  height: 16px;
  border-color: #dd25ff;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
}

.checkbox.w--redirected-checked {
  background-color: #dd25ff;
  border-color: #dd25ff;
}

.checkbox.w--redirected-focus {
  border-color: #dd25ff;
  box-shadow: 0 0 3px 1px #dd25ff;
}

.checkbox-label {
  margin-bottom: 0;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.5;
  display: flex;
}

.radio-button {
  width: 16px;
  height: 16px;
  border-color: #dd25ff;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
}

.radio-button.w--redirected-checked {
  border-color: #dd25ff;
}

.radio-button.w--redirected-focus {
  border-color: #dd25ff;
  box-shadow: 0 0 3px 1px #dd25ff;
}

.radio-button-label {
  margin-bottom: 0;
}

.select-field {
  width: 100%;
  min-height: 44px;
  background-color: #fff;
  border: 1px solid #09031e;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.select-field:hover, .select-field:focus {
  border: 1px solid #dd25ff;
}

.success-message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dd25ff;
  border-radius: 5px;
  padding: 20px;
}

.error-message {
  color: #dd25ff;
  background-color: rgba(221, 37, 255, .31);
  margin-top: 20px;
  padding: 12px 20px;
}

.footer-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-link {
  color: #dd25ff;
  flex: none;
  padding: 4px;
  font-size: .75rem;
  font-weight: 400;
  text-decoration: none;
}

.social-link:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.social-link.display-flex {
  align-items: center;
  display: flex;
}

.social-icon {
  width: 20px;
}

.social-icon.margin-right {
  margin-right: 4px;
}

.social-icon.bigger {
  width: 32px;
}

.newsletter-wrap {
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.newsletter-form {
  width: 100%;
  align-items: stretch;
  display: flex;
}

.newsletter-submit-button {
  background-color: #dd25ff;
  border: 1px solid #dd25ff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.newsletter-submit-button:hover {
  filter: brightness(150%);
}

.newsletter-form-block {
  width: 100%;
}

.social-links-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.social-links-wrap.in-footer {
  grid-row-gap: 4px;
  flex-direction: column;
  grid-auto-flow: row;
  margin-left: 0;
  margin-right: 0;
}

.social-links-wrap.in-cta-ribbon {
  align-content: center;
  justify-content: end;
  justify-items: end;
  margin-left: 0;
  margin-right: 0;
}

.font-align-center {
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}

.font-align-center.no-top-margin {
  color: #fff;
}

.black-box {
  width: 100%;
  background-color: #1d0931;
  border: 1px solid #dd25ff;
  border-radius: 20px;
  padding: 40px;
}

.black-box.with-roadmap {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.black-box-image {
  width: 100%;
  max-width: 45%;
  border-radius: 20px;
}

.black-box-content {
  width: 100%;
  max-width: 45%;
}

.absolute-lightbox-link {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.roadmap-wrap {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-avatar {
  width: 100%;
  max-width: 158px;
  flex: none;
}

.twitter-link-wrap {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.faq-wrap {
  width: 100%;
}

.faq-dropdown {
  width: 100%;
  color: #ebdcdc;
  border: 1px solid #9733ee;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.dropdown-toggle {
  width: 100%;
  min-height: 72px;
  white-space: normal;
  align-items: center;
  padding: 12px 60px 12px 30px;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-list-wrap {
  padding: 0 30px 12px;
}

.dropdown-icon {
  color: #fff;
}

.faq-title {
  margin-top: 0;
  margin-bottom: 0;
}

.content-box {
  width: 100%;
}

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

.hero-content-wrap {
  width: 100%;
  max-width: 75%;
  color: #1d0931;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.attributes-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.attribute-card {
  width: 100%;
  background-color: #2d0e4d;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.roadmap-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #dd25ff;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.roadmap-row.no-border {
  border-bottom-style: none;
}

.body {
  color: #ebdcdc;
}

.heading {
  color: #fff;
}

.heading-2, .heading-3 {
  font-weight: 700;
}

.paragraph {
  padding-top: 5px;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-menu {
    width: 100%;
    background-color: #1d0931;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 0 20px 40px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
  }

  .hero-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .hero-image-wrap {
    max-width: 100%;
  }

  ._3-columns-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .card {
    flex-direction: column;
  }

  ._2-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: start;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

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

  .lottie-animation {
    width: 100%;
    height: 100%;
  }

  .social-links-wrap {
    justify-content: center;
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .roadmap-wrap {
    margin-top: 40px;
  }

  .hero-content-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrap {
    flex-direction: column;
  }

  .hero-image-wrap {
    max-width: 100%;
  }

  ._3-columns-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .footer-links-wrap {
    margin-top: 20px;
  }

  .newsletter-wrap {
    margin-top: 40px;
  }

  .social-links-wrap.in-cta-ribbon {
    justify-content: center;
    justify-items: center;
  }

  .black-box {
    padding: 20px;
  }

  .black-box.with-roadmap {
    padding: 0 20px;
  }

  .black-box-contenter {
    flex-direction: column;
  }

  .black-box-image {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .black-box-content {
    max-width: 100%;
  }

  .hero-content-wrap {
    max-width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .no-margins.font-align-center-on-mobile {
    text-align: center;
  }

  .attributes-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .roadmap-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button {
    width: 100%;
  }

  .section.no-bottom-padding {
    padding-top: 60px;
  }

  .hero-wrap {
    grid-row-gap: 0px;
  }

  .hero-image-wrap {
    opacity: 1;
  }

  ._3-columns-grid {
    grid-row-gap: 20px;
  }

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

  .footer-links-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 50%;
    grid-auto-columns: auto;
    grid-auto-flow: row;
  }

  .social-links-wrap.in-footer {
    grid-auto-flow: column;
  }

  .black-box {
    padding: 20px;
  }

  .faq-dropdown {
    margin-bottom: 12px;
  }

  .dropdown-toggle, .dropdown-list-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-title {
    font-size: 1em;
  }

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

  .attributes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .attribute-card {
    padding: 12px;
  }

  .roadmap-row {
    grid-template-columns: .5fr .5fr;
    align-items: end;
  }
}

#w-node-_18096eac-96cc-1414-0ebb-fe8633391a2c-90b47cc7, #w-node-_0538dff5-41e1-f8a8-676f-b0c41eea4a3d-90b47cc7, #w-node-_7810b21f-b682-b8b5-3fca-be075abd31e7-90b47cc7 {
  align-self: center;
}

#w-node-_62f45666-f100-c4c0-0e7a-1bf387ca47da-90b47cc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7810b21f-b682-b8b5-3fca-be075abd31e7-90b47cc7, #w-node-_7810b21f-b682-b8b5-3fca-be075abd31ec-90b47cc7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_62f45666-f100-c4c0-0e7a-1bf387ca47da-90b47cc7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


