.accordion-content-wrapper{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows .3s ease-out,opacity .2s ease-out .1s,visibility 0s linear .3s}.accordion-content-wrapper.is-open{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows .3s ease-out,opacity .2s ease-out,visibility 0s linear 0s}.accordion-content-inner{overflow:hidden}.styled-scrollbar{scrollbar-color:#D7DADF #F7F8F9;scrollbar-width:thin}.styled-scrollbar::-webkit-scrollbar{width:6px;height:6px}.styled-scrollbar::-webkit-scrollbar-track{background:#f7f8f9;border-radius:4px}.styled-scrollbar::-webkit-scrollbar-thumb{background-color:#f7f8f9;border-radius:4px;border:1px solid #F7F8F9}.styled-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#737373}.custom-html-content ul{list-style-type:disc;margin-left:1.5rem;padding-left:.5rem}.custom-html-content ol{list-style-type:decimal;margin-left:1.5rem;padding-left:.5rem}.custom-html-content li{margin-top:.25rem}.custom-html-content>*:first-child{margin-top:0}.custom-html-content>*:last-child{margin-bottom:0}
