#splashscreen{align-items:center;background:#05f;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.splashscreen-anim{height:196px;position:relative;width:196px}.splashscreen-anim>div{background:no-repeat 50%/contain}.splashscreen-anim__el-1{animation:splashscreen-anim-el-1 1.2s linear infinite alternate;left:47px;top:53px}.splashscreen-anim__el-1,.splashscreen-anim__el-2{background-image:url(../img/splashscreen-el-1_white.svg)!important;height:49px;position:absolute;width:50px}.splashscreen-anim__el-2{animation:splashscreen-anim-el-2 1.2s linear infinite alternate;left:97px;top:94px}.splashscreen-anim__el-3{animation:splashscreen-anim-el-3 1.2s linear infinite alternate;left:47px;top:108px}.splashscreen-anim__el-3,.splashscreen-anim__el-4{background-image:url(../img/splashscreen-el-2_white.svg)!important;height:35px;position:absolute;width:42px}.splashscreen-anim__el-4{animation:splashscreen-anim-el-4 1.2s linear infinite alternate;left:105px;top:53px}.splashscreen-anim__el-5{background-image:url(../img/splashscreen-el-3_white.svg)!important;height:8px;left:90px;position:absolute;top:94px;width:14px}.splashscreen-anim__el-6{animation:splashscreen-anim-el-6 1.2s linear infinite alternate;background-image:url(../img/splashscreen-el-4_white.svg)!important;height:196px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:196px}@keyframes splashscreen-anim-el-1{0%{left:47px}35%{left:47px}65%{left:60px}to{left:60px}}@keyframes splashscreen-anim-el-2{0%{left:97px}35%{left:97px}65%{left:83.5px}to{left:83.5px}}@keyframes splashscreen-anim-el-3{0%{left:47px;transform:rotateY(0)}35%{left:47px;transform:rotateY(0)}65%{left:91.5px;transform:rotateY(180deg)}to{left:91.5px;transform:rotateY(180deg)}}@keyframes splashscreen-anim-el-4{0%{left:105px;transform:rotateY(0)}35%{left:105px;transform:rotateY(0)}65%{left:60px;transform:rotateY(-180deg)}to{left:60px;transform:rotateY(-180deg)}}@keyframes splashscreen-anim-el-6{0%{height:196px;opacity:1;width:196px}35%{height:196px;opacity:1;width:196px}65%{height:10px;opacity:0;width:10px}to{height:10px;opacity:0;width:10px}}.splashscreen-progress{display:none}.splashscreen-progressBar{background:hsla(0,0%,100%,.1);border-radius:9px;height:6px;opacity:0;position:relative;width:400px}.splashscreen-progressBar>div{background:#fff;border-radius:99px;bottom:0;left:0;min-width:6px;position:absolute;top:0;transition:width .4s;width:0}.splashscreen-progress.show{animation:splashscreenShowProgress .4s .3s forwards;display:block}.splashscreen-progress.show .splashscreen-progressBar{animation:splashscreenShowProgressBar .3s .7s forwards}@keyframes splashscreenShowProgress{0%{padding-top:0}to{padding-top:120px}}@keyframes splashscreenShowProgressBar{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}