.loading_loadingContainer__tycUr{display:flex;justify-content:center;align-items:center;height:100vh;background-color:black;position:relative;overflow:hidden}.loading_loader__QEwut{font-size:4rem;font-weight:700;color:white;position:absolute;z-index:2}.loading_loadingContainer__tycUr:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background-color:#1a237e;animation:loading_wiper__DSaCf 1s linear infinite}@keyframes loading_wiper__DSaCf{0%{left:-100%}50%{left:0}to{left:100%}}