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