#root {
  background-color: #de1f26;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 0.3s;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}
@keyframes logo-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}
.card {
  padding: 2em;
}
.read-the-docs {
  color: #888;
}
.homeContent.mob {
  width: 100%;
  top: 0;
  left: 0;
  padding: 10% 5% 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  background-color: #de1f26;
}
.homeContent.mob .homeMenu.mob {
  width: 100%;
  padding: 0 9% 0 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.homeContent.mob .homeMenu.mob img {
  width: 10rem;
}
.homeContent.mob .homeContentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.homeContent.mob .mobMenu {
  font-size: 50px;
  line-height: 1rem;
  font-weight: 700;
  position: relative;
  color: #ffe089;
  transform: translate(-2px);
  filter: drop-shadow(5px 0px 0px rgba(0, 0, 0));
}
.homeContent.mob .mobMenu:after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  z-index: -1;
  font-weight: 700;
  -webkit-text-stroke: 4px black;
}
@media only screen and (min-width: 500px) and (max-width: 550px) {
  .homeContent.mob {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 600px) {
  .homeContent.mob {
    padding: 0 13%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .homeContent.mob {
    width: 100%;
    height: 100vh;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
  }
  .homeContent.mob .banner {
    width: 400px;
  }
  .homeContent.mob .homeMenu.mob {
    width: 100%;
    padding: 0 9% 0 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .homeContent.mob .homeMenu.mob img {
    width: 10rem;
  }
}
.homeContent.desktop {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #de1f26;
  display: none;
}
.homeContent.desktop img.banner {
  width: 800px;
  margin: -3.5rem 0 0;
}
.homeContent.desktop .homeMenu.desktop {
  display: flex;
  justify-content: space-between;
  padding: 0 4.3% 0 1.8%;
}
.homeMenu.desktop ul {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1rem;
  color: #f6dd94;
}
.homeMenu.desktop li a:hover {
  filter: drop-shadow(0 3px 0 black);
  paint-order: stroke fill;
  -webkit-text-stroke: 0.75px black;
}
@media only screen and (min-width: 1000px) {
  .homeContent.mob {
    display: none;
  }
  .homeContent.desktop {
    display: flex;
  }
  .homeContent.desktop img.banner {
    width: 1000px;
  }
  .homeMenu.desktop ul {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1300px) {
  .homeContent.desktop img.banner {
    width: 1300px;
  }
  .homeMenu.desktop ul {
    font-size: 1.5rem;
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .homeContent.desktop img.banner {
    width: 1400px;
  }
  .homeMenu.desktop ul {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1800px) {
  .homeContent.desktop img.banner {
    width: 1400px;
  }
  .homeMenu.desktop ul {
    font-size: 1.8rem;
  }
}
.mob.menu {
  animation: fadeIn 0.3s linear;
  bottom: 0;
  width: 100%;
  background-color: #8b1317;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mob.menu img.upsideChonk {
  width: 20rem;
  position: absolute;
  top: -100px;
  rotate: 180deg;
  transform: scaleX(-1);
}
.redBar {
  position: absolute;
  background-color: #de1f26;
  width: 100%;
  height: 8rem;
  bottom: 0;
  padding: 0 9% 0 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.redBar img {
  width: 10rem;
}
.mob.menu .chonk {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 280px;
  transform: translate(0);
  animation: chonkUp 1s linear;
}
.mob.menu ul {
  font-size: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: -3rem;
}
.mob.menu ul a {
  color: #ffe089;
}
.mob.menu ul a.selected {
  filter: drop-shadow(2px 7px 0px rgba(0, 0, 0, 1));
  position: relative;
}
.mob.menu ul a.selected:after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  z-index: -1;
  font-weight: 700;
  -webkit-text-stroke: 4px black;
}
.optionsWrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000080;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.optionsWrapper .optionsPopup {
  width: 400px;
  padding: 3rem 0 6rem;
  background-color: #de1f26;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  border: 3px solid black;
  box-shadow: 0 0 30px #0000004d;
  animation: popIn 0.2s linear;
}
@keyframes popIn {
  0% {
    scale: 0.5;
  }
  to {
    scale: 1;
  }
}
@media only screen and (max-width: 500px) {
  .optionsWrapper .optionsPopup {
    width: 90%;
  }
}
.options {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.opt {
  width: 240px;
  height: 55px;
  background-color: #000;
  background-color: #ffe089;
  color: #000;
  position: relative;
  z-index: 1;
  border: 3px solid black;
  box-shadow: 0 7px #000;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: bicyclette, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
.optionsPopup h1 {
  margin: -21px 0 0;
}
.optionsPopup img.chonk1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  z-index: 1;
}
.optionsPopup .exit {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2.5rem;
  color: #ffe089;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.socials {
  display: flex;
  gap: 0.5rem;
  z-index: 10;
  position: relative;
}
.socials .social {
  height: 65px;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 100%;
}
.social img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
label img {
  width: 8rem;
}
header {
  width: 100%;
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 0 10%;
}
nav {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
}
nav ul a,
nav ul p {
  color: #ffe089;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
}
nav ul a.selected {
  filter: drop-shadow(0px 3px 0px rgba(0, 0, 0, 1));
}
nav ul a.selected:after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  z-index: -1;
  font-weight: 700;
  -webkit-text-stroke: 2px black;
}
.mobMenu {
  font-size: 55px;
  line-height: 1rem;
  font-weight: 700;
  position: relative;
  color: #ffe089;
  transform: translateY(-6px);
  display: none;
}
.mobMenu:after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  z-index: -1;
  font-weight: 700;
  -webkit-text-stroke: 4px black;
}
@media only screen and (max-width: 1200px) {
  nav ul {
    display: none;
  }
  .mobMenu {
    display: flex;
  }
}
.mobMenuMain {
  width: 100%;
  height: 100vh;
  background-color: #8b1317;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  animation: fadeIn 0.3s linear;
}
.mobMenuMain .chonk {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 220px;
  transform: translate(0);
  animation: chonkUp 1s linear;
}
@keyframes chonkUp {
  0% {
    transform: translateY(300px);
  }
  to {
    transform: translate(0);
  }
}
.mobMenuMain ul {
  font-size: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: -3rem;
}
.mobMenuMain ul a,
.mobMenuMain ul p {
  color: #ffe089;
}
.mobMenuMain ul a.selected {
  filter: drop-shadow(2px 7px 0px rgba(0, 0, 0, 1));
  position: relative;
}
.mobMenuMain ul a.selected:after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  z-index: -1;
  font-weight: 700;
  -webkit-text-stroke: 4px black;
}
@media only screen and (min-width: 1600px) {
  header {
    height: 7rem;
  }
  nav ul a {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1800px) {
  header {
    height: 7.5rem;
  }
  nav ul a {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 2000px) {
  header {
    height: 8rem;
  }
  nav ul a {
    font-size: 1.3rem;
  }
}
.music-bar {
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #8b1317;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1rem #00000080;
  border: 0.15rem solid #5f0c0f;
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .music-bar {
    bottom: 10px;
    right: 10px;
  }
}
.music-bar img {
  position: absolute;
  bottom: 0;
  border-radius: 100%;
}
.music-bar:hover img {
  scale: 0.9;
}
.music-bar .musicPlayer {
  width: 300px;
  height: 100px;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 0;
  border-radius: 10px;
  background-color: #5f0c0f;
  box-shadow: 0 0 1rem #00000080;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.7rem;
}
.music-bar .musicPlayer:after {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
  width: 20px;
  background-color: #5f0c0f;
  bottom: -5px;
  right: 20px;
  rotate: 45deg;
  border-radius: 2px;
}
.music-bar .musicPlayer h3 {
  text-align: center;
  line-height: 100%;
  font-size: 1.5rem;
  color: #ffe089;
}
.music-bar .musicPlayer button {
  width: 60px;
  border-radius: 100%;
  aspect-ratio: 1/1;
  background-color: #de1f26;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.music-bar .settings {
  display: flex;
  align-items: center;
  gap: 10px;
}
.music-bar .settings i {
  color: #ffddde;
}
.music-bar img.music.two {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 120px;
}
.chonkenomics {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0 0;
  gap: 1rem;
  flex-wrap: wrap;
  gap: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1190px) {
  .chonkenomics {
    padding: 10rem 0 2rem;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 600px) {
  .chonkenomics {
    gap: 2rem;
  }
}
.chonkenomics .l {
  width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  color: #ffe089;
}
.mobileChonkenomics.l {
  display: none;
}
@media only screen and (max-width: 1190px) {
  .chonkenomics .l {
    display: none;
  }
  .mobileChonkenomics.l {
    display: flex;
  }
}
.chonkenomic {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 500px) {
  .chonkenomic {
    gap: 2rem;
  }
}
.chonkenomics .l h1 {
  font-family: peachy-keen-jf, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  position: relative;
  color: #ffe089;
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 1));
  text-align: center;
}
.chonkenomics .l h1:after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  z-index: -1;
  font-weight: 700;
  -webkit-text-stroke: 5px black;
}
@media only screen and (max-width: 410px) {
  .chonkenomics .l h1:after {
    position: absolute;
    content: attr(data-text);
    left: 0;
    top: 0;
    z-index: -1;
    font-weight: 700;
    -webkit-text-stroke: 5px black;
  }
}
.chonkenomics .l .btns button {
  width: 200px;
  height: 50px;
  transform: scale3d(0.5);
  position: relative;
}
.chonkenomics p {
  width: 520px;
  text-align: center;
  font-family: bicyclette;
  font-size: 1.3rem;
  letter-spacing: -0.5px;
  color: #ffe089;
  font-weight: 400;
}
.chonkenomics li p {
  font-weight: 700;
  font-size: 1.5rem;
}
.chonkenomics li p span {
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .chonkenomics .l {
    min-width: unset;
    width: 100%;
  }
  .chonkenomics .l h1 {
    font-size: 2.8rem;
    filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 1));
  }
  .chonkenomics p {
    width: 100%;
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 410px) {
  .chonkenomics .l h1 {
    font-size: 2.4rem;
  }
}
.chonkenomics .r {
  width: 500px;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 520px) {
  .chonkenomics .r {
    width: 80%;
    aspect-ratio: 1/1;
  }
}
.chonkenomics .r img.pizza {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
  border-radius: 100%;
}
.r .pizza {
  position: absolute;
  left: 0;
  transition: 0.2s;
}
.r .slice1,
.r .slice2,
.r .slice3 {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 50%;
  transition: 0.2s;
}
.r .slice1 {
  top: 15%;
  left: 18%;
  rotate: 90deg;
}
.r .slice2 {
  top: 20%;
  left: 0%;
  rotate: 36deg;
}
.r .slice3 {
  top: 18%;
  left: 11%;
  rotate: 63deg;
}
.r .slice1:hover {
  cursor: pointer;
  scale: 1.1;
  transform: translate(-30px, 10px);
  filter: drop-shadow(-0px -0px 10px rgba(0, 0, 0, 0.5));
}
.r .slice2:hover,
.r .slice3:hover {
  cursor: pointer;
  transform: translate(-30px);
  scale: 1.1;
  filter: drop-shadow(-0px -0px 10px rgba(0, 0, 0, 0.5));
}
.r .pizza:hover {
  cursor: pointer;
  scale: 1.1;
  filter: drop-shadow(-0px -0px 10px rgba(0, 0, 0, 0.5));
}
span.bold {
  font-weight: 700;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1600px) {
  .chonkenomics {
    gap: 50px;
  }
  .chonkenomics .desk.l {
    width: 700px;
    gap: 25px;
  }
  .chonkenomics .desk.l h1 {
    font-size: 4.5rem;
    filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 1));
  }
  .chonkenomics .desk.l h1:after {
    -webkit-text-stroke: 6px black;
  }
  .chonkenomics p {
    width: 520px;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
  }
}
@media only screen and (min-width: 1800px) {
  .chonkenomics {
    gap: 100px;
  }
  .chonkenomics .desk.l {
    width: 720px;
    display: flex;
  }
  .chonkenomics .r {
    width: 550px;
  }
  .chonkenomics .desk.l h1 {
    font-size: 5.5rem;
    filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 1));
  }
  .chonkenomics .desk.l h1:after {
    -webkit-text-stroke: 7px black;
  }
  .chonkenomics p {
    width: 520px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
  }
}
.wat {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0 0;
  position: absolute;
  top: 0;
  left: 0;
  flex-wrap: wrap;
  background-color: #de1f26;
}
@media only screen and (max-width: 1090px) {
  .wat {
    gap: 40px;
    padding: 10rem 0 2rem;
  }
}
.wat .l {
  min-width: 40%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wat .l img {
  width: 480px;
  height: 480px;
  position: relative;
  z-index: 1;
}
.wat .l .floor {
  width: 100%;
  height: 80px;
  border-radius: 100%;
  background-color: #8d1317;
  position: absolute;
  bottom: 10px;
}
.wat .r {
  min-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #ffe089;
  padding: 0 0 60px;
}
.wat .r h1 {
  font-family: peachy-keen-jf, sans-serif;
  font-size: 4rem;
  position: relative;
  color: #ffe089;
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 1));
  font-weight: 700;
  text-align: center;
}
.wat .r h1:after {
  position: absolute;
  content: "WAT IS CHONKY?";
  left: 0;
  top: 0;
  z-index: -1;
  font-weight: 700;
  -webkit-text-stroke: 5px black;
}
.wat .r .btns {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wat .r .btns button {
  padding: 0 30px;
  height: 50px;
  position: relative;
  border: 3px solid #1a1a1a;
  box-shadow: 0 7px #1a1a1a;
  border-radius: 0.6rem;
}
.wat .r .btns button:nth-child(1) {
  background-color: #ffe089;
  color: #1a1a1a;
}
.wat .r .btns a:nth-child(2) button {
  background-color: #de1f26;
  color: #ffe089;
}
.wat p {
  width: 520px;
  text-align: center;
  font-family: bicyclette, Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  color: #ffe089;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.r .jokeWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.r .jokeWrapper .loader {
  width: 20px;
  aspect-ratio: 1/1;
  border: 5px solid #1a1a1a;
  border-left: 5px solid #de1f26;
  border-radius: 100%;
  animation: loaderSpin 1s linear infinite;
}
@keyframes loaderSpin {
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .wat {
    height: unset;
  }
  .wat .l {
    width: 90%;
  }
  .wat .r {
    width: 90%;
    gap: 30px;
  }
  .wat .l img {
    width: 90%;
    height: 90%;
  }
  .wat p {
    width: 95%;
    margin: unset;
  }
  .wat .r h1 {
    font-size: 3rem;
    line-height: 2.8rem;
    letter-spacing: -1.3px;
  }
}
@media only screen and (min-width: 1600px) {
  .wat .r,
  .wat .l {
    scale: 1.08;
  }
  .wat .l .floor {
    width: 90%;
  }
}
@media only screen and (min-width: 1800px) {
  .wat .r,
  .wat .l {
    scale: 1.21;
  }
  .wat .l .floor {
    width: 85%;
  }
}
@media only screen and (min-width: 2000px) {
  .wat .r,
  .wat .l {
    scale: 1.35;
  }
  .wat .l .floor {
    width: 70%;
  }
}
.preview {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preview .reveal {
  width: 500px;
  height: 500px;
  border: 3px solid black;
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reveal video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.load {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 10px solid #ffe089;
  border-left: 10px solid transparent;
  animation: loading 0.5s infinite linear;
  position: absolute;
}
@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .preview .reveal {
    width: 90%;
    aspect-ratio: 1/1;
  }
}
.blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000004d;
  z-index: 1;
}
img.blurredImage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
button.rev {
  position: absolute;
}
iframe {
  width: 100%;
  height: 100svh;
  position: absolute;
  background-color: #de1f26;
}
body {
  background-color: #de1f26;
}
.merch {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #de1f26;
}
.merch .l {
  min-width: 40%;
  min-height: 100vh;
  position: relative;
}
.merch .l img {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 5%;
}
.merch .r {
  min-width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 600px) {
  .merch .r {
    gap: 30px;
  }
}
.merch button.gib {
  width: 250px;
  height: 50px;
  position: relative;
  border: 3px solid #1a1a1a;
  box-shadow: 0 7px #1a1a1a;
  border-radius: 0.6rem;
  background-color: #ffe089;
  color: #1a1a1a;
}
.merch .r h1 {
  font-family: peachy-keen-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.5rem;
  position: relative;
  color: #ffe089;
  letter-spacing: -1px;
  filter: drop-shadow(0px 9px 0px rgba(0, 0, 0, 1));
  font-weight: 700;
}
.merch .r h1:after {
  position: absolute;
  content: "MURCH";
  left: 0;
  z-index: -1;
  font-weight: 700;
  -webkit-text-stroke: 8px black;
}
.merch .r p {
  width: 520px;
  text-align: center;
  font-family: bicyclette, Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  color: #ffe089;
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 600px) {
  .merch .r p {
    margin: unset;
  }
}
.mobileGoku {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .merch {
    padding: 10rem 0 0;
    gap: 1.5rem;
    flex-direction: column;
    justify-content: space-between;
  }
  .merch .l {
    display: none;
  }
  .mobileGoku {
    display: unset;
    left: 0;
    bottom: 0;
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  .merch .r h1 {
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .merch .r {
    width: 90%;
  }
  .wat .l img {
    width: 90%;
    height: 90%;
  }
  .merch .r p {
    width: 95%;
  }
  .merch .r h1 {
    font-size: 4.5rem;
  }
  .mobileGoku {
    width: 95%;
    left: unset;
  }
}
@media only screen and (min-width: 1600px) {
  .merch .r {
    scale: 1.08;
  }
}
@media only screen and (min-width: 1800px) {
  .merch .r {
    scale: 1.18;
  }
}
@media only screen and (min-width: 2000px) {
  .merch .r {
    scale: 1.26;
  }
}
*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:before,
:after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.fixed {
  position: fixed;
}
.left-0 {
  left: 0;
}
.left-\[-4\%\] {
  left: -4%;
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[16\%\] {
  left: 16%;
}
.left-\[24\%\] {
  left: 24%;
}
.left-\[3\%\] {
  left: 3%;
}
.left-\[33\%\] {
  left: 33%;
}
.left-\[46\%\] {
  left: 46%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[56\%\] {
  left: 56%;
}
.top-0 {
  top: 0;
}
.top-\[-2\%\] {
  top: -2%;
}
.top-\[18\%\] {
  top: 18%;
}
.top-\[3\%\] {
  top: 3%;
}
.top-\[45\%\] {
  top: 45%;
}
.top-\[54\%\] {
  top: 54%;
}
.top-\[60\%\] {
  top: 60%;
}
.top-\[77\%\] {
  top: 77%;
}
.top-\[90\%\] {
  top: 90%;
}
.top-\[99\%\] {
  top: 99%;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[3\] {
  z-index: 3;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-screen {
  height: 100vh;
}
.w-screen {
  width: 100vw;
}
.grow {
  flex-grow: 1;
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.bg-\[\#f00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration-line: underline;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1))
    drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color-scheme: light dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: peachy-keen-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: red;
  background-color: #de1f26;
}
a {
  color: inherit;
  outline: inherit;
  border: inherit;
  text-decoration: inherit;
}
h1 {
  font-size: 3.2em;
  line-height: 1.1;
}
button:hover {
  scale: 1.1;
}
.normalize-color {
  filter: saturate(0.8);
}
.font-peachy {
  font-family: peachy-keen-jf, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #de1f26;
  }
}
@media (max-aspect-ratio: 4/3) {
  .control-aspect-footer-left {
    height: 80px;
  }
  .control-aspect-footer-right {
    height: 68px;
  }
}
@media (max-aspect-ratio: 1/1) {
  .control-aspect-footer-left,
  .control-aspect-footer-right {
    height: 60px;
  }
}
@media only screen and (max-width: 760px) {
  .mobile {
    display: flex;
  }
  .desktop {
    display: none;
  }
  .wen-mobile {
    height: 10%;
  }
}
button:focus {
  outline: none !important;
}
.wen1 {
  animation-name: wen1;
  animation-duration: 3s;
  animation-delay: 0s;
}
.wen2 {
  animation-name: wen2;
  animation-duration: 3s;
  animation-delay: 0.3s;
}
.wen3 {
  animation-name: wen3;
  animation-duration: 3s;
  animation-delay: 0.6s;
}
.wen4 {
  animation-name: wen1;
  animation-duration: 3s;
  animation-delay: 0.9s;
}
.wen5 {
  animation-name: wen3;
  animation-duration: 3s;
  animation-delay: 1.2s;
}
.wen6 {
  animation-name: wen2;
  animation-duration: 3s;
  animation-delay: 1.5s;
}
.wen7 {
  animation-name: wen1;
  animation-duration: 3s;
  animation-delay: 1.8s;
}
.wen8 {
  animation-name: wen3;
  animation-duration: 3s;
  animation-delay: 2.1s;
}
.wen9 {
  animation-name: wen4;
  animation-duration: 3s;
  animation-delay: 2.4s;
}
.wen10 {
  animation-name: wen2;
  animation-duration: 3s;
  animation-delay: 2.7s;
}
.soon {
  animation-name: soon;
  animation-duration: 4s;
  animation-delay: 3s;
  animation-timing-function: ease-in;
}
@keyframes wen1 {
  0% {
    opacity: 1;
    transform: scale(0) skew(0) rotate(0);
  }
  to {
    opacity: 0;
    transform: scale(2) skew(10deg) rotate(30deg);
  }
}
@keyframes wen2 {
  0% {
    opacity: 1;
    transform: scale(0) rotate(0);
  }
  to {
    opacity: 0;
    transform: scale(1.3) rotate(-45deg);
  }
}
@keyframes wen3 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(4);
  }
}
@keyframes wen4 {
  0% {
    opacity: 1;
    transform: scale(0) rotate(0);
  }
  to {
    opacity: 0;
    transform: scale(1) rotate(3600deg);
  }
}
@keyframes soon {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(5);
  }
}
.noPageFound {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.noPageFound p {
  color: #ffe089;
  font-size: 40px;
}
.noPageFound button {
  padding: 0 30px;
  height: 50px;
  position: relative;
  border: 3px solid #1a1a1a;
  box-shadow: 0 7px #1a1a1a;
  border-radius: 0.6rem;
  background-color: #ffe089;
  color: #1a1a1a;
}
a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
