.loading{position:absolute;top:0;left:0;z-index:999999;max-height:100vh;max-width:100vw;min-height:100vh;min-width:100vw;background-color:#0006}.loading .sk-cube-grid{width:80px;height:80px;position:absolute;top:calc(50vh - 40px);left:calc(50vw - 40px)}.loading .sk-cube-grid .sk-cube{width:33%;height:33%;background-color:#e42313;float:left;animation:sk-cubeGridScaleDelay 1.3s ease-in-out infinite}.loading .sk-cube-grid .sk-cube1{animation-delay:.2s}.loading .sk-cube-grid .sk-cube2{animation-delay:.3s}.loading .sk-cube-grid .sk-cube3{animation-delay:.4s}.loading .sk-cube-grid .sk-cube4{animation-delay:.1s}.loading .sk-cube-grid .sk-cube5{animation-delay:.2s}.loading .sk-cube-grid .sk-cube6{animation-delay:.3s}.loading .sk-cube-grid .sk-cube7{animation-delay:0s}.loading .sk-cube-grid .sk-cube8{animation-delay:.1s}.loading .sk-cube-grid .sk-cube9{animation-delay:.2s}@keyframes sk-cubeGridScaleDelay{0%,70%,to{transform:scaleX(1)}35%{transform:scale3D(0,0,1)}}