@keyframes present_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes present_fadeOut{0%{opacity:1}to{opacity:0}}@keyframes present_slideUp{0%{transform:translateY(30px)}to{transform:translateY(0)}}@keyframes present_slideDown{0%{transform:translateY(0)}to{transform:translateY(30px)}}.present_mountAnimation{animation:present_fadeIn 3s ease-out}.present_unmountAnimation[data-state=closed]{animation:present_fadeOut 3s ease-in}.present_multipleMountAnimations{animation:present_fadeIn 6s cubic-bezier(.22,1,.36,1),present_slideUp 6s cubic-bezier(.22,1,.36,1)}.present_openAndCloseAnimation[data-state=open]{animation:present_fadeIn 3s ease-out}.present_openAndCloseAnimation[data-state=closed]{animation:present_fadeOut 3s ease-in}.present_multipleOpenAndCloseAnimations[data-state=open]{animation:present_fadeIn 3s cubic-bezier(.22,1,.36,1),present_slideUp 1s cubic-bezier(.22,1,.36,1)}.present_multipleOpenAndCloseAnimations[data-state=closed]{animation:present_fadeOut 3s cubic-bezier(.22,1,.36,1),present_slideDown 1s cubic-bezier(.22,1,.36,1)}
