body{margin:0;padding:0}#splash-screen{align-items:center;background-color:#f1f2f9;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%);max-height:200px;max-width:60%}@media screen and (min-width:576px){#splash-screen img{max-height:200px;max-width:300px}}#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{stroke:#414b9b;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@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}}