/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --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-sm: 0.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: 2rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.75rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3.75rem;
    --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);
  }
}
@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 {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .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-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .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;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .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-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .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));
  }
  .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);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--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 {
  :root {
    --sk-navy: #0F2A44;
    --sk-ink: #070B22;
    --sk-midnight: #0B1430;
    --sk-card: #1B2139;
    --sk-gold: #C9A55A;
    --sk-gold-2: #E8CD8B;
    --sk-gold-3: #A8843C;
    --sk-slate: #2F3438;
    --sk-text: #3E4450;
    --sk-mist: #F3F4F6;
    --sk-line: rgba(15, 42, 68, .12);
    --sk-display: "Gilda Display", "Times New Roman", serif;
    --sk-body: "Poppins", "Helvetica Neue", Arial, sans-serif;
    --sk-ease: cubic-bezier(.2, .7, .1, 1);
    --sk-header-h: 104px;
  }
  html {
    scroll-behavior: smooth;
    overflow-x: clip;
  }
  body.sk-body {
    margin: 0;
    font-family: var(--sk-body);
    font-size: 15px;
    line-height: 1.7;
    color: var(--sk-text);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
  }
  body.sk-body h1, body.sk-body h2, body.sk-body h3, body.sk-body h4 {
    font-family: var(--sk-display);
    font-weight: 400;
    color: var(--sk-navy);
    line-height: 1.15;
    margin: 0;
  }
  body.sk-body p {
    margin: 0 0 1em;
  }
  body.sk-body img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  body.sk-body a {
    color: inherit;
  }
  ::selection {
    background: var(--sk-gold);
    color: #fff;
  }
}
@layer components {
  .sk-wrap {
    width: min(1140px, 100% - 40px);
    margin-inline: auto;
  }
  .sk-main {
    display: block;
  }
  .sk-section {
    padding: 96px 0;
    position: relative;
  }
  .sk-light {
    background: var(--sk-mist);
  }
  .sk-dark {
    background: var(--sk-ink);
    color: rgba(255,255,255,.78);
  }
  .sk-center {
    text-align: center;
  }
  .sk-intro {
    max-width: 780px;
    margin: 0 auto 56px;
  }
  .sk-mt {
    margin-top: 96px;
  }
  .sk-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .sk-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .sk-skip {
    position: absolute;
    left: -9999px;
    top: 0;
  }
  .sk-skip:focus {
    left: 12px;
    top: 12px;
    z-index: 999;
    background: #fff;
    padding: 8px 14px;
  }
  .sk-h2 {
    font-size: clamp(2rem, 1.3rem + 2.4vw, 3.4rem);
    letter-spacing: -.01em;
  }
  .sk-h2--light {
    color: #fff !important;
  }
  .sk-gold {
    color: var(--sk-gold);
  }
  .sk-lead {
    font-size: 1rem;
    color: var(--sk-text);
    margin-top: 18px;
  }
  .sk-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--sk-body);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--sk-gold);
    margin: 0 0 18px;
  }
  .sk-eyebrow__line {
    width: 42px;
    height: 1px;
    background: currentColor;
    display: inline-block;
  }
  .sk-pill {
    display: inline-block;
    padding: 6px 22px;
    border: 1px solid var(--sk-navy);
    border-radius: 8px;
    font-family: var(--sk-display);
    color: var(--sk-navy);
    font-size: 15px;
    margin-bottom: 18px;
  }
  .sk-btn {
    --bg: var(--sk-navy);
    --fg: #fff;
    --bd: var(--sk-navy);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 26px;
    border-radius: 6px;
    border: 1px solid var(--bd);
    background: var(--bg);
    color: var(--fg) !important;
    text-decoration: none;
    font-family: var(--sk-body);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    transition: transform .35s var(--sk-ease), box-shadow .35s var(--sk-ease), background .3s, color .3s;
    cursor: pointer;
  }
  .sk-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.35) 50%, transparent 80%);
    transform: translateX(-120%);
    transition: transform .8s var(--sk-ease);
  }
  .sk-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -12px rgba(0,0,0,.45);
  }
  .sk-btn:hover::after {
    transform: translateX(120%);
  }
  .sk-btn:focus-visible {
    outline: 2px solid var(--sk-gold);
    outline-offset: 3px;
  }
  .sk-btn--gold {
    --bg: linear-gradient(135deg, var(--sk-gold-2), var(--sk-gold) 45%, var(--sk-gold-3));
    --bd: var(--sk-gold);
    --fg: #fff;
    background: var(--bg);
  }
  .sk-btn--navy {
    --bg: var(--sk-navy);
  }
  .sk-btn--light {
    --bg: #fff;
    --fg: var(--sk-navy);
    --bd: #fff;
  }
  .sk-btn--ghost {
    --bg: rgba(255,255,255,.06);
    --fg: #fff;
    --bd: rgba(255,255,255,.45);
    backdrop-filter: blur(6px);
  }
  .sk-btn--ghost:hover {
    --bd: var(--sk-gold);
  }
  .sk-btn--lg {
    padding: 16px 30px;
    font-size: 15px;
  }
  .sk-btn--block {
    width: 100%;
  }
  .sk-arrow {
    width: 16px;
    height: 16px;
    transition: transform .35s var(--sk-ease);
  }
  .sk-btn:hover .sk-arrow {
    transform: translateX(4px);
  }
  .sk-check {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 4px;
    color: var(--sk-navy);
  }
  .sk-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.97);
    box-shadow: 0 1px 0 rgba(0,0,0,.08);
    transition: box-shadow .4s, background .4s;
  }
  .admin-bar .sk-header {
    top: 32px;
  }
  .sk-header.is-scrolled {
    box-shadow: 0 10px 30px -18px rgba(7,11,34,.45);
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.92);
  }
  .sk-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--sk-header-h);
    transition: height .4s var(--sk-ease);
  }
  .sk-header.is-scrolled .sk-header__inner {
    height: 78px;
  }
  .sk-logo img {
    height: 92px;
    width: auto;
    transition: height .4s var(--sk-ease);
  }
  .sk-header.is-scrolled .sk-logo img {
    height: 66px;
  }
  .sk-nav ul {
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sk-nav a {
    position: relative;
    font-family: var(--sk-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--sk-ink);
    text-decoration: none;
    padding: 8px 0;
    transition: color .3s;
  }
  .sk-nav a:hover {
    color: var(--sk-gold-3);
  }
  .sk-nav a::after {
    height: 2px !important;
  }
  .sk-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 1px;
    background: var(--sk-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .45s var(--sk-ease);
  }
  .sk-nav a:hover::after, .sk-nav a.is-current::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .sk-nav a.is-current {
    color: var(--sk-gold-3);
  }
  .sk-burger {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
  }
  .sk-burger span {
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1.5px;
    background: var(--sk-navy);
    transition: transform .4s var(--sk-ease), opacity .3s;
  }
  .sk-burger span:nth-child(1) {
    top: 15px;
  }
  .sk-burger span:nth-child(2) {
    top: 21px;
  }
  .sk-burger span:nth-child(3) {
    top: 27px;
  }
  .sk-header.is-open .sk-burger span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .sk-header.is-open .sk-burger span:nth-child(2) {
    opacity: 0;
  }
  .sk-header.is-open .sk-burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .sk-drawer {
    display: none;
  }
  .sk-hero {
    position: relative;
    min-height: calc(100svh - var(--sk-header-h));
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--sk-ink);
    color: #fff;
    padding: 90px 0 150px;
  }
  .sk-hero__bg {
    position: absolute;
    inset: -8% 0;
    will-change: transform;
  }
  .sk-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: skKenBurns 28s ease-in-out infinite alternate;
    transform-origin: 70% 40%;
  }
  .sk-hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(90% 70% at 85% 20%, rgba(201,165,90,.20), transparent 60%),	linear-gradient(100deg, rgba(7,11,34,.96) 0%, rgba(11,20,48,.86) 42%, rgba(15,42,68,.55) 72%, rgba(15,42,68,.35) 100%);
  }
  .sk-hero__beam {
    position: absolute;
    top: -40%;
    left: 55%;
    width: 34%;
    height: 180%;
    background: linear-gradient(90deg, transparent, rgba(232,205,139,.16), transparent);
    transform: rotate(18deg);
    filter: blur(8px);
    animation: skBeam 9s ease-in-out infinite;
    pointer-events: none;
  }
  .sk-hero__particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .sk-hero__skyline {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    width: 100%;
    height: 190px;
    pointer-events: none;
    opacity: .9;
  }
  .sk-hero__skyline-path {
    fill: none;
    stroke: url(#skGoldLine);
    stroke-width: 1.4;
    stroke-dasharray: 5200;
    stroke-dashoffset: 5200;
    animation: skDraw 4.5s .6s var(--sk-ease) forwards;
    filter: drop-shadow(0 0 6px rgba(232,205,139,.45));
  }
  .sk-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
  }
  .sk-hero__eyebrow {
    opacity: 0;
    animation: skFadeUp .9s .1s var(--sk-ease) forwards;
  }
  .sk-hero__title {
    font-size: clamp(2.3rem, 1.2rem + 3vw, 3.7rem);
    line-height: 1.1;
    color: #fff !important;
    letter-spacing: -.015em;
    margin-bottom: 26px !important;
  }
  .sk-w {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px) rotate(2deg);
    filter: blur(8px);
    animation: skWord .95s var(--sk-ease) forwards;
  }
  .sk-w:nth-child(1) {
    animation-delay: .25s;
  }
  .sk-w:nth-child(2) {
    animation-delay: .33s;
  }
  .sk-w:nth-child(3) {
    animation-delay: .41s;
  }
  .sk-w:nth-child(4) {
    animation-delay: .49s;
  }
  .sk-w:nth-child(5) {
    animation-delay: .57s;
  }
  .sk-w:nth-child(6) {
    animation-delay: .65s;
  }
  .sk-w:nth-child(7) {
    animation-delay: .73s;
  }
  .sk-w:nth-child(8) {
    animation-delay: .81s;
  }
  .sk-w:nth-child(9) {
    animation-delay: .89s;
  }
  .sk-w:nth-child(10) {
    animation-delay: .97s;
  }
  .sk-shimmer {
    background: linear-gradient(100deg, var(--sk-gold-3) 0%, var(--sk-gold) 25%, #F6E3B0 45%, var(--sk-gold) 60%, var(--sk-gold-3) 100%);
    background-size: 250% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: skWord .95s var(--sk-ease) forwards, skShimmer 6s 1.6s linear infinite;
  }
  .sk-hero__lead {
    max-width: 600px;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    opacity: 0;
    animation: skFadeUp 1s 1.1s var(--sk-ease) forwards;
  }
  .sk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
    opacity: 0;
    animation: skFadeUp 1s 1.3s var(--sk-ease) forwards;
  }
  .sk-hero__panel {
    position: relative;
    padding: 30px 30px 26px;
    border-radius: 18px;
    background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.03));
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 80px -30px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.12);
    opacity: 0;
    animation: skPanel 1.2s 1.2s var(--sk-ease) forwards;
  }
  .sk-hero__panel::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 18px;
    padding: 1px;
    pointer-events: none;
    background: conic-gradient(from var(--ang, 0deg), transparent 0 70%, var(--sk-gold-2) 80%, transparent 90%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: skSpin 6s linear infinite;
  }
  .sk-hero__panel-label {
    font-size: 11px;
    letter-spacing: .26em;
    text-transform: uppercase;
    color: var(--sk-gold);
    margin: 0 0 14px !important;
  }
  .sk-hero__panel-divider {
    height: 1px;
    background: rgba(255,255,255,.14);
    margin: 22px 0;
  }
  .sk-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
  }
  .sk-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 38px 1fr;
    column-gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    transition: background .5s, transform .5s var(--sk-ease);
  }
  .sk-steps li span {
    grid-row: span 2;
    font-family: var(--sk-display);
    font-size: 22px;
    color: rgba(255,255,255,.35);
    transition: color .5s;
  }
  .sk-steps li strong {
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 19px;
    color: #fff;
  }
  .sk-steps li em {
    font-style: normal;
    font-size: 12.5px;
    color: rgba(255,255,255,.6);
  }
  .sk-steps li.is-active {
    background: rgba(201,165,90,.14);
    transform: translateX(6px);
  }
  .sk-steps li.is-active span {
    color: var(--sk-gold-2);
  }
  .sk-steps li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: var(--sk-gold);
    transform: scaleY(0);
    transition: transform .5s var(--sk-ease);
  }
  .sk-steps li.is-active::after {
    transform: scaleY(1);
  }
  .sk-hero__markets {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
  }
  .sk-hero__markets li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    border-bottom: 1px dashed rgba(255,255,255,.12);
    padding-bottom: 10px;
  }
  .sk-hero__markets li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sk-hero__markets strong {
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 17px;
    color: #fff;
  }
  .sk-hero__markets span {
    font-size: 12px;
    color: rgba(255,255,255,.6);
    text-align: right;
  }
  .sk-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 70px;
    z-index: 3;
    width: 26px;
    height: 42px;
    margin-left: -13px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 14px;
    opacity: 0;
    animation: skFadeUp 1s 2s forwards;
  }
  .sk-hero__scroll span {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 3px;
    height: 8px;
    margin-left: -1.5px;
    background: var(--sk-gold-2);
    border-radius: 2px;
    animation: skScroll 1.8s infinite;
  }
  .sk-ticker {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(7,11,34,.72);
    backdrop-filter: blur(6px);
  }
  .sk-ticker__track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 26px;
    padding: 13px 0;
    animation: skMarquee 42s linear infinite;
  }
  .sk-ticker span {
    font-family: var(--sk-display);
    font-size: 15px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    white-space: nowrap;
  }
  .sk-ticker i {
    font-style: normal;
    font-size: 9px;
    color: var(--sk-gold);
  }
  .sk-approach {
    display: grid;
    grid-template-columns: 1fr minmax(260px, 340px) 1fr;
    gap: 48px;
    align-items: center;
  }
  .sk-approach__col {
    display: grid;
    gap: 54px;
  }
  .sk-approach__col--right {
    text-align: right;
  }
  .sk-approach__col--right .sk-feature__icon {
    margin-left: auto;
  }
  .sk-feature h3 {
    font-size: 22px;
    margin: 16px 0 8px !important;
  }
  .sk-feature p {
    margin: 0;
    font-size: 14px;
  }
  .sk-feature__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: var(--sk-navy);
    box-shadow: 0 12px 26px -12px rgba(15,42,68,.8);
    transition: transform .5s var(--sk-ease);
  }
  .sk-feature__icon img {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }
  .sk-feature:hover .sk-feature__icon {
    transform: translateY(-4px) rotate(-4deg);
  }
  .sk-approach__media {
    position: relative;
  }
  .sk-approach__frame {
    position: relative;
    border-radius: 180px 180px 18px 18px;
    overflow: hidden;
    aspect-ratio: 3 / 4.3;
    box-shadow: 0 40px 80px -40px rgba(7,11,34,.7);
    transition: transform .3s ease-out;
    transform-style: preserve-3d;
  }
  .sk-approach__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sk-approach__ring {
    position: absolute;
    inset: -14px;
    border: 1px solid var(--sk-gold);
    border-radius: 194px 194px 28px 28px;
    opacity: .55;
    pointer-events: none;
  }
  .sk-vision {
    background: linear-gradient(115deg, #0F2A44 0%, #0B1430 45%, #03050F 100%);
    color: rgba(255,255,255,.82);
    overflow: hidden;
  }
  .sk-vision__bg {
    position: absolute;
    inset: -20% -10% -20% 55%;
    background-size: cover;
    background-position: center;
    opacity: .12;
    mix-blend-mode: luminosity;
  }
  .sk-vision::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 90px 90px;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
  }
  .sk-vision__inner {
    position: relative;
    max-width: 940px;
  }
  .sk-vision__inner h2 {
    margin-bottom: 22px !important;
  }
  .sk-why {
    background: #fff url('https://skylinecapitalinvestments.com/wp-content/uploads/2026/09/Page-background.jpg') center / cover no-repeat;
  }
  .sk-why::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.9);
  }
  .sk-why .sk-wrap {
    position: relative;
  }
  .sk-why__head {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 60px;
  }
  .sk-why__head h2 {
    padding-right: 40px;
    border-right: 2px solid var(--sk-navy);
  }
  .sk-why__head p {
    margin: 0;
  }
  .sk-why__item {
    position: relative;
    padding: 34px 28px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--sk-line);
    transition: transform .5s var(--sk-ease), box-shadow .5s, border-color .5s;
  }
  .sk-why__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -30px rgba(15,42,68,.45);
    border-color: rgba(201,165,90,.6);
  }
  .sk-why__num {
    font-family: var(--sk-display);
    font-size: 44px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px var(--sk-gold);
    display: block;
    margin-bottom: 14px;
  }
  .sk-why__item h3 {
    font-size: 22px;
    margin-bottom: 10px !important;
  }
  .sk-why__item p {
    font-size: 14px;
    margin: 0;
  }
  .sk-partners {
    margin-top: 48px;
  }
  .sk-partner {
    position: relative;
    padding: 30px 32px;
    border-radius: 14px;
    background: var(--sk-card);
    border: 1px solid rgba(255,255,255,.06);
    overflow: hidden;
    transition: transform .5s var(--sk-ease), border-color .5s;
  }
  .sk-partner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(var(--sk-gold-2), var(--sk-gold-3));
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .6s var(--sk-ease);
  }
  .sk-partner:hover {
    transform: translateY(-4px);
    border-color: rgba(201,165,90,.35);
  }
  .sk-partner:hover::before {
    transform: scaleY(1);
  }
  .sk-partner h3 {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 16px !important;
  }
  .sk-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
  }
  .sk-checklist li {
    display: flex;
    gap: 10px;
    font-size: 14px;
  }
  .sk-checklist--gold .sk-check {
    color: var(--sk-gold);
  }
  .sk-deals {
    margin-top: 48px;
  }
  .sk-deal {
    border-radius: 16px;
    overflow: hidden;
    background: var(--sk-card);
    border: 1px solid rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    transition: transform .5s var(--sk-ease), box-shadow .5s;
  }
  .sk-deal:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -30px rgba(0,0,0,.8);
  }
  .sk-deal__img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .sk-deal__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--sk-ease);
  }
  .sk-deal:hover .sk-deal__img img {
    transform: scale(1.07);
  }
  .sk-deal__body {
    padding: 30px 32px 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
  }
  .sk-deal__body h3 {
    color: #fff !important;
    font-size: 26px;
    margin-bottom: 12px !important;
  }
  .sk-deal__body p {
    font-size: 14px;
    flex: 1;
  }
  .sk-model {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    align-items: stretch;
  }
  .sk-model__line {
    position: absolute;
    left: 8%;
    right: 8%;
    top: -28px;
    width: 84%;
    height: 20px;
    overflow: visible;
  }
  .sk-model__line path {
    stroke: var(--sk-gold);
    stroke-width: 1.5;
    stroke-dasharray: 6 8;
    fill: none;
  }
  .sk-model__card {
    position: relative;
    padding: 34px 30px 30px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #d8dbe0;
    display: flex;
    flex-direction: column;
    transition: transform .5s var(--sk-ease), box-shadow .5s;
  }
  .sk-model__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px -40px rgba(15,42,68,.55);
  }
  .sk-model__card h3 {
    font-family: var(--sk-body) !important;
    font-weight: 600 !important;
    font-size: 20px;
    margin-bottom: 10px !important;
  }
  .sk-model__card > p {
    font-size: 14px;
  }
  .sk-model__card .sk-checklist {
    margin: 8px 0 26px;
    flex: 1;
  }
  .sk-model__num {
    position: absolute;
    right: 22px;
    top: 14px;
    font-family: var(--sk-display);
    font-size: 64px;
    line-height: 1;
    color: rgba(15,42,68,.07);
  }
  .sk-model__card.is-featured {
    background: linear-gradient(160deg, #13304d, #0B1430);
    border-color: transparent;
    color: rgba(255,255,255,.8);
    transform: translateY(-14px);
    box-shadow: 0 40px 80px -40px rgba(7,11,34,.9);
  }
  .sk-model__card.is-featured:hover {
    transform: translateY(-20px);
  }
  .sk-model__card.is-featured h3 {
    color: #fff !important;
  }
  .sk-model__card.is-featured .sk-model__num {
    color: rgba(255,255,255,.08);
  }
  .sk-model__card.is-featured .sk-check, .sk-model__card.is-featured li {
    color: var(--sk-gold-2);
  }
  .sk-markets .sk-grid-3 {
    margin-top: 48px;
  }
  .sk-market {
    padding: 16px 16px 26px;
    border-radius: 16px;
    background: var(--sk-card);
    border: 1px solid rgba(255,255,255,.06);
    transition: transform .5s var(--sk-ease);
  }
  .sk-market:hover {
    transform: translateY(-6px);
  }
  .sk-market__img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 2.7;
    margin-bottom: 20px;
  }
  .sk-market__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s var(--sk-ease);
  }
  .sk-market:hover .sk-market__img img {
    transform: scale(1.08);
  }
  .sk-market__tag {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    background: rgba(7,11,34,.7);
    color: var(--sk-gold-2);
    backdrop-filter: blur(4px);
  }
  .sk-market h3 {
    color: #fff !important;
    font-size: 24px;
    margin: 0 8px 10px !important;
  }
  .sk-market p {
    font-size: 13.5px;
    margin: 0 8px;
  }
  .sk-ready {
    margin-top: 64px;
  }
  .sk-ready__title {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-bottom: 18px !important;
  }
  .sk-slider-wrap {
    padding: 60px 0;
  }
  .sk-slider {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 60px rgba(201,165,90,.12);
  }
  .sk-slider__track {
    display: flex;
    transition: transform .9s var(--sk-ease);
  }
  .sk-slider__slide {
    flex: 0 0 100%;
    aspect-ratio: 16 / 6.2;
    overflow: hidden;
  }
  .sk-slider__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: transform 6s ease-out;
  }
  .sk-slider__slide.is-active img {
    transform: scale(1);
  }
  .sk-slider__btn {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(7,11,34,.45);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    backdrop-filter: blur(6px);
    transition: background .3s, transform .3s;
  }
  .sk-slider__btn svg {
    width: 18px;
    height: 18px;
  }
  .sk-slider__btn:hover {
    background: var(--sk-gold);
    transform: scale(1.06);
  }
  .sk-slider__btn--prev {
    left: 18px;
  }
  .sk-slider__btn--next {
    right: 18px;
  }
  .sk-slider__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .sk-slider__dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 99px;
    border: 0;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    transition: width .4s var(--sk-ease), background .3s;
  }
  .sk-slider__dots button.is-active {
    width: 28px;
    background: var(--sk-gold-2);
  }
  .sk-cta {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    background: var(--sk-ink);
  }
  .sk-cta__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sk-cta__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,11,34,.88), rgba(7,11,34,.55));
  }
  .sk-cta__card {
    position: relative;
    max-width: 760px;
    padding: 44px 46px;
    border-radius: 18px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    color: rgba(255,255,255,.85);
  }
  .sk-cta__card h2 {
    font-size: clamp(1.9rem, 1.2rem + 2vw, 3rem);
    margin-bottom: 16px !important;
  }
  .sk-cta__card p {
    margin-bottom: 26px;
  }
  .sk-footer {
    position: relative;
    background: radial-gradient(80% 120% at 0% 0%, #13304d 0%, #0B1430 45%, #03050F 100%);
    color: rgba(255,255,255,.72);
    padding: 110px 0 0;
    font-size: 13.5px;
    overflow: hidden;
  }
  .sk-footer__skyline {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    opacity: .08;
  }
  .sk-footer__skyline svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    transform: scaleY(-1);
  }
  .sk-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 50px;
  }
  .sk-footer h2 {
    color: #fff !important;
    font-size: 24px;
    margin-bottom: 14px !important;
  }
  .sk-footer h3 {
    color: #fff !important;
    font-size: 19px;
    margin-bottom: 12px !important;
  }
  .sk-footer__disclaimer {
    font-size: 12.5px;
    color: rgba(255,255,255,.6);
  }
  .sk-footer__links, .sk-footer__contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
  }
  .sk-footer a {
    text-decoration: none;
    transition: color .3s;
  }
  .sk-footer__links a {
    color: var(--sk-gold-2);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .sk-footer a:hover {
    color: var(--sk-gold);
  }
  .sk-footer__social-title {
    margin-top: 24px !important;
  }
  .sk-social {
    display: flex;
    gap: 10px;
  }
  .sk-social a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    transition: background .3s, border-color .3s, transform .3s;
  }
  .sk-social a:hover {
    background: var(--sk-gold);
    border-color: var(--sk-gold);
    transform: translateY(-3px);
    color: #fff;
  }
  .sk-social svg {
    width: 17px;
    height: 17px;
  }
  .sk-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 22px 0 28px;
  }
  .sk-footer__bottom p {
    margin: 0;
    font-size: 12.5px;
  }
  .sk-banner {
    position: relative;
    overflow: hidden;
    padding: 70px 0 58px;
    background: linear-gradient(180deg, #13304d 0%, #0B1430 55%, #03050F 100%);
  }
  .sk-banner__grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, transparent, #000 40%, #000 60%, transparent);
    animation: skGrid 18s linear infinite;
  }
  .sk-banner__glow {
    position: absolute;
    width: 520px;
    height: 520px;
    right: -120px;
    top: -260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,165,90,.35), transparent 65%);
    animation: skFloat 9s ease-in-out infinite;
  }
  .sk-banner__inner {
    position: relative;
  }
  .sk-banner__title {
    font-size: clamp(2.6rem, 1.6rem + 3.4vw, 4.6rem) !important;
    color: #fff !important;
  }
  .sk-banner__rule {
    display: block;
    width: 0;
    height: 2px;
    margin-top: 18px;
    background: linear-gradient(90deg, var(--sk-gold-2), transparent);
    animation: skRule 1.2s .5s var(--sk-ease) forwards;
  }
  .sk-split .sk-ch {
    display: inline-block;
    opacity: 0;
    transform: translateY(.6em);
    animation: skFadeUp .8s var(--sk-ease) forwards;
  }
  .sk-split-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  .sk-media-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 40px 80px -40px rgba(7,11,34,.6);
  }
  .sk-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 4.4;
  }
  .sk-media-card--outline::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 12px;
    pointer-events: none;
  }
  .sk-founder {
    background: linear-gradient(180deg, #fff, #f1f3fb);
  }
  .sk-founder__eyebrow {
    color: #2847C8;
    letter-spacing: .2em;
    font-size: 13px;
    font-weight: 500;
  }
  .sk-founder__name {
    font-size: clamp(2.2rem, 1.6rem + 1.8vw, 3.2rem) !important;
    margin-bottom: 18px !important;
  }
  .sk-founder__photo {
    position: relative;
  }
  .sk-founder__photo img {
    border-radius: 4px;
    box-shadow: 0 40px 80px -40px rgba(7,11,34,.55);
  }
  .sk-founder__photo::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 18px;
    right: 18px;
    bottom: -18px;
    border: 1px solid var(--sk-gold);
    z-index: -1;
  }
  .sk-bluechecks {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    gap: 6px;
  }
  .sk-bluechecks li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14.5px;
    color: var(--sk-navy);
  }
  .sk-bluechecks .sk-check {
    color: #fff;
    background: #2847C8;
    border-radius: 50%;
    padding: 2px;
  }
  .sk-expertise__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
  }
  .sk-expertise__list li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: var(--sk-slate);
  }
  .sk-expertise__list .sk-check {
    color: var(--sk-gold);
  }
  .sk-framework {
    position: relative;
    overflow: hidden;
    background: var(--sk-ink);
    color: #fff;
  }
  .sk-framework__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .18;
  }
  .sk-framework .sk-wrap {
    position: relative;
  }
  .sk-framework__list {
    counter-reset: fw;
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
  }
  .sk-framework__list li {
    counter-increment: fw;
    position: relative;
    padding: 70px 22px 26px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    font-family: var(--sk-display);
    font-size: 20px;
    line-height: 1.25;
    backdrop-filter: blur(6px);
    transition: transform .5s var(--sk-ease), background .5s;
  }
  .sk-framework__list li::before {
    content: "0" counter(fw);
    position: absolute;
    left: 22px;
    top: 20px;
    font-size: 34px;
    color: var(--sk-gold);
  }
  .sk-framework__list li:hover {
    transform: translateY(-6px);
    background: rgba(201,165,90,.14);
  }
  .sk-perform__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 36px 0;
  }
  .sk-perform__item {
    padding: 24px 20px;
    border-radius: 14px;
    border: 1px solid var(--sk-line);
    background: #fff;
    text-align: center;
    font-family: var(--sk-display);
    font-size: 19px;
    color: var(--sk-navy);
    transition: transform .5s var(--sk-ease), border-color .5s;
  }
  .sk-perform__item:hover {
    transform: translateY(-6px);
    border-color: var(--sk-gold);
  }
  .sk-perform__item svg {
    width: 34px;
    height: 34px;
    margin: 0 auto 12px;
    color: var(--sk-gold);
  }
  .sk-quote {
    font-family: var(--sk-display);
    font-size: clamp(1.3rem, 1rem + 1vw, 1.8rem);
    color: var(--sk-navy);
    text-align: center;
    max-width: 820px;
    margin: 30px auto 0;
    line-height: 1.4;
  }
  .sk-opps {
    display: grid;
    gap: 30px;
  }
  .sk-opp {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    min-height: 340px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(120deg, #13304d 0%, #0B1430 50%, #03050F 100%);
    color: rgba(255,255,255,.8);
  }
  .sk-opp:nth-child(even) {
    grid-template-columns: 1fr 1.1fr;
  }
  .sk-opp:nth-child(even) .sk-opp__body {
    order: 2;
  }
  .sk-opp__body {
    padding: 48px 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .sk-opp__body h2 {
    color: #fff !important;
    font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.4rem);
    margin-bottom: 14px !important;
  }
  .sk-opp__body p {
    margin-bottom: 26px;
  }
  .sk-opp__media {
    position: relative;
    overflow: hidden;
  }
  .sk-opp__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.6s var(--sk-ease);
  }
  .sk-opp:hover .sk-opp__media img {
    transform: scale(1.06);
  }
  .sk-opp__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11,20,48,.55), transparent 45%);
  }
  .sk-opp:nth-child(even) .sk-opp__media::after {
    background: linear-gradient(270deg, rgba(11,20,48,.55), transparent 45%);
  }
  .sk-opp__index {
    position: absolute;
    right: 24px;
    top: 18px;
    z-index: 2;
    font-family: var(--sk-display);
    font-size: 15px;
    letter-spacing: .2em;
    color: var(--sk-gold-2);
  }
  .sk-whyus__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 26px;
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
  }
  .sk-whyus__list li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: var(--sk-navy);
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--sk-line);
  }
  .sk-whyus__list .sk-check {
    color: var(--sk-gold);
  }
  .sk-whyus__img img {
    border-radius: 18px;
  }
  .sk-buy {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 48px;
  }
  .sk-buy__item {
    position: relative;
    padding: 34px 28px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--sk-line);
    overflow: hidden;
    transition: transform .5s var(--sk-ease), box-shadow .5s;
  }
  .sk-buy__item::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, var(--sk-gold-2), var(--sk-gold-3));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s var(--sk-ease);
  }
  .sk-buy__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -32px rgba(15,42,68,.5);
  }
  .sk-buy__item:hover::after {
    transform: scaleX(1);
  }
  .sk-buy__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--sk-navy);
    color: var(--sk-gold-2);
    margin-bottom: 18px;
  }
  .sk-buy__icon svg {
    width: 26px;
    height: 26px;
  }
  .sk-buy__item h3 {
    font-size: 21px;
    margin-bottom: 8px !important;
  }
  .sk-buy__item p {
    font-size: 14px;
    margin: 0;
  }
  .sk-connect {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0 40px;
  }
  .sk-connect__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--sk-line);
    color: var(--sk-slate);
    text-decoration: none;
    font-size: 14px;
    transition: transform .4s var(--sk-ease), border-color .4s;
    word-break: break-word;
  }
  a.sk-connect__item:hover {
    transform: translateY(-4px);
    border-color: var(--sk-gold);
  }
  .sk-connect__icon {
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--sk-mist);
    color: var(--sk-navy);
  }
  .sk-connect__icon svg {
    width: 22px;
    height: 22px;
  }
  .sk-formcard {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 40px 90px -45px rgba(7,11,34,.55);
  }
  .sk-formcard__media {
    position: relative;
    min-height: 420px;
  }
  .sk-formcard__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sk-formcard__body {
    padding: 40px 40px 20px;
    background: linear-gradient(160deg, #eef0f4, #dfe3ea);
  }
  .sk-formcard__title {
    font-size: clamp(1.7rem, 1.2rem + 1.2vw, 2.3rem) !important;
    margin-bottom: 20px !important;
  }
  .sk-calendar {
    background: #fff;
    border-radius: 18px;
    padding: 10px;
    box-shadow: 0 40px 90px -45px rgba(7,11,34,.45);
  }
  .sk-prose {
    max-width: 860px;
    margin: 0 auto;
    font-size: 15px;
    color: var(--sk-slate);
  }
  .sk-prose h2 {
    font-size: 26px;
    margin: 40px 0 12px !important;
  }
  .sk-prose h3 {
    font-size: 21px;
    margin: 30px 0 10px !important;
  }
  .sk-prose ul {
    padding-left: 22px;
    margin: 0 0 1em;
  }
  .sk-prose li {
    margin-bottom: 4px;
  }
  .sk-prose a {
    color: var(--sk-navy);
  }
  .sk-hero__path {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    column-gap: 18px;
    min-width: 250px;
    padding: 16px 22px;
    border-radius: 12px;
    text-decoration: none;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.3);
    backdrop-filter: blur(8px);
    color: #fff !important;
    transition: transform .4s var(--sk-ease), border-color .4s, background .4s;
  }
  .sk-hero__path small {
    grid-column: 1;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.65);
  }
  .sk-hero__path strong {
    grid-column: 1;
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 22px;
  }
  .sk-hero__path .sk-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 22px;
    height: 22px;
  }
  .sk-hero__path:hover {
    transform: translateY(-3px);
    border-color: var(--sk-gold-2);
    background: rgba(255,255,255,.14);
  }
  .sk-hero__path:hover .sk-arrow {
    transform: translateX(5px);
  }
  .sk-hero__path--gold {
    background: linear-gradient(135deg, var(--sk-gold-2), var(--sk-gold) 45%, var(--sk-gold-3));
    border-color: var(--sk-gold);
  }
  .sk-hero__path--gold small {
    color: rgba(7,11,34,.7);
  }
  .sk-hero__path--gold strong, .sk-hero__path--gold .sk-arrow {
    color: var(--sk-ink);
  }
  .sk-hero__path--gold:hover {
    background: linear-gradient(135deg, #f3dca2, var(--sk-gold-2) 45%, var(--sk-gold));
  }
  .sk-hero__consult {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    color: rgba(255,255,255,.7) !important;
    text-decoration: none;
    opacity: 0;
    animation: skFadeUp 1s 1.5s var(--sk-ease) forwards;
  }
  .sk-hero__consult:hover {
    color: var(--sk-gold-2) !important;
  }
  @media (max-width: 560px) {
    .sk-hero__path {
      width: 100%;
      min-width: 0;
    }
  }
  .sk-ihero {
    position: relative;
    overflow: hidden;
    min-height: 78svh;
    display: flex;
    align-items: center;
    padding: 90px 0 110px;
    background: var(--sk-ink);
    color: #fff;
  }
  .sk-ihero__bg {
    position: absolute;
    inset: -10% 0;
  }
  .sk-ihero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: skXfade 21s linear infinite;
  }
  .sk-ihero__slide:nth-child(1) {
    animation-delay: 0s;
  }
  .sk-ihero__slide:nth-child(2) {
    animation-delay: 7s;
  }
  .sk-ihero__slide:nth-child(3) {
    animation-delay: 14s;
  }
  .sk-ihero__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: skDrift 21s linear infinite;
  }
  .sk-ihero__slide:nth-child(2) img {
    animation-delay: 7s;
    transform-origin: 30% 50%;
  }
  .sk-ihero__slide:nth-child(3) img {
    animation-delay: 14s;
    transform-origin: 70% 60%;
  }
  .sk-ihero__chart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    z-index: 1;
  }
  .sk-ihero__line {
    stroke-dasharray: 1700;
    stroke-dashoffset: 1700;
    animation: skDraw 3.5s .8s var(--sk-ease) forwards;
    filter: drop-shadow(0 0 6px rgba(232,205,139,.6));
  }
  .sk-ihero__area {
    opacity: 0;
    animation: skFadeUp 1.5s 2.6s ease forwards;
  }
  .sk-ihero__ticks {
    position: absolute;
    right: 40px;
    bottom: 34px;
    z-index: 3;
    display: flex;
    gap: 8px;
  }
  .sk-ihero__ticks span {
    position: relative;
    width: 38px;
    height: 2px;
    background: rgba(255,255,255,.25);
    overflow: hidden;
  }
  .sk-ihero__ticks span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--sk-gold-2);
    transform: scaleX(0);
    transform-origin: left;
    animation: skTick 21s linear infinite;
  }
  .sk-ihero__ticks span:nth-child(2)::after {
    animation-delay: 7s;
  }
  .sk-ihero__ticks span:nth-child(3)::after {
    animation-delay: 14s;
  }
  @keyframes skXfade {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    33% {
      opacity: 1;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes skDrift {
    0% {
      transform: scale(1.02);
    }
    40% {
      transform: scale(1.14);
    }
    100% {
      transform: scale(1.14);
    }
  }
  @keyframes skTick {
    0% {
      transform: scaleX(0);
    }
    33.3% {
      transform: scaleX(1);
      opacity: 1;
    }
    34% {
      opacity: 0;
    }
    100% {
      opacity: 0;
      transform: scaleX(1);
    }
  }
  @media (max-width: 900px) {
    .sk-ihero__ticks {
      right: 20px;
    }
    .sk-ihero__chart {
      height: 120px;
    }
  }
  .sk-hero__overlay {
    background: linear-gradient(180deg, rgba(7,11,34,.35) 0%, transparent 28%, transparent 68%, rgba(7,11,34,.75) 100%), linear-gradient(100deg, rgba(7,11,34,.92) 0%, rgba(11,20,48,.78) 40%, rgba(15,42,68,.35) 72%, rgba(15,42,68,.2) 100%) !important;
  }
  .sk-hero__ticks {
    bottom: 64px;
    right: 40px;
  }
  .sk-buybox.sk-buybox--home {
    grid-template-columns: repeat(4, 1fr);
  }
  .sk-snapcta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 22px 26px;
    border-radius: 14px;
    background: linear-gradient(120deg, #13304d, #0B1430);
    color: rgba(255,255,255,.82);
  }
  .sk-snapcta p {
    margin: 0;
  }
  .sk-snapcta strong {
    color: #fff;
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 20px;
  }
  .sk-faq__a a {
    color: var(--sk-navy);
    text-decoration: underline;
    text-decoration-color: var(--sk-gold);
  }
  @media (max-width: 1080px) {
    .sk-buybox.sk-buybox--home {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 560px) {
    .sk-buybox.sk-buybox--home {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 900px) {
    .sk-hero__overlay {
      background: linear-gradient(180deg, rgba(7,11,34,.85), rgba(7,11,34,.72) 55%, rgba(7,11,34,.9)) !important;
    }
    .sk-hero__ticks {
      display: none;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .sk-ihero__slide:first-child {
      opacity: 1;
    }
    .sk-ihero__line {
      stroke-dashoffset: 0;
    }
    .sk-ihero__area, .sk-ihero__pillars {
      opacity: 1;
    }
  }
  .sk-ihero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,11,34,.35) 0%, transparent 30%, transparent 70%, rgba(7,11,34,.7) 100%), linear-gradient(95deg, rgba(7,11,34,.9) 0%, rgba(11,20,48,.74) 38%, rgba(15,42,68,.28) 72%, rgba(15,42,68,.12) 100%);
  }
  @media (max-width: 900px) {
    .sk-ihero__shade {
      background: linear-gradient(180deg, rgba(7,11,34,.82), rgba(7,11,34,.7) 60%, rgba(7,11,34,.85));
    }
  }
  .sk-ihero .sk-banner__grid {
    opacity: .6;
  }
  .sk-ihero__inner {
    position: relative;
    z-index: 2;
    max-width: 1140px;
  }
  .sk-ihero .sk-hero__title {
    max-width: 900px;
  }
  .sk-ihero__pillars {
    list-style: none;
    margin: 56px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    overflow: hidden;
    max-width: 900px;
    opacity: 0;
    animation: skFadeUp 1s 1.6s var(--sk-ease) forwards;
  }
  .sk-ihero__pillars li {
    padding: 18px 20px;
    background: rgba(7,11,34,.55);
    backdrop-filter: blur(8px);
  }
  .sk-ihero__pillars strong {
    display: block;
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 20px;
    color: var(--sk-gold-2);
  }
  .sk-ihero__pillars span {
    font-size: 12.5px;
    color: rgba(255,255,255,.7);
  }
  .sk-subnav {
    position: sticky;
    top: 78px;
    z-index: 40;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--sk-line);
  }
  .admin-bar .sk-subnav {
    top: 110px;
  }
  .sk-subnav__inner {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 10px 0;
  }
  .sk-subnav__inner::-webkit-scrollbar {
    display: none;
  }
  .sk-subnav a {
    flex: 0 0 auto;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: var(--sk-slate);
    text-decoration: none;
    transition: background .3s, color .3s;
  }
  .sk-subnav a:hover {
    background: var(--sk-mist);
    color: var(--sk-navy);
  }
  .sk-subnav a.is-active {
    background: var(--sk-navy);
    color: #fff;
  }
  .sk-subnav a.sk-subnav__cta {
    margin-left: auto;
    background: linear-gradient(135deg, var(--sk-gold-2), var(--sk-gold));
    color: var(--sk-ink);
    font-weight: 600;
  }
  #why, #structure, #lifecycle, #value, #eligibility, #taxes, #risks, #faq, #join {
    scroll-margin-top: 150px;
  }
  .sk-docs {
    margin-top: 40px;
    padding: 28px 30px;
    border-radius: 18px;
    background: var(--sk-mist);
  }
  .sk-docs__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .sk-docs__row strong {
    display: block;
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 19px;
    color: var(--sk-navy);
    margin-bottom: 4px;
  }
  .sk-docs__row span {
    font-size: 13.5px;
  }
  .sk-pulse {
    animation: skPulse 3.2s ease-in-out infinite;
  }
  .sk-life {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
  }
  .sk-life::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 24px;
    height: 2px;
    background: rgba(255,255,255,.12);
  }
  .sk-life::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 24px;
    height: 2px;
    background: linear-gradient(90deg, var(--sk-gold-2), var(--sk-gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 2.2s var(--sk-ease) .3s;
  }
  .sk-life.is-drawn::after {
    transform: scaleX(1);
  }
  .sk-life li {
    position: relative;
  }
  .sk-life__dot {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--sk-ink);
    border: 2px solid var(--sk-gold);
    color: var(--sk-gold-2);
    font-family: var(--sk-display);
    font-size: 19px;
    margin-bottom: 18px;
  }
  .sk-life h3 {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 8px !important;
  }
  .sk-life p {
    font-size: 13.5px;
    margin: 0;
    color: rgba(255,255,255,.72);
  }
  .sk-formula {
    display: inline-block;
    margin: 6px 0 18px !important;
    padding: 12px 20px;
    border-radius: 10px;
    background: var(--sk-navy);
    color: var(--sk-gold-2);
    font-family: var(--sk-display);
    font-size: 22px;
  }
  .sk-calc {
    padding: 32px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--sk-line);
    box-shadow: 0 40px 80px -45px rgba(15,42,68,.55);
  }
  .sk-calc__field {
    margin-bottom: 22px;
  }
  .sk-calc__field label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--sk-slate);
    margin-bottom: 10px;
  }
  .sk-calc__field output {
    font-family: var(--sk-display);
    font-size: 20px;
    color: var(--sk-navy);
  }
  .sk-calc input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--sk-gold) var(--p, 50%), #e5e7eb var(--p, 50%));
    outline: none;
  }
  .sk-calc input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--sk-navy);
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    cursor: pointer;
  }
  .sk-calc input[type=range]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--sk-navy);
    border: 3px solid #fff;
    cursor: pointer;
  }
  .sk-calc__results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 8px;
  }
  .sk-calc__results div {
    padding: 16px 14px;
    border-radius: 12px;
    background: var(--sk-mist);
  }
  .sk-calc__results span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 4px;
  }
  .sk-calc__results strong {
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 21px;
    color: var(--sk-navy);
  }
  .sk-calc__results .is-gold {
    background: var(--sk-navy);
  }
  .sk-calc__results .is-gold span {
    color: rgba(255,255,255,.65);
  }
  .sk-calc__results .is-gold strong {
    color: var(--sk-gold-2);
  }
  .sk-calc__bar {
    height: 8px;
    border-radius: 99px;
    background: var(--sk-mist);
    margin-top: 16px;
    overflow: hidden;
  }
  .sk-calc__bar span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--sk-gold-2), var(--sk-gold));
    transition: width .5s var(--sk-ease);
  }
  .sk-calc__note {
    font-size: 12.5px;
    color: #6b7280;
  }
  .sk-accredited {
    margin-top: 36px;
    padding: 34px;
    border-radius: 20px;
    background: var(--sk-mist);
    border: 1px solid var(--sk-line);
  }
  .sk-accredited__head h3 {
    font-size: 24px;
    margin-bottom: 22px !important;
  }
  .sk-accredited__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .sk-accredited__grid div {
    padding: 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--sk-line);
  }
  .sk-accredited__grid strong {
    display: block;
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 20px;
    color: var(--sk-navy);
    margin-bottom: 6px;
  }
  .sk-accredited__grid span {
    font-size: 13.5px;
  }
  .sk-accredited__note {
    font-size: 12.5px;
    color: #6b7280;
    margin: 18px 0 0 !important;
  }
  .sk-taxlist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 22px 0 16px;
  }
  .sk-taxlist div {
    padding: 20px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--sk-line);
  }
  .sk-taxlist strong {
    display: block;
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 19px;
    color: var(--sk-navy);
    margin-bottom: 6px;
  }
  .sk-taxlist p {
    font-size: 13.5px;
    margin: 0;
  }
  .sk-card--num {
    position: relative;
    overflow: hidden;
  }
  .sk-card__num {
    font-family: var(--sk-display);
    font-size: 44px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px var(--sk-gold);
  }
  .sk-card--risk {
    border-left: 3px solid var(--sk-gold);
  }
  .sk-card--risk h3 {
    margin-top: 0 !important;
  }
  .sk-askcard {
    padding: 36px;
    border-radius: 20px;
    background: linear-gradient(150deg, #13304d, #0B1430 60%, #03050F);
    color: rgba(255,255,255,.82);
  }
  .sk-askcard h3 {
    color: #fff !important;
    font-size: 26px;
    margin-bottom: 18px !important;
  }
  .sk-askcard .sk-buybox__label {
    color: var(--sk-gold-2);
  }
  .sk-askcard ol {
    counter-reset: q;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
  }
  .sk-askcard li {
    counter-increment: q;
    position: relative;
    padding-left: 40px;
    font-size: 14px;
  }
  .sk-askcard li::before {
    content: counter(q, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--sk-display);
    color: var(--sk-gold-2);
  }
  .sk-glossary {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }
  .sk-gloss {
    position: relative;
    height: 150px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    perspective: 900px;
    font: inherit;
    text-align: left;
  }
  .sk-gloss span {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform .7s var(--sk-ease);
    display: flex;
    padding: 18px;
  }
  .sk-gloss__front {
    align-items: flex-end;
    background: #fff;
    border: 1px solid var(--sk-line);
    font-family: var(--sk-display);
    font-size: 22px;
    color: var(--sk-navy);
  }
  .sk-gloss__front::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 12px;
    color: var(--sk-gold);
    font-family: var(--sk-body);
    font-size: 20px;
  }
  .sk-gloss__back {
    align-items: center;
    background: var(--sk-navy);
    color: rgba(255,255,255,.88);
    font-size: 13px;
    line-height: 1.5;
    transform: rotateY(180deg);
  }
  .sk-gloss:hover .sk-gloss__front, .sk-gloss:focus-visible .sk-gloss__front, .sk-gloss.is-flipped .sk-gloss__front {
    transform: rotateY(-180deg);
  }
  .sk-gloss:hover .sk-gloss__back, .sk-gloss:focus-visible .sk-gloss__back, .sk-gloss.is-flipped .sk-gloss__back {
    transform: rotateY(0);
  }
  .sk-join .sk-process {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 34px;
  }
  .sk-join .sk-process::before {
    background: linear-gradient(90deg, var(--sk-gold), rgba(201,165,90,.15));
  }
  .sk-join .sk-process p {
    color: rgba(255,255,255,.7);
  }
  .sk-joinform {
    padding: 16px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 40px 80px -40px rgba(0,0,0,.8);
  }
  .sk-notice--dark {
    background: rgba(255,255,255,.05);
    border-left-color: var(--sk-gold);
    color: rgba(255,255,255,.6);
    margin-top: 60px;
    max-width: none;
  }
  @keyframes skPulse {
    0%,100% {
      box-shadow: 0 20px 40px -24px rgba(7,11,34,.8), 0 0 0 0 rgba(201,165,90,.45);
    }
    50% {
      box-shadow: 0 20px 40px -24px rgba(7,11,34,.8), 0 0 0 12px rgba(201,165,90,0);
    }
  }
  @media (max-width: 1080px) {
    .sk-subnav {
      top: 78px;
    }
    .sk-life {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .sk-life::before, .sk-life::after {
      display: none;
    }
    .sk-glossary {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 900px) {
    .sk-ihero__pillars {
      grid-template-columns: 1fr 1fr;
    }
    .sk-docs__row, .sk-accredited__grid, .sk-taxlist, .sk-calc__results {
      grid-template-columns: 1fr;
    }
    .sk-life {
      grid-template-columns: 1fr;
    }
    .sk-glossary {
      grid-template-columns: 1fr 1fr;
    }
    .sk-join .sk-process {
      grid-template-columns: 1fr;
    }
    .sk-accredited, .sk-calc, .sk-askcard {
      padding: 24px;
    }
    .admin-bar .sk-subnav {
      top: 128px;
    }
  }
  .sk-mhero {
    position: relative;
    overflow: hidden;
    padding: 70px 0 80px;
    background: var(--sk-ink);
    color: #fff;
  }
  .sk-mhero__bg {
    position: absolute;
    inset: -12% 0;
  }
  .sk-mhero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: skKenBurns 30s ease-in-out infinite alternate;
  }
  .sk-mhero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7,11,34,.3), transparent 35%, rgba(7,11,34,.7)), linear-gradient(95deg, rgba(7,11,34,.92) 0%, rgba(11,20,48,.8) 45%, rgba(15,42,68,.4) 100%);
  }
  .sk-mhero__inner {
    position: relative;
    z-index: 2;
  }
  .sk-mhero__inner--split {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 50px;
    align-items: end;
  }
  .sk-mhero__title {
    color: #fff !important;
    font-size: clamp(2.2rem, 1.3rem + 2.6vw, 3.6rem) !important;
    max-width: 880px;
    margin-bottom: 18px !important;
  }
  .sk-mhero__lead {
    max-width: 680px;
    color: rgba(255,255,255,.8);
    font-size: 16px;
  }
  .sk-mhero .sk-hero__actions {
    opacity: 1;
    animation: none;
  }
  .sk-mhero .sk-ihero__pillars {
    margin-top: 44px;
  }
  .sk-mhero__card {
    padding: 26px;
    border-radius: 16px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(12px);
  }
  .sk-mhero__card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
  }
  .sk-mhero__card li {
    display: flex;
    gap: 10px;
    font-family: var(--sk-display);
    font-size: 18px;
  }
  .sk-mhero__card .sk-check {
    color: var(--sk-gold-2);
  }
  .sk-mhero__card-foot {
    margin: 14px 0 0 !important;
    font-size: 12.5px;
    color: rgba(255,255,255,.6);
  }
  .sk-crumbs ol {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 12.5px;
  }
  .sk-crumbs li {
    color: rgba(255,255,255,.6);
  }
  .sk-crumbs li + li::before {
    content: "/";
    margin-right: 6px;
    color: rgba(255,255,255,.35);
  }
  .sk-crumbs a {
    color: rgba(255,255,255,.8);
    text-decoration: none;
  }
  .sk-crumbs a:hover {
    color: var(--sk-gold-2);
  }
  .sk-crumbs [aria-current] {
    color: var(--sk-gold-2);
  }
  .sk-msearch {
    position: relative;
    max-width: 560px;
    margin: 26px auto 0;
  }
  .sk-msearch svg {
    position: absolute;
    left: 18px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    color: var(--sk-gold-3);
  }
  .sk-msearch input {
    width: 100%;
    padding: 16px 18px 16px 50px;
    border-radius: 999px;
    border: 1px solid var(--sk-line);
    background: #fff;
    font: inherit;
    font-size: 15px;
    color: var(--sk-navy);
    box-shadow: 0 20px 40px -30px rgba(15,42,68,.5);
    outline: none;
    transition: border-color .3s, box-shadow .3s;
  }
  .sk-msearch input:focus {
    border-color: var(--sk-gold);
    box-shadow: 0 0 0 4px rgba(201,165,90,.18);
  }
  .sk-mregion {
    margin-top: 44px;
  }
  .sk-mregion__title {
    font-size: 26px;
    margin-bottom: 18px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--sk-line);
  }
  .sk-mgrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
  .sk-mgrid--cities {
    grid-template-columns: repeat(3, 1fr);
  }
  .sk-mcard {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 44px 18px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--sk-line);
    text-decoration: none;
    color: var(--sk-slate);
    transition: transform .4s var(--sk-ease), border-color .4s, box-shadow .4s;
  }
  .sk-mcard:hover {
    transform: translateY(-4px);
    border-color: var(--sk-gold);
    box-shadow: 0 24px 40px -30px rgba(15,42,68,.5);
  }
  .sk-mcard strong {
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 20px;
    color: var(--sk-navy);
  }
  .sk-mcard__abbr {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .18em;
    color: var(--sk-gold-3);
  }
  .sk-mcard__cities {
    font-size: 12.5px;
    line-height: 1.5;
  }
  .sk-mcard__areas {
    font-size: 12px;
    color: #8a8f99;
  }
  .sk-mcard .sk-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    color: var(--sk-gold-3);
  }
  .sk-mcard:hover .sk-arrow {
    transform: translateX(4px);
  }
  .sk-mcard--city {
    padding: 22px 48px 22px 22px;
  }
  .sk-mcard--city strong {
    font-size: 22px;
  }
  .sk-mcard.is-hidden, .sk-mregion.is-hidden {
    display: none;
  }
  .sk-mempty a, .sk-mmore a {
    color: var(--sk-navy);
  }
  .sk-mmore {
    margin-top: 26px !important;
    font-size: 14px;
  }
  .sk-mnotes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
  }
  .sk-mnotes li {
    display: flex;
    gap: 12px;
    padding: 18px 20px;
    border-radius: 14px;
    background: var(--sk-mist);
    border: 1px solid var(--sk-line);
    font-size: 14.5px;
    color: var(--sk-slate);
  }
  .sk-mnotes .sk-check {
    color: var(--sk-gold-3);
  }
  .sk-mdrivers {
    display: grid;
    gap: 14px;
  }
  .sk-mdriver {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 20px 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--sk-line);
    transition: transform .4s var(--sk-ease), border-color .4s;
  }
  .sk-mdriver:hover {
    transform: translateX(6px);
    border-color: var(--sk-gold);
  }
  .sk-mdriver p {
    margin: 0;
    font-family: var(--sk-display);
    font-size: 19px;
    color: var(--sk-navy);
    line-height: 1.3;
  }
  .sk-mdriver__num {
    flex: 0 0 auto;
    font-family: var(--sk-display);
    font-size: 32px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px var(--sk-gold);
  }
  @media (max-width: 1080px) {
    .sk-mgrid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 900px) {
    .sk-mhero__inner--split {
      grid-template-columns: 1fr;
    }
    .sk-mgrid, .sk-mgrid--cities {
      grid-template-columns: 1fr 1fr;
    }
    .sk-mhero__shade {
      background: linear-gradient(180deg, rgba(7,11,34,.86), rgba(7,11,34,.78));
    }
  }
  @media (max-width: 560px) {
    .sk-mgrid, .sk-mgrid--cities {
      grid-template-columns: 1fr;
    }
  }
  .sk-nav {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .sk-nav ul {
    gap: 24px !important;
  }
  .sk-nav a {
    font-size: 13px !important;
    letter-spacing: .07em !important;
  }
  .sk-nav .sk-header__cta {
    padding: 11px 20px;
    font-size: 13px;
    letter-spacing: .04em;
    color: #fff !important;
    text-transform: none;
  }
  .sk-nav .sk-header__cta::after {
    height: auto !important;
  }
  .sk-drawer__ctas {
    display: grid;
    gap: 10px;
  }
  .sk-footer__grid {
    grid-template-columns: 1.5fr .9fr 1fr 1.1fr !important;
  }
  .sk-footer__links--plain a {
    color: rgba(255,255,255,.75) !important;
    text-decoration: none !important;
  }
  .sk-footer__links--plain a:hover {
    color: var(--sk-gold-2) !important;
  }
  .sk-footer__entity {
    font-size: 12px;
    color: rgba(255,255,255,.5);
  }
  .sk-mobilebar {
    display: none;
  }
  .sk-paths {
    background: #fff;
  }
  .sk-path {
    position: relative;
    padding: 44px 40px;
    border-radius: 20px;
    background: var(--sk-mist);
    border: 1px solid var(--sk-line);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .5s var(--sk-ease), box-shadow .5s;
  }
  .sk-path:hover {
    transform: translateY(-6px);
    box-shadow: 0 40px 70px -40px rgba(15,42,68,.5);
  }
  .sk-path::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid rgba(201,165,90,.35);
  }
  .sk-path::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid rgba(201,165,90,.25);
  }
  .sk-path__tag {
    align-self: flex-start;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--sk-gold-3);
    margin-bottom: 14px;
  }
  .sk-path h3 {
    font-size: clamp(1.7rem, 1.3rem + 1vw, 2.2rem);
    margin-bottom: 12px !important;
  }
  .sk-path > p {
    margin-bottom: 18px;
  }
  .sk-path .sk-checklist {
    margin-bottom: 28px;
    flex: 1;
  }
  .sk-path__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
  }
  .sk-path__link {
    font-size: 14px;
    font-weight: 500;
    color: var(--sk-navy) !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: var(--sk-gold);
  }
  .sk-path--dark {
    background: linear-gradient(150deg, #13304d, #0B1430 60%, #03050F);
    color: rgba(255,255,255,.8);
    border-color: transparent;
  }
  .sk-path--dark h3 {
    color: #fff !important;
  }
  .sk-path--dark .sk-path__tag {
    color: var(--sk-gold-2);
  }
  .sk-path--dark .sk-path__link {
    color: #fff !important;
  }
  .sk-markets .sk-intro {
    margin-bottom: 0;
  }
  .sk-markets__lead {
    color: rgba(255,255,255,.72);
    margin-top: 16px;
  }
  .sk-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 44px;
  }
  .sk-chips__label {
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    margin-bottom: 6px;
  }
  .sk-chip {
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    color: rgba(255,255,255,.85);
    font-size: 13px;
    transition: border-color .3s, background .3s;
  }
  .sk-chip:hover {
    border-color: var(--sk-gold);
    background: rgba(201,165,90,.12);
  }
  .sk-chip--gold {
    border-color: var(--sk-gold);
    color: var(--sk-gold-2);
  }
  .sk-ready__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .sk-buybox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--sk-line);
    border: 1px solid var(--sk-line);
    border-radius: 18px;
    overflow: hidden;
    margin-top: 44px;
  }
  .sk-buybox__cell {
    background: #fff;
    padding: 28px 26px;
    transition: background .4s;
  }
  .sk-buybox__cell:hover {
    background: #fbf8f1;
  }
  .sk-buybox__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--sk-gold-3);
    margin-bottom: 8px !important;
  }
  .sk-buybox__value {
    font-family: var(--sk-display);
    font-size: 22px;
    color: var(--sk-navy);
    line-height: 1.25;
    margin-bottom: 6px !important;
  }
  .sk-buybox__note {
    font-size: 13px;
    margin: 0 !important;
  }
  .sk-process {
    list-style: none;
    margin: 44px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: relative;
  }
  .sk-process::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    height: 1px;
    background: linear-gradient(90deg, var(--sk-gold), rgba(201,165,90,.2));
  }
  .sk-process li {
    position: relative;
  }
  .sk-process__num {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--sk-navy);
    color: var(--sk-gold-2);
    font-family: var(--sk-display);
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 6px var(--sk-mist);
    transition: transform .5s var(--sk-ease);
  }
  .sk-process li:hover .sk-process__num {
    transform: scale(1.08);
  }
  .sk-process h3 {
    font-size: 21px;
    margin-bottom: 8px !important;
  }
  .sk-process p {
    font-size: 14px;
    margin: 0;
  }
  .sk-process--dark h3 {
    color: #fff !important;
  }
  .sk-process--dark .sk-process__num {
    background: var(--sk-gold);
    color: var(--sk-ink);
    box-shadow: 0 0 0 6px var(--sk-ink);
  }
  .sk-aud {
    padding: 38px 36px;
    border-radius: 18px;
    background: var(--sk-card);
    border: 1px solid rgba(255,255,255,.07);
  }
  .sk-aud h3 {
    color: #fff !important;
    font-size: 26px;
    margin-bottom: 12px !important;
  }
  .sk-aud > p {
    margin-bottom: 18px;
  }
  .sk-aud .sk-checklist li {
    color: rgba(255,255,255,.85);
  }
  .sk-faq {
    max-width: 880px;
    margin: 40px auto 0;
    display: grid;
    gap: 12px;
  }
  .sk-faq__item {
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--sk-line);
    overflow: hidden;
    transition: border-color .3s, box-shadow .3s;
  }
  .sk-faq__item[open] {
    border-color: rgba(201,165,90,.6);
    box-shadow: 0 20px 40px -30px rgba(15,42,68,.45);
  }
  .sk-faq__item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 24px;
    font-family: var(--sk-display);
    font-size: 19px;
    color: var(--sk-navy);
  }
  .sk-faq__item summary::-webkit-details-marker {
    display: none;
  }
  .sk-faq__item summary i {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--sk-mist);
  }
  .sk-faq__item summary i::before, .sk-faq__item summary i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 1.6px;
    background: var(--sk-navy);
    transform: translate(-50%, -50%);
    transition: transform .35s var(--sk-ease);
  }
  .sk-faq__item summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .sk-faq__item[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .sk-faq__a {
    padding: 0 24px 20px;
    font-size: 14.5px;
  }
  .sk-faq__a p {
    margin: 0;
  }
  .sk-dark .sk-faq__item {
    background: var(--sk-card);
    border-color: rgba(255,255,255,.08);
  }
  .sk-dark .sk-faq__item summary {
    color: #fff;
  }
  .sk-dark .sk-faq__item summary i {
    background: rgba(255,255,255,.08);
  }
  .sk-dark .sk-faq__item summary i::before, .sk-dark .sk-faq__item summary i::after {
    background: #fff;
  }
  .sk-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 44px;
  }
  .sk-cards--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sk-card {
    padding: 30px 28px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--sk-line);
    transition: transform .5s var(--sk-ease), box-shadow .5s, border-color .5s;
  }
  .sk-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -34px rgba(15,42,68,.5);
    border-color: rgba(201,165,90,.5);
  }
  .sk-card h3 {
    font-size: 21px;
    margin: 14px 0 8px !important;
  }
  .sk-card p {
    font-size: 14px;
    margin: 0;
  }
  .sk-card__icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--sk-navy);
    color: var(--sk-gold-2);
  }
  .sk-card__icon svg {
    width: 24px;
    height: 24px;
  }
  .sk-dark .sk-card {
    background: var(--sk-card);
    border-color: rgba(255,255,255,.07);
  }
  .sk-dark .sk-card h3 {
    color: #fff !important;
  }
  .sk-gplp {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 26px;
    align-items: stretch;
    margin-top: 44px;
  }
  .sk-gplp__box {
    padding: 32px 30px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--sk-line);
  }
  .sk-gplp__box h3 {
    font-size: 24px;
    margin-bottom: 6px !important;
  }
  .sk-gplp__box .sk-buybox__label {
    margin-bottom: 14px !important;
  }
  .sk-gplp__mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
  }
  .sk-gplp__entity {
    padding: 18px 22px;
    border-radius: 14px;
    background: linear-gradient(150deg, #13304d, #0B1430);
    color: #fff;
    font-family: var(--sk-display);
    font-size: 18px;
    box-shadow: 0 20px 40px -24px rgba(7,11,34,.8);
  }
  .sk-gplp__entity small {
    display: block;
    font-family: var(--sk-body);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sk-gold-2);
    margin-top: 4px;
  }
  .sk-gplp__arrow {
    width: 70px;
    height: 12px;
    color: var(--sk-gold);
  }
  .sk-notice {
    max-width: 880px;
    margin: 34px auto 0;
    padding: 20px 24px;
    border-left: 3px solid var(--sk-gold);
    background: #fbf8f1;
    border-radius: 0 12px 12px 0;
    font-size: 13.5px;
    color: var(--sk-slate);
  }
  .sk-notice p {
    margin: 0;
  }
  .sk-case {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    align-items: center;
    padding: 44px;
    border-radius: 20px;
    background: linear-gradient(150deg, #13304d, #0B1430 60%, #03050F);
    color: rgba(255,255,255,.8);
    margin-top: 50px;
  }
  .sk-case h3 {
    color: #fff !important;
    font-size: clamp(1.6rem, 1.2rem + 1vw, 2.2rem);
  }
  .sk-case__stamp {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 14px;
    border: 1px solid var(--sk-gold);
    border-radius: 6px;
    color: var(--sk-gold-2);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    transform: rotate(-2deg);
  }
  .sk-case ul {
    margin: 0;
    padding-left: 18px;
    list-style: disc;
  }
  .sk-case li::marker {
    color: var(--sk-gold);
  }
  .sk-case li {
    margin-bottom: 8px;
  }
  .sk-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }
  .sk-fact {
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--sk-line);
    font-size: 13px;
    color: var(--sk-navy);
  }
  .sk-postcard {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--sk-line);
    text-decoration: none !important;
    color: inherit;
    height: 100%;
    transition: transform .5s var(--sk-ease), box-shadow .5s;
  }
  .sk-postcard:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -34px rgba(15,42,68,.5);
  }
  .sk-postcard__img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--sk-navy);
  }
  .sk-postcard__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--sk-ease);
  }
  .sk-postcard:hover .sk-postcard__img img {
    transform: scale(1.06);
  }
  .sk-postcard__body {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .sk-postcard__meta {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--sk-gold-3);
    margin-bottom: 10px !important;
  }
  .sk-postcard h3 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 10px !important;
  }
  .sk-postcard__excerpt {
    font-size: 14px;
    flex: 1;
  }
  .sk-postcard__more {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--sk-navy);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .sk-blogrow__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap;
  }
  .sk-blogrow__nav {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .sk-roundbtn {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid var(--sk-line);
    background: #fff;
    color: var(--sk-navy);
    cursor: pointer;
    transition: background .3s, color .3s, transform .3s;
  }
  .sk-roundbtn svg {
    width: 18px;
    height: 18px;
  }
  .sk-roundbtn:hover {
    background: var(--sk-navy);
    color: #fff;
    transform: scale(1.05);
  }
  .sk-carousel {
    overflow: hidden;
    margin: 0 -12px;
    padding: 6px 0 20px;
  }
  .sk-carousel__track {
    display: flex;
    transition: transform .8s var(--sk-ease);
  }
  .sk-carousel__track > * {
    flex: 0 0 33.333%;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .sk-bloggrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
  }
  .sk-carousel__item {
    height: 100%;
  }
  .sk-bloggrid > div {
    min-width: 0;
  }
  .sk-bloggrid__featured {
    grid-column: 1 / -1;
  }
  .sk-chips--light .sk-chip {
    border-color: var(--sk-line);
    color: var(--sk-navy);
    background: #fff;
    text-decoration: none;
  }
  .sk-chips--light .sk-chip:hover, .sk-chips--light .sk-chip.is-active {
    background: var(--sk-navy);
    border-color: var(--sk-navy);
    color: #fff;
  }
  .sk-bloggrid .sk-postcard--featured {
    flex-direction: row;
  }
  .sk-bloggrid .sk-postcard--featured .sk-postcard__img {
    flex: 0 0 55%;
    aspect-ratio: auto;
    min-height: 340px;
  }
  .sk-bloggrid .sk-postcard--featured .sk-postcard__body {
    padding: 40px;
    justify-content: center;
  }
  .sk-bloggrid .sk-postcard--featured h3 {
    font-size: clamp(1.6rem, 1.2rem + 1vw, 2.2rem);
  }
  .sk-pagination {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .sk-pagination .page-numbers {
    display: grid;
    place-items: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid var(--sk-line);
    background: #fff;
    text-decoration: none;
    color: var(--sk-navy);
  }
  .sk-pagination .current {
    background: var(--sk-navy);
    color: #fff;
  }
  .sk-article__hero {
    position: relative;
    padding: 70px 0 60px;
    background: linear-gradient(180deg, #13304d 0%, #0B1430 55%, #03050F 100%);
    overflow: hidden;
  }
  .sk-article__hero .sk-wrap {
    position: relative;
    max-width: 900px;
  }
  .sk-article__cat {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(201,165,90,.6);
    color: var(--sk-gold-2);
    font-size: 11.5px;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 18px;
  }
  .sk-article__title {
    color: #fff !important;
    font-size: clamp(2rem, 1.3rem + 2.4vw, 3.3rem) !important;
  }
  .sk-article__meta {
    margin-top: 18px !important;
    color: rgba(255,255,255,.65);
    font-size: 14px;
  }
  .sk-article__cover {
    max-width: 1000px;
    margin: -30px auto 0;
    position: relative;
    z-index: 2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 40px 80px -40px rgba(7,11,34,.6);
  }
  .sk-article__cover img {
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
  }
  .sk-article {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16.5px;
    line-height: 1.85;
    color: #333a44;
  }
  .sk-article h2 {
    font-size: 30px;
    margin: 44px 0 14px !important;
  }
  .sk-article h3 {
    font-size: 23px;
    margin: 32px 0 10px !important;
  }
  .sk-article p {
    margin-bottom: 1.3em;
  }
  .sk-article ul, .sk-article ol {
    padding-left: 22px;
    margin: 0 0 1.3em;
  }
  .sk-article ul, .sk-prose ul {
    list-style: disc;
  }
  .sk-article ol, .sk-prose ol {
    list-style: decimal;
  }
  .sk-article li::marker, .sk-prose li::marker {
    color: var(--sk-gold);
  }
  .sk-article a {
    color: var(--sk-navy);
    text-decoration: underline;
    text-decoration-color: var(--sk-gold);
    text-underline-offset: 3px;
  }
  .sk-article li {
    margin-bottom: 8px;
  }
  .sk-article blockquote {
    margin: 30px 0;
    padding: 8px 0 8px 24px;
    border-left: 3px solid var(--sk-gold);
    font-family: var(--sk-display);
    font-size: 22px;
    color: var(--sk-navy);
    line-height: 1.45;
  }
  .sk-article strong {
    color: var(--sk-navy);
  }
  .sk-article__note {
    max-width: 760px;
    margin: 40px auto 0;
    font-size: 13px;
    color: #6b7280;
    border-top: 1px solid var(--sk-line);
    padding-top: 20px;
  }
  .sk-article__cta {
    max-width: 760px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .sk-article__cta a {
    display: block;
    padding: 24px;
    border-radius: 14px;
    text-decoration: none;
    background: var(--sk-mist);
    border: 1px solid var(--sk-line);
    color: var(--sk-navy);
    transition: transform .4s var(--sk-ease), border-color .4s;
  }
  .sk-article__cta a:hover {
    transform: translateY(-4px);
    border-color: var(--sk-gold);
  }
  .sk-article__cta small {
    display: block;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--sk-gold-3);
    margin-bottom: 6px;
  }
  .sk-article__cta strong {
    font-family: var(--sk-display);
    font-weight: 400;
    font-size: 20px;
  }
  .sk-progress {
    position: fixed;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, var(--sk-gold-2), var(--sk-gold));
    z-index: 100;
  }
  @media (max-width: 1180px) {
    .sk-nav ul {
      gap: 16px !important;
    }
    .sk-nav a {
      font-size: 12px !important;
      letter-spacing: .04em !important;
    }
    .sk-nav {
      gap: 18px;
    }
  }
  @media (max-width: 1080px) {
    .sk-nav {
      display: none !important;
    }
    .sk-burger {
      display: block !important;
    }
    .sk-drawer {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: #fff;
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height .5s var(--sk-ease), padding .5s;
      box-shadow: 0 20px 30px -20px rgba(0,0,0,.3);
    }
    .sk-header.is-open .sk-drawer {
      max-height: 760px;
      padding: 10px 20px 26px;
    }
    .sk-drawer ul {
      list-style: none;
      margin: 0 0 18px;
      padding: 0;
    }
    .sk-drawer li {
      border-bottom: 1px solid var(--sk-line);
      opacity: 0;
      transform: translateX(-12px);
      transition: opacity .4s, transform .4s var(--sk-ease);
      transition-delay: calc(var(--i) * 45ms);
    }
    .sk-header.is-open .sk-drawer li {
      opacity: 1;
      transform: none;
    }
    .sk-drawer li a {
      display: block;
      padding: 13px 0;
      font-family: var(--sk-body);
      font-weight: 600;
      font-size: 15px;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--sk-ink);
      text-decoration: none;
    }
    .sk-footer__grid {
      grid-template-columns: 1fr 1fr !important;
    }
    .sk-process {
      grid-template-columns: 1fr 1fr;
    }
    .sk-process::before {
      display: none;
    }
    .sk-cards--4 {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 900px) {
    .sk-buybox, .sk-cards, .sk-cards--4, .sk-gplp, .sk-case, .sk-bloggrid, .sk-article__cta {
      grid-template-columns: 1fr;
    }
    .sk-gplp__arrow {
      transform: rotate(90deg);
    }
    .sk-bloggrid .sk-postcard--featured {
      flex-direction: column;
    }
    .sk-bloggrid .sk-postcard--featured .sk-postcard__img {
      min-height: 220px;
      flex: none;
      aspect-ratio: 16 / 10;
    }
    .sk-bloggrid .sk-postcard--featured .sk-postcard__body {
      padding: 24px;
    }
    .sk-carousel__track > * {
      flex-basis: 85%;
    }
    .sk-path {
      padding: 32px 24px;
    }
    .sk-case {
      padding: 30px 24px;
    }
    .sk-footer__grid {
      grid-template-columns: 1fr !important;
    }
    .sk-mobilebar {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 60;
      background: rgba(7,11,34,.96);
      backdrop-filter: blur(10px);
      border-top: 1px solid rgba(255,255,255,.1);
      padding-bottom: env(safe-area-inset-bottom);
    }
    .sk-mobilebar a {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3px;
      padding: 9px 4px 10px;
      color: rgba(255,255,255,.85);
      text-decoration: none;
      font-size: 11px;
      font-weight: 500;
    }
    .sk-mobilebar a svg {
      width: 20px;
      height: 20px;
    }
    .sk-mobilebar a.is-gold {
      color: var(--sk-gold-2);
    }
    body.sk-body {
      padding-bottom: 64px;
    }
  }
  @media (max-width: 560px) {
    .sk-process {
      grid-template-columns: 1fr;
    }
    .sk-cards--4 {
      grid-template-columns: 1fr;
    }
  }
  .sk-js [data-reveal] {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .7s var(--sk-ease), transform .7s var(--sk-ease), filter .7s var(--sk-ease);
    transition-delay: var(--d, 0ms);
    filter: blur(4px);
  }
  .sk-js [data-reveal][data-reveal-from="left"] {
    transform: translateX(-40px);
  }
  .sk-js [data-reveal][data-reveal-from="right"] {
    transform: translateX(40px);
  }
  .sk-js [data-reveal][data-reveal-from="zoom"] {
    transform: scale(.92);
  }
  .sk-js [data-reveal].is-in {
    opacity: 1;
    transform: none;
    filter: none;
  }
  @keyframes skKenBurns {
    from {
      transform: scale(1.02) translate3d(0,0,0);
    }
    to {
      transform: scale(1.14) translate3d(-2%, -1.5%, 0);
    }
  }
  @keyframes skBeam {
    0%,100% {
      transform: translateX(-30%) rotate(18deg);
      opacity: .4;
    }
    50% {
      transform: translateX(40%) rotate(18deg);
      opacity: 1;
    }
  }
  @keyframes skDraw {
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes skWord {
    to {
      opacity: 1;
      transform: none;
      filter: blur(0);
    }
  }
  @keyframes skShimmer {
    from {
      background-position: 150% 0;
    }
    to {
      background-position: -100% 0;
    }
  }
  @keyframes skFadeUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes skPanel {
    from {
      opacity: 0;
      transform: translateY(30px) scale(.97);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes skSpin {
    to {
      --ang: 360deg;
    }
  }
  @keyframes skScroll {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    70% {
      transform: translateY(14px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes skMarquee {
    to {
      transform: translateX(-50%);
    }
  }
  @keyframes skGrid {
    to {
      background-position: 64px 64px, 64px 64px;
    }
  }
  @keyframes skFloat {
    0%,100% {
      transform: translate(0,0);
    }
    50% {
      transform: translate(-40px, 30px);
    }
  }
  @keyframes skRule {
    to {
      width: 140px;
    }
  }
  @media (max-width: 1080px) {
    .sk-nav ul {
      gap: 18px;
    }
    .sk-nav a {
      font-size: 12.5px;
      letter-spacing: .05em;
    }
    .sk-hero__inner {
      grid-template-columns: 1fr;
    }
    .sk-hero__panel {
      max-width: 560px;
    }
    .sk-framework__list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media (max-width: 900px) {
    :root {
      --sk-header-h: 82px;
    }
    .sk-logo img {
      height: 68px;
    }
    .sk-nav {
      display: none;
    }
    .sk-burger {
      display: block;
    }
    .sk-drawer {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: #fff;
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height .5s var(--sk-ease), padding .5s;
      box-shadow: 0 20px 30px -20px rgba(0,0,0,.3);
    }
    .sk-header.is-open .sk-drawer {
      max-height: 520px;
      padding: 10px 20px 26px;
    }
    .sk-drawer ul {
      list-style: none;
      margin: 0 0 18px;
      padding: 0;
    }
    .sk-drawer li {
      border-bottom: 1px solid var(--sk-line);
      opacity: 0;
      transform: translateX(-12px);
      transition: opacity .4s, transform .4s var(--sk-ease);
      transition-delay: calc(var(--i) * 50ms);
    }
    .sk-header.is-open .sk-drawer li {
      opacity: 1;
      transform: none;
    }
    .sk-drawer li a {
      display: block;
      padding: 14px 0;
      font-family: var(--sk-body);
      font-weight: 600;
      font-size: 16px;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--sk-ink);
      text-decoration: none;
    }
    .sk-section {
      padding: 72px 0;
    }
    .sk-grid-3, .sk-grid-2, .sk-model, .sk-buy, .sk-connect {
      grid-template-columns: 1fr;
    }
    .sk-model__card.is-featured {
      transform: none;
    }
    .sk-model__line {
      display: none;
    }
    .sk-approach {
      grid-template-columns: 1fr;
    }
    .sk-approach__col--right {
      text-align: left;
    }
    .sk-approach__col--right .sk-feature__icon {
      margin-left: 0;
    }
    .sk-approach__media {
      max-width: 340px;
      margin: 0 auto;
      order: -1;
    }
    .sk-why__head {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .sk-why__head h2 {
      border-right: 0;
      padding-right: 0;
      border-left: 2px solid var(--sk-navy);
      padding-left: 18px;
    }
    .sk-split-2 {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .sk-footer__grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .sk-opp, .sk-opp:nth-child(even) {
      grid-template-columns: 1fr;
    }
    .sk-opp:nth-child(even) .sk-opp__body {
      order: 0;
    }
    .sk-opp__media {
      min-height: 240px;
      order: -1;
    }
    .sk-opp__body {
      padding: 34px 26px;
    }
    .sk-formcard {
      grid-template-columns: 1fr;
    }
    .sk-formcard__media {
      min-height: 260px;
    }
    .sk-formcard__body {
      padding: 28px 18px 10px;
    }
    .sk-perform__grid {
      grid-template-columns: 1fr 1fr;
    }
    .sk-framework__list {
      grid-template-columns: 1fr 1fr;
    }
    .sk-expertise__list, .sk-whyus__list {
      grid-template-columns: 1fr;
    }
    .sk-slider__slide {
      aspect-ratio: 4 / 3;
    }
    .sk-cta {
      padding: 90px 0;
    }
    .sk-cta__card {
      padding: 30px 24px;
    }
    .sk-hero {
      padding: 60px 0 170px;
      min-height: auto;
    }
    .sk-hero__skyline {
      height: 120px;
    }
    .sk-hero__scroll {
      display: none;
    }
  }
  @media (max-width: 560px) {
    .sk-hero__actions .sk-btn {
      width: 100%;
    }
    .sk-framework__list, .sk-perform__grid {
      grid-template-columns: 1fr;
    }
    .sk-hero__markets li {
      flex-direction: column;
      gap: 2px;
    }
    .sk-hero__markets span {
      text-align: left;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
    .sk-js [data-reveal] {
      opacity: 1;
      transform: none;
      filter: none;
    }
    .sk-w, .sk-hero__lead, .sk-hero__actions, .sk-hero__panel, .sk-hero__eyebrow {
      opacity: 1;
      transform: none;
      filter: none;
    }
  }
}
@property --ang {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --ang: 0deg;
    }
  }
}
