.Loading-screen_loader__y7IlO{--size:250px;--duration:2s;--logo-color:grey;--background:linear-gradient(0deg,rgba(50,50,50,0.2),rgba(100,100,100,0.2));height:var(--size);aspect-ratio:1;position:relative}.Loading-screen_loader__y7IlO .Loading-screen_box__mhUYf{position:absolute;background:rgba(100,100,100,.15);background:var(--background);border-radius:50%;border-top:1px solid rgba(100,100,100,1);box-shadow:0 10px 10px 0 rgba(0,0,0,.3);backdrop-filter:blur(5px);animation:Loading-screen_ripple__q0Q6B var(--duration) infinite ease-in-out}.Loading-screen_loader__y7IlO .Loading-screen_box__mhUYf:first-child{inset:40%;z-index:99}.Loading-screen_loader__y7IlO .Loading-screen_box__mhUYf:nth-child(2){inset:30%;z-index:98;border-color:rgba(100,100,100,.8);animation-delay:.2s}.Loading-screen_loader__y7IlO .Loading-screen_box__mhUYf:nth-child(3){inset:20%;z-index:97;border-color:rgba(100,100,100,.6);animation-delay:.4s}.Loading-screen_loader__y7IlO .Loading-screen_box__mhUYf:nth-child(4){inset:10%;z-index:96;border-color:rgba(100,100,100,.4);animation-delay:.6s}.Loading-screen_loader__y7IlO .Loading-screen_box__mhUYf:nth-child(5){inset:0;z-index:95;border-color:rgba(100,100,100,.2);animation-delay:.8s}.Loading-screen_loader__y7IlO .Loading-screen_logo__p6mA3{position:absolute;inset:0;display:grid;place-content:center;padding:10%}.Loading-screen_loader__y7IlO .Loading-screen_logo__p6mA3 svg{fill:var(--logo-color);width:100%;animation:Loading-screen_color-change__Go6Uy var(--duration) infinite ease-in-out}@keyframes Loading-screen_ripple__q0Q6B{0%{transform:scale(1);box-shadow:0 10px 10px 0 rgba(0,0,0,.3)}50%{transform:scale(1.3);box-shadow:0 30px 20px 0 rgba(0,0,0,.3)}to{transform:scale(1);box-shadow:0 10px 10px 0 rgba(0,0,0,.3)}}@keyframes Loading-screen_color-change__Go6Uy{0%{fill:var(--logo-color)}50%{fill:white}to{fill:var(--logo-color)}}