.faq-content>.container{max-width:120rem}.faq-content__list{display:flex;flex-direction:column;padding-block:var(--spacing-xs)}.faq-content__item{border-bottom:1px dashed var(--color-primary);padding-block:2.5rem}.faq-content__item-title{font-size:clamp(2.4rem,2.4vw + 1rem,3.8rem);font-weight:600;display:flex;align-items:flex-start;text-align:left;justify-content:space-between;width:100%;cursor:pointer;border:none;outline:none;background:transparent;gap:1rem;appearance:none}.faq-content__item-answer{font-size:var(--text-md);display:grid;padding-right:2rem}.faq-content__item-answer>div{overflow:hidden}.faq-content__item-answer>div>p{padding-top:2rem}.faq-content__item:not([aria-expanded=true]) .faq-content__item-caret{transition:transform .25s var(--transition-smooth);transform:rotate(0)}.faq-content__item:not([aria-expanded=true]) .faq-content__item-answer{transition:grid-template-rows .35s;grid-template-rows:0fr}.faq-content__item[aria-expanded=true] .faq-content__item-caret{transition:transform .25s var(--transition-smooth);transform:rotate(-90deg)}.faq-content__item[aria-expanded=true] .faq-content__item-answer{transition:grid-template-rows .35s;grid-template-rows:1fr}.faq-content__contact-us{text-align:center}.faq-content__contact-us a{text-decoration:underline}
