:root{--baseFontSize:1rem;--fontSizeIncrement:1.25;--font-size-s:calc(var(--baseFontSize)/var(--fontSizeIncrement));--font-size:var(--baseFontSize);--font-size-m:calc(var(--font-size)*var(--fontSizeIncrement));--font-size-l:calc(var(--font-size-m)*var(--fontSizeIncrement));--font-size-xl:calc(var(--font-size-l)*var(--fontSizeIncrement));--font-size-xxl:calc(var(--font-size-xl)*var(--fontSizeIncrement));--font-body:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;--font-heading:inherit;--font-monospace:Menlo,monospace;--font-weight-body:300;--font-weight-heading:800;--font-weight-bold:800;--unit:1rem;--spaceIncrement:1.65;--space-xxs:calc(var(--space-xs)/var(--spaceIncrement));--space-xs:calc(var(--space-s)/var(--spaceIncrement));--space-s:calc(var(--space)/var(--spaceIncrement));--space:var(--unit);--space-m:calc(var(--space)*var(--spaceIncrement));--space-l:calc(var(--space-m)*var(--spaceIncrement));--space-xl:calc(var(--space-l)*var(--spaceIncrement));--textFrameRatio:1.8;--textFrameY:.8em;--textFrameX:calc(var(--textFrameY)*var(--textFrameRatio));--max-width-percent:75%;--max-width-pixel:1370px;--radius-xs:10px;--radius-s:.2rem;--radius:.5rem;--radius-m:.8rem;--radius-l:1.2rem;--radius-circle:1000px;--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-text:#1e2233;--color-background:#e9eaf2;--color-background-secondary:#c0c8e7;--color-muted:#6f7094;--color-link:#003ef5;--color-alert-neutral-text:#c3c7e5;--color-alert-neutral-background:#21232b;--color-alert-info-text:#fff;--color-alert-info-background:#d67c28;--color-alert-danger-text:#fff;--color-alert-danger-background:#ff3e3e;--color-button-background:#003ef5;--color-button-text:#fff;--color-button-hover-background:#1f57ff;--color-button-active-background:#0030be;--color-button-alt-background:#623de9;--color-button-alt-text:#fff;--color-button-alt-hover-background:#7755f0;--color-button-alt-active-background:#4b26d1;--color-form-input-background:#d9dcec;--color-form-input-background-focused:#e9eeff;--color-form-input-border:#9198c7}
*{box-sizing:border-box;margin:0;padding:0}html{font-size:18px}html,body,#__next{width:100%;min-width:100%;height:100%;min-height:100%}body,#root{color:var(--color-text);background-color:var(--color-background);font-family:var(--font-body);line-height:1.2;font-weight:var(--font-weight-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-heading)}h1{font-size:var(--font-size-xl)}h2{font-size:var(--font-size-l)}h3{font-size:var(--font-size-m)}h4,h5,h6{font-size:var(--font-size)}pre{font-family:var(--font-monospace);overflow-x:auto}code{font-family:var(--font-monospace);font-size:inherit}a{color:var(--color-link)}.monospace{font-family:var(--font-monospace)}.italic{font-style:italic}.bold{font-weight:var(--font-weight-bold)}.textMuted{color:var(--color-muted)}.bottomSpaceMargin{margin-bottom:var(--space)}.sectionMargin{margin-bottom:var(--space-xl)}.paragraphMargin{margin-bottom:var(--space-l)}.fluidImage{max-width:100%;height:auto;display:block}.fluidVideo{border-radius:var(--radius);max-width:100%;height:auto;display:block}.textContent>h1,.textContent>h2,.textContent>h3,.textContent>h4,.textContent>h5,.textContent>h6{margin-bottom:var(--space)}.textContent>p{margin-top:var(--space)}.flexRow{align-items:center;gap:var(--space);flex-direction:row;display:flex}.responsiveCenteredContainer{width:80%;max-width:var(--max-width-pixel);margin-left:auto;margin-right:auto}.threeGrid{gap:var(--space);grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-auto-rows:1fr;display:grid}@media (max-width:990px){.threeGrid{grid-template-columns:auto;grid-auto-rows:auto}}.threeGrid.staticGrid{grid-template-columns:1fr 1fr 1fr}@media (max-width:990px){.threeGrid.staticGrid{grid-template-columns:auto;grid-auto-rows:auto}}.twoGrid{gap:var(--space);grid-template-columns:1fr 1fr;grid-auto-rows:1fr;display:grid}@media (max-width:990px){.twoGrid{grid-template-columns:auto;grid-auto-rows:auto}}
