:root {
  --black: black;
  --silver: #a6a6ad;
  --main: #15f800;
  --border-x16: #fefe8840;
  --dope: #50ff67;
  --color-x512: #ff7070;
  --border-x512: #ff707040;
  --atom: #ededed;
  --stroke: #222331;
  --border-x4: #b9ff6e40;
  --color-x4: #b9ff6e;
  --shadow-x4: #6aff00cc;
  --color-x16: #fefe88;
  --color-x64: #97ffff;
  --color-x256: #ffa4ff;
  --border-x64: #98ffff40;
  --border-x256: #ffa3ff40;
  --border-x0: #ffffff40;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.body {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8rem;
  font-family: Ruberoid, Arial, sans-serif;
  display: flex;
}

.hero-section {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.background-wrapper {
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: .0625rem;
  display: flex;
}

.background-image {
  z-index: -9999;
  mix-blend-mode: lighten;
  object-fit: cover;
  object-position: 50% 0%;
  width: 80%;
  height: auto;
  position: relative;
  overflow: visible;
}

.nav-wrapper {
  order: 1;
}

.navbar-wrapper {
  grid-column-gap: .625rem;
  order: 2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
}

.navbar {
  grid-column-gap: 2rem;
  background-color: #0000001a;
  border: .0625rem solid #4d61504d;
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 70rem;
  max-height: 6rem;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
}

.nav-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-link-wrapper {
  color: var(--silver);
  border: .0625rem solid #0000;
  width: auto;
}

.nav-link-wrapper:hover {
  color: var(--main);
  background-color: #00ff0026;
  border: .0625rem solid #18521b;
  border-radius: .5rem;
}

.nav-button-start {
  border: .0625rem solid var(--border-x4);
  color: var(--dope);
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #7a7a7a00;
  border-radius: 1rem;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 1.125rem 1.5rem .95rem;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.nav-button-start:hover {
  background-image: linear-gradient(180deg, var(--main), #85ff99);
  filter: drop-shadow(0 .125rem 1.25rem #ffffff40);
  color: var(--black);
  box-shadow: 0 2px .3125rem #0003;
}

.nav-button-start:active {
  background-image: linear-gradient(180deg, var(--main), #02fe17);
}

.nav-button-start.up {
  text-transform: uppercase;
}

.nav-button-start.inactive {
  color: var(--silver);
  text-shadow: 0 .125rem .5rem #dadada4d;
  background-color: #2e2e2e80;
  background-image: none;
  border-color: #383838;
}

.nav-button-start.inactive:hover {
  color: var(--color-x4);
}

.nav-button-start.inactive:active {
  border-color: var(--border-x512);
  filter: none;
  color: var(--silver);
  text-shadow: none;
  background-color: #000;
}

.wipe-date {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 .5rem #3cff76b3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#68fc68, #2fdc94);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.wipe-text {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--silver);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.nav-button-wrapper {
  margin-left: 2rem;
}

.logo-hitech {
  object-fit: contain;
  width: 48rem;
  height: auto;
}

.logo-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  order: 3;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 2rem 10rem;
  display: flex;
}

.nav-logo {
  order: -1;
  width: 100%;
}

.logo-mcskill {
  object-fit: cover;
  width: 7rem;
  max-width: none;
  height: 100%;
}

.nav-link {
  color: var(--silver);
  width: 100%;
  height: 100%;
  padding: .6rem .7rem .4rem;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: var(--atom);
}

.theme-wrapper {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 52rem;
  height: auto;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 2.5rem;
  text-decoration: none;
  display: flex;
}

.theme-wrapper.margin {
  margin-top: 2rem;
}

.theme-title {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 .5rem #ffffff80;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 33rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.theme-title.large {
  max-width: 80rem;
  font-size: 3rem;
}

.theme-title.large.cut {
  max-width: 40rem;
}

.theme-text {
  color: var(--silver);
  width: 100%;
  max-width: 29rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.theme-text.max-width {
  max-width: 28rem;
}

.theme-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
  overflow: hidden;
}

.theme-section.horizontal {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
}

.card-text {
  color: var(--silver);
  width: auto;
  max-width: 9rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.card-text.max-width {
  max-width: 13rem;
}

.card {
  border: .0625rem solid var(--stroke);
  transform-style: preserve-3d;
  background-color: #00000080;
  border-radius: 3rem;
  flex-flow: row;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 23rem;
  min-height: 11rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.border-x4 {
  border-color: var(--border-x4);
  position: static;
}

.card-image {
  z-index: 88;
  filter: drop-shadow(0 0 2rem #28253bb3);
  object-fit: contain;
  image-rendering: pixelated;
  width: 100%;
  height: 100%;
  max-height: 25rem;
  position: relative;
  overflow: auto;
}

.card-image.shadow-x4 {
  position: relative;
}

.card-image.shadow-x16 {
  overflow: visible;
}

.card-image.item.relative {
  position: absolute;
}

.card-image.item.shadow-uran {
  filter: drop-shadow(0 0 2rem #98ff2680);
}

.card-image.item.shadow-california {
  filter: drop-shadow(0 0 2rem #eaff004d);
}

.card-image.item.shadow-sky-blue {
  filter: drop-shadow(0 0 2rem #0084ff80);
}

.card-image.item.shadow-orange {
  filter: drop-shadow(0 0 2rem #db5c0180);
}

.card-image.item.shadow-white {
  filter: drop-shadow(0 0 2rem #ffffff4d);
}

.card-image.item.shadow-yellow {
  filter: drop-shadow(0 0 2rem #dbd70180);
}

.card-image.item.shadow-pink {
  filter: drop-shadow(0 0 2rem #7c437ab3);
}

.card-image.item.shadow-mint {
  filter: drop-shadow(0 0 2rem #9cf3f080);
}

.card-image.item.large {
  width: 11rem;
  height: 10rem;
}

.card-image.item.large.shadow-red {
  filter: drop-shadow(0 0 2rem #ff000466);
}

.card-image.shift {
  transform: translate(1.5rem);
}

.card-image.large {
  max-height: 40rem;
}

.color-green {
  color: #aae9b2;
  text-shadow: 0 .2rem .5rem #aae9b299;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#aae9b2, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.color-x4 {
  background-image: linear-gradient(180deg, var(--color-x4), white);
  color: var(--color-x4);
  text-shadow: 0 .1rem .5rem var(--shadow-x4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.color-x16 {
  color: var(--color-x16);
  text-shadow: 0 .1rem .5rem #fefe88b3;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.color-x64 {
  background-image: linear-gradient(180deg, var(--color-x64), white);
  color: var(--color-x64);
  text-shadow: 0 .1rem .5rem #98ffffcc;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.color-x256 {
  color: var(--color-x256);
  -webkit-text-stroke-color: var(--color-x256);
  text-shadow: 0 .1rem .5rem var(--color-x256);
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.color-x512 {
  color: var(--color-x512);
  -webkit-text-stroke-color: var(--color-x512);
  text-shadow: 0 .1rem .5rem var(--color-x512);
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.shadow-x0 {
  filter: drop-shadow(0 0 2rem #fff3);
  overflow: auto;
}

.shadow-x4 {
  filter: drop-shadow(0 0 2rem #80e6124d);
  overflow: auto;
}

.shadow-x64 {
  filter: drop-shadow(0 0 2rem #4be1ff4d);
  overflow: auto;
}

.shadow-x256 {
  filter: drop-shadow(0 0 2rem #ff66ff59);
}

.shadow-x512 {
  filter: drop-shadow(0 0 2rem #ff767a59);
  overflow: auto;
}

.border-x4 {
  border: .0625rem solid #b9ff6e40;
}

.border-x16 {
  border: .0625rem solid var(--border-x16);
}

.border-x64 {
  border: .0625rem solid var(--border-x64);
}

.border-x256 {
  border: .0625rem solid var(--border-x256);
}

.border-x512 {
  border: .0625rem solid var(--border-x512);
}

.card-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  scrollbar-width: none;
  scrollbar-gutter: stable;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.card-container.two {
  z-index: 1000;
  width: auto;
  min-width: 42rem;
}

.card-container.three {
  width: auto;
  max-width: 63rem;
}

.card-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 12rem;
  position: relative;
}

.card-big {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--stroke);
  background-color: #0000004d;
  border-radius: 6rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 2rem 3rem;
  text-decoration: none;
  transition: opacity .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-big.mobile-remove-border {
  padding-left: 4rem;
  padding-right: 4rem;
}

.card-big.vertical {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
}

.card-big.air {
  height: 30rem;
  padding: 2rem 20rem;
}

.client-screens {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  padding: 2rem 3rem;
}

.main-menu {
  width: 1240px;
}

.escape-menu {
  max-height: 600px;
}

.ard-image-big {
  z-index: 1;
  mix-blend-mode: normal;
  object-fit: contain;
  image-rendering: pixelated;
  width: 100%;
  height: 25rem;
  position: relative;
  overflow: visible;
}

.ard-image-big.shadow-x0 {
  z-index: 88;
  width: auto;
  position: relative;
}

.ard-image-big.shadow-x4 {
  z-index: 88;
  object-fit: contain;
  object-position: 50% 50%;
  position: relative;
}

.ard-image-big.bg {
  opacity: .1;
  position: absolute;
  transform: scale(2);
}

.ard-image-big.large {
  width: auto;
  min-width: 16rem;
  height: 32rem;
}

.card-image-wrapper-big {
  grid-column-gap: .625rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 8rem;
  max-width: 35rem;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  right: 0%;
}

.card-title {
  color: var(--silver);
  width: auto;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.card-title.up {
  text-transform: uppercase;
  font-size: .9rem;
  line-height: 150%;
}

.card-text-wrapper {
  grid-row-gap: .8rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 2rem 1rem 2rem 2rem;
  text-decoration: none;
  display: flex;
}

.grid {
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  background-image: url('../images/grid.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  height: 80%;
  margin: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid.item-grid {
  opacity: .6;
  top: 37%;
  left: 58px;
  transform: scale(2);
}

.card-text-wrapper-big {
  grid-row-gap: .8rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 40rem;
  padding: 2rem;
  text-decoration: none;
  display: flex;
}

.card-text-wrapper-big.left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.card-text-wrapper-big.row-x3 {
  grid-row-gap: 2.4rem;
}

.nav-button-open {
  color: #f9c262;
  text-shadow: 0 .125rem .5rem #ffca5099;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #84e01b00;
  border-radius: 1rem;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 1.125rem 1.5rem .95rem;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.nav-button-open:hover {
  background-image: linear-gradient(180deg, var(--main), #ffd454);
  filter: drop-shadow(0 .125rem 1.25rem #ffffff40);
  color: var(--black);
  box-shadow: 0 2px .3125rem #0003;
}

.nav-button-open:active {
  background-image: linear-gradient(180deg, var(--main), #febf02);
}

.color-brown {
  color: #fecb88;
  text-shadow: 0 .1rem .5rem #fecb88b3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fecb88, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.number {
  color: var(--atom);
  text-transform: uppercase;
  text-shadow: 0 0 .3125rem #fff;
  margin-top: 0;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 110%;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.color-emerald {
  color: #4efacb;
  text-shadow: 0 .2rem .5rem #aae9b299;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#4efacb, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.color-yellow {
  color: #f1d833;
  text-shadow: 0 .1rem .5rem #fefe88b3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#f1d833, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.color-red {
  background-image: linear-gradient(180deg, var(--color-x512) 52%, white);
  color: #f13337;
  -webkit-text-stroke-color: var(--color-x16);
  text-shadow: 0 .1rem .5rem #fe888ab3;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.card-center {
  grid-row-gap: 1.875rem;
  background-color: #00000080;
  border-radius: 3rem;
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 27rem;
  padding: 2rem 3rem;
  text-decoration: none;
  display: flex;
}

.item {
  width: 8rem;
  height: 9.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(1rem, 1rem)rotate(-18deg);
}

.card-title-item {
  border-bottom: 1px solid var(--stroke);
  color: var(--atom);
  width: auto;
  max-width: 9rem;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .25rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.card-title-item.changelog {
  max-width: 14rem;
  font-weight: 500;
}

.card-item {
  z-index: 88;
  border: .0625rem solid var(--stroke);
  background-color: #00000080;
  background-image: linear-gradient(90deg, #0000001a, #1d1d2480);
  border-radius: 3rem;
  flex-flow: row;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 20rem;
  max-width: 18.7rem;
  height: auto;
  min-height: 10rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-item.border-x256 {
  border-color: var(--border-x256);
}

.card-item.border-x512 {
  border-color: var(--border-x512);
}

.card-item.shadow-white {
  filter: drop-shadow(0 0 2rem #d8ffe91a);
}

.card-item.border-x64 {
  border-color: var(--border-x64);
}

.card-text-wrapper-item {
  grid-row-gap: .8rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 0 2rem 2rem;
  text-decoration: none;
  display: flex;
}

.tab {
  border: 0px solid var(--stroke);
  background-color: var(--black);
  color: var(--silver);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.tab:hover {
  border-color: var(--border-x16);
  background-color: var(--border-x4);
}

.tab.w--current {
  background-color: var(--shadow-x4);
  color: var(--black);
}

.tabs {
  order: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tabs-menu {
  z-index: 88;
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  scrollbar-gutter: stable;
  flex-flow: row;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.tab-text {
  white-space: nowrap;
  margin-top: .2rem;
  font-size: .8rem;
  line-height: 130%;
}

.tabs-content {
  border: 1px none var(--stroke);
  border-radius: 3rem;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: visible;
}

.image-placeholder {
  width: 100%;
  height: 25rem;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.color-purple {
  color: #b9a3ff;
  text-shadow: 0 .1rem .5rem #d061ffb3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b9a3ff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.tag {
  color: var(--silver);
  flex-flow: column;
  width: 100%;
  padding-bottom: .5rem;
  font-size: 1rem;
  display: inline-flex;
}

.border-x0 {
  border: .0625rem solid #37374c;
}

.ard-image-label {
  z-index: 900;
  filter: drop-shadow(0 .2rem 4.7rem #505050);
  mix-blend-mode: normal;
  object-fit: contain;
  image-rendering: pixelated;
  width: 15rem;
  height: 15rem;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
  transform: rotate(20deg)translate(5rem, 47px);
}

.ard-image-label.double {
  z-index: 999;
  width: 11rem;
  height: 11rem;
  transform: rotate(-14deg)translate(-7.5rem, 3rem);
}

.ard-image-label.double.large {
  width: 30rem;
  height: 20rem;
  transform: rotate(-14deg)translate(5rem, 3rem);
}

.ard-image-label.double.promo {
  width: 15rem;
  height: 15rem;
  transform: translate(-30rem, 2rem);
}

.color-light-yellow {
  color: #fff0a0;
  text-shadow: 0 0 .5rem #fff0a0b3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff0a0, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.color-pink {
  color: #f071e6;
  text-shadow: 0 0 .5rem #f071e6b3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ea68fa, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.color-dope {
  background-image: linear-gradient(180deg, var(--dope), white);
  color: var(--dope);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.description {
  color: var(--silver);
  font-size: .6rem;
}

.shadow-purple {
  filter: drop-shadow(0 0 2rem #8800ff80);
}

.shadow-california {
  filter: drop-shadow(0 0 2rem #e1fd4980);
}

.shadow-mox {
  filter: drop-shadow(0 0 2rem #63c48d80);
}

.shadow-uran {
  filter: drop-shadow(0 0 2rem #05a50880);
}

.shadow-white {
  filter: drop-shadow(0 0 2rem #d8ffe91a);
}

.shadow-x16 {
  filter: drop-shadow(0 0 2rem #ffff504d);
  overflow: auto;
}

.color-sky-blue {
  color: #449eff;
  text-shadow: 0 .1rem .5rem #449eff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#449eff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -.5rem;
  padding-top: .5rem;
  display: inline-block;
}

.color-sky-blue.height {
  display: inline;
}

.color-cyan {
  color: #1c8e9e;
  text-shadow: 0 .2rem .5rem #23aec2b3;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#1c8e9e, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.color-main {
  background-image: linear-gradient(270deg, var(--dope), white);
  text-shadow: 0 .2rem .5rem #00f8a599;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.placeholder {
  object-fit: none;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.players-card {
  grid-row-gap: 8px;
  -webkit-text-stroke-color: #222;
  background-color: #0000004d;
  border: 1px solid #222;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 30px 25px 20px 30px;
  text-decoration: none;
  display: flex;
}

.player-info {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.top-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
}

.top-player {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.nickname {
  color: #ededed;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.money {
  text-transform: none;
  font-size: 12px;
  line-height: 120%;
}

.top-avatar {
  z-index: 888;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--stroke);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--stroke);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--stroke);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--stroke);
  object-fit: cover;
  scrollbar-width: none;
  border-radius: 1rem;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.top-avatar.border-off {
  border-width: 0;
}

.planet {
  padding-bottom: 6px;
}

.server-title {
  font-size: 20px;
  font-weight: 200;
  line-height: 120%;
}

.players-list {
  z-index: 88;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .0625rem solid var(--stroke);
  background-color: #00000080;
  background-image: linear-gradient(90deg, #0000001a, #1d1d2480);
  border-radius: 3rem;
  flex-flow: wrap;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 19rem;
  max-width: 90%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.players-list.border-x256 {
  border-color: var(--border-x256);
}

.players-list.border-x512 {
  border-color: var(--border-x512);
}

.players-list.shadow-white {
  filter: drop-shadow(0 0 2rem #d8ffe91a);
}

.players-list.border-x64 {
  border-color: var(--border-x64);
}

.card-top-player {
  grid-row-gap: .5rem;
  border: .0625rem solid var(--stroke);
  text-align: center;
  background-color: #00000080;
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 11.1rem;
  padding: 1.5rem 2rem;
  text-decoration: none;
  display: flex;
}

.card-top-player.void {
  border-color: #831eff;
}

.animate-grid {
  z-index: -1;
  opacity: .6;
  object-fit: contain;
  background-image: url('../images/grid.webp');
  background-position: 110% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 32rem;
  height: 9rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.animate-grid.promo-left {
  opacity: .3;
  object-fit: contain;
  transform-style: preserve-3d;
  top: 2.0625rem;
  left: -22.375rem;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.animate-grid.double {
  top: -50%;
  left: 70%;
  right: 0%;
}

.animate-grid.flip {
  background-position: -10% 0;
  inset: auto 0% 0% auto;
}

.height {
  margin-top: -.5rem;
  padding-top: .5rem;
}

.div-block-2 {
  text-align: center;
  background-color: #ff8b3d;
  border-radius: 1rem;
  width: .1rem;
  height: 2rem;
}

.card-changelog {
  z-index: 88;
  border: .0625rem solid var(--stroke);
  background-color: #00000080;
  background-image: linear-gradient(90deg, #0000001a, #1d1d2480);
  border-radius: 3rem;
  flex-flow: row;
  flex-grow: 1;
  width: 100%;
  min-width: 20rem;
  max-width: 25rem;
  height: auto;
  min-height: 10rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-changelog.border-x256 {
  border-color: var(--border-x256);
}

.card-changelog.border-x512 {
  border-color: var(--border-x512);
}

.card-changelog.shadow-white {
  filter: drop-shadow(0 0 2rem #d8ffe91a);
}

.card-changelog.border-x64 {
  border-color: var(--border-x64);
}

.color-orange {
  color: #fff;
  text-shadow: 0 0 .5rem #fff0a0b3;
  white-space: nowrap;
  border-radius: 3rem;
  margin-top: -.5rem;
  padding-top: .5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-block;
}

.promo-code {
  border: .0625rem solid var(--main);
  color: var(--silver);
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 22rem;
  margin-bottom: 0;
  padding: 1.3rem 5rem 1rem;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.card-title-6 {
  color: #ededed;
  text-transform: uppercase;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
}

.card-title-6.promo {
  text-align: center;
}

.card-title-6.op {
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  font-weight: 200;
}

.promo-code-2 {
  color: #ededed;
  text-transform: uppercase;
  text-shadow: 0 0 .3125rem #fff;
  white-space: nowrap;
  border: .0625rem solid #f88206;
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem 5rem;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: .9375rem;
  font-weight: 100;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.absolute-card {
  position: absolute;
  top: 0;
  left: 0;
}

.card-info {
  z-index: 10;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-info.promo {
  grid-row-gap: 1.875rem;
  justify-content: center;
  align-items: center;
}

.card-3 {
  grid-row-gap: 0rem;
  border: .0625rem solid #222;
  border-radius: 1.625rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 58.75rem;
  height: 21.875rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding: 4.375rem 3.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-3.spacing {
  margin-top: 0;
}

.card-3.spacing.promo {
  justify-content: center;
  align-items: center;
}

.yellow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fffa8e, #ff7a00);
  -webkit-background-clip: text;
  background-clip: text;
}

.section {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.button-start {
  color: #000;
  text-align: center;
  background-color: #06f887;
  background-image: linear-gradient(90deg, #06f87f 34%, #5efe02);
  border-radius: 65rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 5.75rem;
  padding: .125rem 0 0;
  font-family: Ruberoid, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: .8125rem;
  transition: all .15s;
  display: flex;
}

.button-start:hover {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #06f89333;
  background-clip: border-box;
  border: .0625rem solid #06f873;
  box-shadow: 0 2px 1.25rem -.3125rem #06f863;
}

.button-start.promo {
  text-transform: uppercase;
  border-radius: .5rem;
  width: 11.25rem;
  height: 2.5rem;
  font-size: .75rem;
}

.button-start.small {
  width: 12rem;
  height: 2.7rem;
  font-size: .8rem;
}

.card-grid {
  width: 37.5rem;
  max-width: none;
  height: 26.125rem;
  position: relative;
  top: -8.8125rem;
  left: 18.125rem;
}

.card-grid.promo-left {
  opacity: .3;
  object-fit: contain;
  transform-style: preserve-3d;
  top: 2.0625rem;
  left: -22.375rem;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.card-grid.promo-right {
  opacity: .29;
  object-fit: contain;
  transform-style: preserve-3d;
  top: -32.0625rem;
  left: 43.875rem;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.op-group {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.copywrite {
  color: #bfbfbf;
  text-transform: none;
  width: 13rem;
  font-size: .6875rem;
  font-weight: 300;
  line-height: 120%;
}

.line-baner {
  z-index: -2;
  color: #363636;
  border: .0625rem solid #363636;
  width: 125rem;
  height: 1.875rem;
  position: relative;
  top: -15.875rem;
}

.button-end {
  z-index: 10;
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  border: .0625rem solid #03fe10;
  border-radius: 6rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 6.1875rem;
  margin-top: 2rem;
  padding-left: .1875rem;
  padding-right: 3rem;
  position: relative;
}

.absolute-2 {
  position: absolute;
}

.op-nick {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 2.1875rem;
}

.amethyst-absolute {
  width: 8.89875rem;
  position: relative;
  top: -12.3125rem;
  left: 28.9375rem;
  transform: rotate(7deg);
}

.skills {
  color: #767676;
  text-align: left;
  text-transform: none;
  width: auto;
  font-size: .75rem;
  line-height: 1.25rem;
}

.htc-baner {
  border-radius: 6rem;
  width: 741px;
  height: 324px;
  margin-bottom: 3.125rem;
}

.dracon {
  width: 6.55438rem;
  position: relative;
  top: -6.75rem;
  bottom: .4375rem;
  left: -27.125rem;
  transform: rotate(-15deg);
}

.camera {
  width: 9.375rem;
  position: relative;
  top: 1.5rem;
  left: 21.3125rem;
  transform: rotate(15deg);
}

.top-section {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: wrap;
  order: 0;
  justify-content: center;
  align-items: center;
  max-width: 58.75rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.top-section.op {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 7.5rem;
  padding-top: 7.1875rem;
  overflow: hidden;
}

.op-name {
  color: #bfbfbf;
  text-transform: none;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 120%;
}

.op-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.solar {
  width: 5rem;
  position: relative;
  top: 17.8125rem;
  left: -25.5625rem;
  transform: rotate(15deg);
}

.banner-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.color-dark {
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b158ff, #6f00ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.top-grid-left {
  z-index: -80;
  opacity: 1;
  width: 50.5rem;
  position: relative;
  top: 19.9375rem;
  left: -38.25rem;
}

@media screen and (max-width: 991px) {
  .body {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .background-wrapper {
    z-index: -9999;
    position: relative;
  }

  .background-image {
    width: 100%;
  }

  .nav-wrapper {
    background-color: #0000;
  }

  .navbar {
    grid-column-gap: 0rem;
    border-radius: 2rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    -webkit-backdrop-filter: blur(.1rem);
    backdrop-filter: blur(.1rem);
    background-color: #080808e6;
    border: .0625rem solid #222;
    border-radius: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 15rem;
    height: auto;
    margin-top: 1rem;
    padding: 2rem;
    display: flex;
    position: sticky;
    inset: 0% 0% 0% 100%;
    box-shadow: 0 8px 3.125rem #0000000d;
  }

  .nav-link-wrapper {
    width: 100%;
  }

  .nav-button-start {
    box-sizing: content-box;
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 2rem;
    min-height: 2rem;
    padding-top: .6rem;
    padding-bottom: .4rem;
    text-decoration: none;
    display: flex;
  }

  .nav-button-start:hover {
    background-color: #fa810800;
    justify-content: flex-end;
    align-items: center;
  }

  .nav-button-start.w--open {
    background-color: #000;
    background-image: linear-gradient(180deg, var(--dope), var(--main));
    width: auto;
    min-width: auto;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-top: .5rem;
    margin-left: 0;
  }

  .logo-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .nav-logo {
    width: auto;
    min-width: 90%;
  }

  .icon {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-color: #444;
    -webkit-background-clip: text;
    background-clip: text;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 100%;
    display: flex;
    transform: scale(2);
  }

  .theme-title.large {
    margin-bottom: 0;
  }

  .theme-section {
    padding-left: 0;
    padding-right: 0;
  }

  .theme-section.horizontal {
    flex-flow: column;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .card-text {
    font-size: .7rem;
  }

  .card-text.max-width {
    max-width: 10.5rem;
  }

  .card {
    z-index: 0;
    min-width: 23rem;
    max-width: 23rem;
  }

  .card-image {
    order: -1;
    height: auto;
    max-height: 25rem;
  }

  .color-green {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#aae9b2, #fff);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .card-container {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 6rem;
    padding-right: 6rem;
    display: inline-flex;
    overflow: auto hidden;
  }

  .card-container.two {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .card-container.three {
    width: 100%;
    max-width: none;
  }

  .card-big {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    max-width: 85%;
    padding-top: 4rem;
  }

  .card-big.mobile-remove-border {
    padding-left: 0;
    padding-right: 0;
  }

  .card-big.air {
    height: 35rem;
    padding: 3rem 2rem;
  }

  .ard-image-big {
    z-index: 888;
    width: auto;
    min-width: 25rem;
  }

  .ard-image-big.bg {
    z-index: 0;
    top: -81px;
    left: 316px;
  }

  .card-image-wrapper-big {
    width: 100%;
    height: auto;
  }

  .card-title {
    font-size: 1rem;
  }

  .grid {
    max-width: 30rem;
    margin: 1rem;
  }

  .card-text-wrapper-big {
    width: 100%;
    max-width: 48rem;
    padding-left: 0;
    padding-right: 0;
  }

  .card-text-wrapper-big.left {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .nav-button-open {
    box-sizing: content-box;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding-top: .2rem;
    padding-bottom: 0;
    display: flex;
  }

  .nav-button-open.w--open {
    background-color: #000;
    background-image: linear-gradient(180deg, var(--dope), var(--main));
    width: auto;
    min-width: auto;
  }

  .number {
    text-align: center;
    width: 60%;
  }

  .card-center {
    flex-flow: column;
    order: -1;
    max-width: none;
  }

  .card-item {
    border-radius: 2.5rem;
    min-width: 19rem;
    max-width: 19rem;
  }

  .card-item.border-x0 {
    border-color: var(--border-x0);
  }

  .card-text-wrapper-item {
    padding-left: 2rem;
    padding-right: 7rem;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    z-index: 88;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    overflow: auto;
  }

  .tabs-content {
    border-width: 0;
    overflow: visible;
  }

  .tag {
    padding-bottom: 1rem;
  }

  .ard-image-label {
    min-width: 25rem;
    transform: rotate(20deg)translate(16rem, -1.5rem);
  }

  .ard-image-label.double {
    transform: rotate(-14deg)translate(6rem, 5rem);
  }

  .ard-image-label.double.large {
    transform: rotate(-14deg)translate(6rem, 4rem);
  }

  .ard-image-label.double.promo {
    transform: translate(-22rem, 2rem);
  }

  .color-sky-blue {
    height: auto;
    display: inline-flex;
    overflow: visible;
  }

  .color-sky-blue.height {
    line-height: 140%;
    display: inline-flex;
  }

  .players-list {
    border-radius: 2.5rem;
    max-width: 90%;
  }

  .players-list.border-x0 {
    border-color: var(--border-x0);
  }

  .card-top-player {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-changelog {
    border-radius: 2.5rem;
  }

  .card-changelog.border-x0 {
    border-color: var(--border-x0);
  }

  .card-title-6.op {
    width: 100%;
  }

  .button-end {
    flex-flow: row;
  }

  .banner-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .background-image {
    width: 100%;
  }

  .navbar {
    height: auto;
  }

  .nav-content {
    border-radius: 1.25rem;
    flex-direction: column;
    padding-bottom: 1.875rem;
  }

  .nav-button-wrapper {
    margin-top: .625rem;
  }

  .logo-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-logo {
    min-width: 86%;
    padding-left: 0;
  }

  .theme-wrapper {
    margin-top: 3rem;
  }

  .theme-title {
    font-size: 1.8rem;
  }

  .theme-title.large {
    font-size: 2.5rem;
  }

  .theme-text.max-width {
    max-width: none;
  }

  .card-text {
    max-width: 8rem;
    font-size: .7rem;
  }

  .card-image.item {
    width: 6rem;
    height: 8rem;
  }

  .card-container {
    padding-left: 4rem;
    padding-right: 6.5rem;
  }

  .card-container.two {
    min-width: auto;
  }

  .card-big {
    max-width: 90%;
    padding-top: 3rem;
  }

  .ard-image-big {
    min-width: 25rem;
  }

  .card-image-wrapper-big {
    min-width: 5rem;
  }

  .grid.item-grid {
    left: 135px;
  }

  .card-text-wrapper-big {
    width: 100%;
    max-width: 25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .card-text-wrapper-big.left {
    width: auto;
  }

  .color-brown {
    display: inline;
  }

  .number {
    margin-bottom: .5rem;
  }

  .card-center {
    flex-flow: column;
  }

  .card-title-item {
    font-size: .7rem;
  }

  .card-item {
    border-radius: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 16rem;
  }

  .card-text-wrapper-item {
    z-index: 1;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 7rem;
    position: relative;
  }

  .tab {
    min-width: auto;
  }

  .tabs {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .color-purple {
    display: inline;
  }

  .tag {
    padding-bottom: .4rem;
  }

  .ard-image-label {
    width: 12rem;
    min-width: 25rem;
    transform: rotate(20deg)translate(183px, -25px);
  }

  .ard-image-label.double {
    transform: rotate(-14deg)translate(3.5rem, 5.5rem);
  }

  .ard-image-label.double.promo {
    transform: translate(-16rem, 2rem);
  }

  .players-list {
    border-radius: 2rem;
    min-width: 16rem;
  }

  .card-top-player {
    z-index: 1;
    flex-flow: column;
    position: relative;
  }

  .card-changelog {
    border-radius: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: center;
  }

  .copywrite {
    text-align: center;
  }

  .button-end {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-width: 0;
    flex-flow: column;
    height: 8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .off-border {
    border: 0 solid #000;
  }
}

@media screen and (max-width: 479px) {
  .body {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 1rem;
    overflow-x: hidden;
  }

  .background-wrapper, .background-image {
    width: 100%;
  }

  .nav-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    grid-row-gap: 0rem;
    -webkit-backdrop-filter: blur(.1rem);
    backdrop-filter: blur(.1rem);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 4.125rem;
    padding: .5rem 1rem;
  }

  .nav-content {
    background-color: #080808e6;
    border-width: .0625rem;
    border-radius: 2rem;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-button-start {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-button-start:hover {
    justify-content: center;
    align-items: center;
  }

  .nav-button-start.inactive {
    background-color: #2e2e2e80;
  }

  .wipe-date {
    font-size: 1rem;
  }

  .wipe-text {
    font-size: .8rem;
    font-weight: 600;
  }

  .nav-button-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .logo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
  }

  .nav-logo {
    min-width: 12rem;
  }

  .logo-mcskill {
    object-fit: fill;
    object-position: 50% 50%;
    width: 7rem;
  }

  .icon {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .nav-link {
    font-size: .8rem;
  }

  .theme-wrapper {
    grid-row-gap: .6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .theme-title {
    font-size: 1.2rem;
  }

  .theme-title.large {
    font-size: 1.5rem;
  }

  .theme-text {
    color: var(--silver);
    text-align: center;
    max-width: 15rem;
    font-size: .7rem;
  }

  .theme-text.max-width {
    text-align: center;
    max-width: 15rem;
  }

  .theme-section {
    padding-left: 0;
    padding-right: 0;
  }

  .card-text {
    max-width: 7rem;
    font-size: .6rem;
  }

  .card {
    transform: scale3d(1none, 1none, 1none);
    min-width: 18rem;
  }

  .card-image.item {
    min-width: 7rem;
    height: 7rem;
  }

  .color-x4 {
    filter: drop-shadow(0 0 .5rem #6aff0080);
    color: #b9ff6e;
    text-shadow: 0 .0625rem .0625rem #6aff0080;
  }

  .color-x16 {
    color: #fefe88;
  }

  .color-x64 {
    color: #97ffff;
  }

  .card-container {
    z-index: 5;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: auto;
  }

  .card-container.two {
    padding-left: 0;
    padding-right: 0;
  }

  .card-container.three {
    justify-content: space-between;
  }

  .card-image-wrapper {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    min-height: 11rem;
    max-height: none;
    display: flex;
  }

  .card-big {
    border-radius: 4rem;
    width: 100%;
    max-width: 95%;
    padding: 2rem 1rem 1.5rem;
    overflow: hidden;
  }

  .card-big.mobile-remove-border {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .card-big.air {
    border-radius: 3rem;
    height: 26rem;
    padding: 2rem 1rem;
  }

  .ard-image-big {
    min-width: 13rem;
    height: auto;
    max-height: 22rem;
  }

  .ard-image-big.shadow-x512 {
    width: 222px;
  }

  .ard-image-big.shadow-x4 {
    z-index: 12;
    margin-bottom: 2rem;
    position: relative;
  }

  .ard-image-big.bg {
    z-index: 11;
    opacity: .16;
    inset: auto 0% 0% auto;
    transform: translate(11.4rem, -9rem)scale(2);
  }

  .card-image-wrapper-big {
    height: auto;
    display: inline-flex;
    position: static;
  }

  .card-title {
    font-size: .85rem;
  }

  .card-text-wrapper {
    flex-flow: column;
    width: auto;
    padding: 2rem .5rem 2rem 1.5rem;
  }

  .grid {
    z-index: 10;
    display: block;
    inset: -1rem 1rem 1rem 4rem;
    overflow: visible;
  }

  .grid.item-grid {
    left: 10rem;
  }

  .card-text-wrapper-big {
    padding: 1rem 0;
  }

  .card-text-wrapper-big.left {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .nav-button-open {
    border-style: none;
  }

  .nav-button-open:hover {
    background-image: none;
    border-style: none;
    justify-content: center;
    align-items: center;
  }

  .nav-button-open.w--open {
    background-color: #0000;
  }

  .nav-button-open.w--open:hover {
    background-image: linear-gradient(180deg, var(--dope), var(--main));
    box-shadow: none;
    filter: none;
  }

  .color-brown {
    display: inline;
  }

  .number {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .color-yellow {
    color: #fefe88;
  }

  .card-center {
    order: -1;
    padding: 0;
  }

  .card-title-item {
    max-width: 7.5rem;
    font-size: .6rem;
    line-height: 120%;
  }

  .card-item {
    border-radius: 2rem;
    min-width: 14rem;
    max-width: 15rem;
  }

  .card-text-wrapper-item {
    flex-flow: column;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
  }

  .tab {
    max-width: 5rem;
    height: 3rem;
  }

  .tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tabs-menu {
    order: 1;
  }

  .tabs-content {
    box-sizing: content-box;
    border-width: 0;
    justify-content: center;
    align-items: flex-end;
    min-height: 24rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .image-placeholder {
    z-index: 20;
    height: auto;
    position: relative;
  }

  .div-block {
    flex-flow: column;
  }

  .tag {
    font-size: .6rem;
  }

  .border-x0 {
    border-color: var(--border-x0);
  }

  .ard-image-label {
    height: 12rem;
    transform: rotate(20deg)translate(8rem, -1.5rem);
  }

  .ard-image-label.double {
    height: 9rem;
    transform: rotate(-14deg)translate(1.5rem, 3.5rem);
  }

  .ard-image-label.double.large {
    width: 14rem;
    height: 11rem;
    transform: rotate(-14deg)translate(6rem, 2rem);
  }

  .ard-image-label.double.promo {
    height: 10rem;
    transform: translate(-3rem, 1rem);
  }

  .description {
    font-size: .5rem;
  }

  .players-card {
    background-color: #0000;
    border-width: 1px;
    border-color: #222;
    border-radius: 10px;
    order: -1;
    width: 215px;
  }

  .top-avatar.border-off {
    border-width: 0;
  }

  .players-list {
    border-radius: 2rem;
    min-width: 14rem;
    max-width: 15rem;
  }

  .card-top-player {
    border-radius: 2rem;
    flex-flow: column;
    padding: 1.5rem;
  }

  .animate-grid {
    width: 50rem;
    height: 45rem;
    transform: scale(.5);
  }

  .animate-grid.promo-left {
    top: 6.6875rem;
    left: -13.1875rem;
  }

  .card-changelog {
    border-radius: 2rem;
    min-width: 14rem;
    max-width: 15rem;
  }

  .promo-code {
    max-width: none;
    font-size: .7rem;
    line-height: 140%;
  }

  .card-title-6 {
    text-align: left;
    flex-flow: column;
    width: 18.125rem;
    font-size: 1.375rem;
    line-height: 120%;
    display: block;
  }

  .card-title-6.promo {
    width: auto;
  }

  .card-title-6.op {
    text-align: center;
    font-weight: 200;
  }

  .promo-code-2 {
    width: 23.75rem;
  }

  .absolute-card {
    display: block;
    overflow: visible;
  }

  .card-info {
    justify-content: center;
    align-items: flex-start;
    padding-left: 1.875rem;
    overflow: visible;
  }

  .card-info.promo {
    padding-left: 0;
  }

  .card-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 28.125rem;
    height: 20rem;
    margin-top: .625rem;
    padding: 3.125rem 0;
  }

  .section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 29.9375rem;
    max-width: 29.9375rem;
    margin-top: .625rem;
    margin-bottom: .625rem;
    display: flex;
    overflow: hidden;
  }

  .button-start {
    width: 12.5rem;
    height: 3rem;
    padding: .625rem 1.875rem;
    font-size: .875rem;
    position: static;
    left: -2.5rem;
  }

  .button-start.promo {
    white-space: nowrap;
  }

  .card-grid {
    width: 21.875rem;
    max-width: none;
    position: absolute;
    top: -11.375rem;
    left: 10.75rem;
  }

  .card-grid.promo-left {
    top: 6.6875rem;
    left: -13.1875rem;
  }

  .card-grid.promo-right {
    opacity: .3;
    object-fit: contain;
    top: -12.0625rem;
    left: 21.3125rem;
  }

  .op-group {
    width: 28.125rem;
    max-width: 28.125rem;
  }

  .copywrite {
    text-align: center;
    width: 16.875rem;
    font-size: .625rem;
  }

  .line-baner {
    display: none;
  }

  .button-end {
    border-width: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 8rem;
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-right: 0;
  }

  .absolute-2 {
    display: none;
  }

  .absolute-2.op {
    display: block;
  }

  .op-nick {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 28.125rem;
  }

  .amethyst-absolute {
    top: -2.625rem;
    left: 15.125rem;
  }

  .skills {
    text-align: center;
  }

  .htc-baner {
    width: 28.125rem;
    max-width: 28.125rem;
  }

  .dracon {
    top: 9.5625rem;
    left: -14.3125rem;
  }

  .camera {
    top: 18.1875rem;
    left: 11.5625rem;
  }

  .top-section {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 28.125rem;
  }

  .top-section.op {
    width: 29.9375rem;
    max-width: 29.9375rem;
    margin-bottom: 0;
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
  }

  .op-info {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 7.43408rem;
  }

  .solar {
    top: 27.0625rem;
    left: -11.4375rem;
  }

  .banner-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-grid-left {
    top: 30.75rem;
    left: -2.4375rem;
  }
}


@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-UltraLight.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Ruberoid';
  src: url('../fonts/Ruberoid-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}