main{padding-top:calc(2.5rem + var(--big-space))}main .sectionQ .subtitleQ{font-size:1.5rem;text-align:center;margin-bottom:var(--small-space)}main .sectionQ .contentQ h2,main .sectionQ .contentQ h3,main .sectionQ .contentQ h4,main .sectionQ .contentQ h5,main .sectionQ .contentQ h6{font-family:var(--second-font);font-size:1.125rem;font-weight:502;color:var(--dark-grey)}main .sectionQ .contentQ h2:not(:last-child),main .sectionQ .contentQ h3:not(:last-child),main .sectionQ .contentQ h4:not(:last-child),main .sectionQ .contentQ h5:not(:last-child),main .sectionQ .contentQ h6:not(:last-child){margin-bottom:1rem}main .sectionQ .contentQ h2:not(:first-child),main .sectionQ .contentQ h3:not(:first-child),main .sectionQ .contentQ h4:not(:first-child),main .sectionQ .contentQ h5:not(:first-child),main .sectionQ .contentQ h6:not(:first-child){margin-top:var(--small-space)}main .sectionQ .contentQ h2{font-size:1.125rem}main .sectionQ .contentQ h2:not(:first-child){margin-top:var(--middle-space)}main .sectionQ .contentQ h3{font-size:1rem}main .sectionQ .contentQ h4{font-size:.875rem}main .sectionQ .contentQ h5{font-size:.75rem}main .sectionQ .contentQ h6{font-size:.625rem}main .sectionQ .contentQ p:not(:last-child){margin-bottom:1rem}main .sectionQ .contentQ ul,main .sectionQ .contentQ ol{display:flex;flex-direction:column;align-items:flex-start;justify-content:stretch;gap:0;list-style:none;padding:0 0 0 var(--gap);margin:0}main .sectionQ .contentQ ul:not(:last-child),main .sectionQ .contentQ ol:not(:last-child){margin-bottom:var(--gap)}main .sectionQ .contentQ ul li::before{content:"/ "}main .sectionQ .contentQ ol{counter-reset:alphabet-counter}main .sectionQ .contentQ ol li::before{counter-increment:alphabet-counter;content:counter(alphabet-counter, upper-alpha) " / "}