.expandable-content{--collapsed-height:400px;position:relative}.expandable-content__text{max-height:var(--collapsed-height);overflow:hidden;position:relative;transition:max-height .8s ease-in-out}.expandable-content__text:not(.text-expanded){-webkit-mask-image:linear-gradient(180deg,#000 0,#000 calc(100% - 700px),transparent);mask-image:linear-gradient(180deg,#000 0,#000 calc(100% - 700px),transparent)}.expandable-content__expander{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-top:.75rem;opacity:0;transition:opacity .8s ease}@media(min-width:768px){.expandable-content__expander{flex-direction:row}}.expandable-content__expander.expander-hide{display:none}.expandable-content.is-collapsible:not(.is-expanded) .expandable-content__expander{opacity:1}.expandable-content__expander--button{align-items:center;background:#1467fa;border:0;border-radius:99px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.5rem;letter-spacing:-.0225rem;line-height:1;padding:19px 16px;text-align:center;text-decoration:none;width:100%}@media(min-width:500px){.expandable-content__expander--button{width:auto}}.expandable-content__expander--button:hover{background:#1467fa;color:#fff}.expandable-content__expander--button:hover svg path{stroke:#fff}.expandable-content__expander--button:hover{background:#010101}@media(prefers-reduced-motion:reduce){.expandable-content__text{transition:none}}