.loader-ios{position:relative;top:50%;left:50%;animation:iosIntro .6s}.loader-ios svg{fill:#868686}.loader-ios svg path:nth-of-type(1){animation:pulse 1s infinite linear}.loader-ios svg path:nth-of-type(2){animation:pulse 1s -83ms infinite linear}.loader-ios svg path:nth-of-type(3){animation:pulse 1s -.166s infinite linear}.loader-ios svg path:nth-of-type(4){animation:pulse 1s -.249s infinite linear}.loader-ios svg path:nth-of-type(5){animation:pulse 1s -.332s infinite linear}.loader-ios svg path:nth-of-type(6){animation:pulse 1s -.415s infinite linear}.loader-ios svg path:nth-of-type(7){animation:pulse 1s -.498s infinite linear}.loader-ios svg path:nth-of-type(8){animation:pulse 1s -.581s infinite linear}.loader-ios svg path:nth-of-type(9){animation:pulse 1s -.664s infinite linear}.loader-ios svg path:nth-of-type(10){animation:pulse 1s -.747s infinite linear}.loader-ios svg path:nth-of-type(11){animation:pulse 1s -.83s infinite linear}.loader-ios svg path:nth-of-type(12){animation:pulse 1s -.913s infinite linear}@keyframes pulse{50%{fill:#868686}to{fill:#86868666}}@keyframes iosIntro{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.box{position:relative;width:200px;height:200px;border-radius:50%;background:linear-gradient(45deg,transparent,transparent 40%,yellow),linear-gradient(#262626,#141414);animation:rotate 1.5s linear infinite}.box:before,.box:after{content:" ";position:absolute;inset:8px;background:linear-gradient(#161616,#262626);border-radius:inherit}.box:before{background:linear-gradient(45deg,transparent,transparent 40%,yellow);filter:blur(32px)}@keyframes rotate{to{transform:rotate(360deg);filter:hue-rotate(360deg)}}
