@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .8s ease-out forwards}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideRight{0%{transform:translate(0)}to{transform:translate(100%)}}.animate-slideIn{animation:slideIn .4s ease-out forwards}.animate-slideRight{animation:slideRight .35s ease-in forwards}@keyframes fadeIn{0%{opacity:0;margin-top:-200px}to{opacity:1;margin-top:0}}.animate-fadeIn{animation:fadeIn .4s ease-in-out}@keyframes fadeOut{0%{opacity:1;margin-top:0}to{opacity:0;margin-top:-200px}}.animate-fadeOut{animation:fadeOut .4s ease-in-out}
