@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeRight{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-slideUp{animation:slideUp .7s ease-out forwards}.animate-fadeIn{animation:fadeIn .7s ease-out forwards}.animate-fadeRight{animation:fadeRight .7s ease-out forwards}.animate-fadeLeft{animation:fadeLeft .7s ease-out forwards}.animate-blob{animation:blob 7s infinite}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.animation-delay-700{animation-delay:.7s}.animation-delay-1000{animation-delay:1s}.animation-delay-2000{animation-delay:2s}.animation-delay-3000{animation-delay:3s}.animation-delay-4000{animation-delay:4s}[data-tw-animate]{opacity:0}[data-tw-animate=fade-up].in-view{animation:slideUp .7s ease-out forwards}[data-tw-animate=fade-right].in-view{animation:fadeRight .7s ease-out forwards}[data-tw-animate=fade-left].in-view{animation:fadeLeft .7s ease-out forwards}[data-tw-animate=fade-in].in-view{animation:fadeIn .7s ease-out forwards}