body, html {
  background: #fff;
  color: #121212;
  font-family: "Montserrat", sans-serif;
  overflow-x: visible;
  width: 100%;
  font-size: 20px;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  z-index: 1;
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fe2015;
}
@media (max-width: 992px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 22px;
  color: #fed700;
}

h4 {
  font-size: 20px;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

a {
  color: #121212;
}
a:hover {
  color: #272727;
}

p {
  font-size: 16px;
}

.absfull, .darkflyby, .livestream .stream-container .wrapper, .donate-section .bgimg, .event-2022 .static-cover .repeated-static, .event-2022 .splash .players-section .playerlist .spy .iw img, .event-2022 .splash .players-section .playerlist .spy .iw .default, .event-2022 .splash .section-startscreen .boxart .unlocktext, .event-2022 #bgcanvas, .bgstarfield {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

section.section {
  padding: 100px 0;
}

.section-header {
  text-align: center;
}

.btn {
  color: #121212;
  border: none;
  padding: 10px 15px;
  width: auto;
  min-width: 150px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.8px;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 0;
}
.btn:before {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: #121212;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
  z-index: -1;
}
.btn:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 2px;
}
.btn:hover:before {
  bottom: -3px;
  left: -3px;
  right: -3px;
  top: -3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #121212;
}
.btn.small {
  padding: 10px 15px;
  min-width: unset;
  font-size: 14px;
}
.btn.small:hover {
  letter-spacing: 4px;
}
.btn.red {
  color: #00c7eb;
  background: none;
}
.btn.red:before {
  border-color: #00c7eb;
}
.btn.blue {
  color: #fbff00;
  background: none;
}
.btn.blue:before {
  border-color: #fbff00;
}
.btn.yellow {
  color: #fed700;
  background: none;
}
.btn.yellow:before {
  border-color: #fed700;
}
.btn.white {
  color: #121212;
}
.btn.white:before {
  border-color: #fff;
  background: #fff;
}
.btn.white:hover {
  color: #fff;
}
.btn.white:hover:before {
  background: transparent;
}

.container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .container {
    padding: 0 5%;
  }
}

.stretchgoals {
  border: 10px dashed black;
}
.stretchgoals .goalrow {
  padding: 20px;
  border-bottom: 5px solid #fff;
  font-size: 30px;
}
.stretchgoals .goalrow:last-child {
  border-bottom: none;
}

.stream-container .stream-wrapper {
  background: black;
  padding-top: 60%;
  position: relative;
}
.stream-container .stream-wrapper #twitch-embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.stream-container .stream-wrapper #twitch-embed iframe {
  width: 100%;
  height: 100%;
}

.bgstarfield {
  pointer-events: none;
}

.lens-flare {
  width: 100%;
  min-height: 100%;
  position: relative;
}
.lens-flare .circle-a {
  background: -o-radial-gradient(center, ellipse, rgba(34, 46, 24, 0.2) 30%, rgba(80, 201, 32, 0.6) 100%);
  background: radial-gradient(ellipse at center, rgba(34, 46, 24, 0.2) 30%, rgba(80, 201, 32, 0.6) 100%);
  border-radius: 75px;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  position: absolute;
  left: 12%;
  top: 12%;
  z-index: 1;
}
.lens-flare .circle-b {
  background: -o-radial-gradient(center, ellipse, rgb(255, 255, 255) 0%, rgba(255, 51, 102, 0.3) 35%, rgba(255, 51, 102, 0.1) 55%, rgba(255, 51, 102, 0) 75%);
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 51, 102, 0.3) 35%, rgba(255, 51, 102, 0.1) 55%, rgba(255, 51, 102, 0) 75%);
  border-radius: 400px;
  width: 800px;
  height: 800px;
  margin: -400px 0 0 -400px;
  position: absolute;
  left: 25%;
  top: 25%;
  z-index: 2;
}
.lens-flare .circle-c {
  background: -o-radial-gradient(center, ellipse, rgba(212, 80, 13, 0) 40%, rgba(212, 80, 13, 0.5) 45%, rgba(212, 80, 13, 0) 50%, rgba(239, 1, 124, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(212, 80, 13, 0) 40%, rgba(212, 80, 13, 0.5) 45%, rgba(212, 80, 13, 0) 50%, rgba(239, 1, 124, 0) 100%);
  border-radius: 200px;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
  position: absolute;
  left: 25%;
  top: 25%;
  z-index: 3;
}
.lens-flare .circle-d {
  background: -o-radial-gradient(center, ellipse, rgba(212, 80, 13, 0) 40%, rgba(212, 80, 13, 0.4) 60%, rgba(212, 80, 13, 0) 65%);
  background: radial-gradient(ellipse at center, rgba(212, 80, 13, 0) 40%, rgba(212, 80, 13, 0.4) 60%, rgba(212, 80, 13, 0) 65%);
  border-radius: 350px;
  width: 700px;
  height: 700px;
  margin: -350px 0 0 -350px;
  position: absolute;
  left: 83%;
  top: 83%;
  z-index: 4;
}
.lens-flare .circle-e {
  background: -o-radial-gradient(center, ellipse, rgba(34, 46, 24, 0.2) 30%, rgba(80, 201, 32, 0.5) 100%);
  background: radial-gradient(ellipse at center, rgba(34, 46, 24, 0.2) 30%, rgba(80, 201, 32, 0.5) 100%);
  border-radius: 150px;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
  position: absolute;
  left: 73%;
  top: 73%;
  z-index: 5;
}
.lens-flare .circle-f {
  background: -o-radial-gradient(center, ellipse, rgba(24, 61, 173, 0) 10%, rgba(24, 61, 173, 0.2) 60%);
  background: radial-gradient(ellipse at center, rgba(24, 61, 173, 0) 10%, rgba(24, 61, 173, 0.2) 60%);
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: absolute;
  left: 40%;
  top: 40%;
  z-index: 6;
}
.lens-flare .circle-g {
  background: -o-radial-gradient(center, ellipse, rgba(212, 80, 13, 0) 30%, rgba(212, 80, 13, 0.15) 100%);
  background: radial-gradient(ellipse at center, rgba(212, 80, 13, 0) 30%, rgba(212, 80, 13, 0.15) 100%);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  position: absolute;
  left: 58%;
  top: 58%;
  z-index: 6;
}
.lens-flare .circle-h {
  background: -o-radial-gradient(center, ellipse, rgba(24, 61, 173, 0) 10%, rgba(24, 61, 173, 0.11) 60%);
  background: radial-gradient(ellipse at center, rgba(24, 61, 173, 0) 10%, rgba(24, 61, 173, 0.11) 60%);
  border-radius: 75px;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  position: absolute;
  left: 41.5%;
  top: 41.5%;
  z-index: 7;
}
.lens-flare .circle-i {
  background: -o-radial-gradient(center, ellipse, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0) 65%);
  background: radial-gradient(ellipse at center, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0) 65%);
  border-radius: 15px;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
}
.lens-flare .circle-j {
  background: -o-radial-gradient(center, ellipse, rgba(250, 250, 250, 0.8) 5%, rgba(250, 250, 250, 0) 65%);
  background: radial-gradient(ellipse at center, rgba(250, 250, 250, 0.8) 5%, rgba(250, 250, 250, 0) 65%);
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 9;
}
.lens-flare .circle-k {
  background: -o-radial-gradient(center, ellipse, rgba(212, 80, 13, 0) 30%, rgba(212, 80, 13, 0.1) 100%);
  background: radial-gradient(ellipse at center, rgba(212, 80, 13, 0) 30%, rgba(212, 80, 13, 0.1) 100%);
  border-radius: 85px;
  width: 190px;
  height: 190px;
  margin: -85px 0 0 -85px;
  position: absolute;
  left: 53%;
  top: 53%;
  z-index: 10;
}

.lightscroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.lightscroll::-webkit-scrollbar-thumb {
  background: #fff;
}
.lightscroll::-webkit-scrollbar-track {
  background: #e2e600;
}

.darkscroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.darkscroll::-webkit-scrollbar-thumb {
  background: #000;
}
.darkscroll::-webkit-scrollbar-track {
  background: #ff3dff;
}

.darkmode .btn {
  color: #fff;
}
.darkmode .btn:before {
  border-color: #fff;
}
.darkmode .btn:hover {
  color: #121212;
}
.darkmode .btn:hover:before {
  background: #fff;
}
.darkmode .btn.white {
  color: #121212;
}

.event-2022-main {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  background-color: #fff;
}
.event-2022-main .header-start {
  height: 100vh;
}
.event-2022-main .header-start .container, .event-2022-main .header-start .row {
  height: 100%;
}
.event-2022-main .header-start .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-2022-main .header-start .logo-container {
  text-align: center;
}
.event-2022-main .header-start .header-content {
  text-align: center;
}
.event-2022-main .header-start .header-buttons {
  width: 100%;
  text-align: center;
  display: block;
}

.event-2022-main.darkmode {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  background: #121212;
  color: #fff;
}
.event-2022-main.darkmode .header-start .logo-container img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.f2021 {
  padding: 50px 0;
}

#footer {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer.active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 0;
}

.event-2022 {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#272727));
  background: -o-linear-gradient(bottom, #000, #272727);
  background: linear-gradient(0deg, #000, #272727);
}
.event-2022 #bgcanvas {
  pointer-events: none;
  height: 100%;
}
.event-2022 .splash {
  position: relative;
}
.event-2022 .splash .section-cartridge {
  height: 100vh;
  position: relative;
}
.event-2022 .splash .section-cartridge .content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-2022 .splash .section-cartridge .cartridge {
  position: absolute;
  width: 25%;
  margin: auto;
}
.event-2022 .splash .section-cartridge .cartridge img {
  width: 100%;
}
.event-2022 .splash .section-cartridge .console {
  width: 60%;
  margin: auto;
  position: absolute;
  -webkit-transform: translateY(58%);
      -ms-transform: translateY(58%);
          transform: translateY(58%);
}
.event-2022 .splash .section-cartridge .console img {
  width: 100%;
}
.event-2022 .splash .section-cartridge .console .poweron {
  position: absolute;
  top: 12%;
  left: 22%;
  width: 7%;
  height: 13%;
  color: #ff0000;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .event-2022 .splash .section-cartridge .console .poweron {
    position: absolute;
    top: 100%;
    left: 50%;
    height: auto;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    width: 100%;
    text-align: center;
  }
  .event-2022 .splash .section-cartridge .console .poweron .tab {
    display: none;
  }
}
.event-2022 .splash .section-cartridge .console .poweron #startbtn:hover {
  cursor: url("../../images/2022/heels.cur"), auto;
}
.event-2022 .splash .section-cartridge .console .poweron #startbtn .tab {
  -webkit-animation: glow-pulse 2s linear infinite;
          animation: glow-pulse 2s linear infinite;
}
.event-2022 .splash .section-cartridge .console .poweron #startbtn .tab img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.event-2022 .splash .section-cartridge .console .poweron #startbtn .tab .on {
  display: none;
}
.event-2022 .splash .section-cartridge .console .poweron #startbtn .tab .off {
  margin-top: -13%;
}
.event-2022 .splash .section-cartridge .console .poweron #startbtn.clicked .tab .off {
  display: none;
}
.event-2022 .splash .section-cartridge .console .poweron #startbtn.clicked .tab .on {
  display: block;
}
.event-2022 .splash .section-cartridge .console .poweron .onmessage {
  position: absolute;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  -webkit-transform: translate(-11%, -19%);
      -ms-transform: translate(-11%, -19%);
          transform: translate(-11%, -19%);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 992px) {
  .event-2022 .splash .section-cartridge .console .poweron .onmessage.active {
    opacity: 1;
    -webkit-transform: translate(-11%, -15%);
        -ms-transform: translate(-11%, -15%);
            transform: translate(-11%, -15%);
  }
}
.event-2022 .splash .section-cartridge .console .poweron .onmessage .text {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.5vw;
  color: #fed700;
  white-space: nowrap;
}
.event-2022 .splash .section-cartridge .console .poweron .onmessage .image-container {
  width: 68px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: inline-block;
}
.event-2022 .splash .section-cartridge .console .poweron .onmessage .image-container #arrow-note {
  max-width: 100%;
}
.event-2022 .splash .section-cartridge .console .light {
  position: absolute;
  top: 69%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4%;
  opacity: 0;
}
.event-2022 .splash .section-cartridge .console .light:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(rgba(255, 0, 0, 0.4039215686), transparent);
  background: radial-gradient(rgba(255, 0, 0, 0.4039215686), transparent);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
      -ms-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-animation: opacity-pulse 3s ease-in-out infinite;
          animation: opacity-pulse 3s ease-in-out infinite;
}
.event-2022 .splash .section-cartridge .start-container {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.event-2022 .splash .section-console .imagewrap {
  width: 80%;
  margin: auto;
}
.event-2022 .splash .section-console .imagewrap img {
  width: 100%;
}
.event-2022 .splash .section-startscreen {
  width: 100%;
  background: rgb(39, 39, 39);
  min-height: 100vh;
  height: auto;
  padding: 100px 0;
}
.event-2022 .splash .section-startscreen .content-wrap {
  padding: 0 5%;
}
.event-2022 .splash .section-startscreen .boxart {
  width: 100%;
  margin: auto;
  position: relative;
}
@media (min-width: 992px) {
  .event-2022 .splash .section-startscreen .boxart {
    width: 35%;
    margin: auto;
  }
}
.event-2022 .splash .section-startscreen .boxart .wrapper {
  background-color: #000;
}
.event-2022 .splash .section-startscreen .boxart .boxouter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event-2022 .splash .section-startscreen .boxart .boxheader {
  background: red;
  border-bottom: 2px solid #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.event-2022 .splash .section-startscreen .boxart .boxheader .left {
  padding: 10px 0 10px 10%;
  display: inline-block;
  width: 40%;
  position: relative;
}
.event-2022 .splash .section-startscreen .boxart .boxheader .left img {
  width: 100%;
  height: 100%;
}
.event-2022 .splash .section-startscreen .boxart .boxheader .right {
  display: inline-block;
  width: 15%;
}
.event-2022 .splash .section-startscreen .boxart .boxheader .right img {
  width: 100%;
  height: 100%;
}
.event-2022 .splash .section-startscreen .boxart .boxcontent {
  background: #000;
  background-size: cover;
  background-position: center;
  padding: 0;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.event-2022 .splash .section-startscreen .boxart .boxcontent .text-container {
  text-align: center;
}
.event-2022 .splash .section-startscreen .boxart .comingsoon {
  opacity: 0;
}
.event-2022 .splash .section-startscreen .boxart .unlocktext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-2022 .splash .section-startscreen .boxart .boxfooter {
  opacity: 0;
  padding: 0px 10% 50px;
  margin-top: -10%;
  z-index: 1;
}
.event-2022 .splash .section-startscreen .information {
  display: none;
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .event-2022 .splash .section-startscreen .information {
    width: 80%;
    margin: 0 auto;
  }
}
.event-2022 .splash .players-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#998e5c));
  background: -o-linear-gradient(top, #272727, #998e5c);
  background: linear-gradient(180deg, #272727, #998e5c);
  display: none;
}
.event-2022 .splash .players-section .left, .event-2022 .splash .players-section .right {
  opacity: 0;
}
.event-2022 .splash .players-section .left {
  text-align: left;
}
.event-2022 .splash .players-section .left .ptitle {
  padding-left: 5%;
}
.event-2022 .splash .players-section .left .playerlist {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.event-2022 .splash .players-section .right {
  text-align: right;
}
.event-2022 .splash .players-section .right .ptitle {
  padding-right: 5%;
}
.event-2022 .splash .players-section .playerlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.event-2022 .splash .players-section .playerlist .spy {
  width: 50%;
  background: #dad2ae;
  border: 1px solid #000;
}
.event-2022 .splash .players-section .playerlist .spy .wrapper {
  position: relative;
  padding: 15px;
}
.event-2022 .splash .players-section .playerlist .spy .info {
  position: relative;
}
.event-2022 .splash .players-section .playerlist .spy .iw {
  padding-top: 100%;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px #000;
          box-shadow: 1px 1px 5px #000;
}
.event-2022 .splash .players-section .playerlist .spy .iw .default {
  background: url("../../images/2022/default_image.jpg") no-repeat;
  background-size: cover;
}
.event-2022 .splash .players-section .playerlist .spy .iw img {
  -o-object-fit: cover;
     object-fit: cover;
}
.event-2022 .splash .players-section .playerlist .spy .tw {
  text-align: center;
  color: #000;
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
}
.event-2022 .splash .link-container {
  padding: 0 30px;
  color: #fed700;
  margin-top: 30px;
  font-weight: 900;
}
.event-2022 .splash .donate-container {
  text-align: center;
  margin-top: 50px;
}
.event-2022 .splash .audio-container {
  margin-top: 30px;
}
.event-2022 .splash .audio-container .btn {
  width: auto;
  min-width: unset;
  padding: 5px;
  border: none;
  letter-spacing: normal;
}
.event-2022 .splash .audio-container .btn:before {
  display: none;
}
.event-2022 .splash .audio-container .btn:hover {
  color: #fed700;
  letter-spacing: normal;
}
.event-2022 .static-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
}
.event-2022 .static-cover .repeated-static {
  background-image: -o-repeating-radial-gradient(17% 32%, circle, white, black 0.00085px);
  background-image: repeating-radial-gradient(circle at 17% 32%, white, black 0.00085px);
  -webkit-animation: tv-static 5s linear infinite;
          animation: tv-static 5s linear infinite;
}

@-webkit-keyframes tv-static {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 200% 200%;
  }
}

@keyframes tv-static {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 200% 200%;
  }
}
.mission-scroll {
  position: relative;
  overflow: hidden;
}
.mission-scroll .fade {
  position: relative;
  width: 100%;
  min-height: 200px;
  top: -25px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(75%, black));
  background-image: -o-linear-gradient(bottom, transparent, black 75%);
  background-image: linear-gradient(0deg, transparent, black 75%);
  z-index: 1;
}
.mission-scroll .star-wars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 150vh;
  min-height: 800px;
  color: #feda4a;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 400%;
  font-weight: 600;
  letter-spacing: 6px;
  line-height: 150%;
  -webkit-perspective: 400px;
          perspective: 400px;
  text-align: justify;
}
@media (max-width: 768px) {
  .mission-scroll .star-wars {
    line-height: 113%;
    font-size: 300%;
  }
}
@media (max-width: 480px) {
  .mission-scroll .star-wars {
    font-size: 250%;
    -webkit-perspective: 500px;
            perspective: 500px;
  }
}
.mission-scroll .crawl {
  position: relative;
  top: 9999px;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  /*animation: crawl 60s linear;*/
}
.mission-scroll .crawl > .title {
  font-size: 90%;
  text-align: center;
}
.mission-scroll .crawl p {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .mission-scroll .crawl p {
    margin-bottom: 150px;
  }
}
.mission-scroll .crawl h1, .mission-scroll .crawl h2, .mission-scroll .crawl h3, .mission-scroll .crawl h4 {
  font-size: 2em;
  margin-bottom: 50px;
}
.mission-scroll .crawl > .title h1 {
  margin: 0 0 100px;
  text-transform: uppercase;
  text-align: center;
}
.mission-scroll .cta {
  width: 100%;
}
@media (min-width: 768px) {
  .mission-scroll .cta {
    width: 50%;
  }
}

@-webkit-keyframes crawl {
  0% {
    top: 0;
    -webkit-transform: rotateX(30deg) translateZ(0);
            transform: rotateX(30deg) translateZ(0);
  }
  100% {
    top: -6000px;
    -webkit-transform: rotateX(30deg) translateZ(-5500px);
            transform: rotateX(30deg) translateZ(-5500px);
  }
}

@keyframes crawl {
  0% {
    top: 0;
    -webkit-transform: rotateX(30deg) translateZ(0);
            transform: rotateX(30deg) translateZ(0);
  }
  100% {
    top: -6000px;
    -webkit-transform: rotateX(30deg) translateZ(-5500px);
            transform: rotateX(30deg) translateZ(-5500px);
  }
}
.donate-section {
  padding: 100px 0 50px;
  text-align: center;
  position: relative;
}
.donate-section .bgimg {
  pointer-events: none;
}
.donate-section .bgimg .lens-flare {
  position: absolute;
  top: 0;
  left: 0;
}
.donate-section .bgimg img {
  width: 150%;
}
.donate-section .content {
  position: relative;
}
.donate-section .btn-container {
  margin: 15px 0;
}
.donate-section .choose {
  margin-top: 30px;
}

.donatemeter {
  padding: 50px 0 100px;
  position: relative;
  padding-top: 0;
}
.donatemeter .barvalues {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
}
@media (max-width: 992px) {
  .donatemeter .barvalues {
    font-size: 18px;
  }
}
.donatemeter .barvalues > div {
  text-align: center;
  margin: 0 15px;
  width: 50%;
}
.donatemeter .barvalues .lightvalue {
  color: #fbff00;
  text-align: right;
}
.donatemeter .barvalues .darkvalue {
  color: #ff56ff;
  text-align: left;
}
.donatemeter .meterbars {
  text-align: center;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 50px;
}
.donatemeter .meterbars .lightmeter, .donatemeter .meterbars .darkmeter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.donatemeter .meterbars .lightmeter > span, .donatemeter .meterbars .darkmeter > span {
  position: relative;
  display: inline-block;
  height: 20px;
  -webkit-animation: opacitypulse;
          animation: opacitypulse;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .donatemeter .meterbars .lightmeter > span, .donatemeter .meterbars .darkmeter > span {
    height: 15px;
  }
}
.donatemeter .meterbars .lightmeter > span:after, .donatemeter .meterbars .darkmeter > span:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 95%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px #fff;
          box-shadow: 0px 0px 10px #fff;
}
.donatemeter .meterbars .lightmeter {
  text-align: right;
}
.donatemeter .meterbars .lightmeter > span {
  background: #99dfff;
  -webkit-box-shadow: 0px 0px 40px #6dbbdf;
          box-shadow: 0px 0px 40px #6dbbdf;
  border-radius: 15px 0 0 15px;
  margin-left: auto;
  margin-right: -40px;
}
@media (max-width: 992px) {
  .donatemeter .meterbars .lightmeter > span {
    margin-right: -15px;
  }
}
.donatemeter .meterbars .lightmeter > span:after {
  right: 0;
  left: auto;
}
.donatemeter .meterbars .center-handle {
  width: 200px;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 768px) {
  .donatemeter .meterbars .center-handle {
    width: 100px;
  }
}
.donatemeter .meterbars .center-handle img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: -3px;
}
.donatemeter .meterbars .darkmeter {
  text-align: left;
}
.donatemeter .meterbars .darkmeter > span {
  background: #fc534d;
  -webkit-box-shadow: 0px 0px 40px #fc534d;
          box-shadow: 0px 0px 40px #fc534d;
  border-radius: 0 15px 15px 0;
  margin-right: auto;
  margin-left: -40px;
}
@media (max-width: 992px) {
  .donatemeter .meterbars .darkmeter > span {
    margin-left: -15px;
  }
}
.donatemeter .donate-today {
  text-align: center;
}

.livestream {
  padding: 100px 0;
  background-size: cover;
  position: relative;
}
.livestream h2 {
  color: #121212;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.livestream:before {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 300px;
}
.livestream .stream-container {
  padding-top: 60%;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
.livestream .stream-container .wrapper #twitch-embed, .livestream .stream-container .wrapper iframe {
  height: 100%;
  widtH: 100%;
}

.logogarden {
  padding: 100px 0 200px;
  position: relative;
}
.logogarden .sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.logogarden .sponsor-list .asponsor {
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .logogarden .sponsor-list .asponsor {
    width: 33.3333333333%;
    padding: 10px;
  }
}
.darkflyby {
  pointer-events: none;
}
.darkflyby #darkpath {
  width: 100%;
  height: 100%;
}
.darkflyby #tpath {
  width: 100%;
  height: 100%;
  position: relative;
}
.darkflyby #tfighter {
  pointer-events: all;
  z-index: 9;
  position: relative;
}
.darkflyby #tfighter:hover {
  cursor: pointer;
}

.agents-spies {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media (max-width: 992px) {
  .agents-spies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow: unset;
  }
}
.agents-spies .agents, .agents-spies .spies {
  height: 100vh;
}
@media (max-width: 992px) {
  .agents-spies .agents, .agents-spies .spies {
    height: unset;
  }
}
.agents-spies .agents .row, .agents-spies .spies .row {
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .agents-spies .agents .row, .agents-spies .spies .row {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.agents-spies .text-image {
  width: 100%;
}
@media (max-width: 992px) {
  .agents-spies .text-image {
    margin-top: 200px;
  }
}
.agents-spies .team-list {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media (max-width: 992px) {
  .agents-spies .team-list {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    position: relative;
    bottom: unset;
  }
}
.agents-spies .team-list .team-member {
  margin: 0 -25px;
  position: relative;
  max-height: 422px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (max-width: 992px) {
  .agents-spies .team-list .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .agents-spies .team-list .team-member img {
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgb(0, 0, 0)), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgb(0, 0, 0)), to(transparent));
            mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, transparent 100%);
  }
}
.agents-spies .team-list .team-member:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.agents-spies .offcanvas {
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.17, 0.67, 0.21, 0.99);
  transition: -webkit-transform 0.75s cubic-bezier(0.17, 0.67, 0.21, 0.99);
  -o-transition: transform 0.75s cubic-bezier(0.17, 0.67, 0.21, 0.99);
  transition: transform 0.75s cubic-bezier(0.17, 0.67, 0.21, 0.99);
  transition: transform 0.75s cubic-bezier(0.17, 0.67, 0.21, 0.99), -webkit-transform 0.75s cubic-bezier(0.17, 0.67, 0.21, 0.99);
}
.agents-spies .offcanvas.offcanvas-bottom {
  height: 100vh;
}
.agents-spies .offcanvas.blue {
  background-color: #4E87E4;
}
.agents-spies .offcanvas .container, .agents-spies .offcanvas .row {
  height: 100%;
}
.agents-spies .offcanvas .team-member-image {
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 90%;
  z-index: 5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1400px) {
  .agents-spies .offcanvas .team-member-image {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .agents-spies .offcanvas .team-member-image {
    height: 65%;
  }
}
@media (max-width: 992px) {
  .agents-spies .offcanvas .team-member-image {
    display: none;
  }
}
.agents-spies .offcanvas .team-member-image img {
  height: 100%;
}
.agents-spies .offcanvas .team-member-profile h2 {
  font-family: dharma-gothic-c, sans-serif;
  font-weight: 800;
  font-style: italic;
  color: #fff;
  font-size: 20em;
  text-align: right;
  line-height: 0.75em;
}
@media (max-width: 1400px) {
  .agents-spies .offcanvas .team-member-profile h2 {
    font-size: 17em;
  }
}
@media (max-width: 1200px) {
  .agents-spies .offcanvas .team-member-profile h2 {
    font-size: 14em;
  }
}
@media (max-width: 992px) {
  .agents-spies .offcanvas .team-member-profile h2 {
    text-align: left;
    font-size: 10em;
  }
}
@media (max-width: 768px) {
  .agents-spies .offcanvas .team-member-profile h2 {
    font-size: 7em;
  }
}
.agents-spies .offcanvas .team-member-profile h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  font-size: 3em;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .agents-spies .offcanvas .team-member-profile h3 {
    font-size: 2.5em;
  }
}
@media (max-width: 1200px) {
  .agents-spies .offcanvas .team-member-profile h3 {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .agents-spies .offcanvas .team-member-profile h3 {
    font-size: 1.5em;
  }
}
.agents-spies .offcanvas .team-member-profile .agent-title {
  text-align: right;
}
@media (max-width: 992px) {
  .agents-spies .offcanvas .team-member-profile .agent-title {
    text-align: left;
  }
}
.agents-spies .offcanvas .team-member-profile .agent-profile {
  width: 70%;
  float: right;
  color: #fff;
  text-align: right;
}
@media (max-width: 992px) {
  .agents-spies .offcanvas .team-member-profile .agent-profile {
    width: 100%;
    float: left;
    text-align: left;
  }
}
.agents-spies .offcanvas .team-member-profile .agent-profile p {
  color: #fff;
}
.agents-spies .offcanvas .team-member-profile .agent-profile .donate-btn {
  width: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .agents-spies .offcanvas .team-member-profile .agent-profile .donate-btn {
    text-align: left;
  }
}