.faqs-2{background:#ebeae8;padding:100px 20px}.faqs-2 .header-content h2{color:#343434;font-size:36px;line-height:45px;margin:0 0 50px;text-align:center}.faqs-2__faq:not(:last-child){border-bottom:1px solid var(--medium-gray)}.faqs-2__question{color:var(--black);display:grid;grid-template-columns:1fr auto;grid-gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:none;font-family:Archer,sans-serif;font-size:24px;line-height:30px;padding:30px 0;text-align:left;width:100%}.faqs-2__question:hover{cursor:pointer}.faqs-2__question>svg{flex-shrink:0;height:30px;pointer-events:none}.faqs-2__question>svg rect:last-child{transform-origin:center center;transition:all .2s ease}.faqs-2__faq.is-active .faqs-2__question>svg rect:last-child{transform:rotate(90deg)}.faqs-2__answer{display:none}.faqs-2__answer,.faqs-2__answer p,.faqs-2__answer ul,.faqs-2__answer ul li{font-size:16px;line-height:28px}.faqs-2__answer a{text-decoration:underline}.faqs-2__answer>:last-child{margin-bottom:0}.faqs-2__faq.is-active .faqs-2__answer{display:block;padding-bottom:30px}.faqs-2__faq:not(.is-shown){display:none}.faqs-2__load-more{text-align:center}