<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&amp;display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: black;
  font-family: "Roboto Condensed", sans-serif;
}

._page, #preloader, #socials .socials-inner, #socials, #enter .enter-inner, #enter, #first-video, #second-video {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#second-video {
  z-index: 1;
}

#first-video {
  z-index: 2;
}

.video {
  position: absolute;
}

#enter {
  display: none;
  z-index: 5;
}
#enter .enter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#enter .enter-inner a {
  color: #7f7f7f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 33vh;
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 666ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: 666ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#enter .enter-inner a:hover {
  color: #999999;
}

#socials {
  display: none;
  z-index: 4;
}
#socials .socials-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#socials .socials-inner .social-links {
  padding: 3rem 0;
}
#socials .socials-inner .social-links a {
  -webkit-animation: flicker 1.5s infinite alternate;
          animation: flicker 1.5s infinite alternate;
  color: #00fefd;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 0.5rem;
  -webkit-transition: 250ms;
  transition: 250ms;
}
#socials .socials-inner .social-links a:hover {
  -webkit-animation: none;
          animation: none;
  color: #00fefd;
}
#socials .socials-inner .social-links a img {
  display: inline-block;
  height: 22px;
  width: 22px;
  position: relative;
  top: 2px;
}
#socials .socials-inner .social-links a:hover img {
  opacity: 0.9;
}
@media screen and (max-width: 500px) {
  #socials .socials-inner .social-links a {
    font-size: 1.2rem;
    padding: 0.5rem;
  }
  #socials .socials-inner .social-links a img {
    height: 20px;
    width: 20px;
  }
}

#preloader {
  background: black;
  z-index: 15;
}

@media screen and (max-width: 640px) {
  #enter .enter-inner a {
    font-size: 1.4rem;
    padding: 0.31rem 0.744rem;
  }
}
#playpause {
  display: none;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  color: #00fefd;
  font-size: 1.4rem;
  text-align: center;
  width: 30px;
}
#playpause .unmute {
  display: none;
}

.muted #playpause .mute {
  display: none;
}
.muted #playpause .unmute {
  display: block;
}

/* Animate neon flicker */
@-webkit-keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow: 0 0 0.125rem #f22f3d, 0 0 0.125rem rgba(254, 179, 233, 0.25);
  }
  20%, 24%, 55% {
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    text-shadow: 0 0 0.125rem #f22f3d, 0 0 0.125rem rgba(254, 179, 233, 0.25);
  }
  20%, 24%, 55% {
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}</pre></body></html>