@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.faqs-featured .grid-main{grid-template-columns:calc(clamp(30rem, 30dvw, 50rem)) 1fr;gap:5dvw;align-items:start}.faqs-featured .end,.faqs-featured .start{position:sticky;top:calc(2rem + var(--header-height))}.faqs-featured .start{display:flex;flex-direction:column;gap:3rem}.faqs-featured .end{display:flex;flex-direction:column;gap:2rem}.faqs-featured .end .faqcell{display:flex;flex-direction:column;gap:0;padding:2rem;border-radius:var(--radius-sm);background:var(--white-color);transition:all 1s ease-out}.faqs-featured .end .faqcell.active{gap:2rem}.faqs-featured .end .faqcell.active .title p{color:var(--accent-color);font-weight:var(--bold-weight);font-stretch:110;font-style:normal;font-variation-settings:"slnt" 0,"wght" var(--bold-weight),"wdth" 110}.faqs-featured .end .faqcell.active .title img,.faqs-featured .end .faqcell.active .title svg{transform:rotate(45deg)}.faqs-featured .end .faqcell.active .title img path,.faqs-featured .end .faqcell.active .title svg path{fill:var(--main-color)}.faqs-featured .end .faqcell.active .text{opacity:1;max-height:200rem}.faqs-featured .end .faqcell .title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;transition:all 1s ease-out}.faqs-featured .end .faqcell .title p{margin-bottom:0;transition:all 1s ease-out}.faqs-featured .end .faqcell .title img,.faqs-featured .end .faqcell .title svg{width:3rem;height:3rem;transition:all 1s ease-out}.faqs-featured .end .faqcell .text{opacity:0;max-height:0;overflow:hidden;transition:all 1s ease-out}@media only screen and (max-width:576px){.faqs-featured .grid-main{grid-template-columns:1fr}.faqs-featured .grid-main .end,.faqs-featured .grid-main .start{position:static;top:0}}
