button.faq-item__heading{background:none;border:none;color:var(--text-main);font-family:inherit;font-size:inherit;text-align:left;width:100%}.faq__heading{margin-bottom:2rem}.faq__wrapper{margin:0 auto;max-width:800px}.faq{display:flex;flex-direction:column;gap:16px}.faq__item{background-color:#fff;border:1px solid #e0e0e0;transition:all .3s ease}.faq-item__heading{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:20px 24px;user-select:none}.faq-item__heading h3{font-size:18px;font-weight:700;margin:0;text-transform:none}.faq-item__heading img{height:auto;transition:transform .3s ease;width:10px}.faq__item.active .faq-item__heading img{transform:rotate(180deg)}.faq-item__content{max-height:0;opacity:0;overflow:hidden;padding:0 24px;transition:max-height .3s ease-out,opacity .3s ease,padding .3s ease,visibility 0s linear .3s;visibility:hidden}.faq__item.active .faq-item__content{opacity:1;padding-bottom:39px;transition:max-height .3s ease-out,opacity .3s ease,padding .3s ease,visibility 0s linear 0s;visibility:visible}