.faq-module{margin:0 auto;max-width:800px;padding:0;width:100%}.faq-module__list{background-color:transparent;border-radius:1rem;overflow:hidden}.faq-module__item{border-bottom:1px solid #000}.faq-module__item:last-child{border-bottom:none}.faq-module__question{align-items:center;background-color:transparent;border:none;color:#434242;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:.5rem 1rem .5rem 0;text-align:left;transition:all .2s ease-in-out;width:100%}.faq-module__question:focus,.faq-module__question:hover{background-color:transparent;border:none;color:#4a9462;font-weight:600;outline:none}.faq-module__question:focus-visible{border-radius:.25rem;box-shadow:0 0 0 3px rgba(var(52,111,86),.3)}.faq-module__question[aria-expanded=true]{color:#4a9462}.faq-module__question-text{color:#434242;flex:1;padding-right:1.5rem;text-transform:none}.faq-module__chevron{align-items:center;background-color:#4a9462;border-radius:50%;display:flex;flex-shrink:0;height:2rem;justify-content:center;transition:transform .3s ease-in-out,background-color .3s ease-in-out;width:2rem}.faq-module__question[aria-expanded=true] .faq-module__chevron{background-color:#4a9462;transform:rotate(180deg)}.faq-module__chevron:before{border-color:#fff;border-style:solid;border-width:0 0 2px 2px;content:"";display:block;height:.8rem;transform:translateY(-25%) rotate(-45deg);transition:border-color .3s ease-in-out;width:.8rem}.faq-module__question[aria-expanded=true] .faq-module__chevron:before{border-color:#fff}.faq-module__answer{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.faq-module__answer-content{color:#000;font-size:.88889rem;line-height:1.6;opacity:0;padding:0 2rem 2rem 0;transition:opacity .2s ease-in-out .1s}.faq-module__answer[aria-hidden=false] .faq-module__answer-content{opacity:1}.faq-module__answer-content>:last-child{margin-bottom:0}.faq-module-container{max-width:800px}.faq-module__category{color:#4a9462;display:block;font-size:.875rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}@media (max-width:768px){.faq-module{padding:2rem 1rem}.faq-module__question{font-size:1rem;padding:1.25rem 1rem}.faq-module__answer-content{padding:0 1rem 1.5rem}.faq-module__chevron{height:1.5rem;width:1.5rem}.faq-module__chevron:before{height:.6rem;width:.6rem}}