/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Avenir Next", Avenir, "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: #0b2943;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .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);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-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: #0b2943;
  --navy-deep: #071d30;
  --navy-soft: #163a55;
  --lime: #bccb35;
  --lime-bright: #cedb4a;
  --cream: #f2efe7;
  --paper: #fbfaf6;
  --ink: #102a3f;
  --muted: #65727b;
  --line: rgba(11, 41, 67, 0.16);
  --white-line: rgba(255, 255, 255, 0.19);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}
body.htf-site {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.htf-site.admin-bar .site-header {
  top: 32px;
}
body.htf-site img {
  display: block;
  max-width: 100%;
}
body.htf-site a {
  color: inherit;
  text-decoration: none;
}
[x-cloak] {
  display: none !important;
}
.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(7, 29, 48, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.site-header__inner {
  width: min(100% - 48px, 1320px);
  height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 32px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 15px;
  width: max-content;
}
.brand__mark {
  width: auto;
  height: 43px;
  object-fit: contain;
}
.brand__descriptor {
  padding-left: 15px;
  border-left: 1px solid rgba(255,255,255,.28);
  font-size: 10px;
  line-height: 1.25;
  letter-spacing: .18em;
  text-transform: uppercase;
  max-width: 84px;
  color: rgba(255,255,255,.72);
}
.brand__fallback {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 700;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}
.desktop-nav a {
  position: relative;
  padding: 30px 0 27px;
  color: rgba(255,255,255,.78);
  transition: color .25s ease;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 0;
  height: 1px;
  background: var(--lime);
  transition: width .25s ease;
}
.desktop-nav a:hover {
  color: #fff;
}
.desktop-nav a:hover::after {
  width: 100%;
}
.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 12px 17px;
  border: 1px solid rgba(255,255,255,.28);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}
.header-cta svg, .button svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.header-cta:hover {
  color: var(--navy);
  background: var(--lime);
  border-color: var(--lime);
}
.menu-toggle, .mobile-menu {
  display: none;
}
.hero {
  position: relative;
  min-height: 100svh;
  padding: 166px 24px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  color: #fff;
  background-color: var(--navy-deep);
  background-image: linear-gradient(90deg, rgba(7,29,48,.96) 0%, rgba(7,29,48,.82) 45%, rgba(7,29,48,.31) 74%, rgba(7,29,48,.2) 100%),	linear-gradient(0deg, rgba(7,29,48,.67), transparent 45%),	var(--hero-image);
  background-size: cover;
  background-position: center;
}
.hero__grain {
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}
.hero__inner, .hero__proof {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  margin: 0 auto;
}
.hero__inner {
  padding-top: clamp(10px, 3vh, 46px);
}
.hero__kicker, .eyebrow {
  margin: 0 0 23px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.hero__kicker {
  color: rgba(255,255,255,.74);
}
.hero__kicker span {
  width: 27px;
  height: 1px;
  background: var(--lime);
}
.hero h1 {
  max-width: 890px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6.55vw, 105px);
  line-height: .93;
  font-weight: 400;
  letter-spacing: -.055em;
}
.hero h1 em, .section h2 em, .quality-section h2 em, .contact-section h2 em, .capabilities h2 em {
  color: var(--lime);
  font-weight: 400;
}
.hero__lede {
  max-width: 610px;
  margin: 32px 0 0;
  font-size: clamp(16px, 1.3vw, 19px);
  line-height: 1.65;
  color: rgba(255,255,255,.76);
}
.hero__actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 52px;
  padding: 13px 21px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.hero .button--lime, .button--lime {
  color: var(--navy) !important;
  background: var(--lime);
}
.button--lime:hover {
  background: var(--lime-bright);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.text-link--light {
  color: rgba(255,255,255,.86);
}
.text-link span {
  font-size: 16px;
  line-height: 1;
  transition: transform .2s ease;
}
.text-link:hover span {
  transform: translate(3px, 2px);
}
.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
  border-top: 1px solid rgba(255,255,255,.2);
}
.hero__proof > div {
  min-height: 86px;
  padding: 20px 30px 0 0;
  display: flex;
  align-items: baseline;
  gap: 15px;
  border-right: 1px solid rgba(255,255,255,.18);
}
.hero__proof > div + div {
  padding-left: 30px;
}
.hero__proof > div:last-child {
  border-right: 0;
}
.hero__proof strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  color: var(--lime);
  white-space: nowrap;
}
.hero__proof span {
  max-width: 170px;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.section {
  padding: clamp(90px, 10vw, 150px) 24px;
}
.section--cream {
  background: var(--cream);
}
.section--paper {
  background: var(--paper);
}
.section__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
}
.about-grid {
  display: grid;
  grid-template-columns: .87fr 1.13fr;
  gap: clamp(70px, 10vw, 150px);
  align-items: center;
}
.eyebrow {
  color: #6d7a83;
}
.about-copy h2, .section-heading h2, .network-heading h2, .quality-section h2, .contact-section h2, .capabilities h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -.045em;
}
.about-copy h2 em, .section-heading h2 em, .quality-section h2 em {
  color: #436378;
}
.lead-copy {
  margin: 35px 0 18px;
  font-family: var(--serif);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.44;
  color: var(--ink);
}
.about-copy > p:not(.eyebrow):not(.lead-copy) {
  max-width: 560px;
  margin: 0 0 32px;
  color: var(--muted);
}
.editorial-image {
  position: relative;
  min-height: 620px;
  margin-bottom: 40px;
}
.editorial-image > img {
  width: calc(100% - 78px);
  height: 620px;
  margin-left: auto;
  object-fit: cover;
  filter: saturate(.75) contrast(.96);
}
.editorial-image::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -40px;
  width: 66%;
  height: 72%;
  border: 1px solid rgba(11,41,67,.24);
}
.editorial-image__note {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
  width: 225px;
  padding: 27px;
  color: #fff;
  background: var(--navy);
}
.editorial-image__note span {
  display: block;
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: 13px;
  color: var(--lime);
}
.editorial-image__note p {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.28;
}
.capabilities {
  padding: clamp(90px, 9vw, 135px) 24px;
  color: #fff;
  background: var(--navy);
}
.section-heading--light {
  max-width: 850px;
}
.section-heading--light .eyebrow {
  color: rgba(255,255,255,.55);
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 75px;
  border-top: 1px solid var(--white-line);
  border-left: 1px solid var(--white-line);
}
.capability-grid article {
  position: relative;
  min-height: 400px;
  padding: 28px 27px;
  border-right: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
  transition: background .3s ease, transform .3s ease;
}
.capability-grid article:hover {
  background: rgba(255,255,255,.045);
  transform: translateY(-5px);
}
.capability-grid__number {
  font-family: var(--serif);
  font-size: 13px;
  color: var(--lime);
}
.capability-grid__icon {
  width: 53px;
  height: 53px;
  margin: 74px 0 35px;
}
.capability-grid__icon svg {
  width: 100%;
  fill: none;
  stroke: rgba(255,255,255,.75);
  stroke-width: 1.1;
}
.capability-grid h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}
.capability-grid p {
  margin: 0;
  font-size: 13px;
  line-height: 1.72;
  color: rgba(255,255,255,.55);
}
.network-heading {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 64px;
}
.network-heading > p, .section-heading--split > p {
  margin: 0;
  color: var(--muted);
}
.map-card {
  position: relative;
  min-height: 525px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.map-card > img, .map-card > svg {
  width: 100%;
  height: 525px;
  object-fit: cover;
  opacity: .94;
}
.map-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,29,48,.32), transparent 65%, rgba(7,29,48,.35));
  pointer-events: none;
}
.map-pin {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 6px;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
}
.map-pin i {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(188,203,53,.17);
}
.map-pin--hk {
  left: 77%;
  top: 45%;
}
.map-pin--eu {
  left: 48%;
  top: 31%;
}
.map-pin--us {
  left: 19%;
  top: 37%;
}
.map-pin--au {
  left: 81%;
  top: 73%;
}
.map-card__legend {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 28px;
  padding: 23px 27px;
  background: rgba(7,29,48,.91);
  border-left: 2px solid var(--lime);
}
.map-card__legend span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--lime);
}
.map-card__legend p {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.5;
}
.region-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-right: 1px solid var(--line);
}
.region-row span {
  padding: 19px 13px;
  text-align: center;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--muted);
}
.section-heading--split {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 75px;
  align-items: end;
}
.product-grid {
  display: grid;
  grid-template-columns: 1.08fr .96fr .96fr;
  gap: 18px;
  margin-top: 72px;
}
.product-card {
  min-width: 0;
  background: var(--paper);
  border: 1px solid rgba(11,41,67,.12);
  transition: transform .3s ease, box-shadow .3s ease;
}
.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 48px rgba(11,41,67,.12);
}
.product-card__media {
  overflow: hidden;
  aspect-ratio: 4 / 3.6;
  background: #d9d8d1;
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78);
  transition: transform .55s ease, filter .55s ease;
}
.product-card:hover .product-card__media img {
  transform: scale(1.035);
  filter: saturate(.95);
}
.product-card__body {
  padding: 28px;
}
.product-card__body > span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: #849039;
}
.product-card h3 {
  margin: 15px 0 12px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}
.product-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.72;
  color: var(--muted);
}
.quality-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 780px;
  background: var(--paper);
}
.quality-section__image {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: var(--navy);
}
.quality-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.68) contrast(1.03);
}
.quality-section__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,29,48,.72), transparent 55%);
}
.quality-section__image > p {
  position: absolute;
  z-index: 2;
  left: clamp(30px, 6vw, 90px);
  right: 40px;
  bottom: 55px;
  max-width: 460px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2.3vw, 34px);
  line-height: 1.3;
  color: #fff;
}
.quality-section__image > p span {
  display: block;
  margin-bottom: 9px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--lime);
}
.quality-section__content {
  padding: clamp(75px, 8vw, 125px) clamp(35px, 7vw, 105px);
}
.quality-intro {
  max-width: 500px;
  margin: 29px 0 40px;
  color: var(--muted);
}
.quality-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.quality-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 19px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.quality-steps > li > span {
  font-family: var(--serif);
  font-size: 13px;
  color: #89953b;
}
.quality-steps h3 {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}
.quality-steps p {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}
.contact-section {
  padding: clamp(90px, 10vw, 145px) 24px;
  color: #fff;
  background: var(--navy-deep);
}
.contact-section__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(65px, 9vw, 135px);
  align-items: start;
}
.eyebrow--lime {
  color: var(--lime);
}
.contact-copy h2 {
  font-size: clamp(52px, 6vw, 86px);
}
.contact-copy > p:not(.eyebrow) {
  max-width: 475px;
  margin: 30px 0 44px;
  color: rgba(255,255,255,.62);
}
.contact-details {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 25px;
  padding-top: 28px;
  border-top: 1px solid var(--white-line);
}
.contact-details span {
  display: block;
  margin-bottom: 8px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--lime);
}
.contact-details a, .contact-details p {
  margin: 0;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.87);
}
.htf-form {
  padding: clamp(30px, 4vw, 55px);
  color: var(--ink);
  background: var(--cream);
}
.htf-form__heading {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 20px;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--line);
}
.htf-form__heading span {
  font-family: var(--serif);
  font-size: 25px;
}
.htf-form__heading p {
  margin: 7px 0 0;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.htf-form .wpforms-container {
  margin: 0 !important;
}
.htf-form .wpforms-field {
  padding: 14px 0 !important;
}
.htf-form .wpforms-field-label, .htf-form legend.wpforms-field-label {
  margin-bottom: 8px !important;
  font-family: var(--sans) !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  color: #53626c !important;
}
.htf-form .wpforms-field-sublabel {
  font-size: 9px !important;
  color: #7b858b !important;
}
.htf-form input[type="text"], .htf-form input[type="email"], .htf-form textarea {
  width: 100% !important;
  max-width: none !important;
  padding: 13px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(11,41,67,.25) !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: var(--serif) !important;
  font-size: 17px !important;
  color: var(--ink) !important;
  transition: border-color .2s ease !important;
}
.htf-form input[type="text"]:focus, .htf-form input[type="email"]:focus, .htf-form textarea:focus {
  border-color: var(--navy) !important;
}
.htf-form textarea {
  min-height: 105px !important;
  resize: vertical;
}
.htf-form .wpforms-submit-container {
  padding-top: 22px !important;
}
.htf-form button[type="submit"] {
  width: 100% !important;
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--lime) !important;
  color: var(--navy) !important;
  font-family: var(--sans) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
  transition: background .2s ease, transform .2s ease !important;
}
.htf-form button[type="submit"]:hover {
  background: var(--lime-bright) !important;
  transform: translateY(-2px);
}
.site-footer {
  padding: 0 24px 30px;
  color: rgba(255,255,255,.62);
  background: var(--navy-deep);
}
.site-footer__rule {
  width: min(100%, 1240px);
  height: 1px;
  margin: 0 auto;
  background: var(--white-line);
}
.site-footer__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 35px 0 25px;
  display: grid;
  grid-template-columns: 1.1fr .75fr .85fr;
  gap: 40px;
  align-items: end;
}
.site-footer__brand {
  margin: 0 0 5px;
  font-family: var(--serif);
  font-size: 17px;
  color: #fff;
}
.site-footer__note, .site-footer__legal {
  margin: 0;
  font-size: 10px;
  letter-spacing: .04em;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 12px;
}
.site-footer__legal {
  text-align: right;
}
.photo-credit {
  width: min(100%, 1240px);
  margin: 0 auto;
  font-size: 8px;
  letter-spacing: .04em;
  color: rgba(255,255,255,.32);
}
.photo-credit a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 1100px) {
  .site-header__inner {
    grid-template-columns: minmax(210px, 1fr) auto;
  }
  .desktop-nav {
    display: none;
  }
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .capability-grid article {
    min-height: 340px;
  }
  .capability-grid__icon {
    margin-top: 50px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-card--feature {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
  }
  .product-card--feature .product-card__media {
    aspect-ratio: 1.7 / 1;
  }
  .product-card--feature .product-card__body {
    align-self: end;
    padding: 42px;
  }
  .contact-section__inner {
    grid-template-columns: .9fr 1.1fr;
    gap: 55px;
  }
}
@media (max-width: 820px) {
  body.htf-site.admin-bar .site-header {
    top: 46px;
  }
  .site-header__inner {
    width: min(100% - 32px, 1320px);
    height: 72px;
    grid-template-columns: 1fr auto;
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: grid;
    width: 43px;
    height: 43px;
    padding: 13px 10px;
    align-content: center;
    gap: 7px;
    border: 1px solid rgba(255,255,255,.28);
    background: transparent;
  }
  .menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .mobile-menu {
    position: absolute;
    top: 72px;
    left: 0;
    display: block;
    width: 100%;
    padding: 18px 24px 25px;
    background: var(--navy-deep);
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .mobile-menu nav {
    display: grid;
  }
  .mobile-menu a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    font-family: var(--serif);
    font-size: 19px;
  }
  .mobile-menu__cta {
    margin-top: 10px;
    padding: 13px 16px !important;
    text-align: center;
    border: 0 !important;
    color: var(--navy) !important;
    background: var(--lime);
    font-family: var(--sans) !important;
    font-size: 10px !important;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .hero {
    min-height: auto;
    padding-top: 140px;
  }
  .hero__proof {
    grid-template-columns: 1fr;
    margin-top: 65px;
  }
  .hero__proof > div,	.hero__proof > div + div {
    min-height: 66px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
  }
  .hero__proof > div:last-child {
    border-bottom: 0;
  }
  .about-grid,	.network-heading,	.section-heading--split,	.contact-section__inner {
    grid-template-columns: 1fr;
  }
  .about-grid {
    gap: 80px;
  }
  .editorial-image {
    min-height: 530px;
  }
  .editorial-image > img {
    height: 530px;
  }
  .network-heading,	.section-heading--split {
    gap: 28px;
  }
  .quality-section {
    grid-template-columns: 1fr;
  }
  .quality-section__image {
    min-height: 560px;
  }
  .contact-copy h2 {
    font-size: clamp(52px, 12vw, 74px);
  }
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .site-footer__legal {
    grid-column: span 2;
    text-align: left;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 72px;
  }
  .brand__mark {
    height: 36px;
  }
  .brand__descriptor {
    display: none;
  }
  .hero {
    padding-inline: 20px;
    background-position: 60% center;
  }
  .hero h1 {
    font-size: clamp(48px, 14.6vw, 66px);
  }
  .hero__lede {
    font-size: 15px;
  }
  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .hero__proof strong {
    width: 105px;
    font-size: 25px;
  }
  .section,	.capabilities,	.contact-section {
    padding-inline: 20px;
  }
  .about-copy h2,	.section-heading h2,	.network-heading h2,	.quality-section h2,	.capabilities h2 {
    font-size: clamp(41px, 12vw, 54px);
  }
  .editorial-image {
    min-height: 430px;
    margin-bottom: 30px;
  }
  .editorial-image > img {
    width: calc(100% - 35px);
    height: 430px;
  }
  .editorial-image::before {
    bottom: -30px;
  }
  .editorial-image__note {
    width: 190px;
    padding: 22px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }
  .capability-grid article {
    min-height: 315px;
  }
  .map-card,	.map-card > img {
    min-height: 430px;
    height: 430px;
  }
  .map-card > img {
    object-position: center;
  }
  .map-pin--us {
    left: 10%;
  }
  .map-pin--eu {
    left: 44%;
  }
  .map-pin--hk {
    left: 80%;
  }
  .map-pin b {
    display: none;
  }
  .map-card__legend {
    left: 17px;
    bottom: 17px;
    padding: 17px 20px;
  }
  .region-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .product-card--feature {
    grid-column: auto;
    display: block;
  }
  .product-card--feature .product-card__media {
    aspect-ratio: 4 / 3.6;
  }
  .product-card--feature .product-card__body {
    padding: 28px;
  }
  .quality-section__image {
    min-height: 470px;
  }
  .quality-section__content {
    padding-inline: 25px;
  }
  .contact-details {
    grid-template-columns: 1fr;
  }
  .htf-form {
    padding: 27px 22px;
  }
  .htf-form__heading {
    display: block;
  }
  .htf-form .wpforms-field-row-block {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .htf-form .wpforms-field-row-block + .wpforms-field-row-block {
    margin-top: 14px !important;
  }
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
  .site-footer__legal {
    grid-column: auto;
  }
  .photo-credit {
    line-height: 1.7;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,	*::before,	*::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
@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;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
