body:not([loading])>#app-splash{opacity:0;visibility:hidden}#app-splash{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#d8252b;font-size:40px;background-color:#eee;will-change:opacity;transition:.4s;z-index:100000}@keyframes pulse{0%{transform:scale(1)}50%{transform:scaleY(3)}100%{transform:scale(1)}}#app-logo{fill:currentColor}.progress_wrapper{display:flex;margin-right:2px;height:20px;align-items:flex-end}@media(max-width:700px){.progress_wrapper{margin-right:1px}}.progress_wrapper>*{margin-left:2px;margin-top:20px}@media(max-width:700px){.progress_wrapper>*{margin-left:1px}}.progress_point{height:4px;width:10px;background-color:#d8252b;animation-duration:1.4s;animation-iteration-count:infinite;animation-name:pulse;transform-origin:center center}.progress_point:first-of-type{opacity:.8;width:8px}.progress_point:last-of-type{opacity:.8;width:8px}