.section-wrapper{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:0 2rem}.faq-wrapper{color:#211452;font-family:Poppins,sans-serif;max-width:700px}.faq-title{font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:2rem}.faq-item{padding:1rem 0}.faq-question{align-items:center;display:flex;font-size:1.2rem;font-weight:600;gap:1rem;justify-content:space-between}.faq-question-text{flex:1;text-align:left}.faq-picto-wrapper{align-items:center;background-color:rgba(45,184,196,.15);border-radius:16px 8px 16px 8px;display:flex;flex-shrink:0;height:50px;justify-content:center;overflow:hidden;width:50px}.faq-picto{height:100%;max-height:50px;max-width:50px;object-fit:contain;width:100%}.faq-toggle-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;margin:0;padding:0}.faq-toggle-circle{align-items:center;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;height:40px;justify-content:center;width:40px}.triangle-icon{color:#212121;transition:transform .3s ease}.faq-item.open .triangle-icon{transform:rotate(180deg)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.faq-item.open .faq-answer{margin-top:.5rem;max-height:500px;opacity:1}.faq-cta-wrapper{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.faq-cta{border-radius:8px;display:inline-block;font-size:1rem;font-weight:600;line-height:1.4;padding:.8rem 1.5rem;text-align:center;text-decoration:none!important;transition:all .3s ease}.faq-cta.primary{background-color:#2db8c4;color:#fff!important}.faq-cta.primary:hover{background-color:#2aa5b1;color:#fff!important}.faq-cta.secondary{background-color:#fff;border:2px solid #211452;color:#211452!important}.faq-cta.secondary:hover{background-color:#f1f4f7;color:#211452!important}@media (max-width:767px){.faq-title{font-size:1.8rem}.faq-question{align-items:center;flex-direction:row;gap:.75rem}.faq-question-text{font-size:1rem}.faq-picto-wrapper{height:40px;width:40px}.faq-picto{max-height:40px;max-width:40px}.faq-toggle-circle{height:32px;width:32px}.triangle-icon{height:16px;width:16px}.faq-answer p{font-size:.95rem}.faq-cta{position:relative;width:100%}.faq-cta.secondary{top:-10px;z-index:1}}