@media (min-width: 1440px){@keyframes left-bounce-in{0%{transform:translate(-100%);opacity:0}to{transform:translate(0)}}.enter-from-left{transform:translate(-100%);opacity:0}.enter-from-left-to-center{animation:left-bounce-in 1s ease-out forwards;opacity:1}@keyframes right-bounce-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0)}}.enter-from-right{transform:translate(100%);opacity:0}.enter-from-right-to-center{animation:right-bounce-in 1s ease-out forwards;opacity:1}@keyframes bottom-bounce-in{0%{transform:translateY(100%);opacity:1}to{transform:translateY(0)}}.enter-from-bottom{transform:translateY(100%);opacity:0}.enter-from-bottom-to-center{animation:bottom-bounce-in 1s ease-out forwards;opacity:1}@keyframes top-bounce-in{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0)}}.enter-from-top{transform:translateY(-100%);opacity:0}.enter-from-top-to-center{animation:top-bounce-in 1s ease-out forwards;opacity:1}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.marquee-animation{animation:scroll-left 50s linear infinite}
