#root,
html,
body,
main {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: 0xd0b11;
}

p {
  padding: 0px !important;
  margin: 0px !important;
}

span {
  line-height: 1 !important;
}

* {
  text-transform: uppercase;
  line-height: 1;
}

@font-face {
  font-family: "MayfairNbpBold";
  src: URL("/fonts/mayfair-nbp/MayfairNbpBold-gAA4.ttf") format("truetype");
}

@font-face {
  font-family: "clacon2";
  src: url("/fonts/clacon2/clacon2.woff2");
}

.mb-5 {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.scanlines {
  overflow: hidden;
  position: relative;
}

.scanlines:before,
.scanlines:after {
  display: block;
  pointer-events: none;
  content: "";
  z-index: 353453453454534534543;
  position: absolute;
}

.scanlines:before {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.75;
  animation: scanline 6s linear infinite;
}

.scanlines:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 353453453454534534543;
  background: linear-gradient(to bottom,
      transparent 50%,
      rgba(0, 0, 0, 0.3) 51%);
  background-size: 100% 4px;
  animation: scanlines 1s steps(60) infinite;
}

@keyframes scanline {
  0% {
    transform: translate3d(0, 200000%, 0);
  }
}

@keyframes scanlines {
  0% {
    background-position: 0 200000%;
  }
}

div.scanlines {
  z-index: 353453453454534534543;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.desktopNavbar {
  display: flex;
  align-items: center;
}

.mobileNavbar {
  display: none;
  align-items: center;
}

@media (max-width: 1791px) {
  .desktopNavbar {
    display: none;
  }

  .mobileNavbar {
    display: flex;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.blinking {
  animation: blink 1s infinite;
}

.Lines_lines__dxGiW {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Lines_lines__dxGiW .Lines_wrapper__MlBK8 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Lines_lines__dxGiW .Lines_wrapper__MlBK8 .Lines_vertical__zXzZu {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #1f2022;
}

.Lines_lines__dxGiW .Lines_wrapper__MlBK8 .Lines_horizontal__Ptw_O {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1f2022;
}

.Lines_lines__dxGiW .Lines_wrapper__MlBK8 .Lines_animatedLinesWrapper__2maC3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Lines_lines__dxGiW .Lines_wrapper__MlBK8 .Lines_animatedLinesWrapper__2maC3 .Lines_horizontalLineWrapper__2SsTM {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}

.Lines_lines__dxGiW .Lines_wrapper__MlBK8 .Lines_animatedLinesWrapper__2maC3 .Lines_horizontalLineWrapper__2SsTM .Lines_itemHorizontal__Fh3yX {
  height: 100%;
}

.Lines_lines__dxGiW .Lines_wrapper__MlBK8 .Lines_animatedLinesWrapper__2maC3 .Lines_horizontalLineWrapper__2SsTM .Lines_itemHorizontal__Fh3yX .Lines_gradient__dVci2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background: linear-gradient(90deg, transparent, #d3f932 50%, transparent);
}