/*! 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-3xl: 48rem;
    --container-4xl: 56rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.5rem;
    --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);
    --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: #99dce9;
    --color-primary-500: #99dce9;
    --color-secondary-200: #d3dcd9;
    --color-secondary-500: #465359;
    --color-secondary-600: #465359;
    --color-neutral: #15262b;
  }
}
@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;
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .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;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .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);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .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-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .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);
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    background: #f4f5ef;
    color: #15262b;
    font-family: "Manrope",sans-serif;
    font-size: 18px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
  h1,h2,h3,h4,p,figure {
    margin: 0;
  }
  h1,h2,h3,h4 {
    font-family: "Barlow Condensed",sans-serif;
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.02em;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,input,textarea,select {
    font: inherit;
  }
  button,a,input,textarea,select,summary {
    -webkit-tap-highlight-color: transparent;
  }
  a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
    outline: 3px solid #20758c;
    outline-offset: 5px;
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  [x-cloak] {
    display: none !important;
  }
  ::selection {
    color: #102329;
    background: #99dce9;
  }
}
@layer components {
  .wrap {
    width: min(1240px,calc(100% - 96px));
    margin-inline: auto;
  }
  .eyebrow {
    font-size: 11px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .accent {
    color: #99dce9;
  }
  .skip-link {
    position: fixed;
    left: 12px;
    top: -100px;
    z-index: 999999;
    background: #99dce9;
    color: #102329;
    padding: 12px 20px;
  }
  .skip-link:focus {
    top: 12px;
  }
  .site-header {
    position: relative;
    z-index: 40;
    background: #102329;
    color: #f4f5ef;
    border-bottom: 1px solid #ffffff24;
  }
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-height: 100px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-shrink: 0;
  }
  .brand-mark {
    width: 45px;
    height: 45px;
    color: #99dce9;
  }
  .brand-name {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 29px;
    line-height: .93;
    font-weight: 600;
    letter-spacing: .075em;
  }
  .brand-name small {
    font-family: "Manrope",sans-serif;
    display: block;
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: .19em;
    margin-top: 7px;
    font-weight: 600;
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .nav-link {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
  }
  .nav-link:hover,.nav-link[aria-current=page] {
    color: #99dce9;
    border-color: #99dce9;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 17px 23px;
    background: #99dce9;
    color: #102329;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .02em;
    border: 1px solid #99dce9;
    cursor: pointer;
    transition: background .18s,transform .18s;
  }
  .button svg {
    width: 20px;
    flex-shrink: 0;
  }
  .button:hover {
    background: #b8edf5;
    transform: translateY(-2px);
  }
  .button-dark {
    background: #102329;
    color: #f4f5ef;
    border-color: #102329;
  }
  .button-dark:hover {
    background: #23434b;
  }
  .button-outline {
    background: transparent;
    color: #f4f5ef;
    border-color: #ffffff50;
  }
  .button-outline:hover {
    background: #ffffff12;
  }
  .button[disabled] {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
  }
  .header-button {
    padding: 13px 16px;
    gap: 16px;
    font-size: 11px;
  }
  .menu-toggle {
    display: none;
    color: inherit;
    border: 1px solid #ffffff50;
    background: none;
    padding: 10px 16px;
    font-size: 12px;
  }
  .mobile-nav {
    padding: 10px 24px 28px;
    border-top: 1px solid #ffffff24;
  }
  .mobile-nav a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
  }
  .mobile-nav .button {
    margin-top: 10px;
    display: flex;
  }
  .hero {
    background: #102329;
    color: #f4f5ef;
    position: relative;
    overflow: hidden;
  }
  .hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#ffffff04 1px,transparent 1px),linear-gradient(90deg,#ffffff04 1px,transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
  }
  .hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 60px;
    align-items: center;
    padding-block: 75px 66px;
  }
  .hero-copy {
    position: relative;
    z-index: 2;
  }
  .hero .eyebrow {
    color: #99dce9;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 27px;
  }
  .hero .eyebrow:before {
    content: "";
    height: 6px;
    width: 6px;
    background: #99dce9;
  }
  .hero h1 {
    font-size: clamp(64px,6.55vw,96px);
    line-height: .97;
    letter-spacing: -.024em;
    max-width: 650px;
  }
  .hero h1 span {
    display: block;
  }
  .hero-intro {
    font-size: 16px;
    line-height: 1.85;
    color: #bacacd;
    max-width: 430px;
    margin-top: 29px;
  }
  .hero-service-area {
    margin-top: 18px;
    font-size: 12px;
    color: #c2d0d2;
    letter-spacing: .03em;
  }
  .hero-service-area a {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid currentColor;
    padding-bottom: 5px;
  }
  .hero-visual {
    position: relative;
    margin: 25px 0 0 0;
    align-self: stretch;
    min-height: 480px;
  }
  .hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.55);
  }
  .hero-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #bfeaf03b;
    pointer-events: none;
  }
  .image-tag {
    position: absolute;
    left: -23px;
    top: -24px;
    z-index: 1;
    padding: 15px 19px;
    background: #99dce9;
    color: #102329;
    border: 6px solid #102329;
    font-size: 10px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .1em;
  }
  .image-annotation {
    position: absolute;
    bottom: 27px;
    left: 26px;
    right: 26px;
    background: #102329ee;
    border-left: 2px solid #99dce9;
    color: #f4f5ef;
    padding: 20px 22px;
    font-family: "Barlow Condensed",sans-serif;
    font-size: 28px;
    line-height: 1.12;
  }
  .image-annotation small {
    display: block;
    font-family: "Manrope",sans-serif;
    font-size: 9px;
    letter-spacing: .14em;
    color: #99dce9;
    margin-bottom: 8px;
  }
  .photo-credit {
    font-size: 9px;
    font-family: "Manrope",sans-serif;
    line-height: 1.5;
    color: #465359;
    margin-top: 8px;
  }
  .photo-credit a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .hero-visual .photo-credit {
    position: absolute;
    top: 100%;
    right: 0;
    color: #bacacd;
    text-align: right;
    width: 100%;
    font-size: 8px;
  }
  .hero-foot {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0;
    border-top: 1px solid #ffffff24;
    font-size: 10px;
    letter-spacing: .09em;
    font-weight: 600;
    text-transform: uppercase;
    color: #b8c5c9;
  }
  .hero-foot span:before {
    content: "+";
    color: #99dce9;
    margin-right: 11px;
  }
  .section {
    padding-block: 94px;
  }
  .section-top {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    align-items: end;
    margin-bottom: 42px;
  }
  .section-top h2 {
    font-size: clamp(42px,4.2vw,64px);
    max-width: 660px;
  }
  .section-top .eyebrow {
    margin-bottom: 16px;
    color: #465359;
  }
  .section-top>p {
    font-size: 15px;
    color: #465359;
    max-width: 350px;
  }
  .section-top .text-link {
    white-space: nowrap;
    margin-bottom: 6px;
  }
  .section-muted {
    background: #e7ece7;
  }
  .application-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-left: 1px solid #bdcac7;
    border-top: 1px solid #bdcac7;
  }
  .application-card {
    display: flex;
    flex-direction: column;
    padding: 32px 29px 25px;
    min-height: 286px;
    border-right: 1px solid #bdcac7;
    border-bottom: 1px solid #bdcac7;
    background: #f4f5ef;
    transition: background .2s;
  }
  .application-card:hover {
    background: #e0f0ef;
  }
  .card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
  }
  .card-top svg {
    height: 29px;
    width: 29px;
  }
  .card-top span {
    font-size: 10px;
    letter-spacing: .12em;
    color: #465359;
  }
  .application-card h3 {
    font-size: 29px;
    line-height: 1.07;
    max-width: 290px;
  }
  .application-card p {
    font-size: 15px;
    line-height: 1.75;
    color: #465359;
    margin-top: 14px;
    margin-bottom: 27px;
  }
  .card-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    letter-spacing: .07em;
    font-weight: 700;
    margin-top: auto;
  }
  .card-link svg {
    width: 19px;
  }
  .section-bottom {
    margin-top: 27px;
    display: flex;
    justify-content: flex-end;
  }
  .story {
    background: #e7ece7;
  }
  .story-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 90px;
  }
  .story-heading {
    font-size: 70px;
    line-height: .98;
    color: #213b42;
  }
  .story-heading .eyebrow {
    font-family: "Manrope",sans-serif;
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 25px;
    letter-spacing: .15em;
  }
  .story-copy h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .story-copy h2:not(:first-child) {
    margin-top: 28px;
  }
  .story-copy p {
    font-size: 15px;
    line-height: 1.9;
    color: #465359;
    margin-bottom: 15px;
  }
  .industry-feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
  }
  .industry-feature {
    display: block;
  }
  .industry-feature figure {
    margin-bottom: 22px;
  }
  .industry-feature img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    filter: saturate(.65);
  }
  .industry-feature h3 {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .industry-feature p {
    font-size: 15px;
    color: #465359;
    line-height: 1.8;
    margin-top: 11px;
  }
  .maintenance-band {
    background: #173239;
    color: #f4f5ef;
    padding-block: 95px;
  }
  .maintenance-grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 100px;
  }
  .maintenance-band .eyebrow {
    color: #99dce9;
    margin-bottom: 22px;
  }
  .maintenance-band h2 {
    font-size: clamp(46px,4.7vw,68px);
    max-width: 490px;
  }
  .maintenance-band .lead {
    font-size: 15px;
    line-height: 1.9;
    color: #c2d0d2;
    max-width: 420px;
    margin: 24px 0 30px;
  }
  .maintenance-row {
    padding: 22px 0;
    border-bottom: 1px solid #ffffff30;
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 15px;
  }
  .maintenance-row:first-child {
    border-top: 1px solid #ffffff30;
  }
  .maintenance-row>span {
    color: #99dce9;
    font-size: 11px;
    margin-top: 7px;
  }
  .maintenance-row h3 {
    font-size: 27px;
  }
  .maintenance-row p {
    font-size: 15px;
    line-height: 1.8;
    color: #c2d0d2;
    margin-top: 10px;
  }
  .process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
  }
  .process-step {
    border-top: 1px solid #9fafac;
    padding-top: 22px;
  }
  .process-step .step-number {
    font-size: 12px;
    color: #465359;
    letter-spacing: .1em;
  }
  .process-step h3 {
    font-size: 32px;
    margin: 28px 0 16px;
  }
  .process-step p {
    font-size: 15px;
    line-height: 1.8;
    color: #465359;
  }
  .faq-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 80px;
  }
  .faq-grid h2 {
    font-size: 56px;
    margin-top: 18px;
  }
  .faq-list details {
    border-bottom: 1px solid #bbc9c6;
    padding: 21px 0;
  }
  .faq-list details:first-child {
    border-top: 1px solid #bbc9c6;
  }
  .faq-list summary {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
  .faq-list summary::-webkit-details-marker {
    display: none;
  }
  .faq-list summary:after {
    content: "+";
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
  }
  .faq-list details[open] summary:after {
    content: "−";
  }
  .faq-list p {
    font-size: 14px;
    line-height: 1.9;
    color: #465359;
    margin: 17px 35px 0 0;
  }
  .cta-band {
    background: #99dce9;
    padding-block: 68px;
  }
  .cta-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 90px;
  }
  .cta-band .eyebrow {
    margin-bottom: 18px;
  }
  .cta-band h2 {
    font-size: 80px;
    line-height: .93;
  }
  .cta-band p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.8;
    max-width: 430px;
    margin-bottom: 25px;
  }
  .site-footer {
    background: #102329;
    color: #f4f5ef;
    padding-top: 62px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
  }
  .footer-about p {
    font-size: 12px;
    line-height: 1.9;
    color: #b8c5c9;
    max-width: 270px;
    margin-top: 23px;
  }
  .footer-group h2 {
    font-family: "Manrope",sans-serif;
    font-size: 10px;
    letter-spacing: .16em;
    color: #99dce9;
    margin: 8px 0 22px;
  }
  .footer-group a {
    display: block;
    font-size: 11px;
    color: #c8d3d5;
    margin: 13px 0;
    line-height: 1.65;
  }
  .footer-group a:hover {
    color: #99dce9;
  }
  .footer-bottom {
    padding: 22px 0;
    border-top: 1px solid #ffffff22;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    font-size: 9px;
    color: #b8c5c9;
    letter-spacing: .03em;
  }
  .inner-hero {
    background: #173239;
    color: #f4f5ef;
    padding: 45px 0 61px;
    position: relative;
  }
  .breadcrumbs {
    font-size: 10px;
    color: #c2d0d2;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 31px;
  }
  .breadcrumbs a {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .inner-hero .eyebrow {
    color: #99dce9;
    margin-bottom: 18px;
  }
  .inner-hero h1 {
    font-size: clamp(50px,5.7vw,80px);
    max-width: 900px;
  }
  .inner-hero .intro {
    font-size: 17px;
    color: #c2d0d2;
    max-width: 720px;
    margin-top: 25px;
    line-height: 1.85;
  }
  .page-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    gap: 85px;
    align-items: start;
  }
  .page-copy h2 {
    font-size: 34px;
    margin: 39px 0 17px;
    line-height: 1.08;
  }
  .page-copy h2:first-child {
    margin-top: 0;
  }
  .page-copy h3 {
    font-size: 27px;
    margin: 30px 0 15px;
  }
  .page-copy p {
    font-size: 16px;
    line-height: 1.95;
    margin: 0 0 19px;
    color: #465359;
  }
  .page-copy a {
    color: #215a69;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .page-copy ul,.page-copy ol {
    padding-left: 24px;
    margin: 18px 0;
  }
  .page-copy .wp-block-image {
    margin: 25px 0;
  }
  .page-photo {
    margin: 0 0 36px;
  }
  .page-photo img {
    max-height: 420px;
    object-fit: cover;
    width: 100%;
  }
  .scope-panel {
    background: #e7ece7;
    padding: 31px;
    border-top: 3px solid #39717e;
    position: sticky;
    top: 25px;
  }
  .scope-panel .eyebrow {
    color: #465359;
  }
  .scope-panel h2 {
    font-size: 33px;
    margin: 20px 0 18px;
  }
  .scope-panel p {
    font-size: 13px;
    color: #465359;
    margin-bottom: 22px;
    line-height: 1.85;
  }
  .scope-panel .button {
    width: 100%;
    padding: 15px 16px;
    gap: 12px;
    font-size: 11px;
  }
  .scope-panel>a:not(.button) {
    display: block;
    font-size: 11px;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-top: 19px;
  }
  .related {
    padding: 33px 0 0;
    margin-top: 36px;
    border-top: 1px solid #bdcac7;
  }
  .related .eyebrow {
    margin-bottom: 15px;
  }
  .related a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid #d4ddda;
    font-size: 14px;
  }
  .related svg {
    width: 18px;
    flex-shrink: 0;
  }
  .hub-intro {
    max-width: 850px;
    margin-bottom: 45px;
  }
  .hub-details {
    margin-top: 55px;
  }
  .page-copy h2[id] {
    scroll-margin-top: 28px;
  }
  .hub-intro p {
    font-size: 17px;
  }
  .direct-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 38px;
    margin-bottom: 34px;
    padding-bottom: 24px;
    border-bottom: 1px solid #bdcac7;
  }
  .direct-contact p {
    margin: 0;
  }
  .direct-contact a {
    overflow-wrap: anywhere;
  }
  .direct-contact .field-label {
    margin-bottom: 5px;
  }
  .inquiry-form {
    padding: 32px;
    border: 1px solid #bccbc8;
    background: #fffefa;
    margin-top: 38px;
  }
  .inquiry-form h2 {
    font-size: 34px;
    margin: 0 0 18px;
  }
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .form-grid .full {
    grid-column: 1/-1;
  }
  .field-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .form-grid input,.form-grid select,.form-grid textarea {
    display: block;
    background: #fffefa;
    border: 1px solid #9cacaa;
    padding: 13px 14px;
    width: 100%;
    font-size: 14px;
    color: #15262b;
    border-radius: 0;
  }
  .form-grid textarea {
    min-height: 150px;
    resize: vertical;
  }
  .form-note {
    font-size: 12px !important;
    color: #465359 !important;
    line-height: 1.8 !important;
    margin: 20px 0 !important;
  }
  .form-alert {
    background: #e3f2f2;
    border-left: 3px solid #39717e;
    padding: 14px 16px;
    font-size: 12px !important;
    line-height: 1.8 !important;
    margin-bottom: 23px !important;
  }
  .checkbox-line {
    display: flex;
    gap: 12px;
    align-items: start;
    font-size: 12px;
    line-height: 1.8;
    margin: 22px 0;
  }
  .checkbox-line input {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 3px;
  }
  .honey {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
  }
  .plan-options {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 48px;
  }
  .plan-option {
    border: 1px solid #bdcac7;
    padding: 30px 24px;
    background: #e7ece7;
  }
  .plan-option .eyebrow {
    margin-bottom: 25px;
    color: #465359;
  }
  .plan-option h2 {
    font-size: 33px;
    margin: 0 0 20px;
  }
  .plan-option p {
    font-size: 13px;
    color: #465359;
    margin-bottom: 20px;
  }
  .plan-option a {
    font-size: 11px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .site-header .brand:hover {
    color: #99dce9;
  }
  .device-review {
    background: #cbd4d1;
    min-height: 100vh;
    padding: 25px;
    text-align: center;
  }
  .device-label {
    font-size: 12px;
    margin-bottom: 18px;
    color: #15262b;
  }
  .device-frame {
    display: block;
    margin: 0 auto;
    border: 0;
    background: #f4f5ef;
    box-shadow: 0 16px 60px #10232933;
    max-width: 100%;
  }
  .application-grid {
    isolation: isolate;
  }
  .application-card,.plan-option,.scope-panel,.inquiry-form {
    box-shadow: 0 2px 4px rgb(16 35 41 / 4%),0 8px 20px rgb(16 35 41 / 6%);
  }
  .application-card {
    position: relative;
    transition: background .2s,box-shadow .2s;
  }
  .industry-feature img {
    box-shadow: 0 2px 4px rgb(16 35 41 / 4%),0 8px 20px rgb(16 35 41 / 7%);
  }
  @media (hover:hover) {
    .application-card:hover {
      z-index: 1;
      box-shadow: 0 3px 6px rgb(16 35 41 / 6%),0 12px 26px rgb(16 35 41 / 10%);
    }
  }
  .application-card:focus-visible {
    z-index: 1;
  }
  .specialty-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .scope-panel p:not(.eyebrow),.plan-option p:not(.eyebrow) {
    font-size: 15px;
  }
  .application-card,.industry-feature,.process-step,.plan-option {
    min-width: 0;
    text-align: left;
  }
  .industry-feature h3 {
    align-items: flex-start;
  }
  .industry-feature h3 svg {
    flex-shrink: 0;
    margin-top: 4px;
  }
  @supports (grid-template-rows:subgrid) {
    .application-card {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 4;
      row-gap: 0;
      align-items: start;
    }
    .application-card .card-link {
      margin-top: 0;
      align-self: end;
    }
    .industry-feature {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 3;
      row-gap: 0;
      align-items: start;
    }
    .industry-feature>a {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 2;
      row-gap: 0;
      align-items: start;
    }
    .process-step {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 3;
      row-gap: 0;
      align-items: start;
    }
    .plan-option {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 4;
      row-gap: 0;
      align-items: start;
    }
    .plan-option>a {
      align-self: end;
    }
  }
  @media (min-width:1600px) {
    .wrap {
      width: min(1340px,calc(100% - 120px));
    }
    .hero-grid {
      gap: 90px;
    }
    .hero-visual {
      min-height: 520px;
    }
  }
  @media (max-width:1100px) {
    .wrap {
      width: calc(100% - 64px);
    }
    .desktop-nav {
      gap: 17px;
    }
    .nav-link {
      font-size: 11px;
    }
    .header-button {
      display: none;
    }
    .hero-grid {
      gap: 35px;
    }
    .hero h1 {
      font-size: 75px;
    }
    .hero-visual {
      min-height: 440px;
    }
    .hero-actions .button {
      padding-inline: 16px;
      gap: 14px;
    }
    .hero-actions .text-link {
      font-size: 11px;
    }
    .page-layout {
      gap: 40px;
      grid-template-columns: minmax(0,1fr) 280px;
    }
    .maintenance-grid {
      gap: 50px;
    }
  }
  @media (max-width:800px) {
    .wrap {
      width: calc(100% - 40px);
    }
    .header-inner {
      min-height: 84px;
    }
    .desktop-nav {
      display: none;
    }
    .menu-toggle {
      display: block;
    }
    .brand-mark {
      width: 37px;
      height: 37px;
    }
    .brand-name {
      font-size: 25px;
    }
    .brand-name small {
      font-size: 8px;
    }
    .hero-grid {
      grid-template-columns: 1fr;
      padding-block: 50px 47px;
      gap: 38px;
    }
    .hero h1 {
      font-size: clamp(60px,11vw,88px);
      max-width: 620px;
    }
    .hero-intro {
      max-width: 550px;
      font-size: 15px;
    }
    .hero-visual {
      min-height: 370px;
      margin-left: 15px;
      margin-top: 8px;
    }
    .image-tag {
      left: -15px;
      top: -17px;
    }
    .hero-foot {
      gap: 20px;
      justify-content: start;
      flex-wrap: wrap;
      font-size: 9px;
      padding-block: 20px;
    }
    .section {
      padding-block: 62px;
    }
    .section-top {
      align-items: start;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 30px;
    }
    .section-top h2 {
      font-size: 49px;
    }
    .application-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .application-card {
      padding: 25px 21px;
      min-height: 280px;
    }
    .story-grid {
      grid-template-columns: 1fr;
      gap: 34px;
    }
    .story-heading {
      font-size: 57px;
    }
    .story-heading br {
      display: initial;
    }
    .industry-feature-grid {
      gap: 18px;
    }
    .industry-feature h3 {
      font-size: 26px;
    }
    .industry-feature p {
      font-size: 14px;
    }
    .industry-feature .photo-credit {
      font-size: 8px;
    }
    .maintenance-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .maintenance-band {
      padding-block: 60px;
    }
    .maintenance-band h2 {
      max-width: 640px;
    }
    .maintenance-band .lead {
      max-width: 640px;
    }
    .process-grid {
      grid-template-columns: repeat(2,1fr);
      gap: 32px;
    }
    .faq-grid {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    .faq-grid h2 {
      font-size: 49px;
    }
    .cta-layout {
      gap: 30px;
    }
    .cta-band h2 {
      font-size: 66px;
    }
    .cta-band p:not(.eyebrow) {
      font-size: 15px;
    }
    .footer-grid {
      grid-template-columns: repeat(3,1fr);
      gap: 25px;
    }
    .footer-about {
      grid-column: 1/-1;
      display: flex;
      justify-content: space-between;
      gap: 30px;
      margin-bottom: 16px;
    }
    .footer-about p {
      margin: 0;
    }
    .page-layout {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .scope-panel {
      position: static;
    }
    .inner-hero {
      padding: 30px 0 44px;
    }
    .inner-hero h1 {
      font-size: 57px;
    }
    .inner-hero .intro {
      font-size: 16px;
    }
    .breadcrumbs {
      margin-bottom: 25px;
    }
    .plan-options {
      gap: 12px;
    }
    .plan-option {
      padding: 25px 18px;
    }
    .plan-option h2 {
      font-size: 29px;
    }
  }
  @media (max-width:520px) {
    .hero h1 {
      font-size: 66px;
    }
    .hero .eyebrow {
      font-size: 9px;
      letter-spacing: .13em;
    }
    .hero-actions {
      align-items: start;
      gap: 21px;
    }
    .hero-actions .button {
      font-size: 11px;
    }
    .hero-visual {
      min-height: 320px;
    }
    .image-annotation {
      left: 18px;
      right: 18px;
      bottom: 20px;
      font-size: 25px;
    }
    .hero-foot {
      gap: 11px;
      flex-direction: column;
      align-items: start;
    }
    .application-grid {
      grid-template-columns: 1fr;
    }
    .application-card {
      min-height: 255px;
      padding: 27px;
    }
    .application-card h3 {
      font-size: 33px;
    }
    .application-card p {
      font-size: 16px;
    }
    .industry-feature-grid {
      grid-template-columns: 1fr;
      gap: 33px;
    }
    .industry-feature h3 {
      font-size: 32px;
    }
    .industry-feature p {
      font-size: 16px;
    }
    .industry-feature img {
      aspect-ratio: 16/10;
    }
    .process-grid {
      gap: 25px 20px;
    }
    .process-step h3 {
      font-size: 29px;
      margin-top: 20px;
    }
    .process-step p {
      font-size: 14px;
    }
    .cta-layout {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .cta-band h2 {
      font-size: 66px;
    }
    .cta-band h2 br {
      display: initial;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    .footer-about {
      display: block;
    }
    .footer-about p {
      margin-top: 22px;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 9px;
    }
    .inner-hero h1 {
      font-size: 49px;
    }
    .page-copy p {
      font-size: 16px;
    }
    .page-copy h2 {
      font-size: 32px;
    }
    .inquiry-form {
      padding: 23px 20px;
    }
    .form-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }
    .plan-options {
      grid-template-columns: 1fr;
    }
    .plan-option {
      padding: 26px;
    }
    .plan-option h2 {
      font-size: 34px;
    }
    .section-top h2 {
      font-size: 45px;
    }
    .story-heading {
      font-size: 50px;
    }
    .hero-photo {
      object-position: center;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
    *,*:before,*:after {
      animation: none !important;
      transition: none !important;
    }
  }
}
@layer components {
  .site-header {
    position: sticky;
    top: 0;
  }
  .header-inner {
    min-height: 86px;
    gap: 24px;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .header-phone {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }
  .header-actions .button {
    font-size: 13px;
    padding: 14px 18px;
    gap: 14px;
  }
  .desktop-nav {
    gap: 22px;
  }
  .nav-link {
    font-size: 13px;
  }
  .button,.text-link {
    font-size: 14px;
  }
  .button {
    min-height: 48px;
  }
  .hero-call {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .conversion-hero .hero-grid {
    grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr);
    gap: 70px;
    padding: 48px 0 56px;
    align-items: start;
  }
  .conversion-hero .hero-copy {
    padding-top: 20px;
  }
  .conversion-hero h1 {
    font-size: clamp(58px,5.7vw,80px);
    max-width: 670px;
  }
  .conversion-hero .hero-intro {
    font-size: 18px;
    line-height: 1.75;
    max-width: 550px;
    margin-top: 25px;
  }
  .hero-benefits {
    padding: 0;
    list-style: none;
    margin: 25px 0;
    display: grid;
    gap: 12px;
  }
  .hero-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 14px;
    line-height: 1.6;
    color: #d4e2e3;
  }
  .hero-benefits svg {
    flex-shrink: 0;
    width: 19px;
    color: #99dce9;
    margin-top: 2px;
  }
  .hero-reassurance {
    font-size: 13px;
    color: #bacacd;
    line-height: 1.7;
    margin-top: 19px;
    max-width: 440px;
  }
  .hero-explore {
    color: #c9e9ed;
    margin-top: 28px;
  }
  .conversion-hero .hero-form {
    position: relative;
    min-width: 0;
  }
  .conversion-form {
    color: #15262b;
    margin: 0;
    padding: 28px 30px;
    border: 1px solid #c0d0cc;
    border-top: 4px solid #99dce9;
    border-radius: 4px;
    box-shadow: 0 8px 32px #06191f22;
  }
  .form-heading .eyebrow,.conversion-hero .form-heading .eyebrow {
    font-size: 10px;
    color: #326677;
    margin: 0 0 8px;
  }
  .conversion-hero .form-heading .eyebrow:before {
    display: none;
  }
  .conversion-form .form-heading h2 {
    font-size: 34px;
    line-height: 1.08;
    margin: 0 0 9px;
  }
  .conversion-form .form-heading>p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.65;
    color: #465359;
    margin: 0;
  }
  .preview-note {
    font-size: 11px !important;
    line-height: 1.6 !important;
    background: #edf4f2;
    color: #526567;
    padding: 7px 10px;
    margin: 13px 0 0 !important;
    border-radius: 3px;
  }
  .form-progress {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 18px 0;
    padding: 0;
    border-bottom: 1px solid #d0ddda;
  }
  .form-progress li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #465359;
    padding: 0 0 12px;
    flex: 1;
  }
  .form-progress li.is-current {
    color: #15262b;
    border-bottom: 2px solid #276779;
    font-weight: 700;
  }
  .form-progress span {
    display: grid;
    place-items: center;
    border: 1px solid #b1c3bd;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 11px;
    flex-shrink: 0;
  }
  .form-progress .is-current span {
    background: #173239;
    color: #fff;
    border-color: #173239;
  }
  .form-step {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
  }
  .form-step>legend {
    position: absolute;
    width: 1px;
    height: 1px;
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
  }
  .conversion-form .form-grid {
    grid-template-columns: minmax(0,1fr);
    gap: 14px;
  }
  .conversion-form .field-label {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .conversion-form .field-label span {
    font-size: 11px;
    font-weight: 400;
    color: #526269;
  }
  .conversion-form input,.conversion-form select,.conversion-form textarea {
    font-size: 16px;
    padding: 10px 12px;
    line-height: 1.5;
    border-radius: 3px;
    min-height: 46px;
  }
  .conversion-form textarea {
    min-height: 84px;
  }
  .conversion-form .form-next {
    width: 100%;
    margin-top: 18px;
  }
  .form-micro {
    font-size: 11px !important;
    line-height: 1.65 !important;
    color: #526269 !important;
    margin: 10px 0 0 !important;
  }
  .conversion-form .form-micro {
    text-align: left;
  }
  .form-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
  }
  .form-actions .button {
    flex: 1;
  }
  .form-back {
    font-size: 13px;
    min-height: 46px;
    background: none;
    border: 0;
    color: #215a69;
    text-decoration: underline;
    cursor: pointer;
    padding: 8px 3px;
  }
  .form-consent {
    font-size: 12px !important;
    line-height: 1.75 !important;
    color: #465359 !important;
    margin: 16px 0 0 !important;
  }
  .field-error:empty {
    display: none;
  }
  .field-error {
    color: #a72424 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    margin: 5px 0 0 !important;
  }
  .conversion-form [aria-invalid=true] {
    border-color: #a72424;
    background: #fff9f6;
  }
  .form-status {
    padding: 13px 15px;
    font-size: 14px;
    line-height: 1.75;
    border-left: 3px solid #276779;
    background: #e5f3ed;
    margin: 15px 0;
  }
  .optional-details {
    border-top: 1px solid #d0ddda;
    border-bottom: 1px solid #d0ddda;
    margin-top: 16px;
  }
  .optional-details summary {
    cursor: pointer;
    font-size: 12px;
    min-height: 46px;
    padding: 13px 0;
    line-height: 1.65;
  }
  .optional-details summary span {
    color: #465359;
    font-size: 10px;
  }
  .optional-details .form-grid {
    padding-bottom: 16px;
  }
  .audience-section {
    padding-block: 64px;
  }
  .audience-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 20px;
  }
  .audience-card {
    display: grid;
    grid-template-rows: 32px auto 1fr auto;
    gap: 18px;
    padding: 29px 28px;
    background: #fffefa;
    border: 1px solid #c2cecb;
    border-top: 3px solid #4f8290;
    box-shadow: 0 3px 7px #10232908,0 8px 22px #1023290c;
    transition: box-shadow .2s,background .2s;
  }
  .audience-card:hover {
    background: #e5f4f3;
    box-shadow: 0 8px 28px #1023291a;
  }
  .audience-card>svg {
    width: 32px;
    height: 32px;
    color: #28697a;
  }
  .audience-card h3 {
    font-size: 34px;
  }
  .audience-card p {
    font-size: 17px;
    line-height: 1.75;
    color: #465359;
  }
  .audience-card>span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #215a69;
  }
  .decision-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #e5eee9;
    padding: 26px 30px;
    margin-top: 24px;
    border-left: 3px solid #39717e;
  }
  .decision-callout h3 {
    font-size: 28px;
  }
  .decision-callout p {
    font-size: 14px;
    color: #465359;
    margin-top: 8px;
  }
  .decision-callout a {
    flex-shrink: 0;
  }
  .benefit-section {
    background: #18343b;
    color: #f4f5ef;
    padding: 38px 0 24px;
  }
  .benefit-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 44px;
  }
  .benefit-grid h3 {
    font-size: 30px;
    color: #a9e5ee;
  }
  .benefit-grid p {
    font-size: 15px;
    color: #c2d0d2;
    margin-top: 12px;
    line-height: 1.8;
  }
  .benefit-source {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    border-top: 1px solid #ffffff24;
    padding-top: 18px;
    font-size: 11px;
    color: #bacacd;
  }
  .benefit-source a {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .story-heading h2 {
    font-size: 50px;
  }
  .story-photo {
    margin-top: 30px;
  }
  .story-photo img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
  }
  .story-copy p {
    font-size: 17px;
    line-height: 1.85;
  }
  .inner-hero-actions {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 28px;
    flex-wrap: wrap;
  }
  .inner-hero-actions .text-link {
    color: #c9e9ed;
  }
  .page-layout {
    gap: 55px;
  }
  .scope-panel {
    top: 112px;
  }
  .scope-panel p:not(.eyebrow) {
    font-size: 15px;
  }
  .scope-panel .button {
    font-size: 14px;
  }
  .scope-panel>a:not(.button) {
    font-size: 14px;
  }
  .scope-panel h2 {
    font-size: 35px;
  }
  .page-toc {
    padding: 22px 24px;
    background: #e8eee9;
    border-left: 3px solid #39717e;
    margin-bottom: 32px;
  }
  .page-toc p {
    font-size: 11px;
    margin: 0 0 9px !important;
    font-weight: 700;
    letter-spacing: .1em;
    color: #465359;
  }
  .page-toc ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .page-toc a {
    font-size: 13px;
    color: #215a69;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .page-copy h2[id],#project-form,#find-your-service {
    scroll-margin-top: 110px;
  }
  .pricing-guidance {
    padding: 26px 28px;
    background: #e5f1ef;
    border-left: 3px solid #39717e;
    margin-bottom: 28px;
  }
  .pricing-guidance h2 {
    font-size: 31px;
    margin: 0 0 12px;
  }
  .pricing-guidance p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    max-width: 870px;
  }
  .plan-option.featured-plan {
    background: #dff0ed;
    border-top: 3px solid #39717e;
  }
  .plan-option a {
    font-size: 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .contact-conversion {
    background: #173239;
    color: #f4f5ef;
    padding: 36px 0 60px;
  }
  .contact-conversion .breadcrumbs {
    margin-bottom: 24px;
  }
  .contact-conversion-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,.95fr);
    gap: 85px;
    align-items: start;
  }
  .contact-conversion h1 {
    font-size: clamp(52px,5.4vw,72px);
    line-height: 1.03;
    margin: 17px 0 24px;
  }
  .contact-conversion .intro {
    font-size: 18px;
    line-height: 1.8;
    color: #c9d7d8;
    margin-bottom: 25px;
  }
  .contact-methods {
    padding: 25px 0;
    border-top: 1px solid #ffffff24;
    border-bottom: 1px solid #ffffff24;
  }
  .contact-methods a {
    display: block;
    color: #bce9f0;
    overflow-wrap: anywhere;
  }
  .contact-methods .contact-phone {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 38px;
    line-height: 1.4;
  }
  .contact-methods .contact-email {
    font-size: 15px;
    margin-top: 10px;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .contact-methods p {
    font-size: 13px;
    color: #bacacd;
    margin-top: 12px;
  }
  .next-steps {
    margin-top: 28px;
  }
  .next-steps h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .next-steps ol {
    padding-left: 21px;
    color: #c9d7d8;
    display: grid;
    gap: 12px;
    font-size: 15px;
  }
  .next-steps li::marker {
    color: #99dce9;
    font-weight: 700;
  }
  .contact-more .page-copy {
    max-width: 820px;
  }
  .cta-phone {
    display: inline-block;
    margin: 18px 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .cta-band .cta-note {
    font-size: 12px !important;
    margin: 19px 0 0 !important;
  }
  .cta-band h2 {
    font-size: 65px;
  }
  .footer-group a {
    font-size: 13px;
  }
  .footer-about p {
    font-size: 14px;
  }
  .footer-bottom {
    font-size: 12px;
  }
  .mobile-actions {
    display: none;
  }
  @media (min-width:801px) and (max-width:1150px) {
    .header-phone {
      display: none;
    }
    .header-inner {
      gap: 18px;
    }
    .desktop-nav {
      gap: 17px;
    }
    .conversion-hero .hero-grid {
      gap: 35px;
      grid-template-columns: 1fr 1fr;
    }
    .conversion-hero h1 {
      font-size: 61px;
    }
    .conversion-hero .hero-intro {
      font-size: 16px;
    }
    .contact-conversion-grid {
      gap: 40px;
    }
  }
  @media (max-width:800px) {
    .header-inner {
      min-height: 76px;
    }
    .header-actions {
      display: none;
    }
    .conversion-hero .hero-grid {
      grid-template-columns: minmax(0,1fr);
      gap: 30px;
      padding: 30px 0 40px;
    }
    .conversion-hero .hero-copy {
      padding-top: 0;
    }
    .conversion-hero h1 {
      font-size: 62px;
    }
    .conversion-hero .hero-intro {
      font-size: 17px;
      max-width: 620px;
    }
    .conversion-hero .hero-actions {
      margin-top: 23px;
    }
    .hero-explore {
      margin-top: 18px;
    }
    .hero-benefits {
      gap: 8px;
      margin: 20px 0;
    }
    .hero-benefits li {
      font-size: 13px;
    }
    .conversion-form {
      padding: 25px;
    }
    .hero-form {
      max-width: 600px;
      width: 100%;
      margin-inline: auto;
    }
    .audience-grid {
      grid-template-columns: 1fr;
    }
    .audience-card {
      grid-template-columns: 36px 1fr;
      grid-template-rows: auto auto auto;
      gap: 12px 18px;
    }
    .audience-card>svg {
      grid-column: 1;
      grid-row: 1;
    }
    .audience-card h3,.audience-card p,.audience-card>span {
      grid-column: 2;
    }
    .decision-callout {
      align-items: start;
      flex-direction: column;
      gap: 18px;
    }
    .benefit-grid {
      grid-template-columns: 1fr;
      gap: 26px;
    }
    .benefit-source {
      flex-direction: column;
      gap: 10px;
    }
    .contact-conversion-grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
    .contact-conversion h1 {
      font-size: 57px;
    }
    .contact-conversion .next-steps {
      display: none;
    }
    .contact-conversion .contact-methods {
      padding: 18px 0;
    }
    .contact-conversion .contact-phone {
      font-size: 32px;
    }
    .contact-conversion .intro {
      font-size: 17px;
      margin-bottom: 18px;
    }
    .scope-panel {
      position: static;
    }
    .mobile-actions {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 60;
      background: #f4f5eff5;
      border-top: 1px solid #c0ceca;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 10px 18px max(10px,env(safe-area-inset-bottom));
      box-shadow: 0 -4px 16px #10232914;
    }
    .mobile-actions .button {
      font-size: 13px;
      padding: 12px 16px;
      gap: 12px;
      flex: 1;
      max-width: 260px;
    }
    .mobile-call {
      font-size: 13px;
      font-weight: 700;
      line-height: 1.5;
      padding: 10px 0;
      min-height: 46px;
      display: flex;
      align-items: center;
    }
    body {
      padding-bottom: 78px;
    }
    body[data-pdc-preview="1"] {
      padding-bottom: 140px;
    }
    body[data-pdc-preview="1"] .mobile-actions {
      bottom: 54px;
    }
    .cta-band h2 {
      font-size: 57px;
    }
    .cta-phone {
      margin-left: 0;
      display: block;
    }
    .page-copy h2[id],#project-form,#find-your-service {
      scroll-margin-top: 92px;
    }
  }
  @media (max-width:520px) {
    .conversion-hero h1 {
      font-size: 54px;
      line-height: 1;
    }
    .conversion-hero .hero-intro {
      font-size: 16px;
      line-height: 1.8;
    }
    .hero-call {
      font-size: 14px;
    }
    .hero-actions {
      gap: 18px;
    }
    .hero-actions .button {
      font-size: 13px;
    }
    .hero-benefits li {
      font-size: 12px;
    }
    .hero-reassurance {
      font-size: 12px;
    }
    .conversion-form {
      padding: 22px 20px;
    }
    .conversion-form .form-heading h2 {
      font-size: 31px;
    }
    .form-progress {
      gap: 15px;
    }
    .form-progress li {
      font-size: 11px;
    }
    .audience-card {
      padding: 25px 20px;
    }
    .audience-card h3 {
      font-size: 31px;
    }
    .audience-card p {
      font-size: 17px;
    }
    .audience-card>span {
      font-size: 12px;
    }
    .decision-callout {
      padding: 24px;
    }
    .decision-callout h3 {
      font-size: 29px;
    }
    .contact-conversion h1 {
      font-size: 50px;
    }
    .contact-conversion {
      padding: 24px 0 40px;
    }
    .contact-conversion .contact-email {
      font-size: 13px;
    }
    .inner-hero-actions {
      gap: 22px;
    }
    .inner-hero-actions .button {
      width: 100%;
    }
    .pricing-guidance {
      padding: 23px;
    }
    .pricing-guidance h2 {
      font-size: 29px;
    }
    .mobile-actions {
      gap: 10px;
      padding-inline: 14px;
    }
    .mobile-call {
      font-size: 11px;
    }
    .mobile-actions .button {
      font-size: 12px;
    }
    .footer-bottom {
      font-size: 11px;
    }
  }
}
@layer components {
  @media (max-width:800px) {
    body[data-pdc-preview="1"] #wpvibe-preview-banner {
      padding: 8px 12px !important;
      gap: 12px !important;
      min-height: 52px !important;
    }
    body[data-pdc-preview="1"] #wpvibe-preview-banner .wpvibe-info {
      display: none !important;
    }
    body[data-pdc-preview="1"] #wpvibe-preview-banner .wpvibe-badge {
      font-size: 10px !important;
      white-space: nowrap !important;
    }
    body[data-pdc-preview="1"] #wpvibe-preview-banner .wpvibe-btn {
      font-size: 10px !important;
      padding: 8px !important;
      white-space: nowrap !important;
    }
  }
  @media (max-width:520px) {
    .conversion-hero .hero-benefits {
      display: none;
    }
    .conversion-hero h1 {
      font-size: 49px;
    }
    .conversion-hero .hero-intro {
      margin-top: 20px;
    }
  }
}
@layer components {
  .menu-toggle {
    min-height: 46px;
  }
  .conversion-form .form-step[hidden] {
    display: none !important;
  }
}
@layer components {
  .news-hero h1 {
    max-width: 1000px;
    font-size: clamp(64px,7vw,100px);
  }
  .news-hero .intro {
    max-width: 780px;
  }
  .news-hero-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 32px;
    margin-top: 32px;
    color: #b6dfe4;
    font-size: 12px;
  }
  .news-hero-topics span {
    border-left: 2px solid #99dce9;
    padding-left: 12px;
  }
  .news-section {
    padding-top: 48px;
  }
  #publications {
    scroll-margin-top: 105px;
  }
  .news-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    padding-bottom: 30px;
    border-bottom: 1px solid #bdcac7;
    margin-bottom: 34px;
  }
  .news-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }
  .news-filters a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border: 1px solid #aabdb7;
    font-size: 13px;
    font-weight: 700;
    background: #fffefa;
    transition: background .2s;
  }
  .news-filters a[aria-current=page] {
    background: #173239;
    color: #f4f5ef;
    border-color: #173239;
  }
  .news-filters a:hover {
    background: #d7edeb;
    color: #173239;
  }
  .news-search {
    min-width: 0;
    width: 330px;
    flex-shrink: 0;
  }
  .news-search label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #465359;
  }
  .news-search>div {
    display: flex;
    gap: 8px;
  }
  .news-search input[type=search] {
    min-width: 0;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #aabdb7;
    border-radius: 0;
    background: #fffefa;
    font-size: 14px;
  }
  .news-search .button {
    padding: 11px 14px;
    font-size: 12px;
    min-height: 46px;
  }
  .news-result-label {
    font-size: 15px;
    color: #465359;
    margin-bottom: 23px;
  }
  .news-result-label a {
    color: #215a69;
    text-decoration: underline;
    margin-left: 15px;
  }
  .news-results {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 24px;
  }
  .news-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fffefa;
    border: 1px solid #bdcac7;
    box-shadow: 0 2px 4px #1023290a,0 8px 22px #1023290f;
  }
  .news-image {
    display: block;
    overflow: hidden;
  }
  .news-image img {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
  }
  .news-card-copy {
    padding: 27px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 15px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .025em;
    color: #465359;
    margin-bottom: 18px;
  }
  .news-meta>span {
    color: #215a69;
    font-weight: 700;
  }
  .news-card h2 {
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 16px;
    overflow-wrap: anywhere;
  }
  .news-card h2 a:hover {
    color: #286d7e;
  }
  .news-excerpt {
    font-size: 17px;
    line-height: 1.8;
    color: #465359;
    margin-bottom: 24px;
  }
  .news-read {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    font-weight: 700;
    color: #215a69;
    min-height: 44px;
    margin-top: auto;
  }
  .news-read svg {
    width: 20px;
    flex-shrink: 0;
  }
  .news-featured {
    grid-column: 1/-1;
    background: #e3eeea;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  }
  .news-featured:not(:has(.news-image)) {
    grid-template-columns: 1fr;
  }
  .news-featured .news-image {
    height: 100%;
  }
  .news-featured .news-image img {
    height: 100%;
    min-height: 300px;
    aspect-ratio: auto;
  }
  .news-featured .news-card-copy {
    padding: 39px;
  }
  .news-featured h2 {
    font-size: 46px;
    max-width: 850px;
  }
  .news-featured .news-excerpt {
    max-width: 850px;
  }
  .news-latest {
    color: #286d7e;
    margin-bottom: 15px;
  }
  .news-empty {
    background: #e5eee9;
    border: 1px solid #bfceca;
    border-top: 3px solid #39717e;
    display: grid;
    grid-template-columns: 90px minmax(0,1fr);
    gap: 30px;
    padding: 46px;
    box-shadow: 0 6px 24px #1023290c;
  }
  .news-empty-mark {
    display: grid;
    place-items: center;
    background: #173239;
    width: 85px;
    height: 100px;
  }
  .news-empty-mark .brand-mark {
    width: 52px;
    height: 52px;
  }
  .news-empty .eyebrow {
    color: #39717e;
    margin-bottom: 14px;
  }
  .news-empty h2 {
    font-size: 43px;
    margin-bottom: 18px;
  }
  .news-empty p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.8;
    max-width: 800px;
    color: #465359;
  }
  .news-empty .text-link {
    margin-top: 22px;
  }
  .news-resources {
    margin-top: 64px;
  }
  .news-resources .section-top {
    margin-bottom: 28px;
  }
  .news-resources h2 {
    font-size: 42px;
  }
  .news-resource-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 22px;
  }
  .news-resource {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #bdcac7;
    padding: 28px;
    background: #fffefa;
    box-shadow: 0 2px 4px #1023290a,0 8px 20px #1023290f;
  }
  .news-resource:hover {
    background: #e3f1ee;
  }
  .news-resource h3 {
    font-size: 31px;
    margin-bottom: 17px;
  }
  .news-resource p {
    font-size: 17px;
    color: #465359;
    line-height: 1.8;
    margin-bottom: 22px;
  }
  .news-resource>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 13px;
    font-weight: 700;
    color: #215a69;
    margin-top: auto;
    min-height: 44px;
  }
  .news-pagination {
    margin-top: 35px;
  }
  .news-pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 8px 15px;
    border: 1px solid #bdcac7;
    font-size: 14px;
  }
  .news-pagination .page-numbers.current {
    background: #173239;
    color: #fff;
  }
  .news-pagination ul.page-numbers {
    border: 0;
    display: flex;
    padding: 0;
  }
  .archive-results {
    margin-top: 35px;
  }
  .insight-type {
    display: inline-flex;
    border: 1px solid #99dce96b;
    color: #b9e7ed;
    font-size: 12px;
    line-height: 1.5;
    padding: 7px 12px;
    margin-bottom: 24px;
  }
  .insight-hero h1 {
    font-size: clamp(48px,5.5vw,78px);
    max-width: 1050px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }
  .insight-date {
    font-size: 12px;
    color: #c2d0d2;
    margin-top: 24px;
  }
  .insight-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    gap: 60px;
    align-items: start;
  }
  .insight-feature-image {
    margin-bottom: 32px;
  }
  .insight-feature-image img {
    width: 100%;
    height: auto;
  }
  .insight-feature-image figcaption {
    font-size: 12px;
    color: #465359;
    margin-top: 10px;
  }
  .insight-body p,.insight-body li {
    font-size: 18px;
    line-height: 1.9;
  }
  .insight-body h2 {
    font-size: 39px;
    line-height: 1.1;
  }
  .insight-body h3 {
    font-size: 30px;
  }
  .insight-body blockquote {
    border-left: 3px solid #39717e;
    margin: 30px 0;
    padding: 10px 25px;
    background: #e6efe9;
  }
  .insight-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
  }
  .insight-body td,.insight-body th {
    padding: 12px;
    border: 1px solid #bdcac7;
    text-align: left;
    overflow-wrap: anywhere;
  }
  .insight-body figure.wp-block-table {
    overflow-x: auto;
  }
  .insight-body .wp-block-image {
    margin-inline: 0;
  }
  .insight-return {
    padding-top: 30px;
    margin-top: 36px;
    border-top: 1px solid #bdcac7;
  }
  @supports (grid-template-rows:subgrid) {
    .news-resource-grid {
      grid-auto-rows: auto;
    }
    .news-resource {
      display: grid;
      grid-row: span 3;
      grid-template-rows: subgrid;
      row-gap: 16px;
    }
    .news-resource h3,.news-resource p,.news-resource>span {
      margin: 0;
    }
  }
  @media (max-width:1100px) {
    .desktop-nav {
      display: none;
    }
    .menu-toggle {
      display: block;
    }
    .news-toolbar {
      align-items: start;
      flex-direction: column;
    }
    .news-search {
      width: 100%;
      max-width: 460px;
    }
  }
  @media (max-width:800px) {
    .news-hero h1 {
      font-size: 70px;
    }
    .news-results {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .news-featured {
      grid-template-columns: 1fr;
    }
    .news-featured .news-image img {
      min-height: 0;
      aspect-ratio: 16/9;
    }
    .news-resource-grid {
      grid-template-columns: 1fr;
    }
    .news-empty {
      padding: 32px;
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .news-empty-mark {
      width: 60px;
      height: 68px;
    }
    .news-empty-mark .brand-mark {
      width: 40px;
      height: 40px;
    }
    .insight-layout {
      grid-template-columns: 1fr;
    }
    #publications {
      scroll-margin-top: 95px;
    }
  }
  @media (max-width:520px) {
    .news-hero h1 {
      font-size: 58px;
    }
    .news-hero .intro {
      font-size: 16px;
    }
    .news-hero-topics {
      gap: 12px;
      font-size: 10px;
    }
    .news-section {
      padding-top: 32px;
    }
    .news-filters {
      display: grid;
      grid-template-columns: repeat(2,minmax(0,1fr));
      width: 100%;
    }
    .news-filters a {
      font-size: 12px;
      padding: 10px 12px;
    }
    .news-search input[type=search] {
      font-size: 16px;
    }
    .news-results {
      grid-template-columns: 1fr;
    }
    .news-featured .news-card-copy,.news-card-copy {
      padding: 25px;
    }
    .news-featured h2 {
      font-size: 35px;
    }
    .news-empty {
      padding: 26px;
    }
    .news-empty h2 {
      font-size: 36px;
    }
    .news-resources h2 {
      font-size: 37px;
    }
    .news-resource {
      padding: 25px;
    }
    .insight-hero h1 {
      font-size: 46px;
    }
    .insight-body p,.insight-body li {
      font-size: 17px;
    }
    .insight-body h2 {
      font-size: 34px;
    }
  }
}
@layer components {
  .photo-credit {
    font-size: 12px;
    line-height: 1.7;
    color: #465359;
  }
  .card-top>span {
    font-size: 12px;
  }
  .news-meta {
    font-size: 12px;
  }
  .form-consent a,.insight-byline a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .insight-byline {
    color: #c2d0d2;
    font-size: 14px;
    margin-top: 14px;
  }
  .page-copy figure.wp-block-table {
    overflow-x: auto;
    margin: 25px 0;
  }
  .page-copy table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
  }
  .page-copy th,.page-copy td {
    padding: 13px;
    border: 1px solid #bdcac7;
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
  }
  .page-copy th {
    background: #e4ede8;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
