@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}@keyframes slide{0%{clipPath:polygon(100% 0,100% 0,100% 100%,100% 100%)}50%{clipPath:polygon(0 0,100% 0,100% 100%,0 100%)}to{clipPath:polygon(100% 0,100% 0,100% 100%,100% 100%)}}@keyframes expand-shrink{0%{width:1%}to{width:100%}}.animate-slide{animation:slide 5s ease-in-out infinite}.animate-expand-shrink{animation:expand-shrink 5s ease-in-out forwards}.border-effect{border-left-color:rgba(248,250,252,.2)}.swiper{max-width:100%!important}.swiper,.swiper-slide,.swiper-wrapper{width:100%!important}