@font-face {
  font-family: Right Grotesk;
  src: url('../fonts/PPRightGrotesk-SpatialBlack.woff2') format("woff2"), url('../fonts/PPRightGrotesk-SpatialBlack.eot') format("embedded-opentype"), url('../fonts/PPRightGrotesk-SpatialBlack.woff') format("woff"), url('../fonts/PPRightGrotesk-SpatialBlack.ttf') format("truetype"), url('../fonts/PPRightGrotesk-SpatialBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1f2024;
}

body {
  color: var(--black);
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Right Grotesk, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Right Grotesk, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Right Grotesk, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

li {
  padding-bottom: 8px;
}

.hero-letters {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section {
  color: #fff;
  text-align: center;
  background-color: #140a61;
  background-image: url('../images/ball3bg.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-heading {
  z-index: 1;
  text-shadow: -17px 17px 0 var(--black);
  cursor: crosshair;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16vw;
  position: relative;
}

.hero-heading:hover {
  color: #eedf39;
}

.hero-heading._2 {
  z-index: 2;
}

.hero-heading._2:hover {
  color: #5879ff;
}

.hero-heading._3 {
  z-index: 3;
}

.hero-heading._3:hover {
  color: #ff2cb2;
}

.primary-button {
  border: 4px solid var(--black);
  box-shadow: -3px 3px 0 0 var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: .12em;
  background-color: #327ce4;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Right Grotesk, sans-serif;
  font-size: 1.25em;
  transition: background-color .2s, transform .2s, box-shadow .2s;
}

.primary-button:hover {
  box-shadow: -6px 6px 0 0 var(--black);
  background-color: #e42c7f;
  transform: translate(4px, -4px);
}

.primary-button.hero {
  z-index: 1000;
  box-shadow: -6px 6px 0 0 var(--black);
  color: var(--black);
  background-color: #f9d756;
  border-width: 8px;
  border-radius: 12px;
  align-self: center;
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 20px 40px;
  font-size: 1.5em;
  transition: color .2s, background-color .2s, transform .2s, box-shadow .2s;
}

.primary-button.hero:hover {
  z-index: 4;
  box-shadow: -11px 11px 0 0 var(--black);
  color: #fff;
  background-color: #ff00a1;
  position: relative;
}

.primary-button.hero:active {
  box-shadow: -6px 6px 0 0 var(--black);
  transform: translate(0);
}

.primary-button.footer {
  background-color: #672fcf;
  border-width: 4px;
  border-color: #461a97;
  align-self: center;
  padding: 20px 32px;
  font-size: 1.5em;
  box-shadow: -6px 6px #461a97;
}

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

.nav-bar {
  z-index: 9999;
  background-color: var(--black);
  border-radius: 16px;
  justify-content: space-around;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 16px;
  display: none;
  position: fixed;
  inset: 12px 0% auto;
}

.nav-bar.license {
  max-width: 420px;
}

.nav-bar.your-stuff {
  max-width: 520px;
}

.link-block {
  color: #fff;
  padding: 20px 16px;
  text-decoration: none;
}

.link-block:hover {
  color: #f9e174;
}

.link-block.w--current {
  color: #c6dd42;
}

.link-block.last {
  padding-right: 24px;
}

.button {
  background-color: #ff3979;
  border-radius: 8px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #5100ff;
}

.button.nav {
  background-color: #140a61;
  margin-left: 8px;
}

.mint-section {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  background-color: #f9e174;
  background-image: url('../images/pattern-bg.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  flex-flow: column;
  padding: 120px 24px 180px;
  display: flex;
  position: relative;
}

.price {
  color: #fffc;
  letter-spacing: 1px;
  background-color: #0e0657;
  border-radius: 6px;
  width: 680px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 1.3em;
  line-height: 1.5em;
}

.minting-container {
  border: 8px solid var(--black);
  box-shadow: -3px 3px 0 0 var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
  padding: 58px 58px 32px;
  display: flex;
}

.image {
  z-index: 1;
  width: 14vw;
  min-width: 160px;
  max-width: 300px;
  position: absolute;
  inset: auto auto -20px -20px;
  transform: rotate(-23deg);
}

.image.bl1 {
  bottom: 21%;
  left: 10vw;
  transform: rotate(20deg);
}

.image.cl2 {
  width: 16vw;
  top: 23%;
  bottom: auto;
  left: 18%;
  transform: rotate(-18deg);
}

.image.cl1 {
  z-index: 0;
  top: 20%;
  bottom: auto;
  left: -1%;
  transform: rotate(20deg);
}

.image.tl {
  z-index: 0;
  width: 12vw;
  top: -3%;
  bottom: auto;
  left: 12%;
  transform: rotate(8deg);
}

.image.bc {
  left: auto;
  transform: rotate(-11deg);
}

.image.br {
  left: auto;
  right: 0;
  transform: rotate(14deg);
}

.image.br1 {
  bottom: 25%;
  left: auto;
  right: 10vw;
  transform: scale(.8)rotate(-14deg);
}

.image.cr2 {
  z-index: 2;
  inset: 23% 24% auto auto;
  transform: rotate(10deg);
}

.image.tr {
  z-index: 0;
  width: 12vw;
  inset: -2% 12% auto auto;
  transform: rotate(8deg);
}

.image.cr1 {
  z-index: 6;
  inset: 18% -1% auto auto;
  transform: rotate(20deg);
}

.hero-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.intermission {
  color: #1f2024;
  background-color: #f9e174;
  margin-bottom: auto;
  position: relative;
}

.center-image-block {
  position: relative;
  top: -100px;
}

.center-image-block._2 {
  margin-top: -100px;
  top: -100px;
}

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

.rarity-section {
  border: 16px solid var(--black);
  background-color: #163892;
  background-image: url('../images/sketch-mock.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
  position: relative;
}

.rarity-chart {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  border: 8px solid var(--black);
  box-shadow: -11px 11px 0 -4px var(--black);
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 740px;
  padding: 32px;
  display: grid;
  position: relative;
}

.rarity-row {
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
}

.rarity-row.blue {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  background-color: #cae9fa;
  justify-content: space-between;
  align-items: center;
}

.rarity-number {
  width: 250px;
  max-width: 200px;
  font-weight: 700;
}

.rarity-heading {
  font-size: 1em;
}

.faq-section {
  background-color: #cae9fa;
  flex-direction: column;
  align-items: center;
  padding: 200px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.question {
  padding-top: 48px;
  padding-bottom: 48px;
}

.question.last {
  padding-bottom: 0;
}

.question.first {
  padding-top: 64px;
}

.faq-container {
  max-width: 720px;
}

.footer-section {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 16px;
  display: flex;
}

.domo-text {
  font-family: Right Grotesk, sans-serif;
  font-size: 16vw;
  line-height: .8em;
}

.domo-text:hover {
  color: #f9e174;
}

.domo-text.purple {
  padding-bottom: 32px;
}

.domo-text.purple:hover {
  color: #a774f9;
}

.follow-test {
  padding: 16px;
}

.bold-white-link {
  color: #fff;
}

.bold-white-link:hover {
  color: #f9e174;
}

.faq-left {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.faq-img {
  max-width: 160px;
  transform: rotate(-10deg);
}

.faq-img._1 {
  transform: translate(32px)rotate(10deg);
}

.faq-img._2 {
  transform: translate(-32px)rotate(-10deg)rotate(20deg);
}

.faq-img._3 {
  transform: translate(0)rotate(-5deg);
}

.faq-right {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-bottom {
  justify-content: space-around;
  width: 68%;
  display: flex;
  position: absolute;
  inset: auto auto -24px;
}

.faq-top {
  justify-content: space-around;
  width: 68%;
  display: flex;
  position: absolute;
  inset: -24px auto auto;
}

.rarity-image {
  padding: 16px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.mint-card-image {
  text-align: right;
  border: 5px #000;
  border-radius: 100px;
  width: 200px;
  margin: -120px auto 16px;
  overflow: visible;
}

.heading-2 {
  text-transform: capitalize;
  font-size: 24px;
}

.paragraph {
  text-align: left;
  margin-bottom: 24px;
}

.hero-price {
  z-index: 999;
  background-color: #ec0f18;
  border-radius: 8px;
  padding: 8px 12px;
  position: relative;
}

.your-roboto-name {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 1.5em;
}

.your-roboto-card {
  border: 4px solid var(--black);
  border-radius: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 12px 16px;
  overflow: hidden;
}

.your-roboto-card:hover {
  box-shadow: -6px 6px 0 0 var(--black);
  transform: translate(4px, -4px);
}

.your-roboto-image {
  border: 2px solid #c9c9c9;
  border-radius: 12px;
  padding: 12px;
}

.yourstuff-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 8px solid var(--black);
  box-shadow: -3px 3px 0 0 var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1200px;
  padding: 58px 58px 32px;
  display: grid;
}

.your-roboto-asseet {
  border: 4px none var(--black);
  border-radius: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 12px 12px 16px;
  overflow: hidden;
}

.your-roboto-card-image {
  border-radius: 12px;
}

.nav-link {
  color: #fff;
  padding: 16px;
}

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

.nav-link.logo {
  padding-left: 4px;
}

.brand {
  background-color: var(--black);
  color: #fff;
  border-right: 1px solid #494949;
  border-radius: 8px 0 0 8px;
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: var(--black);
  color: #fff;
  border-radius: 0 8px 8px 0;
  align-items: center;
  padding-right: 8px;
  display: flex;
}

.container {
  justify-content: center;
  padding: 8px;
  display: flex;
}

.image-6 {
  margin-right: 8px;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9e174;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch stretch;
  width: 100%;
  padding: 96px 32px 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section.bw {
  background-color: #0000;
}

.parts-subtitle {
  text-transform: none;
  font-family: Space Mono, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Right Grotesk, sans-serif;
  font-size: 2.25em;
}

.spec-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 8px solid var(--black);
  background-color: #0000001a;
  border-radius: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-self: center;
  place-items: center;
  max-width: 800px;
  height: 100%;
  padding: 24px;
  display: grid;
}

.spec-details {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 88vh;
  padding-right: 32px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0;
}

.tech-part-container {
  text-align: center;
}

.tech-part-container.bw {
  filter: brightness(131%) grayscale() contrast(200%);
}

.tech-description {
  padding-top: 4px;
}

.download {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  max-width: 520px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 32px;
}

.tech-message {
  padding-bottom: 8px;
}

.spec-grid-flex {
  border: 8px solid var(--black);
  background-color: #0000001a;
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-self: center;
  place-items: center;
  max-width: 800px;
  padding: 24px;
  display: flex;
}

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

.tech-part-container-row {
  text-align: center;
  margin: 16px;
}

.heading {
  width: 100%;
  position: fixed;
}

.bw {
  filter: contrast(163%) grayscale() brightness(108%);
}

.text-span {
  color: #59c635;
  font-weight: 700;
}

.text-span-2 {
  font-weight: 700;
}

.rarity-section-2 {
  background-color: #163892;
  background-image: url('../images/ChatGPT-Image-Sep-27-2025-04_25_18-PM.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 16px solid #1f2024;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
  position: relative;
}

.rarity-chart-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 8px solid #1f2024;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 900px;
  margin-top: 35px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 0 -4px #1f2024;
}

.bold-text {
  width: 200px;
  max-width: 200px;
}

.text-block-9 {
  width: 527.242px;
  max-width: 527.242px;
  font-size: 14px;
}

.bold-text-2 {
  width: 200px;
  max-width: 200px;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  width: 527.242px;
  max-width: 527.242px;
  font-size: 14px;
}

.image-7 {
  max-width: 549px;
}

.paragraph-2 {
  width: 549px;
}

.heading-5 {
  font-size: 48px;
}

.heading-4-copy {
  margin-top: 50px;
}

.image-8 {
  margin-top: -16px;
  padding-top: 0;
}

.hero-letters-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.hero-heading-2 {
  z-index: 1;
  text-shadow: -8px 8px #1f2024;
  cursor: crosshair;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10vw;
  position: relative;
}

.hero-heading-2:hover {
  color: #eedf39;
}

.hero-heading-2._2 {
  z-index: 2;
  text-shadow: -8px 8px #1f2024;
}

.hero-heading-2._2:hover {
  color: #5879ff;
}

.hero-heading-2._3 {
  z-index: 3;
  text-shadow: -8px 8px #1f2024;
}

.hero-heading-2._3:hover {
  color: #c9e66a;
}

.minting-container-copy {
  border: 8px solid var(--black);
  box-shadow: -3px 3px 0 0 var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
  padding: 58px 58px 32px;
  display: flex;
}

.paragraph-3 {
  font-size: 14px;
}

.team-circles {
  background-color: #64be1a;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
  font-size: 14px;
}

.column {
  text-align: center;
}

.paragraph-4 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.paragraph-5 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  font-size: 12px;
}

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

.paragraph-6 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.bold-text-3, .bold-text-4 {
  font-size: 14px;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}

.paragraph-10 {
  font-size: 14px;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .hero-heading {
    text-shadow: -11px 11px 0 var(--black);
  }

  .mint-section {
    overflow: hidden;
  }

  .price {
    font-size: 1em;
  }

  .minting-container {
    padding: 40px;
  }

  .image {
    min-width: 140px;
    max-width: 200px;
  }

  .rarity-section {
    overflow: hidden;
  }

  .rarity-chart {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .faq-left {
    display: none;
  }

  .faq-img {
    max-width: 120px;
  }

  .faq-right {
    display: none;
  }

  .faq-bottom {
    width: 100%;
    bottom: 0;
  }

  .faq-top {
    width: 100%;
    top: 0;
  }

  .rarity-image {
    order: -1;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .yourstuff-container {
    padding: 40px;
  }

  .container {
    max-width: 530px;
  }

  .section {
    padding-top: 88px;
  }

  .download {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .spec-grid-flex {
    max-width: none;
  }

  .heading {
    position: relative;
  }

  .rarity-section-2 {
    overflow: hidden;
  }

  .rarity-chart-2 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-heading-2 {
    text-shadow: -11px 11px #1f2024;
  }

  .minting-container-copy {
    padding: 40px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }
}

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

  .hero-section {
    height: auto;
  }

  .hero-heading {
    text-shadow: -8px 8px 0 var(--black);
    margin-top: 0;
    font-size: 37vw;
    line-height: .75em;
  }

  .primary-button.hero {
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .button.nav {
    width: 100%;
    margin-left: auto;
  }

  .minting-container {
    border-width: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image {
    min-width: 120px;
    max-width: 180px;
  }

  .image.cl2, .image.cr2 {
    top: 10%;
  }

  .hero-container {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .intermission {
    display: none;
  }

  .center-image-block {
    top: auto;
  }

  .center-image-block._2 {
    position: relative;
    top: auto;
  }

  .rarity-section {
    border-style: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rarity-chart {
    padding: 24px;
  }

  .faq-img {
    max-width: 100px;
  }

  .faq-img._1 {
    transform: rotate(10deg);
  }

  .faq-img._3 {
    max-width: 80px;
  }

  .faq-bottom {
    bottom: 24px;
  }

  .faq-top {
    top: 24px;
  }

  .rarity-image {
    width: 100%;
  }

  .mint-card-image {
    width: 124px;
  }

  .yourstuff-container {
    border-width: 4px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    padding-left: 0;
  }

  .nav-link.logo {
    display: none;
  }

  .brand {
    border-radius: 8px;
    order: -1;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
  }

  .nav-menu {
    background-color: var(--black);
    border-radius: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    border-radius: 8px;
    justify-content: space-between;
    max-width: 100%;
  }

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

  .menu-button {
    background-color: #000;
    border-radius: 16px;
    order: 1;
  }

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

  .icon {
    color: #fff;
  }

  .section {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .spec-grid {
    width: 100%;
  }

  .spec-details {
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .download {
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    bottom: auto;
  }

  .rarity-section-2 {
    border-style: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rarity-chart-2 {
    padding: 24px;
  }

  .hero-letters-2 {
    flex-direction: column;
    align-items: center;
  }

  .hero-heading-2 {
    text-shadow: -8px 8px #1f2024;
    margin-top: 0;
    font-size: 37vw;
    line-height: .75em;
  }

  .minting-container-copy {
    border-width: 6px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2em;
  }

  .nav-bar {
    margin-left: 16px;
    margin-right: 16px;
  }

  .link-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-block.w--current, .link-block.rarity {
    display: none;
  }

  .mint-section {
    flex-flow: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .price {
    width: 320px;
  }

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

  .image {
    min-width: 100px;
    max-width: 160px;
  }

  .intermission {
    display: none;
  }

  .rarity-section {
    background-color: #fff;
    background-image: none;
    padding: 48px 16px;
  }

  .rarity-chart {
    box-shadow: none;
    border-style: none;
    padding: 0;
  }

  .rarity-row {
    flex-flow: column;
    width: 320px;
    max-width: 320px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .rarity-row.blue {
    flex-flow: column;
    width: 320px;
    max-width: 320px;
  }

  .rarity-number {
    width: 320px;
    max-width: 320px;
    padding-left: 10px;
  }

  .rarity-heading {
    width: 300px;
    padding-left: 10px;
  }

  .faq-section {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    width: 320px;
    padding-left: 0;
    padding-right: 10px;
  }

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

  .text-block-8 {
    display: none;
  }

  .your-roboto-name {
    margin-top: 8px;
    font-size: 1em;
  }

  .your-roboto-card {
    padding: 9px;
  }

  .yourstuff-container {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .your-roboto-asseet {
    padding: 9px;
  }

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

  .spec-grid, .spec-grid-flex {
    padding: 12px;
  }

  .rarity-section-2 {
    background-color: #fff;
    background-image: none;
    width: 320px;
    padding: 48px 0;
  }

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

  .rarity-chart-2 {
    box-shadow: none;
    border-style: none;
    padding: 0;
  }

  .text-block-9, .text-block-10, .text-block-11 {
    width: 300px;
    max-width: 320px;
  }

  .text-block-12 {
    width: 300px;
    max-width: 300px;
  }

  .text-block-13 {
    width: 320px;
    max-width: 320px;
    padding-left: 10px;
  }

  .heading-4-copy {
    text-align: center;
  }

  .hero-letters-2 {
    font-size: 12px;
  }

  .hero-heading-2 {
    font-size: 30vw;
  }

  .minting-container-copy {
    margin-top: 89px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-3 {
    padding-left: 0;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

#w-node-e8388cf5-22f6-69e3-685f-3fb0d33b878f-b65132a9, #w-node-e8388cf5-22f6-69e3-685f-3fb0d33b879a-b65132a9, #w-node-e8388cf5-22f6-69e3-685f-3fb0d33b87a4-b65132a9, #w-node-e8388cf5-22f6-69e3-685f-3fb0d33b87ae-b65132a9, #w-node-e8388cf5-22f6-69e3-685f-3fb0d33b87b8-b65132a9, #w-node-e8388cf5-22f6-69e3-685f-3fb0d33b87c2-b65132a9, #w-node-_0c0264d5-0fc7-e86c-8cec-12a83882ac55-b65132a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbc38f2c-32d5-ee6f-9ad2-9725b5c6885e-b65132a9, #w-node-fbc38f2c-32d5-ee6f-9ad2-9725b5c68860-b65132a9, #w-node-_2f5ef7cd-ede7-c3e1-f286-f09889f00ad4-b65132a9, #w-node-_2f5ef7cd-ede7-c3e1-f286-f09889f00ad6-b65132a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17b516e0-1675-4983-56c1-2d517321fe6f-b65132ac {
  justify-self: center;
}

#w-node-_4eef881a-8a0b-0b7f-a192-eb158e5ccf85-b65132ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf085115-9fb5-3934-bff3-ad7151a4386d-b65132ac {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_85905fbe-2c73-c15b-c60d-e0830d14d00e-b65132ac {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8d64b1d1-cddd-b0e5-304f-f903cbdf8788-b65132ac {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b969b4fb-9f87-69be-8f93-2b5531b9e672-b65132ac {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_9f6830b4-ae79-ba78-10b0-328f2706e12e-b65132ac {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6a384503-06be-4214-550a-98e07b1dddbd-b65132ac {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0377931e-9235-e83f-5836-784462ab588e-b65132ac {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_308f2ed7-91b7-28f4-6bca-1980e8bc4d38-b65132ac {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_17b516e0-1675-4983-56c1-2d517321fe6f-b65132ad {
  justify-self: center;
}

#w-node-_4eef881a-8a0b-0b7f-a192-eb158e5ccf85-b65132ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bf085115-9fb5-3934-bff3-ad7151a4386d-b65132ad {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_85905fbe-2c73-c15b-c60d-e0830d14d00e-b65132ad {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8d64b1d1-cddd-b0e5-304f-f903cbdf8788-b65132ad {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b969b4fb-9f87-69be-8f93-2b5531b9e672-b65132ad {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_9f6830b4-ae79-ba78-10b0-328f2706e12e-b65132ad {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6a384503-06be-4214-550a-98e07b1dddbd-b65132ad {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0377931e-9235-e83f-5836-784462ab588e-b65132ad {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_308f2ed7-91b7-28f4-6bca-1980e8bc4d38-b65132ad {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_17b516e0-1675-4983-56c1-2d517321fe6f-b65132ae {
  justify-self: center;
}

#w-node-_6d743476-bb55-2d25-b564-f9beec69d729-b65132af, #w-node-a00e1cff-2567-d0e3-b0c0-e8ab48c8d61d-b65132af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76d4a55e-a337-ab32-3f71-987af0777d6e-b65132af, #w-node-a9e9451d-36e0-c4c6-24ae-e19a051986c1-b65132af {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_3e50bec3-cf5b-6def-b081-8f21cf3bae2f-b65132af, #w-node-_6d743476-bb55-2d25-b564-f9beec69d729-b65132b0, #w-node-a00e1cff-2567-d0e3-b0c0-e8ab48c8d61d-b65132b0, #w-node-_6d743476-bb55-2d25-b564-f9beec69d729-b65132b1, #w-node-a00e1cff-2567-d0e3-b0c0-e8ab48c8d61d-b65132b1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-e8388cf5-22f6-69e3-685f-3fb0d33b879a-b65132a9, #w-node-e8388cf5-22f6-69e3-685f-3fb0d33b87a4-b65132a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fbc38f2c-32d5-ee6f-9ad2-9725b5c6885e-b65132a9, #w-node-_2f5ef7cd-ede7-c3e1-f286-f09889f00ad4-b65132a9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_62166a14-f9e2-e7fa-3db7-be8d78e5d967-b65132a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Right Grotesk';
  src: url('../fonts/PPRightGrotesk-SpatialBlack.woff2') format('woff2'), url('../fonts/PPRightGrotesk-SpatialBlack.eot') format('embedded-opentype'), url('../fonts/PPRightGrotesk-SpatialBlack.woff') format('woff'), url('../fonts/PPRightGrotesk-SpatialBlack.ttf') format('truetype'), url('../fonts/PPRightGrotesk-SpatialBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}