@font-face {
  font-family: Vcr Osd Mono;
  src: url('../fonts/VCR_OSD_MONO.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Road rage;
  src: url('../fonts/Road_Rage.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --medium-orchid: #df0edb;
  --white: white;
  --black: black;
}

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

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

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

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

body {
  color: #333;
  background-color: #0a0a0a;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav__transition-block-2 {
  background-color: var(--medium-orchid);
  display: none;
}

.nav-hamburger-btn {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: none;
  position: relative;
}

.nav__menu-inner-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.line-3 {
  background-color: #20193a;
  width: 27px;
  height: 2px;
}

.line-2 {
  background-color: #20193a;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.nav {
  z-index: 999;
  background-image: linear-gradient(#00000080, #00000080 0%, #0000);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 12px 4%;
  display: flex;
  position: fixed;
}

.nav__link-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav__transition-block {
  background-color: var(--medium-orchid);
  display: none;
}

.nav__menu-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.line-1 {
  background-color: #000;
  width: 27px;
  height: 2px;
}

.nav__text {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Vcr Osd Mono, Trebuchet MS, sans-serif;
  font-size: 14px;
  transition: color .2s;
  display: block;
}

.nav__text.w--current {
  color: #0075e0;
}

._100vh-space {
  height: 100vh;
}

.heading-large {
  color: var(--medium-orchid);
  letter-spacing: .14em;
  text-transform: uppercase;
  text-shadow: 0 0 .6vw #8d008a;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 1vw;
  font-family: Road rage, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.2em;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.heading-large:hover {
  background-position: -563px 0;
}

.center-container {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 100vh;
  display: flex;
  position: relative;
}

.down-arrow {
  z-index: 9990;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 91%;
  bottom: auto;
  left: 45vw;
}

.background-static {
  z-index: -1;
  background-color: #0a0a0a;
  position: absolute;
  inset: 0%;
}

.background-static.fixed {
  position: fixed;
}

.background-moving {
  z-index: -1;
  perspective: 686px;
  perspective-origin: 50%;
  transform: ;
  transform-origin: 50%;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.background-moving.fixed {
  position: fixed;
}

.heading-small {
  color: var(--white);
  letter-spacing: .4em;
  text-transform: uppercase;
  text-shadow: 0 0 .6vw #830080;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1vw;
  font-family: Road rage, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.2em;
}

.text-block {
  z-index: 5;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 41px;
  display: flex;
  position: relative;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.hero {
  color: #040404;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.hero.fixed {
  position: sticky;
}

.noise {
  opacity: .07;
  background-image: url('../images/5d683b6434ccc335fd58fbcd_5c06f51d6e75c933fe05c728_giphy.gif');
  background-position: 0 0;
  background-size: 480px;
  position: absolute;
  inset: 0%;
}

.background-img {
  transform-origin: 50% 46%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100vh;
  transition: opacity .3s;
  position: relative;
  inset: 0%;
  transform: perspective(8000px)rotateX(78deg)rotateY(0)rotateZ(0)perspective(1000px);
}

.background-img.w--current {
  opacity: 1;
}

.background-img.background-img-top-jpg {
  z-index: 1;
  background-image: url('../images/Background-–-4.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  position: absolute;
  transform: perspective(8000px)perspective(1000px);
  box-shadow: 1px 1px 24px #08c1c2;
}

.background-img.bg--inner-2 {
  background-image: url('../images/grid-–-pink-–-1.png');
  background-position: 50% 100%;
  background-size: 21vh;
  height: 300vh;
  padding-top: 0;
  top: -180vh;
  transform: perspective(8000px)perspective(1000px);
}

.body {
  background-color: #0c0c0c;
}

.date {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: block;
}

.album-art {
  width: 100%;
  box-shadow: 0 0 60px #ffffff1a;
}

.artist {
  z-index: 1;
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #bebebe;
  padding-bottom: 50px;
  padding-left: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: relative;
}

.track {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.track:hover {
  opacity: .5;
}

.top-track {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.album-section {
  z-index: 99;
  padding-top: 64px;
  display: none;
  position: relative;
}

.released {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.album-title {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #fff;
  letter-spacing: 6px;
  text-transform: none;
  margin-bottom: 16px;
  font-family: Road rage, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
}

.spacer {
  height: 6vw;
}

.number {
  perspective-origin: 0%;
  transform-origin: 0%;
  color: #fff;
  margin-left: -3px;
  padding-top: 5px;
  padding-bottom: 5vw;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
}

.section {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 10% 16px;
  display: block;
  position: relative;
}

.section.footer {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.grid-cell {
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  padding-top: 64px;
  padding-left: 64px;
  display: flex;
  position: relative;
}

.grid-cell.grid-cell--50-50-100-100 {
  perspective: 1000px;
  perspective-origin: 0%;
  transform-origin: 0%;
  flex-direction: column;
  width: 50%;
  transform: perspective(1000px);
}

.grid-h {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
  margin-top: -64px;
  margin-bottom: 64px;
  margin-left: -64px;
  display: flex;
}

.perspective {
  perspective: 1000px;
  perspective-origin: 0%;
  transform-origin: 0%;
  transform: perspective(1000px);
}

.footer__bottom {
  border-top: .25px solid #ffffff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.section-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 40px;
  display: block;
  position: relative;
}

.section-2.section--footer-bottom {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer__bottom-text {
  color: #fff9;
  text-align: left;
  max-width: 1200px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6em;
  text-decoration: none;
  display: inline-block;
}

.footer__bottom-text:hover {
  color: #fff;
}

.footer__bottom-text.footer__bottom-text--link {
  transition: color .2s;
}

.footer__bottom-text.footer__bottom-text--spacing {
  margin-left: 8px;
  margin-right: 8px;
}

.footer-legal-container {
  flex: none;
}

.tb {
  margin-bottom: 3px;
  padding-bottom: 0;
}

.tb.alternate {
  color: #9c9c9c;
}

.navigation {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph {
  margin-left: 8px;
}

.play-img {
  object-fit: contain;
  display: block;
  position: relative;
  inset: 0;
}

.progress {
  z-index: 2;
  color: #000;
  background-color: #0000;
  background-image: linear-gradient(#000, #000 90%, #fff0);
  width: 0%;
  height: 100%;
  transition: width .1s linear;
  position: absolute;
  inset: auto;
}

.vibing-emoji {
  z-index: 1;
  letter-spacing: -.07em;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 4em;
  display: none;
  position: absolute;
  inset: 0%;
}

.emoji-movement {
  padding-left: 15px;
  padding-right: 15px;
}

.play-btn {
  cursor: pointer;
  width: 40px;
  margin-left: 250px;
  margin-right: 250px;
  position: relative;
}

.margin-right {
  margin-right: -3.5px;
  display: flex;
}

.row {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.row.centered {
  justify-content: center;
  align-items: center;
}

.music-container {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1660px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lottie-animation {
  z-index: 1;
  margin-right: -14px;
  position: relative;
}

.page-wrapper {
  color: #fff;
  font-family: Vcr Osd Mono, Trebuchet MS, sans-serif;
  overflow: visible;
}

.static-emoji {
  z-index: 1;
  letter-spacing: -.07em;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contain-img {
  object-fit: contain;
  position: relative;
}

.progress-container {
  z-index: 1;
  cursor: pointer;
  background-color: #0000;
  width: 200px;
  height: 2em;
  margin-right: 0;
  position: relative;
  left: auto;
}

.prev-btn {
  cursor: pointer;
  width: 35px;
}

.column {
  flex-direction: column;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.column.align-center {
  align-items: center;
}

.column.align-right {
  align-items: flex-end;
}

.column.hide {
  display: none;
}

.out {
  height: 700px;
}

.playtime {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.pause-img {
  object-fit: contain;
  object-position: 50% 50%;
  display: none;
  position: relative;
  inset: 0 0% 0%;
}

.audio-embed {
  display: none;
}

.main-wrapper {
  height: 700px;
  position: relative;
  overflow: visible;
}

.next-btn {
  cursor: pointer;
  width: 35px;
}

.title {
  width: 190px;
  line-height: 1.3;
}

.sub-heading {
  text-align: right;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 148px;
  font-weight: 400;
  line-height: 129px;
  transition: all .3s ease-out;
  position: absolute;
  inset: auto 0% 0%;
}

.sub-title-wrapper {
  justify-content: flex-end;
  width: 100%;
  height: 129px;
  transition: all .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-container {
  width: 79%;
}

.paragraph-small-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.image {
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 100%;
  max-width: 52%;
  margin-top: 0;
}

.hero-image {
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
  position: absolute;
  inset: auto 0% 0%;
}

.main-heading {
  letter-spacing: 4px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vcr Osd Mono, Trebuchet MS, sans-serif;
  font-size: 196px;
  font-weight: 400;
  line-height: 209px;
  transition: all .3s ease-out;
  position: absolute;
  inset: auto 0% 0%;
}

.image-3 {
  perspective-origin: 50% 0;
  transform-origin: 50% 100%;
  object-fit: fill;
  margin-bottom: 1%;
}

.hero-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-paragraph {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  font-size: 43px;
  line-height: 43px;
  transition: opacity .2s ease-out;
}

.hidden {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 64px;
  display: none;
}

.container {
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 112px;
  padding-right: 112px;
}

.image-container {
  background-image: url('../images/roro_bronx_skyline.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 900px;
  position: relative;
}

.div-block-18 {
  transform-origin: 50% 100%;
  overflow: hidden;
}

.main-title-wrapper {
  min-width: 1229px;
  height: 209px;
  transition: all .3s ease-out;
  position: relative;
  overflow: hidden;
}

.hero-2 {
  padding-top: 175px;
  padding-bottom: 62px;
}

.section-3 {
  color: var(--white);
  overflow: hidden;
}

.hero-small-paragraph {
  width: 50%;
  font-size: 19px;
  line-height: 32px;
  transition: opacity .2s ease-out;
}

.hero-title-holder {
  width: 100%;
  margin-bottom: 64px;
}

.grid {
  grid-template-rows: auto;
  margin-top: 145px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 104px;
  padding-bottom: 106px;
  display: flex;
}

.second-section-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 67px;
  font-weight: 300;
  line-height: 78px;
  transition: opacity .2s ease-out;
}

.second-section-heading.right {
  text-align: right;
  display: inline-block;
}

.second-section {
  padding-top: 113px;
  padding-bottom: 113px;
}

.bg-dark {
  color: #ffcbc4;
  background-color: #141414;
}

.text-block-2 {
  width: 84%;
  margin-top: 46px;
  font-size: 30px;
  line-height: 46px;
  transition: opacity .2s ease-out;
}

.div-block-9 {
  justify-content: flex-end;
  margin-bottom: 138px;
  display: flex;
}

.heading-wrapper {
  justify-content: flex-end;
  display: flex;
}

.van-halen-wrapper {
  width: 95%;
  height: 913px;
}

.paragraph-small-2 {
  width: 65%;
  font-size: 19px;
  line-height: 32px;
  transition: opacity .2s ease-out;
}

.van-halen-image-2 {
  object-fit: cover;
  height: 479px;
  transition: opacity .2s ease-out;
}

.van-halen-image {
  object-fit: cover;
  height: 100%;
  transition: opacity .2s ease-out;
}

.div-block-13 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 80%;
  transition: opacity .2s ease-out;
}

.div-block-4-copy {
  letter-spacing: 1px;
  padding-top: 113px;
  padding-bottom: 113px;
}

.div-block-12 {
  justify-content: flex-end;
  display: flex;
}

.div-block-11 {
  justify-content: flex-end;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  margin-top: 137px;
}

.div-block-10 {
  justify-content: flex-end;
  display: flex;
}

.heading-2 {
  color: var(--white);
  letter-spacing: 4px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Road rage, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 129px;
  transition: opacity .2s ease-out;
}

.heading-2.it {
  letter-spacing: 5px;
  font-style: italic;
}

.div-block-4-copy-copy {
  letter-spacing: 1px;
  padding-top: 113px;
  padding-bottom: 113px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 165px;
  font-weight: 400;
  line-height: 190px;
  transition: opacity .2s ease-out;
}

.heading-4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 53px;
  font-weight: 400;
  line-height: 65px;
  transition: opacity .2s ease-out;
}

.grid-3 {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.div-block-14 {
  justify-content: flex-end;
  display: flex;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  color: #e7e7e7;
  border: 1px solid #ddd;
  border-radius: 0;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.scroll-animate {
  filter: blur(3px);
  transform-origin: 50% 0;
  mix-blend-mode: normal;
  background-color: #a445ff;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
  box-shadow: 0 2px 48px #c738ff4d, 0 2px 24px #ff61f666, 0 2px 12px #a445ff;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-2 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading {
  color: #fff;
  text-align: left;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Road rage, sans-serif;
  font-size: 42px;
  display: flex;
}

.lore-text {
  font-family: Vcr Osd Mono, Trebuchet MS, sans-serif;
  font-size: 18px;
}

.paragraph-3, .paragraph-4 {
  font-family: Vcr Osd Mono, Trebuchet MS, sans-serif;
}

.tokenomics {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tokenomics-heading {
  color: #fff;
  font-family: Road rage, sans-serif;
  font-size: 42px;
}

.tokenomics-left {
  width: 75%;
}

.tokenomics-right {
  width: 70%;
}

.tokenomics-text {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Vcr Osd Mono, Trebuchet MS, sans-serif;
  font-size: 18px;
}

.image-7 {
  width: 100%;
}

.player {
  margin-bottom: 60px;
}

.heading-display-small {
  text-align: left;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
}

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

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

.faq_icon-wrapper {
  align-self: flex-start;
}

.content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
}

.faq_answer-wrapper {
  margin-bottom: 1.5rem;
}

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

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

.faq_component {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 103.75rem;
}

.container-4.max-width-xxlarge {
  color: #fff;
  max-width: 80rem;
}

.faq_question-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.edge {
  border-top: .25rem solid #fff;
  border-left: .25rem solid #fff;
  width: 1.0625rem;
  height: 1.0625rem;
  position: absolute;
  inset: -.1875rem auto auto -.1875rem;
}

.edge.top-right {
  border-left-style: none;
  border-right: .25rem solid #fff;
  left: auto;
  right: -.1875rem;
}

.edge.bottom-left {
  border-top-style: none;
  border-bottom: .25rem solid #fff;
  border-right: .0625rem #fff;
  top: auto;
  bottom: -.1875rem;
}

.edge.bottom-right {
  border-style: none solid solid none;
  border-bottom-width: .25rem;
  border-bottom-color: #fff;
  border-right-width: .25rem;
  border-right-color: #fff;
  inset: auto -.1875rem -.1875rem auto;
}

.faq_accordion {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: #ffffff0d;
  border: .0625rem solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

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

.footer-dark {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .nav__transition-block-2 {
    z-index: 9998;
    width: 100%;
    display: block;
    position: fixed;
    inset: 0;
    transform: translate(-100%);
  }

  .nav-hamburger-btn {
    margin-left: auto;
    padding: 16px;
    display: flex;
  }

  .nav__menu-inner-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 100%;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: relative;
    overflow: auto;
  }

  .line-3, .line-2 {
    background-color: #fff;
  }

  .nav {
    z-index: 9999;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 0 0 24px;
    display: flex;
    position: fixed;
  }

  .nav__link-container {
    flex-direction: column;
    align-items: flex-start;
    min-width: 60px;
    margin-bottom: 4.5vh;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
    display: flex;
  }

  .nav__transition-block {
    z-index: 9998;
    width: 100%;
    display: block;
    position: fixed;
    inset: 0;
    transform: translate(-100%);
  }

  .nav__menu-container {
    background-color: #181818;
    max-height: 100vh;
    padding-top: 82px;
    padding-bottom: 52px;
    display: block;
    position: fixed;
    inset: 0;
    transform: translate(-100%);
  }

  .line-1 {
    background-color: #fff;
  }

  .nav__text {
    color: #ffffffb3;
    text-shadow: none;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 2vh;
    line-height: 1.2em;
  }

  .nav__text:hover {
    color: #fff;
  }

  .heading-large {
    font-size: 8vw;
  }

  .center-container {
    background-image: none;
  }

  .heading-small {
    font-size: 4vw;
  }

  .text-block {
    background-size: 80%;
  }

  .background-img.bg--inner-2 {
    background-size: 26%;
  }

  .date {
    line-height: 22px;
  }

  .artist {
    padding-bottom: 40px;
  }

  .spacer {
    height: 8vw;
  }

  .number {
    font-size: 6em;
  }

  .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-cell {
    padding-top: 32px;
    padding-left: 32px;
  }

  .grid-h {
    margin-top: -32px;
    margin-bottom: 32px;
    margin-left: -32px;
  }

  .section-2 {
    padding: 64px 32px;
  }

  .navigation {
    height: 60px;
  }

  .play-btn {
    margin-left: 50px;
    margin-right: 50px;
  }

  .row.is--1 {
    display: none;
  }

  .prev-btn {
    height: auto;
  }

  .sub-heading {
    width: 100%;
    font-size: 74px;
    line-height: 90px;
  }

  .sub-title-wrapper {
    height: 90px;
  }

  .hero-container {
    width: 100%;
  }

  .image {
    object-fit: contain;
    height: 40%;
  }

  .hero-image {
    height: 470px;
  }

  .main-heading {
    font-size: 91px;
    line-height: 118px;
  }

  .image-3 {
    object-fit: scale-down;
    height: 60%;
  }

  .hidden {
    height: 200px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .main-title-wrapper {
    min-width: 0;
    height: 118px;
  }

  .hero-2 {
    padding-top: 60px;
  }

  .hero-small-paragraph {
    width: 70%;
  }

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

  .div-block-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .second-section-heading {
    font-size: 46px;
    line-height: 60px;
  }

  .second-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .div-block-9 {
    margin-bottom: 64px;
  }

  .heading-wrapper {
    justify-content: flex-start;
  }

  .van-halen-wrapper {
    width: 100%;
    height: 600px;
  }

  .paragraph-small-2 {
    width: 80%;
  }

  .van-halen-image, .image-6 {
    width: 100%;
  }

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

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

  .div-block-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .heading-2 {
    font-size: 74px;
    line-height: 90px;
  }

  .heading-3 {
    font-size: 122px;
    line-height: 130px;
  }

  .grid-3 {
    grid-column-gap: 32px;
    margin-top: 32px;
  }

  .faq_question {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq_list-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

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

  .nav {
    padding-left: 16px;
  }

  .nav__link-container {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .nav__menu-container {
    padding-top: 48px;
  }

  .nav__text {
    font-size: 3vh;
  }

  .heading-large {
    margin-bottom: 8px;
    font-size: 10vw;
  }

  .center-container {
    max-width: 100%;
  }

  .down-arrow {
    height: 30px;
    padding-left: 3px;
  }

  .heading-small {
    letter-spacing: .3em;
    font-size: 5vw;
  }

  .background-img.bg--inner-2 {
    background-size: 34%;
  }

  .track {
    line-height: 22px;
  }

  .spacer {
    height: 10vw;
  }

  .section {
    padding: 40px 16px;
  }

  .grid-cell {
    padding-top: 24px;
    padding-left: 24px;
  }

  .grid-cell.grid-cell--50-50-100-100 {
    width: 100%;
  }

  .grid-h {
    margin-top: -24px;
    margin-bottom: 24px;
    margin-left: -24px;
  }

  .section-2 {
    padding: 40px 16px;
  }

  .navigation {
    width: 300px;
  }

  .vibing-emoji {
    width: 100%;
  }

  .row.centered {
    justify-content: center;
    width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .music-container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .static-emoji {
    width: 100%;
    display: none;
  }

  .progress-container {
    width: 150px;
  }

  .title {
    width: 226px;
  }

  .sub-heading {
    font-size: 39px;
    line-height: 60px;
  }

  .sub-title-wrapper {
    height: 60px;
  }

  .main-heading {
    font-size: 57px;
    line-height: 82px;
  }

  .hero-paragraph {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .hidden {
    height: 180px;
    margin-bottom: 32px;
  }

  .main-title-wrapper {
    height: 82px;
  }

  .hero-title-holder {
    margin-bottom: 0;
  }

  .grid {
    margin-top: 32px;
  }

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

  .second-section-heading {
    font-size: 34px;
    line-height: 51px;
  }

  .second-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-block-2 {
    width: 100%;
    font-size: 26px;
    line-height: 42px;
  }

  .paragraph-small-2 {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
  }

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

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

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

  .grid-2 {
    margin-top: 32px;
  }

  .heading-2 {
    font-size: 39px;
    line-height: 60px;
  }

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

  .heading-3 {
    font-size: 77px;
    line-height: 85px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .heading-display-small {
    text-align: center;
    font-size: 3.125rem;
  }

  .faq_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_answer-wrapper {
    margin-bottom: 1.25rem;
  }

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

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav__link-container {
    margin-top: 24px;
  }

  .nav__menu-container {
    padding-top: 56px;
  }

  .nav__text {
    font-size: 3vh;
  }

  .heading-large {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 10vw;
  }

  .center-container {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 150vh;
  }

  .down-arrow {
    width: 20vw;
    margin-bottom: 24px;
    bottom: 54px;
    left: 40vw;
  }

  .text-block {
    padding-top: 16px;
  }

  .link-block {
    height: 30px;
  }

  .noise {
    display: none;
  }

  .background-img.bg--inner-2 {
    background-size: 54vw;
  }

  .date {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }

  .artist {
    padding-bottom: 30px;
    font-size: 28px;
    line-height: 38px;
  }

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

  .released {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .album-title {
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
  }

  .number {
    padding-bottom: 5vw;
    font-size: 5em;
  }

  .section.footer {
    flex-direction: column;
    display: flex;
  }

  .section-2.section--footer-bottom {
    flex-direction: column;
  }

  .navigation {
    width: 190px;
  }

  .play-btn {
    width: 30px;
  }

  .row {
    justify-content: center;
  }

  .prev-btn {
    width: 30px;
  }

  .column {
    align-items: center;
  }

  .column.mobile-hide {
    display: none;
  }

  .next-btn {
    width: 30px;
  }

  .title {
    text-align: center;
    width: 100%;
  }

  .sub-heading {
    width: 100%;
    font-size: 23px;
    line-height: 40px;
    inset: auto 0% 0% auto;
  }

  .sub-title-wrapper {
    height: 40px;
  }

  .main-heading {
    font-size: 37px;
    line-height: 53px;
  }

  .hero-paragraph {
    font-size: 35px;
  }

  .hidden {
    height: 118px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-title-wrapper {
    height: 53px;
  }

  .hero-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-small-paragraph {
    width: 100%;
  }

  .second-section-heading {
    font-size: 20px;
    line-height: 43px;
  }

  .text-block-2 {
    margin-top: 32px;
    font-size: 20px;
    line-height: 31px;
  }

  .van-halen-wrapper {
    height: 300px;
  }

  .paragraph-small-2 {
    font-size: 13px;
    line-height: 23px;
  }

  .van-halen-image-2 {
    height: 300px;
  }

  .div-block-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    font-size: 23px;
    line-height: 40px;
  }

  .heading-3 {
    font-size: 49px;
    line-height: 62px;
  }

  .heading-4 {
    font-size: 34px;
    line-height: 44px;
  }

  .grid-3 {
    grid-column-gap: 16px;
  }

  .img-block {
    width: 90%;
  }

  .step {
    background-color: #000;
  }

  .content-wrap {
    order: 9999;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content-2 {
    font-size: 20px;
  }

  .tokenomics {
    flex-flow: column;
  }

  .container-3 {
    order: 9999;
  }

  .tokenomics-left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tokenomics-right {
    order: -9999;
    width: 100%;
  }

  .heading-display-small {
    font-size: 2.5rem;
  }

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

  .faq_question-text {
    font-size: 1rem;
  }

  .container-5 {
    max-width: none;
  }
}

#w-node-_46c53414-95fd-e66d-a0cf-79b8f20b85bd-4326a5c9, #w-node-_46c53414-95fd-e66d-a0cf-79b8f20b85cd-4326a5c9, #w-node-_46c53414-95fd-e66d-a0cf-79b8f20b85dc-4326a5c9, #w-node-_46c53414-95fd-e66d-a0cf-79b8f20b85e6-4326a5c9, #w-node-_46c53414-95fd-e66d-a0cf-79b8f20b85ed-4326a5c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_46c53414-95fd-e66d-a0cf-79b8f20b85dc-4326a5c9 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_46c53414-95fd-e66d-a0cf-79b8f20b85dc-4326a5c9 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Vcr Osd Mono';
  src: url('../fonts/VCR_OSD_MONO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Road rage';
  src: url('../fonts/Road_Rage.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}