:root{--background:#000000;--foreground:#ffffff}body,html{font-family:Helvetica!important;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#splashScreen{background-color:var(--background);transition:all .3s ease-in;top:0;height:100svh;width:100svw}#splashScreen.hide{display:none!important}#splashScreenLogo{transition:all 1s ease-in;height:auto;width:428px;opacity:0}@media only screen and (max-width:700px){#splashScreenLogo{width:60vw}}#splashScreenLogo.animate{transition-timing-function:cubic-bezier(.075,.82,.165,1);transition-duration:1s;width:100svw}@media only screen and (max-width:700px){#splashScreenLogo.animate{rotate:90deg}}#splashScreenLogo.animate-2{position:relative;margin-top:calc(100svh - var(--logo-height))}@media only screen and (max-width:700px){#splashScreenLogo.animate-2{width:100svh!important;margin-top:unset;margin-right:calc(100svw - var(--logo-height) - 12px)}}