@keyframes slideIn{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}.animate-slideIn{animation:slideIn .4s ease-out forwards}@keyframes progress{0%{width:100%}to{width:0%}}.animate-progress{animation:progress 5s linear forwards}
