.faqSectionWrapper{padding:var(--vertical_spacing);position:relative;z-index:1}.faqSectionWrapper:after{content:"";height:100%;left:0;pointer-events:none;position:abdolute;top:0;width:100%;z-index:1}.faqSectionWrapper .content-wrapper{position:relative;z-index:2}.faqSectionWrapper .faqSectionWrapperInner{display:flex;flex-direction:column;flex-wrap:wrap;gap:64px}.faqSectionWrapper .topSection{text-align:center}.faqSectionWrapper .topSection .eyebrow_text{color:var(--quaternary_color);font-size:11px;font-weight:700;letter-spacing:2.5px;margin-bottom:16px;text-transform:uppercase}.faqSectionWrapper .mainSection,.faqSectionWrapper .topSection{margin:0 auto;max-width:800px;width:100%}.faqSectionWrapper .topSection .title{margin-bottom:12px}.faqSectionWrapper .topSection .content{margin:0 auto;max-width:500px}.faqSectionWrapper .topSection>:last-child{margin-bottom:0}.faqSectionWrapper .faqItem .faq_title{align-items:center;color:#0f0f0f;cursor:pointer;display:flex;font-size:17px;font-weight:600;gap:16px;justify-content:space-between;position:relative;transition:all .4s ease-in-out;user-select:none;width:100%}.faqSectionWrapper .faqItem .faq_desc{overflow:hidden;transition:height .35s ease-in-out}.faqSectionWrapper .faqItem .faq_desc:not(.active){display:none}.faqSectionWrapper .mainSection .faqItem{border-bottom:1px solid #e5e5e5;padding:24px 0}.faqSectionWrapper .faqItem .faq_title .faq-icon{align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:50%;color:#999;display:flex;flex-shrink:0;font-size:18px;font-weight:300;height:32px;justify-content:center;transition:all .2s;width:32px}.faqSectionWrapper .faqItem .faq_title:hover{color:#26d40e}.faqSectionWrapper .faqItem .faq_desc .faq_desc_inner{font-size:15px;line-height:1.8}.faqSectionWrapper .faqItem .faq_title .faq-icon .opened{display:none}.faqSectionWrapper .faqItem .active-parent .faq_title .faq-icon .opened,.faqSectionWrapper .faqItem .faq_title .faq-icon .closed{display:block}.faqSectionWrapper .faqItem .active-parent .faq_title .faq-icon .closed{display:none}@media(max-width:768px){.faqSectionWrapper .faqSectionWrapperInner{gap:48px}}