@keyframes blob{0%,to{transform:translate(0) scale(1)}25%{transform:translate(20px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(30px,10px) scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes equalizer{0%,to{height:8px}50%{height:32px}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.animate-blob{animation:blob 15s infinite}.animate-float{animation:float 6s ease-in-out infinite}.animate-equalizer{animation:equalizer 1s ease-in-out infinite}.animate-spin-slow{animation:spin-slow 20s linear infinite}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-1000{animation-delay:1s}.animation-delay-2000{animation-delay:2s}.animation-delay-3000{animation-delay:3s}.animation-delay-4000{animation-delay:4s}.vax-contents{display:contents}
