#loader{position:fixed;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:40;background:var(--background-platform);backdrop-filter:blur(6px)}#loader .path{stroke-dasharray:2900;stroke-dashoffset:2900;stroke-width:3;stroke-linecap:round;-webkit-animation:dash 4s linear infinite;animation:dash 4s linear infinite;fill-opacity:0;stroke:#fff}@-webkit-keyframes dash{0%{stroke-dashoffset:2900;opacity:0;stroke:#fff}15%{opacity:1;stroke:#fff}70%{opacity:1;stroke:#fff}90%{opacity:1;stroke:#fff}100%{stroke-dashoffset:0;opacity:0;stroke:#fff}}@keyframes dash{0%{stroke-dashoffset:2900;opacity:0;stroke:#fff}15%{opacity:1;stroke:#fff}70%{opacity:1;stroke:#fff}90%{opacity:1;stroke:#fff}100%{stroke-dashoffset:0;opacity:0;stroke:#fff}}