.fs-table{overflow:hidden}.fs-table__grid{align-items:flex-start;display:grid;gap:80px;grid-template-columns:1fr;position:relative;z-index:1}@media screen and (min-width:768px){.fs-table__grid{grid-template-columns:5fr 7fr}}.fs-table svg{width:100%}@media screen and (min-width:768px){.fs-table__grid{gap:40px}}.fs-table__text{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:768px){.fs-table__text--left{margin-right:2.5rem}.fs-table__text--right{margin-left:2.5rem}.fs-table__form,.fs-table__text{padding:0 40px}}.faqs{display:flex;flex-direction:column;gap:25px;margin:1.5rem 0}.faq__pill{background:#eff7f5;border:1px solid rgba(0,176,76,.28);border-radius:16px;box-shadow:0 4px 20px 1px rgba(0,176,76,.2);cursor:pointer;padding:30px 40px}.faq__question{color:#012a38;font-size:18px;font-weight:700;gap:20px;justify-content:space-between;letter-spacing:.06em;line-height:20px;text-transform:uppercase}.faq__question,.faq__toggle{align-items:center;display:flex}.faq__toggle{height:21px;justify-content:center;position:relative;width:21px}.faq__toggle span{background:var(--color-brand-yellow);border-radius:100px;height:3px;width:100%}.faq__toggle span+span{position:absolute;transform:rotate(90deg);transition:transform .15s linear}.faq__pill--open .faq__toggle span+span{transform:rotate(0deg)}.faq__answer{color:var(--color-ui-dark-grey);line-height:27px;max-height:0;opacity:0;overflow:hidden;transition:max-height .25s ease-in-out,padding .25s ease-in-out,opacity .25s ease-in-out}.faq__answer,.faq__answer p{font-size:16px}.faq__pill--open .faq__answer{max-height:400px;opacity:1;padding-top:16px}.faqs--no-toggle .faq__pill{cursor:default}.faqs--no-toggle .faq__toggle{display:none}.faqs--no-toggle .faq__answer{max-height:400px;opacity:1;padding-top:16px}