@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .8s ease-in-out}@keyframes slideVertical{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-vertical{animation:slideVertical .6s ease-out forwards}
