.faq-content{align-items:center;gap:16px}.faq-content,.faq-content-question{width:100%;display:flex;flex-direction:column}.faq-content-question{cursor:pointer;background-color:#fff;padding:32px;transition:border-radius 3s ease;overflow:hidden;border:1px solid rgba(0,80,78,.0666666667);max-width:900px;border-radius:32px}@media screen and (max-width:899px){.faq-content-question{border-radius:16px}}@media screen and (max-width:599px){.faq-content-question{padding:32px 16px}}.faq-content-question-open .faq-content-question-header-cross{transform:rotate(90deg)}.faq-content-question-close .faq-content-question-content{max-height:0;overflow:hidden}.faq-content-question-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.faq-content-question-header-underline{text-decoration:underline}.faq-content-question-header-cross{transition:transform .3s ease}.faq-content-question-content{overflow:hidden;transition:max-height .3s ease}.faq-content-question-content-text{padding-top:32px;gap:16px;border-radius:0 0 10px 10px}