body #load-splash-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;color:#fff;z-index:999999;pointer-events:none;opacity:1;visibility:visible;transition:opacity .4s cubic-bezier(.4,0,.2,1)}body #load-splash-screen img{width:120px;max-width:120px}#spinner{display:flex;align-items:center;justify-content:space-between;margin-top:40px;width:56px}#spinner>div{width:12px;height:12px;background-color:#4e1e7a;border-radius:100%;display:inline-block;-webkit-animation:evari-layer-bouncedelay 1s ease-in-out infinite both;animation:evari-layer-bouncedelay 1s ease-in-out infinite both}#spinner .bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}#spinner .bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes evari-layer-bouncedelay{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes evari-layer-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}*{box-sizing:border-box;font-family:"Source Sans Pro",sans-serif}#root,body,html{font-size:100%}#root,body,html{height:100vh;width:100vw;padding:0;margin:0}h2{display:block;font-size:1.5em}