div.background-loading-web{position:fixed;width:100vw;height:100vh;z-index:1000;display:flex;pointer-events:none;justify-content:center;align-items:center;animation:hideContainer 0s linear 5s forwards}div.background-loading-web.hidden{display:none}div.background-loading-web:before{content:"";left:0;top:0;position:fixed;background-color:#000;height:100vh;width:50vw;animation:toLeft 2s ease 3.1s forwards}div.background-loading-web:after{content:"";top:0;right:0;position:fixed;background-color:#000;height:100vh;z-index:-1;width:50vw;animation:toRight 2s ease 3.1s forwards}p.loading-web{width:100vw;font-weight:700;visibility:hidden;text-align:center;font-size:60px;font-family:poppins,serif;transform:scaleY(2);font-stretch:expanded;text-transform:uppercase;background:linear-gradient(90deg,#000,#fff,#000);letter-spacing:5px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-repeat:no-repeat;background-size:90%;animation:shine 5s cubic-bezier(.8,.92,.565,1) forwards;position:relative}@media only screen and (max-width: 500px){p.loading-web{font-size:30px}}@keyframes toRight{0%{right:0}to{right:-50vw}}@keyframes toLeft{0%{left:0}to{left:-50vw}}@keyframes shine{0%{background-position-x:-110vw;visibility:visible}to{background-position-x:100vw}}@keyframes hideContainer{0%{visibility:visible;opacity:1}to{visibility:hidden;opacity:0;display:none}}
