section.faq-module{background-color:#fff;overflow:hidden;position:relative;z-index:2}section.faq-module .container{display:flex;flex-direction:column;gap:5rem;position:relative}@media screen and (max-width:768px){section.faq-module .container{gap:2rem}}section.faq-module .container .wrapper-top{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}section.faq-module .container .wrapper-top *{text-align:center}section.faq-module .wrapper-accordions{display:flex;flex-direction:column;margin:0 auto;max-width:840px}section.faq-module .accordion{border-top:1px solid #cfccd8;cursor:pointer;padding:22px 0;position:relative;transition:padding .9s cubic-bezier(.075,.82,.165,1)}section.faq-module .accordion:last-of-type{border-bottom:1px solid #cfccd8}section.faq-module .accordion .accordion-title{align-items:center;display:flex;gap:1rem}section.faq-module .accordion .accordion-title:hover .title span.btn-more{border:1px solid #1f193e}section.faq-module .accordion .accordion-title .title{align-items:center;color:#1f193e;display:flex;font-size:1.25rem;justify-content:space-between;margin:0;position:relative;transition:color .6s cubic-bezier(.075,.82,.165,1);width:100%}section.faq-module .accordion .accordion-title .title span.btn-more{align-items:center;border:1px solid #467dbf;border-radius:50%;display:flex;height:2rem;justify-content:center;overflow:hidden;position:relative;right:0;top:50%;transition:all .5s cubic-bezier(.075,.82,.165,1);width:2rem}section.faq-module .accordion .accordion-title .title span.btn-more:after,section.faq-module .accordion .accordion-title .title span.btn-more:before{background-color:#1f193e;content:"";display:block;position:absolute;transition:transform .5s cubic-bezier(.075,.82,.165,1)}section.faq-module .accordion .accordion-title .title span.btn-more:before{height:15px;transform:rotate(0deg);width:1.5px}section.faq-module .accordion .accordion-title .title span.btn-more:after{height:1.5px;transform:rotate(0deg);width:15px}section.faq-module .accordion .accordion-content{color:#403b5b;max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.075,.82,.165,1);width:calc(100% - 30px)}section.faq-module .accordion .accordion-content *{color:#403b5b}section.faq-module .accordion.active .accordion-title{padding-bottom:1rem}section.faq-module .accordion.active .accordion-title .title span.btn-more{transform:rotate(90deg)}section.faq-module .accordion.active .accordion-title .title span.btn-more:after{width:1px}