@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:.4s ease-in-out fadeIn}.animate-fadeInScale{animation:.5s ease-in-out fadeInScale}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee{width:max-content;animation:22s linear infinite marquee}@media (prefers-reduced-motion:reduce){.marquee{animation:none}}.scroll-smooth{scroll-behavior:smooth}
