body{margin:0;padding:0}#splash-screen{align-items:center;background-color:#f2f3f8;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:1000}#splash-screen img{margin-bottom:30px;margin-left:calc(100vw - 100%)}#splash-screen.hidden{opacity:0;visibility:hidden}.splash-spinner{animation:rotate 2s linear infinite;height:50px;margin-left:calc(100vw - 100%);width:50px}.splash-spinner .path{animation:dash 1.5s ease-in-out infinite;stroke:#5d78ff;stroke-linecap:round}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}