@keyframes gradient-anim{0%{background-position:0% 50%}to{background-position:100% 100%}}.animate-gradient-bg{animation:gradient-anim 5s ease infinite forwards;background-size:400% 400%}.animate-gradient-skel-bg{animation:gradient-anim 2s ease infinite forwards;animation-fill-mode:both;background-size:400% 400%}.skel-bg{background-image:linear-gradient(45deg,#525252,#b5b5b5,#525252,#b5b5b5,#525252)}.animate-shrink{animation-name:shrink-kf;animation-duration:1s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-direction:alternate;transform-origin:center}.animate-ltr{animation-name:move-ltr-kf;animation-duration:3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-iteration-count:infinite}.animate-shrink-ltr{animation-name:shrink-kf,move-ltr-kf;animation-duration:1s,3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-direction:alternate,normal;transform-origin:center}@keyframes shrink-kf{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes move-ltr-kf{0%{left:-10%}to{left:100%}}
