.start-game-loading-container{position:fixed;z-index:9999;background:rgba(0,0,0,.75);top:0;left:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.start-game-loading-container .loader-container{display:flex;flex-direction:column}.start-game-loading-container .loader{width:80px;margin-bottom:40px}.start-game-loading-container .loader .block{position:relative;box-sizing:border-box;float:left;margin:0 10px 10px 0;width:12px;height:12px;border-radius:3px;background:#fff}.start-game-loading-container .loader .block:nth-child(4n+1){animation:wave_23 2s ease 0s infinite}.start-game-loading-container .loader .block:nth-child(4n+2){animation:wave_23 2s ease .2s infinite}.start-game-loading-container .loader .block:nth-child(4n+3){animation:wave_23 2s ease .4s infinite}.start-game-loading-container .loader .block:nth-child(4n+4){animation:wave_23 2s ease .6s infinite;margin-right:0}@keyframes wave_23{0%{top:0;opacity:1}50%{top:30px;opacity:.2}to{top:0;opacity:1}}