.loadscreen{height:100vh;overflow:hidden}.loadscreen svg{width:100%;height:100%}.loadscreen .dot{stroke:#fff;stroke-width:.5px;transform-origin:50%;opacity:0;r:max(1vw,11px);cy:50%;fill:var(--appliance-black);filter:saturate(2)opacity(.85);animation:3s ease-in-out infinite loader}@for $i from 1 through 5{&:nth-child(#{$i}){ animation-delay: .15s*($i - 1); }}@keyframes loader{0%,to{opacity:0;transform:scale(1)}45%,65%{opacity:1;transform:scale(.7)}}
