.verseFaqs{width:100%}.verseFaqs .container{padding-top:80px;padding-bottom:80px}.verseFaqs__intro{margin-bottom:56px;color:var(--white)}.verseFaqs__intro h1 strong,.verseFaqs__intro h2 strong,.verseFaqs__intro h3 strong{background-clip:text;-webkit-background-clip:text;color:transparent;background-image:linear-gradient(to right in oklab,#f15e24 0,#c52f86 100%)}.verseFaqs__intro p{margin-top:1.5rem;font-size:1rem;line-height:1.556em}.verseFaqs__intro p:first-child{margin-top:0}.verseFaqs__intro p:last-child{margin-bottom:0}.verseFaqs__intro ul{list-style-type:none;padding-left:0}.verseFaqs__intro ul li{margin-bottom:12px;display:flex;gap:12px}.verseFaqs__intro ul li::before{margin-top:10px;content:"";display:inline-block;width:6px;height:6px;background-image:linear-gradient(to right in oklab,#f15e24 0,#c52f86 100%);flex-shrink:0;border-radius:50%}.verseFaqs__categories{display:flex;flex-direction:column;gap:64px}.verseFaqs__category{width:100%}.verseFaqs__category-heading{width:100%;display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;margin-bottom:24px;border-color:rgba(46,196,182,.4);border-style:solid;border-width:0 0 1px 0}@supports (color:color-mix(in lab,red,red)){.verseFaqs__category-heading{border-color:color-mix(in oklab,var(--accent) 40%,transparent)}}.verseFaqs__category-heading h3{margin:0;font-weight:700;font-size:1.25rem}@media (min-width:768px){.verseFaqs__category-heading h3{font-size:1.5rem}}.verseFaqs__category-expand{font-size:.875rem;background:0 0;border:0;color:var(--white)}.verseFaqs__category-expand:hover{color:var(--accent)}.verseFaqs__question{border-color:rgba(74,76,106,.4);border-style:solid;border-width:0 0 1px 0}@supports (color:color-mix(in lab,red,red)){.verseFaqs__question{border-color:color-mix(in oklab,#4a4c6a 40%,transparent)}}.verseFaqs__question.open .verseFaqs__question-q svg{rotate:180deg}.verseFaqs__question.open .verseFaqs__question-answer{max-height:1000px}.verseFaqs__question-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:0 0;border:0;color:var(--white);text-align:left}.verseFaqs__question-q span{margin-right:1rem;font-weight:500;font-size:1.125rem;line-height:1.556em}.verseFaqs__question-q svg{flex-shrink:0;width:20px;height:20px;transition-property:transform,translate,scale,rotate;transition-duration:.2s;transition-timing-function:ease-in-out}.verseFaqs__question-answer{max-height:0;transition:max-height .2s ease-in-out;text-align:left}.verseFaqs__question-answer a{color:var(--flame-orange)}