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

.body {
  background-color: #f9f9f9;
}

.nav-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  background-color: #f9f9f9;
}

.text-logo {
  height: auto;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  text-decoration: none;
}

.nav-js-clock-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-js-clock-container.hide {
  display: none;
}

.text-body {
  font-family: Questrial, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
}

.text-body.big {
  color: #000;
  font-size: 20px;
}

.text-body.tint-60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-body.white {
  color: #f9f9f9;
}

.section {
  position: relative;
  overflow: hidden;
  padding-right: 5vw;
  padding-left: 5vw;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.section.hero {
  padding-right: 0vw;
  padding-left: 0vw;
  border-bottom: 1px solid #000;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 61px;
  line-height: 1.3em;
  font-weight: 700;
}

.heading.gradient-1 {
  background-image: linear-gradient(45deg, #fa3333, #49e560 50%, #5ae9ff);
}

.heading.gradient-1.clipped {
  background-image: linear-gradient(45deg, #ff0062, #eeee2d 25%, #49e560 50%, #ab60f1 75%, #5ae9ff);
}

.spacer {
  width: 5px;
  height: 3px;
}

.spacer._20px {
  width: 20px;
  height: 20px;
}

.spacer.nav {
  display: none;
}

.spacer._5px {
  width: 8px;
  height: 5px;
}

.spacer._20px {
  width: 10px;
  height: 10px;
}

.text-social-icon {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 50px;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 100%;
  text-decoration: none;
}

.text-social-icon.white {
  color: #f9f9f9;
  font-size: 22px;
}

.cta-container {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Font awesome 5 brands 400', sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 100%;
  text-decoration: none;
}

.html-embed {
  display: block;
}

.swatch-bg-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.img-bg-swatch {
  position: absolute;
  z-index: -1;
  display: inline-block;
  width: 200px;
  clear: none;
}

.button-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #000;
  text-decoration: none;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.signup-form-container {
  width: 100%;
}

.button-signup-submit {
  width: auto;
  background-color: transparent;
  background-image: linear-gradient(45deg, #ff5a5a, #c318ff);
  color: #000;
  font-size: 22px;
}

.button-signup-submit.clipped {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-right: 15px;
  padding: 0px;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
}

.signup-form-field {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding: 8px 10px 7px;
  border: 1px solid #000;
  background-color: #f9f9f9;
  font-family: Questrial, sans-serif;
  font-size: 16px;
}

.signup-form-field:active {
  border-color: #000;
}

.signup-form-field:focus {
  border-color: #000;
}

.signup-form-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.signup-form-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.signup-form-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.signup-form-field::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  margin-bottom: 0px;
}

.mask-signup-form {
  position: absolute;
  left: auto;
  top: auto;
  right: 1px;
  bottom: auto;
  z-index: 1;
  width: 50px;
  height: 80%;
  background-color: #f9f9f9;
}

.success-message {
  background-color: transparent;
}

.error-message {
  margin-top: 0px;
  background-color: transparent;
}

.signup-text-container {
  margin-bottom: 15px;
}

.paragraph {
  max-width: 40rem;
  margin-top: 32px;
  font-family: Questrial, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.5em;
  text-align: center;
}

.paragraph.left-align {
  text-align: left;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2 {
  width: 100%;
  margin-top: 127px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-template-areas: ".";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.paragraph-2 {
  max-width: 60rem;
  margin-top: 32px;
  font-family: Questrial, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  text-align: left;
}

.img-bg-swatch-copy {
  position: static;
  z-index: -1;
  width: 200px;
  clear: none;
}

.img-bg-swatch-copy {
  position: absolute;
  z-index: -1;
  display: inline-block;
  width: 200px;
  clear: none;
}

.img-bg-swatch-copy {
  position: absolute;
  z-index: -1;
  display: inline-block;
  width: 200px;
  clear: none;
}

.image {
  width: 0px;
}

.locf-card {
  position: relative;
  width: 200px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.paragraph-3 {
  max-width: 60rem;
  margin-top: 32px;
  font-family: Questrial, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}

.paragraph-2-copy {
  max-width: 60rem;
  margin-top: 32px;
  font-family: Questrial, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  text-align: left;
}

.text-block {
  color: #999;
  font-weight: 700;
}

.roadmapdiv {
  max-width: 45rem;
  padding-top: 32px;
  padding-bottom: 32px;
}

.roadmap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 217px;
  margin-bottom: 217px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.footer-container {
  margin-top: 30px;
}

.footer-link {
  display: block;
  font-family: Questrial, sans-serif;
  color: #333;
  line-height: 25px;
  text-decoration: none;
}

.footer-text-sub-logo {
  margin-top: 9px;
  font-family: Questrial, sans-serif;
}

.footer-signoff-text {
  margin-top: 10px;
  font-family: Questrial, sans-serif;
  text-align: center;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.nav-link.w--current {
  color: #000;
  text-decoration: underline;
}

.nav-link-2 {
  font-family: Questrial, sans-serif;
  color: #000;
  font-size: 20px;
}

.nav-link-2.w--current {
  color: #000;
  text-decoration: underline;
}

.nav-link-3 {
  font-family: Questrial, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3.w--current {
  color: #000;
}

.div-block {
  height: 420px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block-2 {
  width: 4px;
  height: 0%;
  background-color: #ff3d3d;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  width: 64px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 26px;
  text-align: center;
}

.paragraph-4 {
  max-width: 36rem;
  margin-top: 22px;
  font-family: Questrial, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}

.paragraph-4.composite-description {
  margin-top: 40px;
}

.paragraph-4.left-align {
  color: #000;
  text-align: left;
}

.image-3 {
  width: 64px;
}

.image-4 {
  width: 64px;
}

.hero-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-4 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #000;
}

.div-block-3 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.button-social-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #000;
  text-decoration: none;
}

.button-social-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #000;
  text-decoration: none;
}

.social-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-body-copy {
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
}

.text-body-copy.big {
  color: #000;
  font-size: 20px;
}

.text-body-copy.tint-60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-body-copy.white {
  color: #f9f9f9;
}

.signup-form-field-copy {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding: 8px 10px 7px;
  border: 1px solid #fff;
  background-color: #000;
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 20px;
}

.signup-form-field-copy:active {
  border-color: #000;
}

.signup-form-field-copy:focus {
  border-color: #000;
}

.signup-form-field-copy::-webkit-input-placeholder {
  color: #fff;
}

.signup-form-field-copy:-ms-input-placeholder {
  color: #fff;
}

.signup-form-field-copy::-ms-input-placeholder {
  color: #fff;
}

.signup-form-field-copy::placeholder {
  color: #fff;
}

.div-block-4 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.mask-signup-form-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: 1px;
  bottom: auto;
  z-index: 1;
  width: 50px;
  height: 80%;
  background-color: #000;
}

.section-2 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-5 {
  margin-top: 48px;
  margin-bottom: 48px;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  width: 230px;
  height: 340px;
  border: 2px solid #000;
  border-radius: 0px;
}

.div-block-6 {
  height: 65%;
  border-bottom: 2px solid #000;
  background-color: #479234;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f9f9f9;
}

.text-block-3 {
  font-family: Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

.div-block-6-copy {
  height: 65%;
  border-bottom: 2px solid #000;
  background-color: #e56e24;
}

.div-block-6-copy-3 {
  height: 65%;
  border-bottom: 2px solid #000;
  background-color: #fff48c;
}

.text-block-4 {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.text-logo-copy {
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
}

.grid-6 {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.meetthecontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  position: relative;
  display: block;
  padding: 54px 51px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #f9f9f9;
  text-align: left;
}

.paragraph-2-copy {
  max-width: 60rem;
  margin-top: 32px;
  font-family: Questrial, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}

.text-span {
  background-image: linear-gradient(204deg, rgba(129, 228, 235, 0.35) 10%, #94ff0c 42%, rgba(245, 111, 200, 0.7) 84%, rgba(60, 118, 159, 0.6));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.image-5 {
  position: absolute;
  left: -43px;
  top: 138px;
}

.image-6 {
  position: absolute;
  left: 250px;
  bottom: 106px;
  z-index: -1;
}

._24-carrot {
  height: 65%;
  border-bottom: 2px solid #000;
  background-color: #e56e24;
}

.some-new-color {
  height: 65%;
  border-bottom: 2px solid #000;
  background-color: #be9379;
}

.my-3rd-class {
  height: 65%;
  border-bottom: 2px solid #000;
  background-color: #8b481e;
}

.div-block-6-copy-copy {
  height: 65%;
  border-bottom: 2px solid #000;
  background-color: #e56e24;
}

.a-smell-of-bakery {
  height: 65%;
  border-bottom: 2px solid #000;
  background-color: #f3e9d9;
}

.cryptone-grid {
  height: 65%;
  border-bottom: 2px solid #000;
  background-color: #e56e24;
}

.cryptone-grid._20000-leagues-under-the-sea {
  background-color: #191970;
}

.cryptone-grid.limoncello {
  background-color: #bfff00;
}

.cryptone-grid.hello-spring {
  background-color: #4d6;
}

.cryptone-grid.her-fierceness {
  background-color: #6f123c;
}

.cryptone-grid.hydra {
  background-color: #006995;
}

.cryptone-grid.souffl {
  background-color: #edd1a8;
}

.cryptone-grid.near-moon {
  background-color: #5ee7df;
}

.cryptone-grid.warm-corn {
  background-color: #fdd66f;
}

.cryptone-grid.ripe-pumpkin {
  background-color: #e66d35;
}

.cryptone-grid.devilish-diva {
  background-color: #ce7790;
}

.cryptone-grid.majesty {
  background-color: #ea1822;
}

.cryptone-grid.bath-bubbles {
  background-color: #e6f2ea;
}

.cryptone-grid.cathode-green {
  background-color: #0f5;
}

.cryptone-grid.kendall-rose {
  background-color: #f7cccd;
}

.cryptone-grid.duck-butter {
  background-color: #ddc75b;
}

.cryptone-grid.fading-night {
  background-color: #37c;
}

.cryptone-grid.palm-leaf {
  background-color: #36482f;
}

.cryptone-grid.blood-donor {
  background-color: #ea1822;
}

.cryptone-grid.differentcolorholo {
  background-color: #fca24e;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, red, #000);
}

.cryptone-grid._20000-leagues-under-the-sea-copy-gradient {
  background-color: #191970;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191970), to(#99886d));
  background-image: linear-gradient(180deg, #191970, #99886d);
}

.cryptone-grid.majesty {
  background-color: #5523c9;
}

.nav-menu {
  font-family: Exo, sans-serif;
}

.heading-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 61px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}

.heading-copy.gradient-1 {
  background-image: linear-gradient(45deg, #fa3333, #49e560 50%, #5ae9ff);
}

.heading-copy.gradient-1.clipped {
  background-image: linear-gradient(45deg, #ff0062, #eeee2d 25%, #49e560 50%, #ab60f1 75%, #5ae9ff);
}

.holo1c {
  position: absolute;
  width: 230px;
  height: 340px;
  border: 2px solid #000;
  border-radius: 0px;
}

.holo1c.card {
  left: 109px;
  top: 197px;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.holo2c {
  position: absolute;
  width: 230px;
  height: 340px;
  border: 2px solid #000;
  border-radius: 0px;
}

.holo2c.card {
  left: -78px;
  top: -124px;
}

.div-block-5-copy {
  width: 230px;
  height: 340px;
  border: 2px solid #000;
  border-radius: 0px;
}

.holo3c {
  position: absolute;
  width: 230px;
  height: 340px;
  border: 2px solid #000;
  border-radius: 0px;
}

.grid-njac {
  width: 100%;
  margin-top: 127px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-span-2 {
  font-style: italic;
}

.heading-copy-njac {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 61px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center;
}

.heading-copy-njac.gradient-1 {
  background-image: linear-gradient(45deg, #fa3333, #49e560 50%, #5ae9ff);
}

.heading-copy-njac.gradient-1.clipped {
  background-image: linear-gradient(45deg, #ff0062, #eeee2d 25%, #49e560 50%, #ab60f1 75%, #5ae9ff);
}

.paragraph-2-njac {
  max-width: 60rem;
  margin-top: 32px;
  font-family: Questrial, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}

.njac-cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-7 {
  width: 100%;
  justify-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5-copy {
  width: 230px;
  height: 340px;
  border: 2px solid #000;
  border-radius: 0px;
}

.aokskoaas {
  width: 230px;
  height: 340px;
  border: 2px solid #000;
  border-radius: 0px;
}

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

.grid-6-copy {
  position: absolute;
  width: 100%;
  height: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.image-7 {
  height: 20px;
}

.image-8 {
  height: 15px;
}

.composite-image {
  max-width: 200px;
}

.container-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.composite-container {
  margin-top: 20px;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #000;
  background-image: linear-gradient(135deg, #3400a3, #8b00f9);
}

.minting-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #000;
  background-color: #f9f9f9;
}

.minting-panel-top-container {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #000;
}

.minting-panel-bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .text-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-body.big {
    font-size: 20px;
  }

  .text-body.tint-60 {
    font-size: 20px;
  }

  .heading {
    font-size: 60px;
  }

  .spacer._20px {
    width: 15px;
    height: 15px;
  }

  .spacer._20px {
    width: 15px;
    height: 15px;
  }

  .text-social-icon {
    font-size: 30px;
  }

  .cta-container {
    bottom: 30px;
    font-size: 30px;
  }

  .swatch-bg-container {
    display: none;
  }

  .mask-signup-form {
    display: none;
  }

  .locf-card.locf-card-1 {
    display: none;
  }

  .locf-card.locf-card-3 {
    display: none;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 31px;
  }

  .text-body-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-body-copy.big {
    font-size: 20px;
  }

  .text-body-copy.tint-60 {
    font-size: 20px;
  }

  .mask-signup-form-copy {
    display: none;
  }

  .heading-copy {
    font-size: 60px;
  }

  .holo1c.card {
    top: 78px;
  }

  .holo2c.card.animated.charizard {
    display: none;
  }

  .heading-copy-njac {
    font-size: 60px;
  }

  .minting-panel {
    width: 310px;
    height: 370px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    position: fixed;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .text-body {
    font-size: 16px;
  }

  .text-body.big {
    font-size: 15px;
  }

  .text-body.tint-60 {
    font-size: 16px;
  }

  .hero-container {
    width: 100%;
    height: auto;
    margin-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    font-size: 50px;
  }

  .spacer._20px {
    height: 15px;
  }

  .spacer._20px {
    height: 15px;
  }

  .signup-form-field {
    font-size: 16px;
  }

  .navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .text-body-copy {
    font-size: 16px;
  }

  .text-body-copy.big {
    font-size: 15px;
  }

  .text-body-copy.tint-60 {
    font-size: 16px;
  }

  .signup-form-field-copy {
    font-size: 16px;
  }

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

  .heading-copy {
    font-size: 50px;
  }

  .heading-copy-njac {
    font-size: 50px;
  }

  .grid-7 {
    padding-top: 21px;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container-4 {
    text-align: left;
  }

  .aokskoaas {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0px;
  }

  .grid-6-copy {
    position: static;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-left {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 5vh;
  }

  .hero-right {
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .minting-panel {
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f9f9f9;
  }

  .nav-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-logo {
    font-size: 27px;
  }

  .text-body {
    font-size: 16px;
  }

  .text-body.white {
    font-size: 14px;
  }

  .section {
    position: static;
    padding-top: 0px;
  }

  .hero-container {
    height: auto;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 5vh;
  }

  .hero-container.extra-padding {
    padding-top: 150px;
  }

  .heading {
    font-size: 12vw;
    text-align: left;
  }

  .spacer._20px {
    width: 10px;
    height: 10px;
  }

  .spacer.nav {
    display: block;
    height: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .text-social-icon {
    font-size: 25px;
  }

  .text-social-icon.white {
    font-size: 18px;
  }

  .cta-container {
    bottom: 20px;
  }

  .signup-form-field {
    font-size: 14px;
  }

  .form-block {
    width: 100%;
  }

  .mask-signup-form {
    width: 50px;
  }

  .grid-2 {
    margin-top: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .roadmap-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10vh;
  }

  .nav-link {
    background-color: transparent;
  }

  .div-block {
    height: 200px;
  }

  .image-2 {
    margin-bottom: 20px;
  }

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

  .paragraph-4 {
    padding-left: 9px;
  }

  .image-3 {
    margin-bottom: 20px;
  }

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

  .hero-container-copy {
    height: auto;
    padding-bottom: 0vh;
  }

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

  .div-block-3 {
    width: 90%;
  }

  .button-social-copy {
    width: 50%;
  }

  .social-container-copy {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-body-copy {
    font-size: 16px;
  }

  .text-body-copy.white {
    font-size: 14px;
  }

  .signup-form-field-copy {
    font-size: 14px;
  }

  .div-block-4 {
    width: 90%;
    padding-bottom: 0px;
  }

  .mask-signup-form-copy {
    width: 50px;
  }

  .section-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-2 {
    overflow: hidden;
  }

  .grid-5 {
    overflow: scroll;
    width: 100%;
    margin-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: center;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-block-3 {
    color: #000;
  }

  .text-block-4 {
    color: #000;
  }

  .text-logo-copy {
    font-size: 27px;
  }

  .grid-6 {
    display: none;
  }

  .meetthecontainer {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .div-block-8 {
    padding-bottom: 5vh;
  }

  .nav-menu {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #f9f9f9;
  }

  .heading-copy {
    font-size: 12vw;
  }

  .holo1c.card {
    position: relative;
    left: 0px;
    top: 0px;
  }

  .grid-njac {
    margin-top: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-copy-njac {
    font-size: 12vw;
    text-align: center;
  }

  .njac-cont {
    padding-bottom: 0vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

  .right-column {
    margin-top: 20px;
    text-align: center;
  }

  .div-block-10 {
    margin-bottom: 50px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #000;
  }

  .hero-left {
    padding: 0px 20px 50px;
  }

  .hero-right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .minting-panel {
    width: 280px;
  }
}

#w-node-_8b64798c-37f0-facc-27fd-1369acb0899d-d9d0c0e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#js-clock.w-node-fa93650b-d874-efe8-2945-780d42ed307e-d9d0c0e5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#js-clock.w-node-e3eff994-c8fd-13d7-ca35-f032769700c8-d9d0c0e5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2446e10d-1b21-8411-ac84-5e13004b453f-d9d0c0e5 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_164d8703-c909-39c9-ddb4-4392fccdf8e1-d9d0c0e5 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_8aa78dfc-5cb6-1081-c028-a2616b86cdeb-d9d0c0e5 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6bbee18e-eab9-e9b1-24a3-020c7240845b-d9d0c0e5 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #js-clock.w-node-fa93650b-d874-efe8-2945-780d42ed307e-d9d0c0e5 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}