.splash-container{overflow:hidden;width:100vw;height:100vh;margin:0;padding:0;position:fixed;z-index:9999;pointer-events:none}.splash-screen{width:200vw;height:200vw;left:-50vw;top:-50vw;animation:shrink 1s cubic-bezier(.65,0,.35,1) forwards;animation-delay:1s}.splash-screen,.splash-screen-mobile{position:fixed;background:#0f1f1c;display:flex;justify-content:center;align-items:center;color:#141414;font-size:2rem;text-align:center;overflow:hidden;border-radius:100%;pointer-events:none}.splash-screen-mobile{width:200vh;height:200vh;left:-75vh;top:-75vh;animation:shrink-mobile .5s cubic-bezier(.65,0,.35,1) forwards;animation-delay:1s}.transition-splash{display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden;pointer-events:none;z-index:200}.splash-content,.splash-content-mobile{position:fixed;height:67px;width:218px;pointer-events:none}.splash-screen-progress-bar{height:5px;background:hsla(0,0%,100%,.2);border-radius:2px;overflow:hidden;position:absolute;z-index:9999;bottom:35%;left:50%;transform:translateX(-50%)}@keyframes progressBar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes shrink{0%{width:200vw;height:200vw}to{width:0;height:0}}@keyframes shrink-mobile{0%{opacity:1}to{opacity:0}}@keyframes expand{0%{width:0;height:0}to{width:200vw;height:200vw}}@keyframes expand-mobile{0%{opacity:0}to{opacity:1}}