.hl-faqs .hl-faqs__content{column-gap:32px;display:grid;grid-template-columns:1fr 3fr;--question-padding:32px}.hl-faqs .hl-faqs__content>div:first-child h2{color:var(--hellios-pink);font-size:72pt}.hl-faqs .hl-faqs__content>div:nth-child(2){align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:flex-start}.hl-faqs .hl-faqs__question{background-color:#fff;border-radius:32px;cursor:pointer;padding:var(--question-padding) 48px 0 48px}.hl-faqs .hl-faqs__question h3,.hl-faqs .hl-faqs__question.open{padding-bottom:var(--question-padding)}.hl-faqs .hl-faqs__question h3{color:var(--hellios-pink);font-size:32px;margin-bottom:0}.hl-faqs .hl-faqs__question div{height:0;overflow-y:hidden;transition:height .35s ease-in-out}.hl-faqs .hl-faqs__question div :last-child{margin-bottom:0}@media (max-width:992px){.hl-faqs .hl-faqs__content{grid-template-columns:1fr}.hl-faqs .hl-faqs__content>div:first-child h2{font-size:50pt}}.hl-faqs .sunburst{left:0;max-width:550px;position:absolute;top:0;transform:translate(-25%,-15%)}