.section_faq_header{margin:2rem 0 6rem}.section_faq_cards{display:grid;gap:1rem}.section_faq_card{background:var(--cpx-grey-200);border-radius:1rem;padding:2rem 2rem 0}.section_faq button{background:none;border:none;display:block;outline:none;position:relative;text-align:left;width:100%}.section_faq button h3{margin:0 0 1rem}.section_faq button:focus,.section_faq button:focus:after,.section_faq button:hover,.section_faq button:hover:after{cursor:pointer}.section_faq button h.section_advantage_cards_card_question{display:inherit}.section_faq button .icon{display:inline-block;height:18px;position:absolute;right:0;top:0;width:18px}.section_faq button .icon:after{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" d="M24 10H14V0h-4v10H0v4h10v10h4V14h10z"/></svg>');background-size:cover;content:"";display:inline-block;height:18px;width:18px}.section_faq button[aria-expanded=true] .icon:after{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23fff" d="M0 10h24v4H0z"/></svg>')}.section_faq button[aria-expanded=true]+.section_advantage_cards_card_answer{max-height:120em;opacity:1;transition:all .2s linear;will-change:opacity,max-height}.section_faq .section_advantage_cards_card_answer{max-height:0;opacity:0;overflow:hidden;padding:0 0 1rem;transition:opacity .2s linear,max-height .2s linear;will-change:opacity,max-height}.section_faq .section_advantage_cards_card_answer p{text-align:left}.section_faq .section_advantage_cards_card_answer ul li{list-style-type:none;margin-top:.5rem;padding-left:2rem;position:relative}.section_faq .section_advantage_cards_card_answer ul li:before{background-color:var(--cpx-grey-500);border-radius:50%;content:"";display:inline-block;height:.8rem;left:0;position:absolute;top:.6rem;width:.8rem}.section_faq .section_advantage_cards_card_answer hr{background:none;border:none;height:1rem;outline:none;width:100%}@media (max-width:767px){.section_faq button[aria-expanded=true]+.section_advantage_cards_card_answer{max-height:40em}}