/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Inter,Manrope,"Helvetica Neue",Arial,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: 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: 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: #003f93;
    --color-neutral: #132b48;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .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-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .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\: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));
    }
  }
}
:root {
  --navy: #003f93;
  --deep-navy: #0b3a70;
  --darkest: #06264a;
  --blue: #3d9be9;
  --orange: #ff431b;
  --orange-dark: #e83813;
  --ink: #132b48;
  --muted: #536780;
  --pale: #f2f7fc;
  --line: #d8e3ee;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(4, 43, 88, 0.2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, Manrope, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
button, input, select {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid rgba(61, 155, 233, 0.75);
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 1000;
  border-radius: 8px;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
  padding: 12px 18px;
  transition: top 160ms ease;
}
.skip-link:focus {
  top: 18px;
}
.container, .header-inner, .hero-inner {
  width: min(1320px, calc(100% - 64px));
  margin-inline: auto;
}
.site-header {
  position: relative;
  z-index: 30;
  min-height: 104px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0, 63, 147, 0.1);
}
.header-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.header-logo {
  display: block;
  width: 266px;
  height: auto;
  aspect-ratio: 333 / 125;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--navy);
}
.header-contact > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.3;
}
.header-contact span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.header-contact a {
  color: var(--deep-navy);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.shield-mark {
  display: inline-flex;
  flex: 0 0 auto;
  width: 38px;
  height: 42px;
  color: var(--blue);
}
.shield-mark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 718px;
  overflow: hidden;
  background: var(--deep-navy);
}
.hero-image {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background: linear-gradient( 90deg, rgba(4, 43, 88, 0.98) 0%, rgba(0, 63, 147, 0.94) 34%, rgba(0, 63, 147, 0.64) 56%, rgba(5, 42, 83, 0.18) 80%, rgba(5, 42, 83, 0.06) 100% );
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 27, 54, 0.04), rgba(3, 27, 54, 0.3));
}
.hero-wedge {
  position: absolute;
  z-index: -1;
  inset: 0 45% 0 0;
  clip-path: polygon(0 0, 82% 0, 100% 18%, 78% 50%, 100% 100%, 0 100%);
  background: linear-gradient(135deg, rgba(5, 39, 77, 0.6), rgba(0, 63, 147, 0.14));
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 718px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(400px, 0.78fr);
  align-items: center;
  gap: clamp(36px, 5vw, 88px);
  padding-block: 54px;
}
.hero-copy {
  max-width: 720px;
  color: var(--white);
}
.eyebrow, .section-kicker, .form-kicker {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}
.section-kicker.light {
  color: #9fd5ff;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(3.4rem, 5.1vw, 5rem);
  font-weight: 760;
  letter-spacing: -0.052em;
  line-height: 1.01;
}
.hero-summary {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1.15rem, 1.6vw, 1.42rem);
  font-weight: 500;
  line-height: 1.48;
}
.hero-benefits, .check-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.hero-benefits {
  display: grid;
  gap: 12px;
}
.hero-benefits li, .check-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.hero-benefits li {
  color: var(--white);
  font-size: 1.08rem;
  font-weight: 650;
}
.check-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin-top: 1px;
  border-radius: 50%;
  background: #d9efff;
  color: var(--navy);
}
.check-mark svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.7;
}
.business-purpose-note {
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}
.hero-form-wrap {
  display: flex;
  justify-content: flex-end;
}
.lead-form, .form-success {
  width: 100%;
  max-width: 486px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: 28px 30px 24px;
  backdrop-filter: blur(8px);
}
.form-heading {
  margin-bottom: 18px;
}
.form-heading .form-kicker {
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 0.7rem;
}
.form-heading h2, .form-success h2 {
  margin: 0;
  color: var(--deep-navy);
  font-size: 1.8rem;
  letter-spacing: -0.025em;
  line-height: 1.18;
}
.form-heading > p:last-child {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}
.field {
  display: grid;
  gap: 6px;
}
.field + .field, .field + .form-row, .form-row + .field {
  margin-top: 12px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.field label {
  color: #123565;
  font-size: 0.76rem;
  font-weight: 750;
}
.field input, .field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #c9d6e4;
  border-radius: 7px;
  background: var(--white);
  color: var(--ink);
  padding: 9px 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.field input:hover, .field select:hover {
  border-color: #9bb8d3;
}
.field input:focus, .field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(61, 155, 233, 0.18);
  outline: none;
}
.consent {
  display: grid;
  grid-template-columns: 17px 1fr;
  align-items: start;
  gap: 9px;
  margin: 14px 0 0;
  color: #5c6e83;
  cursor: pointer;
  font-size: 0.69rem;
  line-height: 1.42;
}
.consent input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--navy);
}
.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.primary-button, .secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.primary-button {
  background: var(--orange);
  box-shadow: 0 12px 24px rgba(255, 67, 27, 0.22);
  color: var(--white);
  padding: 15px 24px;
}
.secondary-button {
  border: 2px solid var(--blue);
  background: var(--white);
  color: var(--navy);
  padding: 13px 24px;
}
.form-button {
  width: 100%;
  min-height: 56px;
  margin-top: 15px;
  font-size: 1rem;
}
.form-button:disabled {
  cursor: wait;
  opacity: 0.72;
}
.privacy-note {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}
.privacy-note a {
  color: var(--navy);
  font-weight: 700;
}
.form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  color: var(--deep-navy);
  font-size: 0.72rem;
  font-weight: 700;
}
.form-trust .shield-mark {
  width: 22px;
  height: 26px;
}
.form-error {
  display: grid;
  gap: 3px;
  margin-top: 12px;
  border-left: 3px solid #c0392b;
  background: #fff2f0;
  color: #7b2d24;
  padding: 10px 12px;
  font-size: 0.75rem;
  line-height: 1.45;
}
.form-error a {
  font-weight: 800;
}
.form-success {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #dceeff;
  color: var(--navy);
  font-size: 1.6rem;
  font-weight: 900;
}
.form-success p:not(.form-kicker) {
  color: var(--muted);
}
.form-success a {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 800;
}
.trust-strip {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--deep-navy);
  font-size: 1rem;
  font-weight: 650;
}
.trust-strip .shield-mark {
  width: 34px;
  height: 38px;
  margin-right: 7px;
  color: var(--navy);
}
.trust-strip span + span::before {
  content: "\2022";
  margin-right: 13px;
  color: #8aa0b8;
}
.section {
  padding-block: 96px;
}
.section h2 {
  margin: 0;
  color: var(--deep-navy);
  font-size: clamp(2.2rem, 4vw, 3.65rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.08;
}
.section h3 {
  color: var(--deep-navy);
}
.intro-section {
  background: var(--white);
}
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.05fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: start;
}
.intro-copy p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1.08rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}
.text-link span {
  color: var(--orange);
}
.highlights-section {
  border-block: 1px solid #e5edf5;
  background: var(--pale);
}
.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}
.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}
.section-heading.narrow {
  max-width: 690px;
}
.section-heading > p:last-child {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.highlight-card {
  position: relative;
  min-height: 315px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  padding: 34px 28px;
  box-shadow: 0 12px 35px rgba(21, 63, 106, 0.06);
}
.highlight-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(61, 155, 233, 0.08);
}
.card-number {
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.highlight-card h3 {
  margin: 52px 0 14px;
  font-size: 1.32rem;
  line-height: 1.28;
}
.highlight-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}
.calculator-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 92% 10%, rgba(61, 155, 233, 0.26), transparent 32%), linear-gradient(135deg, var(--darkest), var(--deep-navy));
}
.calculator-section::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}
.calculator-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(580px, 1.22fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}
.calculator-copy {
  color: var(--white);
}
.calculator-copy h2 {
  color: var(--white);
}
.calculator-copy > p:not(.section-kicker) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.04rem;
}
.formula {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  margin-top: 28px;
  border-left: 3px solid var(--blue);
  background: rgba(255, 255, 255, 0.08);
  padding: 18px 20px;
}
.formula span {
  color: #d9ebfb;
  font-size: 0.88rem;
}
.formula i {
  grid-row: 1 / span 2;
  grid-column: 2;
  align-self: center;
  color: #9fd5ff;
  font-style: normal;
  font-size: 1.5rem;
}
.formula strong {
  color: var(--white);
  font-size: 1.3rem;
}
.calculator-help a {
  color: var(--white);
  font-weight: 800;
}
.calculator-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(190px, 0.65fr);
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 28px 75px rgba(0, 21, 48, 0.32);
  padding: 30px;
}
.calculator-card form {
  min-width: 0;
}
.calculator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.calculator-grid .field + .field {
  margin-top: 0;
}
.calculator-grid .field:first-child {
  grid-column: 1 / -1;
}
.money-input {
  position: relative;
}
.money-input span {
  position: absolute;
  left: 13px;
  top: 50%;
  color: #6c8197;
  font-weight: 800;
  transform: translateY(-50%);
}
.money-input input {
  padding-left: 30px;
}
.calculator-card .secondary-button {
  width: 100%;
  margin-top: 18px;
}
.calculator-result {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #edf6fd;
  color: var(--deep-navy);
  padding: 24px 18px;
  text-align: center;
}
.calculator-result p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.calculator-result strong {
  margin: 5px 0 12px;
  color: var(--navy);
  font-size: 3.5rem;
  letter-spacing: -0.06em;
  line-height: 1;
}
.calculator-result span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}
.calculator-result.has-result {
  background: #e5f3ff;
  box-shadow: inset 0 0 0 1px #c7e4fb;
}
.calculator-disclaimer {
  grid-column: 1 / -1;
  margin: -13px 0 0;
  color: #687b90;
  font-size: 0.68rem;
  line-height: 1.5;
}
.eligibility-section {
  background: var(--white);
}
.eligibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 32px;
}
.property-panel, .requirements-panel {
  border-radius: 16px;
  padding: clamp(32px, 5vw, 58px);
}
.property-panel {
  border: 1px solid var(--line);
  background: var(--pale);
}
.property-panel > p:not(.section-kicker) {
  color: var(--muted);
}
.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 22px;
  margin-top: 28px;
}
.check-list li {
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
}
.check-list .check-mark {
  width: 23px;
  height: 23px;
  background: #d9ecfb;
}
.requirements-panel {
  background: var(--deep-navy);
  color: var(--white);
}
.requirements-panel .section-kicker {
  color: #93cdff;
}
.requirements-panel h3 {
  margin: 0 0 26px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: -0.03em;
}
.requirements-panel dl, .requirements-panel dd {
  margin: 0;
}
.requirements-panel dl {
  display: grid;
}
.requirements-panel dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding-block: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.requirements-panel dt {
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 800;
}
.requirements-panel dd {
  color: rgba(255, 255, 255, 0.73);
  font-size: 0.86rem;
}
.comparison-section {
  border-top: 1px solid #e5edf5;
  background: #f8fbfe;
}
.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(15, 56, 98, 0.06);
}
table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
th, td {
  padding: 19px 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
thead th {
  background: var(--deep-navy);
  color: var(--white);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
thead th:first-child {
  border-top-left-radius: 12px;
}
thead th:last-child {
  border-top-right-radius: 12px;
}
tbody th {
  width: 28%;
  color: var(--deep-navy);
  font-size: 0.9rem;
}
tbody td {
  color: var(--muted);
  font-size: 0.9rem;
}
tbody td:nth-child(2) {
  background: #f5faff;
  color: var(--ink);
  font-weight: 650;
}
tbody tr:last-child th, tbody tr:last-child td {
  border-bottom: 0;
}
.process-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #073260, #0b3a70);
  color: var(--white);
}
.process-section .section-heading h2 {
  color: var(--white);
}
.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}
.process-list li {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 42px;
  padding: 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-right: 0;
}
.process-list li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.process-list li > span {
  color: #8dceff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.process-list h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.28;
}
.process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.87rem;
}
.local-section {
  background: var(--white);
}
.local-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(54px, 8vw, 120px);
}
.local-grid > div:last-child p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 1.06rem;
}
.faq-section {
  border-top: 1px solid var(--line);
  background: var(--pale);
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(54px, 8vw, 110px);
  align-items: start;
}
.faq-heading {
  position: sticky;
  top: 28px;
}
.faq-heading > p:not(.section-kicker) {
  color: var(--muted);
}
.inline-button {
  margin-top: 22px;
}
.faq-list {
  border-top: 1px solid #cbd9e6;
}
.faq-list details {
  border-bottom: 1px solid #cbd9e6;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  color: var(--deep-navy);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
  padding: 22px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 1.55rem;
  font-weight: 400;
  transition: transform 180ms ease;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  margin: -4px 52px 23px 0;
  color: var(--muted);
}
.final-cta {
  padding-block: 76px;
  background: radial-gradient(circle at 86% 15%, rgba(61, 155, 233, 0.28), transparent 27%), var(--deep-navy);
  color: var(--white);
}
.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
  align-items: center;
}
.final-cta h2 {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}
.final-cta p:not(.section-kicker) {
  max-width: 690px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
}
.final-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  min-width: 275px;
}
.phone-link {
  color: var(--white);
  font-weight: 800;
  text-align: center;
}
.site-footer {
  background: var(--white);
  color: var(--navy);
  border-top: 1px solid rgba(8, 51, 91, 0.12);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.85fr;
  gap: 68px;
  padding-block: 68px 48px;
}
.footer-logo-wrap {
  display: inline-flex;
  align-items: center;
  width: 250px;
  max-width: 100%;
}
.footer-logo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 333 / 125;
  object-fit: contain;
  object-position: left center;
}
.footer-brand p {
  margin: 14px 0 0;
  font-size: 0.88rem;
}
.footer-brand p:nth-of-type(1) {
  color: var(--navy);
  font-weight: 800;
}
.footer-contact, .footer-license {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.footer-top h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer-top a, .footer-top p {
  color: #536b80;
  font-size: 0.82rem;
}
.footer-license p {
  margin: 0;
}
.equal-housing {
  margin-top: 8px !important;
  color: var(--navy) !important;
  font-weight: 800;
}
.footer-disclosures {
  border-top: 1px solid rgba(8, 51, 91, 0.13);
  padding-block: 28px 34px;
}
.footer-disclosures p {
  margin: 0 0 10px;
  color: #687d90;
  font-size: 0.68rem;
  line-height: 1.55;
}
.mobile-action-bar {
  display: none;
}
@media (hover: hover) {
  .primary-button:hover {
    background: var(--orange-dark);
    box-shadow: 0 15px 30px rgba(232, 56, 19, 0.3);
    transform: translateY(-2px);
  }
  .secondary-button:hover {
    background: #eaf5fd;
    transform: translateY(-2px);
  }
  .header-contact a:hover, .text-link:hover, .phone-link:hover, .footer-top a:hover {
    color: var(--blue);
  }
}
@media (max-width: 1180px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.76fr);
    gap: 38px;
  }
  .hero h1 {
    font-size: clamp(3.2rem, 5.2vw, 4.3rem);
  }
  .highlight-grid {
    grid-template-columns: 1fr 1fr;
  }
  .highlight-card {
    min-height: 265px;
  }
  .highlight-card h3 {
    margin-top: 32px;
  }
  .calculator-layout {
    grid-template-columns: 1fr;
  }
  .calculator-card {
    max-width: 850px;
  }
}
@media (max-width: 920px) {
  .container, .header-inner, .hero-inner {
    width: min(100% - 40px, 760px);
  }
  .site-header, .header-inner {
    min-height: 88px;
  }
  .header-logo {
    width: 220px;
  }
  .header-contact > div > span {
    display: none;
  }
  .header-contact a {
    font-size: 1.1rem;
  }
  .hero, .hero-inner {
    min-height: auto;
  }
  .hero-image {
    object-position: 72% center;
  }
  .hero::before {
    background: linear-gradient(180deg, rgba(4, 43, 88, 0.96), rgba(0, 63, 147, 0.88));
  }
  .hero-wedge {
    display: none;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 64px;
  }
  .hero-copy {
    max-width: 720px;
  }
  .hero-form-wrap {
    justify-content: flex-start;
  }
  .lead-form, .form-success {
    max-width: 620px;
  }
  .intro-grid, .eligibility-grid, .local-grid, .faq-layout, .final-cta-inner {
    grid-template-columns: 1fr;
  }
  .faq-heading {
    position: static;
  }
  .process-list {
    grid-template-columns: 1fr 1fr;
  }
  .process-list li {
    min-height: 270px;
  }
  .process-list li:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }
  .final-actions {
    max-width: 360px;
  }
  .footer-top {
    grid-template-columns: 1.3fr 1fr;
  }
  .footer-license {
    grid-column: 1 / -1;
  }
}
@media (max-width: 680px) {
  html {
    scroll-padding-bottom: 78px;
  }
  body {
    padding-bottom: 68px;
  }
  .container, .header-inner, .hero-inner {
    width: min(100% - 30px, 600px);
  }
  .site-header, .header-inner {
    min-height: 76px;
  }
  .header-logo {
    width: 174px;
  }
  .header-contact {
    gap: 6px;
  }
  .header-contact .shield-mark {
    display: none;
  }
  .header-contact a {
    font-size: 0.9rem;
  }
  .hero-inner {
    padding-block: 48px 54px;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
    line-height: 1.02;
  }
  .hero-summary {
    font-size: 1.08rem;
  }
  .hero-benefits li {
    font-size: 0.96rem;
  }
  .lead-form, .form-success {
    border-radius: 14px;
    padding: 25px 20px 21px;
  }
  .form-heading h2, .form-success h2 {
    font-size: 1.55rem;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .form-row + .field {
    margin-top: 12px;
  }
  .trust-strip {
    min-height: 98px;
    flex-wrap: wrap;
    gap: 4px 8px;
    padding: 18px 28px;
    font-size: 0.86rem;
    text-align: center;
  }
  .trust-strip .shield-mark {
    width: 28px;
    height: 32px;
  }
  .trust-strip span + span::before {
    margin-right: 8px;
  }
  .section {
    padding-block: 72px;
  }
  .section h2, .final-cta h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
  .intro-grid, .eligibility-grid, .local-grid, .faq-layout {
    gap: 38px;
  }
  .highlight-grid {
    grid-template-columns: 1fr;
  }
  .highlight-card {
    min-height: 0;
  }
  .calculator-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }
  .calculator-grid {
    grid-template-columns: 1fr;
  }
  .calculator-grid .field:first-child {
    grid-column: auto;
  }
  .calculator-result {
    min-height: 210px;
  }
  .calculator-disclaimer {
    grid-column: auto;
    margin-top: -8px;
  }
  .property-panel, .requirements-panel {
    padding: 30px 22px;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
  .requirements-panel dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .process-list {
    grid-template-columns: 1fr;
  }
  .process-list li, .process-list li:nth-child(2) {
    min-height: 230px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }
  .process-list li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  .faq-list details p {
    margin-right: 20px;
  }
  .final-cta {
    padding-block: 64px;
  }
  .final-cta-inner {
    gap: 34px;
  }
  .final-actions {
    min-width: 0;
    max-width: none;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .footer-license {
    grid-column: auto;
  }
  .mobile-action-bar {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    gap: 8px;
    border-top: 1px solid #d2dfeb;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -10px 30px rgba(2, 33, 67, 0.14);
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    backdrop-filter: blur(10px);
  }
  .mobile-action-bar a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: none;
  }
  .mobile-call {
    border: 2px solid var(--navy);
    color: var(--navy);
  }
  .mobile-form {
    background: var(--orange);
    color: var(--white);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@media print {
  .mobile-action-bar, .site-header, .lead-form, .final-actions {
    display: none !important;
  }
  body {
    color: #000;
    background: #fff;
  }
}
[hidden] {
  display: none !important;
}
html body.bcp-dscr-landing-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--white);
}
body.bcp-dscr-landing-page .site-header, body.bcp-dscr-landing-page .site-footer, body.bcp-dscr-landing-page main, body.bcp-dscr-landing-page section {
  max-width: none;
}
body.bcp-dscr-landing-page .primary-button, body.bcp-dscr-landing-page .secondary-button, body.bcp-dscr-landing-page .form-button {
  appearance: none;
}
body.bcp-dscr-landing-page button:disabled {
  cursor: wait;
  opacity: 0.72;
}
h1,h2,h3,p,ul,ol,dl {
  margin-top: 0;
}
h1,h2,h3 {
  font-weight: 750;
}
.trust-strip .shield-mark + span::before {
  content: none;
}
.hero,.hero-inner {
  min-height: 680px;
}
.hero-inner {
  padding-block: 42px;
  grid-template-columns: minmax(0,1.15fr) minmax(390px,.78fr);
}
.hero h1 {
  font-size: clamp(3.2rem,4.9vw,4.6rem);
  max-width: 750px;
}
.hero-image {
  object-position: center 56%;
}
.hero-benefits li {
  font-size: 1rem;
}
.eyebrow {
  color: #a9d9ff;
}
.hero-copy .mobile-hero-cta {
  display: none;
}
.form-heading h2 {
  font-size: 1.72rem;
}
.form-button {
  min-height: 52px;
  font-size: 1.02rem;
}
.form-row .field + .field {
  margin-top: 0;
}
.form-intent {
  font-size: .69rem;
  line-height: 1.55;
  color: #536780;
  margin: 12px 0;
}
.consent {
  font-size: .68rem;
  line-height: 1.5;
}
.form-privacy-link {
  color: #003f93;
  text-decoration: underline;
}
.form-heading>p:last-child {
  font-size: .78rem;
}
.program-note {
  font-size: .75rem;
  font-weight: 700;
  color: #003f93;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin: 18px 0 0;
}
.highlight-card {
  min-height: 0;
}
.highlight-card h3 {
  margin-top: 24px;
}
.assistance-section {
  background: #f2f7fc;
}
.assistance-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.assistance-list {
  display: grid;
  gap: 24px;
}
.assistance-list article {
  border-bottom: 1px solid #d8e3ee;
  padding-bottom: 20px;
}
.assistance-list h3 {
  font-size: 1.18rem;
  color: #003f93;
  margin-bottom: 6px;
}
.assistance-list p {
  margin: 0;
  color: #536780;
}
.assistance-note {
  font-size: .85rem;
  border-left: 3px solid #3d9be9;
  padding-left: 18px;
  color: #536780;
}
.source-note {
  font-size: .78rem;
  color: #536780;
  margin-top: 22px;
}
.source-note a {
  color: #003f93;
  text-decoration: underline;
}
.calculator-card {
  display: block;
  max-width: none;
}
.planner-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.planner-fields .field {
  margin: 0;
}
.planner-total {
  margin-top: 20px;
  padding: 22px;
  border-radius: 10px;
  background: #f2f7fc;
  display: grid;
  gap: 4px;
  color: #0b3a70;
}
.planner-total strong {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -.03em;
}
.planner-total p {
  margin: 0;
  font-size: .85rem;
}
.planner-total span {
  font-size: .78rem;
}
.planner-error {
  font-size: .8rem;
  color: #a12718;
  margin-top: 14px;
}
.formula {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.formula i {
  line-height: 1;
  font-size: 1.2rem;
}
.calculator-disclaimer {
  margin: 16px 0 0;
}
.cost-doc-section .requirements-panel dl>div {
  grid-template-columns: 1fr;
  gap: 5px;
}
.cost-doc-section .property-panel {
  background: white;
  border: 1px solid #d8e3ee;
}
.cost-doc-section .cost-list {
  display: grid;
  gap: 22px;
  margin-top: 26px;
}
.cost-doc-section .cost-list h3 {
  font-size: 1.05rem;
  color: #003f93;
  margin-bottom: 4px;
}
.cost-doc-section .cost-list p {
  font-size: .92rem;
  color: #536780;
  margin: 0;
}
.local-proof {
  border-left: 3px solid #3d9be9;
  padding-left: 25px;
  margin-top: 25px;
}
.local-proof strong {
  display: block;
  color: #003f93;
  font-size: 1.2rem;
}
.local-proof span {
  font-size: .88rem;
  color: #536780;
}
.local-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.local-links a {
  color: #003f93;
  font-size: .9rem;
  font-weight: 700;
}
.final-cta {
  background: #edf5fc;
}
.final-cta h2 {
  color: #003f93;
}
.final-cta p {
  color: #536780;
}
.final-cta .section-kicker {
  color: #003f93;
}
.final-cta .phone-link {
  color: #003f93;
}
.final-cta .final-actions {
  min-width: 300px;
}
.form-success {
  max-width: 486px;
}
.form-success p {
  font-size: .95rem;
  line-height: 1.6;
}
.form-success .secondary-button {
  margin-top: 15px;
}
.site-footer .photo-credit {
  font-size: .67rem;
}
#homebuyer-form {
  scroll-margin-top: 25px;
}
.homebuyer-secondary-link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 1rem;
  font-weight: 700;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.homebuyer-secondary-link:hover {
  color: #cde9ff;
}
.draft-form-notice {
  margin: 0 0 16px;
  padding: 10px 12px;
  border-left: 3px solid #3d9be9;
  background: #edf5fc;
  color: #0b3a70;
  font-size: .75rem;
  line-height: 1.5;
}
#homebuyer-form:focus {
  outline: none;
}
[hidden] {
  display: none !important;
}
@media (max-width:1100px) {
  .hero-inner {
    grid-template-columns: 1fr 400px;
    gap: 32px;
  }
  .hero h1 {
    font-size: 3.7rem;
  }
}
@media (max-width:920px) {
  .hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 30px;
    padding-block: 44px;
  }
  .hero {
    min-height: 0;
  }
  .hero-copy .mobile-hero-cta {
    display: inline-flex;
    margin-top: 24px;
  }
  .assistance-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width:680px) {
  .header-logo {
    width: 180px;
  }
  .hero h1 {
    font-size: clamp(2.5rem,10vw,3.4rem);
  }
  .hero-inner {
    padding-top: 36px;
  }
  .hero-summary {
    margin-top: 20px;
  }
  .hero-benefits {
    margin-top: 20px;
    gap: 10px;
  }
  .hero-benefits li {
    font-size: .9rem;
  }
  .business-purpose-note {
    margin-top: 17px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .planner-fields {
    grid-template-columns: 1fr;
  }
  .section {
    padding-block: 58px;
  }
  .final-cta .final-actions {
    min-width: 0;
  }
  .lead-form {
    padding: 24px 20px;
  }
  .form-heading h2 {
    font-size: 1.6rem;
  }
  .form-button {
    font-size: .97rem;
  }
  .form-intent,.consent {
    font-size: .75rem;
  }
  .trust-strip {
    font-size: .78rem;
  }
  .header-contact a {
    font-size: .88rem;
  }
  .footer-top {
    gap: 28px;
  }
  body.bcp-homebuyer-landing-page {
    padding-bottom: 70px;
  }
}
@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;
    }
  }
}
