/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-slate-900:oklch(20.8% .042 265.755);--color-white:#fff;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-navy:#0a2540;--color-navy-dark:#071d33;--color-crimson:#dc2626;--color-gold:#d97706;--color-silver:#94a3b8;--font-display:"Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.block{display:block}.contents{display:contents}.grid{display:grid}.inline{display:inline}.min-h-screen{min-height:100vh}.border-silver{border-color:var(--color-silver)}.bg-navy{background-color:var(--color-navy)}.bg-white{background-color:var(--color-white)}.font-display{font-family:var(--font-display)}.font-sans{font-family:var(--font-sans)}.text-crimson{color:var(--color-crimson)}.text-gold{color:var(--color-gold)}.text-slate-900{color:var(--color-slate-900)}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}html{scroll-behavior:smooth}.navbar{z-index:50;-webkit-backdrop-filter:blur(12px);background-color:#fffffff2;border-bottom:1px solid #e2e8f0;position:sticky;top:0}.navbar__nav{justify-content:space-between;align-items:center;gap:.75rem;max-width:80rem;min-height:5rem;margin-inline:auto;padding:.5rem 1rem;display:flex}@media (width>=640px){.navbar__nav{min-height:6rem;padding:.75rem 1.5rem}}@media (width>=1024px){.navbar__nav{padding-inline:2rem}}.navbar__brand{flex-wrap:wrap;align-items:center;gap:.25rem 1.25rem;min-width:0;display:flex}.navbar__logo{width:auto;height:4rem}@media (width>=640px){.navbar__logo{height:5rem}}.navbar__links{align-items:center;gap:1.5rem;display:none}@media (width>=1024px){.navbar__links{display:flex}}.navbar__link{white-space:nowrap;color:#475569;font-size:.875rem;font-weight:500;transition:color .15s}.navbar__link:hover{color:#0a2540}.navbar__toggle{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:.5rem;padding:.5rem;transition:background-color .15s;display:inline-flex}.navbar__toggle:hover{background-color:#f1f5f9}.navbar__toggle-icon{width:1.5rem;height:1.5rem}@media (width>=1024px){.navbar__toggle{display:none}}.navbar__mobile-menu{background-color:#fff;border-top:1px solid #e2e8f0;padding:.5rem 1rem 1rem}@media (width>=1024px){.navbar__mobile-menu{display:none}}.navbar__mobile-links{flex-direction:column;gap:.25rem;display:flex}.navbar__mobile-link{color:#334155;border-radius:.5rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s;display:block}.navbar__mobile-link:hover{color:#0a2540;background-color:#f8fafc}.hero{scroll-margin-top:5rem}.hero__mobile{display:block}@media (width>=1024px){.hero__mobile{display:none}}.hero__mobile-image{height:75vw;position:relative;overflow:hidden}@media (width>=640px){.hero__mobile-image{height:min(56.25vw,85vh)}}.hero__image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.hero__mobile-ctas{background-color:#070b14;padding:1.5rem 1rem}.hero__desktop{display:none;position:relative;overflow:hidden}@media (width>=1024px){.hero__desktop{display:block}}.hero__scrim{pointer-events:none;background:linear-gradient(#0000,#0009);height:10rem;position:absolute;inset:auto 0 0}.hero__content{flex-direction:column;justify-content:flex-end;align-items:center;max-width:80rem;min-height:min(70vh,75vw);margin-inline:auto;padding:4rem 1rem;display:flex;position:relative}@media (width>=640px){.hero__content{padding:5rem 1.5rem}}@media (width>=1024px){.hero__content{padding-inline:2rem}}.hero__ctas{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.hero__cta{border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.hero__cta--primary{color:#0a2540;background-color:#fff}.hero__cta--primary:hover{background-color:#f1f5f9}.hero__cta--ghost{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff40}.hero__cta--ghost:hover{background-color:#ffffff1a;border-color:#ffffff80}.hero__cta-icon{width:1rem;height:1rem}.program{background-color:#fff;border-bottom:1px solid #e2e8f0;scroll-margin-top:5rem}.program__container{max-width:80rem;margin-inline:auto;padding:5rem 1rem}@media (width>=640px){.program__container{padding:6rem 1.5rem}}@media (width>=1024px){.program__container{padding-inline:2rem}}.program__header{text-align:center;max-width:42rem;margin-inline:auto}.program__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#d97706;font-size:1rem;font-weight:700}@media (width>=640px){.program__eyebrow{font-size:1.125rem}}.program__intro{text-align:left;color:#475569;max-width:48rem;margin:1rem auto 0;line-height:1.625}.program__title{font-family:var(--font-display);letter-spacing:-.025em;color:#0a2540;margin-top:1rem;font-size:1.875rem;font-weight:700}@media (width>=640px){.program__title{font-size:2.25rem}}.program__subtitle{color:#475569;margin-top:1rem}.program__grid{background-color:#e2e8f0;border:1px solid #e2e8f0;border-radius:1rem;grid-template-columns:1fr;gap:1px;margin-top:3rem;display:grid;overflow:hidden}@media (width>=640px){.program__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.program__grid{grid-template-columns:repeat(3,1fr)}}.program__card{background-color:#fff;padding:1.5rem;scroll-margin-top:6rem;transition:background-color .15s}.program__card:hover{background-color:#f8fafc}@media (width>=640px){.program__card{padding:2rem}}.program__card-icon{color:#0a2540;background-color:#f1f5f9;border-radius:.5rem;padding:.625rem;display:inline-flex}.program__card-icon svg{width:1.25rem;height:1.25rem}.program__card-title{font-family:var(--font-display);color:#0a2540;margin-top:1rem;font-size:1.125rem;font-weight:700}.program__card-text{color:#475569;margin-top:.5rem;font-size:.875rem;line-height:1.625}.countdown{background-color:#0a2540;scroll-margin-top:5rem}.countdown__accent{background:linear-gradient(90deg,#d97706,#94a3b8,#d97706);height:.25rem}.countdown__container{text-align:center;max-width:80rem;margin-inline:auto;padding:5rem 1rem}@media (width>=640px){.countdown__container{padding:6rem 1.5rem}}@media (width>=1024px){.countdown__container{padding-inline:2rem}}.countdown__title{font-family:var(--font-display);letter-spacing:-.025em;color:#fff;font-size:1.875rem;font-weight:700}@media (width>=640px){.countdown__title{font-size:2.25rem}}.countdown__subtitle{color:#cbd5e1;max-width:36rem;margin:1rem auto 0}.countdown__started{font-family:var(--font-display);color:#fff;margin-top:3rem;font-size:1.5rem;font-weight:700}.countdown__units{flex-wrap:wrap;justify-content:center;align-items:stretch;row-gap:1rem;margin-top:3rem;display:flex}.countdown__unit{align-items:center;gap:.375rem;display:flex}@media (width>=640px){.countdown__unit{gap:1rem}}.countdown__colon{font-family:var(--font-display);color:#fff6;font-size:1.5rem;font-weight:700}@media (width>=640px){.countdown__colon{font-size:1.875rem}}.countdown__card{background-color:#fff;border-radius:.75rem;width:4rem;padding:.875rem .375rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}@media (width>=640px){.countdown__card{width:6rem;padding:1.25rem .5rem}}.countdown__number{font-family:var(--font-display);font-variant-numeric:tabular-nums;color:#0a2540;font-size:1.5rem;font-weight:700}@media (width>=640px){.countdown__number{font-size:2.25rem}}.countdown__label{text-transform:uppercase;letter-spacing:.15em;color:#64748b;margin-top:.25rem;font-size:.625rem;font-weight:600}@media (width>=640px){.countdown__label{font-size:.6875rem}}.countdown__meta{color:#cbd5e1;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1.5rem;margin-top:2.5rem;font-size:.875rem;display:flex}.countdown__meta-item{align-items:center;gap:.5rem;display:inline-flex}.countdown__meta-icon{color:#d97706;width:1rem;height:1rem}.register{background-color:#fff;border-bottom:1px solid #e2e8f0;scroll-margin-top:5rem}.register__container{text-align:center;max-width:56rem;margin-inline:auto;padding:4rem 1rem}@media (width>=640px){.register__container{padding:5rem 1.5rem}}@media (width>=1024px){.register__container{padding-inline:2rem}}.register__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#dc2626;font-size:1rem;font-weight:700}@media (width>=640px){.register__eyebrow{font-size:1.125rem}}.register__title{font-family:var(--font-display);letter-spacing:-.025em;color:#0a2540;margin-top:.75rem;font-size:1.875rem;font-weight:700}@media (width>=640px){.register__title{font-size:2.25rem}}.register__text{color:#475569;margin-top:1rem}.register__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.register__btn{border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;transition:background-color .15s,border-color .15s;display:inline-flex;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.register__btn--primary{color:#fff;background-color:#0a2540}.register__btn--primary:hover{background-color:#071d33}.register__btn--secondary{color:#0a2540;background-color:#fff;border:1px solid #e2e8f0}.register__btn--secondary:hover{background-color:#f8fafc;border-color:#0a2540}.register__btn-icon{width:1rem;height:1rem}.contact-hero{background-color:#0a2540;border-bottom:1px solid #e2e8f0;scroll-margin-top:5rem;position:relative;overflow:hidden}.contact-hero__grid{pointer-events:none;background-image:linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(#ffffff0f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.contact-hero__glow{pointer-events:none;background:radial-gradient(at top,#d977062e,#0000 65%);height:18rem;position:absolute;inset:0 0 auto}.contact-hero__content{text-align:center;max-width:80rem;margin-inline:auto;padding:5rem 1rem;position:relative}@media (width>=640px){.contact-hero__content{padding:6rem 1.5rem}}@media (width>=1024px){.contact-hero__content{padding-inline:2rem}}.contact-hero__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#d97706;font-size:.75rem;font-weight:700}.contact-hero__title{font-family:var(--font-display);letter-spacing:-.025em;color:#fff;margin-top:.75rem;font-size:2.25rem;font-weight:700}@media (width>=640px){.contact-hero__title{font-size:3rem}}@media (width>=1024px){.contact-hero__title{font-size:3.75rem}}.contact-hero__title-accent{color:#dc2626}.contact-hero__text{color:#cbd5e1;max-width:42rem;margin:1.25rem auto 0;font-size:1rem;line-height:1.625}@media (width>=640px){.contact-hero__text{font-size:1.125rem}}.contact-cards{background-color:#fff;border-bottom:1px solid #e2e8f0}.contact-cards__container{max-width:80rem;margin-inline:auto;padding:4rem 1rem}@media (width>=640px){.contact-cards__container{padding:5rem 1.5rem}}@media (width>=1024px){.contact-cards__container{padding-inline:2rem}}.contact-cards__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.contact-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.contact-cards__grid{grid-template-columns:repeat(3,1fr)}}.contact-cards__card{background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;padding:1.5rem;transition:box-shadow .15s;display:flex;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.contact-cards__card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.contact-cards__icon{color:#0a2540;background-color:#0a25400d;border-radius:.75rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:inline-flex}.contact-cards__icon svg{width:1.25rem;height:1.25rem}.contact-cards__label{text-transform:uppercase;letter-spacing:.18em;color:#64748b;margin-top:1rem;font-size:.75rem;font-weight:700}.contact-cards__value,.contact-cards__value--text{margin-top:.5rem;font-size:.875rem}@media (width>=640px){.contact-cards__value,.contact-cards__value--text{font-size:1rem}}.contact-cards__value{color:#0a2540;font-weight:500;transition:color .15s}.contact-cards__value:hover{color:#dc2626}.contact-cards__value--text{color:#334155;line-height:1.625}.contact-form{background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.contact-form__container{max-width:48rem;margin-inline:auto;padding:4rem 1rem}@media (width>=640px){.contact-form__container{padding:5rem 1.5rem}}@media (width>=1024px){.contact-form__container{padding-inline:2rem}}.contact-form__header{text-align:center}.contact-form__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#dc2626;font-size:.75rem;font-weight:700}.contact-form__title{font-family:var(--font-display);letter-spacing:-.025em;color:#0a2540;margin-top:.75rem;font-size:1.875rem;font-weight:700}@media (width>=640px){.contact-form__title{font-size:2.25rem}}.contact-form__text{color:#475569;margin-top:1rem}.contact-form__card{background-color:#fff;border:1px solid #e2e8f0;border-radius:1rem;margin-top:2.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}@media (width>=640px){.contact-form__card{padding:2rem}}.contact-form__success{background-color:#ecfdf5;border:1px solid #a7f3d0;border-radius:.75rem;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.contact-form__success-icon{color:#059669;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.contact-form__success-text{color:#065f46;font-size:.875rem;line-height:1.625}.contact-form__success-text strong{font-weight:600}.contact-form__row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.contact-form__row{grid-template-columns:repeat(2,1fr)}}.contact-form__field{margin-top:1.5rem}.contact-form__label{color:#0a2540;margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.contact-form__input{color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.contact-form__input::placeholder{color:#94a3b8}.contact-form__input:focus{border-color:#0a2540;outline:none;box-shadow:0 0 0 2px #0a254033}.contact-form__input--error{border-color:#dc2626}.contact-form__input--placeholder{color:#94a3b8}.contact-form__input--textarea{resize:vertical}.contact-form__input option{color:#0f172a}.contact-form__error{color:#dc2626;margin-top:.375rem;font-size:.75rem;font-weight:500}.contact-form__submit{color:#fff;cursor:pointer;background-color:#0a2540;border:0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:2rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;transition:background-color .15s;display:inline-flex;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.contact-form__submit:hover{background-color:#071d33}@media (width>=640px){.contact-form__submit{width:auto}}.contact-form__submit-icon{width:1rem;height:1rem}.contact-location{background-color:#fff}.contact-location__container{max-width:80rem;margin-inline:auto;padding:4rem 1rem}@media (width>=640px){.contact-location__container{padding:5rem 1.5rem}}@media (width>=1024px){.contact-location__container{padding-inline:2rem}}.contact-location__header{text-align:center}.contact-location__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#dc2626;font-size:.75rem;font-weight:700}.contact-location__title{font-family:var(--font-display);letter-spacing:-.025em;color:#0a2540;margin-top:.75rem;font-size:1.875rem;font-weight:700}@media (width>=640px){.contact-location__title{font-size:2.25rem}}.contact-location__text{color:#475569;margin-top:1rem}.contact-location__map{border:1px solid #e2e8f0;border-radius:1rem;margin-top:2.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.contact-location__map iframe{border:0;width:100%;height:420px;display:block}.footer{background-color:#f8fafc}.footer__container{max-width:80rem;margin-inline:auto;padding:3.5rem 1rem}@media (width>=640px){.footer__container{padding-inline:1.5rem}}@media (width>=1024px){.footer__container{padding-inline:2rem}}.footer__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.footer__brand{max-width:20rem}.footer__logo-box{background-color:#fff;border-radius:.75rem;padding:.75rem;display:inline-block;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.footer__logo{width:auto;height:4rem}@media (width>=640px){.footer__logo{height:5rem}}.footer__heading{text-transform:uppercase;letter-spacing:.18em;color:#0a2540;font-size:.75rem;font-weight:700}.footer__list{flex-direction:column;gap:.75rem;margin-top:1.25rem;display:flex}.footer__link{color:#475569;font-size:.875rem;transition:color .15s}.footer__link:hover{color:#0a2540}.footer__contact-list{color:#475569;flex-direction:column;gap:1rem;margin-top:1.25rem;font-size:.875rem;display:flex}.footer__contact-item{align-items:flex-start;gap:.75rem;display:flex}.footer__icon{color:#dc2626;flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem}.footer__bottom{border-top:1px solid #e2e8f0}.footer__bottom-inner{flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;max-width:80rem;margin-inline:auto;padding:1.5rem 1rem;display:flex}@media (width>=640px){.footer__bottom-inner{flex-direction:row;padding-inline:1.5rem}}@media (width>=1024px){.footer__bottom-inner{padding-inline:2rem}}.footer__copyright,.footer__privacy{color:#64748b;font-size:.75rem}.footer__privacy{transition:color .15s}.footer__privacy:hover{color:#0a2540}
