div.bp-faq-module .wrapper-accordion{display:flex;flex-direction:column;gap:1rem}div.bp-faq-module .accordion-item{border:1px solid #bfd9b6;border-radius:1rem;padding:1.5rem 2rem}div.bp-faq-module .accordion-header{position:relative}div.bp-faq-module .accordion-header button{cursor:pointer;font-size:20px;font-weight:500;line-height:1.3;padding:3px 3rem 3px 0;position:relative;text-align:left;width:100%}div.bp-faq-module .accordion-header button span{background-color:#ecf7e7;border-radius:4px;content:"";height:32px;position:absolute;right:0;top:0;width:32px}div.bp-faq-module .accordion-header button span:after,div.bp-faq-module .accordion-header button span:before{background-color:#53a128;content:"";height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s cubic-bezier(.16,1.08,.38,.98);width:16px}div.bp-faq-module .accordion-header button span:after{transform:translate(-50%,-50%) rotate(90deg)}div.bp-faq-module .accordion-header button[aria-expanded=true] span:after{transform:translate(-50%,-50%) rotate(0)}div.bp-faq-module .accordion-panel{display:grid;grid-template-rows:1fr;overflow:hidden;transition:grid-template-rows .3s ease,visibility .3s ease}div.bp-faq-module .accordion-panel[aria-hidden=true]{grid-template-rows:0fr;visibility:hidden}div.bp-faq-module .accordion-content{overflow:hidden;padding-right:3rem}div.bp-faq-module .accordion-content>:first-child{padding-top:.5rem}div.bp-faq-module .accordion-content{font-size:1rem;font-weight:400;line-height:1.5}