@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideInLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.animate-float{animation:float 6s ease-in-out infinite}.animate-bounce-slow{animation:bounce-slow 4s ease-in-out infinite}.animate-spin-slow{animation:spin-slow 20s linear infinite}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-in-right{animation:slideInRight .4s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .4s ease-out forwards}.animate-pulse{animation:pulse 2s ease-in-out infinite}@media (max-width:640px){.mobile-carousel{margin:0!important}.mobile-carousel,.mobile-carousel .swiper-slide{width:100%!important}.animate-bounce-slow,.animate-float,.animate-spin-slow{animation-duration:8s}}