@font-face {
  font-family: "bagoss";
  src: url("../fonts/BagossStandardTRIAL-Regular.woff2") format("woff2"), url("../fonts/BagossStandardTRIAL-Regular.woff") format("woff"), url("../fonts/BagossStandardTRIAL-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "esface";
  src: url("../fonts/ESFace-Regular.woff2") format("woff2"), url("../fonts/ESFace-Regular.woff") format("woff"), url("../fonts/ESFace-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "esface";
  src: url("../fonts/ESFaceTRIAL-LightItalic.woff2") format("woff2"), url("../fonts/ESFaceTRIAL-LightItalic.woff") format("woff"), url("../fonts/ESFaceTRIAL-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "esface";
  src: url("../fonts/ESFaceTRIAL-ExtraLightItalic.woff2") format("woff2"), url("../fonts/ESFaceTRIAL-ExtraLightItalic.woff") format("woff"), url("../fonts/ESFaceTRIAL-ExtraLightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "infamous";
  src: url("../fonts/Infamous-Regular.woff2") format("woff2"), url("../fonts/Infamous-Regular.woff") format("woff"), url("../fonts/Infamous-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  overscroll-behavior: none;
  color: #ffffff;
  background-color: #000000;
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

input,
input:before,
input:after {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}

a:active, a:link, a:visited {
  text-decoration: none;
  color: #000000;
}

#app {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  transition: background-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (orientation: portrait) {
  #app {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

[data-animate] {
  opacity: 0;
}

.tp-dfwv {
  width: 300px !important;
}