@keyframes slideDown{0%{height:0}to{height:var(--height)}}@keyframes slideUp{0%{height:var(--height)}to{height:0}}@keyframes fade{0%{opacity:0}15%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}.animate-fade{animation-name:fade;animation-duration:2s;animation-timing-function:linear;animation-fill-mode:both}[data-scope=accordion][data-part=item-content]{overflow:hidden}[data-scope=accordion][data-part=item-content][data-state=open]{animation:slideDown .25s ease-in-out}[data-scope=accordion][data-part=item-content][data-state=closed]{animation:slideUp .2s ease-in-out}
