@keyframes line-scale-pulse-out{0%{transform:scaleY(1)}50%{transform:scaleY(.4)}to{transform:scaleY(1)}}.loading-bars{justify-content:center;display:flex}.loading-bars>div{background-color:#555;border-radius:2px;width:4px;height:35px;margin:2px;animation:.9s cubic-bezier(.85,.25,.37,.85) -.6s infinite line-scale-pulse-out;display:inline-block}.loading-bars>div:nth-child(2),.loading-bars>div:nth-child(4){animation-delay:-.4s!important}.loading-bars>div:first-child,.loading-bars>div:nth-child(5){animation-delay:-.2s!important}.center-wrapper{flex-direction:column;justify-content:center;width:100%;height:100%;display:flex}
