.sl-faq-list{font-family:Hind,sans-serif;margin:0 auto;max-width:800px}.sl-faq-item{background:var(--sl-white,#fff);border:1px solid rgba(16,19,37,.04);border-radius:var(--radius-md,16px);box-shadow:var(--shadow-sm,0 4px 12px rgba(16,19,37,.05));margin-bottom:16px;overflow:hidden}.sl-faq-header{align-items:center;color:var(--sl-navy,#101325);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;justify-content:space-between;padding:24px 32px;transition:var(--transition,all .3s cubic-bezier(.25,.8,.25,1))}.sl-faq-header:hover,.sl-faq-icon{color:var(--sl-yellow,#f7b500)}.sl-faq-icon{align-items:center;display:flex;height:24px;justify-content:center;transition:transform .3s ease;width:24px}.sl-faq-item.is-active .sl-faq-icon{transform:rotate(180deg)}.sl-faq-content{color:var(--sl-text-dark,#3b3f5c);line-height:1.6;max-height:0;opacity:0;overflow:hidden;padding:0 32px;transition:max-height .4s ease,padding .4s ease}.sl-faq-item.is-active .sl-faq-content{max-height:1000px;opacity:1;padding:0 32px 24px}.sl-faq-content p:last-child{margin-bottom:0}