.braink-home {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  overflow: hidden;
}
.braink-home::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50vh;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: linear-gradient(transparent, #000000);
}
.braink-home .hcanvas {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 130vh;
  opacity: 1;
  pointer-events: none;
}
.braink-home .hplane {
  position: absolute;
  z-index: 0;
  width: 100vw;
  min-width: 288px;
  height: 100%;
  margin: 0 auto;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.braink-home .hplane img {
  display: none;
}
.braink-home .htokens {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
.braink-home .htokens .token {
  position: absolute;
  z-index: 1;
}
.braink-home .htokens .token--m {
  top: 10%;
  right: -5%;
  -webkit-transform: rotate(-30deg) scale(1);
          transform: rotate(-30deg) scale(1);
}
.braink-home .htokens .token--l {
  top: 5%;
  left: 5%;
  -webkit-transform: rotate(-30deg) scale(1.25);
          transform: rotate(-30deg) scale(1.25);
}
.braink-home .htokens .token--llr {
  bottom: 40%;
  right: 0%;
  -webkit-transform: rotate(-30deg) scale(1.25);
          transform: rotate(-30deg) scale(1.25);
}
.braink-home .htokens .token--xl {
  z-index: 2;
  bottom: 20%;
  left: 0;
  -webkit-transform: rotate(-30deg) scale(3);
          transform: rotate(-30deg) scale(3);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.braink-home .htokens .jetpack {
  position: absolute;
  z-index: 6;
  width: 350px;
  height: auto;
  bottom: -10%;
  left: -5%;
  -o-object-fit: contain;
     object-fit: contain;
}
.braink-home .htitle {
  position: relative;
  z-index: 1;
  width: 90%;
  min-width: 288px;
  height: 90vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.braink-home .htitle h1 {
  font-family: "Space Mono", monospace;
  font-size: 45px;
  line-height: 45px;
  color: #FFFFFF;
  font-weight: bold;
}
@media (min-width: 768px) {
  .braink-home .htitle h1 {
    font-size: 50.4px;
    line-height: 50.4px;
  }
}
@media (min-width: 1024px) {
  .braink-home .htitle h1 {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}
@media (min-width: 1440px) {
  .braink-home .htitle h1 {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}
.braink-home .htitle h1 {
  font-family: "Space Grotesk", sans-serif;
  text-wrap: balance;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.braink-home .htitle h1 span {
  background: linear-gradient(120deg, #FF00FF 0%, rgb(255, 56.1, 255) 22%, #00f5ff 50%, #7a5cff 74%, #FF00FF 100%);
  background-size: 220% 220%;
  background-position: 0% 50%;
  color: #FF00FF;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 14px rgba(255, 0, 255, 0.22), 0 0 22px rgba(0, 245, 255, 0.2);
  -webkit-animation: brainkPinkFlux 5s linear infinite;
          animation: brainkPinkFlux 5s linear infinite;
}
@-webkit-keyframes brainkPinkFlux {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes brainkPinkFlux {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.braink-home .htitle p {
  font-family: "Space Mono", monospace;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 400;
}
@media (min-width: 768px) {
  .braink-home .htitle p {
    font-size: 22.4px;
    line-height: 29.12px;
  }
}
@media (min-width: 1024px) {
  .braink-home .htitle p {
    font-size: 1.2vw;
    line-height: 1.56vw;
  }
}
@media (min-width: 1440px) {
  .braink-home .htitle p {
    font-size: 1.2vw;
    line-height: 1.56vw;
  }
}
.braink-home .htitle p {
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.braink-home .timeline {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.braink-home .timeline__cards {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.braink-home .timeline__cards::-webkit-scrollbar {
  display: none;
}
.braink-home .timeline__cards.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
  scroll-behavior: auto;
}
.braink-home .timeline__progress {
  position: relative;
  z-index: 0;
  width: 90%;
  min-width: 288px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 10px 1fr 10px 6fr 10px 1fr 10px 2fr;
  grid-template-columns: 2fr 1fr 6fr 1fr 2fr;
  grid-auto-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.braink-home .timeline__progress .bar {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 4px;
  background: #27272b;
  overflow: hidden;
}
.braink-home .timeline__progress .bar span {
  width: 0;
  height: 5px;
  display: block;
  background: #FF00FF;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.braink-home .timeline__progress .year {
  color: #FFFFFF;
  font-family: "Space Mono", monospace;
  font-size: 16px;
  line-height: 19.2px;
  color: #FFFFFF;
  font-weight: 500;
}
@media (min-width: 768px) {
  .braink-home .timeline__progress .year {
    font-size: 17.92px;
    line-height: 21.504px;
  }
}
@media (min-width: 1024px) {
  .braink-home .timeline__progress .year {
    font-size: 18px;
    line-height: 21.6px;
  }
}
@media (min-width: 1440px) {
  .braink-home .timeline__progress .year {
    font-size: 20px;
    line-height: 24px;
  }
}
.braink-home .timeline__progress .button {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.braink-home .timeline__progress .button--prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.braink-home .timeline__progress .button--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .braink-home .hplane {
    aspect-ratio: 16/9;
  }
  .braink-home .htitle h1 {
    text-align: center;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  .braink-home .htokens .token--m {
    top: 7vw;
    right: 75vw;
    width: 7vw;
    height: 7vw;
    -webkit-transform: rotate(-30deg) scale(1);
            transform: rotate(-30deg) scale(1);
  }
  .braink-home .htokens .token--l {
    top: 10vw;
    left: 90vw;
    width: 10vw;
    height: 10vw;
  }
  .braink-home .htokens .token--llr {
    bottom: 10vw;
    right: 10vw;
  }
  .braink-home .htokens .token--xl {
    bottom: 14vw;
    left: 5vw;
    width: 11.5vw;
    height: 11.5vw;
    -webkit-filter: blur(0.35vw);
            filter: blur(0.35vw);
  }
  .braink-home .htokens .jetpack {
    width: 25vw;
    bottom: -20vh;
    left: 10vw;
  }
  .braink-home .htitle {
    width: 80vw;
  }
  .braink-home .htitle h1 {
    width: 82.5%;
    margin: 0 auto;
    margin-top: 100px;
  }
  .braink-home .htitle p {
    width: 32.5%;
    margin: 0 auto;
    margin-top: 0.5vw;
    text-transform: uppercase;
    text-align: left;
  }
  .braink-home .timeline__cards {
    padding: 0 5%;
    gap: 1vw;
  }
  .braink-home .timeline__progress {
    margin-top: 2vw;
    padding-bottom: 1vw;
    -ms-grid-columns: 1fr 1vw 2fr 1vw 6fr 1vw 2fr 1vw 1fr;
    grid-template-columns: 1fr 2fr 6fr 2fr 1fr;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1vw;
  }
  .braink-home .timeline__progress .bar {
    height: 0.25vw;
  }
  .braink-home .timeline__progress .bar span {
    height: 0.25vw;
  }
  .braink-home .timeline__progress .year {
    color: #FFFFFF;
    font-family: "Space Mono", monospace;
    font-size: 16px;
    line-height: 19.2px;
    color: #FFFFFF;
    font-weight: 500;
  }
}
@media (min-width: 1024px) and (min-height: 600px) and (min-width: 768px) {
  .braink-home .timeline__progress .year {
    font-size: 17.92px;
    line-height: 21.504px;
  }
}
@media (min-width: 1024px) and (min-height: 600px) and (min-width: 1024px) {
  .braink-home .timeline__progress .year {
    font-size: 1.15vw;
    line-height: 1.38vw;
  }
}
@media (min-width: 1024px) and (min-height: 600px) and (min-width: 1440px) {
  .braink-home .timeline__progress .year {
    font-size: 1.15vw;
    line-height: 1.38vw;
  }
}
@media (min-width: 1024px) and (min-height: 600px) {
  .braink-home .timeline__progress .button {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .braink-home .timeline__progress .button--prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .braink-home .timeline__progress .button--next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}