.elbi-splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;z-index:9999;display:flex;justify-content:center;align-items:center;opacity:0;animation:fadeIn .3s ease-in-out forwards}.elbi-splash-screen.immediate{opacity:1;animation:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.elbi-splash-container{display:flex;justify-content:center;align-items:center}
