:root {
  --white: white;
  --cornflower-blue: #6280eb;
  --black: black;
  --orange: #f90;
  --silver: #b8b8b8;
  --spring-green: #52ff91;
  --black-2: #303030;
  --dark-gray: #111;
  --medium-sea-green: #62c586;
  --transp-gray: #30303080;
  --cornflower-blue-2: #6280eb33;
  --silver-transp: #b8b8b899;
}

h2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5em;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: var(--cornflower-blue);
  text-decoration: underline;
}

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

.nav {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 83.33px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.top-banner {
  background-color: var(--cornflower-blue);
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  margin-bottom: 0;
  padding: 15px 10vw;
  display: flex;
}

.top-banner:hover {
  background-image: linear-gradient(to bottom, var(--orange) 22%, #ff4b1d);
}

.banner-text {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 12.5px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 500;
}

.div-block {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.image {
  flex: none;
  height: 15px;
}

.image.l {
  height: 21px;
}

.link-block-banner {
  background-color: var(--black);
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}

.navbar-links {
  background-color: var(--black);
  justify-content: space-between;
  align-items: center;
  height: 83.33px;
  padding: 12.5px 10vw;
  display: flex;
}

.logo {
  height: 30px;
}

.nav-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header {
  z-index: 100;
}

.image-wrapper-link {
  border-radius: 1rem;
  align-items: flex-start;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.mobile-menu {
  z-index: 100;
  display: none;
}

.button {
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  color: #f4f2ed;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: .5rem;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #fff;
  background-color: #ffffff12;
  border-color: #ffffff80;
}

.button.primary {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #1a1a1a;
  background-color: #ff9500;
  border-width: 1px;
  border-color: #0000;
}

.button.primary:hover {
  background-color: #ad9d49;
}

.navbar {
  z-index: 1000;
}

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

.navbar-menu-item-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #f4f2ed;
  background-color: #ffffff0d;
  border-radius: .5rem;
  align-items: center;
  padding: 1rem 1.25rem;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  position: relative;
}

.navbar-menu-item-link:hover {
  background-color: #ffffff1a;
}

.button-inner {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f4f2ed;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.mobile-menu-nav-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.navlenk-text {
  color: var(--silver);
  margin-left: 12.5px;
  margin-right: 12.5px;
  padding: 12.5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.navlenk-text.main {
  background-color: var(--spring-green);
  color: var(--black);
  border-radius: 8px;
  font-weight: 900;
  transition: all .1s;
}

.navlenk-text.main:hover {
  transform: scale(1.02);
}

.navlenk-text.main.w--current {
  background-color: var(--spring-green);
  opacity: .5;
}

.navlenk-text.main.grayed {
  opacity: .33;
  cursor: wait;
  margin-right: 12.5px;
}

.navlenk-text.full {
  background-color: var(--spring-green);
  width: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 8px;
  flex: 0 auto;
  margin-top: 12.5px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 900;
}

.sec {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 25px 10vw;
  display: flex;
}

.sec.faq {
  display: block;
}

.h1 {
  color: #f90;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  line-height: 1em;
}

.h1.j-c {
  text-align: center;
  font-size: 3.5em;
}

.h2 {
  color: #f90;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
}

.h2.j-c {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
}

.h2.j-c.blue {
  color: var(--cornflower-blue);
  font-weight: 400;
}

.h2.white {
  max-width: 420px;
}

.div-block-3 {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.nav-header {
  color: var(--silver);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.nav-header._2 {
  display: none;
}

.textlink, .textlink:hover {
  color: var(--orange);
  text-decoration: underline;
}

.collection-div {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  padding: 25px 10vw;
  display: block;
}

.ordinal-link-feed {
  border-radius: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.ordinal-div-copy-feed {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding-top: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.feed {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  display: flex;
}

.issue-numh6 {
  background-color: var(--black);
  width: 100%;
  color: var(--silver);
  letter-spacing: 1px;
  object-fit: fill;
  border-radius: 0;
  flex: 1;
  padding: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  overflow: hidden;
}

.image-feed {
  object-fit: cover;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 0;
  border-radius: 8px 8px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: 10vw;
  max-height: 10vw;
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0%;
  display: flex;
  overflow: hidden;
}

.image-feed.textfile-feed {
  background-color: var(--dark-gray);
  object-fit: cover;
  background-image: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 18vw;
  min-height: 10vw;
  max-height: 18vw;
  padding-left: 1vw;
  padding-right: 1vw;
}

.feed-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--black-2);
  background-color: var(--black);
  border-radius: 1px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 12.5vw;
  height: 100%;
  margin: 10px .5%;
  padding: 0;
  transition: all .1s;
  display: inline-block;
  position: static;
  overflow: hidden;
}

.feed-item.live {
  border-color: var(--medium-sea-green);
}

.ordinal-prev-text-feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: -4px;
  padding-bottom: 10px;
  display: flex;
  overflow: visible;
}

.feed-list {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.insc-num {
  color: var(--silver);
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  flex: 0 auto;
  padding: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .8333em;
  line-height: 1em;
  overflow: hidden;
}

.ordlenk {
  background-color: var(--black-2);
  width: 100%;
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .8333em;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.ordlenk._2 {
  background-color: var(--cornflower-blue);
  color: var(--white);
}

.pricetext {
  opacity: 1;
  color: #f90;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .8333em;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
}

.pricetext.blue {
  color: var(--cornflower-blue);
}

.pricetext.blue.live {
  color: var(--medium-sea-green);
}

.h6 {
  color: var(--silver);
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-right: 12.5px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
}

.h6.center {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}

.sticky-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
}

.rich-text-block {
  color: var(--silver);
  font-family: IBM Plex Sans, sans-serif;
}

.sticky-col {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: block;
  position: sticky;
  top: 100px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  color: var(--white);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.accordion-heading:focus-visible, .accordion-heading[data-wf-focus-visible] {
  color: var(--white);
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: var(--transp-gray);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion-item-trigger:active {
  color: var(--white);
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  flex: none;
  width: 24px;
  margin-left: 12.5px;
  font-size: 32px;
  line-height: 30px;
}

.icon.l {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.p {
  max-width: 420px;
  color: var(--silver);
  letter-spacing: 2px;
  margin-top: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.05em;
  line-height: 1.5em;
}

.p.j-c {
  text-align: center;
  max-width: 700px;
}

.p.inline {
  display: inline;
}

.p.orange {
  max-width: 420px;
  color: var(--orange);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.05em;
  line-height: 1.2em;
}

.p.orange.center, .p.orange.c {
  text-align: center;
}

.p.center {
  text-align: center;
  max-width: 420px;
  margin-top: 10px;
}

.p.center.qty {
  background-color: var(--black-2);
  border-radius: 8px;
  margin-top: 20px;
  padding: 8px 12.5px;
}

.p.white.center {
  margin-bottom: 20px;
}

.p.price {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 2em;
  font-weight: 600;
}

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

.white {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
}

.ms_footer_social {
  float: right;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.social {
  text-align: left;
  padding-top: 26px;
}

.social.ms_social {
  flex: none;
  align-self: flex-end;
  height: 100%;
  padding-top: 0;
}

.social-icon {
  width: auto;
  margin-left: -1px;
  margin-right: 15px;
  line-height: 1em;
  display: inline-block;
}

.social-icon.ms_social_icon {
  margin-left: 10px;
  margin-right: 0;
}

.ms_footer {
  z-index: 1000;
  background-color: #000;
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/GENESIS-BOX-typemark.svg');
  background-position: 0 0, 50% 98%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 95vw;
  width: 100vw;
  margin-top: 40px;
  padding: 80px 0 50px;
  position: relative;
}

.ms_footer_links {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 29px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 10px;
  line-height: 2.2em;
  display: flex;
}

.ms_footer_link {
  color: var(--silver);
  letter-spacing: .15rem;
  font-size: 12px;
  line-height: 2.3em;
  text-decoration: none;
}

.ms_footer_link:hover {
  color: var(--white);
}

.container {
  flex: 0 auto;
  max-width: 1150px;
  margin-top: 102px;
  display: block;
}

.container.ms_container_footer {
  margin-top: 0;
}

.footer-link-holder {
  flex: 1;
}

.footer-link-holder.right {
  color: var(--silver);
  text-align: left;
}

.inline-block {
  border: 2px solid #0000;
  width: 36px;
  height: 36px;
  display: inline-block;
}

.inline-block._2 {
  width: 24px;
}

.footer-bm-logo {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 150px;
  display: block;
}

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

.h5 {
  color: var(--silver);
  text-align: center;
  margin-bottom: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.h3 {
  color: var(--cornflower-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
}

.h3.whale {
  padding: 12.5px;
}

.rich-text-block-2 {
  color: var(--silver);
}

.h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.h4.blue {
  color: var(--cornflower-blue);
}

.h4.j-c {
  text-align: center;
}

.whale-deal {
  border: 1.5px solid var(--cornflower-blue);
  background-color: var(--cornflower-blue-2);
  border-radius: 8px;
  align-items: center;
  padding: 12.5px;
  display: none;
}

.emoji-l {
  margin-left: 12.5px;
  margin-right: 12.5px;
  font-size: 3em;
  line-height: 2em;
}

.sec-cols {
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.sec-cols.whale-deal {
  border-width: 1.5px;
  padding: 25px;
  display: none;
}

.button-1 {
  text-align: center;
  border-radius: 8px;
  width: 100%;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  padding: 12.5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2em;
}

.button-1.wallet {
  background-color: #12151e;
  border: 1.5px solid #b8b8b833;
  align-items: center;
  transition: all .1s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-1.wallet:hover {
  transform: scale(1.005);
}

.button-1.wallet.sparrow {
  background-color: var(--white);
  align-items: center;
  transition: all .2s;
}

.button-1.wallet.sparrow:hover {
  transform: scale(1.01);
}

._100w {
  width: 100%;
  text-decoration: none;
}

.image-3 {
  flex: 0 auto;
}

.text-block {
  color: var(--black-2);
  flex: 1;
}

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

._100img {
  width: 100%;
}

.loader-div {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.logo-div {
  width: 12.5vw;
  margin-top: 25px;
  margin-bottom: 25px;
}

.logo-div.chevron {
  width: 3.125vw;
}

.loader-bar-outer {
  border: 1.5px solid var(--orange);
  background-color: var(--dark-gray);
  width: 30vw;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.loader-bar-inner {
  background-color: var(--orange);
  border: 1px #000;
  width: 70%;
  height: 40px;
  margin-top: -1.5px;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.pub-year {
  color: var(--silver-transp);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .69em;
  font-weight: 600;
}

.footer-tm {
  color: var(--silver);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.div-block-138 {
  border-left: 1px solid var(--orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.stroke-div {
  background-color: var(--transp-gray);
  height: 3px;
  margin-bottom: 20px;
}

.div-block-139 {
  width: 12.3vw;
  display: inline-block;
}

._10anni-callout {
  color: var(--orange);
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  display: inline-block;
}

.inline-block-disco {
  border: 2px solid #0000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.div-block-140 {
  width: 32px;
  height: 32px;
  display: inline;
}

.hero-img {
  width: 100%;
  display: none;
}

.feed-div-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 10vh;
  display: flex;
}

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

.terms-pdf-button {
  border: 1px solid var(--white);
  background-image: linear-gradient(#000000bf, #000000bf), linear-gradient(to top, #000000a3 10%, #b8b8b833), url('../images/Screen-Shot-2023-04-14-at-5.37.40-PM.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 12.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 360px;
  display: flex;
  overflow: hidden;
}

.terms-pdf-button:hover {
  background-image: url('../images/Screen-Shot-2023-04-14-at-5.37.40-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-3 {
  text-decoration: none;
}

.crossout {
  color: var(--orange);
  text-decoration: line-through;
  display: inline;
}

.live-text {
  color: var(--medium-sea-green);
  text-align: center;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.live-text.gray {
  color: #6e6e6e;
}

.div-block-141 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.top-bannerimg {
  background-image: url('../images/GENESIS-BOX-bm--2.png'), linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vw;
  margin-top: 80px;
  margin-left: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

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

.list {
  color: var(--orange);
}

.gb-logo {
  height: 60vh;
  padding-right: 60px;
}

.gb-logo._2 {
  width: 200px;
  height: auto;
  padding-right: 0;
}

.div-block-143 {
  background-image: url('../images/GENESIS-BOX-bm--2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex: none;
  align-self: flex-start;
  width: 50vw;
  height: 25vw;
  position: static;
  inset: 0% auto 0% 0%;
}

.column {
  position: static;
}

.html-embed {
  height: 100%;
  min-height: 50vh;
}

.buyframe {
  border: 1px solid var(--orange);
  background-color: var(--dark-gray);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: 100px;
  padding: 20px;
  display: flex;
}

.list-2 {
  width: 100%;
  color: var(--orange);
  flex: 0 auto;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.div-block-144 {
  flex: none;
}

.mt-20 {
  border-bottom: 1px none var(--orange);
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.mt-20._2 {
  border-bottom-style: none;
}

.columns {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-145 {
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -20px;
  margin-bottom: -10px;
  display: flex;
}

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

.herohero {
  background-color: #161616;
  background-image: linear-gradient(360deg, #000, #0000 0% 103%), url('../images/ezgif.com-resize-5.png'), linear-gradient(#000, #0000 70%), url('../images/GENESIS-BOX-typemark.svg');
  background-position: 0 0, 50%, 0 0, 50% 15%;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto 75%, auto, auto;
  background-attachment: scroll, scroll, scroll, fixed;
  width: 100vw;
  height: 42vw;
}

.herohero.success {
  background-image: linear-gradient(#000c, #000c), linear-gradient(360deg, #000, #0000 0% 103%), url('../images/ezgif.com-resize-5.png'), linear-gradient(#000, #0000 70%);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, auto 75%, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.price {
  color: var(--orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 12.5px;
  margin-bottom: -6.25px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.5em;
}

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

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

.text-field {
  background-color: var(--white);
}

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

.dividivdiv {
  border-bottom: .5px solid var(--orange);
  margin-top: 20px;
}

.div-block-148 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .banner-text {
    font-size: .9em;
  }

  .navbar-links {
    align-items: center;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .mobile-menu {
    padding-top: 1rem;
    position: absolute;
    left: 1rem;
    right: 1rem;
  }

  .navbar-menu-item-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mobile-menu-nav {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    display: flex;
  }

  .button-inner {
    justify-content: center;
  }

  .mobile-menu-wrapper {
    color: #fff;
    background-color: #232323;
    border-radius: .5rem;
    padding: 1rem;
  }

  .mobile-menu-nav-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ffffff0d;
    border-radius: .5rem;
    padding: .75rem 1rem;
    font-size: 14px;
    font-weight: 400;
  }

  .mobile-menu-nav-link:hover {
    background-color: #ffffff12;
  }

  .div-block-2 {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .navlenk-text {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12.5px;
    padding-right: 12.5px;
    font-size: .83em;
  }

  .navlenk-text.main {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    font-size: 1em;
    display: flex;
  }

  .navlenk-text.main.grayed {
    flex: 0 auto;
  }

  .sec.faq {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .h1.j-c {
    font-size: 2em;
  }

  .h2.j-c {
    font-size: 1.1em;
  }

  .div-block-3 {
    flex: 1;
    align-items: flex-end;
  }

  .nav-header {
    margin-bottom: 0;
    font-size: .83em;
    line-height: 1em;
  }

  .nav-header._2 {
    display: none;
  }

  .textlink {
    text-decoration: underline;
  }

  .collection-div {
    display: block;
  }

  .image-feed.textfile-feed {
    height: 38vw;
    max-height: 38vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .feed-item {
    width: 25vw;
    margin-left: .8vw;
    margin-right: .8vw;
  }

  .sticky-col {
    padding-left: 40px;
    padding-right: 40px;
    top: 100px;
  }

  .social.ms_social, .social.ms_social.navbar {
    display: none;
  }

  .social.ms_social.footer {
    display: block;
  }

  .ms_footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bm-logo {
    width: 160px;
  }

  .h3.whale {
    padding-left: 0;
  }

  .sec-cols {
    display: block;
  }

  .gb-logo {
    padding-right: 20px;
  }

  .mt-20 {
    border-bottom: 1px solid var(--orange);
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  .navbar {
    z-index: 10;
    position: relative;
  }

  .navbar-menu-item-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .mobile-menu-nav-link {
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .sec {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .h1.j-c {
    text-align: left;
  }

  .h2.j-c.blue {
    font-size: 1.3em;
  }

  .nav-header {
    display: none;
  }

  .nav-header._2 {
    border: 1px solid var(--cornflower-blue);
    background-color: var(--black-2);
    text-align: center;
    letter-spacing: 1px;
    border-radius: 8px;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
    padding: 12.5px;
    font-size: 1em;
    text-decoration: none;
    display: block;
  }

  .nav-header._2.blue {
    border-color: var(--black-2);
    background-color: var(--cornflower-blue);
  }

  .textlink._2 {
    color: var(--white);
    text-decoration: none;
  }

  .feed-item {
    width: 24.55vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .h6.center {
    padding-right: 0;
  }

  .sticky-col {
    position: sticky;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .social.ms_social.footer {
    display: block;
  }

  .ms_footer {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .div-block-138 {
    align-items: flex-start;
    padding-left: 20px;
  }

  .top-bannerimg {
    background-image: linear-gradient(to bottom, #000000bf, #000000bf), url('../images/GENESIS-BOX-bm--2.png'), linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
    background-position: 0 0, 0 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, auto 100%, auto;
    background-attachment: scroll, scroll, scroll;
    height: 100vw;
  }

  .gb-logo {
    padding-right: 0;
  }

  .mt-20 {
    padding-bottom: 10px;
  }

  .div-block-145 {
    border: 1px #000;
  }

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

@media screen and (max-width: 479px) {
  .nav {
    padding-right: 10px;
  }

  .top-banner {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .banner-text {
    font-size: .8em;
  }

  .div-block {
    flex: 0 auto;
    justify-content: center;
  }

  .image {
    height: 12px;
  }

  .navbar-links {
    flex-flow: row;
    justify-content: space-between;
  }

  .logo {
    min-width: 30vw;
    max-width: 50vw;
    height: auto;
    margin-right: 20px;
  }

  .div-block-2 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    margin-left: 10px;
    margin-right: -4px;
  }

  .navlenk-text {
    display: none;
  }

  .navlenk-text.main {
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .navlenk-text.full {
    display: block;
  }

  .sec.faq {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1.j-c {
    text-align: left;
    font-size: 1.8em;
    line-height: 1em;
  }

  .h2.j-c {
    margin-top: 10px;
  }

  .h2.j-c.blue {
    text-align: left;
    font-size: 1.1em;
  }

  .h2.white {
    max-width: 300px;
    font-size: 2em;
    line-height: 1em;
  }

  .div-block-3 {
    flex: 0 auto;
  }

  .nav-header {
    margin-bottom: 20px;
    font-size: 1em;
  }

  .nav-header._2 {
    text-align: left;
  }

  .nav-header._2.blue {
    text-align: center;
    font-size: .8333em;
  }

  .textlink {
    font-size: 1em;
  }

  .collection-div {
    padding-left: 12.5vw;
    padding-right: 12.5vw;
  }

  .image-feed {
    min-height: 40vw;
  }

  .image-feed.textfile-feed {
    height: 110vw;
    max-height: 120vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .feed-item {
    width: 77.5vw;
    margin: 5px auto 20px;
  }

  .feed-list {
    padding-left: 0;
    padding-right: 0;
  }

  .h6.center {
    flex: none;
    align-self: auto;
    padding-right: 0;
  }

  .sticky-col {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .icon.accordion-icon {
    flex: none;
    margin-left: 10px;
  }

  .p {
    margin-bottom: 0;
  }

  .p.j-c {
    margin-bottom: 20px;
    line-height: 1.5em;
  }

  .p.orange {
    max-width: 300px;
    padding-left: 0;
    line-height: 1.5em;
  }

  .p.white.center {
    flex: none;
  }

  .p.price {
    flex: none;
    font-size: 2.1em;
  }

  .white {
    font-size: 13px;
  }

  .ms_footer_social.ms {
    align-self: flex-start;
  }

  .social.ms_social {
    align-self: flex-start;
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .social.ms_social.footer {
    display: block;
  }

  .social-icon.ms_social_icon {
    margin-left: 0;
    margin-right: 10px;
  }

  .ms_footer {
    min-height: 50vh;
    padding: 41px 20px 79px;
  }

  .ms_footer_links {
    width: 100%;
  }

  .container {
    margin-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-holder.ms {
    align-self: flex-start;
    width: 100%;
  }

  .footer-bm-logo {
    width: 130px;
  }

  .div-block-137 {
    flex-direction: column;
    align-items: flex-start;
  }

  .h3 {
    font-size: 1.2em;
  }

  .link-block-2 {
    flex: 1;
  }

  .h4 {
    font-size: 1.3em;
  }

  .whale-deal {
    flex-direction: column;
  }

  .button-1.wallet {
    font-size: 1em;
  }

  .text-block {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .text-block.white {
    font-size: 1.2em;
  }

  .div-block-138 {
    border-left-style: none;
    align-items: center;
    padding-left: 0;
  }

  .hero-img {
    width: 100%;
    display: block;
  }

  .top-bannerimg {
    background-image: linear-gradient(to bottom, #000000bf, #000000bf), url('../images/GENESIS-BOX-bm--2.png'), linear-gradient(to bottom, var(--dark-gray), var(--dark-gray));
    background-position: 0 0, 0 100%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, auto 100%, auto;
    background-attachment: scroll, scroll, scroll;
    min-height: 50vh;
  }

  .gb-logo {
    flex: none;
    order: 0;
    width: 80vw;
    height: auto;
    display: block;
  }

  .gb-logo._2 {
    width: 200px;
  }

  .list-2 {
    padding-left: 12.5px;
  }

  .mt-20 {
    border-bottom: 1px solid var(--orange);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .columns {
    align-self: center;
    display: block;
  }

  .div-block-145 {
    border: 1px #000;
    align-items: center;
  }

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

  .herohero {
    background-image: linear-gradient(360deg, var(--dark-gray), #0000 0%, #0000 103%), url('../images/GENESIS-BOX--.png'), linear-gradient(to bottom, #00000080, #fff0 19%), url('../images/GENESIS-BOX-typemark.svg');
    background-position: 0 0, 50%, 0 0, 50% 5%;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-size: auto, 90%, auto, 96vw;
    background-attachment: scroll, scroll, scroll, scroll;
    height: 60vh;
  }

  .column-2 {
    display: block;
  }

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

  .column-3 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .form {
    margin-top: 0;
  }
}


