@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-bottom-6{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoom-in-95{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slide-in-from-bottom-4{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation-duration:1s;animation-fill-mode:forwards}.fade-in{animation-name:fade-in}.slide-in-from-bottom-6{animation-name:slide-in-from-bottom-6}.zoom-in-95{animation-name:zoom-in-95}.slide-in-from-bottom-4{animation-name:slide-in-from-bottom-4}.duration-700{animation-duration:.7s}.duration-1000{animation-duration:1s}.duration-500{animation-duration:.5s}.delay-500{animation-delay:.5s}
