@keyframes about-hero-fade-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes about-hero-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-hero-badge{animation:.6s ease-out both about-hero-fade-down}.about-hero-title{animation:.6s ease-out .1s both about-hero-fade-up}.about-hero-desc{animation:.6s ease-out .2s both about-hero-fade-up}@media (prefers-reduced-motion:reduce){.about-hero-badge,.about-hero-title,.about-hero-desc{animation-duration:.01ms;animation-delay:0s}}
