/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "IBM Plex Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-xl: 80rem;
    --breakpoint-2xl: 96rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1.05rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.2rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: clamp(1.25rem, 1.1rem + 0.5vw, 1.5rem);
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: clamp(1.5rem, 1.25rem + 0.8vw, 2rem);
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: clamp(1.875rem, 1.5rem + 1.2vw, 2.5rem);
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: clamp(2.25rem, 1.75rem + 1.8vw, 3.5rem);
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: clamp(3rem, 2rem + 3vw, 5rem);
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-2xl: 1rem;
    --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);
    --brand-orbital-orange: #EE3932;
    --brand-orbital-red: #8B153D;
    --brand-horizon-blue: #75D3F2;
    --brand-satellite-grey: #A7A9B4;
    --brand-deep-space-grey: #242936;
    --brand-black: #000000;
    --brand-white: #FFFFFF;
    --color-background: var(--theme-background);
    --color-surface: var(--theme-surface);
    --color-surface-1: var(--theme-surface-1);
    --color-surface-2: var(--theme-surface-2);
    --color-surface-3: var(--theme-surface-3);
    --color-heading: var(--theme-heading);
    --color-body: var(--theme-body);
    --color-muted: var(--theme-muted);
    --color-border: var(--theme-border);
    --color-link: var(--theme-link);
    --color-primary: var(--brand-orbital-orange);
    --color-secondary: var(--brand-horizon-blue);
    --color-danger: var(--brand-orbital-red);
    --ease-standard: cubic-bezier(0.2, 0, 0, 1);
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-surface-1 {
    background-color: var(--color-surface-1);
  }
  .bg-surface-2 {
    background-color: var(--color-surface-2);
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex/IBMPlexSans-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex/IBMPlexSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root, .theme-dark {
  --color-background: var(--brand-black);
  --color-surface: #14181D;
  --color-surface-1: #14181D;
  --color-surface-2: var(--brand-deep-space-grey);
  --color-surface-3: #343B46;
  --color-heading: var(--brand-white);
  --color-body: var(--brand-white);
  --color-muted: #7D8794;
  --color-border: #3A404A;
  --color-link: var(--brand-orbital-orange);
  --color-text-light: var(--brand-white);
  --color-text-dark: var(--brand-black);
  --color-overlay: 0 0 0;
  --color-card-backdrop: rgb(0 0 0 / 3%);
}
.theme-light {
  --color-background: #F4F4F2;
  --color-surface: var(--brand-white);
  --color-surface-1: var(--brand-white);
  --color-surface-2: #ECEDEC;
  --color-surface-3: var(--brand-deep-space-grey);
  --color-heading: var(--brand-black);
  --color-body: var(--brand-black);
  --color-muted: #747C86;
  --color-border: #D5D7D9;
  --color-link: var(--brand-orbital-orange);
  --color-text-light: var(--brand-white);
  --color-text-dark: var(--brand-black);
  --color-overlay: 255 255 255;
  --color-card-backdrop: rgb(0 0 0 / 3%);
}
:root {
  --container-max-width: 90rem;
  --duration-fast: 120ms;
  --duration-standard: 200ms;
  --duration-slow: 350ms;
  --section-spacing: clamp(
        calc(var(--spacing) * 12),
        8vw,
        calc(var(--spacing) * 24)
    );
  --container-padding: clamp(
        calc(var(--spacing) * 4),
        3vw,
        calc(var(--spacing) * 8)
    );
}
@layer base {
  html {
    background-color: var(--color-background);
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body {
    margin: 0px;
    background-color: var(--color-background);
    font-family: var(--font-sans);
    font-size: var(--text-lg);
    line-height: 1.6;
    color: var(--brand-white);
  }
  h1, h2, h3, h4, h5, h6 {
    color: var(--color-heading);
    line-height: 1.1;
    text-wrap: balance;
    letter-spacing: -0.05rem;
  }
  h1 {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h2 {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h3 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h4 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h5 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  h6 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  p {
    margin-bottom: calc(var(--spacing) * 4);
    text-wrap: pretty;
    font-size: var(--text-lg);
    font-weight: 400;
    letter-spacing: -0.01rem;
  }
  strong, b {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-heading);
  }
  small {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  blockquote {
    margin: 0px;
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-color: var(--color-primary);
    padding-left: calc(var(--spacing) * 6);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    color: var(--color-heading);
  }
  a {
    color: var(--color-primary);
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
  a:hover {
    text-decoration-line: underline;
  }
  a:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
    outline-offset: 4px;
    outline-color: var(--color-primary);
  }
  ul, ol {
    margin: 0px;
    padding-left: calc(var(--spacing) * 6);
  }
  ul {
    list-style-type: disc;
    margin-bottom: calc(var(--spacing) * 6);
  }
  ol {
    list-style-type: decimal;
  }
  li::marker {
    color: var(--color-primary);
  }
  li + li {
    margin-top: calc(var(--spacing) * 2);
  }
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
  }
  img, video {
    height: auto;
  }
  figure {
    margin: 0px;
  }
  figcaption {
    margin-top: calc(var(--spacing) * 3);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-muted);
  }
  hr {
    margin-block: calc(var(--spacing) * 8);
    border-style: var(--tw-border-style);
    border-width: 0px;
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--color-border);
  }
  table {
    width: 100%;
    border-collapse: collapse;
  }
  th, td {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--color-border);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    text-align: left;
  }
  th {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-heading);
  }
  button, input, textarea, select {
    font: inherit;
  }
  button, select {
    cursor: pointer;
  }
  input, textarea, select {
    width: 100%;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-border);
    background-color: var(--color-surface-1);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    color: var(--color-body);
  }
  input::placeholder, textarea::placeholder {
    color: var(--color-muted);
  }
  input:focus, textarea:focus, select:focus {
    border-color: var(--color-primary);
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-ring-color: color-mix(in srgb, #EE3932 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-primary) 30%, transparent);
    }
    --tw-outline-style: none;
    outline-style: none;
  }
  textarea {
    min-height: 10rem;
    resize: vertical;
  }
  label {
    margin-bottom: calc(var(--spacing) * 2);
    display: block;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-heading);
  }
  ::selection {
    background-color: var(--color-primary);
    color: var(--color-background);
  }
  :focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
    outline-offset: 4px;
    outline-color: var(--color-primary);
  }
  [hidden] {
    display: none !important;
  }
  :where(h1, h2, h3, h4, h5, h6) {
    margin-block-start: 0;
    margin-block-end: calc(var(--spacing) * 8);
  }
  :where(p, ul, ol) {
    margin-block-start: 0;
    margin-block-end: calc(var(--spacing) * 4);
  }
  :where(h1, h2, h3, h4, h5, h6):last-child, :where(p, ul, ol):last-child {
    margin-block-end: 0;
  }
  :where(.entry-content, .block-editor-block-list__layout) > * + * {
    margin-block-start: calc(var(--spacing) * 6);
  }
  :where(.entry-content, .block-editor-block-list__layout) > :where(h1, h2, h3, h4, h5, h6) + :where(p, ul, ol) {
    margin-block-start: calc(var(--spacing) * 4);
  }
  :where(.entry-content, .block-editor-block-list__layout) > :where(p, ul, ol) + :where(p, ul, ol) {
    margin-block-start: calc(var(--spacing) * 4);
  }
  .flow > * {
    margin-block: 0;
  }
  .flow > * + * {
    margin-block-start: calc(var(--spacing) * 6);
  }
  .flow > :where(h1, h2, h3, h4, h5, h6) + * {
    margin-block-start: calc(var(--spacing) * 4);
  }
  .flow > :where(p, ul, ol) + :where(p, ul, ol) {
    margin-block-start: calc(var(--spacing) * 4);
  }
}
@layer components {
  .site-container {
    width: 100%;
    max-width: var(--container-max-width);
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
  .content-container {
    width: 100%;
    max-width: 48rem;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
  @media (min-width: 48rem) {
    .site-container, .content-container {
      padding-inline: 2rem;
    }
  }
  @media (min-width: 64rem) {
    .site-container {
      padding-inline: 3rem;
    }
  }
  .section {
    padding-block: 4rem;
  }
  .section-sm {
    padding-block: 3rem;
  }
  .section-lg {
    padding-block: 5rem;
  }
  @media (min-width: 48rem) {
    .section {
      padding-block: 5rem;
    }
    .section-sm {
      padding-block: 4rem;
    }
    .section-lg {
      padding-block: 8rem;
    }
  }
  @media (min-width: 64rem) {
    .section {
      padding-block: 6rem;
    }
    .section-sm {
      padding-block: 4rem;
    }
    .section-lg {
      padding-block: 10rem;
    }
  }
  .stack, .stack-sm, .stack-lg, .stack-xl {
    display: flex;
    flex-direction: column;
  }
  .stack {
    gap: 1.5rem;
  }
  .stack-sm {
    gap: 1rem;
  }
  .stack-lg {
    gap: 2.5rem;
  }
  .stack-xl {
    gap: 4rem;
  }
  .cluster, .cluster-sm, .cluster-lg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .cluster {
    gap: 1rem;
  }
  .cluster-sm {
    gap: 0.5rem;
  }
  .cluster-lg {
    gap: 1.5rem;
  }
  .cluster--between {
    justify-content: space-between;
  }
  .layout-grid {
    display: grid;
    gap: 2rem;
    width: 100%;
  }
  .layout-grid--2, .layout-grid--3, .layout-grid--4, .layout-grid--5 {
    grid-template-columns: minmax(0, 1fr);
  }
  @media (min-width: 48rem) {
    .layout-grid--2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .layout-grid--3, .layout-grid--4, .layout-grid--5 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 64rem) {
    .layout-grid--3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .layout-grid--4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .layout-grid--5 {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .layout-split {
    display: grid;
    gap: 2.5rem;
    align-items: start;
  }
  .layout-split--center {
    align-items: center;
  }
  .layout-split--end {
    align-items: end;
  }
  @media (min-width: 64rem) {
    .layout-split {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: 4rem;
    }
    .layout-split--wide-left {
      grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    }
    .layout-split--wide-right {
      grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    }
  }
  .full-width {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .alignwide {
    width: min( calc(100% - (var(--spacing) * 8)), var(--container-max-width) );
    margin-inline: auto;
  }
  .alignfull {
    width: 100%;
    max-width: none;
  }
  .card {
    --card-padding: clamp(
        calc(var(--spacing) * 4),
        4vw,
        calc(var(--spacing) * 8)
    );
    --card-icon-size: clamp(
        3rem,
        5vw,
        4.5rem
    );
    --card-content-gap: clamp(
        calc(var(--spacing) * 6),
        4vw,
        calc(var(--spacing) * 8)
    );
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    min-height: 24rem;
    padding: var(--card-padding);
    border: 1px solid var(--color-heading);
    border-radius: var(--radius-lg);
    border-color: var(--card-border-color, var(--color-heading));
    background: var(--color-card-backdrop);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    color: var(--color-body);
  }
  .card__media {
    width: 100%;
    margin-bottom: var(--card-content-gap);
  }
  .card__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .card__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: calc(var(--spacing) * 6);
    width: 100%;
    min-width: 0;
  }
  .card__eyebrow {
    margin: 0;
    color: var(--color-primary);
    font-size: var(--text-sm);
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  .card__icon-image {
    display: block;
    width: var(--card-icon-size);
    height: auto;
    object-fit: contain;
  }
  .card__divider {
    width: 100%;
    height: 1px;
    margin-top: calc(var(--spacing) * 6);
    background-color: var(--color-heading);
  }
  .card--no-eyebrow .card__header {
    justify-content: flex-start;
  }
  .card--no-eyebrow .card__icon-image {
    width: calc(var(--card-icon-size) * 0.8);
  }
  .card--no-eyebrow .card__heading {
    margin-top: calc(var(--spacing) * 6);
  }
  .card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    width: 100%;
    min-width: 0;
  }
  .card__heading {
    max-width: 30rem;
    margin: var(--card-content-gap) 0 0;
    color: var(--color-heading);
    font-size: var(--text-xl);
    font-weight: 600;
    line-height: 1.08;
  }
  .card__description {
    max-width: 36rem;
    margin: var(--card-content-gap) 0 0;
    color: var(--color-body);
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 1.45;
  }
  .card__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-top: calc(var(--spacing) * 8);
    padding: 0;
    border: 0;
    border-radius: var(--radius-sm);
    background-color: var(--color-primary);
    overflow: hidden;
    transform: none;
  }
  .card__link::before, .card__link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--brand-white);
    transform: translate(-50%, -50%);
  }
  .card__link::before {
    width: 2rem;
    height: 2px;
  }
  .card__link::after {
    width: 2px;
    height: 2rem;
  }
  .card__link:hover {
    background-color: var(--color-primary);
    filter: brightness(1.08);
    transform: none;
  }
  .card__link:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 4px;
  }
  .hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-background);
    color: var(--color-body);
    background-image: var(--hero-background-image, none);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( 270deg, rgb(var(--color-overlay) / 0%) 0%, rgb(var(--color-overlay) / 80%) 100% );
    pointer-events: none;
  }
  .hero--align-right .hero__overlay {
    background: linear-gradient( 90deg, rgb(var(--color-overlay) / 80%) 0%, rgb(var(--color-overlay) / 0%) 100% );
  }
  .hero__overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 0%) 80%, rgb(0 0 0 / 100%) 100% );
  }
  .hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-inline: auto;
    padding-inline: var(--container-padding);
    padding-block: var(--section-spacing);
  }
  .hero__content {
    width: 50%;
  }
  .hero--height-small {
    min-height: 24rem;
  }
  .hero--height-medium {
    min-height: 32rem;
  }
  .hero--height-large {
    min-height: 42rem;
  }
  .hero--height-screen {
    min-height: 100svh;
  }
  .hero--align-left .hero__content {
    margin-right: auto;
    text-align: left;
  }
  .hero--align-centre .hero__content {
    margin-inline: auto;
    text-align: center;
  }
  .hero--align-right .hero__content {
    margin-left: auto;
    text-align: right;
  }
  .hero :where(h1, h2, h3, h4, h5, h6) {
    color: var(--color-heading);
  }
  .hero :where(p) {
    color: var(--color-body);
  }
  .hero {
    position: relative;
    overflow: hidden;
  }
  .hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero__video {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .hero__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100%, calc(100vh * 16 / 9));
    height: max(100%, calc(100vw * 9 / 16));
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
  }
  .hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient( 90deg, rgb(var(--color-overlay) / 80%) 0%, rgb(var(--color-overlay) / 0%) 100% );
    pointer-events: none;
  }
  .hero__inner {
    position: relative;
    z-index: 2;
  }
  .shelf {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    --shelf-background: transparent;
    --shelf-foreground: var(--color-body);
    --shelf-heading: var(--color-heading);
    --shelf-accent: var(--color-primary);
    --shelf-link: var(--color-link);
    --shelf-card-background: var(--color-surface-2);
    background-color: var(--shelf-background);
    color: var(--shelf-foreground);
    --card-border-color: var(--shelf-foreground);
  }
  .shelf::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: var(--shelf-background-image, none);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
  }
  .shelf .background-pattern {
    content: "";
    width: 50%;
    position: absolute;
    inset: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
  }
  .shelf .background-pattern.has-pattern {
    background-image: url("../../assets/images/interface/gridblend.webp");
  }
  .shelf--default {
    --shelf-background: transparent;
    --shelf-foreground: var(--color-body);
    --shelf-heading: var(--color-heading);
    --shelf-accent: var(--color-primary);
    --shelf-link: var(--color-link);
  }
  .shelf--white {
    --shelf-background: var(--brand-white);
    --shelf-foreground: var(--color-text-dark);
    --shelf-heading: var(--color-text-dark);
    --shelf-accent: var(--color-primary);
    --shelf-link: var(--color-link);
  }
  .shelf--black {
    --shelf-background: var(--brand-black);
    --shelf-foreground: var(--color-text-light);
    --shelf-heading: var(--color-text-light);
    --shelf-accent: var(--color-primary);
    --shelf-link: var(--color-link);
  }
  .shelf--deep-space {
    --shelf-background: var(--brand-deep-space-grey);
    --shelf-foreground: var(--color-text-light);
    --shelf-heading: var(--color-text-light);
    --shelf-accent: var(--color-text-primary);
    --shelf-link: var(--color-text-light);
  }
  .shelf--orange {
    --shelf-background: var(--brand-orbital-orange);
    --shelf-foreground: var(--color-text-light);
    --shelf-heading: var(--color-text-light);
    --shelf-accent: var(--color-text-light);
    --shelf-link: var(--color-link);
  }
  .shelf--red {
    --shelf-background: var(--brand-orbital-red);
    --shelf-foreground: var(--color-text-light);
    --shelf-heading: var(--color-text-light);
    --shelf-accent: var(--color-text-light);
    --shelf-link: var(--color-secondary);
  }
  .shelf--blue {
    --shelf-background: var(--brand-horizon-blue);
    --shelf-foreground: var(--color-text-dark);
    --shelf-heading: var(--color-text-dark);
    --shelf-accent: var(--color-danger);
    --shelf-link: var(--color-dark);
  }
  .shelf--grey {
    --shelf-background: var(--brand-satellite-grey);
    --shelf-foreground: var(--color-text-dark);
    --shelf-heading: var(--color-text-dark);
    --shelf-accent: var(--color-text-primary);
    --shelf-link: var(--color-secondary);
  }
  .shelf--white, .shelf--blue, .shelf--grey {
    --shelf-card-background: rgb(0 0 0 / 5%);
  }
  .shelf--black, .shelf--deep-space, .shelf--red {
    --shelf-card-background: rgb(255 255 255 / 10%);
  }
  .shelf__content {
    align-items: stretch;
    width: 100%;
    color: var(--shelf-foreground, var(--color-body));
  }
  .shelf h2, .shelf h3, .shelf h4, .shelf h5, .shelf h6 {
    color: var(--shelf-heading);
  }
  .shelf__content p, .shelf__content li {
    color: var(--shelf-foreground);
  }
  .shelf__content a:not(.button) {
    color: var(--shelf-link);
  }
  .shelf__content > .acf-innerblocks-container {
    width: 100%;
  }
  .shelf__content > .acf-innerblocks-container.layout-grid {
    display: grid;
  }
  .shelf__item {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
  }
  .shelf--background-dark .section-header__eyebrow {
    color: var(--color-primary);
  }
  .shelf--background-dark .section-header__title, .shelf--background-dark .statistic__value {
    color: var(--color-background);
  }
  .shelf--background-dark .section-header__intro, .shelf--background-dark .statistic, .shelf--background-dark .statistic__description {
    color: var(--color-background);
  }
  .shelf--background-dark .statistic__icon {
    border-color: var(--color-background);
  }
  .shelf--background-dark .statistic__icon::after {
    background-color: var(--color-background);
  }
  .shelf--align-start .shelf__content {
    align-items: start;
  }
  .shelf--align-center .shelf__content {
    align-items: center;
  }
  .shelf--align-end .shelf__content {
    align-items: end;
  }
  .shelf__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .shelf__background-image {
    position: absolute;
    left: var(--shelf-background-x, 50%);
    top: var(--shelf-background-y, 50%);
    width: var(--shelf-background-size, 100%);
    max-width: none;
    height: auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .shelf__inner {
    position: relative;
    z-index: 1;
  }
  .button, .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 3);
    width: fit-content;
    min-height: 2.75rem;
    padding: calc(var(--spacing) * 3.5) calc(var(--spacing) * 6);
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    font-size: var(--text-base);
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background-color var(--duration-standard) var(--ease-standard), border-color var(--duration-standard) var(--ease-standard), color var(--duration-standard) var(--ease-standard), transform var(--duration-standard) var(--ease-standard);
  }
  .button:not(.button--primary):hover, .wp-block-button__link:hover {
    text-decoration: none;
    transform: translateY(-1px);
  }
  .button:focus-visible, .wp-block-button__link:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 4px;
  }
  .button:disabled, .button[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.55;
    transform: none;
  }
  .button--primary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: calc(var(--spacing) * 4);
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--color-heading);
    font-size: var(--text-xl);
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color 300ms var(--ease-standard), gap 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .button--primary::before {
    content: "";
    display: block;
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: var(--radius-sm);
    background-color: var(--color-primary);
    background-image: linear-gradient( var(--brand-white), var(--brand-white) ), linear-gradient( var(--brand-white), var(--brand-white) );
    background-repeat: no-repeat;
    background-size: 1.5rem 2px, 2px 1.5rem;
    background-position: center, center;
    transform-origin: center;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .button--primary:hover {
    gap: calc(var(--spacing) * 6);
    color: var(--color-primary);
    text-decoration: none;
    transform: none;
    filter: none;
  }
  .button--primary:hover::before {
    transform: scale(1.2) rotate(180deg);
  }
  .button--secondary {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: calc(var(--spacing) * 3);
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--shelf-heading);
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color 300ms var(--ease-standard), gap 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .button--secondary::before {
    content: "";
    display: block;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: var(--radius-sm);
    background-color: var(--color-primary);
    background-image: linear-gradient( var(--brand-white), var(--brand-white) ), linear-gradient( var(--brand-white), var(--brand-white) );
    background-repeat: no-repeat;
    background-size: 1rem 2px, 2px 1rem;
    background-position: center, center;
    transform-origin: center;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .button--secondary:hover {
    gap: calc(var(--spacing) * 4);
    color: var(--color-primary);
    text-decoration: none;
    transform: none;
  }
  .button--secondary:hover::before {
    transform: scale(1.1) rotate(180deg);
  }
  .button--light {
    background-color: var(--brand-white);
    color: var(--brand-black);
  }
  .button--light:hover {
    background-color: var(--color-surface);
  }
  .button--text {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--color-heading);
  }
  .button--text:hover {
    color: var(--color-primary);
    transform: none;
  }
  .button--plus, .card__link {
    position: relative;
    width: 4rem;
    height: 4rem;
    padding: 0;
    border: 0;
    border-radius: var(--radius-sm);
    background-color: var(--color-primary);
    color: transparent;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), background-color 300ms var(--ease-standard);
  }
  .button--plus::before, .button--plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--brand-white);
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: center;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .button--plus::before {
    width: 2rem;
    height: 2px;
  }
  .button--plus::after {
    width: 2px;
    height: 2rem;
  }
  .button--plus:hover, .card__link:hover {
    transform: scale(1.2);
  }
  .button--plus:hover::before, .button--plus:hover::after, .card__link:hover::before, .card__link:hover::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .wp-block-button {
    margin: 0;
  }
  .wp-block-button .wp-block-button__link, .wp-block-button .wp-element-button {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: calc(var(--spacing) * 4);
    width: auto !important;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: var(--shelf-heading) !important;
    font-size: var(--text-xl);
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: color 300ms var(--ease-standard), gap 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .wp-block-button .wp-block-button__link::before, .wp-block-button .wp-element-button::before {
    content: "";
    display: block;
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: var(--radius-sm);
    background-color: var(--color-primary);
    background-image: linear-gradient( var(--brand-white), var(--brand-white) ), linear-gradient( var(--brand-white), var(--brand-white) );
    background-repeat: no-repeat;
    background-size: 1.5rem 2px, 2px 1.5rem;
    background-position: center, center;
    transform-origin: center;
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), background-size 520ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-element-button:hover {
    gap: calc(var(--spacing) * 6);
    color: var(--color-primary) !important;
  }
  .wp-block-button .wp-block-button__link:hover::before, .wp-block-button .wp-element-button:hover::before {
    transform: scale(1.2) rotate(180deg);
  }
  .button-group, .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    color: var(--color-body);
  }
  .wp-block-buttons.buttons--compact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--spacing) * 3);
    color: var(--color-body);
  }
  .wp-block-buttons.buttons--compact .wp-block-button {
    margin: 0;
  }
  .wp-block-buttons.buttons--compact .wp-block-button__link, .wp-block-buttons.buttons--compact .wp-element-button {
    gap: calc(var(--spacing) * 3);
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-body);
  }
  .wp-block-buttons.buttons--compact .wp-block-button__link::before, .wp-block-buttons.buttons--compact .wp-element-button::before {
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    background-size: 1rem 2px, 2px 1rem;
  }
  .wp-block-buttons.buttons--compact .wp-block-button__link:hover, .wp-block-buttons.buttons--compact .wp-element-button:hover {
    gap: calc(var(--spacing) * 4);
    color: var(--color-primary) !important;
  }
  .wp-block-buttons.buttons--compact .wp-block-button__link:hover::before, .wp-block-buttons.buttons--compact .wp-element-button:hover::before {
    transform: scale(1.1) rotate(180deg);
  }
  .reveal {
    opacity: 0;
    transform: translateY(1.5rem);
    transition: opacity 700ms ease, transform 700ms ease;
  }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  @media (prefers-reduced-motion: reduce) {
    .reveal {
      opacity: 1;
      transform: none;
      transition: none;
    }
  }
  .section-header {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
  }
  .section-header--align-center {
    align-items: center;
    margin-inline: auto;
    text-align: center;
    max-width: 48rem;
  }
  .section-header__eyebrow {
    color: var(--color-primary);
    font-size: var(--text-base);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .section-header__title {
    color: var(--shelf-heading, var(--color-heading));
    font-size: var(--text-4xl);
    font-weight: 600;
    line-height: 1.08;
    text-wrap: balance;
  }
  .section-header__introduction {
    color: var(--color-body);
    font-size: var(--text-lg);
    line-height: 1.7;
    text-wrap: pretty;
  }
  .section-header__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  @media (min-width: 48rem) {
    .section-header__title {
      font-size: 3.25rem;
    }
  }
  .statistic {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 2rem;
    color: var(--color-body);
    text-align: center;
    text-decoration: none;
  }
  .statistic__icon {
    display: grid;
    place-items: center;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid var(--color-heading);
    border-radius: 9999px;
  }
  .statistic__icon::after {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 9999px;
    background-color: var(--color-heading);
    content: "";
  }
  .statistic__value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0;
    color: var(--color-heading);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.035em;
  }
  .statistic__prefix, .statistic__suffix {
    font-size: 0.65em;
    letter-spacing: normal;
  }
  .statistic__description {
    max-width: 14rem;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .statistic__description > * {
    margin: 0;
  }
  .statistic--linked {
    transition: background-color 180ms ease, transform 180ms ease;
  }
  .statistic--linked:hover {
    background-color: var(--color-surface);
    text-decoration: none;
    transform: translateY(-2px);
  }
  .statistic--linked:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 4px;
  }
  @media (min-width: 48rem) {
    .statistic {
      padding: 2.5rem 2rem;
    }
    .statistic__value {
      font-size: 4rem;
    }
  }
  .logo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(var(--spacing) * 6);
    width: 100%;
  }
  .logo-grid--carousel {
    display: block;
  }
  .logo-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
  }
  .logo-grid__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: inherit;
    text-decoration: none;
  }
  .logo-grid__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 6rem;
    margin-bottom: calc(var(--spacing) * 5);
  }
  .logo-grid__image {
    display: block;
    width: auto;
    max-width: 10rem;
    height: auto;
    max-height: 10rem;
    object-fit: contain;
  }
  .logo-grid__heading {
    margin: 0;
    color: var( --shelf-heading, var(--color-heading) );
    font-size: var(--text-lg);
    line-height: 1.25;
  }
  .logo-grid__item.is-empty {
    min-height: 1px;
  }
  @media (max-width: 63.999rem) {
    .logo-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .logo-grid__item.is-empty {
      display: none;
    }
  }
  @media (max-width: 35.999rem) {
    .logo-grid {
      grid-template-columns: 1fr;
    }
  }
  .background-shelf {
    --background-shelf-content-width: 38rem;
    --background-shelf-padding-block: calc(var(--spacing) * 20);
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
  }
  .background-shelf--height-medium {
    min-height: 50rem;
  }
  .background-shelf--height-large {
    min-height: 70rem;
  }
  .background-shelf--height-screen {
    min-height: 100svh;
  }
  .background-shelf__background {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--background-shelf-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .background-shelf--flip-background .background-shelf__background {
    transform: scaleX(-1);
  }
  .background-shelf__overlay {
    position: absolute;
    width: 100%;
    z-index: -1;
    inset: 0;
    pointer-events: none;
  }
  .background-shelf--content-left .background-shelf__overlay {
    background: linear-gradient( 90deg, rgb(var(--color-overlay) / 100%) 0%, rgb(var(--color-overlay) / 60%) 50%, rgb(var(--color-overlay) / 0%) 80% );
  }
  .background-shelf--content-right .background-shelf__overlay {
    background: linear-gradient( 270deg, rgb(var(--color-overlay) / 100%) 0%, rgb(var(--color-overlay) / 60%) 50%, rgb(var(--color-overlay) / 0%) 80% );
  }
  .background-shelf__container {
    display: flex;
    align-items: center;
    width: min( 100% - calc(var(--spacing) * 8), var(--container-max-width, 90rem) );
    min-height: inherit;
    margin-inline: auto;
    padding-block: var(--background-shelf-padding-block);
  }
  .background-shelf--content-left .background-shelf__container {
    justify-content: flex-start;
  }
  .background-shelf--content-right .background-shelf__container {
    justify-content: flex-end;
  }
  .background-shelf__content {
    display: flex;
    flex-direction: column;
    width: min( 100%, var(--background-shelf-content-width) );
    gap: calc(var(--spacing) * 8);
  }
  .background-shelf--content-left .background-shelf__content {
    align-items: flex-start;
    text-align: left;
  }
  .background-shelf--content-right .background-shelf__content {
    align-items: flex-end;
    text-align: left;
  }
  .background-shelf__header {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 3);
    width: 100%;
  }
  .background-shelf__eyebrow {
    margin: 0;
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: var(--text-sm);
  }
  .background-shelf__heading {
    margin: 0;
  }
  .background-shelf__inner-blocks {
    width: 100%;
  }
  .background-shelf__inner-blocks > .acf-inner-blocks-container {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 6);
  }
  .background-shelf__inner-blocks > .acf-inner-blocks-container > :first-child {
    margin-top: 0;
  }
  .background-shelf__inner-blocks > .acf-inner-blocks-container > :last-child {
    margin-bottom: 0;
  }
  .background-shelf--content-right .background-shelf__inner-blocks .wp-block-buttons {
    justify-content: flex-start;
  }
  .background-shelf--content-left .background-shelf__inner-blocks .wp-block-buttons {
    justify-content: flex-start;
  }
  @media (max-width: 47.999rem) {
    .background-shelf {
      --background-shelf-padding-block: calc(var(--spacing) * 12);
    }
    .background-shelf--height-medium, .background-shelf--height-large, .background-shelf--height-screen {
      min-height: 36rem;
    }
    .background-shelf__container {
      align-items: flex-end;
      width: min( 100% - calc(var(--spacing) * 8), var(--container-max-width, 90rem) );
    }
    .background-shelf--content-left .background-shelf__overlay, .background-shelf--content-right .background-shelf__overlay {
      background: linear-gradient( 0deg, var(--background-shelf-overlay-dark) 0%, rgb(0 0 0 / 65%) 50%, var(--background-shelf-overlay-clear) 100% );
    }
    .background-shelf--content-right .background-shelf__content {
      align-items: flex-start;
      text-align: left;
    }
    .background-shelf--content-right .background-shelf__inner-blocks .wp-block-buttons {
      justify-content: flex-start;
    }
  }
  .background-shelf {
    --background-shelf-video-ratio: 16 / 9;
  }
  .background-shelf__background {
    overflow: hidden;
    pointer-events: none;
  }
  .background-shelf__video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    aspect-ratio: var(--background-shelf-video-ratio);
    transform: translateY(-50%);
    pointer-events: none;
  }
  .background-shelf__video-frame {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .background-shelf__video {
      display: none;
    }
  }
  .feature-shelf {
    --background-shelf-content-width: 38rem;
    --background-shelf-overlay-dark: rgb(0 0 0 / 80%);
    --background-shelf-overlay-clear: rgb(0 0 0 / 0%);
    --background-shelf-padding-block: calc(var(--spacing) * 20);
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    color: var(--color-white);
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .feature-shelf--right {
    grid-template-columns: 1fr 2fr;
  }
  .feature-shelf--right .feature-shelf__feature {
    order: 2;
  }
  .feature-shelf--right .feature-shelf__sidebar {
    order: 1;
  }
  .feature-shelf--height-medium {
    min-height: 32rem;
  }
  .feature-shelf--height-large {
    min-height: 44rem;
  }
  .feature-shelf--height-screen {
    min-height: 100svh;
  }
  .feature-shelf__background {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--background-shelf-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .feature-shelf__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
  }
  .feature-shelf--left .feature-shelf__overlay {
    background: linear-gradient( 90deg, var(--background-shelf-overlay-dark) 0%, rgb(0 0 0 / 70%) 30%, var(--background-shelf-overlay-clear) 75% );
  }
  .feature-column-shelf__feature-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: calc(var(--spacing) * 10);
    width: 100%;
  }
  .feature-column-shelf__subheading {
    width: min(100%, 32rem);
    margin: 0;
    color: var(--color-text-light);
    font-size: var(--font-size-xl);
  }
  @media (max-width: 47.999rem) {
    .feature-shelf {
      --background-shelf-padding-block: calc(var(--spacing) * 12);
    }
    .feature-shelf--height-medium, .feature-shelf--height-large, .feature-shelf--height-screen {
      min-height: 36rem;
    }
    .feature-shelf--left .background-shelf__overlay, .feature-shelf--right .background-shelf__overlay {
      background: linear-gradient( 0deg, rgb(var(--color-overlay) / 0%) 0% rgb(0 0 0 / 65%) 50%, rgb(var(--color-overlay) / 0%) 100% );
    }
    .feature-shelf--right .background-shelf__content {
      align-items: flex-start;
      text-align: left;
    }
    .feature-shelf--right .background-shelf__inner-blocks .wp-block-buttons {
      justify-content: flex-start;
    }
  }
  .carousel-shelf {
    --carousel-padding-inline: clamp(
            calc(var(--spacing) * 5),
            4vw,
            calc(var(--spacing) * 20)
        );
    --carousel-slide-height: clamp(
            32rem,
            50vw,
            44rem
        );
    position: relative;
    min-height: var(--carousel-slide-height);
    overflow: hidden;
    color: var(--color-body);
  }
  .carousel-shelf__slider {
    position: relative;
  }
  .carousel-shelf__slide {
    min-width: 0;
    min-height: var(--carousel-slide-height);
  }
  .carousel-shelf__slide-inner {
    position: relative;
    min-height: var(--carousel-slide-height);
    overflow: hidden;
  }
  .carousel-shelf__media {
    overflow: hidden;
  }
  .carousel-shelf__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .carousel-shelf--image-background .carousel-shelf__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .carousel-shelf--image-background .carousel-shelf__image {
    position: absolute;
    inset: 0;
  }
  .carousel-shelf--image-background .carousel-shelf__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
  .carousel-shelf--image-background .carousel-shelf__slide--content-left .carousel-shelf__overlay {
    background: linear-gradient( 90deg, rgb(var(--color-overlay) / 88%) 0%, rgb(var(--color-overlay) / 62%) 38%, rgb(var(--color-overlay) / 0%) 78% );
  }
  .carousel-shelf--image-background .carousel-shelf__slide--content-right .carousel-shelf__overlay {
    background: linear-gradient( 270deg, rgb(var(--color-overlay) / 88%) 0%, rgb(var(--color-overlay) / 62%) 38%, rgb(var(--color-overlay) / 0%) 78% );
  }
  .carousel-shelf--image-background .carousel-shelf__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--carousel-slide-height);
    width: min(100%, 42rem);
    padding: calc(var(--spacing) * 12) var(--carousel-padding-inline);
  }
  .carousel-shelf__slide--image-background .carousel-shelf__slide--content-left .carousel-shelf__content {
    margin-right: auto;
  }
  .carousel-shelf__slide--image-background .carousel-shelf__slide--content-right .carousel-shelf__content {
    margin-left: auto;
  }
  .carousel-shelf .link--wrapper {
    margin-top: calc(var(--spacing) * 6);
  }
  .carousel-shelf--image-feature .carousel-shelf__slide-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp( calc(var(--spacing) * 8), 5vw, calc(var(--spacing) * 16) );
    min-height: var(--carousel-slide-height);
    padding: calc(var(--spacing) * 10) var(--carousel-padding-inline);
  }
  .carousel-shelf--image-feature .carousel-shelf__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 38rem;
    padding: 0;
  }
  .carousel-shelf--image-feature .carousel-shelf__media {
    position: relative;
    width: 100%;
    min-width: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: clamp( calc(var(--spacing) * 6), 3vw, calc(var(--spacing) * 12) );
  }
  .carousel-shelf--image-feature .carousel-shelf__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .carousel-shelf--image-feature .carousel-shelf__slide--content-left .carousel-shelf__content {
    grid-column: 1;
    grid-row: 1;
  }
  .carousel-shelf--image-feature .carousel-shelf__slide--content-left .carousel-shelf__media {
    grid-column: 2;
    grid-row: 1;
  }
  .carousel-shelf--image-feature .carousel-shelf__slide--content-right .carousel-shelf__media {
    grid-column: 1;
    grid-row: 1;
  }
  .carousel-shelf--image-feature .carousel-shelf__slide--content-right .carousel-shelf__content {
    grid-column: 2;
    grid-row: 1;
  }
  .carousel-shelf__heading {
    margin: 0 0 calc(var(--spacing) * 4);
    color: var(--color-heading);
  }
  .carousel-shelf__text {
    color: var(--color-body);
  }
  .carousel-shelf__text > :first-child {
    margin-top: 0;
  }
  .carousel-shelf__text > :last-child {
    margin-bottom: 0;
  }
  .carousel-shelf__nav {
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 5);
    margin-top: calc(var(--spacing) * 8);
    padding-inline: var(--carousel-padding-inline);
  }
  .carousel-shelf__nav-item {
    position: relative;
    padding: 0 0 calc(var(--spacing) * 1);
    border: 0;
    background: none;
    color: var(--color-body);
    font: inherit;
    cursor: pointer;
    transition: color var(--duration-standard) var(--ease-standard);
  }
  .carousel-shelf__nav-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--duration-standard) var(--ease-standard);
  }
  .carousel-shelf__nav-item:hover, .carousel-shelf__nav-item:focus-visible, .carousel-shelf__nav-item.is-active {
    padding: calc(var(--spacing) * 1) calc(var(--spacing) * 2);
    border-radius: var(--radius-sm);
    color: var(--color-text-light);
    background-color: var(--color-primary);
  }
  .carousel-shelf__nav-item:hover::after, .carousel-shelf__nav-item:focus-visible::after, .carousel-shelf__nav-item.is-active::after {
    transform: scaleX(1);
  }
  .carousel-shelf .slick-list {
    overflow: hidden;
  }
  .carousel-shelf .slick-track {
    display: flex;
  }
  .carousel-shelf .slick-slide {
    height: auto;
  }
  .carousel-shelf .slick-slide > div {
    height: 100%;
  }
  .carousel-shelf--transition-fade .slick-track {
    display: block;
  }
  .carousel-shelf--transition-slide .slick-track {
    display: flex;
  }
  .carousel-shelf__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 16rem;
    gap: calc(var(--spacing) * 2);
    padding: calc(var(--spacing) * 8);
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-md);
    background-color: var(--color-surface-2);
    color: var(--color-body);
    text-align: center;
  }
  .carousel-shelf__placeholder strong {
    color: var(--color-heading);
  }
  .editor-styles-wrapper .carousel-shelf, .editor-styles-wrapper .carousel-shelf * {
    pointer-events: none;
  }
  @media (max-width: 63.999rem) {
    .carousel-shelf--image-feature .carousel-shelf__slide-inner {
      grid-template-columns: 1fr;
    }
    .carousel-shelf--image-feature .carousel-shelf__media, .carousel-shelf--image-feature.carousel-shelf--content-left .carousel-shelf__media, .carousel-shelf--image-feature.carousel-shelf--content-right .carousel-shelf__media {
      grid-column: 1;
      grid-row: 1;
      min-height: 24rem;
    }
    .carousel-shelf--image-feature .carousel-shelf__content, .carousel-shelf--image-feature.carousel-shelf--content-left .carousel-shelf__content, .carousel-shelf--image-feature.carousel-shelf--content-right .carousel-shelf__content {
      grid-column: 1;
      grid-row: 2;
    }
  }
  @media (max-width: 47.999rem) {
    .carousel-shelf {
      --carousel-padding-inline: calc(var(--spacing) * 5);
      --carousel-slide-height: 34rem;
    }
    .carousel-shelf--image-background .carousel-shelf__content {
      justify-content: flex-end;
      width: 100%;
      padding-bottom: calc(var(--spacing) * 12);
    }
    .carousel-shelf--image-background.carousel-shelf--content-left .carousel-shelf__overlay, .carousel-shelf--image-background.carousel-shelf--content-right .carousel-shelf__overlay {
      background: linear-gradient( 0deg, rgb(var(--color-overlay) / 92%) 0%, rgb(var(--color-overlay) / 65%) 42%, rgb(var(--color-overlay) / 0%) 78% );
    }
    .carousel-shelf--image-feature .carousel-shelf__media {
      min-height: 20rem;
    }
    .carousel-shelf--image-feature .carousel-shelf__content {
      padding: calc(var(--spacing) * 8) var(--carousel-padding-inline);
    }
    .carousel-shelf__nav {
      gap: calc(var(--spacing) * 3);
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .split-carousel {
    --split-carousel-min-height: 36rem;
    --split-carousel-fade-speed: 1200ms;
    position: relative;
    overflow: hidden;
  }
  .split-carousel__header {
    padding: calc(var(--spacing) * 8) clamp( calc(var(--spacing) * 5), 5vw, calc(var(--spacing) * 14) );
    text-align: center;
  }
  .split-carousel__title {
    margin: 0;
  }
  .split-carousel__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .split-carousel__panel {
    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: var(--split-carousel-min-height);
    overflow: hidden;
  }
  .split-carousel__panel + .split-carousel__panel {
    border-left: 1px solid rgb(255 255 255 / 45%);
  }
  .split-carousel__images {
    position: absolute;
    z-index: -2;
    inset: 0;
  }
  .split-carousel__image {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity var(--split-carousel-fade-speed) ease;
  }
  .split-carousel__image.is-active {
    opacity: 1;
  }
  .split-carousel__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .split-carousel__gradient {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient( to bottom, rgb(0 0 0 / 55%) 0%, rgb(0 0 0 / 8%) 28%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 12%) 68%, rgb(0 0 0 / 65%) 100% );
    pointer-events: none;
  }
  .split-carousel__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: inherit;
    padding: clamp( calc(var(--spacing) * 6), 5vw, calc(var(--spacing) * 14) );
    color: var(--color-text-light);
    text-align: center;
  }
  .split-carousel__panel-title {
    margin: 0 0 calc(var(--spacing) * 3);
    color: inherit;
  }
  .split-carousel__text {
    margin: 0;
    color: inherit;
  }
  @media (max-width: 47.999rem) {
    .split-carousel__grid {
      grid-template-columns: 1fr;
    }
    .split-carousel__panel {
      min-height: 28rem;
    }
    .split-carousel__panel + .split-carousel__panel {
      border-top: 1px solid rgb(255 255 255 / 45%);
      border-left: 0;
    }
  }
  .sliding-panels {
    --tab-width: 14rem;
    --panel-height: 38rem;
    --transition-speed: 500ms;
    overflow: hidden;
  }
  .sliding-panels__track {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: var(--panel-height);
    overflow: hidden;
  }
  .sliding-panels__tab {
    flex: 0 0 var(--tab-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: var(--tab-width);
    height: 100%;
    min-width: var(--tab-width);
    padding: calc(var(--spacing) * 6);
    border: 0;
    border-right: 1px solid rgb(255 255 255 / 40%);
    background-color: var(--color-primary);
    color: var(--color-text-light);
    cursor: pointer;
  }
  .sliding-panels__tab-heading {
    font-size: var(--text-xl);
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
  }
  .sliding-panels__tab-label {
    font-size: var(--text-base);
    line-height: 1.4;
  }
  .sliding-panels__content {
    flex: 0 0 0;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: flex-grow var(--transition-speed) ease, flex-basis var(--transition-speed) ease, opacity 200ms ease;
  }
  .sliding-panels__content.is-active {
    flex: 1 1 0;
    opacity: 1;
  }
  .sliding-panels__copy {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: clamp( calc(var(--spacing) * 8), 5vw, calc(var(--spacing) * 16) );
    opacity: 0;
    transition: opacity 220ms ease;
  }
  .sliding-panels__content.is-active .sliding-panels__copy {
    opacity: 1;
    transition-delay: 350ms;
  }
  .sliding-panels__tab {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: var(--color-primary);
    color: var(--brand-white);
  }
  .sliding-panels__tab-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: var(--color-primary);
  }
  .sliding-panels__tab-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1) contrast(1.15);
    mix-blend-mode: multiply;
  }
  .sliding-panels__tab-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 4);
    width: 100%;
    height: 100%;
  }
  .sliding-panels__tab-icon {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
  }
  .sliding-panels__tab-heading {
    color: inherit;
    font-size: var(--text-xl);
    font-weight: 500;
  }
  .sliding-panels__tab-label {
    color: inherit;
    font-size: var(--text-base);
  }
  @media (max-width: 47.999rem) {
    .sliding-panels {
      overflow: visible;
    }
    .sliding-panels__track {
      display: block;
      width: 100%;
      height: auto;
      min-height: 0;
      overflow: visible;
    }
    .sliding-panels__tab {
      display: flex;
      flex: none;
      width: 100%;
      min-width: 0;
      height: auto;
      min-height: 6rem;
      padding: calc(var(--spacing) * 5);
      align-items: flex-start;
      justify-content: center;
      border-right: 0;
      border-bottom: 1px solid var(--color-border);
      text-align: left;
    }
    .sliding-panels__content {
      display: block;
      flex: none;
      width: 100%;
      height: auto;
      min-width: 0;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 500ms ease, opacity 250ms ease;
    }
    .sliding-panels__content.is-active {
      width: 100%;
      max-height: 60rem;
      opacity: 1;
    }
    .sliding-panels__copy {
      width: 100%;
      height: auto;
      overflow: visible;
      padding: calc(var(--spacing) * 6) calc(var(--spacing) * 5);
      opacity: 0;
      transition: opacity 250ms ease 200ms;
    }
    .sliding-panels__content.is-active .sliding-panels__copy {
      opacity: 1;
    }
  }
  .site-header {
    --header-background: rgb(20 24 29 / 25%);
    --header-text: var(--brand-white);
    --header-surface: #14181D;
    position: fixed;
    inset-inline: 0;
    top: 0;
    z-index: 40;
    color: var(--header-text);
  }
  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-inline: auto;
    padding: calc(var(--spacing) * 6) calc(var(--spacing) * 8);
    background-color: var(--header-background);
    backdrop-filter: blur(12px);
  }
  .site-header__brand {
    display: block;
  }
  .site-header__logo {
    display: block;
    width: 14rem;
    height: auto;
  }
  .site-header__menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    color: var(--header-text);
    transition: opacity var(--duration-standard) var(--ease-standard);
  }
  .site-header__menu-toggle:hover {
    opacity: 0.7;
  }
  .site-header__menu-icon {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 2);
  }
  .site-header__menu-icon span {
    display: block;
    width: 2.5rem;
    height: 0.25rem;
    background-color: var(--color-primary);
    border-radius: 999px;
    transition: transform var(--duration-standard) var(--ease-standard), opacity var(--duration-standard) var(--ease-standard);
  }
  .site-menu-overlay {
    --menu-background: #14181D;
    --menu-text: var(--brand-white);
    position: fixed;
    inset: 0;
    z-index: 50;
    overflow-y: auto;
    background-color: var(--menu-background);
    color: var(--menu-text);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--duration-standard) var(--ease-standard), visibility 0s linear var(--duration-standard);
  }
  .site-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity var(--duration-standard) var(--ease-standard), visibility 0s linear 0s;
  }
  .site-menu-overlay__inner {
    width: 100%;
    max-width: var(--container-max-width);
    min-height: 100svh;
    margin-inline: auto;
    padding: calc(var(--spacing) * 10) var(--container-padding);
  }
  .site-menu-overlay__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: calc(var(--spacing) * 8);
  }
  .site-menu-overlay__brand {
    flex: 0 0 auto;
  }
  .site-menu-overlay__logo {
    display: block;
    width: auto;
    height: 4rem;
  }
  .site-menu-overlay__navigation {
    flex: 1;
    padding-inline: calc(var(--spacing) * 20);
  }
  .site-menu-overlay__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    color: var(--menu-text);
    transition: opacity var(--duration-standard) var(--ease-standard);
  }
  .site-menu-overlay__close:hover {
    opacity: 0.7;
  }
  .site-menu-overlay__close-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .skip-link {
    position: absolute;
    left: -9999px;
  }
  .skip-link:focus {
    left: calc(var(--spacing) * 4);
    top: calc(var(--spacing) * 4);
    z-index: 100;
    padding: calc(var(--spacing) * 2) calc(var(--spacing) * 4);
    background: var(--brand-white);
    color: var(--brand-black);
  }
  @media (min-width: 64rem) {
    .site-header__logo {
      width: 18rem;
    }
  }
  .site-footer {
    color: var(--color-text-dark);
    background-color: #F4F4F2;
    font-size: var(--text-base);
    background-image: url(../../assets/images/interface/grid-lrg.png);
  }
  .site-footer p {
    font-size: var(--text-base);
  }
  .site-footer__container {
    margin-inline: auto;
    width: 100%;
    max-width: var(--breakpoint-2xl);
    padding-inline: calc(var(--spacing) * 6);
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .site-footer__inner {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
    border-color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, currentcolor 15%, transparent);
    }
    padding-block: calc(var(--spacing) * 12);
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .site-footer__brand {
    padding-bottom: calc(var(--spacing) * 12);
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .site-footer__logo {
    display: inline-block;
  }
  .site-footer__logo img {
    height: auto;
    width: calc(var(--spacing) * 56);
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 64);
    }
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 72);
    }
  }
  .site-footer__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: calc(var(--spacing) * 8);
  }
  .site-footer__grid--primary {
    row-gap: calc(var(--spacing) * 10);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, currentcolor 15%, transparent);
    }
    padding-top: calc(var(--spacing) * 10);
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      row-gap: 0px;
    }
  }
  .site-footer__grid--secondary {
    margin-top: calc(var(--spacing) * 12);
    row-gap: calc(var(--spacing) * 10);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, currentcolor 15%, transparent);
    }
    padding-top: calc(var(--spacing) * 10);
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 16);
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      row-gap: 0px;
    }
  }
  @media (width >= 64rem) {
    .site-footer__grid--primary .site-footer__column {
      grid-column: span 3 / span 3;
    }
    .site-footer__grid--primary .site-footer__column--company {
      grid-column: span 4 / span 4;
    }
    .site-footer__grid--primary .site-footer__column--products {
      grid-column: span 3 / span 3;
    }
    .site-footer__grid--primary .site-footer__column:nth-child(2) {
      grid-column: span 2 / span 2;
    }
    .site-footer__grid--primary .site-footer__column:nth-child(3) {
      grid-column: span 2 / span 2;
    }
    .site-footer__grid--primary .site-footer__column:nth-child(4) {
      grid-column: span 4 / span 4;
    }
    .site-footer__grid--secondary .site-footer__column:nth-child(1) {
      grid-column: span 4 / span 4;
    }
    .site-footer__grid--secondary .site-footer__column:nth-child(2) {
      grid-column: span 2 / span 2;
    }
    .site-footer__grid--secondary .site-footer__column:nth-child(3) {
      grid-column: span 2 / span 2;
    }
    .site-footer__grid--secondary .site-footer__column:nth-child(4) {
      grid-column: span 2 / span 2;
    }
    .site-footer__grid--secondary .site-footer__column:nth-child(5) {
      grid-column: span 2 / span 2;
    }
  }
  .footer-heading {
    margin-bottom: calc(var(--spacing) * 5);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-dark);
  }
  .footer-widget {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .footer-widget p {
    margin: 0px;
  }
  .footer-menu {
    margin: 0px;
    list-style-type: none;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
    padding: 0px;
  }
  .footer-menu a {
    display: inline-block;
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    color: var(--color-text-dark);
  }
  .footer-menu a:hover, .footer-menu a:focus-visible {
    text-decoration-line: underline;
    opacity: 70%;
  }
  @media (width >= 40rem) {
    .footer-menu--products {
      columns: 2;
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .footer-menu--products > li {
    break-inside: avoid;
  }
  .footer-widget > :first-child {
    margin-top: 0px;
  }
  .footer-widget > :last-child {
    margin-bottom: 0px;
  }
  .footer-widget .wp-block-social-links {
    margin: 0px;
    display: flex;
    gap: calc(var(--spacing) * 3);
    padding: 0px;
  }
  .logo--item {
    display: flex;
    align-items: center;
    max-width: 90px;
  }
  .logo--item img {
    width: 100%;
  }
  .prose-content {
    color: var(--color-body);
    line-height: 1.7;
  }
  .prose-content > * + * {
    margin-top: 1.5rem;
  }
  .prose-content > h2 {
    margin-top: 3rem;
  }
  .prose-content > h3 {
    margin-top: 2.5rem;
  }
  .prose-content a {
    color: var(--color-primary);
  }
  .prose-content img {
    border-radius: 0.75rem;
  }
  .shelf__content > .wp-block-columns {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
  .wp-block-quote {
    display: grid;
    grid-template-columns: auto 0.25rem minmax(0, 1fr);
    column-gap: clamp( calc(var(--spacing) * 3), 4vw, calc(var(--spacing) * 6) );
    width: 100%;
    margin-block: calc(var(--spacing) * 12);
    padding: 0;
    border: 0;
  }
  .wp-block-quote::before {
    content: "";
    width: 7.5rem;
    aspect-ratio: 1.4 / 1;
    background-image: url("../../assets/images/icons/i-quote.svg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
  }
  .wp-block-quote::after {
    content: "";
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 0.25rem;
    height: 100%;
    background-color: var(--brand-orbital-orange);
  }
  .wp-block-quote p {
    grid-column: 3;
    margin: 0;
    color: var(--color-heading);
    font-size: clamp( var(--text-2xl), 3.2vw, var(--text-4xl) );
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.025em;
  }
  .wp-block-quote cite {
    grid-column: 3;
    display: block;
    margin-top: calc(var(--spacing) * 6);
    color: var(--color-body);
    font-size: var(--text-base);
    font-style: normal;
    line-height: 1.4;
  }
  @media (max-width: 47.999rem) {
    .wp-block-quote {
      grid-template-columns: auto 0.2rem minmax(0, 1fr);
      column-gap: calc(var(--spacing) * 4);
    }
    .wp-block-quote::before {
      font-size: 4rem;
    }
    .wp-block-quote p {
      font-size: var(--text-xl);
    }
  }
  .accordion {
    --accordion-radius: 0.5rem;
    --accordion-border: var(--shelf-border, var(--color-border));
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 4);
    width: 100%;
  }
  .accordion__item {
    overflow: hidden;
    border: 1px solid var(--accordion-border);
    border-radius: var(--accordion-radius);
    background-color: var(--shelf-card-background, transparent);
  }
  .accordion__heading {
    margin: 0;
  }
  .accordion__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 6);
    width: 100%;
    padding: calc(var(--spacing) * 5) calc(var(--spacing) * 6);
    border: 0;
    background: transparent;
    color: var(--shelf-heading, var(--color-heading));
    font: inherit;
    text-align: left;
    cursor: pointer;
  }
  .accordion__title {
    font-size: var(--text-xl);
    font-weight: 600;
    line-height: 1.25;
  }
  .accordion__icon {
    flex: 0 0 auto;
    width: 0.75rem;
    height: 0.75rem;
    border-right: 0.15rem solid currentColor;
    border-bottom: 0.15rem solid currentColor;
    transform: rotate(45deg);
    transition: transform 250ms ease;
  }
  .accordion__item.is-open .accordion__icon {
    transform: rotate(225deg);
  }
  .accordion__content {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 350ms ease, opacity 250ms ease;
  }
  .accordion__item.is-open .accordion__content {
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .accordion__content-inner {
    min-height: 0;
    overflow: hidden;
    color: var(--shelf-foreground, var(--color-body));
  }
  .accordion__content-inner > * {
    margin-inline: calc(var(--spacing) * 6);
  }
  .accordion__content-inner > :first-child {
    margin-top: 0;
  }
  .accordion__content-inner > :last-child {
    margin-bottom: calc(var(--spacing) * 5);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion__content, .accordion__icon {
      transition: none;
    }
  }
  .vimeo-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #000;
  }
  .vimeo-video__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .vimeo-video--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
    padding: calc(var(--spacing) * 6);
    background-color: var(--color-surface);
    color: var(--color-body);
    text-align: center;
  }
  .vimeo-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .vimeo-video--ratio-4-3 {
    aspect-ratio: 4 / 3;
  }
  .vimeo-video--ratio-1-1 {
    aspect-ratio: 1 / 1;
  }
  .vimeo-video__iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .video-shelf {
    position: relative;
    width: 100%;
    min-height: clamp(32rem, 55vw, 52rem);
    overflow: hidden;
    background: #000;
    color: #fff;
  }
  .video-shelf__media, .video-shelf__shade, .video-shelf__overlay {
    position: absolute;
    inset: 0;
  }
  .video-shelf__media {
    z-index: 1;
  }
  .video-shelf__poster, .video-shelf__player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .video-shelf__poster {
    z-index: 2;
    object-fit: cover;
    transition: opacity 500ms ease;
  }
  .video-shelf__player {
    z-index: 1;
    border: 0;
  }
  .video-shelf__player-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .video-shelf__player {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100%, calc(100vh * 16 / 9));
    height: max(100%, calc(100vw * 9 / 16));
    transform: translate(-50%, -50%);
    border: 0;
  }
  .video-shelf__shade {
    z-index: 3;
    pointer-events: none;
    background: linear-gradient( 90deg, rgb(var(--color-overlay) / 100%) 0%, rgb(var(--color-overlay) / 60%) 50%, rgb(var(--color-overlay) / 0%) 80% );
    transition: opacity 500ms ease;
  }
  .video-shelf__overlay {
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: clamp(3rem, 8vw, 8rem) clamp(1.5rem, 5vw, 6rem);
    text-align: left;
    transition: opacity 500ms ease, visibility 500ms ease;
  }
  .video-shelf__content {
    width: min(100%, 60rem);
  }
  .video-shelf__eyebrow {
    margin: 0 0 calc(var(--spacing) * 3);
    color: inherit;
  }
  .video-shelf__heading {
    margin: 0;
    color: inherit;
    font-size: var(--text-5xl);
  }
  .video-shelf__intro {
    max-width: 55rem;
    margin: calc(var(--spacing) * 5) auto 0;
    font-size: var(--text-xl);
  }
  .video-shelf__intro > :last-child {
    margin-bottom: 0;
  }
  .video-shelf__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: calc(var(--spacing) * 4);
    margin-top: calc(var(--spacing) * 6);
  }
  .video-shelf__play {
    background-color: var(--color-primary);
    padding: calc(var(--spacing) * 3);
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    border-radius: var(--radius-sm);
    border: 0;
    cursor: pointer;
  }
  .video-shelf__play-icon {
    width: 0;
    height: 0;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    border-left: 0.65rem solid currentColor;
  }
  .video-shelf.is-playing .video-shelf__overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .video-shelf.is-playing .video-shelf__shade {
    opacity: 0;
  }
  .video-shelf.is-playing .video-shelf__poster {
    opacity: 0;
    pointer-events: none;
  }
  .video-shelf__pause {
    position: absolute;
    z-index: 5;
    right: calc(var(--spacing) * 6);
    bottom: calc(var(--spacing) * 6);
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--color-primary);
    border-radius: var(--radius-md);
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;
  }
  .video-shelf.is-playing .video-shelf__pause {
    display: flex;
  }
  .video-shelf__pause span {
    display: block;
    width: 0.25rem;
    height: 1rem;
    background: currentColor;
  }
  .video-shelf__pause:hover {
    background: rgba(0,0,0,0.3);
  }
  .hero-light {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-background);
    color: var(--color-body);
  }
  .hero-light__inner {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: clamp(38rem, 64vw, 54rem);
    margin-inline: auto;
  }
  .hero-light__content {
    position: absolute;
    left: 17%;
    bottom: clamp( calc(var(--spacing) * 16), 10vw, calc(var(--spacing) * 40) );
    z-index: 5;
    width: min(36rem, 53vw);
  }
  .hero-light__content .section-header {
    max-width: 34rem;
  }
  .hero-light__content .section-header__heading {
    color: var(--color-heading);
  }
  .hero-light__content .section-header__intro {
    max-width: 30rem;
    color: var(--color-body);
  }
  .hero-light__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: calc(var(--spacing) * 10);
    width: 87%;
    z-index: 1;
    pointer-events: none;
  }
  .hero-light__media-shadow {
    width: 100%;
    height: 100%;
    filter: drop-shadow( 0 calc(var(--spacing) * 3) calc(var(--spacing) * 7) rgb(0 0 0 / 12%) );
  }
  .hero-light__media-mask {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: var(--color-surface);
  }
  .hero-light--mask-rounded .hero-light__media-mask {
    clip-path: none;
    border-radius: 0 0 0 clamp(5rem, 9vw, 9rem);
  }
  .hero-light--mask-angled .hero-light__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: calc(var(--spacing) * 10);
    width: 100%;
  }
  .hero-light--mask-angled .hero-light__media-mask {
    border-radius: 0;
    clip-path: none;
    -webkit-mask-image: url("../images/interface/header-clip-angled.svg");
    mask-image: url("../images/interface/header-clip-angled.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
  .hero-light--mask-angled .hero-light__media-shadow, .hero-light--mask-angled .hero-light__media-mask {
    width: 100%;
    height: 100%;
  }
  .hero-light--mask-angled .hero-light__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-light--mask-complex .hero-light__media {
    top: 0;
    right: 0;
    bottom: 0;
    width: clamp( 34rem, 48vw, 54rem );
    z-index: 1;
  }
  .hero-light--mask-complex .hero-light__media-mask {
    width: 100%;
    height: 100%;
    border-radius: 0;
    clip-path: none;
    -webkit-mask-image: url("../images/interface/header-clip-complex.svg");
    mask-image: url("../images/interface/header-clip-complex.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top right;
    mask-position: top right;
  }
  .hero-light--mask-complex .hero-light__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% center;
  }
  .hero-light--mask-complex .hero-light__content {
    left: clamp( var(--container-padding), 10vw, 12rem );
    width: min(30rem, 53vw);
    bottom: clamp( 6rem, 12vw, 11rem );
  }
  .hero-light__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(55%) contrast(1.12) brightness(0.96);
    transform: scale(1.01);
  }
  .hero-light__video {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .hero-light__video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
  }
  .hero-light__media-mask::before, .hero-light__media-mask::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }
  .hero-light__media-mask::before {
    background: linear-gradient( 90deg, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 78%) 18%, rgb(0 0 0 / 38%) 38%, rgb(0 0 0 / 0%) 64% );
  }
  .hero-light__media-mask::after {
    background: linear-gradient( 180deg, rgb(0 0 0 / 8%) 0%, rgb(0 0 0 / 0%) 45%, rgb(0 0 0 / 20%) 78%, rgb(0 0 0 / 42%) 100% );
  }
  .hero-light__media-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
  }
  .hero-light__content {
    --color-heading: var(--brand-white);
    --color-body: var(--brand-white);
    --color-link: var(--brand-white);
  }
  .hero-light--mask-complex .hero-light__content {
    --color-heading: var(--brand-black);
    --color-body: var(--brand-black);
    --color-link: var(--color-link);
  }
  .hero-light--no-media .hero-light__content {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100%, 40rem);
    --color-heading: var(--color-heading);
    --color-body: var(--color-body);
  }
  @media (max-width: 63.999rem) {
    .hero-light__inner {
      min-height: auto;
      padding-block: calc(var(--spacing) * 12) calc(var(--spacing) * 12);
    }
    .hero-light__media {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      height: auto;
      aspect-ratio: 16 / 10;
      margin-left: calc(var(--container-padding) * 0.5);
    }
    .hero-light__content {
      position: relative;
      left: auto;
      bottom: auto;
      width: min(100%, 36rem);
      margin-top: calc(var(--spacing) * -24);
      padding-inline: calc(var(--spacing) * 6);
      --color-heading: var(--brand-white);
      --color-body: var(--brand-white);
    }
    .hero-light__media-mask::before {
      background: linear-gradient( 0deg, rgb(0 0 0 / 88%) 0%, rgb(0 0 0 / 56%) 30%, rgb(0 0 0 / 0%) 68% );
    }
  }
  @media (max-width: 47.999rem) {
    .hero-light__inner {
      padding-inline: var(--container-padding);
    }
    .hero-light__media {
      margin-left: 0;
      aspect-ratio: 4 / 5;
    }
    .hero-light--mask-rounded .hero-light__media-mask {
      border-radius: 0 0 0 calc(var(--spacing) * 12);
    }
    .hero-light__content {
      width: 100%;
      margin-top: calc(var(--spacing) * -28);
      padding: 0 calc(var(--spacing) * 5) calc(var(--spacing) * 6);
    }
  }
  .image-carousel {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: var(--color-surface);
    border-radius: var(--radius-2xl);
  }
  .image-carousel__slider {
    position: absolute;
    inset: 0;
  }
  .image-carousel__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 800ms ease;
  }
  .image-carousel__slide.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .image-carousel__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .image-carousel__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: calc(var(--spacing) * 8);
    color: var(--color-muted);
    text-align: center;
  }
  .insights-hero {
    position: relative;
    min-height: 48rem;
    overflow: hidden;
    background-color: var(--brand-black);
    color: var(--brand-white);
  }
  .insights-hero__media, .insights-hero__overlay {
    position: absolute;
    inset: 0;
  }
  .insights-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .insights-hero__overlay {
    background: linear-gradient( 0deg, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 48%) 45%, rgb(0 0 0 / 8%) 80% );
  }
  .insights-hero .site-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    min-height: inherit;
    padding-bottom: calc(var(--spacing) * 12);
  }
  .insights-hero__content {
    width: min(100%, 48rem);
  }
  .insights-hero__eyebrow {
    margin: 0 0 calc(var(--spacing) * 3);
    color: var(--brand-white);
    font-size: var(--text-sm);
    text-transform: uppercase;
  }
  .insights-hero__title {
    margin: 0;
    color: var(--brand-white);
    font-size: var(--text-3xl);
  }
  .insights-hero__title a {
    color: inherit;
    text-decoration: none;
  }
  .insights-hero__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: calc(var(--spacing) * 6);
    margin-top: calc(var(--spacing) * 6);
    width: 100%;
  }
  .insights-hero__date {
    color: var(--brand-white);
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }
  .insights-hero__cta {
    flex: 0 0 auto;
  }
  .insights-latest__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: flex-start;
    gap: clamp( calc(var(--spacing) * 8), 6vw, calc(var(--spacing) * 20) );
  }
  .insights-latest__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--spacing) * 6);
  }
  .insights-latest__title {
    max-width: 32rem;
    font-size: var(--text-3xl);
    margin: 0;
    color: var(--color-heading);
  }
  .insights-latest__title a {
    color: inherit;
    text-decoration: none;
  }
  .insights-latest__media {
    display: block;
    overflow: hidden;
    border-radius: var(--radius-lg);
  }
  .insights-latest__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .insights-latest__meta {
    display: flex;
    align-items: stretch;
    gap: calc(var(--spacing) * 2);
    margin-bottom: calc(var(--spacing) * 6);
  }
  .insights-latest__date {
    display: flex;
    width: 4rem;
    height: 4rem;
    padding: calc(var(--spacing) * 2);
    background-color: var(--color-surface-3);
    border-radius: var(--radius-sm);
  }
  .insights-latest__date .insight-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--color-heading);
    font-size: var(--text-sm);
    line-height: 1.05;
  }
  .insights-latest__cta {
    flex: 0 0 auto;
  }
  .insights-list__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp( calc(var(--spacing) * 8), 4vw, calc(var(--spacing) * 12) );
  }
  .insights-refine {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .insights-refine__eyebrow {
    position: relative;
    width: fit-content;
    margin: 0 0 calc(var(--spacing) * 8);
    color: var(--color-muted);
    font-size: var(--text-sm);
    text-transform: uppercase;
  }
  .insights-refine__eyebrow::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2px;
    margin-top: calc(var(--spacing) * 3);
    background-color: var(--color-primary);
  }
  .insights-refine__group + .insights-refine__group {
    margin-top: calc(var(--spacing) * 6);
  }
  .insights-refine__cloud {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 3) calc(var(--spacing) * 5);
  }
  .insights-refine__link {
    color: var(--color-body);
    text-decoration: none;
    transition: color var(--duration-standard) var(--ease-standard);
  }
  .insights-refine__link:hover, .insights-refine__link:focus-visible {
    color: var(--color-primary);
  }
  @media (max-width: 63.999rem) {
    .insights-latest__grid {
      grid-template-columns: 1fr;
    }
    .insights-list__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 47.999rem) {
    .insights-hero {
      min-height: 38rem;
    }
    .insights-list__grid {
      grid-template-columns: 1fr;
    }
  }
  .insight-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
  }
  .insight-card__body {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .insight-card__title {
    margin: 0;
    color: var(--color-heading);
    font-size: var(--text-xl);
    font-weight: 600;
    line-height: 1.08;
    min-height: calc(1em * 1.08 * 3);
  }
  .insight-card__title a {
    color: inherit;
    text-decoration: none;
  }
  .insight-card__title a:hover {
    color: var(--color-primary);
  }
  .insight-card__media {
    position: relative;
    display: block;
    width: 100%;
    height: 18rem;
    overflow: hidden;
    border-radius: var(--radius-md);
  }
  .insight-card__media-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .insight-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .insight-card__media-link:hover .insight-card__image {
    transform: scale(1.03);
  }
  .insight-card__tags {
    position: absolute;
    left: calc(var(--spacing) * 4);
    bottom: calc(var(--spacing) * 4);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
    pointer-events: none;
  }
  .insight-card__tag {
    display: inline-flex;
    padding: calc(var(--spacing) * 1) calc(var(--spacing) * 2);
    border-radius: var(--radius-sm);
    background-color: var(--brand-orbital-orange);
    color: var(--brand-white);
    font-size: var(--text-sm);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .insight-card__footer {
    display: flex;
    align-items: stretch;
    gap: calc(var(--spacing) * 2);
    margin-top: calc(var(--spacing) * 5);
  }
  .insight-card__footer--success-story {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: calc(var(--spacing) * 6);
  }
  .insight-card__excerpt {
    margin: 0;
    color: var(--color-body);
    font-size: var(--text-base);
    font-weight: 400;
    line-height: 1.4;
  }
  .insight-card__date {
    display: flex;
    width: 4rem;
    height: 4rem;
    padding: calc(var(--spacing) * 2);
    border-radius: var(--radius-sm);
    background-color: var(--color-surface-3);
  }
  .insight-card__date .insight-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--color-heading);
    font-size: var(--text-sm);
    line-height: 1.05;
  }
  .insight-card__cta {
    flex: 0 0 auto;
  }
  .insight-card__sectors {
    position: absolute;
    left: calc(var(--spacing) * 4);
    bottom: calc(var(--spacing) * 4);
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--spacing) * 2);
    pointer-events: none;
  }
  .insights-archive {
    background-color: var(--color-background);
    color: var(--color-body);
  }
  .insights-archive__header {
    padding-top: clamp( calc(var(--spacing) * 24), 14vw, calc(var(--spacing) * 36) );
    padding-bottom: calc(var(--spacing) * 10);
  }
  .insights-archive__back {
    display: inline-flex;
    align-items: center;
    margin-bottom: calc(var(--spacing) * 6);
    color: var(--color-body);
    font-size: var(--text-sm);
    text-decoration: none;
    text-transform: uppercase;
    transition: color var(--duration-standard) var(--ease-standard);
  }
  .insights-archive__back::before {
    content: "‹";
    margin-right: calc(var(--spacing) * 2);
  }
  .insights-archive__back:hover, .insights-archive__back:focus-visible {
    color: var(--color-primary);
  }
  .insights-archive__title {
    max-width: 42rem;
    margin: 0;
    color: var(--color-heading);
    font-size: var(--text-3xl);
  }
  .insights-archive__term {
    display: inline-flex;
    margin: calc(var(--spacing) * 4) 0 0;
    padding: calc(var(--spacing) * 1) calc(var(--spacing) * 2);
    border-radius: var(--radius-sm);
    background-color: var(--color-surface-3);
    color: var(--color-body);
    font-size: var(--text-sm);
  }
  .sector-label {
    display: inline-flex;
    padding: calc(var(--spacing) * 1) calc(var(--spacing) * 2);
    border-radius: var(--radius-sm);
    background-color: var(--brand-orbital-orange);
    color: var(--brand-white);
    font-size: var(--text-sm);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .single-insight {
    padding-top: clamp( calc(var(--spacing) * 24), 12vw, calc(var(--spacing) * 36) );
    background-color: var(--color-background);
    color: var(--color-body);
  }
  .single-insight__back {
    display: inline-flex;
    margin-bottom: calc(var(--spacing) * 10);
    color: var(--color-muted);
    font-size: var(--text-sm);
    text-decoration: none;
    text-transform: uppercase;
  }
  .single-insight__back::before {
    content: "‹";
    margin-right: calc(var(--spacing) * 2);
  }
  .single-insight__heading-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: clamp( calc(var(--spacing) * 5), 4vw, calc(var(--spacing) * 10) );
  }
  .single-insight__date {
    width: 4rem;
    height: 4rem;
    padding: calc(var(--spacing) * 2);
    border-radius: var(--radius-sm);
    background-color: var(--color-surface-3);
  }
  .single-insight__date .insight-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: var(--color-heading);
    font-size: var(--text-sm);
    line-height: 1.05;
  }
  .single-insight__title {
    max-width: 56rem;
    margin: 0;
    color: var(--color-heading);
    font-size: var(--text-3xl);
    line-height: 1.08;
  }
  .single-insight__media {
    width: min(100%, 60rem);
    margin: calc(var(--spacing) * 10) auto 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
  }
  .single-insight__image {
    display: block;
    width: 100%;
    height: auto;
  }
  .single-insight__content {
    width: min(100%, 56rem);
    margin: calc(var(--spacing) * 10) auto 0;
  }
  .single-insight__author {
    margin-bottom: calc(var(--spacing) * 6);
    color: var(--color-muted);
  }
  .single-insight__body {
    font-size: var(--text-base);
  }
  .single-insight__body > * + * {
    margin-top: calc(var(--spacing) * 5);
  }
  @media (max-width: 47.999rem) {
    .article-container {
      width: calc( 100% - calc(var(--spacing) * 8) );
    }
    .single-insight__heading-row {
      grid-template-columns: 1fr;
    }
  }
  .insights-shelf__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp( calc(var(--spacing) * 8), 4vw, calc(var(--spacing) * 12) );
    align-items: stretch;
  }
  .insights-shelf__grid > * {
    min-width: 0;
  }
  .insights-shelf__header {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .insights-shelf__grid .insight-card {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 63.999rem) {
    .insights-shelf__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 47.999rem) {
    .insights-shelf__grid {
      grid-template-columns: 1fr;
    }
  }
  .orbit-shelf {
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    aspect-ratio: var(--orbit-shelf-aspect-ratio);
    background: linear-gradient( 180deg, var(--orbit-gradient-top, #10284a) 0%, var(--orbit-gradient-bottom, #071121) 100% );
    color: var(--brand-white);
  }
  .orbit-shelf--height-medium {
    min-height: 32rem;
  }
  .orbit-shelf--height-large {
    min-height: 42rem;
  }
  .orbit-shelf--height-screen {
    min-height: 100svh;
  }
  .orbit-shelf__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
  }
  .orbit-shelf--background-gradient .orbit-shelf__background {
    background: linear-gradient( 180deg, var(--orbit-gradient-top, #10284a) 0%, var(--orbit-gradient-bottom, #071121) 100% );
  }
  .orbit-shelf__background-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .orbit-shelf--background-image .orbit-shelf__background::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgb(0 0 0 / 10%) 0%, rgb(0 0 0 / 32%) 100% );
    pointer-events: none;
  }
  .orbit-shelf .site-container {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  .orbit-shelf__content {
    position: relative;
    z-index: 5;
    width: min(100%, 38rem);
    padding-block: clamp( calc(var(--spacing) * 10), 8vw, calc(var(--spacing) * 20) );
  }
  .orbit-shelf__eyebrow {
    margin: 0 0 calc(var(--spacing) * 2);
    color: var(--color-primary);
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
  }
  .orbit-shelf__heading {
    margin: 0;
    color: var(--brand-white);
    font-size: clamp( var(--text-4xl), 5vw, var(--text-6xl) );
    font-weight: 700;
    line-height: 0.95;
  }
  .orbit-shelf__description {
    width: min(100%, 34rem);
    margin: clamp( calc(var(--spacing) * 8), 5vw, calc(var(--spacing) * 12) ) 0 0;
    color: var(--brand-white);
    font-size: var(--text-lg);
    line-height: 1.45;
  }
  .orbit-shelf__actions {
    margin-top: clamp( calc(var(--spacing) * 8), 5vw, calc(var(--spacing) * 12) );
  }
  .orbit-shelf__graphic {
    position: absolute;
    z-index: 3;
    width: clamp( 9rem, 28vw, 40rem );
    transform: translateY(-50%);
    pointer-events: none;
  }
  .orbit-shelf__graphic-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .orbit-shelf--graphic-x-50 .orbit-shelf__graphic {
    left: 50%;
  }
  .orbit-shelf--graphic-x-65 .orbit-shelf__graphic {
    left: 65%;
  }
  .orbit-shelf--graphic-x-75 .orbit-shelf__graphic {
    left: 75%;
  }
  .orbit-shelf__graphic {
    position: absolute;
    bottom: var(--orbit-graphic-y, 50%);
    transform: translate(-50%, 50%);
    transform-origin: center;
    pointer-events: none;
  }
  .orbit-shelf--graphic-small {
    --orbit-graphic-width: clamp(6rem, 10vw, 12rem);
  }
  .orbit-shelf--graphic-medium {
    --orbit-graphic-width: clamp(8rem, 16vw, 18rem);
  }
  .orbit-shelf--graphic-large {
    --orbit-graphic-width: clamp(12rem, 22vw, 26rem);
  }
  .orbit-shelf--graphic-xlarge {
    --orbit-graphic-width: clamp(16rem, 30vw, 36rem);
  }
  .orbit-shelf__graphic {
    width: var(--orbit-graphic-width);
  }
  .orbit-shelf__background-detail {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
  }
  .orbit-shelf__background-detail-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
  }
  @media (max-width: 47.999rem) {
    .orbit-shelf__background-detail {
      display: none;
    }
  }
  @media (max-width: 63.999rem) {
    .orbit-shelf__background-detail {
      opacity: 0.5;
    }
  }
  .orbit-shelf__orbit-line {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 14rem;
    pointer-events: none;
  }
  .orbit-shelf__orbit-line svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .orbit-shelf__orbit-line path {
    fill: none;
    stroke: rgb(255 255 255 / 42%);
    stroke-width: 1.25;
    vector-effect: non-scaling-stroke;
  }
  .orbit-shelf--orbit-low .orbit-shelf__orbit-line {
    bottom: -3rem;
  }
  .orbit-shelf--orbit-medium .orbit-shelf__orbit-line {
    bottom: 0;
  }
  .orbit-shelf--orbit-high .orbit-shelf__orbit-line {
    bottom: 3rem;
  }
  .orbit-shelf__height-label {
    position: absolute;
    z-index: 3;
    right: clamp( calc(var(--spacing) * 4), 4vw, calc(var(--spacing) * 10) );
    top: 65%;
    transform: translateY(-50%);
    padding: calc(var(--spacing) * 2) calc(var(--spacing) * 3);
    background-color: var(--brand-white);
    color: var(--brand-black);
    font-size: clamp( var(--text-base), 2vw, var(--text-xl) );
    line-height: 1;
    white-space: nowrap;
  }
  .orbit-shelf--background-image {
    background-color: var(--brand-black);
  }
  .orbit-shelf--background-image .orbit-shelf__content {
    text-shadow: 0 1px 2px rgb(0 0 0 / 28%);
  }
  @media (max-width: 63.999rem) {
    .orbit-shelf--height-large, .orbit-shelf--height-screen {
      min-height: 36rem;
    }
    .orbit-shelf__content {
      width: min(100%, 32rem);
    }
    .orbit-shelf__graphic {
      width: clamp( 7rem, 22vw, 16rem );
    }
  }
  @media (max-width: 47.999rem) {
    .orbit-shelf {
      min-height: 38rem;
    }
    .orbit-shelf .site-container {
      align-items: flex-start;
    }
    .orbit-shelf__content {
      width: 100%;
      padding-top: calc(var(--spacing) * 10);
      padding-bottom: calc(var(--spacing) * 18);
    }
    .orbit-shelf__eyebrow {
      font-size: var(--text-base);
    }
    .orbit-shelf__description {
      width: min(100%, 28rem);
      margin-top: calc(var(--spacing) * 6);
      font-size: var(--text-base);
    }
    .orbit-shelf__actions {
      margin-top: calc(var(--spacing) * 7);
    }
    .orbit-shelf__graphic {
      top: auto;
      right: auto;
      bottom: 7rem;
      left: 50%;
      width: clamp( 7rem, 34vw, 12rem );
      transform: translateX(-50%);
    }
    .orbit-shelf__orbit-line {
      bottom: 1rem;
      height: 8rem;
    }
    .orbit-shelf__height-label {
      right: calc(var(--spacing) * 4);
      bottom: calc(var(--spacing) * 5);
      font-size: var(--text-base);
    }
  }
  .product-tile {
    --product-tile-background: #e8e8e8;
    --product-tile-heading: var(--color-text-dark);
    --product-tile-accent: var(--color-primary);
    --product-tile-header-height: 6rem;
    position: relative;
    overflow: hidden;
    background: var(--product-tile-background);
    border-radius: var(--radius-lg);
  }
  .product-tile p {
    color: var(--color-text-dark);
  }
  .product-tile__link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .product-tile__header {
    margin: 0;
    padding: calc(var(--spacing) * 6) calc(var(--spacing) * 6) calc(var(--spacing) * 8);
  }
  .product-tile__title-link {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: var(--color-text-light);
    text-decoration: none;
  }
  .product-tile__title {
    display: flex;
    align-items: center;
    height: var(--product-tile-header-height);
    margin: 0;
    padding: 0 calc(var(--spacing) * 6);
    background: var(--product-tile-accent);
    color: var(--color-text-light);
    font-size: var(--text-4xl);
    font-weight: 600;
    letter-spacing: -0.15rem;
    line-height: 1;
    border-radius: var(--radius-md);
  }
  .product-tile__connector {
    position: relative;
    z-index: 2;
    flex: 0 0 18px;
    width: 18px;
    height: 45px;
    margin-inline: -1px;
    background-image: url("../images/interface/f-connector-h.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 45px;
    pointer-events: none;
  }
  .product-tile__plus {
    position: relative;
    flex: 0 0 var(--product-tile-header-height);
    width: var(--product-tile-header-height);
    aspect-ratio: 1 / 1;
    width: 3.5rem;
    min-height: 3.5rem;
    background: var(--product-tile-accent);
    border-radius: var(--radius-md);
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), background-color var(--duration-standard) var(--ease-standard);
  }
  .product-tile__plus::before, .product-tile__plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
    background: var(--color-text-light);
    transform: translate(-50%, -50%);
  }
  .product-tile__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .product-tile__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 100%;
    min-height: clamp(16rem, 25vw, 24rem);
    padding: calc(var(--spacing) * 8);
    overflow: hidden;
  }
  .product-tile__image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 20rem;
    object-fit: contain;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  @media (hover: hover) {
    .product-tile__link:hover .product-tile__image {
      transform: scale(1.05);
    }
    .product-tile__link:hover .product-tile__plus {
      transform: rotate(180deg);
    }
  }
  .product-tile__link:focus-visible {
    outline: 2px solid var(--product-tile-accent);
    outline-offset: -2px;
  }
  @media (max-width: 47.999rem) {
    .product-tile__title {
      padding: calc(var(--spacing) * 3) calc(var(--spacing) * 4);
      font-size: var(--text-lg);
    }
    .product-tile__plus {
      flex-basis: 3.25rem;
      width: 3.25rem;
      min-height: 3.25rem;
    }
    .product-tile__media {
      min-height: 15rem;
      padding: calc(var(--spacing) * 6);
    }
  }
  .product-tile__body {
    padding: calc(var(--spacing) * 6) calc(var(--spacing) * 6) calc(var(--spacing) * 8);
  }
  .product-tile__content {
    max-width: 48rem;
    color: var(--color-text-dark);
    font-size: var(--text-base);
    line-height: 1.6;
  }
  .product-tile__content h2, .product-tile__content h3, .product-tile__content h4, .product-tile__content h5, .product-tile__content li {
    color: var(--color-text-dark);
  }
  .product-tile__content > :last-child {
    margin-bottom: 0;
  }
  .product-tile hr {
    margin-left: calc(var(--spacing) * 8);
    margin-right: calc(var(--spacing) * 8);
  }
  .product-tile__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--spacing) * 3);
    margin: 0 calc(var(--spacing) * 6) calc(var(--spacing) * 8);
    padding-top: calc(var(--spacing) * 6);
  }
  .product-tile__links .button--secondary, .product-tile__links .button--primary {
    color: var(--color-text-dark);
  }
  .product-tile__media {
    position: relative;
    width: 100%;
    height: clamp(20rem, 35vw, 32rem);
    overflow: hidden;
  }
  .product-tile__viewer {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .policies-table {
    --policies-border: var(--color-border);
    --policies-text: var(--color-primary);
    --policies-accent: var(--color-primary);
    width: 100%;
  }
  .policies-table__list {
    width: 100%;
    border-top: 1px solid var(--policies-border);
  }
  .policies-table__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 6);
    width: 100%;
    padding: calc(var(--spacing) * 5) 0;
    border-bottom: 1px solid var(--policies-border);
    color: var(--policies-text);
    text-decoration: none;
  }
  .policies-table__name {
    font-size: var(--text-xl);
    font-weight: 400;
    line-height: 1.3;
  }
  .policies-table__icon {
    position: relative;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    aspect-ratio: 1 / 1;
    background: var(--policies-accent);
    border-radius: 0.2rem;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .policies-table__icon::before, .policies-table__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 2px;
    background: var(--color-text-light);
    transform: translate(-50%, -50%);
  }
  .policies-table__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  @media (hover: hover) {
    .policies-table__item:hover .policies-table__icon {
      transform: rotate(180deg);
    }
  }
  .policies-table__item:focus-visible {
    outline: 2px solid var(--policies-accent);
    outline-offset: 4px;
  }
  @media (max-width: 47.999rem) {
    .policies-table__item {
      gap: calc(var(--spacing) * 4);
      padding: calc(var(--spacing) * 4) 0;
    }
    .policies-table__name {
      font-size: var(--text-lg);
    }
    .policies-table__icon {
      flex-basis: 2.25rem;
      width: 2.25rem;
    }
  }
  .download {
    --download-plus-small: 2.25rem;
    --download-plus-large: 7.5rem;
    width: 100%;
    color: var(--color-heading);
  }
  .download + .download {
    margin-top: calc(var(--spacing) * 4);
  }
  .download__action {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .download__button--preview {
    display: flex;
    align-items: center;
    color: var(--color-heading);
  }
  .download__plus {
    position: relative;
    display: block;
    flex: 0 0 auto;
    aspect-ratio: 1 / 1;
    background: var(--color-primary);
    border-radius: var(--radius-sm);
  }
  .download__plus::before, .download__plus::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--brand-white);
    transform: translate(-50%, -50%);
  }
  .download__plus::before {
    width: 45%;
    height: 2px;
  }
  .download__plus::after {
    width: 2px;
    height: 45%;
  }
  .download--compact {
    width: auto;
  }
  .download--compact .download__action {
    width: auto;
  }
  .download--compact .download__button {
    gap: calc(var(--spacing) * 4);
    width: auto;
    font-size: var(--text-xl);
  }
  .download--compact .download__plus {
    width: var(--download-plus-small);
  }
  .download--cover {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .download__cover {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .download__cover-link {
    display: block;
    width: 100%;
  }
  .download__cover-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform var(--duration-slow) var(--ease-standard);
  }
  .download__cover-link:hover .download__cover-image {
    transform: scale(1.02);
  }
  .download__cover-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: var(--color-surface-2);
  }
  .download__cover-action {
    width: 100%;
    margin-top: calc(var(--spacing) * 4);
  }
  .download__cover-button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
  }
  .download__cover-button::before {
    order: 2;
  }
  .download--cover .download__action {
    margin-top: calc(var(--spacing) * 5);
  }
  .download--cover .download__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: calc(var(--spacing) * 6);
    width: 100%;
    font-size: var(--text-2xl);
    font-weight: 500;
    line-height: 1.15;
  }
  .download--cover .download__button--preview {
    justify-content: space-between;
  }
  .download--cover .download__plus {
    order: 2;
    width: 4rem;
  }
  .download--cover .download__title {
    order: 1;
  }
  .download--cover {
    --download-cover-max-width: 29rem;
    width: 100%;
    max-width: var(--download-cover-max-width);
  }
  .download--cover-small {
    --download-cover-max-width: 15rem;
  }
  .download--cover-medium {
    --download-cover-max-width: 19rem;
  }
  .download--cover-large {
    --download-cover-max-width: 25rem;
  }
  .download--cover-full {
    --download-cover-max-width: none;
  }
  @media (max-width: 47.999rem) {
    .download {
      --download-plus-large: 5rem;
    }
    .download--featured .download__button {
      gap: calc(var(--spacing) * 4);
      font-size: var(--text-2xl);
    }
    .download--cover .download__button {
      font-size: var(--text-xl);
    }
  }
  .share-price {
    --share-price-gap: clamp(
        calc(var(--spacing) * 6),
        4vw,
        calc(var(--spacing) * 10)
    );
    width: 100%;
    max-width: 50rem;
    color: var(--color-body);
  }
  .share-price__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: calc(var(--spacing) * 6);
    padding-bottom: calc(var(--spacing) * 4);
    border-bottom: 1px solid var(--color-border);
  }
  .share-price__eyebrow, .share-price__ticker {
    margin: 0;
  }
  .share-price__eyebrow {
    color: var(--color-heading);
    font-size: var(--text-sm);
    font-weight: 500;
    text-transform: uppercase;
  }
  .share-price__ticker {
    color: var(--color-muted);
    font-size: var(--text-sm);
  }
  .share-price__quote {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--share-price-gap);
    padding-block: var(--share-price-gap);
  }
  .share-price__price {
    display: flex;
    align-items: baseline;
    gap: calc(var(--spacing) * 2);
    margin: 0;
  }
  .share-price__value {
    color: var(--color-heading);
    font-size: var(--text-5xl);
    font-weight: 500;
    line-height: 0.9;
    letter-spacing: -0.03em;
  }
  .share-price__currency {
    color: var(--color-muted);
    font-size: var(--text-lg);
    font-weight: 500;
  }
  .share-price__movement {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 2);
    color: var(--color-heading);
    font-size: var(--text-lg);
    font-weight: 500;
  }
  .share-price__direction {
    width: 0;
    height: 0;
    border-right: 0.35rem solid transparent;
    border-left: 0.35rem solid transparent;
  }
  .share-price--up .share-price__direction {
    border-right-width: 0.35rem;
    border-bottom: 0.5rem solid var(--color-primary);
    border-left-width: 0.35rem;
  }
  .share-price--down .share-price__direction {
    border-top: 0.5rem solid var(--color-primary);
  }
  .share-price--neutral .share-price__direction {
    display: none;
  }
  .share-price__meta {
    padding-top: calc(var(--spacing) * 4);
    border-top: 1px solid var(--color-border);
  }
  .share-price__updated, .share-price__delay {
    margin: 0;
    color: var(--color-muted);
    font-size: var(--text-sm);
    line-height: 1.4;
  }
  .share-price__delay {
    margin-top: calc(var(--spacing) * 1);
  }
  @media (max-width: 47.999rem) {
    .share-price__quote {
      flex-direction: column;
      align-items: flex-start;
    }
    .share-price__value {
      font-size: var(--text-4xl);
    }
  }
  .success-stories-shelf__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(var(--spacing) * 12) calc(var(--spacing) * 8);
  }
  @media (max-width: 63.999rem) {
    .success-stories-shelf__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 47.999rem) {
    .success-stories-shelf__grid {
      grid-template-columns: 1fr;
    }
  }
  .latest-careers {
    --careers-border: var(--shelf-border, var(--color-border));
  }
  .latest-careers ul {
    display: grid;
    gap: 2rem;
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }
  @media (min-width: 48rem) {
    .latest-careers ul {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 64rem) {
    .latest-careers ul {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      list-style: none;
      margin: 0;
      padding: 0;
    }
  }
  .latest-careers ul li {
    background: var(--color-surface-2);
    color: var(--color-text-dark);
    margin: 0;
    padding: calc(var(--spacing)* 6);
    border: 1px solid var(--careers-border);
  }
  .latest-careers .whr-item ul {
    display: block;
  }
  .latest-careers .whr-item ul li {
    display: block;
    padding: 5px 0;
    border: 0;
  }
  .latest-careers .whr-item h3 a {
    color: var(--color-text-light);
    font-size: var(--text-xl);
    background-color: var(--color-primary);
    display: inline-block;
    padding: 10px 10px;
    border-radius: var(--radius-md);
    border: 0;
  }
  .latest-careers .whr-item .whr-info span {
    display: block;
    font-weight: var(--font-weight-bold);
  }
  .social-links {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
  }
  .social-links__link {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-text-light);
    transition: color var(--duration-standard) ease, transform var(--duration-standard) ease;
  }
  .social-links__link:hover {
    color: var(--brand-orbital-orange);
    transform: translateY(-2px);
  }
  .social-links__link svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.site-menu-overlay .ubermenu-item-level-0 > .ubermenu-target, .site-menu-overlay .ubermenu-item-level-0.ubermenu-active > .ubermenu-target, .site-menu-overlay .ubermenu-item-level-0:hover > .ubermenu-target {
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}
.site-menu-overlay .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
  border-width: 0;
}
.site-menu-overlay .ubermenu .ubermenu-submenu .ubermenu-column-auto {
  min-width: 100px;
  width: 100%;
}
.site-menu-overlay .ubermenu-item-level-0.ubermenu-active > .ubermenu-target, .site-menu-overlay .ubermenu-item-level-0:hover > .ubermenu-target {
  color: var(--color-primary);
}
.site-menu-overlay .ubermenu-item-level-0 > .ubermenu-target:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 4px;
}
.site-menu-overlay .ubermenu-submenu-id-245 {
  padding-top: 0;
}
.site-menu-overlay #menu-item-288 {
  margin: 0;
  padding: 0;
}
.site-menu-overlay #menu-item-288 .ubermenu-content-block {
  padding: 0 1.25rem 2.5rem;
}
.site-menu-overlay #menu-item-288 h2 {
  margin: 0;
  color: var(--color-text-light);
  font-size: clamp(2.25rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1;
}
.site-menu-overlay #menu-item-287 {
  margin-top: 0;
}
.site-menu-overlay .ubermenu-tabs-group, .site-menu-overlay .ubermenu-tab-content-panel, .site-menu-overlay .ubermenu-tabs {
  border-right: 0;
  border-left: 0;
}
.site-menu-overlay .column-title {
  display: block;
  width: 100%;
}
.site-menu-overlay .ubermenu-tab > .ubermenu-target {
  min-height: 3.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  color: var(--color-text-light);
  background: transparent;
  font-size: 1rem;
  font-weight: 400;
  transition: background-color 180ms ease;
}
.site-menu-overlay .ubermenu .ubermenu-item.ubermenu-active > .ubermenu-target, .ubermenu-nojs .ubermenu-item:hover > .ubermenu-target, .site-menu-overlay .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target:hover {
  color: var(--color-white);
  background: rgb(255 255 255 / 9%);
}
.site-menu-overlay .ubermenu-tab > .ubermenu-target .ubermenu-sub-indicator, .site-menu-overlay .ubermenu-tab > .ubermenu-target .ubermenu-sub-indicator-close {
  display: none;
}
.site-menu-overlay .ubermenu-custom-content {
  display: block;
  width: 100%;
}
.site-menu-overlay .ubermenu-custom-content h5 {
  display: block;
  margin: 0 0 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  color: var(--color-primary);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-transform: uppercase;
}
.site-menu-overlay .ubermenu-custom-content-padded {
  padding: 0 1.25rem;
}
.site-menu-overlay .ubermenu-custom-content h2 {
  color: var(--color-text-light);
}
.site-menu-overlay .ubermenu-custom-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-menu-overlay .ubermenu-custom-content li {
  padding: 0.65rem 0;
  color: var(--color-white);
  font-size: 1rem;
  line-height: 1.4;
}
.site-menu-overlay .ubermenu-custom-content p {
  margin: 0 0 1.25rem;
  color: rgb(255 255 255 / 78%);
  font-size: 1rem;
  line-height: 1.55;
}
.site-menu-overlay .ubermenu .ubermenu-target-text {
  color: #ffffff;
}
.site-menu-overlay .ubermenu .ubermenu-tab-layout-left > ul.ubermenu-tabs-group, .site-menu-overlay .ubermenu .ubermenu-tab-content-panel {
  border: 0;
  box-shadow: none;
}
.site-menu-overlay {
  --menu-divider: rgb(255 255 255 / 20%);
}
.site-menu-overlay .ubermenu ul.ubermenu-submenu-id-287 {
  border-right: 1px solid var(--menu-divider) !important;
}
.site-menu-overlay .ubermenu ul.ubermenu-submenu-id-287 > .ubermenu-tab > .ubermenu-tab-content-panel > .ubermenu-tabs, .ubermenu .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack {
  min-height: inherit;
  border-right: 1px solid var(--menu-divider) !important;
}
.site-menu-overlay .ubermenu ul.ubermenu-submenu-id-287 > .ubermenu-tab > .ubermenu-tab-content-panel > .ubermenu-tabs > ul.ubermenu-tabs-group {
  min-height: inherit !important;
  border-right: 1px solid var(--menu-divider) !important;
}
.site-menu-overlay .ubermenu .ubermenu-tab-layout-left > ul.ubermenu-tabs-group {
  border-right: 1px solid var(--menu-divider) !important;
}
.site-menu-overlay .ubermenu .ubermenu-tab-content-panel .ubermenu-item > .ubermenu-target {
  transition: background-color 180ms ease, color 180ms ease;
}
.site-menu-overlay .ubermenu .ubermenu-tab-content-panel .ubermenu-item > .ubermenu-target:hover, .site-menu-overlay .ubermenu .ubermenu-tab-content-panel .ubermenu-item.ubermenu-active > .ubermenu-target, .site-menu-overlay .ubermenu-tab > .ubermenu-target:hover {
  background-color: rgb(255 255 255 / 9%);
  color: var(--color-white);
}
.site-menu-overlay .ubermenu .ubermenu-divider hr {
  border: solid 1px rgba(255,255,255,0.1);
}
.site-menu-overlay .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target.story-title--item {
  font-size: var(--text-sm);
  padding: 10px 20px;
}
.wp-block-buttons.buttons--compact {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 3);
}
.wp-block-buttons.buttons--compact .wp-block-button {
  margin: 0;
}
.wp-block-buttons.buttons--compact .wp-block-button__link, .wp-block-buttons.buttons--compact .wp-element-button {
  gap: calc(var(--spacing) * 3);
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: 1.2;
  color: var(--shelf-link);
}
.wp-block-buttons.buttons--compact .wp-block-button__link::before, .wp-block-buttons.buttons--compact .wp-element-button::before {
  flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  background-size: 1rem 2px, 2px 1rem;
}
.wp-block-buttons.buttons--compact.buttons--two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 3) calc(var(--spacing) * 6);
  width: 100%;
}
.wp-block-buttons.buttons--compact.buttons--two-columns .wp-block-button {
  width: 100%;
}
.wp-block-buttons.buttons--compact.buttons--two-columns .wp-block-button__link, .wp-block-buttons.buttons--compact.buttons--two-columns .wp-element-button {
  width: 100%;
  justify-content: flex-start;
}
@media (max-width: 47.999rem) {
  .wp-block-buttons.buttons--compact.buttons--two-columns {
    grid-template-columns: 1fr;
  }
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  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-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-leading: initial;
      --tw-space-y-reverse: 0;
      --tw-duration: initial;
    }
  }
}
