@keyframes collapsibleSlideDown{0%{height:0}to{height:var(--height)}}@keyframes collapsibleSlideUp{0%{height:var(--height)}to{height:0}}[data-scope=collapsible][data-part=content]{overflow:hidden}[data-scope=collapsible][data-part=content].no-animation{animation:none!important}[data-scope=collapsible][data-part=content][data-state=open]{animation:.25s forwards collapsibleSlideDown}[data-scope=collapsible][data-part=content][data-state=closed]{animation:.2s forwards collapsibleSlideUp}
/*# sourceMappingURL=86487b8b9db5fc25.css.map*/