:root{--body_padding:clamp(min(5rem, 13rem), 8.5vw, max(10rem, 15rem))}html[data-theme=light]{--color-text:#19170b;--color-text-D5:#070703;--color-text-D10:black;--color-text-L5:#2b2713;--color-text-L10:#3c381b;--color-text-L15:#4e4822;--color-background:#fcfbf8;--color-background-D5:#f4f1e6;--color-background-D10:#ede7d4;--color-background-D15:#e5dcc2;--color-background-L5:white;--color-background-L10:white}html[data-theme=dark]{--color-text:#f0efeb;--color-text-D5:#e5e3dc;--color-text-D10:#dad8ce;--color-text-L5:#e5e3dc;--color-text-L10:#dad8ce;--color-text-L15:#cfccbf;--color-background:#0e0d0d;--color-background-D5:#1b1919;--color-background-D10:#282626;--color-background-D15:#363232;--color-background-L5:#010101;--color-background-L10:black}.faq__hero{padding:50px var(--body_padding);flex-direction:column;justify-content:center;align-items:center;display:flex}.faq__hero:before{top:-24vh!important;bottom:unset!important}.faq__hero .title{text-align:center;margin:30px 0}.faq__hero .title h1{color:#f0efeb}.faq__hero .title p{color:#c4c0b1;font-size:24px;font-weight:200}.faq__hero .summaries{flex-direction:column;gap:20px;width:100%;display:flex}.faq__hero a{color:var(--color-text);cursor:pointer;font-weight:800;text-decoration:none;transition:all .2s}.faq__hero a:hover{color:#e7c104}.summary__reveal{background-color:var(--color-background-D5);border:1px solid var(--color-background);border-radius:8px;min-width:23rem;padding:15px 25px 0;position:relative;overflow:hidden;box-shadow:3px 3px 5px #0000008e}.summary__reveal .title{cursor:pointer;background-color:var(--color-background-D10);-webkit-user-select:none;user-select:none;align-items:center;margin:-15px -25px 0;padding:20px 25px;display:flex}.summary__reveal .title svg{margin-left:auto;font-size:36px}.summary__reveal .title h2{font-size:28px}.summary__reveal .content{padding:15px 0}
