.faq_section{background-repeat:no-repeat;display:flex;flex-direction:column;overflow:hidden;padding-bottom:var(--vertical_spacing);padding-top:var(--vertical_spacing);position:relative;z-index:9}.faq_section .overlay{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.faq_section .content-wrapper{position:relative;z-index:9}.faq_section .bg_collection{background-color:var(--secondary_color);bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.faq_section .bg_collection .bg_varient{height:100%;width:100%}.faq_section .bg_collection .bg_overlay{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.faq_section .bg_collection .video_bg{height:100%;object-fit:cover;object-position:center;width:100%}.faq_section .btn_sec{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.faq_section .faqItem .faq_title{align-items:center;cursor:pointer;display:flex;gap:16px;justify-content:space-between;position:relative;transition:all .4s ease-in-out;user-select:none;width:100%}.faq_section .faqItem .faq_desc{overflow:hidden;transition:height .35s ease-in-out}.faq_section .faqItem .faq_desc:not(.active){display:none}.faq_section .mainSection .faqItem{border-bottom:1px solid #ddd8d1;padding:32px 0}.faq_section .faqItem .faq_title .faq-icon{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;transition:all .2s;width:20px}.faq_section .faqItem .faq_desc .faq_desc_inner{font-size:15px;padding-top:12px}.faq_section .faqItem .faq_title .icon-inner{transition:all .3s ease}.faq_section .faqItem .active-parent .faq_title .icon-inner{transform:rotate(180deg)}.faq_section .faqItem .faq_title .faq-icon svg{height:20px;width:20px}.faq_section .faqItem .faq_title .faq-icon svg,.faq_section .faqItem .faq_title .faq-icon svg *{fill:currentColor}.faq_section .faqItem .faq_title{font-weight:700}@media(max-width:767px){.faq_section .mainSection .faqItem{padding:24px 0}}