@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes wave-flow{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes wave-pulse{0%,to{opacity:.03;transform:scaleY(1)}50%{opacity:.08;transform:scaleY(1.1)}}@keyframes float-up{0%,to{opacity:.15;transform:translateY(0)scale(1)}50%{opacity:.25;transform:translateY(-20px)scale(1.05)}}@keyframes blob-morph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}25%{border-radius:30% 60% 70% 40%/50% 60% 30%}50%{border-radius:50% 60% 30%/30% 60% 70% 40%}75%{border-radius:60% 40% 60% 30%/70% 30% 50% 60%}}.animate-wave-1{animation:12s linear infinite wave-flow}.animate-wave-2{animation:15s linear -5s infinite wave-flow}.animate-wave-3{animation:18s linear -10s infinite wave-flow}.animate-wave-pulse{animation:4s ease-in-out infinite wave-pulse}.animate-float{animation:6s ease-in-out infinite float-up}.animate-float-delayed{animation:6s ease-in-out -2s infinite float-up}.animate-float-slow{animation:8s ease-in-out -4s infinite float-up}.animate-blob{animation:8s ease-in-out infinite blob-morph}.animate-blob-delayed{animation:8s ease-in-out -4s infinite blob-morph}.animate-scroll-left{animation:30s linear infinite scroll-left}.animate-scroll-right{animation:30s linear infinite scroll-right}@media (max-width:640px){.animate-scroll-left,.animate-scroll-right{animation-duration:15s}}@media (prefers-reduced-motion:reduce){.animate-scroll-left,.animate-scroll-right{animation:none}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
