@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes scaleX{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.animate-in{animation-fill-mode:both}.fade-in{animation-name:fadeIn}.slide-in-from-top-4{animation-name:slideInFromTop}.slide-in-from-bottom-4{animation-name:slideInFromBottom}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}