@media (prefers-reduced-motion:no-preference){.auth-panel-sweep{animation:auth-panel-sweep .8s cubic-bezier(.22,1,.36,1) both}.auth-panel-quote{animation:auth-fade-rise .7s cubic-bezier(.22,1,.36,1) .25s both}.auth-rise{animation:auth-fade-rise .7s cubic-bezier(.22,1,.36,1) .12s both}}@keyframes auth-panel-sweep{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:none}}@keyframes auth-fade-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}