:root{--system-pages-centered-margin: 0 auto;--system-pages-legal-page-max-width: 58.75rem;--system-pages-legal-page-hero-max-width: 47.5rem;--system-pages-legal-page-hero-margin: 0 auto var(--space-40);--system-pages-legal-eyebrow-letter-spacing: .08em;--system-pages-legal-title-font-size: 3.25rem;--system-pages-legal-title-line-height: var(--leading-tight);--system-pages-legal-title-margin: 0;--system-pages-legal-body-line-height: 1.75;--system-pages-legal-content-gap: var(--space-20);--system-pages-legal-section-padding-block: 1.75rem;--system-pages-legal-section-padding-inline: 2rem;--system-pages-legal-section-shadow: 0 1rem 2.5rem var(--surface-ink-subtle);--system-pages-legal-section-radius: var(--radius-2xl);--system-pages-legal-section-title-margin: 0 0 .875rem;--system-pages-legal-section-title-font-size: 1.3rem;--system-pages-legal-section-title-line-height: 1.25;--system-pages-legal-section-text-margin: 0;--system-pages-legal-section-text-line-height: 1.8;--system-pages-legal-paragraph-gap: var(--space-12);--system-pages-legal-list-gap: .625rem;--system-pages-legal-list-margin: .875rem 0 0;--system-pages-legal-list-padding-inline-start: 1.2rem;--system-pages-legal-title-font-size-mobile: 2.4rem;--system-pages-legal-section-padding-mobile-block: 1.375rem;--system-pages-legal-section-padding-mobile-inline: 1.25rem;--system-pages-legal-section-radius-mobile: var(--radius-xl);--system-pages-not-found-min-height: 60vh;--system-pages-not-found-inner-max-width: 37.5rem;--system-pages-not-found-heading-margin: 0 0 var(--space-16);--system-pages-not-found-code-font-size: 5rem;--system-pages-not-found-heading-line-height: 1;--system-pages-not-found-title-font-size: 1.75rem;--system-pages-not-found-text-margin: 0 0 var(--space-32);--system-pages-not-found-text-font-size: 1.1rem;--system-pages-not-found-text-line-height: 1.7;--system-pages-not-found-code-font-size-mobile: 4rem;--system-pages-not-found-title-font-size-mobile: 1.5rem}.astro-legal-page{max-width:var(--system-pages-legal-page-max-width);margin:var(--system-pages-centered-margin)}.astro-legal-page__hero{max-width:var(--system-pages-legal-page-hero-max-width);margin:var(--system-pages-legal-page-hero-margin);text-align:center}.astro-legal-page__eyebrow{display:inline-flex;margin-bottom:var(--space-16);color:var(--c-ink-soft);font-size:var(--text-size-sm);font-weight:700;letter-spacing:var(--system-pages-legal-eyebrow-letter-spacing);text-transform:uppercase}.astro-legal-page__title{margin:var(--system-pages-legal-title-margin);color:var(--c-heading-strong);font-size:var(--system-pages-legal-title-font-size);line-height:var(--system-pages-legal-title-line-height);overflow-wrap:anywhere;text-wrap:balance}.astro-legal-page__lead,.astro-legal-page__updated{margin:var(--space-16) auto 0;color:var(--c-body);font-size:var(--text-size-md);line-height:var(--system-pages-legal-body-line-height)}.astro-legal-page__content{display:grid;gap:var(--system-pages-legal-content-gap)}.astro-legal-page__section{padding:var(--system-pages-legal-section-padding-block) var(--system-pages-legal-section-padding-inline);border:1px solid var(--c-border-soft);border-radius:var(--system-pages-legal-section-radius);background:var(--c-surface);box-shadow:var(--system-pages-legal-section-shadow)}.astro-legal-page__section-title{margin:var(--system-pages-legal-section-title-margin);color:var(--c-heading-strong);font-size:var(--system-pages-legal-section-title-font-size);line-height:var(--system-pages-legal-section-title-line-height);overflow-wrap:anywhere}.astro-legal-page__paragraph,.astro-legal-page__list-item{margin:var(--system-pages-legal-section-text-margin);color:var(--c-body);font-size:var(--text-size-md);line-height:var(--system-pages-legal-section-text-line-height);overflow-wrap:anywhere}.astro-legal-page__paragraph+.astro-legal-page__paragraph{margin-top:var(--system-pages-legal-paragraph-gap)}.astro-legal-page__list{display:grid;gap:var(--system-pages-legal-list-gap);margin:var(--system-pages-legal-list-margin);padding-left:var(--system-pages-legal-list-padding-inline-start)}.astro-legal-page__link{color:var(--c-ink-soft);text-decoration:none}.astro-legal-page__link:hover,.astro-legal-page__link:focus-visible{color:var(--c-ink-soft);text-decoration:underline}@media(max-width:768px){.astro-legal-page__title{font-size:var(--system-pages-legal-title-font-size-mobile)}.astro-legal-page__section{padding:var(--system-pages-legal-section-padding-mobile-block) var(--system-pages-legal-section-padding-mobile-inline);border-radius:var(--system-pages-legal-section-radius-mobile)}}.astro-not-found{min-height:var(--system-pages-not-found-min-height);display:flex;align-items:center;justify-content:center;text-align:center}.astro-not-found__inner{max-width:var(--system-pages-not-found-inner-max-width);margin:var(--system-pages-centered-margin)}.astro-not-found__code{margin:var(--system-pages-not-found-heading-margin);color:var(--c-heading);font-size:var(--system-pages-not-found-code-font-size);font-weight:700;line-height:var(--system-pages-not-found-heading-line-height)}.astro-not-found__title{margin:var(--system-pages-not-found-heading-margin);color:var(--c-heading);font-size:var(--system-pages-not-found-title-font-size);font-weight:700;line-height:var(--system-pages-not-found-heading-line-height)}.astro-not-found__text{margin:var(--system-pages-not-found-text-margin);color:var(--c-body);font-size:var(--system-pages-not-found-text-font-size);line-height:var(--system-pages-not-found-text-line-height)}.astro-not-found__actions{display:flex;flex-wrap:wrap;gap:var(--space-16);justify-content:center}@media(max-width:768px){.astro-not-found__code{font-size:var(--system-pages-not-found-code-font-size-mobile)}.astro-not-found__title{font-size:var(--system-pages-not-found-title-font-size-mobile)}}
