/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #16a6d9;
    --color-primary-500: #16a6d9;
    --color-secondary-200: #cbdde8;
    --color-secondary-500: #71899c;
    --color-secondary-600: #526f84;
    --color-secondary-700: #34546c;
    --color-neutral: #07192a;
  }
}
@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;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #06192b;
    color: #0b2338;
    font-family: "Manrope",sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    transition: .2s ease;
  }
  button,input,select,textarea {
    font: inherit;
  }
}
@layer components {
  .site-shell {
    width: min(1180px,calc(100% - 40px));
    margin: 0 auto;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(244,249,252,.97);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(10,62,99,.10);
    box-shadow: 0 10px 30px rgba(6,34,55,.10);
  }
  .header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #0a2947;
    min-width: max-content;
  }
  .brand-mark {
    width: 62px;
    height: 45px;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(5,55,89,.12));
  }
  .brand-copy {
    display: flex;
    flex-direction: column;
    line-height: .93;
  }
  .brand-copy strong {
    font: 800 17px/1 "Sora",sans-serif;
    letter-spacing: .075em;
    color: #0a416f;
  }
  .brand-copy strong .brand-view {
    color: #1689d0;
  }
  .brand-copy small {
    font: 600 11px/1 "Sora",sans-serif;
    letter-spacing: .46em;
    margin-top: 6px;
    padding-left: 2px;
    color: #66829a;
  }
  .main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
  }
  .main-nav a {
    text-decoration: none;
    color: #183a56;
    font-size: 13px;
    font-weight: 700;
    position: relative;
  }
  .main-nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -9px;
    height: 2px;
    background: #1689d0;
    transition: .2s ease;
  }
  .main-nav a:hover {
    color: #0872be;
  }
  .main-nav a:hover:after {
    right: 0;
  }
  .nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
  }
  .nav-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .nav-dropdown-toggle svg {
    width: 13px;
    height: 13px;
    display: block;
    transition: transform .2s ease;
  }
  .nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    min-width: 235px;
    padding: 8px;
    background: rgba(249,252,254,.99);
    border: 1px solid rgba(24,80,116,.14);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(7,42,67,.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%,-6px);
    transition: opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .nav-dropdown-menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    height: 16px;
  }
  .nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%,0);
  }
  .nav-dropdown:hover .nav-dropdown-toggle svg,.nav-dropdown:focus-within .nav-dropdown-toggle svg {
    transform: rotate(180deg);
  }
  .nav-dropdown-menu a {
    display: block;
    padding: 10px 11px;
    border-radius: 8px;
    color: #183a56 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap;
  }
  .nav-dropdown-menu a:after {
    display: none !important;
  }
  .nav-dropdown-menu a:hover {
    background: #e8f4fa;
    color: #0872be !important;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: max-content;
  }
  .phone-link {
    display: inline-flex;
    align-items: center;
    border: 1px solid #9db6c8;
    border-radius: 9px;
    padding: 11px 13px;
    color: #0d3153;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    background: rgba(255,255,255,.65);
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid transparent;
    cursor: pointer;
  }
  .btn-primary {
    background: linear-gradient(135deg,#25bee8,#0a78bc);
    color: #fff;
    box-shadow: 0 11px 25px rgba(13,140,194,.25);
  }
  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(13,140,194,.32);
  }
  .btn-outline {
    color: #fff;
    border-color: rgba(255,255,255,.45);
    background: rgba(255,255,255,.06);
  }
  .btn-light {
    background: #f7fcff;
    color: #0b3152;
    box-shadow: 0 8px 24px rgba(0,0,0,.14);
  }
  .btn-header {
    padding: 12px 18px;
    font-size: 13px;
  }
  .btn-lg {
    padding: 15px 23px;
    font-size: 14px;
  }
  .eyebrow {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #67d3f4;
    margin: 0 0 12px;
  }
  .section-eyebrow {
    color: #287ba9;
    text-align: center;
  }
  .section-title {
    font: 750 34px/1.12 "Sora",sans-serif;
    letter-spacing: -.04em;
    color: #09213c;
    margin: 0;
  }
  .section-copy {
    color: #536b7f;
    font-size: 15px;
    line-height: 1.72;
  }
  .home-hero {
    position: relative;
    isolation: isolate;
    background: #08243d;
    color: #fff;
    overflow: hidden;
  }
  .home-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(3,20,36,.96) 0%,rgba(5,37,63,.88) 47%,rgba(4,28,48,.48) 100%),	var(--hero-image);
    background-size: cover;
    background-position: center;
    z-index: -2;
  }
  .home-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 78% 18%,rgba(54,186,226,.18),transparent 30%),	linear-gradient(to bottom,transparent 72%,rgba(3,19,33,.42));
  }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(390px,.68fr);
    gap: 58px;
    align-items: center;
    padding: 66px 0 58px;
  }
  .hero-copy {
    padding: 24px 0;
  }
  .hero-copy h1 {
    font: 750 clamp(48px,5.25vw,76px)/.98 "Sora",sans-serif;
    letter-spacing: -.058em;
    margin: 0;
    color: #fff;
    max-width: 700px;
  }
  .hero-copy h1 span {
    display: block;
    color: #82dcf7;
  }
  .hero-sub {
    font-size: 19px;
    line-height: 1.52;
    margin: 20px 0 0;
    color: #dcebf4;
    max-width: 655px;
  }
  .hero-features {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    margin-top: 37px;
    max-width: 720px;
  }
  .hero-feature {
    display: grid;
    grid-template-columns: 46px minmax(0,1fr);
    gap: 12px;
    align-items: center;
  }
  .hero-icon {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255,255,255,.34);
    background: rgba(255,255,255,.055);
    border-radius: 999px;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(103,211,244,.08);
    line-height: 0;
    flex: 0 0 46px;
  }
  .hero-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%,-50%);
    stroke: #78d8f5;
    display: block;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
  }
  .hero-feature strong {
    display: block;
    font-size: 13px;
    color: #fff;
  }
  .hero-feature span {
    display: block;
    font-size: 11px;
    color: #bdd3e1;
    margin-top: 2px;
  }
  .form-card {
    background: rgba(246,251,254,.985);
    border-radius: 18px;
    padding: 25px 25px 21px;
    color: #10283f;
    box-shadow: 0 30px 74px rgba(0,12,24,.38);
    border: 1px solid rgba(255,255,255,.75);
  }
  .form-card h2 {
    font: 750 25px/1.12 "Sora",sans-serif;
    letter-spacing: -.03em;
    margin: 0;
    color: #071d34;
  }
  .form-card .form-lead {
    font-size: 12px;
    color: #68798a;
    margin: 6px 0 12px;
  }
  .secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 9px 0 0;
    font-size: 10px;
    color: #6d7f90;
  }
  .trust-strip {
    background: linear-gradient(180deg,#0c3557,#092b48);
    border-top: 1px solid rgba(120,214,244,.18);
    border-bottom: 1px solid rgba(120,214,244,.12);
    color: #fff;
  }
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    padding: 20px 0;
  }
  .trust-item {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 12px;
    align-items: center;
    padding: 0 26px;
    border-right: 1px solid rgba(255,255,255,.13);
  }
  .trust-item:last-child {
    border-right: 0;
  }
  .trust-item svg {
    width: 44px;
    height: 44px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(106,211,242,.32);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    stroke: #6ad3f2;
    display: block;
    justify-self: center;
    align-self: center;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .trust-item strong {
    font-size: 12px;
    color: #fff;
    display: block;
  }
  .trust-item span {
    font-size: 10px;
    color: #b8cede;
    display: block;
    margin-top: 2px;
  }
  .section {
    padding: 70px 0;
    background: radial-gradient(circle at 88% 12%,rgba(38,169,215,.13),transparent 31%),	linear-gradient(180deg,#e9f2f7,#dfeaf1);
  }
  .section-soft {
    background: linear-gradient(120deg,rgba(14,80,119,.06),transparent 45%),	linear-gradient(180deg,#d6e7f1,#edf4f8);
  }
  .section-head {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 34px;
  }
  .section-head .section-copy {
    margin: 11px 0 0;
  }
  .funding-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
  }
  .funding-card {
    background: rgba(247,252,255,.92);
    border: 1px solid rgba(129,163,187,.34);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(10,50,79,.12);
    display: flex;
    flex-direction: column;
    transition: .22s ease;
  }
  .funding-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(10,50,79,.17);
  }
  .funding-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }
  .funding-card-body {
    padding: 18px 17px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .funding-card h3 {
    font: 750 17px/1.2 "Sora",sans-serif;
    margin: 0;
    color: #0c2742;
  }
  .funding-card p {
    font-size: 12px;
    line-height: 1.58;
    color: #617487;
    margin: 7px 0 10px;
  }
  .check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
  }
  .check-list li {
    font-size: 11px;
    color: #40566c;
    margin: 6px 0;
    padding-left: 20px;
    position: relative;
  }
  .check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    width: 14px;
    height: 14px;
    display: grid;
    place-items: center;
    background: #0784b4;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 900;
  }
  .card-link {
    margin-top: auto;
    color: #066bb7;
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
  }
  .metric-band {
    position: relative;
    background: #06273f;
    color: #fff;
    overflow: hidden;
  }
  .metric-band:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(4,34,56,.9),rgba(4,34,56,.92)),var(--metric-image);
    background-size: cover;
    background-position: center;
  }
  .metric-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 31px 0;
  }
  .metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 6px 24px;
    border-right: 1px solid rgba(255,255,255,.16);
  }
  .metric:last-child {
    border-right: 0;
  }
  .metric svg {
    width: 44px;
    height: 44px;
    padding: 9px;
    box-sizing: border-box;
    border: 1px solid rgba(116,216,245,.30);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    stroke: #74d8f5;
    margin: 0 auto 9px;
    display: block;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .metric strong {
    font: 750 25px/1 "Sora",sans-serif;
  }
  .metric span {
    font-size: 11px;
    color: #c7d9e5;
    margin-top: 5px;
  }
  .split-section {
    display: grid;
    grid-template-columns: .9fr 1.4fr;
    gap: 50px;
    align-items: center;
  }
  .split-section img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 24px 52px rgba(7,43,69,.18);
  }
  .split-copy .section-title {
    margin-bottom: 9px;
  }
  .split-copy .section-copy {
    margin: 0 0 18px;
  }
  .benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px 29px;
  }
  .benefit {
    display: grid;
    grid-template-columns: 46px minmax(0,1fr);
    gap: 12px;
    align-items: center;
  }
  .benefit-icon {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: linear-gradient(135deg,#20b9df,#086db4);
    position: relative;
    box-shadow: 0 8px 18px rgba(16,123,179,.18);
    line-height: 0;
    flex: 0 0 46px;
  }
  .benefit-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%,-50%);
    stroke: #fff;
    display: block;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
  }
  .benefit strong {
    font-size: 13px;
    color: #14324f;
  }
  .benefit span {
    display: block;
    color: #647b8e;
    font-size: 11px;
    line-height: 1.45;
    margin-top: 2px;
  }
  .info-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .info-card {
    position: relative;
    background: rgba(247,252,255,.9);
    border: 1px solid rgba(129,163,187,.34);
    border-radius: 14px;
    padding: 24px 21px 20px;
    box-shadow: 0 14px 34px rgba(16,58,89,.09);
  }
  .info-icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg,#25bfe7,#0871b8);
    display: grid;
    place-items: center;
    margin: 0 0 14px;
    box-shadow: 0 8px 17px rgba(9,112,172,.2);
    line-height: 0;
  }
  .info-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .info-card p {
    font-size: 12px;
    line-height: 1.62;
    color: #586e82;
    margin: 0;
  }
  .info-card strong {
    display: block;
    color: #12304c;
    font-size: 13px;
    margin-top: 12px;
  }
  .bottom-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #0b4773;
  }
  .bottom-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(4,30,51,.96),rgba(8,78,119,.78)),var(--cta-image);
    background-size: cover;
    background-position: center;
  }
  .bottom-cta-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 48px 0;
  }
  .bottom-cta h2 {
    font: 750 32px/1.12 "Sora",sans-serif;
    margin: 4px 0 5px;
  }
  .bottom-cta p {
    margin: 0;
    color: #d8eaf5;
    font-size: 13px;
  }
  .site-footer {
    background: #041522;
    color: #a8bbca;
    padding: 38px 0 17px;
    border-top: 1px solid rgba(123,214,243,.1);
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.45fr .8fr .95fr 1fr;
    gap: 40px;
  }
  .brand-footer {
    color: #fff;
  }
  .brand-footer .brand-copy strong {
    color: #fff;
  }
  .brand-footer .brand-copy strong .brand-view {
    color: #55c9ef;
  }
  .brand-footer .brand-copy small {
    color: #a7bfd0;
  }
  .footer-brand p,.site-footer p {
    font-size: 11px;
    line-height: 1.6;
    color: #8fa8ba;
  }
  .site-footer h3 {
    color: #fff;
    font-size: 12px;
    margin: 6px 0 10px;
  }
  .site-footer a {
    display: block;
    color: #b4c7d4;
    text-decoration: none;
    font-size: 11px;
    margin: 6px 0;
  }
  .site-footer a:hover {
    color: #69c3eb;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid rgba(255,255,255,.09);
    margin-top: 28px;
    padding-top: 14px;
    font-size: 9px;
    color: #7791a4;
  }
  .footer-bottom a {
    display: inline;
    font-size: 9px;
  }
  .inner-hero {
    position: relative;
    color: #fff;
    background: #082a44;
    overflow: hidden;
  }
  .inner-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(3,24,42,.95),rgba(5,49,80,.63)),	var(--inner-image);
    background-size: cover;
    background-position: center;
  }
  .inner-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 24%,rgba(62,193,228,.18),transparent 28%);
  }
  .inner-hero-inner {
    position: relative;
    z-index: 1;
    padding: 68px 0 64px;
    max-width: 830px;
  }
  .inner-hero h1 {
    font: 750 clamp(40px,4.2vw,58px)/1.03 "Sora",sans-serif;
    letter-spacing: -.045em;
    margin: 0;
  }
  .inner-hero p {
    font-size: 16px;
    line-height: 1.65;
    color: #dcebf4;
    max-width: 710px;
    margin: 13px 0 0;
  }
  .content-wrap {
    padding: 66px 0;
    background: linear-gradient(120deg,rgba(9,78,119,.07),transparent 43%),	linear-gradient(180deg,#d4e6f0,#eaf2f7);
  }
  .two-col {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 32px;
    align-items: start;
  }
  .content-panel {
    background: rgba(248,252,255,.94);
    border: 1px solid rgba(121,155,179,.36);
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 18px 44px rgba(17,57,86,.11);
  }
  .content-panel h2 {
    font: 750 28px/1.18 "Sora",sans-serif;
    margin: 0 0 12px;
    color: #0b2a45;
  }
  .content-panel h3 {
    font: 750 17px/1.2 "Sora",sans-serif;
    margin: 25px 0 10px;
    color: #153b5a;
  }
  .content-panel p,.content-panel li {
    font-size: 13px;
    line-height: 1.72;
    color: #586e82;
  }
  .content-panel ul {
    padding-left: 19px;
  }
  .option-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin-top: 22px;
  }
  .option-card {
    position: relative;
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(130,164,188,.32);
    border-radius: 13px;
    padding: 20px 20px 20px 50px;
    box-shadow: 0 10px 28px rgba(12,55,88,.07);
  }
  .option-card:before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 20px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg,#23bce5,#0a73b7);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
  }
  .option-card h3 {
    font: 750 15px/1.25 "Sora",sans-serif;
    margin: 0 0 7px;
    color: #123551;
  }
  .option-card p {
    font-size: 12px;
    line-height: 1.6;
    color: #617589;
    margin: 0;
  }
  .apply-page {
    position: relative;
    min-height: calc(100vh - 78px);
    background: #071c30;
    color: #fff;
    padding: 58px 0 38px;
    overflow: hidden;
  }
  .apply-page:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg,rgba(3,24,42,.96),rgba(6,53,84,.8)),	var(--apply-image);
    background-size: cover;
    background-position: center;
  }
  .apply-page:after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 18%,rgba(69,201,237,.2),transparent 28%),	linear-gradient(to bottom,transparent 70%,rgba(3,19,33,.52));
  }
  .apply-inner {
    position: relative;
    z-index: 1;
  }
  .apply-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 27px;
  }
  .apply-head h1 {
    font: 750 clamp(42px,4.8vw,62px)/1.03 "Sora",sans-serif;
    margin: 0;
    letter-spacing: -.045em;
  }
  .apply-head p {
    color: #cfe1ec;
    font-size: 15px;
    line-height: 1.6;
  }
  .apply-form-shell {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(248,252,255,.98);
    border-radius: 18px;
    padding: 30px 32px 25px;
    box-shadow: 0 30px 80px rgba(0,11,23,.44);
    color: #112c45;
    border: 1px solid rgba(255,255,255,.72);
  }
  .apply-form-shell h2 {
    font: 750 22px/1.2 "Sora",sans-serif;
    margin: 0 0 4px;
  }
  .apply-form-shell .mini {
    font-size: 11px;
    color: #738697;
    margin: 0 0 13px;
  }
  .apply-form-shell #wpforms-form-534 .wpforms-field-container {
    gap: 10px 14px !important;
  }
  .apply-form-shell .wpforms-field-label,	.apply-form-shell #wpforms-534-field_1-container .wpforms-field-sublabel:before,	.apply-form-shell #wpforms-534-field_1-container .wpforms-field-sublabel:after {
    font-size: 12px !important;
  }
  .apply-form-shell .wpforms-container input[type=text],	.apply-form-shell .wpforms-container input[type=email],	.apply-form-shell .wpforms-container input[type=tel],	.apply-form-shell .wpforms-container input[type=number],	.apply-form-shell .wpforms-container select {
    min-height: 44px !important;
    height: 44px !important;
  }
  .apply-form-shell .wpforms-container .iti__flag-container,	.apply-form-shell .wpforms-container .iti__country-container,	.apply-form-shell .wpforms-container .iti__selected-flag,	.apply-form-shell .wpforms-container .iti__selected-country {
    height: 44px !important;
  }
  .apply-form-shell #wpforms-534-field_7-container {
    padding-top: 4px !important;
  }
  .apply-form-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 6px;
  }
  .apply-form-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: max-content;
    padding: 9px 11px;
    border-radius: 10px;
    background: #e8f5fb;
    border: 1px solid #cfe7f1;
    color: #0b6e9c;
  }
  .apply-form-badge svg {
    width: 24px;
    height: 24px;
  }
  .apply-form-badge span {
    font-size: 9px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .apply-trust {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    max-width: 820px;
    margin: 21px auto 0;
    border-top: 1px solid rgba(255,255,255,.18);
    padding-top: 18px;
  }
  .apply-trust div {
    text-align: center;
    padding: 0 18px;
    border-right: 1px solid rgba(255,255,255,.14);
  }
  .apply-trust div:last-child {
    border-right: 0;
  }
  .apply-trust strong {
    display: block;
    font-size: 12px;
  }
  .apply-trust div>span:not(.apply-trust-icon) {
    display: block;
    font-size: 10px;
    color: #bdd3e1;
    margin-top: 4px;
  }
  .apply-trust-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(116,216,245,.28);
    background: rgba(255,255,255,.06);
    border-radius: 999px;
    position: relative;
    display: block !important;
    margin: 0 auto 8px !important;
    color: #74d8f5 !important;
    line-height: 0;
  }
  .apply-trust-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%,-50%);
    display: block;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    overflow: visible;
  }
  .apply-mini-footer {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 22px auto 0;
    text-align: center;
    color: #8eaabc;
    font-size: 10px;
  }
  .apply-mini-footer a {
    color: #bfe7f5;
    text-decoration: none;
    margin: 0 7px;
  }
  .legal-wrap {
    padding: 56px 0 70px;
    background: linear-gradient(180deg,#d4e5ef,#eaf2f7);
  }
  .legal-card {
    background: rgba(249,252,254,.96);
    border: 1px solid rgba(123,157,181,.35);
    border-radius: 16px;
    padding: 36px;
    box-shadow: 0 16px 38px rgba(13,51,78,.1);
  }
  .legal-card h1,.legal-card h2,.legal-card h3 {
    font-family: "Sora",sans-serif;
    color: #0b2945;
  }
  .legal-card p,.legal-card li {
    font-size: 13px;
    line-height: 1.75;
    color: #4e6478;
  }
  .legal-card ol,.legal-card ul {
    padding-left: 20px;
  }
  .wpforms-container {
    margin: 0 !important;
  }
  .wpforms-field {
    padding: 5px 0 !important;
  }
  .wpforms-field-label {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #324d64 !important;
    margin-bottom: 4px !important;
    line-height: 1.2 !important;
  }
  .wpforms-field-sublabel {
    font-size: 9px !important;
    color: #708497 !important;
  }
  #wpforms-534-field_1-container>.wpforms-field-label {
    display: none !important;
  }
  #wpforms-534-field_1-container .wpforms-field-row-block {
    display: flex !important;
    flex-direction: column !important;
  }
  #wpforms-534-field_1-container .wpforms-field-sublabel {
    display: block !important;
    order: -1 !important;
    margin: 0 0 4px !important;
    font-size: 0 !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #324d64 !important;
  }
  #wpforms-534-field_1-container .wpforms-first .wpforms-field-sublabel:before {
    content: "First Name";
    font-size: 11px;
  }
  #wpforms-534-field_1-container .wpforms-field-row-block:not(.wpforms-first) .wpforms-field-sublabel:before {
    content: "Last Name";
    font-size: 11px;
  }
  #wpforms-534-field_1-container .wpforms-field-sublabel:after {
    content: " *";
    font-size: 11px;
    color: #d63638;
    font-weight: 800;
  }
  #wpforms-form-534 #wpforms-534-field_4-container>.wpforms-field-label,	#wpforms-form-534 #wpforms-534-field_5-container>.wpforms-field-label,	#wpforms-form-534 #wpforms-534-field_6-container>.wpforms-field-label {
    min-height: 27px !important;
    display: flex !important;
    align-items: flex-end !important;
  }
  #wpforms-form-534 .wpforms-field-row {
    display: flex !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: none !important;
  }
  #wpforms-form-534 .wpforms-field-row-block {
    padding: 0 !important;
    margin: 0 !important;
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
  }
  #wpforms-form-534 .wpforms-field-row-block:first-child {
    margin-left: 0 !important;
  }
  #wpforms-form-534 .wpforms-field-row-block:last-child {
    margin-right: 0 !important;
  }
  .wpforms-container input[type=text],.wpforms-container input[type=email],.wpforms-container input[type=tel],.wpforms-container input[type=number],.wpforms-container select,.wpforms-container textarea {
    width: 100% !important;
    max-width: none !important;
    border: 1px solid #c9d9e5 !important;
    border-radius: 7px !important;
    background: #fbfdff !important;
    box-shadow: none !important;
    color: #193650 !important;
    font-size: 12px !important;
    min-height: 40px !important;
    height: 40px !important;
    padding: 8px 10px !important;
  }
  .wpforms-container .iti {
    display: block !important;
    width: 100% !important;
  }
  .wpforms-container .iti input[type=tel],.wpforms-container input.wpforms-smart-phone-field {
    padding-left: 62px !important;
  }
  .wpforms-container .iti__flag-container,.wpforms-container .iti__country-container {
    left: 0 !important;
    height: 40px !important;
  }
  .wpforms-container .iti__selected-flag,.wpforms-container .iti__selected-country {
    height: 40px !important;
    min-width: 52px !important;
    padding-left: 10px !important;
    padding-right: 8px !important;
  }
  .wpforms-container .iti__selected-country-primary {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .wpforms-container textarea {
    min-height: 92px !important;
  }
  .wpforms-container input:focus,.wpforms-container select:focus,.wpforms-container textarea:focus {
    border-color: #1990d1 !important;
    box-shadow: 0 0 0 3px rgba(25,144,209,.11) !important;
    outline: 0 !important;
  }
  .wpforms-submit-container {
    padding-top: 9px !important;
  }
  .wpforms-container button.wpforms-submit {
    width: 100% !important;
    background: linear-gradient(90deg,#18a7d6,#0a70b6) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 7px !important;
    min-height: 45px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    padding: 12px 18px !important;
    box-shadow: 0 10px 22px rgba(8,105,181,.2) !important;
  }
  #wpforms-form-534 .wpforms-field-container {
    display: grid !important;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 7px 12px;
  }
  #wpforms-form-534 .wpforms-field {
    margin: 0 !important;
  }
  #wpforms-534-field_1-container {
    grid-column: span 6;
  }
  #wpforms-534-field_2-container,#wpforms-534-field_3-container {
    grid-column: span 3;
  }
  #wpforms-534-field_8-container {
    grid-column: span 6;
  }
  #wpforms-534-field_4-container,#wpforms-534-field_5-container,#wpforms-534-field_6-container {
    grid-column: span 2;
  }
  #wpforms-534-field_7-container {
    grid-column: span 6;
  }
  #wpforms-534-field_7-container>.wpforms-field-label {
    display: none !important;
  }
  #wpforms-534-field_7-container ul,#wpforms-534-field_7-container li {
    margin: 0 !important;
    padding: 0 !important;
  }
  .wpforms-field-checkbox label {
    font-size: 9px !important;
    line-height: 1.35 !important;
    color: #6a7d8e !important;
  }
  #wpforms-534-field_7-container .wpforms-field-label-inline:after {
    content: " *";
    color: #d63638;
    font-weight: 800;
  }
  .wpforms-field-checkbox ul {
    list-style: none !important;
  }
  .wpforms-field-checkbox li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }
  .wpforms-field-checkbox input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    clip: auto !important;
    transform: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    accent-color: #0a8fc5 !important;
    z-index: 2 !important;
  }
  .wpforms-field-checkbox label.wpforms-field-label-inline {
    display: block !important;
    margin: 0 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none;
  }
  .two-col>.form-card {
    width: 100%;
    padding: 25px 25px 22px;
  }
  #wpforms-form-224 .wpforms-field-container {
    display: grid !important;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 8px 12px;
  }
  #wpforms-form-224 .wpforms-field {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
  }
  #wpforms-224-field_21-container,#wpforms-224-field_23-container {
    grid-column: span 3;
  }
  #wpforms-224-field_1-container,#wpforms-224-field_6-container {
    grid-column: span 3;
  }
  #wpforms-224-field_27-container {
    grid-column: span 6;
  }
  #wpforms-224-field_26-container,#wpforms-224-field_12-container,#wpforms-224-field_25-container {
    grid-column: span 2;
  }
  #wpforms-224-field_14-container {
    grid-column: span 6;
  }
  #wpforms-224-field_26-container>.wpforms-field-label,	#wpforms-224-field_12-container>.wpforms-field-label,	#wpforms-224-field_25-container>.wpforms-field-label {
    min-height: 27px !important;
    display: flex !important;
    align-items: flex-end !important;
  }
  #wpforms-224-field_14-container>.wpforms-field-label {
    font-size: 10px !important;
    margin: 2px 0 3px !important;
  }
  #wpforms-224-field_14-container ul,#wpforms-224-field_14-container li {
    margin: 0 !important;
    padding: 0 !important;
  }
  .wpforms-container .choices {
    margin: 0 !important;
  }
  .wpforms-container .choices__inner {
    min-height: 40px !important;
    border: 1px solid #c9d9e5 !important;
    border-radius: 7px !important;
    background: #fbfdff !important;
    padding: 7px 28px 7px 10px !important;
    font-size: 12px !important;
    color: #193650 !important;
    display: flex !important;
    align-items: center !important;
  }
  .wpforms-container .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7px !important;
  }
  .wpforms-container .choices__list--single {
    padding: 0 !important;
  }
  .wpforms-container .choices[data-type*=select-one]:after {
    right: 12px !important;
  }
  .funding-review-cta {
    max-width: 940px !important;
    margin: 0 auto !important;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 28px;
    text-align: left !important;
    padding: 28px 32px !important;
  }
  .funding-review-cta .section-eyebrow {
    text-align: left !important;
  }
  .funding-review-cta .section-title {
    font-size: 30px;
  }
  .funding-review-cta .section-copy {
    margin: 8px 0 0;
  }
  .funding-review-cta .btn {
    white-space: nowrap;
  }
  .wpforms-error {
    font-size: 10px !important;
  }
}
@media (max-width:1050px) {
  .main-nav {
    gap: 18px;
  }
  .phone-link {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr .82fr;
    gap: 32px;
  }
  .funding-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .trust-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .trust-item:nth-child(2) {
    border-right: 0;
  }
  .trust-item:nth-child(-n+2) {
    margin-bottom: 15px;
  }
  .metric-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .metric:nth-child(2) {
    border-right: 0;
  }
  .metric:nth-child(-n+2) {
    margin-bottom: 22px;
  }
  .footer-grid {
    grid-template-columns: 1.25fr 1fr 1fr;
  }
  .footer-grid>div:last-child {
    grid-column: 2/4;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
}
@media (max-width:820px) {
  .header-inner {
    min-height: 70px;
  }
  .main-nav {
    display: none;
  }
  .brand-mark {
    width: 51px;
  }
  .brand-copy strong {
    font-size: 14px;
  }
  .brand-copy small {
    font-size: 9px;
  }
  .btn-header {
    padding: 10px 13px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 48px 0;
  }
  .hero-copy {
    padding-bottom: 0;
  }
  .hero-features {
    grid-template-columns: repeat(3,1fr);
  }
  .form-card {
    max-width: 620px;
  }
  .split-section {
    grid-template-columns: 1fr;
  }
  .split-section img {
    height: 270px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid>div:last-child {
    grid-column: auto;
  }
  .bottom-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width:620px) {
  .site-shell {
    width: min(100% - 28px,1180px);
  }
  .header-actions .phone-link {
    display: none;
  }
  .brand-copy strong {
    font-size: 12px;
  }
  .brand-copy small {
    font-size: 8px;
  }
  .brand-mark {
    width: 43px;
  }
  .hero-copy h1 {
    font-size: 43px;
  }
  .hero-sub {
    font-size: 17px;
  }
  .hero-features {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .hero-feature {
    grid-template-columns: 44px 1fr;
  }
  .hero-icon {
    width: 44px;
    height: 44px;
  }
  .form-card {
    padding: 21px 16px;
  }
  .trust-grid,.funding-grid,.metric-grid,.benefit-grid,.info-cards,.option-grid,.apply-trust {
    grid-template-columns: 1fr;
  }
  .trust-item,.metric,.apply-trust div {
    border-right: 0 !important;
  }
  .trust-item {
    padding: 8px 14px;
  }
  .metric {
    padding: 12px;
  }
  .funding-card img {
    height: 180px;
  }
  .section {
    padding: 52px 0;
  }
  .section-title {
    font-size: 29px;
  }
  .split-section {
    gap: 28px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
  }
  #wpforms-form-534 .wpforms-field-container {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  #wpforms-form-534 .wpforms-field {
    grid-column: 1 !important;
  }
  #wpforms-form-534 .wpforms-field-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #wpforms-form-534 .wpforms-field-row-block {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    float: none !important;
  }
  #wpforms-form-534 #wpforms-534-field_4-container>.wpforms-field-label,#wpforms-form-534 #wpforms-534-field_5-container>.wpforms-field-label,#wpforms-form-534 #wpforms-534-field_6-container>.wpforms-field-label {
    min-height: 0 !important;
  }
  #wpforms-form-534 .wpforms-field-label {
    margin-bottom: 6px !important;
  }
  #wpforms-form-224 .wpforms-field-container {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  #wpforms-form-224 .wpforms-field {
    grid-column: 1 !important;
  }
  #wpforms-form-224 #wpforms-224-field_26-container>.wpforms-field-label,#wpforms-form-224 #wpforms-224-field_12-container>.wpforms-field-label,#wpforms-form-224 #wpforms-224-field_25-container>.wpforms-field-label {
    min-height: 0 !important;
  }
  .funding-review-cta {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    padding: 24px 20px !important;
  }
  .funding-review-cta .section-eyebrow {
    text-align: center !important;
  }
  .funding-review-cta .btn {
    justify-self: center;
  }
  .wpforms-container .wpforms-field {
    padding: 7px 0 !important;
  }
  .wpforms-container input[type=text],.wpforms-container input[type=email],.wpforms-container input[type=tel],.wpforms-container input[type=number],.wpforms-container select,.wpforms-container textarea {
    font-size: 16px !important;
  }
  .wpforms-container .iti input[type=tel],.wpforms-container input.wpforms-smart-phone-field {
    font-size: 16px !important;
  }
  .apply-form-shell {
    padding: 22px 16px;
  }
  .apply-form-top {
    flex-direction: column;
  }
  .apply-form-badge {
    align-self: flex-start;
  }
  .apply-head h1 {
    font-size: 40px;
  }
  .content-panel {
    padding: 22px;
  }
  .inner-hero-inner {
    padding: 54px 0 50px;
  }
  .inner-hero h1 {
    font-size: 39px;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
