body{background:#fafbfe}#app-splash{z-index:10000;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;transition:opacity .2s ease-out;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}#app-splash.app-splash--hidden{opacity:0;pointer-events:none}#app-splash-lottie{width:130px;height:130px}#app-splash-lottie.app-splash-spinner{box-sizing:border-box;border:4px solid #e1e5ea;border-top-color:#6c7882;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite app-splash-spin}@keyframes app-splash-spin{to{transform:rotate(360deg)}}