@keyframes scroll-rtl{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-ltr{0%{transform:translateX(0)}to{transform:translateX(50%)}}.animate-scroll-rtl{animation:scroll-rtl 25s linear infinite;display:flex;width:max-content}.animate-scroll-ltr{animation:scroll-ltr 25s linear infinite;display:flex;width:max-content}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer-animate{background-size:200% 100%;animation:shimmer 2s linear infinite}