body,html{height:100%}.loaderWrapper{width:100%;height:100vh;background-color:var(--background);z-index:10000;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center}@keyframes pulse{0%{transform:scale(.8);opacity:.3}50%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:.3}}.logoLoader{width:300px;animation:pulse 1.5s ease-in-out infinite}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.loaded,.notLoaded{position:absolute;width:400px}.loaded{clip-path:ellipse(100% 0 at 60% 120%);animation:revealAnimation 2s infinite}@keyframes revealAnimation{0%{clip-path:ellipse(100% 0 at 60% 120%)}60%{clip-path:ellipse(100% 60% at 60% 60%)}to{clip-path:ellipse(100% 120% at 60% 60%)}}@media screen and (max-width:1000px){.loaded,.notLoaded{width:200px}}