@layer settings{:root{interpolate-size:allow-keywords;--font-family-sans:"Verdana", "Sofia Pro", "Hiragino Maru Gothic ProN", "Quicksand", "Comfortaa", "Manjari", "Arial Rounded MT", "Arial Rounded MT Bold", "Calibri", source-sans-pro, sans-serif;--primary-light-100:oklch(94.5% .025 229.85);--primary-light-300:oklch(72.2% .074 229.1);--primary-light-400:oklch(57.19% .113 229.85);--primary-light-500:oklch(45% .087 228.99);--primary-light-600:oklch(34.61% .066 227.64);--primary-light-700:oklch(28% .055 227.64);--secondary-light:oklch(41.84% 0 0);--accent-light-400:oklch(73.7% .165 63.03);--accent-light-500:oklch(62.53% .139 63.56);--accent-light-600:oklch(53.22% .117 64.18);--neutral-50:oklch(97.1% 0 0);--neutral-100:oklch(91.8% 0 0);--neutral-200:oklch(84.1% 0 0);--neutral-300:oklch(72.8% 0 0);--neutral-400:oklch(59.2% 0 0);--neutral-500:oklch(50.2% 0 0);--neutral-600:oklch(44.1% 0 0);--neutral-700:oklch(37.5% 0 0);--neutral-800:oklch(34.1% 0 0);--neutral-900:oklch(31.4% 0 0);--neutral-950:oklch(21.8% 0 0);--text-1-light:oklch(21.46% 0 0);--text-2-light:var(--neutral-700);--danger-500:oklch(58% .217 27.33);--success-500:oklch(52% .19 142);--background-1-light:#fff;--background-2-light:var(--neutral-50);--surface-muted-light:var(--neutral-100);--status-full-light:color-mix(in oklch, var(--danger-500) 16%, var(--surface-1));--status-full-strong-light:color-mix(in oklch, var(--danger-500) 88%, var(--surface-1));--primary-100:var(--primary-light-100);--primary-300:var(--primary-light-300);--primary-400:var(--primary-light-400);--primary-500:var(--primary-light-500);--primary-600:var(--primary-light-600);--primary-700:var(--primary-light-700);--secondary:var(--secondary-light);--accent-400:var(--accent-light-400);--accent-500:var(--accent-light-500);--accent-600:var(--accent-light-600);--button-primary:var(--primary-light-500);--button-primary-active:var(--primary-light-400);--button-primary-tint:var(--primary-light-400);--button-accent:oklch(79.29% .1592 78.61);--button-accent-active:oklch(70.69% .1482 72.36);--button-accent-strong:oklch(62.8% .1409 62.64);--button-accent-ink:oklch(26.89% .0666 42.47);--button-surface:oklch(96.83% .0069 247.9);--button-disabled:oklch(86.07% 0 89.88);--button-disabled-ink:oklch(62.68% 0 89.88);--text-1:var(--text-1-light);--text-2:var(--text-2-light);--surface-1:var(--background-1-light);--surface-2:var(--background-2-light);--surface-muted:var(--surface-muted-light);--status-full:var(--status-full-light);--status-full-strong:var(--status-full-strong-light);--radius-lg:20px;--radius-md:16px;--radius-sm:12px;--radius-full:999px;--shadow-1:0 12px 30px #28355214;--shadow-2:0 20px 40px #2835521f;--space-unit:1.25rem;--space-xxxs:calc(.25 * var(--space-unit));--space-xxs:calc(.375 * var(--space-unit));--space-xs:calc(.5 * var(--space-unit));--space-sm:calc(.75 * var(--space-unit));--space-md:calc(var(--space-unit));--space-lg:calc(1.25 * var(--space-unit));--space-xl:calc(2 * var(--space-unit));--space-xxl:calc(3.25 * var(--space-unit));--space-xxxl:calc(5.25 * var(--space-unit));--space-xxxxl:calc(8.5 * var(--space-unit));--measure:72rem;--measure-wide:80rem;--text-5xl:6rem;--text-4xl:3.75rem;--text-3xl:2rem;--text-2xl:1.75rem;--text-xl:1.5rem;--text-lg:1.25rem;--text-md:1.125rem;--text-base:1rem;--text-sm:.875rem}}@layer reset{*,:before,:after{box-sizing:border-box}*{font:inherit;margin:0;padding:0}html{hanging-punctuation:first last}body{min-height:100svh}img,picture,svg,video{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{text-wrap:balance}p,li{max-width:var(--p-max-width,65ch);text-wrap:pretty}}@layer base{html{overflow-x:hidden}body{font-family:var(--font-family-sans);background:var(--background-2-light);color:var(--text-2);font-weight:400;line-height:1.5;overflow-x:hidden}a{color:inherit}button,input,textarea,select{font:inherit}}@layer composition{.l-container{width:min(100% - 2rem, var(--measure-wide));padding-block:var(--space-md) var(--space-xxl);margin-inline:auto;container-type:inline-size}.l-flow>*+*{margin-top:var(--flow-space,var(--space-sm))}.l-cluster{gap:var(--cluster-space,var(--space-sm));flex-wrap:wrap;align-items:center;display:flex}.l-grid{gap:var(--grid-space,var(--space-lg));display:grid}.l-grid-fit{gap:var(--grid-space,var(--space-md));grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));display:grid}.l-sidebar{gap:var(--sidebar-space,var(--space-lg));display:grid}@media (width>=48rem){.l-container{width:min(100% - 4rem, var(--measure-wide));padding-block:var(--space-lg) var(--space-xxl)}}}@layer utilities{.u-card{padding:var(--space-md);border-radius:var(--radius-lg);box-shadow:var(--shadow-1)}.u-surface-1{background:var(--surface-1)}.u-surface-2{background:var(--surface-2)}.u-list-reset{margin:0;padding:0;list-style:none}.u-text-primary{color:var(--primary-500)}.u-text-muted{color:var(--text-2)}.u-width-full{width:100%}.u-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@layer blocks{.button{justify-content:center;align-items:center;gap:var(--space-xs);border-radius:var(--radius-full);letter-spacing:.02em;text-transform:uppercase;cursor:pointer;border:1px solid #0000;width:fit-content;font-size:1rem;font-weight:400;line-height:1.2;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.button:focus-visible{outline:none}.button--sm{padding:.25rem .5rem;font-size:.875rem}.button--md{padding:.5rem 1rem}.button--lg{padding:1rem 2rem;font-size:1.125rem}.button--primary{color:var(--button-surface);background-color:var(--button-primary);border-color:var(--button-primary-active)}.button--primary:hover{border-color:var(--button-primary);background-color:var(--button-primary);box-shadow:0 0 0 2px var(--surface-1), 0 0 0 4px var(--button-primary)}.button--primary:focus-visible{border-width:2px;border-color:var(--button-accent-active);background-color:var(--button-primary);box-shadow:inset 0 0 0 2px var(--surface-1)}.button--primary:active{border-width:2px;border-color:var(--button-primary-active);background-color:var(--button-primary-active);box-shadow:inset 0 0 0 2px var(--surface-1)}.button--accent{color:var(--button-accent-ink);background-color:var(--button-accent);border-color:var(--button-accent-active)}.button--accent:hover{border-color:var(--button-accent);background-color:var(--button-accent);box-shadow:0 0 0 2px var(--surface-1), 0 0 0 4px var(--button-accent)}.button--accent:focus-visible{border-width:2px;border-color:var(--button-accent);background-color:var(--button-accent);box-shadow:inset 0 0 0 2px var(--surface-1)}.button--accent:active{border-width:2px;border-color:var(--button-accent);background-color:var(--button-accent-active);box-shadow:inset 0 0 0 2px var(--surface-1)}.button--secondary{color:var(--button-primary);border-color:var(--button-primary);background-color:#0000}.button--secondary:hover{border-color:var(--button-primary);background-color:var(--button-primary-tint);box-shadow:0 0 0 2px var(--surface-1), 0 0 0 4px var(--button-primary)}.button--secondary:focus-visible{border-width:2px;border-color:var(--button-accent-active);box-shadow:inset 0 0 0 2px var(--button-primary);background-color:#0000}.button--secondary:active{border-width:2px;border-color:var(--button-primary-active);background-color:color-mix(in oklch, var(--button-primary-active) 12%, var(--surface-1));box-shadow:inset 0 0 0 2px var(--button-primary-active)}.button:disabled,.button[aria-disabled=true]{color:var(--button-disabled-ink);background-color:var(--button-disabled);border-color:var(--button-disabled);box-shadow:none;cursor:not-allowed;pointer-events:none}.form-field{gap:var(--space-xxs);display:grid}.form-field__label{color:var(--text-1);font-size:.875rem;font-weight:600}.form-field__input{border:1px solid var(--neutral-300);border-radius:var(--radius-sm);background:var(--surface-1);width:100%;color:var(--text-1);padding:.875rem 1rem;transition:border-color .18s,box-shadow .18s}.form-field__input::placeholder{color:var(--neutral-500)}.form-field__input:focus-visible{border-color:var(--primary-400);box-shadow:0 0 0 4px color-mix(in srgb, var(--primary-100) 70%, transparent);outline:none}.form-field__error{color:var(--danger-500);font-size:.8125rem}.site-footer{width:min(100% - 2rem, var(--measure));padding:var(--space-lg) 0 var(--space-xl);color:var(--text-2);margin-inline:auto;font-size:.875rem}}@layer exceptions{.is-invalid{border-color:var(--danger-500)}.button[data-width=full]{width:100%}}.site-brand[data-v-c2127240]{align-items:center;gap:var(--site-brand-gap,.55rem);min-width:0;color:inherit;text-decoration:none;display:inline-flex}.site-brand[data-v-c2127240]:focus-visible{outline:3px solid var(--site-brand-focus,var(--primary-400));outline-offset:4px}.site-brand__mark[data-v-c2127240]{width:var(--site-brand-mark-width,1.9rem);height:var(--site-brand-mark-height,2.25rem);color:var(--site-brand-mark-color,var(--primary-500));fill:currentColor;flex:none}.site-brand__wordmark[data-v-c2127240]{width:var(--site-brand-wordmark-width,clamp(9.8rem, 20vw, 12.25rem));flex:0 auto;height:auto}.error-screen[data-v-13f9d113]{background:#f6f6f6;border:1px solid #000;grid-template-rows:auto 1fr auto;min-height:100dvh;display:grid}.error-screen__header[data-v-13f9d113]{padding:1.5rem 2rem}.error-screen__brand[data-v-13f9d113]{--site-brand-mark-width:1.5625rem;--site-brand-mark-height:2.185rem;--site-brand-wordmark-width:clamp(9.4rem, 22vw, 11.5rem)}.error-screen__button[data-v-13f9d113]:focus-visible{outline:3px solid var(--primary-500);outline-offset:4px}.error-screen__main[data-v-13f9d113]{place-items:center;padding:3rem 1rem;display:grid}.error-screen__card[data-v-13f9d113]{text-align:center;justify-items:center;gap:1rem;width:min(100%,44.375rem);display:grid}.error-screen__status[data-v-13f9d113]{text-transform:uppercase;color:#4c4c4c;flex-wrap:wrap;justify-content:center;font-size:clamp(4.5rem,14vw,5rem);font-weight:700;line-height:.975;display:flex}.error-screen__status-first[data-v-13f9d113]{color:#4c4c4c}.error-screen__status-second[data-v-13f9d113]{color:var(--primary-500)}.error-screen__status-third[data-v-13f9d113]{color:var(--button-accent-strong)}.error-screen__title[data-v-13f9d113]{text-transform:uppercase;color:#4c4c4c;font-size:clamp(3rem,14vw,5rem);font-weight:700;line-height:.975}.error-screen__message[data-v-13f9d113]{color:#6d6d6d;text-transform:uppercase;text-wrap:balance;width:min(100%,30.5rem);font-size:1rem;font-style:italic;line-height:1.5}.error-screen__actions[data-v-13f9d113]{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.error-screen__button[data-v-13f9d113]{border:1px solid var(--button-primary);border-radius:var(--radius-full);background:var(--button-primary);color:#fff;cursor:pointer;min-height:2rem;padding:.5rem .75rem;font-size:.75rem;font-weight:400;line-height:1.333;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s}.error-screen__button[data-v-13f9d113]:hover{background:var(--button-primary-active);border-color:var(--button-primary-active)}.error-screen__button[data-v-13f9d113]:active{transform:translateY(1px)}.error-screen__button--secondary[data-v-13f9d113]{color:var(--button-primary);background:0 0}.error-screen__button--secondary[data-v-13f9d113]:hover{color:var(--button-primary);background:#045f7e14}.error-screen__footer-band[data-v-13f9d113]{background:#6d6e70;min-height:3.4375rem}@media (width<=40rem){.error-screen__header[data-v-13f9d113]{padding-inline:1rem}.error-screen__main[data-v-13f9d113]{padding-block:2.5rem}.error-screen__brand[data-v-13f9d113]{--site-brand-wordmark-width:9.2rem}.error-screen__title[data-v-13f9d113]{font-size:clamp(2.75rem,18vw,4.5rem)}.error-screen__message[data-v-13f9d113]{max-width:22rem}}
