.splash-root{animation:.45s ease-out both splashEnter}.splash-logo{animation:.7s cubic-bezier(.34,1.56,.64,1) .2s both splashLogoIn}.splash-title{animation:.55s ease-out .5s both splashFadeUp}.splash-tagline{animation:.55s ease-out .65s both splashFadeUp}.splash-progress-wrap{animation:.55s ease-out .8s both splashFadeUp}.splash-exit{animation:.6s ease-in forwards splashExit}.splash-particle{animation:splashFloat var(--duration) linear infinite;animation-delay:var(--delay)}@keyframes splashEnter{0%{opacity:0}to{opacity:1}}@keyframes splashLogoIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes splashFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes splashFloat{0%{opacity:0;transform:translateY(20px)scale(.85)}15%{opacity:1}85%{opacity:1}to{opacity:0;transform:translate3d(var(--dx), -120vh, 0) scale(1.1)}}@keyframes splashExit{0%{opacity:1;filter:blur();transform:scale(1)}to{opacity:0;filter:blur(15px);transform:scale(1.05)}}
