@font-face {
  font-family: "Jetbrains Mono Regular";
  src: url("../assets/fonts/JetBrainsMono-Regular.woff2");
}
@font-face {
  font-family: "Jetbrains Mono Regular Italic";
  src: url("../assets/fonts/JetBrainsMono-Italic.woff2");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Jetbrains Mono Regular", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-rendering: geometricPrecision;
  font-weight: normal;
}

body {
  font-size: 16px;
  width: calc(100vw - (100vw - 100%));
  background: #000;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: top 500ms ease-in-out;
}
@media screen and (max-width: 450px) {
  #header {
    justify-content: center;
  }
}
#header .headline {
  color: #FCA311;
  letter-spacing: 0.125rem;
  font-family: "Jetbrains Mono Regular Italic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0 2rem;
}
#header .social {
  margin: 0 2rem 0 1rem;
}
@media screen and (max-width: 450px) {
  #header .social {
    display: none;
  }
}
#header .social a {
  font-size: 1rem;
  color: #FFF;
  text-decoration: none;
  margin-left: 1rem;
}
#header .social a img.socialLink {
  width: 2rem;
  height: 2rem;
}

.scrolled {
  top: -4.5rem !important;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#wrapper #hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
#wrapper #hero #background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #14213D;
}
#wrapper #hero #background .video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
#wrapper #hero #content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 9rem 4rem 4rem 4rem;
  width: 100%;
  height: 100vh;
  background: rgba(20, 35, 61, 0.8);
  padding-top: 5rem;
  display: grid;
  grid-template: 1fr 1fr 1fr 1fr/repeat(12, 1fr);
}
@media screen and (max-width: 450px) {
  #wrapper #hero #content {
    padding: 8rem 3rem 3rem 3rem;
  }
}
#wrapper #hero #content div.app {
  aspect-ratio: 16/10;
  background-color: #000;
  align-self: center;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  grid-column: 2/7;
  grid-row: 2/4;
  max-width: 1080px;
}
@media screen and (max-width: 810px) {
  #wrapper #hero #content div.app {
    grid-column: 2/12;
    grid-row: 2/4;
    align-self: end;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #hero #content div.app {
    grid-column: 1/13;
    grid-row: 2/4;
  }
}
#wrapper #hero #content div.app .heroVideo {
  width: 100%;
  height: 100%;
}
#wrapper #hero #content h2 {
  font-size: 1.5rem;
  color: #F5F5F5;
  font-family: "Jetbrains Mono Regular Italic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 1rem 0;
  line-height: 160%;
  grid-column: 8/12;
  grid-row: 2/3;
  align-self: end;
  max-width: 450px;
}
@media screen and (max-width: 810px) {
  #wrapper #hero #content h2 {
    grid-column: 2/12;
    grid-row: 1/2;
    text-align: center;
    justify-self: center;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #hero #content h2 {
    justify-self: center;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #wrapper #hero #content h2 {
    font-size: 2rem;
    max-width: 600px;
  }
}
#wrapper #hero #content a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  width: 14rem;
  height: 4rem;
  border-radius: 0.25rem;
  border: 0;
  margin: 1rem 0;
  padding: 1rem 2rem;
  background: #FFF;
}
@media screen and (max-width: 810px) {
  #wrapper #hero #content a.button {
    margin-top: 1rem;
  }
}
#wrapper #hero #content a:hover, #wrapper #hero #content a:focus, #wrapper #hero #content a:active {
  text-decoration: none;
  color: #000;
}
#wrapper #hero #content a.download {
  background: #FCA311;
  color: #000;
  grid-column: 8/12;
  grid-row: 3/4;
  align-self: start;
}
@media screen and (max-width: 810px) {
  #wrapper #hero #content a.download {
    grid-column: 2/12;
    grid-row: 4/5;
    justify-self: center;
  }
}
#wrapper #hero #content .scrollIndicator {
  width: auto;
  height: auto;
  color: #F5F5F5;
  font-size: 1.5rem;
  grid-column: 1/13;
  grid-row: 4/5;
  justify-self: center;
  align-self: end;
  animation: bounce 3s ease-in-out infinite;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
#wrapper #games {
  width: 100%;
  background-color: #FCA311;
  display: grid;
  grid-template: 1fr 1fr/repeat(12, 1fr);
  justify-content: center;
  padding: 8rem 4rem;
}
@media screen and (max-width: 810px) {
  #wrapper #games {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #games {
    padding: 4rem 2rem;
  }
}
#wrapper #games h3 {
  font-size: 1rem;
  color: #14213D;
  font-family: "Jetbrains Mono Regular Italic", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  grid-column: 1/13;
  grid-row: 1/2;
  align-self: center;
  justify-self: center;
  margin-bottom: 4rem;
}
#wrapper #games img {
  width: 100%;
  height: auto;
  align-self: center;
  justify-self: center;
}
#wrapper #games img.acc {
  grid-column: 3/5;
  grid-row: 2/3;
}
@media screen and (max-width: 810px) {
  #wrapper #games img.acc {
    margin-bottom: 2rem;
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #games img.acc {
    width: 75%;
  }
}
#wrapper #games img.ac {
  width: 45%;
  height: auto;
  grid-column: 5/9;
  grid-row: 2/3;
}
@media screen and (max-width: 810px) {
  #wrapper #games img.ac {
    width: 35%;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #games img.ac {
    width: 65%;
    margin: 2rem 0;
  }
}
#wrapper #games img.ams2 {
  width: 40%;
  height: auto;
  grid-column: 9/11;
  grid-row: 2/3;
}
@media screen and (max-width: 810px) {
  #wrapper #games img.ams2 {
    width: 30%;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #games img.ams2 {
    width: 40%;
    margin: 2rem 0;
  }
}
#wrapper #community {
  width: 100%;
  background-color: #F5F5F5;
  padding: 4rem;
  display: grid;
  grid-template: 1fr 1fr/repeat(12, 1fr);
}
#wrapper #community p {
  grid-column: 2/7;
  grid-row: 1/3;
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 1280px) {
  #wrapper #community p {
    justify-self: center;
    text-align: center;
    max-width: 450px;
    grid-column: 2/12;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #community p {
    grid-column: 1/13;
    grid-row: 1/2;
  }
}
#wrapper #community .links {
  grid-column: 8/12;
  grid-row: 1/3;
  align-self: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #wrapper #community .links {
    margin-top: 1rem;
    justify-self: center;
    grid-column: 2/12;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 450px) {
  #wrapper #community .links {
    display: block;
    grid-column: 1/13;
    grid-row: 2/3;
  }
}
#wrapper #community .links a.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  width: 14rem;
  height: 3rem;
  border-radius: 0.25rem;
  border: 0;
  margin: 1rem;
  padding: 1rem 2rem;
  background: #FFF;
}
#wrapper #community .links a:hover, #wrapper #community .links a:focus, #wrapper #community .links a:active {
  text-decoration: none;
  color: #000;
}
#wrapper #community .links a.download {
  background: #FFF;
  color: #000;
}
#wrapper #community .links a.discord {
  background: #5865F2;
  color: #FFF;
  padding: -2px 0;
}
#wrapper #community .links a.discord img {
  vertical-align: middle;
  margin: -2px 0.75rem 0 0;
  height: 1.25rem;
  width: auto;
  color: #FFF;
}
#wrapper #community .links a.twitter {
  background: #1DA1F2;
  color: #FFF;
  padding: -2px 0;
}
#wrapper #community .links a.twitter img {
  vertical-align: middle;
  margin: -2px 0.75rem 0 0;
  height: 1.25rem;
  width: auto;
  color: #FFF;
}
#wrapper div.footer {
  width: 100%;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
}
#wrapper div.footer a, #wrapper div.footer a:hover, #wrapper div.footer a:focus, #wrapper div.footer a:active {
  text-decoration: none;
  color: #F5F5F5;
}
#wrapper div.imprint,
#wrapper div.copyright {
  width: calc(100% - 6rem);
  max-width: 50rem;
  margin: 3rem;
  align-self: center;
  color: #FFF;
}
#wrapper div.imprint p,
#wrapper div.copyright p {
  display: block;
  text-align: left;
  margin: 0 0 2rem 0;
  color: #FFF;
}
#wrapper div.imprint strong,
#wrapper div.copyright strong {
  color: #FCA311;
  font-weight: bold;
}
#wrapper div.imprint h1,
#wrapper div.copyright h1 {
  color: #F5F5F5;
  display: block;
  margin: 2rem 0 2rem 0;
  text-align: left;
}
#wrapper div.imprint h3,
#wrapper div.copyright h3 {
  color: #FCA311;
  margin: 2rem 0 1rem 0;
  font-size: 1.5rem;
}
#wrapper div.imprint ul,
#wrapper div.copyright ul {
  color: #F5F5F5;
}
#wrapper div.imprint ul li,
#wrapper div.copyright ul li {
  margin-left: 1.5rem;
  padding-left: 0.5rem;
}
#wrapper div.imprint ol,
#wrapper div.copyright ol {
  color: #F5F5F5;
}
#wrapper div.imprint ol li,
#wrapper div.copyright ol li {
  margin-left: 2.5rem;
  padding-left: 0.5rem;
}/*# sourceMappingURL=style.css.map */