:root{--faq-bg-color:#ffffff1a;--radix-collapsible-content-height:auto}.CollapsibleContent{overflow:hidden}.CollapsibleContent[data-state=open]{animation:.15s ease-in-out slideDown}.CollapsibleContentTable[data-state=open]{border-top:2px solid #e2e6ee;padding:1rem 0;overflow:auto}.CollapsibleContent[data-state=closed]{animation:.15s ease-in-out slideUp}.CollapsibleRoot[data-state=open]{background-color:var(--faq-bg-color);animation:.15s ease-in-out backdropFadeIn}.CollapsibleRoot[data-state=closed]{background-color:#0000;animation:.15s ease-in-out backdropFadeOut}.CollapsibleTriggerSvg{transition:transform .15s ease-in-out}.CollapsibleRoot[data-state=open] .CollapsibleTriggerSvg{transform:rotate(180deg)}.CollapsibleRoot[data-state=closed] .CollapsibleTriggerSvg{transform:rotate(0)}@keyframes backdropFadeIn{0%{background-color:#0000}to{background-color:var(--faq-bg-color)}}@keyframes backdropFadeOut{0%{background-color:var(--faq-bg-color)}to{background-color:#0000}}@keyframes slideDown{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes slideUp{0%{height:var(--radix-collapsible-content-height)}to{height:0}}
