@keyframes sc-fade-up{0%{opacity:0;transform:translateY(24px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes sc-fade-down{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes sc-hero-rise{0%{opacity:0;transform:translateY(64px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.sc-animate-fade-up{animation:sc-fade-up .9s cubic-bezier(.22,1,.36,1) both}.sc-animate-fade-down{animation:sc-fade-down .7s cubic-bezier(.22,1,.36,1) both}.sc-animate-hero-rise{animation:sc-hero-rise 1.1s cubic-bezier(.22,1,.36,1) both}@keyframes sc-hero-fade-in{0%{opacity:0}to{opacity:1}}.sc-animate-hero-fade-in{animation:sc-hero-fade-in .8s ease-out both}.sc-hero-section{--sc-hero-dashboard-crop:352}.sc-hero-dashboard-frame{width:100%;aspect-ratio:1024/var(--sc-hero-dashboard-crop,352)}@media (max-width:640px){.sc-hero-section{--sc-hero-dashboard-crop:300}}@media (prefers-reduced-motion:reduce){.sc-animate-fade-down,.sc-animate-fade-up,.sc-animate-hero-fade-in,.sc-animate-hero-rise{animation:none;opacity:1;transform:none;filter:none}}