.faqs-2{display:flex;gap:4rem;margin-top:5rem}.faqs-2__faqs{flex:1}.faqs-2__sidebar{align-self:flex-start;background-color:var(--white);border-radius:2.4rem;display:flex;flex-direction:column;gap:1.6rem;max-width:397px;padding:2.4rem;width:35%}.faqs-2__sidebar p{font-size:2rem;line-height:normal;margin:0}.faqs-2__sidebar-title{color:var(--black);font-size:3rem;font-weight:700;line-height:1.3em}.faqs-2__sidebar-phone{display:flex;font-size:2rem;gap:1rem;text-decoration:none}.faqs-2__list{list-style:none;margin:0;padding:0}.faqs-2__faq{background-color:var(--white);border-bottom:1px solid var(--medium-gray)}.faqs-2__faq:first-child{border-top-left-radius:2.4rem;border-top-right-radius:2.4rem}.faqs-2__faq:last-child{border-bottom-left-radius:2.4rem;border-bottom-right-radius:2.4rem}.faqs-2__question{display:grid;grid-template-columns:1fr auto;grid-gap:var(--gap);-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.6rem;font-weight:600;letter-spacing:.2px;line-height:1.5;padding:2.4rem;text-transform:none}.faqs-2__question:hover{cursor:pointer}.faqs-2__question>svg{-ms-flex-negative:0;flex-shrink:0;height:1rem;pointer-events:none;-webkit-transition:all .2s ease;transition:all .2s ease}.faqs-2__faq.is-active .faqs-2__question>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faqs-2__answer p{margin:0}.faqs-2__answer{display:none;margin-top:-.8rem;padding:0 2.4rem 1.6rem}.faqs-2__faq.is-active .faqs-2__answer{display:block}@media(max-width:992px){.faqs-2{flex-direction:column;gap:2.4rem}.faqs-2__sidebar p,.faqs-2__sidebar-phone{font-size:1.6rem}.faqs-2__sidebar-title{font-size:2.4rem;font-weight:700}.faqs-2__sidebar{max-width:100%;width:100%}.hs-section-faq .hs-section-title{font-size:3rem}}.faqs-2 .btn-view-more-faq:before{content:"View More"}.faqs-2 .faq-extra{display:none}.faqs-2.show-extra .faq-extra{display:block}.faqs-2.show-extra .btn-view-more-faq:before{content:"View Less"}