/*! 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: #d7252f;
    --color-primary-500: #e23842;
    --color-secondary-200: #cdd7e3;
    --color-secondary-500: #62738a;
    --color-secondary-600: #435873;
    --color-secondary-700: #2f4563;
    --color-ink: #101b2d;
    --color-background: #fbf8f2;
  }
}
@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;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .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;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .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;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-ink {
    color: var(--color-ink);
  }
  .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;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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));
  }
  .delay-1 {
    transition-delay: 1ms;
  }
  .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 {
    margin: 0;
    background: #fbf8f2;
    color: #101b2d;
    font-family: "DM Sans",sans-serif;
    overflow-x: hidden;
  }
  * {
    box-sizing: border-box;
  }
  img {
    display: block;
    max-width: 100%;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button {
    font: inherit;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .shell {
    width: min(1180px,calc(100% - 40px));
    margin-inline: auto;
  }
  .section {
    padding: 110px 0;
  }
  .section-kicker {
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 700;
    color: #d7252f;
  }
  .section-kicker.light {
    color: #f5b7bb;
  }
  .section h2,.final-cta h2 {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.06;
    margin: 0;
    font-size: clamp(38px,5vw,68px);
  }
  .section-heading {
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    align-items: end;
    gap: 48px;
    margin-bottom: 52px;
  }
  .section-heading>p {
    color: #62738a;
    line-height: 1.75;
    margin: 0 0 8px;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(251,248,242,.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(16,27,45,.09);
  }
  .nav-shell {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 4px;
  }
  .brand-logo {
    display: block;
    width: auto;
    height: 50px;
    max-width: 350px;
    object-fit: contain;
  }
  .footer-logo {
    height: 58px;
    max-width: 360px;
    background: #fffdf9;
    border-radius: 6px;
    padding: 8px 12px;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
    border: 1px solid #d7252f;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
  }
  .brand-mark:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d7252f;
    bottom: -8px;
  }
  .brand-mark span {
    width: 1px;
    height: 100%;
    background: rgba(215,37,47,.3);
  }
  .brand strong {
    display: block;
    font-size: 18px;
    letter-spacing: .15em;
  }
  .brand small {
    display: block;
    font-size: 9px;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #62738a;
    margin-top: 1px;
  }
  .desktop-nav {
    display: flex;
    gap: 22px;
    font-size: 14px;
    font-weight: 600;
  }
  .desktop-nav a {
    position: relative;
  }
  .desktop-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 1px;
    background: #d7252f;
    transition: .25s;
  }
  .desktop-nav a:hover:after {
    width: 100%;
  }
  .nav-cta,.mobile-cta {
    background: #101b2d;
    color: white;
    padding: 12px 19px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 700;
  }
  .menu-toggle,.mobile-nav {
    display: none;
  }
  .hero {
    position: relative;
    padding: 76px 0 30px;
    min-height: 800px;
    background: radial-gradient(circle at 18% 15%,#fff 0,transparent 35%),#fbf8f2;
    overflow: hidden;
  }
  .hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(16,27,45,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(16,27,45,.035) 1px,transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom,black,transparent 78%);
  }
  .hero-orbit {
    position: absolute;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(215,37,47,.15);
    border-radius: 50%;
    right: -210px;
    top: -260px;
  }
  .hero-orbit:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #d7252f;
    border-radius: 50%;
    left: 82px;
    bottom: 94px;
    box-shadow: 0 0 0 12px rgba(215,37,47,.08);
  }
  .hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 72px;
    align-items: center;
  }
  .eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 700;
    color: #62738a;
  }
  .eyebrow span {
    width: 32px;
    height: 1px;
    background: #d7252f;
  }
  .hero-partner {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }
  .hero-partner>span {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 10px;
    font-weight: 700;
    color: #62738a;
    white-space: nowrap;
  }
  .hero-partner-logo {
    display: flex;
    align-items: center;
    background: #101b2d;
    border-radius: 10px;
    padding: 10px 14px;
    box-shadow: 0 10px 28px rgba(16,27,45,.13);
  }
  .hero-partner-logo img {
    width: auto;
    height: 38px;
    max-width: 250px;
    object-fit: contain;
  }
  .hero h1 {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: clamp(58px,7vw,98px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -.055em;
    margin: 30px 0;
  }
  .hero h1 em {
    color: #d7252f;
    font-weight: 400;
  }
  .hero-lead {
    font-size: 19px;
    line-height: 1.7;
    color: #435873;
    max-width: 610px;
  }
  .hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 34px;
  }
  .button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border-radius: 100px;
    padding: 16px 24px;
    font-weight: 700;
    font-size: 14px;
    transition: transform .25s,box-shadow .25s;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button-primary {
    background: #d7252f;
    color: #fff;
    box-shadow: 0 12px 30px rgba(215,37,47,.22);
  }
  .button-primary:hover {
    box-shadow: 0 16px 36px rgba(215,37,47,.3);
  }
  .text-link {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #cdd7e3;
    padding-bottom: 4px;
  }
  .hero-note {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 28px;
    font-size: 13px;
    color: #62738a;
  }
  .hero-note svg {
    stroke: #d7252f;
  }
  .hero-visual {
    position: relative;
    padding-left: 36px;
  }
  .hero-visual img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 220px 220px 22px 22px;
    filter: saturate(.82);
    box-shadow: 0 30px 80px rgba(16,27,45,.18);
  }
  .hero-visual:after {
    content: "";
    position: absolute;
    inset: 16px -16px -16px 52px;
    border: 1px solid rgba(215,37,47,.35);
    border-radius: 220px 220px 22px 22px;
    z-index: -1;
  }
  .vertical-jp {
    position: absolute;
    right: -36px;
    top: 70px;
    writing-mode: vertical-rl;
    letter-spacing: .3em;
    font-family: serif;
    font-size: 12px;
    color: #62738a;
  }
  .hero-card {
    position: absolute;
    left: -26px;
    bottom: 54px;
    background: #101b2d;
    color: white;
    padding: 22px 26px;
    width: 176px;
    border-radius: 6px;
    box-shadow: 0 18px 44px rgba(16,27,45,.25);
  }
  .hero-card strong {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 40px;
    font-weight: 400;
  }
  .hero-card span {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    color: #cdd7e3;
  }
  .stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    border-top: 1px solid rgba(16,27,45,.12);
    margin-top: 72px;
  }
  .stats div {
    padding: 30px 24px;
    border-right: 1px solid rgba(16,27,45,.12);
  }
  .stats div:last-child {
    border-right: 0;
  }
  .stats strong {
    display: block;
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #d7252f;
  }
  .stats span {
    font-size: 12px;
    color: #62738a;
  }
  .stats-live span {
    display: block;
    line-height: 1.45;
  }
  .stats-source {
    margin-top: 12px;
  }
  .microcopy {
    font-size: 10px;
    color: #8a96a6;
    margin-top: 8px;
  }
  .reveal {
    animation: rise .8s ease both;
  }
  .delay-1 {
    animation-delay: .14s;
  }
  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(24px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  .intro {
    background: #fffdf9;
  }
  .intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
  .intro-grid h2 {
    font-family: "DM Sans",sans-serif;
    font-size: clamp(40px,4.7vw,64px);
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: 1.08;
  }
  .intro-grid p {
    color: #62738a;
    line-height: 1.8;
  }
  .intro-grid .large-copy {
    font-family: "DM Sans",sans-serif;
    color: #233755;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -.018em;
    line-height: 1.55;
    margin-top: 38px;
  }
  .identity-badge {
    display: inline-flex;
    align-items: center;
    gap: 0;
    margin-top: 34px;
    border: 1px solid #cdd7e3;
    border-radius: 100px;
    overflow: hidden;
    background: #fffdf9;
    box-shadow: 0 10px 28px rgba(16,27,45,.06);
  }
  .identity-badge span,.identity-badge strong {
    padding: 11px 16px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .11em;
  }
  .identity-badge span {
    color: #52657e;
  }
  .identity-badge strong {
    background: #d7252f;
    color: #fff;
  }
  .programs {
    background: #f1ede5;
  }
  .program-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .program-card {
    background: #fffdf9;
    border-radius: 12px;
    overflow: hidden;
    transition: transform .3s,box-shadow .3s;
  }
  .program-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 60px rgba(16,27,45,.12);
  }
  .program-image {
    height: 330px;
    position: relative;
    overflow: hidden;
  }
  .program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
  }
  .program-card:hover .program-image img {
    transform: scale(1.035);
  }
  .program-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 50%,rgba(16,27,45,.45));
  }
  .program-image>span {
    position: absolute;
    right: 24px;
    bottom: 16px;
    color: white;
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 50px;
    z-index: 2;
  }
  .program-content {
    padding: 38px;
  }
  .program-label {
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #d7252f;
    font-weight: 700;
    font-size: 11px;
  }
  .program-content h3 {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 400;
    margin: 14px 0;
  }
  .program-content>p {
    color: #62738a;
    line-height: 1.75;
  }
  .check-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    border-top: 1px solid #e8edf3;
  }
  .check-list li {
    padding: 13px 0 13px 25px;
    border-bottom: 1px solid #e8edf3;
    position: relative;
    font-size: 14px;
  }
  .check-list li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 19px;
    width: 8px;
    height: 4px;
    border-left: 1.5px solid #d7252f;
    border-bottom: 1.5px solid #d7252f;
    transform: rotate(-45deg);
  }
  .qualification-path {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 26px 0;
  }
  .qualification-path>div {
    background: #f4f7fa;
    border-left: 3px solid #d7252f;
    padding: 21px 22px;
  }
  .qualification-path span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 10px;
    color: #d7252f;
    font-weight: 700;
  }
  .qualification-path strong {
    display: block;
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 23px;
    font-weight: 400;
    margin: 6px 0 1px;
  }
  .qualification-path small {
    display: block;
    color: #62738a;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .qualification-path p {
    font-size: 13px;
    line-height: 1.7;
    color: #52657e;
    margin: 0;
  }
  .journey {
    background: #101b2d;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .journey:after {
    content: "日";
    position: absolute;
    right: -50px;
    top: -120px;
    font-family: serif;
    font-size: 500px;
    color: rgba(255,255,255,.025);
  }
  .journey h2 {
    max-width: 800px;
  }
  .journey-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 28px;
    margin-top: 72px;
  }
  .journey-line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    height: 1px;
    background: #435873;
  }
  .journey-step {
    position: relative;
  }
  .journey-step>span {
    position: relative;
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    background: #d7252f;
    border-radius: 50%;
    font-size: 10px;
    z-index: 2;
  }
  .journey-step h3 {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 28px 0 12px;
  }
  .journey-step p {
    color: #aab5c3;
    font-size: 13px;
    line-height: 1.7;
  }
  .requirements {
    background: #fffdf9;
  }
  .req-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
  }
  .req-intro {
    position: sticky;
    top: 130px;
    align-self: start;
  }
  .req-intro h2 {
    font-size: clamp(40px,4.8vw,65px);
  }
  .req-intro>p:last-child {
    line-height: 1.75;
    color: #62738a;
    max-width: 500px;
  }
  .req-panel {
    border-top: 1px solid #cdd7e3;
  }
  .req-panel>div {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    padding: 30px 0;
    border-bottom: 1px solid #cdd7e3;
  }
  .req-panel span {
    font-family: "Plus Jakarta Sans",sans-serif;
    color: #d7252f;
    font-size: 21px;
  }
  .req-panel p {
    margin: 0;
    color: #62738a;
    line-height: 1.7;
  }
  .req-panel strong {
    color: #101b2d;
    font-size: 18px;
  }
  .support {
    background: #fbf8f2;
  }
  .support-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    border: 1px solid #cdd7e3;
  }
  .support-grid>div {
    background: #fbf8f2;
    padding: 34px 28px;
    min-height: 255px;
    border-left: 1px solid #cdd7e3;
  }
  .support-grid>div:first-child {
    border-left: 0;
  }
  .support-grid svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #d7252f;
    stroke-width: 1.4;
  }
  .support-grid h3 {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 25px 0 12px;
  }
  .support-grid p {
    font-size: 13px;
    color: #62738a;
    line-height: 1.75;
  }
  .support-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .support-list li {
    position: relative;
    padding: 7px 0 7px 18px;
    color: #52657e;
    font-size: 12px;
    line-height: 1.55;
  }
  .support-list li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 15px;
    width: 6px;
    height: 3px;
    border-left: 1.5px solid #d7252f;
    border-bottom: 1.5px solid #d7252f;
    transform: rotate(-45deg);
  }
  .costs {
    background: #e7edf2;
  }
  .cost-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 90px;
    align-items: center;
  }
  .cost-grid h2 {
    font-size: clamp(40px,4.7vw,64px);
  }
  .cost-grid>div>p {
    color: #435873;
    line-height: 1.8;
  }
  .notice {
    border-left: 3px solid #d7252f;
    padding: 3px 0 3px 20px;
    margin-top: 30px;
  }
  .notice strong {
    font-size: 13px;
  }
  .notice p {
    font-size: 12px;
    margin: 5px 0;
    color: #62738a;
  }
  .notice ul {
    margin: 9px 0 0;
    padding-left: 18px;
  }
  .notice li {
    font-size: 12px;
    line-height: 1.6;
    color: #62738a;
    margin: 5px 0;
  }
  .cost-card {
    background: #fffdf9;
    padding: 34px 40px;
    border-radius: 10px;
    box-shadow: 0 25px 65px rgba(16,27,45,.12);
  }
  .cost-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e8edf3;
    font-size: 14px;
  }
  .cost-row span {
    color: #62738a;
  }
  .cost-row strong {
    font-weight: 600;
    text-align: right;
  }
  .cost-total {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-top: 25px;
  }
  .cost-total span {
    font-weight: 700;
  }
  .cost-total strong {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 31px;
    color: #d7252f;
    font-weight: 400;
  }
  .open-registration {
    position: relative;
    background: linear-gradient(145deg,#fffdf9 0%,#f3eee5 58%,#e8edf3 100%);
    color: #101b2d;
    padding: 105px 0;
    overflow: hidden;
  }
  .open-registration:before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    right: -180px;
    top: -220px;
    border: 1px solid rgba(215,37,47,.18);
    box-shadow: 0 0 0 80px rgba(215,37,47,.025);
  }
  .open-registration-head {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 50px;
  }
  .open-registration-head h2 {
    font-size: clamp(43px,5.2vw,72px);
    max-width: 740px;
  }
  .open-registration-intro p {
    color: #52657e;
    line-height: 1.75;
    margin: 0 0 22px;
  }
  .open-registration-intro .button {
    margin: 0;
  }
  .flyer-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
  }
  .flyer-card {
    appearance: none;
    width: 100%;
    padding: 0;
    border: 1px solid #d7dee7;
    border-radius: 14px;
    overflow: hidden;
    background: #fffdf9;
    color: #101b2d;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 14px 38px rgba(16,27,45,.08);
    transition: transform .28s,box-shadow .28s,border-color .28s;
  }
  .flyer-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 54px rgba(16,27,45,.15);
    border-color: #d7252f;
  }
  .flyer-image {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #eef2f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .flyer-image.flyer-portrait {
    aspect-ratio: 1/1.12;
  }
  .flyer-meta {
    display: block;
    padding: 20px 19px 21px;
    border-top: 1px solid #e8edf3;
  }
  .flyer-meta strong {
    display: block;
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 24px;
    font-weight: 400;
  }
  .flyer-meta small {
    display: block;
    min-height: 34px;
    margin: 6px 0 14px;
    color: #62738a;
    font-size: 11px;
    line-height: 1.5;
  }
  .flyer-meta b {
    color: #d7252f;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .flyer-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 28px;
    background: rgba(6,14,26,.92);
    backdrop-filter: blur(10px);
  }
  .flyer-modal-image {
    width: min(88vw,900px);
    height: min(88vh,900px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .flyer-close {
    position: fixed;
    top: 20px;
    right: 24px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    background: #fff;
    color: #101b2d;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
  }
  .gallery {
    background: #f1ede5;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr .75fr;
    grid-template-rows: 245px 245px;
    gap: 14px;
  }
  .gallery-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #dce3e9;
  }
  .gallery-grid .gallery-large {
    grid-row: 1/3;
  }
  .gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s,filter .4s;
    filter: saturate(.82);
  }
  .gallery-grid figure:hover img {
    transform: scale(1.035);
    filter: saturate(1);
  }
  .gallery-action {
    text-align: right;
    margin-top: 24px;
  }
  .articles {
    background: #101b2d;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .articles:after {
    content: "記";
    position: absolute;
    right: -25px;
    bottom: -170px;
    font-family: serif;
    font-size: 430px;
    color: rgba(255,255,255,.025);
  }
  .articles .section-heading {
    position: relative;
    z-index: 1;
  }
  .articles .section-heading>p {
    color: #aab5c3;
  }
  .article-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
  }
  .article-card {
    display: flex;
    flex-direction: column;
    min-height: 350px;
    padding: 29px;
    border: 1px solid #2f4563;
    border-radius: 10px;
    background: #142239;
    transition: transform .28s,border-color .28s,background .28s;
  }
  .article-card:hover {
    transform: translateY(-6px);
    border-color: #e23842;
    background: #192b47;
  }
  .article-card.article-featured {
    background: #d7252f;
    border-color: #d7252f;
  }
  .article-source {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 10px;
    border: 1px solid #435873;
    border-radius: 100px;
    color: #cdd7e3;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .article-featured .article-source {
    border-color: rgba(255,255,255,.36);
    color: #fff;
  }
  .article-card time {
    margin-top: 25px;
    color: #8998aa;
    font-size: 11px;
  }
  .article-featured time,.article-featured p {
    color: #ffe0e1;
  }
  .article-card h3 {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 24px;
    line-height: 1.22;
    font-weight: 400;
    margin: 12px 0 13px;
  }
  .article-card p {
    color: #aab5c3;
    font-size: 12px;
    line-height: 1.7;
    margin: 0 0 24px;
  }
  .article-card b {
    margin-top: auto;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .registration-options {
    background: #fffdf9;
  }
  .registration-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
  .registration-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    padding: 32px;
    border: 1px solid #cdd7e3;
    border-radius: 8px;
    transition: .3s;
    background: #fffdf9;
  }
  .registration-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(16,27,45,.1);
    border-color: #9dabbc;
  }
  .registration-card.featured {
    background: #d7252f;
    color: #fff;
    border-color: #d7252f;
  }
  .registration-card>span {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 26px;
    color: #d7252f;
  }
  .registration-card.featured>span {
    color: #ffd7da;
  }
  .registration-card small {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 9px;
    font-weight: 700;
    color: #62738a;
    margin-top: 35px;
  }
  .registration-card.featured small,.registration-card.featured p {
    color: #ffe0e1;
  }
  .registration-card h3 {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.15;
    margin: 10px 0 12px;
  }
  .registration-card p {
    color: #62738a;
    font-size: 13px;
    line-height: 1.7;
  }
  .registration-card b {
    margin-top: auto;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .job-card {
    min-height: 390px;
    padding: 38px;
  }
  .job-card h3 {
    font-size: 38px;
  }
  .job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 12px 0 30px;
  }
  .job-tags i {
    font-style: normal;
    font-size: 10px;
    border: 1px solid #cdd7e3;
    border-radius: 100px;
    padding: 7px 10px;
    color: #52657e;
  }
  .job-card.featured .job-tags i {
    border-color: rgba(255,255,255,.35);
    color: #fff;
  }
  .faq {
    background: #fffdf9;
  }
  .faq-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 100px;
  }
  .faq-grid>div:first-child>p:last-child {
    color: #62738a;
    line-height: 1.75;
  }
  .faq-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 26px;
  }
  .faq-tabs button {
    appearance: none;
    border: 1px solid #cdd7e3;
    background: #fffdf9;
    color: #435873;
    border-radius: 100px;
    padding: 11px 16px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s;
  }
  .faq-tabs button:hover {
    border-color: #d7252f;
    color: #d7252f;
  }
  .faq-tabs button.is-active {
    background: #101b2d;
    border-color: #101b2d;
    color: #fff;
    box-shadow: 0 8px 22px rgba(16,27,45,.14);
  }
  .accordion {
    border-top: 1px solid #cdd7e3;
  }
  .faq-item {
    border-bottom: 1px solid #cdd7e3;
  }
  .faq-item button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 24px 0;
    border: 0;
    background: transparent;
    text-align: left;
    font-weight: 600;
    color: #101b2d;
    cursor: pointer;
  }
  .faq-item button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #d7252f;
    stroke-width: 1.5;
    transition: .25s;
  }
  .faq-item button svg.rotate {
    transform: rotate(45deg);
  }
  .faq-item div p {
    color: #62738a;
    line-height: 1.75;
    font-size: 14px;
    margin: 0;
    padding: 0 48px 25px 0;
  }
  .final-cta {
    position: relative;
    padding: 120px 0;
    background: #d7252f;
    color: #fff;
    overflow: hidden;
  }
  .final-inner {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .final-cta h2 {
    font-size: clamp(48px,7vw,88px);
  }
  .final-cta p:not(.section-kicker) {
    color: #ffe0e1;
    font-size: 18px;
  }
  .button-white {
    background: #fff;
    color: #d7252f;
    margin-top: 20px;
  }
  .sun-disc {
    position: absolute;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .sun-disc:before,.sun-disc:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    inset: 70px;
  }
  .sun-disc:after {
    inset: 150px;
  }
  .section h1,.section h2,.section h3,.final-cta h2 {
    font-family: "Plus Jakarta Sans",sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -.04em;
  }
  .hero-card strong,.stats strong,.qualification-path strong,.req-panel>div>span,.cost-total strong,.flyer-meta strong,.registration-card>span {
    font-family: "Plus Jakarta Sans",sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -.03em;
  }
  .site-footer {
    background: #101b2d;
    color: #fff;
    padding: 78px 0 24px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.6fr .7fr .7fr 1fr;
    gap: 60px;
  }
  .brand-light strong {
    color: #fff;
  }
  .brand-light small {
    color: #aab5c3;
  }
  .footer-grid>div:first-child>p {
    color: #8998aa;
    font-size: 13px;
    line-height: 1.75;
    max-width: 400px;
    margin-top: 24px;
  }
  .social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }
  .social-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #2f4563;
    border-radius: 100px;
    padding: 9px 13px;
    color: #cdd7e3;
    font-size: 11px;
    transition: .25s;
  }
  .social-links a:hover {
    border-color: #d7252f;
    color: #fff;
    background: #d7252f;
  }
  .social-links svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
  }
  .social-links .fill-dot {
    fill: currentColor;
    stroke: none;
  }
  .footer-grid h3 {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .18em;
    color: #8998aa;
    margin: 0 0 18px;
  }
  .footer-grid>div>a:not(.brand) {
    display: block;
    color: #cdd7e3;
    font-size: 13px;
    margin: 11px 0;
  }
  .footer-button {
    display: inline-block !important;
    border: 1px solid #435873;
    border-radius: 100px;
    padding: 12px 18px !important;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #2f4563;
    padding-top: 22px;
    margin-top: 58px;
    color: #718198;
    font-size: 10px;
  }
  @media (max-width:640px) {
    .desktop-nav,.nav-cta {
      display: none;
    }
    .menu-toggle {
      display: block;
      border: 0;
      background: transparent;
    }
    .mobile-nav {
      display: flex;
      flex-direction: column;
      padding: 12px 20px 22px;
      background: #fbf8f2;
      border-top: 1px solid #e8edf3;
    }
    .mobile-nav a {
      padding: 11px 0;
      font-size: 14px;
    }
    .mobile-nav .mobile-cta {
      text-align: center;
      margin-top: 8px;
      padding: 13px;
    }
    .hero {
      padding-top: 48px;
    }
    .hero-grid {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    .hero-copy {
      max-width: 700px;
    }
    .hero-visual {
      max-width: 650px;
      margin-left: auto;
    }
    .stats {
      grid-template-columns: repeat(3,1fr);
    }
    .stats div:nth-child(3) {
      border-right: 0;
    }
    .intro-grid,.req-grid,.cost-grid,.faq-grid {
      grid-template-columns: 1fr;
      gap: 55px;
    }
    .open-registration-head {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .flyer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .article-grid {
      grid-template-columns: 1fr 1fr;
    }
    .registration-grid {
      grid-template-columns: 1fr 1fr;
    }
    .job-grid .registration-card:last-child {
      grid-column: auto;
    }
    .req-intro {
      position: static;
    }
    .program-image {
      height: 270px;
    }
    .journey-line {
      grid-template-columns: 1fr 1fr;
    }
    .journey-line:before {
      display: none;
    }
    .support-grid {
      grid-template-columns: 1fr 1fr;
    }
    .section-heading {
      grid-template-columns: 1fr;
    }
    .footer-grid {
      grid-template-columns: 1.4fr 1fr 1fr;
    }
    .footer-grid>div:last-child {
      grid-column: 1/-1;
    }
  }
  @media (max-width:640px) {
    .shell {
      width: min(100% - 28px,1180px);
    }
    .section {
      padding: 78px 0;
    }
    .nav-shell {
      height: 78px;
    }
    .brand-logo {
      height: 41px;
      max-width: 255px;
    }
    .footer-logo {
      height: 46px;
      max-width: 270px;
    }
    .brand strong {
      font-size: 16px;
    }
    .hero-partner {
      align-items: flex-start;
      flex-direction: column;
      gap: 9px;
    }
    .hero-partner-logo {
      padding: 9px 12px;
    }
    .hero-partner-logo img {
      height: 32px;
      max-width: 235px;
    }
    .hero {
      min-height: auto;
    }
    .hero h1 {
      font-size: 54px;
    }
    .hero-lead {
      font-size: 16px;
    }
    .hero-actions {
      align-items: flex-start;
      flex-direction: column;
      gap: 18px;
    }
    .hero-visual {
      padding-left: 12px;
    }
    .hero-visual img {
      height: 420px;
    }
    .hero-card {
      left: -2px;
      bottom: 30px;
    }
    .vertical-jp {
      right: -8px;
    }
    .stats {
      margin-top: 50px;
      grid-template-columns: 1fr;
    }
    .stats div,.stats div:nth-child(3) {
      padding: 19px 10px;
      border-right: 0;
      border-bottom: 1px solid rgba(16,27,45,.12);
    }
    .stats div:last-child {
      border-bottom: 0;
    }
    .stats strong {
      font-size: 23px;
    }
    .stats span {
      font-size: 10px;
    }
    .program-grid,.journey-line,.support-grid,.qualification-path,.registration-grid {
      grid-template-columns: 1fr;
    }
    .support-grid>div {
      border-left: 0;
      border-top: 1px solid #cdd7e3;
    }
    .support-grid>div:first-child {
      border-top: 0;
    }
    .open-registration {
      padding: 76px 0;
    }
    .open-registration-head {
      gap: 20px;
      margin-bottom: 34px;
    }
    .open-registration-head h2 {
      font-size: 44px;
    }
    .flyer-grid {
      grid-template-columns: 1fr;
      gap: 22px;
    }
    .article-grid {
      grid-template-columns: 1fr;
    }
    .article-card {
      min-height: 300px;
    }
    .flyer-image,.flyer-image.flyer-portrait {
      aspect-ratio: auto;
      height: auto;
      min-height: 0;
      padding-top: 100%;
      background-size: contain;
    }
    .flyer-meta small {
      min-height: 0;
    }
    .flyer-modal {
      padding: 14px;
    }
    .flyer-modal-image {
      width: 96vw;
      height: 90vh;
    }
    .flyer-close {
      top: 12px;
      right: 12px;
    }
    .gallery-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 260px 180px 180px;
    }
    .gallery-grid .gallery-large {
      grid-column: 1/-1;
      grid-row: auto;
    }
    .registration-card:last-child {
      grid-column: auto;
    }
    .section-heading {
      margin-bottom: 35px;
    }
    .program-content {
      padding: 28px;
    }
    .journey-step {
      display: grid;
      grid-template-columns: 46px 1fr;
    }
    .journey-step h3 {
      margin: 5px 0;
    }
    .journey-step p {
      grid-column: 2;
    }
    .cost-card {
      padding: 25px 20px;
    }
    .cost-row {
      font-size: 12px;
    }
    .cost-total {
      align-items: flex-start;
      flex-direction: column;
      gap: 8px;
    }
    .faq-grid {
      gap: 35px;
    }
    .final-cta {
      padding: 90px 0;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 40px 24px;
    }
    .footer-grid>div:first-child,.footer-grid>div:last-child {
      grid-column: 1/-1;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 8px;
    }
  }
}
.articles {
  background: linear-gradient(135deg,#fffdf9 0%,#f5efe6 56%,#edf2f6 100%);
  color: #101b2d;
}
.articles:after {
  display: none;
}
.articles .section-heading>p {
  color: #52657e;
  font-size: 15px;
}
.article-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.article-card,.article-card.article-featured {
  position: relative;
  min-height: 270px;
  padding: 28px 26px 24px;
  border: 1px solid rgba(16,27,45,.08);
  border-radius: 16px;
  background: #fffdf9;
  color: #101b2d;
  box-shadow: 0 12px 34px rgba(16,27,45,.08);
  overflow: hidden;
  transform: none;
}
.article-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: #d7252f;
}
.article-card:nth-child(3n+2):before {
  background: #dc8a34;
}
.article-card:nth-child(3n):before {
  background: #4d8c69;
}
.article-card:after {
  content: "↗";
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f5e6e6;
  color: #d7252f;
  font-size: 14px;
  font-weight: 700;
  transition: .25s;
}
.article-card:hover,.article-card.article-featured:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 22px 50px rgba(16,27,45,.14);
}
.article-card:hover:after {
  background: #d7252f;
  color: #fff;
  transform: rotate(8deg);
}
.article-source,.article-featured .article-source {
  padding: 7px 10px;
  border: 1px solid #d7dee7;
  background: #f5f7f9;
  color: #435873;
  font-size: 9px;
}
.article-card time,.article-featured time {
  display: block;
  margin-top: 22px;
  color: #d7252f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.article-card h3 {
  font-size: 21px;
  line-height: 1.28;
  margin: 11px 0 12px;
  max-width: none;
}
.article-card p,.article-featured p {
  max-width: none;
  color: #62738a;
  font-size: 12px;
  line-height: 1.65;
  margin-bottom: 34px;
}
.article-card b {
  color: #101b2d;
  font-size: 9px;
  padding-right: 46px;
}
.article-grid>.article-card:nth-child(1) {
  order: 1;
}
.article-grid>.article-card:nth-child(2) {
  order: 2;
}
.article-grid>.article-card:nth-child(5) {
  order: 3;
}
.article-grid>.article-card:nth-child(3) {
  order: 4;
}
.article-grid>.article-card:nth-child(7) {
  order: 5;
}
.article-grid>.article-card:nth-child(4) {
  order: 6;
}
.article-grid>.article-card:nth-child(6) {
  order: 7;
}
.article-grid>.article-auto {
  order: 8;
}
.article-card,.article-card.article-featured {
  display: flex;
  flex-direction: column;
  min-height: 210px;
}
.article-card h3 {
  order: 1;
  margin: 8px 44px 18px 0;
}
.article-card time,.article-featured time {
  order: 2;
  margin-top: auto;
}
.article-card .article-source,.article-featured .article-source {
  order: 3;
  align-self: flex-start;
  margin-top: 10px;
}
.article-card p,.article-featured p,.article-card b {
  display: none;
}
@media (max-width:960px) {
  .article-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:767px) {
  .article-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .article-card,.article-card.article-featured {
    min-height: 0;
    padding: 23px 22px 21px;
  }
  .article-card time,.article-featured time {
    margin-top: 17px;
  }
  .article-card h3 {
    font-size: 19px;
    margin: 9px 0 10px;
  }
  .article-card p,.article-featured p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .article-card:after {
    right: 19px;
    bottom: 17px;
    width: 32px;
    height: 32px;
  }
}
.header-brand-group {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.header-brand-group>.hero-partner {
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid #d7dee7;
  gap: 10px;
}
.header-brand-group>.hero-partner>span {
  font-size: 8px;
  line-height: 1.35;
  max-width: 64px;
  white-space: normal;
}
.header-brand-group .hero-partner-logo {
  padding: 7px 10px;
  border-radius: 8px;
  box-shadow: none;
}
.header-brand-group .hero-partner-logo img {
  height: 27px;
  max-width: 175px;
}
.header-brand-group .brand-logo {
  height: 47px;
  max-width: 315px;
}
@media (max-width:1180px) {
  .desktop-nav {
    gap: 15px;
    font-size: 12px;
  }
  .header-brand-group {
    gap: 12px;
  }
  .header-brand-group>.hero-partner {
    padding-left: 12px;
  }
  .header-brand-group>.hero-partner>span {
    display: none;
  }
}
@media (max-width:960px) {
  .header-brand-group {
    flex: 1;
    justify-content: flex-start;
  }
  .header-brand-group>.hero-partner {
    margin-left: auto;
    margin-right: 14px;
  }
}
@media (max-width:640px) {
  .header-brand-group {
    gap: 8px;
  }
  .header-brand-group>.hero-partner {
    padding-left: 8px;
    margin-right: 6px;
  }
  .header-brand-group .brand-logo {
    height: 34px;
    max-width: 205px;
  }
  .header-brand-group .hero-partner-logo {
    padding: 6px 8px;
  }
  .header-brand-group .hero-partner-logo img {
    height: 22px;
    max-width: 118px;
  }
}
.intro-redesign {
  position: relative;
  background: linear-gradient(145deg,#fffdf9 0%,#f4f0e8 100%);
  overflow: hidden;
}
.intro-redesign:before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(215,37,47,.13);
  border-radius: 50%;
  right: -210px;
  top: -230px;
  box-shadow: 0 0 0 70px rgba(215,37,47,.025);
}
.intro-redesign .shell {
  position: relative;
}
.intro-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 52px;
}
.intro-heading h2 {
  max-width: 760px;
  font-size: clamp(42px,5vw,67px);
}
.intro-summary {
  margin: 0 0 7px;
  color: #52657e;
  font-size: 17px;
  line-height: 1.75;
}
.intro-panels {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  box-shadow: 0 26px 70px rgba(16,27,45,.12);
  border-radius: 20px;
  overflow: hidden;
}
.intro-primary {
  position: relative;
  margin: 0;
  padding: 52px;
  background: #101b2d;
  color: #fff;
  overflow: hidden;
}
.intro-primary:after {
  content: "日";
  position: absolute;
  right: -22px;
  bottom: -95px;
  color: rgba(255,255,255,.035);
  font-family: serif;
  font-size: 250px;
}
.intro-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #f5b7bb;
  font-size: 11px;
  font-weight: 700;
}
.intro-label {
  margin: 35px 0 12px;
  color: #f5b7bb !important;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  font-weight: 700;
}
.intro-primary h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-size: clamp(28px,3vw,42px) !important;
  line-height: 1.14;
}
.intro-primary>p:last-child {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #b9c4d1;
  line-height: 1.8;
  font-size: 14px;
}
.intro-services {
  display: grid;
  background: #fff;
}
.intro-services>div {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-content: center;
  padding: 28px 38px;
  border-bottom: 1px solid #e4e9ef;
}
.intro-services>div:last-child {
  border-bottom: 0;
}
.intro-services span {
  grid-row: 1/3;
  color: #d7252f;
  font-size: 12px;
  font-weight: 700;
}
.intro-services strong {
  font-size: 18px;
}
.intro-services p {
  margin: 6px 0 0;
  color: #62738a;
  font-size: 13px;
  line-height: 1.65;
}
.intro-collab {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 5px 0;
  color: #62738a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.intro-collab strong {
  color: #233755;
  text-align: right;
}
@media (max-width:960px) {
  .intro-heading,.intro-panels {
    grid-template-columns: 1fr;
  }
  .intro-heading {
    gap: 24px;
  }
  .intro-panels {
    box-shadow: 0 18px 48px rgba(16,27,45,.1);
  }
}
@media (max-width:640px) {
  .intro-heading {
    margin-bottom: 32px;
  }
  .intro-summary {
    font-size: 15px;
  }
  .intro-primary {
    padding: 35px 28px;
  }
  .intro-services>div {
    grid-template-columns: 38px 1fr;
    padding: 24px;
  }
  .intro-collab {
    flex-direction: column;
    gap: 8px;
  }
  .intro-collab strong {
    text-align: left;
    line-height: 1.6;
  }
}
.training-footprint {
  margin-top: 46px;
  padding: 34px 36px;
  border: 1px solid #d7dee7;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 42px rgba(16,27,45,.06);
}
.footprint-heading {
  display: grid;
  grid-template-columns: .45fr 1fr;
  gap: 36px;
  align-items: start;
}
.footprint-heading>span {
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #d7252f;
  font-size: 10px;
  font-weight: 700;
}
.footprint-heading p {
  margin: 0;
  color: #435873;
  font-size: 15px;
  line-height: 1.65;
}
.footprint-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.footprint-list>span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 100px;
  background: #101b2d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.footprint-list .past-partner {
  background: #eef2f6;
  color: #435873;
  border: 1px solid #d7dee7;
}
.past-partner small {
  padding-left: 8px;
  border-left: 1px solid #b7c2cf;
  color: #718198;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.footprint-note {
  margin: 18px 0 0;
  color: #7a8798 !important;
  font-size: 10px;
  line-height: 1.6;
}
@media (max-width:640px) {
  .training-footprint {
    margin-top: 34px;
    padding: 26px 22px;
  }
  .footprint-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footprint-list {
    align-items: flex-start;
    flex-direction: column;
  }
  .footprint-list>span {
    border-radius: 12px;
  }
  .past-partner {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .past-partner small {
    padding: 6px 0 0;
    border-left: 0;
    border-top: 1px solid #c8d1dc;
  }
}
.locations-section {
  padding: 64px 0;
  background: #fffdf9;
  border-top: 1px solid #e8edf3;
  border-bottom: 1px solid #e8edf3;
}
.locations-section .training-footprint {
  margin-top: 0;
}
@media (max-width:640px) {
  .locations-section {
    padding: 42px 0;
  }
  .locations-section .training-footprint {
    margin-top: 0;
  }
}
.intro-redesign>.shell:not(.about-editorial) {
  display: none;
}
.intro-redesign {
  padding: 0;
  background: #101b2d !important;
  color: #fff;
}
.intro-redesign:before {
  display: none;
}
.about-editorial {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  min-height: 720px;
  width: min(1380px,100%) !important;
}
.about-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}
.about-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 42%,rgba(16,27,45,.72));
}
.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88);
}
.about-stamp {
  position: absolute;
  z-index: 2;
  left: 38px;
  right: 38px;
  bottom: 38px;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(16,27,45,.78);
  backdrop-filter: blur(12px);
  border-radius: 14px;
}
.about-stamp small {
  display: block;
  color: #f5b7bb;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.about-stamp strong {
  display: block;
  margin-top: 7px;
  font-size: 21px;
}
.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(45px,6vw,100px);
}
.about-copy .section-kicker {
  color: #f5b7bb;
}
.about-copy h2 {
  font-size: clamp(42px,5vw,70px);
  line-height: 1.04;
}
.about-lead {
  margin: 30px 0 0;
  color: #c8d1dc;
  font-size: 17px;
  line-height: 1.8;
}
.about-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #2f4563;
  border-bottom: 1px solid #2f4563;
}
.about-note span {
  padding: 7px 10px;
  border-radius: 100px;
  background: #d7252f;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.about-note p {
  margin: 0;
  color: #aab5c3;
  font-size: 13px;
  line-height: 1.7;
}
.about-roles {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin-top: 32px;
}
.about-roles>div {
  padding: 18px 15px;
  border-radius: 12px;
  background: #16253d;
  border: 1px solid #2b405e;
}
.about-roles b {
  display: block;
  color: #e23842;
  font-size: 10px;
}
.about-roles strong {
  display: block;
  margin: 10px 0 7px;
  font-size: 13px;
}
.about-roles small {
  display: block;
  color: #8fa0b4;
  font-size: 10px;
  line-height: 1.55;
}
@media (max-width:960px) {
  .about-editorial {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .about-visual {
    min-height: 530px;
  }
  .about-copy {
    padding: 70px 40px;
  }
}
@media (max-width:640px) {
  .about-visual {
    min-height: 430px;
  }
  .about-stamp {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .about-copy {
    padding: 58px 24px;
  }
  .about-lead {
    font-size: 15px;
  }
  .about-roles {
    grid-template-columns: 1fr;
  }
  .about-roles>div {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: start;
  }
  .about-roles strong {
    margin: 0;
  }
  .about-roles small {
    grid-column: 2;
  }
}
.intro-redesign {
  position: relative;
  background: radial-gradient(circle at 88% 18%,rgba(215,37,47,.18),transparent 30%),linear-gradient(135deg,#101b2d 0%,#14243b 100%) !important;
}
.intro-redesign:after {
  content: "日本";
  position: absolute;
  right: -25px;
  bottom: -85px;
  color: rgba(255,255,255,.025);
  font-size: 250px;
  font-weight: 800;
  letter-spacing: -.08em;
}
.about-visual {
  display: none !important;
}
.about-editorial {
  display: block;
  min-height: 0 !important;
  width: min(1180px,calc(100% - 40px)) !important;
}
.about-copy {
  position: relative;
  z-index: 2;
  padding: 105px 0 !important;
}
.about-copy h2 {
  max-width: 920px;
}
.about-lead {
  max-width: 850px;
  font-size: 18px;
}
.about-note {
  max-width: 850px;
}
.about-roles {
  max-width: 1050px;
  gap: 16px;
  margin-top: 42px;
}
.about-roles>div {
  min-height: 150px;
  padding: 25px 23px;
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.13);
  transition: transform .25s,border-color .25s;
}
.about-roles>div:hover {
  transform: translateY(-5px);
  border-color: rgba(226,56,66,.7);
}
.about-roles strong {
  font-size: 16px;
}
.about-roles small {
  font-size: 12px;
}
@media (max-width:640px) {
  .about-editorial {
    width: min(100% - 28px,1180px) !important;
  }
  .about-copy {
    padding: 72px 0 !important;
  }
  .about-roles>div {
    min-height: 0;
  }
  .intro-redesign:after {
    font-size: 150px;
  }
}
.desktop-nav {
  align-items: center;
  margin-left: 44px;
}
@media (max-width:1180px) {
  .desktop-nav {
    margin-left: 28px;
  }
}
.desktop-nav .nav-social-link {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-left: -8px;
  border: 1px solid #d7dee7;
  border-radius: 50%;
  background: #fff;
}
.desktop-nav .nav-social-link:after {
  display: none;
}
.desktop-nav .nav-social-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #233755;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.desktop-nav .nav-social-link.whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
}
.desktop-nav .nav-social-link.instagram:hover {
  background: #d72562;
  border-color: #d72562;
}
.desktop-nav .nav-social-link:hover svg {
  stroke: #fff;
}
.notice ul {
  list-style: disc !important;
  padding-left: 20px !important;
  margin-top: 12px;
}
.notice li {
  display: list-item !important;
  margin: 8px 0 !important;
  padding-left: 3px;
}
.notice li::marker {
  color: #d7252f;
  font-size: 1.15em;
}
.header-brand-group .brand-logo {
  height: 60px;
  max-width: 390px;
}
.site-header .nav-shell {
  height: 104px;
}
@media (max-width:640px) {
  .header-brand-group .brand-logo {
    height: 42px;
    max-width: 225px;
  }
  .site-header .nav-shell {
    height: 82px;
  }
}
.header-brand-group>.hero-partner>span {
  display: block !important;
  max-width: 76px !important;
  color: #52657e;
  line-height: 1.35;
  white-space: normal;
  text-align: right;
}
@media (max-width:640px) {
  .header-brand-group>.hero-partner>span {
    display: block !important;
    max-width: 52px !important;
    font-size: 7px;
    text-align: right;
  }
  .header-brand-group>.hero-partner {
    gap: 6px;
  }
}
.cost-grid {
  grid-template-columns: .72fr 1.28fr;
  gap: 64px;
  align-items: start;
}
.cost-comparison {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
}
.cost-program {
  background: #fffdf9;
  padding: 28px 25px;
  border-radius: 14px;
  box-shadow: 0 22px 58px rgba(16,27,45,.11);
  border-top: 5px solid #d7252f;
}
.cost-program:nth-child(2) {
  border-top-color: #233755;
}
.cost-program-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #e8edf3;
}
.cost-program-head span {
  display: block;
  color: #d7252f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.cost-program:nth-child(2) .cost-program-head span {
  color: #435873;
}
.cost-program-head strong {
  display: block;
  margin-top: 7px;
  font-size: 24px;
}
.cost-program .cost-row {
  font-size: 12px;
  padding: 12px 0;
}
.cost-program .cost-total {
  padding-top: 20px;
}
.cost-program .cost-total strong {
  font-size: 25px;
}
.legacy-cost-card {
  display: none !important;
}
@media (max-width:960px) {
  .cost-grid {
    grid-template-columns: 1fr;
  }
  .cost-comparison {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:640px) {
  .cost-comparison {
    grid-template-columns: 1fr;
  }
  .cost-program {
    padding: 25px 20px;
  }
}
.header-brand-group .hero-partner-logo {
  background: transparent !important;
  border: 0 !important;
  padding: 0 4px !important;
  box-shadow: none !important;
}
.header-brand-group .hero-partner-logo img {
  display: none !important;
}
.header-brand-group .hero-partner-logo::before {
  content: "";
  display: block;
  width: 175px;
  height: 52px;
  background: url("data:image/png;base64,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") center/contain no-repeat !important;
}
@media (max-width:640px) {
  .header-brand-group .hero-partner-logo {
    padding: 0 2px !important;
  }
  .header-brand-group .hero-partner-logo::before {
    width: 112px;
    height: 41px;
  }
}
@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;
    }
  }
}
