/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #083f88;
    --color-primary-500: #1566c8;
    --color-secondary-500: #f47b20;
    --color-secondary-600: #dd6510;
    --color-secondary-700: #b84f08;
    --color-neutral: #102749;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, 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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body.pa-stella-modern {
    margin: 0;
    font-family: "DM Sans",sans-serif;
    color: #102749;
    background: #f8fafc;
  }
  body.pa-stella-modern * {
    box-sizing: border-box;
  }
  body.pa-stella-modern a {
    text-decoration: none;
  }
  body.pa-stella-modern img {
    max-width: 100%;
    height: auto;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .stella-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
  }
  .stella-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid #e6edf5;
    box-shadow: 0 5px 20px rgba(13,58,104,.05);
    backdrop-filter: blur(12px);
  }
  .stella-header-main {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .stella-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }
  .stella-logo img {
    width: 142px;
    max-height: 58px;
    object-fit: contain;
    display: block;
  }
  .stella-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .stella-contact-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-height: 20px;
  }
  .stella-contact-row a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #124c91;
    font-size: 12px;
    font-weight: 700;
  }
  .stella-contact-row svg {
    width: 15px;
    height: 15px;
  }
  .stella-contact-row .stella-social {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #0b4b93;
    border: 1px solid #dbe7f3;
    font-weight: 800;
  }
  .stella-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
  }
  .stella-nav > a {
    color: #0f376c;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    transition: .18s ease;
  }
  .stella-nav > a:hover {
    color: #f47b20;
  }
  .stella-nav .stella-nav-bus {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border: 1.5px solid #0d54ae;
    border-radius: 999px;
    background: #eef6ff;
    color: #0d54ae;
    box-shadow: 0 6px 16px rgba(13,84,174,.10);
  }
  .stella-nav .stella-nav-bus:hover {
    background: #0d54ae;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(13,84,174,.18);
  }
  .stella-nav .stella-nav-bus svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
  }
  .stella-nav-dropdown {
    position: relative;
  }
  .stella-nav-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #0f376c;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
  }
  .stella-nav-dropdown-trigger svg {
    width: 14px;
    height: 14px;
    transition: transform .18s ease;
  }
  .stella-nav-dropdown:hover .stella-nav-dropdown-trigger,.stella-nav-dropdown:focus-within .stella-nav-dropdown-trigger {
    color: #f47b20;
  }
  .stella-nav-dropdown:hover .stella-nav-dropdown-trigger svg,.stella-nav-dropdown:focus-within .stella-nav-dropdown-trigger svg {
    transform: rotate(180deg);
  }
  .stella-nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: -18px;
    min-width: 235px;
    padding: 10px;
    border: 1px solid #e5edf5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(14,57,104,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: .18s ease;
  }
  .stella-nav-dropdown-menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
  }
  .stella-nav-dropdown-menu a {
    display: block;
    padding: 9px 11px;
    border-radius: 8px;
    color: #153f7b;
    font-size: 12px;
    font-weight: 700;
  }
  .stella-nav-dropdown-menu a:hover {
    background: #eef6ff;
    color: #f47b20;
  }
  .stella-nav-dropdown:hover .stella-nav-dropdown-menu,.stella-nav-dropdown:focus-within .stella-nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .stella-nav .stella-nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f47b20;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(244,123,32,.25);
  }
  .stella-nav .stella-nav-cta:hover {
    color: #fff;
    transform: translateY(-1px);
  }
  .stella-nav-cta svg {
    width: 15px;
    height: 15px;
  }
  .stella-menu-button {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid #dbe7f3;
    border-radius: 13px;
    background: #fff;
    color: #0b4b93;
    align-items: center;
    justify-content: center;
  }
  .stella-mobile-nav {
    display: none;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    background: #fff;
    padding: 8px 20px 20px;
    border-top: 1px solid #e6edf5;
  }
  .stella-mobile-nav.is-open {
    display: block;
  }
  .stella-mobile-nav a {
    display: block;
    color: #0f376c;
    font-weight: 800;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f7;
  }
  .stella-mobile-nav .stella-mobile-bus-link {
    color: #0d54ae;
    background: #eef6ff;
    margin: 7px 0;
    padding: 12px 10px;
    border: 1px solid #cfe3fb;
    border-radius: 10px;
  }
  .stella-hero {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    background-image: var(--stella-hero-image);
    background-size: cover;
    background-position: 62% 48%;
    isolation: isolate;
  }
  .stella-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg,rgba(241,249,255,.99) 0%,rgba(239,248,255,.96) 30%,rgba(236,247,255,.74) 45%,rgba(234,246,255,.18) 63%,rgba(0,52,105,.02) 100%);
  }
  .stella-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    background: linear-gradient(to top,rgba(255,255,255,.18),transparent);
    pointer-events: none;
  }
  .stella-hero-inner {
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .stella-hero-copy {
    width: min(590px, 52%);
    position: relative;
    z-index: 2;
  }
  .stella-eyebrow {
    display: inline-block;
    color: #0b4b93;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 12px;
  }
  .stella-hero h1 {
    margin: 0;
    max-width: 620px;
    font-family: "DM Sans",sans-serif;
    font-size: 56px;
    line-height: .99;
    letter-spacing: -.042em;
    color: #0a438e;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(255,255,255,.35);
  }
  .stella-hero-copy > p {
    max-width: 535px;
    margin: 15px 0 0;
    color: #173f74;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
  }
  .stella-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 26px;
  }
  .stella-btn {
    min-height: 46px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 800;
    transition: .18s ease;
  }
  .stella-btn svg {
    width: 18px;
    height: 18px;
  }
  .stella-btn-primary {
    color: #fff;
    background: #f47b20;
    box-shadow: 0 9px 22px rgba(244,123,32,.27);
  }
  .stella-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
  }
  .stella-btn-secondary {
    color: #0d4c96;
    background: rgba(255,255,255,.9);
    border: 2px solid #1a5fb0;
    box-shadow: 0 8px 18px rgba(13,76,150,.07);
  }
  .stella-btn-secondary:hover {
    color: #0d4c96;
    transform: translateY(-2px);
  }
  .stella-hero-slogan {
    position: absolute;
    right: 6%;
    top: 82px;
    color: #fff;
    font-size: 34px;
    line-height: 1.02;
    font-style: italic;
    font-weight: 700;
    transform: rotate(-5deg);
    text-align: center;
    text-shadow: 0 3px 18px rgba(0,48,102,.42);
  }
  .stella-hero-slogan:after {
    content: "";
    display: block;
    width: 94px;
    height: 5px;
    background: #f47b20;
    border-radius: 20px;
    margin: 10px auto 0;
    transform: rotate(-4deg);
  }
  .stella-service-strip {
    position: relative;
    z-index: 10;
    margin-top: -46px;
  }
  .stella-service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
  }
  .stella-service-card {
    min-height: 102px;
    display: grid;
    grid-template-columns: 56px 1fr 24px;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-radius: 12px;
    background: rgba(255,255,255,.97);
    border: 1px solid #e0e8f2;
    box-shadow: 0 12px 30px rgba(24,59,99,.13);
    color: #0e4389;
    transition: .18s ease;
  }
  .stella-service-card:hover {
    transform: translateY(-4px);
    color: #0e4389;
    box-shadow: 0 18px 34px rgba(24,59,99,.18);
  }
  .stella-service-icon {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: #1267c8;
    background: #edf6ff;
  }
  .stella-service-icon svg {
    width: 31px;
    height: 31px;
  }
  .stella-service-card strong {
    display: block;
    color: #153f7b;
    font-size: 17px;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  .stella-service-card small {
    display: block;
    color: #6b7c91;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 500;
  }
  .stella-service-card b {
    font-size: 22px;
    color: #0f5fc0;
  }
  .stella-featured-section {
    padding: 42px 0 26px;
    background: #fff;
  }
  .stella-section-title-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
  }
  .stella-kicker {
    display: block;
    color: #f47b20;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .stella-section-title-row h2 {
    margin: 0;
    color: #153f7b;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 800;
  }
  .stella-all-link {
    color: #0e5eb7;
    font-size: 12px;
    font-weight: 800;
  }
  .stella-featured-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    gap: 18px;
    align-items: stretch;
  }
  .stella-trip-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
  }
  .stella-trip-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #dfe8f2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(30,62,99,.07);
    transition: .18s ease;
  }
  .stella-trip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(30,62,99,.13);
  }
  .stella-trip-image {
    display: block;
    height: 132px;
    overflow: hidden;
    background: #e7f0f8;
  }
  .stella-trip-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .28s ease;
  }
  .stella-trip-card:hover .stella-trip-image img {
    transform: scale(1.045);
  }
  .stella-trip-body {
    padding: 13px 13px 12px;
  }
  .stella-trip-body h3 {
    min-height: 38px;
    margin: 0 0 7px;
    color: #163f78;
    font-size: 15px;
    line-height: 1.23;
    font-weight: 800;
  }
  .stella-trip-body h3 a {
    color: inherit;
  }
  .stella-trip-meta {
    min-height: 30px;
    color: #667b94;
    font-size: 10px;
    line-height: 1.3;
  }
  .stella-trip-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px;
    padding-top: 9px;
    margin-top: 5px;
    border-top: 1px solid #edf1f6;
    color: #123f7d;
  }
  .stella-trip-footer small {
    display: inline-block;
    margin-right: 2px;
    color: #708197;
  }
  .stella-trip-footer strong {
    font-size: 15px;
    color: #0f4387;
  }
  .stella-trip-footer a,.stella-trip-footer span {
    color: #0f5fc0;
    font-size: 17px;
    font-weight: 800;
  }
  .stella-trip-card-placeholder .stella-trip-image {
    filter: saturate(.72);
  }
  .stella-trip-card-placeholder {
    opacity: .9;
  }
  .stella-school-promo {
    position: relative;
    min-height: 248px;
    overflow: hidden;
    border-radius: 12px;
    background-image: var(--stella-school-image);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: stretch;
    box-shadow: 0 8px 20px rgba(15,60,108,.13);
  }
  .stella-school-panel {
    width: 48%;
    min-width: 142px;
    padding: 22px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: linear-gradient(100deg,#0c3f82 0%,#0c3f82 86%,rgba(12,63,130,.82) 100%);
  }
  .stella-school-panel strong {
    display: block;
    font-size: 25px;
    line-height: .98;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .stella-school-panel small {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
  .stella-school-panel b {
    display: inline-flex;
    width: max-content;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.85);
    border-radius: 18px;
    font-size: 10px;
    font-weight: 700;
  }
  .stella-trips-page {
    background: #f7fafc;
  }
  .stella-trips-hero {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(90deg,rgba(242,249,255,.99) 0%,rgba(239,248,255,.96) 31%,rgba(237,247,255,.72) 48%,rgba(237,247,255,.18) 68%,rgba(237,247,255,.02) 100%),var(--stella-trips-hero);
    background-size: cover;
    background-position: center 48%;
    color: #fff;
  }
  .stella-trips-hero:after {
    content: "";
    position: absolute;
    inset: auto -60px -100px auto;
    width: 280px;
    height: 280px;
    border: 42px solid rgba(255,255,255,.08);
    border-radius: 50%;
  }
  .stella-trips-hero-inner {
    position: relative;
    z-index: 2;
    padding: 58px 0 62px;
  }
  .stella-trips-hero .stella-kicker {
    color: #ffb36e;
    margin-bottom: 12px;
  }
  .stella-trips-hero h1 {
    margin: 0;
    max-width: 760px;
    color: #fff;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: -.035em;
    font-weight: 800;
  }
  .stella-trips-hero p {
    max-width: 690px;
    margin: 18px 0 0;
    color: #e8f1fb;
    font-size: 16px;
    line-height: 1.6;
  }
  .stella-trips-catalog {
    padding: 42px 0 82px;
  }
  .stella-trip-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 34px;
  }
  .stella-trip-filters a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #dbe5ef;
    border-radius: 999px;
    background: #fff;
    color: #20456f;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 3px 10px rgba(15,55,96,.04);
    transition: .18s ease;
  }
  .stella-trip-filters a:hover {
    border-color: #b9cde0;
    color: #0d54ae;
    transform: translateY(-1px);
  }
  .stella-trip-filters a.is-active {
    border-color: #0d54ae;
    background: #0d54ae;
    color: #fff;
    box-shadow: 0 8px 18px rgba(13,84,174,.2);
  }
  .stella-trip-filters span {
    display: grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    padding: 0 5px;
    border-radius: 999px;
    background: #edf4fb;
    color: #55708d;
    font-size: 9px;
  }
  .stella-trip-filters a.is-active span {
    background: rgba(255,255,255,.18);
    color: #fff;
  }
  .stella-catalog-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 18px;
  }
  .stella-catalog-heading h2 {
    margin: 0;
    color: #113f79;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
  }
  .stella-catalog-heading p {
    margin: 6px 0 0;
    color: #75869a;
    font-size: 12px;
  }
  .stella-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 20px;
  }
  .stella-catalog-card {
    overflow: hidden;
    border: 1px solid #dfe7ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(20,55,91,.07);
    transition: .2s ease;
  }
  .stella-catalog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(20,55,91,.13);
  }
  .stella-catalog-image {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #eaf1f8;
  }
  .stella-catalog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
  }
  .stella-catalog-card:hover .stella-catalog-image img {
    transform: scale(1.045);
  }
  .stella-catalog-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #0c4d97;
    font-size: 9px;
    font-weight: 900;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
  }
  .stella-catalog-body {
    padding: 19px 20px 18px;
  }
  .stella-catalog-date {
    color: #f47b20;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 8px;
  }
  .stella-catalog-body h3 {
    margin: 0;
    min-height: 52px;
    color: #123f78;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
  }
  .stella-catalog-body h3 a {
    color: inherit;
  }
  .stella-catalog-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 17px;
    padding-top: 14px;
    border-top: 1px solid #edf1f5;
  }
  .stella-catalog-bottom small {
    display: block;
    margin-bottom: 1px;
    color: #7b8998;
    font-size: 9px;
  }
  .stella-catalog-bottom strong {
    display: block;
    color: #0d4c96;
    font-size: 18px;
  }
  .stella-catalog-bottom > a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0e5eb7;
    font-size: 11px;
    font-weight: 800;
  }
  .stella-catalog-bottom > a span {
    font-size: 16px;
  }
  .stella-catalog-empty {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 56px 24px;
    border: 1px dashed #c9d8e6;
    border-radius: 20px;
    background: linear-gradient(180deg,#fff,#f7fbff);
  }
  .stella-catalog-empty-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    border-radius: 20px;
    background: #edf6ff;
    color: #0d5fba;
  }
  .stella-catalog-empty-icon svg {
    width: 38px;
    height: 38px;
  }
  .stella-catalog-empty h2 {
    margin: 0;
    color: #123f78;
    font-size: 28px;
    font-weight: 800;
  }
  .stella-catalog-empty p {
    max-width: 620px;
    margin: 12px auto 0;
    color: #697c91;
    font-size: 14px;
    line-height: 1.6;
  }
  .stella-catalog-empty .stella-actions {
    justify-content: center;
  }
  .stella-trips-hero {
    color: #0a438e;
  }
  .stella-trips-hero:after {
    inset: 0;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    pointer-events: none;
    background: linear-gradient(to top,rgba(255,255,255,.08),transparent 45%);
  }
  .stella-trips-hero .stella-kicker {
    color: #f47b20;
  }
  .stella-trips-hero h1 {
    color: #0a438e;
  }
  .stella-trips-hero p {
    max-width: 650px;
    color: #173f74;
    font-weight: 600;
  }
  .stella-trips-hero .stella-actions {
    margin-top: 22px;
  }
  .stella-photo-credit {
    margin-top: 15px;
    color: #55708d;
    font-size: 9px;
    font-weight: 600;
  }
  .stella-photo-credit a {
    color: #0d54ae;
  }
  .stella-category-hero {
    min-height: 340px;
    background-position: center 52%;
  }
  .stella-category-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    color: #7890a8;
    font-size: 10px;
  }
  .stella-category-breadcrumb a {
    color: #0d54ae;
    font-weight: 700;
  }
  .stella-category-breadcrumb strong {
    color: #244a74;
  }
  .stella-category-tabs a {
    flex: 1 1 125px;
    justify-content: center;
  }
  .stella-category-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 18px;
  }
  .stella-category-heading h2 {
    margin: 0;
    color: #113f79;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
  }
  .stella-category-heading p {
    margin: 6px 0 0;
    color: #75869a;
    font-size: 12px;
  }
  .stella-demo-notice {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    background: #fff1e5;
    color: #b84f08;
    border: 1px solid #ffd7b4;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  .stella-category-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 300px;
    gap: 22px;
    align-items: start;
  }
  .stella-category-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .stella-category-sidebar {
    display: grid;
    gap: 16px;
  }
  .stella-category-promo {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(145deg,#083f88,#0d5fb8);
    box-shadow: 0 12px 30px rgba(8,63,136,.16);
  }
  .stella-category-promo .stella-kicker {
    color: #ffb36e;
  }
  .stella-category-promo strong {
    display: block;
    color: #fff;
    font-size: 27px;
    line-height: 1.02;
  }
  .stella-category-promo p {
    color: #dceaf8;
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0 18px;
  }
  .stella-category-promo b {
    color: #fff;
    font-size: 11px;
  }
  .stella-category-inquiry {
    padding: 22px;
    border: 1px solid #dde7f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20,55,91,.06);
  }
  .stella-category-inquiry > svg {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    color: #0d5fba;
  }
  .stella-category-inquiry > strong {
    display: block;
    color: #123f78;
    font-size: 18px;
  }
  .stella-category-inquiry p {
    color: #697c91;
    font-size: 11px;
    line-height: 1.55;
    margin: 8px 0 16px;
  }
  .stella-category-inquiry .stella-btn {
    width: 100%;
  }
  .stella-demo-card .stella-catalog-badge {
    color: #b84f08;
    background: #fff7ef;
  }
  .stella-demo-detail {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0e5eb7;
    font-size: 11px;
    font-weight: 800;
  }
  .stella-demo-detail b {
    font-size: 16px;
  }
  .stella-demo-credits {
    margin: 18px 0 0;
    color: #8191a2;
    font-size: 9px;
    line-height: 1.5;
  }
  @media (max-width:900px) {
    .stella-category-layout {
      grid-template-columns: 1fr;
    }
    .stella-category-sidebar {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width:620px) {
    .stella-category-heading {
      align-items: flex-start;
      flex-direction: column;
    }
    .stella-category-grid {
      grid-template-columns: 1fr;
    }
    .stella-category-sidebar {
      grid-template-columns: 1fr;
    }
    .stella-category-breadcrumb {
      overflow: auto;
      white-space: nowrap;
    }
  }
  .stella-edu-page {
    background: #f7fafc;
  }
  .stella-edu-hero {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: linear-gradient(90deg,rgba(238,248,255,.98) 0%,rgba(237,247,255,.92) 38%,rgba(237,247,255,.42) 62%,rgba(9,60,119,.08) 100%),var(--stella-edu-hero);
    background-size: cover;
    background-position: center 48%;
  }
  .stella-edu-hero-inner {
    padding: 62px 0 68px;
  }
  .stella-edu-hero h1 {
    margin: 0;
    max-width: 650px;
    color: #0a438e;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: -.035em;
    font-weight: 800;
  }
  .stella-edu-hero p {
    max-width: 620px;
    margin: 16px 0 0;
    color: #173f74;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }
  .stella-edu-switcher {
    margin-top: -34px;
    position: relative;
    z-index: 8;
  }
  .stella-edu-switcher-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .stella-edu-switch-card {
    min-height: 96px;
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border: 1px solid #dce6ef;
    border-radius: 16px;
    background: #fff;
    color: #153f7b;
    box-shadow: 0 12px 30px rgba(24,59,99,.11);
  }
  .stella-edu-switch-card:hover,.stella-edu-switch-card.is-active {
    border-color: #b8d3ec;
    transform: translateY(-2px);
  }
  .stella-edu-switch-card strong {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
  }
  .stella-edu-switch-card small {
    display: block;
    color: #708299;
    font-size: 12px;
  }
  .stella-edu-section,.stella-edu-school-section {
    padding: 62px 0 72px;
  }
  .stella-edu-school-section {
    background: #fff;
  }
  .stella-edu-intro {
    max-width: 850px;
    margin: -2px 0 24px;
    color: #687b91;
    font-size: 14px;
    line-height: 1.65;
  }
  .stella-edu-program-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
  }
  .stella-edu-program-card {
    overflow: hidden;
    border: 1px solid #dfe8f1;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20,55,91,.07);
  }
  .stella-edu-program-image {
    position: relative;
    height: 180px;
    overflow: hidden;
    background: #eaf1f8;
  }
  .stella-edu-program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .stella-edu-program-image span {
    position: absolute;
    left: 12px;
    top: 12px;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    color: #0c4d97;
    font-size: 9px;
    font-weight: 900;
  }
  .stella-edu-program-body {
    padding: 18px;
  }
  .stella-edu-program-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 10px;
  }
  .stella-edu-program-meta span {
    padding: 5px 8px;
    border-radius: 999px;
    background: #eef6ff;
    color: #376087;
    font-size: 9px;
    font-weight: 800;
  }
  .stella-edu-program-body h3 {
    margin: 0 0 8px;
    color: #123f78;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
  }
  .stella-edu-destination {
    display: block;
    margin-bottom: 9px;
    color: #f47b20;
    font-size: 11px;
  }
  .stella-edu-program-body p {
    margin: 0 0 14px;
    color: #687b91;
    font-size: 12px;
    line-height: 1.55;
  }
  .stella-edu-program-body > a {
    color: #0e5eb7;
    font-size: 11px;
    font-weight: 800;
  }
  .stella-edu-school-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .stella-edu-school-grid > div {
    padding: 24px;
    border: 1px solid #e1e9f0;
    border-radius: 18px;
    background: #f8fbfe;
  }
  .stella-edu-school-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #123f78;
    font-size: 18px;
  }
  .stella-edu-school-grid p {
    margin: 0;
    color: #687b91;
    font-size: 13px;
    line-height: 1.6;
  }
  .stella-edu-cta {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 28px 30px;
    border-radius: 20px;
    background: linear-gradient(105deg,#083f88,#0b5db3);
    color: #fff;
  }
  .stella-edu-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
  }
  .stella-edu-cta p {
    max-width: 720px;
    margin: 8px 0 0;
    color: #d9e8f6;
    font-size: 13px;
    line-height: 1.55;
  }
  .stella-edu-cta .stella-kicker {
    color: #ffbd7c;
  }
  @media (max-width:900px) {
    .stella-edu-program-grid,.stella-edu-school-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .stella-edu-hero h1 {
      font-size: 44px;
    }
  }
  @media (max-width:620px) {
    .stella-edu-hero {
      min-height: 360px;
      background-position: 62% center;
    }
    .stella-edu-hero-inner {
      padding: 46px 0 58px;
    }
    .stella-edu-hero h1 {
      font-size: 37px;
    }
    .stella-edu-switcher-grid,.stella-edu-program-grid,.stella-edu-school-grid {
      grid-template-columns: 1fr;
    }
    .stella-edu-cta {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  .stella-trust-section {
    background: #fff;
    padding: 12px 0 18px;
  }
  .stella-trust-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    border-top: 1px solid #edf1f5;
    padding-top: 14px;
  }
  .stella-trust-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    color: #0c519f;
  }
  .stella-trust-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
  }
  .stella-trust-icon svg {
    width: 31px;
    height: 31px;
  }
  .stella-trust-box strong {
    display: block;
    color: #16467f;
    font-size: 11px;
    line-height: 1.25;
  }
  .stella-trust-box small {
    display: block;
    color: #7990a7;
    font-size: 9px;
    margin-top: 2px;
  }
  .stella-footer {
    margin-top: 0 !important;
    padding: 44px 0 20px;
    background: linear-gradient(105deg,#063469 0%,#074687 58%,#0a519b 100%);
    color: #d9e8f6;
  }
  .stella-footer-grid {
    display: grid;
    gap: 34px;
  }
  .stella-footer-grid-full {
    grid-template-columns: 1.25fr 1.05fr .85fr .95fr 1fr;
    align-items: start;
  }
  .stella-footer-logo img {
    width: 145px;
    background: #fff;
    padding: 7px 10px;
    border-radius: 10px;
  }
  .stella-footer p {
    color: #d3e2f0;
    font-size: 11px;
    line-height: 1.65;
    max-width: 390px;
    margin: 12px 0 0;
  }
  .stella-footer p strong {
    color: #fff;
  }
  .stella-footer h4 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
  }
  .stella-footer a,.stella-footer-contact > span {
    display: block;
    color: #e6f0f8;
    font-size: 10.5px;
    line-height: 1.55;
    margin-bottom: 6px;
  }
  .stella-footer a:hover {
    color: #ffb16d;
  }
  .stella-footer-slogan {
    margin-top: 18px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 700;
    transform: rotate(-2deg);
    width: max-content;
    max-width: 100%;
  }
  .stella-footer-slogan:after {
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    background: #f47b20;
    border-radius: 10px;
    margin: 7px 0 0 25px;
  }
  .stella-footer-slogan span {
    color: #f47b20;
  }
  .stella-footer-socials {
    display: flex;
    gap: 8px;
    margin-top: 16px;
  }
  .stella-footer-socials a {
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.38);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
  }
  .stella-footer-socials a:hover {
    background: #fff;
    color: #0a4c95;
  }
  .stella-payment-title {
    margin-top: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
  }
  .stella-payment-link {
    margin-top: 5px;
    color: #ffbd7c !important;
    font-weight: 800;
  }
  .stella-payment-bar {
    margin-top: 28px;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .stella-payment-copy {
    max-width: 430px;
  }
  .stella-payment-copy strong {
    display: block;
    color: #fff;
    font-size: 11px;
    margin-bottom: 4px;
  }
  .stella-payment-copy span {
    display: block;
    color: #c9dff0;
    font-size: 9px;
    line-height: 1.45;
  }
  .stella-payment-logos {
    flex: 1;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0 !important;
  }
  .stella-pay-logo,.stella-pay-badge {
    height: 34px;
    min-width: 58px;
    padding: 5px 9px;
    border-radius: 7px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.25);
  }
  .stella-pay-logo img {
    max-width: 58px;
    max-height: 22px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .stella-pay-logo-wide {
    min-width: 86px;
  }
  .stella-pay-logo-wide img {
    max-width: 76px;
    max-height: 23px;
  }
  .stella-pay-logo-square {
    min-width: 45px;
    padding: 3px 7px;
  }
  .stella-pay-logo-square img {
    max-width: 28px;
    max-height: 28px;
  }
  .stella-pay-badge {
    color: #0a438e;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .01em;
  }
  .stella-gateway-badge {
    min-width: 70px;
    background: #f3f7fb;
    color: #123f7d;
  }
  .stella-footer-bottom {
    margin-top: 16px;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 9.5px;
    color: #c8dced;
  }
  .stella-footer-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  .stella-footer-bottom-links a {
    margin: 0;
    font-size: 9.5px;
  }
  .stella-program-hero {
    min-height: 430px;
    background: #0b3b6e center/cover no-repeat;
    display: flex;
    align-items: end;
    color: #fff;
  }
  .stella-program-hero-inner {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 62px;
  }
  .stella-program-hero h1 {
    max-width: 850px;
    margin: 10px 0 12px;
    color: #fff;
    font-family: "DM Sans",sans-serif;
    font-size: 54px;
    line-height: 1.02;
    font-weight: 800;
  }
  .stella-program-hero p {
    max-width: 700px;
    margin: 0;
    color: #dbe7f2;
  }
  .stella-program-price {
    margin-top: 22px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
  }
  .stella-program-price strong {
    color: #fff;
    font-size: 23px;
  }
  .stella-program-content {
    padding: 70px 0 95px;
    background: #f7fafc;
  }
  .stella-program-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) 330px;
    gap: 34px;
    align-items: start;
  }
  .stella-program-block {
    background: #fff;
    border: 1px solid #e7edf3;
    border-radius: 22px;
    padding: 30px;
    margin-bottom: 22px;
    box-shadow: 0 9px 30px rgba(12,52,88,.05);
  }
  .stella-program-block h2 {
    margin: 0 0 18px;
    color: #0b3b6e;
    font-size: 31px;
    font-weight: 800;
  }
  .stella-richtext {
    color: #526174;
    line-height: 1.75;
  }
  .stella-richtext p:first-child {
    margin-top: 0;
  }
  .stella-richtext ul {
    padding-left: 20px;
  }
  .stella-program-gallery {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
  }
  .stella-program-gallery img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 15px;
  }
  .stella-program-booking {
    position: sticky;
    top: 112px;
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    border: 1px solid #e7edf3;
    box-shadow: 0 15px 40px rgba(12,52,88,.09);
  }
  .stella-program-booking h3 {
    margin: 9px 0 10px;
    color: #0b3b6e;
    font-size: 23px;
  }
  .stella-program-booking p {
    color: #687688;
    font-size: 14px;
    line-height: 1.65;
  }
  .stella-program-booking .stella-btn {
    width: 100%;
    margin: 8px 0 18px;
  }
  .stella-program-contact {
    display: block;
    color: #0b3b6e;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
  }
  @media (max-width: 1060px) {
    .stella-nav {
      gap: 16px;
    }
    .stella-nav > a {
      font-size: 12px;
    }
    .stella-featured-layout {
      grid-template-columns: 1fr;
    }
    .stella-school-promo {
      min-height: 280px;
    }
    .stella-school-panel {
      width: 42%;
    }
  }
  @media (max-width: 900px) {
    .stella-header-main {
      min-height: 76px;
    }
    .stella-header-right {
      display: none;
    }
    .stella-menu-button {
      display: flex;
    }
    .stella-logo img {
      width: 132px;
    }
    .stella-hero {
      min-height: 520px;
      background-position: 62% center;
    }
    .stella-hero-inner {
      min-height: 520px;
      align-items: flex-start;
      padding-top: 62px;
    }
    .stella-hero-copy {
      width: 67%;
    }
    .stella-hero h1 {
      font-size: 49px;
    }
    .stella-hero-slogan {
      display: none;
    }
    .stella-service-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
    .stella-service-strip {
      margin-top: -28px;
    }
    .stella-trip-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .stella-trip-image {
      height: 175px;
    }
    .stella-trips-hero h1 {
      font-size: 44px;
    }
    .stella-catalog-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .stella-trust-grid {
      grid-template-columns: 1fr;
      gap: 5px;
    }
    .stella-trust-box {
      justify-content: flex-start;
    }
    .stella-footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .stella-payment-bar {
      align-items: flex-start;
      flex-direction: column;
    }
    .stella-payment-logos {
      justify-content: flex-start;
    }
    .stella-program-grid {
      grid-template-columns: 1fr;
    }
    .stella-program-booking {
      position: static;
    }
  }
  @media (max-width: 620px) {
    .stella-shell {
      width: min(100% - 28px, 1180px);
    }
    .stella-header-main {
      min-height: 70px;
    }
    .stella-logo img {
      width: 118px;
    }
    .stella-hero {
      min-height: 520px;
      background-position: 67% center;
    }
    .stella-hero-overlay {
      background: linear-gradient(90deg,rgba(240,249,255,.98) 0%,rgba(240,249,255,.92) 53%,rgba(240,249,255,.24) 100%);
    }
    .stella-hero-inner {
      min-height: 520px;
      padding-top: 45px;
      padding-bottom: 76px;
      align-items: flex-start;
    }
    .stella-hero-copy {
      width: 78%;
    }
    .stella-eyebrow {
      font-size: 9px;
    }
    .stella-hero h1 {
      font-size: 39px;
      line-height: 1.01;
    }
    .stella-hero-copy > p {
      font-size: 14px;
      line-height: 1.45;
    }
    .stella-actions {
      gap: 8px;
      margin-top: 20px;
    }
    .stella-btn {
      min-height: 43px;
      padding: 0 14px;
      border-radius: 9px;
      font-size: 11px;
    }
    .stella-service-card {
      min-height: 90px;
      padding: 15px;
      grid-template-columns: 48px 1fr 20px;
    }
    .stella-service-icon {
      width: 44px;
      height: 44px;
    }
    .stella-service-card strong {
      font-size: 15px;
    }
    .stella-service-card small {
      font-size: 11px;
    }
    .stella-featured-section {
      padding-top: 34px;
    }
    .stella-section-title-row {
      align-items: flex-start;
      flex-direction: column;
      gap: 8px;
    }
    .stella-section-title-row h2 {
      font-size: 24px;
    }
    .stella-trip-grid {
      grid-template-columns: 1fr 1fr;
      gap: 9px;
    }
    .stella-trip-image {
      height: 120px;
    }
    .stella-trip-body {
      padding: 10px;
    }
    .stella-trips-hero {
      min-height: 250px;
    }
    .stella-trips-hero-inner {
      padding: 44px 0 48px;
    }
    .stella-trips-hero h1 {
      font-size: 36px;
    }
    .stella-trips-hero p {
      font-size: 14px;
    }
    .stella-trips-catalog {
      padding: 28px 0 60px;
    }
    .stella-trip-filters {
      gap: 7px;
      margin-bottom: 26px;
    }
    .stella-trip-filters a {
      min-height: 37px;
      padding: 0 11px;
      font-size: 10.5px;
    }
    .stella-catalog-heading h2 {
      font-size: 25px;
    }
    .stella-catalog-grid {
      grid-template-columns: 1fr;
      gap: 15px;
    }
    .stella-catalog-image {
      height: 205px;
    }
    .stella-catalog-body h3 {
      min-height: 0;
      font-size: 18px;
    }
    .stella-catalog-empty {
      min-height: 310px;
      padding: 42px 18px;
    }
    .stella-catalog-empty h2 {
      font-size: 24px;
    }
    .stella-trip-body h3 {
      font-size: 13px;
      min-height: 33px;
    }
    .stella-trip-footer strong {
      font-size: 13px;
    }
    .stella-school-promo {
      min-height: 235px;
    }
    .stella-school-panel {
      width: 56%;
    }
    .stella-school-panel strong {
      font-size: 22px;
    }
    .stella-footer-grid {
      grid-template-columns: 1fr;
      gap: 22px;
    }
    .stella-footer-bottom {
      flex-direction: column;
      gap: 5px;
    }
    .stella-program-hero h1 {
      font-size: 39px;
    }
    .stella-program-gallery {
      grid-template-columns: 1fr;
    }
  }
}
@layer components {
  .stella-bus-page {
    background: #f7fafc;
  }
  .stella-bus-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(90deg,rgba(239,248,255,.98) 0%,rgba(238,247,255,.94) 38%,rgba(238,247,255,.48) 60%,rgba(8,63,136,.08) 100%),var(--stella-bus-hero);
    background-size: cover;
    background-position: center 52%;
  }
  .stella-bus-hero-inner {
    padding: 66px 0 74px;
  }
  .stella-bus-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #0a438e;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: -.035em;
    font-weight: 800;
  }
  .stella-bus-hero p {
    max-width: 680px;
    margin: 16px 0 0;
    color: #173f74;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }
  .stella-bus-audience {
    position: relative;
    z-index: 8;
    margin-top: -38px;
  }
  .stella-bus-audience-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  }
  .stella-bus-audience-card {
    min-height: 112px;
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    border: 1px solid #dce6ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(24,59,99,.11);
  }
  .stella-bus-audience-card strong {
    display: block;
    color: #123f78;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .stella-bus-audience-card small {
    display: block;
    color: #708299;
    font-size: 11px;
    line-height: 1.5;
  }
  .stella-bus-fleet-section {
    padding: 72px 0 76px;
  }
  .stella-bus-intro {
    max-width: 830px;
    margin: -2px 0 28px;
    color: #687b91;
    font-size: 14px;
    line-height: 1.65;
  }
  .stella-bus-fleet-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
  }
  .stella-bus-fleet-card {
    position: relative;
    min-height: 220px;
    padding: 24px;
    border: 1px solid #dde7ef;
    border-radius: 20px;
    background: linear-gradient(180deg,#fff 0%,#f9fbfd 100%);
    box-shadow: 0 9px 28px rgba(20,55,91,.06);
  }
  .stella-bus-fleet-card.is-featured {
    border-color: #b9d4ee;
    background: linear-gradient(145deg,#eef7ff,#fff);
  }
  .stella-bus-capacity {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eaf4ff;
    color: #0b5aaa;
    font-size: 11px;
    font-weight: 900;
  }
  .stella-bus-fleet-card h3 {
    margin: 22px 0 9px;
    color: #123f78;
    font-size: 21px;
    line-height: 1.2;
  }
  .stella-bus-fleet-card p {
    margin: 0;
    color: #6b7d91;
    font-size: 13px;
    line-height: 1.6;
  }
  .stella-bus-fleet-card small {
    position: absolute;
    right: 18px;
    top: 18px;
    color: #f47b20;
    font-size: 11px;
    font-weight: 800;
  }
  .stella-bus-fleet-media {
    margin: 12px 0 14px;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 14px;
    background: #eaf1f7;
  }
  .stella-bus-fleet-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .stella-bus-mini-gallery {
    display: flex;
    gap: 6px;
    margin: -4px 0 14px;
  }
  .stella-bus-mini-gallery img {
    width: 48px;
    height: 42px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #dbe5ee;
  }
  .stella-bus-services-section {
    padding: 74px 0;
    background: #fff;
  }
  .stella-bus-services-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: center;
  }
  .stella-bus-services-copy h2 {
    margin: 0;
    color: #123f78;
    font-size: 36px;
    line-height: 1.08;
  }
  .stella-bus-services-copy p {
    margin: 15px 0 22px;
    color: #687b91;
    font-size: 14px;
    line-height: 1.7;
  }
  .stella-bus-services-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .stella-bus-services-list > div {
    padding: 20px;
    border: 1px solid #e1e9f0;
    border-radius: 16px;
    background: #f8fbfe;
  }
  .stella-bus-services-list strong {
    display: block;
    margin-bottom: 6px;
    color: #123f78;
    font-size: 15px;
  }
  .stella-bus-services-list span {
    color: #728399;
    font-size: 11px;
    line-height: 1.5;
  }
  .stella-bus-cta-section {
    padding: 42px 0 74px;
  }
  .stella-bus-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 32px 34px;
    border-radius: 22px;
    background: linear-gradient(105deg,#083f88,#0b5db3);
    color: #fff;
  }
  .stella-bus-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 31px;
  }
  .stella-bus-cta p {
    max-width: 700px;
    margin: 8px 0 0;
    color: #d9e8f6;
    font-size: 13px;
    line-height: 1.55;
  }
  .stella-bus-cta .stella-kicker {
    color: #ffbd7c;
  }
  .stella-bus-cta-actions {
    min-width: 210px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: flex-start;
  }
  .stella-bus-cta-actions > a:not(.stella-btn) {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
  }
  .stella-image-credit {
    margin: 12px 2px 0;
    color: #8b98a7;
    font-size: 9px;
  }
  .stella-about-page {
    background: #f7fafc;
  }
  .stella-about-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(90deg,rgba(239,248,255,.98) 0%,rgba(238,247,255,.93) 39%,rgba(238,247,255,.36) 62%,rgba(8,63,136,.07) 100%),var(--stella-about-hero);
    background-size: cover;
    background-position: center 48%;
  }
  .stella-about-hero-inner {
    padding: 66px 0 74px;
  }
  .stella-about-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #0a438e;
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: -.035em;
    font-weight: 800;
  }
  .stella-about-hero p {
    max-width: 690px;
    margin: 16px 0 0;
    color: #173f74;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
  }
  .stella-about-intro-section {
    padding: 78px 0 86px;
    background: #fff;
  }
  .stella-about-intro-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 56px;
    align-items: center;
  }
  .stella-about-copy h2,.stella-about-values-section h2,.stella-about-company-card h2,.stella-about-contact-card h2 {
    margin: 0;
    color: #123f78;
    font-size: 36px;
    line-height: 1.08;
  }
  .stella-about-copy p,.stella-about-values-section p,.stella-about-contact-card p {
    color: #687b91;
    font-size: 14px;
    line-height: 1.75;
  }
  .stella-about-brand-row {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .stella-about-brand-row img {
    width: 120px;
    height: auto;
    padding: 7px 9px;
    border: 1px solid #e2eaf1;
    border-radius: 12px;
    background: #fff;
  }
  .stella-about-brand-row strong {
    display: block;
    color: #123f78;
    font-size: 17px;
  }
  .stella-about-brand-row span {
    display: block;
    margin-top: 3px;
    color: #7a8999;
    font-size: 11px;
  }
  .stella-about-photo-stack {
    position: relative;
    min-height: 430px;
  }
  .stella-about-photo {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(17,58,100,.12);
  }
  .stella-about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .stella-about-photo-main {
    position: absolute;
    inset: 0 70px 46px 0;
  }
  .stella-about-photo-small {
    position: absolute;
    width: 45%;
    height: 190px;
    right: 0;
    bottom: 0;
    border: 8px solid #fff;
  }
  .stella-about-services-section {
    padding: 76px 0;
  }
  .stella-about-services-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    margin-top: 26px;
  }
  .stella-about-service-card {
    display: block;
    min-height: 260px;
    padding: 26px;
    border: 1px solid #dfe8f1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(20,55,91,.06);
  }
  .stella-about-service-card h3 {
    margin: 18px 0 8px;
    color: #123f78;
    font-size: 21px;
  }
  .stella-about-service-card p {
    color: #6b7d91;
    font-size: 13px;
    line-height: 1.65;
  }
  .stella-about-service-card > strong {
    display: block;
    margin-top: 18px;
    color: #0e5eb7;
    font-size: 12px;
  }
  .stella-about-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 38px rgba(20,55,91,.1);
  }
  .stella-about-values-section {
    padding: 78px 0;
    background: #fff;
  }
  .stella-about-values-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: start;
  }
  .stella-about-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .stella-about-points > div {
    padding: 21px;
    border: 1px solid #e1e9f0;
    border-radius: 17px;
    background: #f8fbfe;
  }
  .stella-about-points strong {
    display: block;
    margin-bottom: 6px;
    color: #123f78;
    font-size: 15px;
  }
  .stella-about-points span {
    color: #728399;
    font-size: 11px;
    line-height: 1.55;
  }
  .stella-about-company-section {
    padding: 72px 0 82px;
  }
  .stella-about-company-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .stella-about-company-card,.stella-about-contact-card {
    padding: 32px;
    border-radius: 22px;
  }
  .stella-about-company-card {
    border: 1px solid #dfe8f1;
    background: #fff;
  }
  .stella-about-company-card dl {
    margin: 24px 0 0;
  }
  .stella-about-company-card dl > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #edf2f6;
  }
  .stella-about-company-card dt {
    color: #7b8998;
    font-size: 11px;
    font-weight: 800;
  }
  .stella-about-company-card dd {
    margin: 0;
    color: #123f78;
    font-size: 12px;
    font-weight: 700;
  }
  .stella-about-company-card a {
    color: #0e5eb7;
  }
  .stella-about-contact-card {
    background: linear-gradient(120deg,#083f88,#0b5db3);
    color: #fff;
  }
  .stella-about-contact-card .stella-kicker {
    color: #ffbd7c;
  }
  .stella-about-contact-card h2 {
    color: #fff;
  }
  .stella-about-contact-card p {
    color: #d9e8f6;
  }
  .stella-privacy-page {
    background: #f7fafc;
  }
  .stella-privacy-hero {
    background: linear-gradient(120deg,#083f88,#0b5db3);
    color: #fff;
  }
  .stella-privacy-hero-inner {
    padding: 76px 0 70px;
    max-width: 900px;
  }
  .stella-privacy-hero .stella-kicker {
    color: #ffbd7c;
  }
  .stella-privacy-hero h1 {
    margin: 8px 0 14px;
    color: #fff;
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -.035em;
  }
  .stella-privacy-hero p {
    max-width: 760px;
    margin: 0;
    color: #dbeafb;
    font-size: 16px;
    line-height: 1.7;
  }
  .stella-privacy-section {
    padding: 72px 0 88px;
  }
  .stella-privacy-layout {
    display: grid;
    grid-template-columns: 260px minmax(0,1fr);
    gap: 34px;
    align-items: start;
  }
  .stella-privacy-aside {
    position: sticky;
    top: 112px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    border: 1px solid #dfe8f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20,55,91,.06);
  }
  .stella-privacy-aside strong {
    color: #123f78;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .stella-privacy-aside span,.stella-privacy-aside a {
    color: #64768a;
    font-size: 12px;
    line-height: 1.55;
  }
  .stella-privacy-aside a {
    color: #0e5eb7;
    font-weight: 700;
  }
  .stella-privacy-content {
    padding: 36px 40px;
    border: 1px solid #dfe8f1;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 32px rgba(20,55,91,.05);
  }
  .stella-privacy-content > :first-child {
    margin-top: 0;
  }
  .stella-privacy-content h2 {
    margin: 34px 0 12px;
    color: #123f78;
    font-size: 23px;
    line-height: 1.25;
  }
  .stella-privacy-content p {
    margin: 0 0 16px;
    color: #53677e;
    font-size: 14px;
    line-height: 1.8;
  }
  .stella-privacy-content a {
    color: #0e5eb7;
    font-weight: 700;
  }
  @media (max-width:820px) {
    .stella-privacy-layout {
      grid-template-columns: 1fr;
    }
    .stella-privacy-aside {
      position: static;
    }
  }
  @media (max-width:620px) {
    .stella-privacy-hero-inner {
      padding: 52px 0 56px;
    }
    .stella-privacy-hero h1 {
      font-size: 37px;
    }
    .stella-privacy-section {
      padding: 48px 0 60px;
    }
    .stella-privacy-content {
      padding: 26px 22px;
    }
    .stella-privacy-content h2 {
      font-size: 20px;
    }
  }
  @media (max-width:900px) {
    .stella-about-intro-grid,.stella-about-values-grid,.stella-about-company-grid {
      grid-template-columns: 1fr;
    }
    .stella-about-services-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .stella-about-photo-stack {
      min-height: 390px;
    }
  }
  @media (max-width:620px) {
    .stella-about-hero {
      min-height: 390px;
      background-position: 62% center;
    }
    .stella-about-hero-inner {
      padding: 48px 0 62px;
    }
    .stella-about-hero h1 {
      font-size: 37px;
    }
    .stella-about-hero p {
      font-size: 14px;
    }
    .stella-about-intro-section,.stella-about-services-section,.stella-about-values-section,.stella-about-company-section {
      padding: 52px 0;
    }
    .stella-about-copy h2,.stella-about-values-section h2,.stella-about-company-card h2,.stella-about-contact-card h2 {
      font-size: 28px;
    }
    .stella-about-services-grid,.stella-about-points {
      grid-template-columns: 1fr;
    }
    .stella-about-photo-stack {
      min-height: 340px;
    }
    .stella-about-photo-main {
      inset: 0 36px 42px 0;
    }
    .stella-about-photo-small {
      width: 48%;
      height: 145px;
    }
    .stella-about-company-card,.stella-about-contact-card {
      padding: 24px;
    }
    .stella-about-company-card dl > div {
      grid-template-columns: 1fr;
      gap: 4px;
    }
  }
  @media (max-width:900px) {
    .stella-bus-hero h1 {
      font-size: 44px;
    }
    .stella-bus-audience-grid,.stella-bus-fleet-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .stella-bus-services-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .stella-bus-cta {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  @media (max-width:620px) {
    .stella-bus-hero {
      min-height: 390px;
      background-position: 62% center;
    }
    .stella-bus-hero-inner {
      padding: 48px 0 62px;
    }
    .stella-bus-hero h1 {
      font-size: 37px;
    }
    .stella-bus-hero p {
      font-size: 14px;
    }
    .stella-bus-audience-grid,.stella-bus-fleet-grid,.stella-bus-services-list {
      grid-template-columns: 1fr;
    }
    .stella-bus-audience {
      margin-top: -28px;
    }
    .stella-bus-fleet-section,.stella-bus-services-section {
      padding: 52px 0;
    }
    .stella-bus-services-copy h2 {
      font-size: 28px;
    }
    .stella-bus-cta {
      padding: 26px 22px;
    }
    .stella-bus-cta h2 {
      font-size: 25px;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
