@keyframes decoration-float-slow{0%,to{transform:translate(0,0)}50%{transform:translateY(14px)}}@keyframes decoration-float-reverse{0%,to{transform:translate(0,0)}50%{transform:translateY(-12px)}}@keyframes decoration-drift{0%,to{transform:translate(0,0)}33%{transform:translate(8px,10px)}66%{transform:translate(-6px,4px)}}.animate-decoration-float-slow{animation:14s ease-in-out infinite decoration-float-slow}.animate-decoration-float-reverse{animation:16s ease-in-out infinite decoration-float-reverse}.animate-decoration-drift{animation:18s ease-in-out infinite decoration-drift}@media (prefers-reduced-motion:reduce){.animate-decoration-float-slow,.animate-decoration-float-reverse,.animate-decoration-drift{animation:none!important}}
