/* [project]/apps/web/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --font-sans: -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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .resize {
    resize: both;
  }
}

:root {
  --color-ink: #172321;
  --color-muted: #5d6b68;
  --color-line: #d8e0de;
  --color-surface: #fff;
  --color-soft: #f3f7f6;
  --color-brand: #08766a;
  --color-brand-dark: #075c54;
  --color-brand-deep: #12312d;
  --color-service-tint: #e9f1ef;
  --color-accent: #c94738;
  --color-highlight: #e8c94f;
  --color-article-blue: #0879b5;
  --color-article-cyan: #08b8ae;
  --color-article-band: #eaf4fa;
  --container: 1200px;
  --radius: 8px;
  --shadow: 0 12px 30px #17232114;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--color-ink);
  background: var(--color-surface);
  letter-spacing: 0;
  margin: 0;
  font-family: Arial, Microsoft YaHei, PingFang SC, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea {
  font: inherit;
}

button, summary, a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 3px;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: 72px;
}

.section-soft {
  background: var(--color-soft);
}

.section-heading {
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
  display: flex;
}

.section-heading h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
}

.section-heading p {
  max-width: 620px;
  color: var(--color-muted);
  margin: 10px 0 0;
  line-height: 1.75;
}

.eyebrow {
  color: var(--color-brand);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.button {
  background: var(--color-brand);
  color: #fff;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  font-weight: 700;
  transition: background-color .16s, border-color .16s;
  display: inline-flex;
}

.button:hover {
  background: var(--color-brand-dark);
}

.button-secondary {
  border-color: var(--color-line);
  color: var(--color-ink);
  background: #fff;
}

.button-secondary:hover {
  border-color: var(--color-brand);
  background: var(--color-soft);
}

.skip-link {
  z-index: 100;
  background: #fff;
  padding: 8px 12px;
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  --site-header-height: 88px;
  z-index: 50;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff0;
  border-bottom: 1px solid #d8e0ded9;
  position: sticky;
  top: 0;
}

.header-inner {
  width: min(100% - 32px, 1600px);
  min-height: var(--site-header-height);
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  display: flex;
}

.brand {
  white-space: nowrap;
  flex: none;
  align-items: center;
  gap: 10px;
  margin-right: 56px;
  font-size: 18px;
  font-weight: 800;
  display: inline-flex;
}

.brand-mark {
  background: var(--color-brand);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

.brand-logo-image {
  object-fit: contain;
  object-position: left center;
  width: auto;
  max-width: 240px;
  height: auto;
  max-height: 64px;
  display: block;
}

.desktop-nav {
  color: #33413e;
  align-items: center;
  gap: 26px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.desktop-nav a {
  min-height: var(--site-header-height);
  align-items: center;
  transition: color .16s;
  display: flex;
  position: relative;
}

.desktop-nav a:after {
  background: var(--color-brand);
  content: "";
  height: 3px;
  transition: right .18s, left .18s;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
}

.desktop-nav a[aria-current="page"] {
  color: var(--color-brand);
  font-weight: 800;
}

.desktop-nav a[aria-current="page"]:after {
  left: 0;
  right: 0;
}

.desktop-nav a:hover {
  color: var(--color-brand);
}

.mobile-navigation {
  display: none;
}

.mobile-navigation summary {
  cursor: pointer;
  place-items: center;
  width: 44px;
  height: 44px;
  list-style: none;
  display: grid;
}

.mobile-navigation summary::-webkit-details-marker {
  display: none;
}

.mobile-panel {
  top: var(--site-header-height);
  border-block: 1px solid var(--color-line);
  box-shadow: var(--shadow);
  background: #fff;
  gap: 0;
  display: grid;
  position: absolute;
  left: 0;
  right: 0;
}

.mobile-panel a {
  border-bottom: 1px solid var(--color-line);
  min-height: 48px;
  padding: 14px 24px;
  font-weight: 600;
  position: relative;
}

.mobile-panel a[aria-current="page"] {
  background: var(--color-soft);
  color: var(--color-brand);
  font-weight: 800;
}

.mobile-panel a[aria-current="page"]:before {
  background: var(--color-brand);
  content: "";
  width: 3px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
}

.hero {
  color: #fff;
  background: #24312f;
  min-height: 68svh;
  position: relative;
  overflow: hidden;
}

.hero-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .36s;
  position: absolute;
  inset: 0;
}

.hero-slide[data-active="true"] {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.hero-slide[data-overlay="true"]:after {
  content: "";
  background: #122320a8;
  position: absolute;
  inset: 0;
}

.hero-image {
  object-fit: cover;
}

.hero-slide-artwork {
  background: #2469aa;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  /* xhy 2026-09-17 变更：hero 文字在图片上真正居中。
     本元素同时带 .container（margin-inline:auto，宽度 1200px 居中）与自身的
     max-width:760px，结果文字块被压成一条居中的窄栏、块内却仍左对齐——
     在 1440px 屏上左边缘从 120px 偏到 340px，看起来既不贴左也没居中。
     这里显式居中：块内文字 text-align，flex 子项 align-items。 */
  align-items: center;
  max-width: 760px;
  min-height: 68svh;
  padding-block: 88px;
  display: flex;
  position: relative;
  text-align: center;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: 56px;
  line-height: 1.14;
}

.hero p {
  color: #edf5f3;
  max-width: 650px;
  margin: 22px 0 30px;
  font-size: 19px;
  line-height: 1.75;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
  /* xhy 2026-09-17 新增：hero 文字居中后，按钮换行时也要保持居中 */
  justify-content: center;
}

.hero .button-secondary {
  color: #fff;
  background: #ffffff1a;
  border-color: #fff9;
}

.hero-carousel-controls {
  right: max(16px, calc((100% - var(--container)) / 2));
  z-index: 5;
  align-items: center;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 22px;
}

.hero-carousel-dots {
  align-items: center;
  gap: 8px;
  padding: 0 6px;
  display: flex;
}

.hero-carousel-dots button {
  cursor: pointer;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
}

.hero-carousel-dots button[data-active="true"] {
  background: #fff;
}

.metrics-band {
  border-bottom: 1px solid var(--color-line);
  background: #fff;
}

.metrics-grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

.metric {
  border-right: 1px solid var(--color-line);
  padding: 24px;
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  color: var(--color-brand);
  margin-bottom: 4px;
  font-size: 25px;
  display: block;
}

.metric span {
  color: var(--color-muted);
  font-size: 14px;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.card {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color .16s, box-shadow .16s, transform .16s;
  overflow: hidden;
}

.card:hover {
  box-shadow: var(--shadow);
  border-color: #9ab9b4;
  transform: translateY(-2px);
}

.card-media {
  aspect-ratio: 3 / 2;
  background: #dfe8e6;
  position: relative;
  overflow: hidden;
}

.card-media img {
  object-fit: cover;
  transition: transform .24s;
}

.card:hover .card-media img {
  transform: scale(1.025);
}

.card-body {
  padding: 22px;
}

.card-meta {
  color: var(--color-brand);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.card h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.4;
}

.card p {
  color: var(--color-muted);
  margin: 12px 0 18px;
  line-height: 1.7;
}

.text-link {
  min-height: 40px;
  color: var(--color-brand);
  align-items: center;
  gap: 6px;
  font-weight: 700;
  display: inline-flex;
}

.text-link:hover {
  color: var(--color-brand-dark);
}

.service-showcase-section {
  background: #eaf3f9;
  padding-block: 76px 92px;
}

.service-showcase-heading {
  align-items: center;
  gap: 22px;
  margin-bottom: 42px;
  display: flex;
}

.service-showcase-heading h2 {
  flex: none;
  margin: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

.service-showcase-heading > span {
  background: #1882b8;
  width: 76px;
  height: 2px;
}

.service-showcase-layout {
  grid-template-columns: minmax(0, 1fr) 190px;
  min-height: 560px;
  display: grid;
}

.service-showcase-tabs {
  background: #e5eff6;
  border-left: 1px solid #d5e3ed;
  grid-area: 1 / 2;
  grid-auto-rows: minmax(94px, 1fr);
  align-content: start;
  display: grid;
}

.service-showcase-tab {
  color: #435761;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 1px solid #d5e3ed;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 18px 14px 18px 20px;
  transition: background-color .16s, color .16s, box-shadow .16s;
  display: grid;
  position: relative;
}

.service-showcase-tab:hover {
  color: #0876ae;
  background: #ffffff8c;
}

.service-showcase-tab[data-active="true"] {
  color: #0876ae;
  background: #edf6fb;
  box-shadow: inset 0 -3px #1688be;
}

.service-showcase-tab-icon {
  border: 1px solid #a9bdc8;
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  display: grid;
}

.service-showcase-tab[data-active="true"] .service-showcase-tab-icon {
  border-color: #1688be;
}

.service-showcase-tab > span:last-child {
  overflow-wrap: anywhere;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.service-showcase-panel {
  outline-offset: -4px;
  grid-area: 1 / 1;
  grid-template-columns: minmax(270px, 312px) minmax(0, 1fr);
  min-width: 0;
  min-height: 560px;
  display: grid;
}

.service-showcase-copy {
  flex-direction: column;
  min-width: 0;
  padding: 34px 34px 26px 0;
  display: flex;
}

.service-showcase-copy h3 {
  margin: 0 0 24px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.35;
}

.service-showcase-copy > p {
  color: #4f6069;
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}

.service-showcase-detail-link {
  color: #0876ae;
  align-self: flex-start;
  align-items: center;
  gap: 3px;
  min-height: 44px;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
}

.service-showcase-applications {
  margin-top: 26px;
}

.service-showcase-applications ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.service-showcase-applications li {
  color: #36708e;
  background: #d9e9f3;
  border-radius: 18px;
  align-items: center;
  gap: 7px;
  min-width: 0;
  min-height: 34px;
  padding: 3px 12px 3px 4px;
  font-size: 14px;
  line-height: 1.4;
  display: inline-flex;
}

.service-showcase-applications li > span {
  color: #fff;
  background: #1688be;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 26px;
  height: 26px;
  display: grid;
}

.service-showcase-actions {
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
  display: flex;
}

.service-showcase-primary-action, .service-showcase-secondary-action {
  border: 1px solid #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  min-width: 136px;
  min-height: 45px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
}

.service-showcase-primary-action {
  color: #fff;
  background: #08aa9f;
}

.service-showcase-primary-action:hover {
  background: #078c83;
}

.service-showcase-secondary-action {
  color: #1688be;
  background: #fff;
  border-color: #dce9ef;
}

.service-showcase-secondary-action:hover {
  border-color: #1688be;
}

.service-showcase-media {
  background: #0a719f;
  grid-template-rows: minmax(0, 1fr) 78px;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  display: grid;
}

.service-showcase-mosaic {
  background: #082630;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  min-height: 0;
  display: grid;
  overflow: hidden;
}

.service-showcase-mosaic-tile {
  border: 1px solid #ffffffbf;
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.service-showcase-mosaic-tile img {
  object-fit: cover;
}

.service-showcase-mosaic-tile:first-child {
  grid-area: 1 / 1 / auto / 3;
}

.service-showcase-mosaic-tile:nth-child(2) {
  grid-area: 1 / 3;
}

.service-showcase-mosaic-tile:nth-child(3) {
  grid-area: 1 / 4 / 3;
}

.service-showcase-mosaic-tile:nth-child(4) {
  grid-area: 2 / 1;
}

.service-showcase-mosaic-tile:nth-child(5) {
  grid-area: 2 / 2 / auto / 4;
}

.service-showcase-mosaic-tile:nth-child(6) {
  grid-area: 3 / 3 / auto / 5;
}

.service-showcase-mosaic-label {
  color: #fff;
  background: #05a8a4;
  border: 1px solid #ffffffbf;
  flex-direction: column;
  grid-area: 3 / 1 / auto / 3;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
}

.service-showcase-mosaic-label strong {
  font-size: 17px;
}

.service-showcase-mosaic-label span {
  font-size: 13px;
}

.service-showcase-media figcaption {
  color: #fff;
  background: #0879b4;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 14px 34px;
  display: flex;
}

.service-showcase-media figcaption strong {
  font-size: 15px;
}

.service-showcase-media figcaption span {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
}

.case-showcase-section {
  background: #fff;
  padding-block: 66px 62px;
}

.case-showcase-header {
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 40px;
  display: grid;
}

.case-showcase-header h2, .case-showcase-section > .container > h2 {
  color: #0876ae;
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.case-showcase-tabs {
  scrollbar-width: none;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
  padding-top: 4px;
  display: flex;
  overflow-x: auto;
}

.case-showcase-tabs::-webkit-scrollbar {
  display: none;
}

.case-showcase-tab {
  color: #25383f;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d5e3ed;
  border-radius: 24px;
  flex: none;
  min-width: 122px;
  min-height: 46px;
  padding: 9px 20px;
  font-size: 15px;
  transition: border-color .16s, background-color .16s, color .16s;
}

.case-showcase-tab:hover {
  color: #0876ae;
  border-color: #1688be;
}

.case-showcase-tab[data-active="true"] {
  color: #fff;
  background: #0876ae;
  border-color: #0876ae;
}

.case-showcase-content {
  outline-offset: 5px;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  display: grid;
}

.case-showcase-featured {
  background: #eaf3f9;
  grid-template-rows: 335px minmax(0, 1fr);
  min-width: 0;
  min-height: 530px;
  display: grid;
  overflow: hidden;
}

.case-showcase-featured-image {
  background: #dfeaf1;
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.case-showcase-featured-image img {
  object-fit: cover;
  transition: transform .28s;
}

.case-showcase-featured:hover .case-showcase-featured-image img {
  transform: scale(1.025);
}

.case-showcase-featured-copy {
  flex-direction: column;
  min-width: 0;
  padding: 22px 30px 20px;
  display: flex;
}

.case-showcase-featured-copy > span {
  color: #0876ae;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}

.case-showcase-featured-copy h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
}

.case-showcase-featured-copy p {
  color: #5a6870;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 9px 0 12px;
  font-size: 14px;
  line-height: 1.65;
  display: -webkit-box;
  overflow: hidden;
}

.case-showcase-featured-copy strong {
  color: #0876ae;
  align-items: center;
  gap: 3px;
  min-height: 32px;
  margin-top: auto;
  font-size: 14px;
  display: inline-flex;
}

.case-showcase-matrix {
  border-top: 1px solid #dce5ea;
  border-left: 1px solid #dce5ea;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  min-height: 530px;
  display: grid;
}

.case-showcase-tile {
  background: #fff;
  border-bottom: 1px solid #dce5ea;
  border-right: 1px solid #dce5ea;
  grid-template-rows: minmax(0, 1fr) 48px;
  min-width: 0;
  min-height: 0;
  display: grid;
  overflow: hidden;
}

.case-showcase-tile-image {
  background: #f2f7fa;
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.case-showcase-tile-image img {
  object-fit: cover;
  transition: transform .22s;
}

.case-showcase-tile[data-tile-index="1"] img, .case-showcase-tile[data-tile-index="5"] img {
  object-position: 32% center;
}

.case-showcase-tile[data-tile-index="2"] img, .case-showcase-tile[data-tile-index="6"] img {
  object-position: 68% center;
}

.case-showcase-tile[data-tile-index="3"] img, .case-showcase-tile[data-tile-index="7"] img {
  object-position: center 72%;
}

.case-showcase-tile:hover .case-showcase-tile-image img {
  transform: scale(1.045);
}

.case-showcase-tile-label {
  color: #28383e;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-width: 0;
  padding: 9px 12px;
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.product-showcase-section {
  background: #eaf3f9;
  padding-block: 62px;
}

.product-showcase-layout {
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 48px;
  min-height: 600px;
  display: grid;
}

.product-showcase-sidebar {
  flex-direction: column;
  min-width: 0;
  min-height: 600px;
  display: flex;
}

.product-showcase-sidebar h2, .product-showcase-section > .container > h2 {
  color: #0876ae;
  margin: 0 0 36px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.product-showcase-tabs {
  flex-direction: column;
  display: flex;
}

.product-showcase-tab {
  color: #28383e;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 1px solid #d4e1e8;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 104px;
  padding: 18px 0;
  transition: border-color .16s, color .16s;
  display: flex;
}

.product-showcase-tab span {
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 1.55;
}

.product-showcase-tab svg {
  flex: none;
}

.product-showcase-tab:hover {
  color: #0876ae;
}

.product-showcase-tab[data-active="true"] {
  color: #0876ae;
  border-bottom: 2px solid #1688be;
  font-weight: 700;
}

.product-showcase-more {
  color: #0876ae;
  align-self: flex-start;
  align-items: center;
  gap: 4px;
  min-height: 44px;
  margin-top: auto;
  font-weight: 600;
  display: inline-flex;
}

.product-showcase-panel {
  outline-offset: 4px;
  background: #fff;
  min-width: 0;
  min-height: 600px;
  overflow: hidden;
}

.product-showcase-table-scroll {
  max-width: 100%;
  min-height: 600px;
  overflow-x: auto;
}

.product-showcase-table {
  border-collapse: collapse;
  table-layout: fixed;
  color: #27363c;
  width: 100%;
  min-width: 790px;
  font-size: 14px;
}

.product-showcase-table caption {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.product-showcase-table th, .product-showcase-table td {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 58px;
  padding: 10px 16px;
  overflow: hidden;
}

.product-showcase-table th {
  color: #287392;
  background: #dcebf3;
  height: 48px;
  font-size: 14px;
  font-weight: 700;
}

.product-showcase-table th:first-child, .product-showcase-table th:nth-child(2) {
  width: 18%;
}

.product-showcase-table th:nth-child(3) {
  width: 28%;
}

.product-showcase-table th:nth-child(4), .product-showcase-table th:nth-child(5) {
  width: 18%;
}

.product-showcase-table tbody tr:nth-child(odd) {
  background: #f6f8f9;
}

.product-showcase-table tbody tr {
  border-bottom: 1px solid #edf1f3;
}

.product-showcase-table tbody tr:hover {
  background: #eef6fa;
}

.product-showcase-table td a {
  color: #1f3036;
  font-weight: 600;
}

.product-showcase-table td a:hover {
  color: #0876ae;
}

.product-showcase-applications {
  gap: 4px;
  display: inline-flex;
}

.product-showcase-applications small {
  color: #0876ae;
  border: 1px solid #1688be;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1.25;
}

.laboratory-showcase-section {
  background: #fff;
  padding-block: 62px 54px;
}

.laboratory-showcase-section h2 {
  color: #0876ae;
  margin: 0 0 42px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.laboratory-showcase-media {
  aspect-ratio: 1.92;
  background: #071820;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.laboratory-showcase-image {
  object-fit: cover;
  opacity: 0;
  transition: opacity .36s, transform 4.5s linear;
}

.laboratory-showcase-image[data-active="true"] {
  opacity: .82;
}

.laboratory-showcase-media:has(.laboratory-showcase-play[aria-pressed="true"]) .laboratory-showcase-image[data-active="true"] {
  transform: scale(1.035);
}

.laboratory-showcase-media-label {
  z-index: 2;
  color: #fff;
  background: #05181fb8;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: 24px;
  left: 28px;
}

.laboratory-showcase-play {
  z-index: 2;
  color: #0876ae;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 0;
  transition: color .16s, transform .16s;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.laboratory-showcase-play:hover {
  color: #05a8a4;
  transform: translate(-50%, -50%)scale(1.04);
}

.laboratory-showcase-media figcaption {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.laboratory-showcase-tabs {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.laboratory-showcase-tab {
  color: #27383e;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom: 1px solid #d8e2e7;
  grid-template-columns: minmax(0, 1fr) 58px;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 122px;
  padding: 18px 0;
  transition: border-color .16s, color .16s;
  display: grid;
}

.laboratory-showcase-tab + .laboratory-showcase-tab {
  padding-left: 38px;
}

.laboratory-showcase-tab > span:first-child {
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  display: flex;
}

.laboratory-showcase-tab strong {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

.laboratory-showcase-tab small {
  color: #647278;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
}

.laboratory-showcase-tab-status {
  color: #9aabb3;
  opacity: 0;
  border: 1px solid #d3e1e8;
  border-radius: 50%;
  place-items: center;
  width: 50px;
  height: 50px;
  display: grid;
}

.laboratory-showcase-tab:hover {
  color: #0876ae;
}

.laboratory-showcase-tab[data-active="true"] {
  color: #0876ae;
  border-bottom: 2px solid #1688be;
}

.laboratory-showcase-tab[data-active="true"] .laboratory-showcase-tab-status {
  color: #0876ae;
  opacity: 1;
  border-color: #1688be;
}

.home-articles-section {
  background: #fff;
  padding-block: 60px 42px;
  overflow: hidden;
}

.home-articles-header {
  grid-template-columns: minmax(240px, 1fr) auto;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
  display: grid;
}

.home-articles-header h2 {
  color: #0876ae;
  margin: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
}

.home-articles-tabs {
  gap: 18px;
  display: flex;
}

.home-articles-tab {
  color: #657177;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e6ecef;
  border-radius: 999px;
  min-width: 140px;
  min-height: 45px;
  padding: 8px 22px;
  transition: border-color .16s, color .16s, background-color .16s;
}

.home-articles-tab:hover {
  color: #0876ae;
  border-color: #9cc8dc;
}

.home-articles-tab[data-active="true"] {
  color: #fff;
  background: #1688be;
  border-color: #1688be;
}

.home-articles-viewport {
  border-top: 1px solid #e5eaed;
  border-bottom: 1px solid #e5eaed;
  overflow: hidden;
}

.home-articles-track {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
}

.home-article {
  border-left: 1px solid #e5eaed;
  min-width: 0;
}

.home-article:last-child {
  border-right: 1px solid #e5eaed;
}

.home-article-link {
  flex-direction: column;
  min-height: 404px;
  padding: 20px;
  display: flex;
}

.home-article-copy {
  flex-direction: column;
  min-height: 196px;
  display: flex;
}

.home-article-copy h3 {
  color: #273239;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.home-article-copy p {
  color: #7b868b;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
}

.home-article-copy time {
  color: #4e5a60;
  margin-top: auto;
  font-size: 14px;
  line-height: 1.5;
}

.home-article-image {
  aspect-ratio: 1.79;
  background: #eef3f4;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.home-article-image img {
  object-fit: cover;
  transition: transform .28s;
}

.home-article-link:hover .home-article-copy h3 {
  color: #0876ae;
}

.home-article-link:hover .home-article-image img {
  transform: scale(1.035);
}

.home-articles-controls {
  display: none;
}

.home-commitments-section {
  color: #fff;
  background: #0878b8;
  padding-block: 60px 64px;
  overflow: hidden;
}

.home-commitments-header {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 54px;
  margin-bottom: 32px;
  display: flex;
}

.home-commitments-header h2 {
  margin: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
}

.home-commitments-contact {
  color: #0876ae;
  background: #fff;
  border-radius: 999px;
  flex: none;
  align-items: center;
  gap: 8px;
  min-height: 45px;
  padding: 7px 18px;
  display: inline-flex;
}

.home-commitments-contact span {
  font-size: 14px;
}

.home-commitments-contact strong {
  font-size: 18px;
}

.home-commitments-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px) minmax(0, 1fr);
  grid-template-areas: "left media right";
  align-items: center;
  gap: 46px;
  min-height: 590px;
  display: grid;
}

.home-commitments-media {
  aspect-ratio: 1;
  outline-offset: 20px;
  background: #075f9c;
  border: 1px solid #ffffff6b;
  border-radius: 50%;
  outline: 1px solid #ffffff2e;
  grid-area: media;
  width: min(100%, 420px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.home-commitments-media img {
  object-fit: cover;
}

.home-commitments-list {
  gap: 62px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.home-commitments-list-left {
  text-align: right;
  grid-area: left;
}

.home-commitments-list-right {
  grid-area: right;
}

.home-commitments-list li {
  position: relative;
}

.home-commitments-list-left li {
  padding-right: 22px;
}

.home-commitments-list-right li {
  padding-left: 22px;
}

.home-commitments-list li:before {
  content: "";
  background: #e8c94f;
  border: 2px solid #ffffffb8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
}

.home-commitments-list-left li:before {
  right: 0;
}

.home-commitments-list-right li:before {
  left: 0;
}

.home-commitments-list h3 {
  margin: 0 0 9px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
}

.home-commitments-list p {
  color: #ffffffb8;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.case-library-wide {
  width: min(100% - 32px, 1400px);
  margin-inline: auto;
}

.case-library-hero {
  color: #fff;
  background: #075d8b;
  min-height: 535px;
  position: relative;
  overflow: hidden;
}

.case-library-hero-image {
  object-fit: cover;
  object-position: center 54%;
}

.case-library-hero-overlay {
  background: #00598fc7;
  position: absolute;
  inset: 0;
}

.case-library-hero-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 535px;
  padding-block: 72px 64px;
  display: flex;
  position: relative;
}

.case-library-hero h1 {
  margin: 0 0 10px;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
}

.case-library-hero-content > p {
  color: #fffc;
  max-width: 700px;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

.case-library-hero-actions {
  gap: 12px;
  margin-top: 30px;
  display: flex;
}

.case-library-consult-button, .case-library-detail-button {
  border: 1px solid #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-width: 180px;
  min-height: 50px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 800;
  transition: background-color .16s, border-color .16s;
  display: inline-flex;
}

.case-library-consult-button {
  color: #fff;
  background: #08b8ae;
}

.case-library-consult-button:hover {
  background: #079b93;
}

.case-library-detail-button {
  color: #079a91;
  background: #fff;
  border-color: #fff;
}

.case-library-detail-button:hover {
  background: #effaf9;
  border-color: #bfe9e6;
}

.case-library-search {
  border-bottom: 2px solid #ffffffb8;
  align-items: center;
  width: min(670px, 100%);
  min-height: 54px;
  margin-top: 56px;
  display: flex;
}

.case-library-search button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 0;
  flex: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
}

.case-library-search input {
  color: #fff;
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 4px;
  font-size: 17px;
}

.case-library-search input::placeholder {
  color: #ffffffa3;
}

.case-library-search:focus-within {
  border-bottom-color: #fff;
}

.case-library-breadcrumb-band {
  background: #eaf4fa;
  min-height: 68px;
}

.case-library-breadcrumbs {
  color: #263840;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  font-size: 14px;
  display: flex;
}

.case-library-breadcrumbs a {
  align-items: center;
  gap: 9px;
  min-height: 44px;
  display: inline-flex;
}

.case-library-breadcrumbs a:hover {
  color: #0876ae;
}

.case-library-breadcrumbs > svg {
  color: #98a8af;
}

.case-library-filters {
  background: #fff;
  padding-block: 36px 30px;
}

.case-library-filter-row {
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding-block: 10px 18px;
  display: grid;
}

.case-library-filter-row + .case-library-filter-row {
  border-top: 1px solid #edf1f3;
  padding-top: 20px;
}

.case-library-filter-row > strong {
  white-space: nowrap;
  min-height: 44px;
  padding-top: 12px;
  font-size: 15px;
  font-weight: 500;
}

.case-library-filter-options {
  flex-wrap: wrap;
  gap: 10px 28px;
  display: flex;
}

.case-library-filter-link {
  color: #182c34;
  white-space: nowrap;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 8px 0;
  font-size: 15px;
  display: inline-flex;
}

.case-library-filter-link:hover {
  color: #0876ae;
}

.case-library-filter-link[data-active="true"] {
  color: #fff;
  background: #0876ae;
  padding-inline: 17px;
}

.case-library-filter-link span {
  color: #4b89a6;
  background: #edf5f8;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  min-height: 24px;
  padding-inline: 6px;
  font-size: 13px;
  display: inline-flex;
}

.case-library-filter-link[data-active="true"] span {
  color: #fff;
  background: #ffffff2e;
}

.case-library-results {
  background: #eaf4fa;
  padding-block: 30px 54px;
}

.case-library-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  display: grid;
}

.case-library-card {
  background: #fff;
  border: 1px solid #e1e8eb;
  border-radius: 2px;
  min-width: 0;
  transition: border-color .16s, box-shadow .16s, transform .16s;
  overflow: hidden;
}

.case-library-card:hover {
  border-color: #8eb9ca;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px #104d681a;
}

.case-library-card > a {
  display: block;
}

.case-library-card-media {
  aspect-ratio: 1;
  background: #fff;
  border-bottom: 1px solid #edf1f3;
  position: relative;
  overflow: hidden;
}

.case-library-card-media img {
  object-fit: cover;
  transition: transform .22s;
}

.case-library-card:hover .case-library-card-media img {
  transform: scale(1.025);
}

.case-library-card-badge {
  z-index: 1;
  color: #f2dc86;
  background: #3d3f3d;
  border-radius: 0 0 7px;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
}

.case-library-card-body {
  min-height: 94px;
  padding: 16px 18px 14px;
}

.case-library-card-body h2 {
  color: #17272d;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 27px;
  margin: 0 0 11px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.case-library-card-meta {
  color: #839198;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  display: flex;
}

.case-library-card-meta span {
  color: #0876ae;
  border: 1px solid #cfe2ea;
  padding: 2px 6px;
}

.case-library-pagination {
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 54px;
  display: flex;
}

.case-library-pagination a, .case-library-pagination > span {
  color: #24353c;
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 15px;
  display: grid;
}

.case-library-pagination a:hover, .case-library-pagination [data-current="true"] {
  color: #fff;
  background: #0876ae;
}

.case-library-pagination [aria-disabled="true"] {
  color: #9caaaf;
}

.case-library-empty {
  color: #63747b;
  text-align: center;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 330px;
  padding: 40px 20px;
  display: flex;
}

.case-library-empty h2 {
  color: #263a42;
  margin: 16px 0 8px;
  font-size: 24px;
}

.case-library-empty p {
  margin: 0;
  line-height: 1.7;
}

.case-library-empty a {
  color: #fff;
  background: #0876ae;
  align-items: center;
  min-height: 44px;
  margin-top: 20px;
  padding-inline: 20px;
  font-weight: 700;
  display: inline-flex;
}

.article-library-wide {
  width: min(100% - 32px, 1360px);
  margin-inline: auto;
}

.article-library-hero {
  color: #fff;
  background: #075d8b;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.article-library-hero-image {
  object-fit: cover;
  object-position: center 48%;
}

.article-library-hero-overlay {
  background: linear-gradient(90deg, #004c7cd1 0%, #0060948c 46%, #0048752e 100%);
  position: absolute;
  inset: 0;
}

.article-library-hero-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding-block: 60px 48px;
  display: flex;
  position: relative;
}

.article-library-hero h1 {
  margin: 0 0 9px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
}

.article-library-hero-content > p {
  color: #ffffffd1;
  max-width: 610px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.article-library-hero-actions {
  gap: 12px;
  margin-top: 30px;
  display: flex;
}

.article-library-consult-button, .article-library-detail-button {
  border: 1px solid #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-width: 160px;
  min-height: 46px;
  padding: 9px 20px;
  font-size: 15px;
  font-weight: 800;
  transition: background-color .16s, border-color .16s;
  display: inline-flex;
}

.article-library-consult-button {
  background: var(--color-article-cyan);
  color: #fff;
}

.article-library-consult-button:hover {
  background: #079b93;
}

.article-library-detail-button {
  color: #079a91;
  background: #fff;
  border-color: #fff;
}

.article-library-detail-button:hover {
  background: #effaf9;
  border-color: #bfe9e6;
}

.article-library-channel-band {
  background: var(--color-article-band);
  min-height: 62px;
}

.article-library-channel-layout {
  justify-content: space-between;
  align-items: stretch;
  gap: 32px;
  min-height: 62px;
  display: flex;
}

.article-library-breadcrumbs {
  color: #263840;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  font-size: 14px;
  display: flex;
}

.article-library-breadcrumbs a {
  align-items: center;
  gap: 8px;
  min-height: 44px;
  display: inline-flex;
}

.article-library-breadcrumbs a:hover {
  color: var(--color-article-blue);
}

.article-library-breadcrumbs > svg {
  color: #98a8af;
}

.article-library-channels {
  align-items: stretch;
  display: flex;
}

.article-library-channels a {
  color: #25383f;
  white-space: nowrap;
  border-left: 1px solid #b6d0dc8c;
  justify-content: center;
  align-items: center;
  gap: 5px;
  min-width: 126px;
  min-height: 62px;
  padding: 8px 20px;
  font-size: 14px;
  display: inline-flex;
  position: relative;
}

.article-library-channels a:after {
  content: "";
  background: none;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.article-library-channels a:hover, .article-library-channels a[data-active="true"] {
  color: var(--color-article-blue);
  font-weight: 700;
}

.article-library-channels a[data-active="true"]:after {
  background: var(--color-article-blue);
}

.article-library-channels small {
  color: #e94735;
  font-size: 11px;
  font-weight: 800;
}

.article-library-topics {
  background: #fff;
  padding-block: 38px 26px;
}

.article-library-topic-list {
  flex-wrap: wrap;
  gap: 12px 10px;
  display: flex;
}

.article-library-topic-list a {
  color: #26343a;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e7ecef;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 22px;
  font-size: 14px;
  transition: border-color .16s, background-color .16s, color .16s;
  display: inline-flex;
}

.article-library-topic-list a:hover {
  color: var(--color-article-blue);
  border-color: #9bcbe2;
}

.article-library-topic-list a[data-active="true"] {
  border-color: var(--color-article-blue);
  background: var(--color-article-blue);
  color: #fff;
}

.article-library-results {
  background: #fff;
  padding-block: 0 76px;
}

.article-library-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 52px 24px;
  display: grid;
}

.article-library-card {
  background: #fff;
  min-width: 0;
}

.article-library-card > a {
  display: block;
}

.article-library-card-media {
  aspect-ratio: 4 / 3;
  background: #edf2f3;
  position: relative;
  overflow: hidden;
}

.article-library-card-media img {
  object-fit: cover;
  transition: transform .22s;
}

.article-library-card:hover .article-library-card-media img {
  transform: scale(1.025);
}

.article-library-card time {
  color: #8a969b;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.article-library-card h2 {
  color: #1e2e34;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 60px;
  margin: 9px 0 7px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.article-library-card:hover h2 {
  color: var(--color-article-blue);
}

.article-library-card p {
  color: #758187;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 47px;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
}

.article-library-pagination {
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 62px;
  display: flex;
}

.article-library-pagination a, .article-library-pagination > span {
  color: #24353c;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  font-size: 15px;
  display: grid;
}

.article-library-pagination a:hover, .article-library-pagination [data-current="true"] {
  background: var(--color-article-blue);
  color: #fff;
}

.article-library-pagination [aria-disabled="true"] {
  color: #a2adb1;
}

.article-library-empty, .article-library-error {
  color: #66767d;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding: 48px 20px;
  display: flex;
}

.article-library-empty h2, .article-library-error h1 {
  color: #263a42;
  margin: 16px 0 8px;
  font-size: 24px;
}

.article-library-empty p, .article-library-error p {
  margin: 0;
  line-height: 1.7;
}

.article-library-empty a, .article-library-error button {
  background: var(--color-article-blue);
  color: #fff;
  cursor: pointer;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-flex;
}

.page-hero {
  border-bottom: 1px solid var(--color-line);
  background: var(--color-soft);
  padding-block: 68px 52px;
}

.page-hero h1 {
  max-width: 850px;
  margin: 12px 0 14px;
  font-size: 44px;
  line-height: 1.2;
}

.page-hero p {
  max-width: 760px;
  color: var(--color-muted);
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
}

.breadcrumbs {
  color: var(--color-muted);
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  display: flex;
}

.breadcrumbs a:hover {
  color: var(--color-brand);
}

.breadcrumbs > span {
  align-items: center;
  gap: 7px;
  display: inline-flex;
}

.detail-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 56px;
  display: grid;
}

.detail-media {
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  background: #dfe8e6;
  margin-bottom: 34px;
  position: relative;
  overflow: hidden;
}

.detail-media img {
  object-fit: cover;
}

.content-section {
  border-bottom: 1px solid var(--color-line);
  padding-block: 28px;
}

.content-section h2 {
  margin: 0 0 16px;
  font-size: 25px;
}

.content-section p, .content-section li {
  color: #43514e;
  line-height: 1.85;
}

.content-section ul {
  margin: 0;
  padding-left: 20px;
}

.tag-list {
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
  display: flex;
}

.tag-list li {
  background: var(--color-soft);
  color: var(--color-brand-dark);
  border: 1px solid #bad0cc;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.3;
}

.spec-table {
  border-collapse: collapse;
  width: 100%;
}

.spec-table th, .spec-table td {
  border: 1px solid var(--color-line);
  text-align: left;
  vertical-align: top;
  padding: 13px 14px;
}

.spec-table th {
  background: var(--color-soft);
  width: 160px;
  font-weight: 700;
}

.article-body p {
  color: #35433f;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.95;
}

.process-list {
  gap: 16px;
  padding: 0;
  list-style: none;
  display: grid;
}

.process-item {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  display: grid;
}

.process-index {
  background: var(--color-brand);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  font-weight: 800;
  display: grid;
}

.process-item h3 {
  margin: 0 0 4px;
  font-size: 17px;
}

.process-item p {
  margin: 0;
}

.detail-sidebar {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
  padding: 24px;
  position: sticky;
  top: 96px;
}

.detail-sidebar h2 {
  margin: 0 0 14px;
  font-size: 20px;
}

.detail-sidebar p {
  color: var(--color-muted);
  line-height: 1.7;
}

.detail-sidebar .button {
  width: 100%;
}

.faq-list {
  gap: 10px;
  display: grid;
}

.faq-list details {
  border: 1px solid var(--color-line);
  background: #fff;
  border-radius: 6px;
}

.faq-list summary {
  cursor: pointer;
  min-height: 48px;
  padding: 14px 16px;
  font-weight: 700;
}

.faq-list p {
  margin: 0;
  padding: 0 16px 16px;
}

.lead-band {
  background: #edf5f3;
}

.lead-grid {
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  gap: 64px;
  display: grid;
}

.lead-copy h2 {
  margin: 0;
  font-size: 36px;
}

.lead-copy p {
  color: var(--color-muted);
  line-height: 1.75;
}

.lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.lead-form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-field {
  gap: 7px;
  display: grid;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 14px;
  font-weight: 700;
}

.form-field input, .form-field textarea, .search-form input {
  width: 100%;
  min-height: 46px;
  color: var(--color-ink);
  background: #fff;
  border: 1px solid #b8c6c3;
  border-radius: 6px;
  padding: 11px 13px;
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-field {
  color: var(--color-muted);
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.form-message {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 14px;
}

.form-message-error {
  color: #a72d21;
}

.form-message-success {
  color: var(--color-brand-dark);
}

.home-inquiry-section {
  background: #eaf4fa;
  padding-block: 52px;
}

.home-inquiry-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  display: grid;
}

.home-inquiry-layout h2 {
  color: #0876ae;
  margin: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 54px;
}

.lead-form-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr)) 170px;
  gap: 10px;
}

.lead-form-compact .form-field {
  display: block;
}

.lead-form-compact .form-field-full {
  grid-column: auto;
}

.lead-form-compact .form-field label {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.lead-form-compact .form-field input, .lead-form-compact .form-field textarea {
  background: #fff;
  border: 0;
  border-radius: 999px;
  min-height: 54px;
  padding: 15px 26px;
}

.lead-form-compact .form-field textarea {
  resize: none;
  height: 54px;
  overflow: hidden;
}

.lead-form-compact .checkbox-field {
  grid-column: 1 / 4;
  align-items: center;
  margin-left: 16px;
  font-size: 12px;
  line-height: 1.5;
}

.lead-form-compact .checkbox-field input {
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.lead-form-compact .lead-form-submit {
  grid-area: 1 / 4;
}

.lead-form-compact .button {
  background: #0876ae;
  border-radius: 999px;
  justify-content: center;
  width: 100%;
  min-height: 54px;
}

.lead-form-compact .form-message {
  grid-column: 1 / -1;
  margin-left: 16px;
}

.search-form {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 720px;
  display: grid;
}

.search-results {
  gap: 12px;
  margin-top: 32px;
  display: grid;
}

.search-result {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  padding: 20px;
}

.search-result h2 {
  margin: 4px 0 8px;
  font-size: 20px;
}

.search-result p {
  color: var(--color-muted);
  margin: 0;
  line-height: 1.7;
}

.site-footer {
  color: #d7ebf6;
  background: #075c95;
}

.footer-contact-bar {
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  min-height: 132px;
  display: flex;
}

.footer-brand-mark {
  width: 220px;
  height: 72px;
  display: block;
}

.footer-brand-mark img {
  object-fit: contain;
  object-position: left center;
  width: 100%;
  height: 100%;
}

.footer-brand-mark strong {
  color: #fff;
  align-items: center;
  height: 100%;
  font-size: 24px;
  display: flex;
}

.footer-hotline {
  align-items: center;
  gap: 14px;
  display: flex;
}

.footer-hotline-icon {
  color: #fff;
  background: #ffffff17;
  border-radius: 50%;
  place-items: center;
  width: 58px;
  height: 58px;
  display: grid;
}

.footer-hotline > span:last-child {
  gap: 4px;
  display: grid;
}

.footer-hotline strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
}

.footer-hotline small {
  color: #a9cce0;
  font-size: 13px;
}

.footer-main {
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 72px;
  padding-block: 50px 42px;
  display: grid;
}

.footer-company h2, .footer-nav h3 {
  color: #fff;
  margin: 0;
  font-weight: 500;
}

.footer-company h2 {
  margin-bottom: 15px;
  font-size: 21px;
}

.footer-company > p {
  color: #b9d5e4;
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.75;
}

.footer-company address {
  color: #d7ebf6;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  display: grid;
}

.footer-company address a, .footer-company address span {
  align-items: flex-start;
  gap: 9px;
  line-height: 1.6;
  display: flex;
}

.footer-company address svg {
  color: #70c5e8;
  flex: 0 0 16px;
  margin-top: 3px;
}

.footer-resources {
  gap: 40px;
  display: grid;
}

.footer-nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  display: grid;
}

.footer-nav h3 {
  margin-bottom: 16px;
  font-size: 17px;
}

.footer-links {
  color: #b9d5e4;
  gap: 10px;
  font-size: 14px;
  display: grid;
}

.footer-links a:hover {
  color: #fff;
}

.footer-channels {
  grid-template-columns: repeat(3, 118px);
  gap: 18px;
  display: grid;
}

.footer-channels a {
  color: #fff;
  background: #ffffff0f;
  border: 1px solid #fff3;
  border-radius: 6px;
  align-content: center;
  place-items: center;
  gap: 10px;
  min-height: 112px;
  font-size: 13px;
  transition: border-color .16s, background-color .16s;
  display: grid;
}

.footer-channels a:hover {
  background: #ffffff1c;
  border-color: #ffffff7a;
}

.footer-channels svg {
  color: #85d0ed;
}

.footer-bottom {
  color: #9bc2d7;
  border-top: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  font-size: 12px;
  display: flex;
}

.footer-bottom nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  display: flex;
}

.footer-bottom a:hover {
  color: #fff;
}

.empty-state {
  border-radius: var(--radius);
  color: var(--color-muted);
  text-align: center;
  border: 1px dashed #aabbb7;
  padding: 48px 24px;
}

@media (max-width: 1180px) {
  .article-library-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .article-library-channels a {
    min-width: 112px;
    padding-inline: 14px;
  }

  .case-library-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .article-library-channel-layout {
    display: block;
  }

  .article-library-breadcrumbs {
    min-height: 54px;
  }

  .article-library-channels {
    scrollbar-width: none;
    border-top: 1px solid #b6d0dc8c;
    overflow-x: auto;
  }

  .article-library-channels::-webkit-scrollbar {
    display: none;
  }

  .article-library-channels a {
    border-left: 0;
    border-right: 1px solid #b6d0dc8c;
    flex: 1 0 130px;
    min-width: 130px;
  }

  .article-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-library-hero, .case-library-hero-content {
    min-height: 450px;
  }

  .case-library-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-library-filter-options {
    column-gap: 20px;
  }

  .site-header {
    --site-header-height: 80px;
  }

  .brand {
    margin-right: auto;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-navigation {
    margin-left: auto;
    display: block;
  }

  .hero h1 {
    font-size: 44px;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-showcase-layout {
    flex-direction: column;
    min-height: auto;
    display: flex;
  }

  .service-showcase-tabs {
    border-top: 1px solid #d5e3ed;
    border-left: 0;
    border-bottom: 1px solid var(--color-line);
    scrollbar-width: none;
    background: #e5eff6;
    order: 2;
    display: flex;
    overflow-x: auto;
  }

  .service-showcase-tabs::-webkit-scrollbar {
    display: none;
  }

  .service-showcase-tab {
    border-bottom: 0;
    border-right: 1px solid #d5e3ed;
    flex: 1 0 148px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    min-width: 148px;
    min-height: 72px;
    padding: 10px 12px;
  }

  .service-showcase-tab-icon {
    width: 32px;
    height: 32px;
  }

  .service-showcase-tab > span:last-child {
    white-space: nowrap;
    font-size: 15px;
  }

  .service-showcase-panel {
    order: 1;
    grid-template-columns: minmax(280px, .9fr) minmax(340px, 1.1fr);
    min-height: 500px;
  }

  .service-showcase-copy {
    padding: 30px 28px;
  }

  .case-showcase-header {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .case-showcase-tabs {
    justify-content: flex-start;
  }

  .case-showcase-content {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 14px;
  }

  .case-showcase-featured, .case-showcase-matrix {
    min-height: 600px;
  }

  .case-showcase-featured {
    grid-template-rows: 360px minmax(0, 1fr);
  }

  .case-showcase-matrix {
    grid-template-rows: repeat(4, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-showcase-layout {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 28px;
  }

  .product-showcase-tab {
    min-height: 92px;
  }

  .laboratory-showcase-media {
    aspect-ratio: 1.65;
  }

  .laboratory-showcase-tab {
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  .laboratory-showcase-tab + .laboratory-showcase-tab {
    padding-left: 20px;
  }

  .laboratory-showcase-tab strong {
    font-size: 18px;
  }

  .laboratory-showcase-tab-status {
    width: 42px;
    height: 42px;
  }

  .home-articles-tabs {
    gap: 10px;
  }

  .home-articles-tab {
    min-width: 122px;
  }

  .home-articles-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-article:nth-child(odd) {
    border-left: 1px solid #e5eaed;
  }

  .home-article:nth-child(-n+2) {
    border-bottom: 1px solid #e5eaed;
  }

  .home-commitments-layout {
    grid-template-columns: minmax(0, 1fr) 290px minmax(0, 1fr);
    gap: 28px;
    min-height: 500px;
  }

  .home-commitments-media {
    width: 290px;
  }

  .home-commitments-list {
    gap: 36px;
  }

  .home-commitments-list h3 {
    font-size: 18px;
  }

  .home-commitments-list p {
    font-size: 13px;
  }

  .home-inquiry-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric:nth-child(2) {
    border-right: 0;
  }

  .metric:nth-child(-n+2) {
    border-bottom: 1px solid var(--color-line);
  }

  .detail-layout, .lead-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .detail-sidebar {
    position: static;
  }
}

@media (max-width: 620px) {
  .article-library-wide {
    width: min(100% - 32px, 1360px);
  }

  .article-library-hero, .article-library-hero-content {
    min-height: 390px;
  }

  .article-library-hero-image {
    object-position: 64% center;
  }

  .article-library-hero-overlay {
    background: #004c7cad;
  }

  .article-library-hero-content {
    justify-content: flex-end;
    padding-block: 52px 48px;
  }

  .article-library-hero h1 {
    font-size: 30px;
  }

  .article-library-hero-content > p {
    font-size: 14px;
    line-height: 1.7;
  }

  .article-library-hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .article-library-consult-button, .article-library-detail-button {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    padding-inline: 10px;
    font-size: 14px;
  }

  .article-library-topics {
    padding-block: 24px 20px;
  }

  .article-library-topic-list {
    gap: 9px 8px;
  }

  .article-library-topic-list a {
    min-height: 38px;
    padding: 7px 17px;
    font-size: 13px;
  }

  .article-library-results {
    padding-bottom: 52px;
  }

  .article-library-grid {
    grid-template-columns: 1fr;
    row-gap: 42px;
  }

  .article-library-card time {
    margin-top: 16px;
  }

  .article-library-card h2 {
    min-height: auto;
    font-size: 20px;
  }

  .article-library-pagination {
    gap: 7px;
    margin-top: 46px;
  }

  .case-library-wide {
    width: min(100% - 24px, 1400px);
  }

  .case-library-hero, .case-library-hero-content {
    min-height: 360px;
  }

  .case-library-hero-content {
    justify-content: flex-start;
    padding-block: 108px 30px;
  }

  .case-library-hero h1 {
    margin-bottom: 7px;
    font-size: 26px;
  }

  .case-library-hero-content > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .case-library-hero-actions {
    gap: 10px;
    margin-top: 12px;
  }

  .case-library-consult-button, .case-library-detail-button {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    padding-inline: 10px;
    font-size: 14px;
  }

  .case-library-search {
    min-height: 48px;
    margin-top: 22px;
  }

  .case-library-search button {
    width: 38px;
    height: 44px;
  }

  .case-library-search input {
    height: 46px;
    font-size: 15px;
  }

  .case-library-breadcrumb-band, .case-library-breadcrumbs {
    min-height: 54px;
  }

  .case-library-filters {
    padding-block: 20px 18px;
  }

  .case-library-filter-row {
    padding-block: 6px 18px;
    display: block;
  }

  .case-library-filter-row + .case-library-filter-row {
    padding-top: 20px;
  }

  .case-library-filter-row > strong {
    min-height: auto;
    margin-bottom: 8px;
    padding-top: 0;
    display: block;
  }

  .case-library-filter-options {
    gap: 2px 16px;
  }

  .case-library-filter-link {
    min-height: 42px;
    padding-block: 7px;
    font-size: 14px;
  }

  .case-library-filter-link[data-active="true"] {
    padding-inline: 13px;
  }

  .case-library-results {
    padding-block: 20px 42px;
  }

  .case-library-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .case-library-card-body {
    min-height: 92px;
    padding: 16px 18px 14px;
  }

  .case-library-card-body h2 {
    font-size: 19px;
  }

  .case-library-pagination {
    gap: 6px;
    margin-top: 38px;
  }

  .case-library-pagination a, .case-library-pagination > span {
    width: 44px;
    height: 44px;
  }

  .brand-logo-image {
    max-width: 180px;
    max-height: 50px;
  }

  .section {
    padding-block: 52px;
  }

  .service-showcase-section {
    padding-block: 48px 62px;
  }

  .service-showcase-heading {
    gap: 14px;
    margin-bottom: 28px;
  }

  .service-showcase-heading h2 {
    max-width: 290px;
    font-size: 28px;
  }

  .service-showcase-heading > span {
    flex: 1;
    min-width: 30px;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2, .lead-copy h2 {
    font-size: 28px;
  }

  .hero {
    min-height: 66svh;
  }

  .hero-content {
    min-height: 66svh;
    padding-block: 64px;
  }

  .hero-slide-artwork .hero-image {
    object-fit: contain;
    object-position: center !important;
  }

  .hero-carousel-controls {
    bottom: 14px;
    right: 16px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 17px;
  }

  .page-hero h1 {
    font-size: 34px;
  }

  .card-grid, .trust-list, .lead-form {
    grid-template-columns: 1fr;
  }

  .service-showcase-panel {
    flex-direction: column;
    min-height: 0;
    display: flex;
  }

  .service-showcase-media {
    order: 2;
    grid-template-rows: 270px 70px;
    min-height: 0;
  }

  .service-showcase-copy {
    order: 1;
    padding: 24px 0 30px;
  }

  .service-showcase-copy h3 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .service-showcase-copy > p {
    font-size: 14px;
  }

  .service-showcase-applications {
    margin-top: 20px;
  }

  .service-showcase-actions {
    margin-top: 26px;
    padding-top: 0;
  }

  .service-showcase-primary-action, .service-showcase-secondary-action {
    flex: 1;
    min-width: 0;
  }

  .service-showcase-media figcaption {
    padding-inline: 20px;
  }

  .service-showcase-mosaic-label svg {
    width: 22px;
    height: 22px;
  }

  .case-showcase-section {
    padding-block: 46px 52px;
  }

  .case-showcase-header {
    margin-bottom: 20px;
    display: block;
  }

  .case-showcase-header h2, .case-showcase-section > .container > h2 {
    font-size: 30px;
  }

  .case-showcase-tabs {
    margin-top: 16px;
    padding-bottom: 2px;
  }

  .case-showcase-tab {
    min-width: 118px;
    min-height: 44px;
    padding-inline: 16px;
  }

  .case-showcase-content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .case-showcase-featured {
    grid-template-rows: 320px auto;
    min-height: 0;
  }

  .case-showcase-featured-copy {
    min-height: 190px;
    padding: 22px 18px 20px;
  }

  .case-showcase-featured-copy h3 {
    font-size: 20px;
  }

  .case-showcase-matrix {
    grid-template-rows: repeat(4, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 760px;
  }

  .case-showcase-tile {
    grid-template-rows: minmax(0, 1fr) 52px;
  }

  .case-showcase-tile-label {
    -webkit-line-clamp: 2;
    padding: 8px 10px;
  }

  .product-showcase-section {
    padding-block: 46px 52px;
  }

  .product-showcase-layout {
    min-height: 0;
    display: block;
  }

  .product-showcase-sidebar {
    min-height: 0;
  }

  .product-showcase-sidebar h2, .product-showcase-section > .container > h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .product-showcase-tab {
    min-height: 54px;
    padding-block: 11px;
  }

  .product-showcase-tab span {
    font-size: 14px;
  }

  .product-showcase-more {
    margin-top: 10px;
  }

  .product-showcase-panel {
    min-height: 0;
    margin-top: 26px;
  }

  .product-showcase-table-scroll {
    border: 1px solid #fff;
    min-height: 0;
  }

  .product-showcase-table {
    min-width: 820px;
  }

  .product-showcase-table th, .product-showcase-table td {
    height: 48px;
    padding: 8px 14px;
  }

  .product-showcase-table th {
    height: 46px;
  }

  .laboratory-showcase-section {
    padding-block: 46px 42px;
  }

  .laboratory-showcase-section h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .laboratory-showcase-media {
    aspect-ratio: 1.43;
  }

  .laboratory-showcase-media-label {
    padding: 5px 8px;
    font-size: 11px;
    top: 12px;
    left: 12px;
  }

  .laboratory-showcase-play {
    width: 54px;
    height: 54px;
  }

  .laboratory-showcase-tabs {
    grid-template-columns: 1fr;
  }

  .laboratory-showcase-tab, .laboratory-showcase-tab + .laboratory-showcase-tab {
    grid-template-columns: minmax(0, 1fr) 48px;
    min-height: 82px;
    padding: 13px 0;
  }

  .laboratory-showcase-tab strong {
    font-size: 18px;
  }

  .laboratory-showcase-tab small {
    white-space: normal;
  }

  .home-articles-section {
    padding-block: 0 34px;
  }

  .home-articles-section > .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .home-articles-header {
    margin-bottom: 0;
    display: block;
  }

  .home-articles-header h2 {
    clip: rect(0 0 0 0);
    white-space: nowrap;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
  }

  .home-articles-tabs {
    scrollbar-width: none;
    border-bottom: 1px solid #e5eaed;
    gap: 10px;
    padding-block: 7px;
    overflow-x: auto;
  }

  .home-articles-tabs::-webkit-scrollbar {
    display: none;
  }

  .home-articles-tab {
    flex: none;
    min-width: auto;
    min-height: 42px;
    padding: 8px 17px;
  }

  .home-articles-viewport {
    border-top: 0;
  }

  .home-articles-track {
    transform: translateX(calc(var(--article-index) * -100%));
    grid-template-columns: none;
    transition: transform .28s;
    display: flex;
  }

  .home-article, .home-article:nth-child(odd), .home-article:nth-child(-n+2), .home-article:last-child {
    border: 0;
    flex: 0 0 100%;
    min-width: 100%;
  }

  .home-article-link {
    min-height: 0;
    padding: 12px 7px 10px;
  }

  .home-article-copy {
    min-height: 116px;
  }

  .home-article-copy h3 {
    min-height: auto;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.45;
  }

  .home-article-copy p {
    -webkit-line-clamp: 2;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.55;
  }

  .home-article-copy time {
    margin-top: 0;
    font-size: 14px;
  }

  .home-article-image {
    margin-top: 8px;
  }

  .home-articles-controls {
    justify-content: center;
    align-items: center;
    gap: 24px;
    min-height: 80px;
    display: flex;
  }

  .home-articles-arrow {
    color: #59666c;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e5eaed;
    border-radius: 50%;
    flex: 0 0 48px;
    place-items: center;
    width: 48px;
    height: 48px;
    display: grid;
  }

  .home-articles-pagination {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-articles-pagination button {
    cursor: pointer;
    background: none;
    border: 0;
    width: 22px;
    height: 44px;
    padding: 0;
    position: relative;
  }

  .home-articles-pagination button:after {
    content: "";
    background: #e3e8ea;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .home-articles-pagination button[aria-current="true"]:after {
    background: #1688be;
  }

  .home-commitments-section {
    padding-block: 42px 48px;
  }

  .home-commitments-header {
    margin-bottom: 0;
    display: block;
  }

  .home-commitments-header h2 {
    font-size: 29px;
    line-height: 1.35;
  }

  .home-commitments-contact {
    min-height: 42px;
    margin-top: 12px;
    padding: 6px 14px;
  }

  .home-commitments-contact strong {
    font-size: 16px;
  }

  .home-commitments-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "media"
                         "left"
                         "right";
    gap: 0;
    min-height: 0;
    display: grid;
  }

  .home-commitments-media {
    outline-offset: 14px;
    width: min(78vw, 286px);
    margin-block: 44px 58px;
  }

  .home-commitments-list, .home-commitments-list-left, .home-commitments-list-right {
    text-align: left;
    gap: 30px;
  }

  .home-commitments-list-right {
    margin-top: 30px;
  }

  .home-commitments-list-left li, .home-commitments-list-right li {
    padding-left: 24px;
    padding-right: 0;
  }

  .home-commitments-list-left li:before, .home-commitments-list-right li:before {
    left: 0;
    right: auto;
  }

  .home-commitments-list h3 {
    margin-bottom: 6px;
    font-size: 19px;
  }

  .home-commitments-list p {
    font-size: 14px;
    line-height: 1.65;
  }

  .home-inquiry-section {
    padding-block: 28px 34px;
  }

  .home-inquiry-layout {
    gap: 12px;
  }

  .home-inquiry-layout h2 {
    font-size: 29px;
    line-height: 1.4;
  }

  .lead-form-compact {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lead-form-compact .form-field-full, .lead-form-compact .checkbox-field, .lead-form-compact .lead-form-submit, .lead-form-compact .form-message {
    grid-area: auto;
  }

  .lead-form-compact .form-field input, .lead-form-compact .form-field textarea {
    padding-inline: 18px;
  }

  .lead-form-compact .checkbox-field, .lead-form-compact .form-message {
    margin-left: 0;
  }

  .footer-contact-bar {
    gap: 14px;
    min-height: 108px;
  }

  .footer-brand-mark {
    width: 145px;
    height: 54px;
  }

  .footer-hotline {
    gap: 8px;
  }

  .footer-hotline-icon {
    width: 44px;
    height: 44px;
  }

  .footer-hotline-icon svg {
    width: 21px;
    height: 21px;
  }

  .footer-hotline strong {
    font-size: 19px;
  }

  .footer-hotline small {
    max-width: 150px;
    font-size: 10px;
  }

  .footer-main {
    gap: 30px;
    padding-block: 34px 30px;
  }

  .footer-company h2 {
    font-size: 20px;
  }

  .footer-company > p {
    margin-bottom: 18px;
  }

  .footer-resources {
    gap: 30px;
  }

  .footer-nav {
    display: block;
  }

  .footer-nav-group {
    display: inline;
  }

  .footer-nav h3 {
    clip: rect(0 0 0 0);
    white-space: nowrap;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-right: 15px;
    line-height: 1.8;
    display: inline-flex;
  }

  .footer-channels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .footer-channels a {
    min-height: 104px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    padding-block: 22px 28px;
  }

  .footer-bottom nav {
    justify-content: center;
  }

  .form-field-full, .checkbox-field, .form-message {
    grid-column: auto;
  }

  .search-form {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-library-consult-button, .article-library-detail-button, .article-library-topic-list a, .article-library-card-media img, .case-library-consult-button, .case-library-detail-button, .case-library-card, .case-library-card-media img, .hero-slide, .service-showcase-tab, .case-showcase-featured-image img, .case-showcase-tile-image img, .product-showcase-tab, .laboratory-showcase-image, .laboratory-showcase-play, .laboratory-showcase-tab, .home-articles-tab, .home-articles-track, .home-article-image img {
    transition: none;
  }
}

.error-page {
  text-align: center;
  place-items: center;
  min-height: 62vh;
  padding: 64px 0;
  display: grid;
}

.error-code {
  color: var(--color-brand);
  font-size: 15px;
  font-weight: 800;
}

.error-page h1 {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 42px;
}

.error-page p {
  color: var(--color-muted);
  max-width: 520px;
  margin: 14px auto 24px;
}

.journal-wide, .journal-detail-wide {
  width: min(100% - 40px, 1400px);
  margin-inline: auto;
}

.journal-hero {
  color: #fff;
  background: #06182a;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.journal-hero-image {
  object-fit: cover;
  object-position: center 52%;
}

.journal-hero-shade {
  background: linear-gradient(90deg, #031b31e8 0%, #053451bf 48%, #05365347 100%);
  position: absolute;
  inset: 0;
}

.journal-hero-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding-block: 70px 62px;
  display: flex;
  position: relative;
}

.journal-hero h1 {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
}

.journal-hero-content > p {
  color: #ffffffd1;
  max-width: 690px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.journal-hero-actions {
  gap: 12px;
  margin-top: 30px;
  display: flex;
}

.journal-consult-button, .journal-detail-button {
  border: 1px solid #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-width: 160px;
  min-height: 46px;
  padding: 9px 20px;
  font-size: 15px;
  font-weight: 800;
  transition: background-color .16s, border-color .16s;
  display: inline-flex;
}

.journal-consult-button {
  background: var(--color-article-cyan);
  color: #fff;
}

.journal-consult-button:hover {
  background: #079b93;
}

.journal-detail-button {
  color: #078d86;
  background: #fff;
  border-color: #fff;
}

.journal-detail-button:hover {
  background: #effaf9;
  border-color: #bfe9e6;
}

.journal-breadcrumb-band {
  background: #eaf4fa;
  min-height: 62px;
}

.journal-breadcrumbs {
  color: #263840;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  font-size: 14px;
  display: flex;
}

.journal-breadcrumbs a {
  align-items: center;
  gap: 8px;
  min-height: 44px;
  display: inline-flex;
}

.journal-breadcrumbs a:hover {
  color: var(--color-article-blue);
}

.journal-breadcrumbs > svg {
  color: #98a8af;
}

.journal-results-section {
  background: #fff;
  padding-block: 30px 72px;
  scroll-margin-top: 88px;
}

.journal-search-form {
  grid-template-columns: minmax(300px, 1fr) 240px 240px 140px;
  gap: 12px;
  display: grid;
}

.journal-search-form input, .journal-search-form select, .journal-search-form button {
  color: #263a42;
  background: #fff;
  border: 1px solid #d8e2e6;
  border-radius: 0;
  width: 100%;
  min-width: 0;
  height: 44px;
  font-size: 14px;
}

.journal-search-form input, .journal-search-form select {
  padding-inline: 14px;
}

.journal-search-form input:focus, .journal-search-form select:focus {
  outline-offset: 0;
  border-color: #4a9fc5;
  outline: 2px solid #0879b529;
}

.journal-search-form button {
  color: #fff;
  cursor: pointer;
  background: #079f97;
  border-color: #078d86;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
}

.journal-search-form button:hover {
  background: #078d86;
}

.journal-result-meta {
  color: #7a898f;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  font-size: 13px;
  display: flex;
}

.journal-table-scroll, .journal-detail-table-scroll {
  scrollbar-color: #9ebbc8 #edf3f5;
  border: 1px solid #dde7eb;
  width: 100%;
  overflow-x: auto;
}

.journal-table-scroll:focus-visible, .journal-detail-table-scroll:focus-visible {
  outline: 3px solid var(--color-highlight);
  outline-offset: 3px;
}

.journal-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 960px;
}

.journal-table th, .journal-table td {
  color: #25373e;
  text-align: center;
  vertical-align: middle;
  border: 0;
  height: 58px;
  padding: 11px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.journal-table th {
  color: #28617a;
  background: #e5f2f7;
  height: 48px;
  font-weight: 800;
}

.journal-table tbody tr:nth-child(2n) {
  background: #f7f9fa;
}

.journal-table tbody tr:hover {
  background: #eef8fa;
}

.journal-table th:first-child, .journal-table td:first-child {
  width: 150px;
}

.journal-table th:nth-child(2), .journal-table td:nth-child(2) {
  text-align: left;
  width: 38%;
}

.journal-table th:nth-child(3), .journal-table td:nth-child(3), .journal-table th:nth-child(4), .journal-table td:nth-child(4) {
  width: 110px;
}

.journal-table th:nth-child(5), .journal-table td:nth-child(5) {
  width: 130px;
}

.journal-table th:nth-child(6), .journal-table td:nth-child(6) {
  width: 140px;
}

.journal-table th:last-child, .journal-table td:last-child {
  width: 100px;
}

.journal-table td:nth-child(2) a {
  min-width: 0;
  display: block;
}

.journal-table td:nth-child(2) strong, .journal-table td:nth-child(2) span {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.journal-table td:nth-child(2) strong {
  color: #1c3038;
  font-size: 15px;
  font-weight: 600;
}

.journal-table td:nth-child(2) span {
  color: #8a979c;
  margin-top: 2px;
  font-size: 12px;
}

.journal-table td:nth-child(2) a:hover strong {
  color: var(--color-article-blue);
}

.journal-pagination {
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 48px;
  display: flex;
}

.journal-pagination a, .journal-pagination > span {
  color: #273941;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
}

.journal-pagination a:hover, .journal-pagination [data-current="true"] {
  background: var(--color-article-blue);
  color: #fff;
}

.journal-pagination [aria-disabled="true"] {
  color: #a2adb1;
}

.journal-empty, .journal-error {
  color: #66767d;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding: 48px 20px;
  display: flex;
}

.journal-empty h2, .journal-error h1 {
  color: #263a42;
  margin: 16px 0 8px;
  font-size: 24px;
}

.journal-empty p, .journal-error p {
  margin: 0;
  line-height: 1.7;
}

.journal-empty a, .journal-error button {
  background: var(--color-article-blue);
  color: #fff;
  cursor: pointer;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-flex;
}

.journal-support-section {
  background: #edf6f9;
  padding-block: 72px 0;
}

.journal-support-heading {
  justify-content: space-between;
  align-items: end;
  gap: 36px;
  margin-bottom: 32px;
  display: flex;
}

.journal-support-heading h2 {
  color: #1c3440;
  margin: 0;
  font-size: 32px;
}

.journal-support-heading p {
  color: #61727a;
  max-width: 650px;
  margin: 0;
  line-height: 1.75;
}

.journal-support-grid {
  border-top: 1px solid #cbdde4;
  border-bottom: 1px solid #cbdde4;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.journal-support-grid article {
  border-right: 1px solid #cbdde4;
  min-height: 190px;
  padding: 34px 36px;
}

.journal-support-grid article:last-child {
  border-right: 0;
}

.journal-support-grid svg {
  color: #078d86;
}

.journal-support-grid h3 {
  color: #213940;
  margin: 18px 0 8px;
  font-size: 19px;
}

.journal-support-grid p {
  color: #66777e;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.journal-inquiry-layout {
  color: #fff;
  background: #08719f;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: 42px;
  margin-top: 64px;
  padding: 36px 40px;
  display: grid;
}

.journal-inquiry-layout > div:first-child {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.journal-inquiry-layout > div:first-child > span {
  color: #a9e5de;
  font-size: 13px;
  font-weight: 800;
}

.journal-inquiry-layout h2 {
  margin: 9px 0 0;
  font-size: 28px;
  line-height: 1.4;
}

.journal-inquiry-layout .lead-form-compact .form-field label, .journal-inquiry-layout .lead-form-compact .checkbox-field, .journal-inquiry-layout .form-message-success {
  color: #fff;
}

.journal-inquiry-layout .lead-form-compact .button {
  background: #09b8ad;
}

.journal-detail-breadcrumb-band {
  background: #fff;
  border-bottom: 1px solid #dbe6ea;
  min-height: 62px;
}

.journal-detail-breadcrumbs {
  color: #607078;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  font-size: 14px;
  display: flex;
  overflow: hidden;
}

.journal-detail-breadcrumbs a {
  align-items: center;
  gap: 7px;
  min-height: 44px;
  display: inline-flex;
}

.journal-detail-breadcrumbs > span:last-child {
  color: #263941;
  text-overflow: ellipsis;
  overflow: hidden;
}

.journal-detail-hero {
  background: #e9f4f8;
  padding-block: 64px;
}

.journal-detail-hero-layout {
  grid-template-columns: minmax(300px, 1fr) minmax(590px, .94fr);
  align-items: center;
  gap: 60px;
  display: grid;
}

.journal-detail-title > span {
  color: #0876ae;
  font-size: 13px;
  font-weight: 800;
}

.journal-detail-title h1 {
  color: #19313c;
  overflow-wrap: anywhere;
  margin: 12px 0 14px;
  font-size: 42px;
  line-height: 1.2;
}

.journal-detail-title p {
  color: #687980;
  margin: 0;
  line-height: 1.7;
}

.journal-detail-metrics {
  background: #fff;
  border: 1px solid #c9dce4;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  display: grid;
}

.journal-detail-metrics > div {
  text-align: center;
  border-right: 1px solid #d8e4e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 128px;
  padding: 18px 12px;
  display: flex;
}

.journal-detail-metrics > div:last-child {
  border-right: 0;
}

.journal-detail-metrics dt {
  color: #75858c;
  font-size: 13px;
}

.journal-detail-metrics dd {
  color: #263b44;
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 800;
}

.journal-detail-metrics .journal-detail-if dd {
  color: #0876ae;
  font-size: 34px;
}

.journal-detail-section {
  background: #fff;
  padding-block: 64px 80px;
}

.journal-detail-layout {
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 30px;
  display: grid;
}

.journal-detail-layout > article {
  min-width: 0;
}

.journal-detail-layout article > h2 {
  color: #213842;
  margin: 0 0 24px;
  font-size: 28px;
}

.journal-detail-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 760px;
}

.journal-detail-table > tbody > tr > th, .journal-detail-table > tbody > tr > td {
  color: #52646b;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dde7eb;
  padding: 18px 22px;
  line-height: 1.7;
}

.journal-detail-table > tbody > tr:last-child > th, .journal-detail-table > tbody > tr:last-child > td {
  border-bottom: 0;
}

.journal-detail-table > tbody > tr > th {
  color: #263f49;
  background: #eef6f9;
  width: 210px;
  font-weight: 800;
}

.journal-detail-table a {
  color: #0876ae;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  font-weight: 700;
  display: inline-flex;
}

.journal-subcategory-table {
  border-collapse: collapse;
  width: 100%;
}

.journal-subcategory-table th, .journal-subcategory-table td {
  text-align: left;
  border: 1px solid #dce6ea;
  padding: 10px 12px;
}

.journal-subcategory-table th {
  color: #41545c;
  background: #f3f7f8;
}

.journal-detail-aside {
  background: #edf6f9;
  border-top: 4px solid #0876ae;
  padding: 26px;
  position: sticky;
  top: 108px;
}

.journal-detail-aside h2 {
  margin: 0 0 16px;
  font-size: 21px;
}

.journal-detail-aside p {
  color: #61727a;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.75;
}

.journal-detail-aside .button {
  width: 100%;
  margin-top: 10px;
}

.journal-detail-back {
  color: #0876ae;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

@media (max-width: 1100px) {
  .journal-search-form {
    grid-template-columns: minmax(260px, 1fr) repeat(2, 190px) 120px;
  }

  .journal-detail-hero-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 900px) {
  .journal-hero, .journal-hero-content {
    min-height: 440px;
  }

  .journal-search-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-search-form input, .journal-search-form button {
    grid-column: 1 / -1;
  }

  .journal-support-grid {
    grid-template-columns: 1fr;
  }

  .journal-support-grid article {
    border-bottom: 1px solid #cbdde4;
    border-right: 0;
    min-height: 0;
  }

  .journal-support-grid article:last-child {
    border-bottom: 0;
  }

  .journal-inquiry-layout, .journal-detail-layout {
    grid-template-columns: 1fr;
  }

  .journal-detail-aside {
    position: static;
  }
}

@media (max-width: 620px) {
  .journal-wide, .journal-detail-wide {
    width: min(100% - 24px, 1400px);
  }

  .journal-hero, .journal-hero-content {
    min-height: 390px;
  }

  .journal-hero-image {
    object-position: 62% center;
  }

  .journal-hero-shade {
    background: #04253eb8;
  }

  .journal-hero-content {
    justify-content: flex-end;
    padding-block: 48px;
  }

  .journal-hero h1 {
    font-size: 32px;
  }

  .journal-hero-content > p {
    font-size: 14px;
    line-height: 1.7;
  }

  .journal-hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .journal-consult-button, .journal-detail-button {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    padding-inline: 10px;
    font-size: 14px;
  }

  .journal-breadcrumb-band, .journal-breadcrumbs {
    min-height: 54px;
  }

  .journal-results-section {
    padding-block: 20px 52px;
  }

  .journal-search-form {
    gap: 8px;
  }

  .journal-search-form input, .journal-search-form select, .journal-search-form button {
    height: 46px;
  }

  .journal-result-meta {
    min-height: 0;
    padding-block: 14px;
    display: block;
  }

  .journal-result-meta span {
    line-height: 1.7;
    display: block;
  }

  .journal-table {
    min-width: 900px;
  }

  .journal-table th, .journal-table td {
    height: 54px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .journal-pagination {
    margin-top: 38px;
  }

  .journal-support-section {
    padding-top: 52px;
  }

  .journal-support-heading {
    display: block;
  }

  .journal-support-heading h2 {
    font-size: 28px;
  }

  .journal-support-heading p {
    margin-top: 12px;
    font-size: 14px;
  }

  .journal-support-grid article {
    padding: 26px 20px;
  }

  .journal-inquiry-layout {
    gap: 22px;
    margin-top: 42px;
    padding: 28px 18px;
  }

  .journal-inquiry-layout h2 {
    font-size: 24px;
  }

  .journal-detail-breadcrumbs {
    font-size: 13px;
  }

  .journal-detail-hero {
    padding-block: 44px;
  }

  .journal-detail-title h1 {
    font-size: 32px;
  }

  .journal-detail-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-detail-metrics > div {
    border-bottom: 1px solid #d8e4e8;
    min-height: 104px;
  }

  .journal-detail-metrics > div:nth-child(2) {
    border-right: 0;
  }

  .journal-detail-metrics > div:nth-child(n+3) {
    border-bottom: 0;
  }

  .journal-detail-section {
    padding-block: 46px 58px;
  }

  .journal-detail-layout article > h2 {
    font-size: 25px;
  }

  .journal-detail-table {
    min-width: 700px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journal-consult-button, .journal-detail-button, .journal-search-form button {
    transition: none;
  }
}

.service-page-hero {
  color: #fff;
  background: #173b4a;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}

.service-page-hero-image {
  object-fit: cover;
  object-position: center 52%;
}

.service-page-hero-shade {
  background: #08243194;
  position: absolute;
  inset: 0;
}

.service-page-hero .container, .service-breadcrumb-band .container, .service-catalog-section > .container {
  width: min(100% - 40px, 1400px);
}

.service-page-hero-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 520px;
  padding-block: 70px;
  display: flex;
  position: relative;
}

.service-page-hero-kicker {
  color: #a9dfd7;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 800;
}

.service-page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: 50px;
  line-height: 1.16;
}

.service-page-hero p {
  color: #ffffffe0;
  max-width: 700px;
  margin: 18px 0 30px;
  font-size: 18px;
  line-height: 1.8;
}

.service-page-hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.service-page-hero-actions .button {
  min-width: 150px;
}

.service-page-hero-actions .button-secondary {
  color: #173b4a;
  background: #fff;
  border-color: #ffffffa8;
}

.service-page-hero-actions .button-secondary:hover {
  background: #edf8f6;
  border-color: #fff;
}

.service-breadcrumb-band {
  background: #fff;
  border-bottom: 1px solid #dbe5e9;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.service-catalog-section {
  background: #edf5f9;
  padding-block: 50px 74px;
  scroll-margin-top: 100px;
}

.service-catalog-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  display: grid;
}

.service-directory {
  background: #fff;
  border: 1px solid #d4e2e9;
  border-radius: 4px;
  position: sticky;
  top: 108px;
  overflow: hidden;
}

.service-directory-title {
  color: #fff;
  background: #0876ae;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 18px;
  display: flex;
}

.service-directory-title h2 {
  margin: 0;
  font-size: 18px;
}

.service-directory-groups {
  background: #fff;
}

.service-directory-group {
  border-bottom: 1px solid #e1e8eb;
}

.service-directory-group:last-child {
  border-bottom: 0;
}

.service-directory-group summary {
  color: #263b43;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 16px;
  list-style: none;
  display: flex;
}

.service-directory-group summary::-webkit-details-marker {
  display: none;
}

.service-mobile-directory > summary::-webkit-details-marker {
  display: none;
}

.service-directory-group summary[data-active="true"] {
  color: #076897;
  background: #dceef7;
  font-weight: 800;
}

.service-directory-group summary > a {
  flex: 1;
  align-items: center;
  min-height: 28px;
  display: flex;
}

.service-directory-group summary svg {
  flex: none;
  transition: transform .16s;
}

.service-directory-group[open] summary svg {
  transform: rotate(180deg);
}

.service-directory-group ul {
  gap: 0;
  margin: 0;
  padding: 6px 16px 12px;
  list-style: none;
  display: grid;
}

.service-directory-group li a {
  color: #4a5d64;
  align-items: center;
  min-height: 39px;
  padding: 7px 8px 7px 19px;
  font-size: 14px;
  line-height: 1.45;
  display: flex;
  position: relative;
}

.service-directory-group li a:before {
  content: "";
  background: #4ba1c9;
  width: 9px;
  height: 1px;
  position: absolute;
  left: 2px;
}

.service-directory-group li a:hover {
  color: #0876ae;
}

.service-directory-group li a[aria-current="page"] {
  color: #0876ae;
  background: #edf7fa;
  font-weight: 800;
}

.service-directory-group li a[aria-current="page"]:before {
  background: #0876ae;
  width: 13px;
  height: 2px;
}

.service-mobile-directory {
  display: none;
}

.service-catalog-main {
  background: #fff;
  border: 1px solid #d4e2e9;
  min-width: 0;
  overflow: clip;
}

.service-category-overview {
  background: #fff;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  min-height: 500px;
  display: grid;
}

.service-category-mosaic {
  background: #dce8eb;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
  min-height: 500px;
  margin: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.service-category-mosaic-item {
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.service-category-mosaic-item:first-child {
  grid-area: 1 / 1 / 3 / 3;
}

.service-category-mosaic-item:nth-child(2) {
  grid-column: 3 / 5;
}

.service-category-mosaic-item:nth-child(3) {
  grid-area: 2 / 3;
}

.service-category-mosaic-item:nth-child(4) {
  grid-area: 2 / 4 / 4;
}

.service-category-mosaic-item:nth-child(5) {
  grid-area: 3 / 1 / auto / 4;
}

.service-category-mosaic-item img {
  object-fit: cover;
}

.service-category-mosaic-label {
  color: #fff;
  text-align: center;
  background: #08766af0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 122px;
  min-height: 34%;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 25%;
}

.service-category-mosaic-label span {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 800;
}

.service-category-mosaic-label small {
  color: #ffffffc2;
  margin-top: 3px;
  font-size: 12px;
}

.service-category-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 44px;
  display: flex;
}

.service-category-copy > span, .service-content-heading > div > span, .service-inquiry-copy > span {
  color: #0876ae;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.service-category-copy h2 {
  border-bottom: 1px solid #dbe4e7;
  margin: 10px 0 20px;
  padding-bottom: 18px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.service-category-copy > p {
  color: #52636a;
  margin: 0;
  line-height: 1.85;
}

.service-detail-overview-media {
  background: #dce8eb;
  min-width: 0;
  min-height: 500px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.service-detail-overview-media img {
  object-fit: cover;
}

.service-detail-facts {
  border-top: 1px solid #dbe4e7;
  gap: 0;
  margin: 24px 0 0;
  display: grid;
}

.service-detail-facts > div {
  border-bottom: 1px solid #e2e9eb;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  padding-block: 12px;
  display: grid;
}

.service-detail-facts dt {
  color: #29424a;
  font-size: 13px;
  font-weight: 800;
}

.service-detail-facts dd {
  color: #65767c;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.service-detail-tags {
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.service-detail-tags li {
  color: #0872a5;
  background: #eef7fa;
  border: 1px solid #bad6e1;
  padding: 5px 10px;
  font-size: 12px;
}

.service-category-links {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  display: flex;
}

.service-category-links a {
  color: #0872a5;
  background: #eff7fa;
  border: 1px solid #b7d5e3;
  border-radius: 4px;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

.service-category-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  display: flex;
}

.service-category-actions .button {
  min-width: 142px;
}

.service-section-navigation {
  z-index: 12;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffffff5;
  border-top: 1px solid #dce5e8;
  border-bottom: 1px solid #dce5e8;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  display: grid;
  position: sticky;
  top: 88px;
}

.service-section-navigation a {
  color: #334950;
  border-right: 1px solid #e2e8ea;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.service-section-navigation a:last-child {
  border-right: 0;
}

.service-section-navigation a:hover {
  color: #0876ae;
  background: #edf7fa;
}

.service-section-navigation a[data-active="true"] {
  color: #0876ae;
  font-weight: 800;
}

.service-section-navigation a[data-active="true"]:after {
  content: "";
  background: #0876ae;
  width: 32px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.service-content-block {
  background: #fff;
  border-bottom: 1px solid #dce5e8;
  padding: 46px 32px 50px;
  scroll-margin-top: 160px;
}

.service-content-heading {
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
  display: flex;
}

.service-content-heading h2 {
  margin: 6px 0 0;
  font-size: 28px;
  font-weight: 500;
}

.service-content-heading > a {
  color: #0876ae;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}

.service-case-track {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  display: grid;
}

.service-case-card {
  background: #fff;
  border: 1px solid #dce5e8;
  border-radius: 4px;
  min-width: 0;
  transition: border-color .16s, transform .16s;
  overflow: hidden;
}

.service-case-card:hover {
  border-color: #83b8cc;
  transform: translateY(-2px);
}

.service-case-media {
  aspect-ratio: 16 / 10;
  background: #dfe9ec;
  position: relative;
  overflow: hidden;
}

.service-case-media img, .service-article-media img {
  object-fit: cover;
  transition: transform .22s;
}

.service-case-card:hover img, .service-article-item:hover img {
  transform: scale(1.03);
}

.service-case-copy {
  padding: 18px 18px 20px;
}

.service-case-copy > span {
  color: #0876ae;
  font-size: 12px;
  font-weight: 800;
}

.service-case-copy h3 {
  margin: 8px 0 10px;
  font-size: 18px;
  line-height: 1.45;
}

.service-case-copy p {
  color: #66757a;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
}

.service-experiment-list {
  border-top: 1px solid #dce5e8;
}

.service-experiment-item {
  border-bottom: 1px solid #dce5e8;
  grid-template-columns: minmax(210px, .7fr) minmax(0, 1.3fr);
  gap: 36px;
  padding-block: 26px;
  display: grid;
}

.service-experiment-title > span {
  color: #0876ae;
  font-size: 12px;
  font-weight: 800;
}

.service-experiment-title h3 {
  margin: 8px 0 14px;
  font-size: 20px;
  line-height: 1.45;
}

.service-experiment-title a {
  color: #0876ae;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

.service-experiment-summary > p {
  color: #52636a;
  margin: 0 0 18px;
  line-height: 1.8;
}

.service-experiment-summary dl {
  gap: 10px;
  margin: 0;
  display: grid;
}

.service-experiment-summary dl > div {
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  display: grid;
}

.service-experiment-summary dt {
  color: #253e46;
  font-size: 14px;
  font-weight: 800;
}

.service-experiment-summary dd {
  color: #6a797e;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.service-detail-experiment-grid {
  border-top: 1px solid #dce5e8;
  border-left: 1px solid #dce5e8;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.service-detail-experiment-grid > section {
  border-bottom: 1px solid #dce5e8;
  border-right: 1px solid #dce5e8;
  min-width: 0;
  padding: 25px 28px 28px;
}

.service-detail-experiment-grid h3 {
  color: #173d47;
  margin: 0 0 15px;
  font-size: 19px;
}

.service-detail-experiment-grid ul {
  color: #5d6f75;
  gap: 8px;
  margin: 0;
  padding-left: 19px;
  font-size: 14px;
  line-height: 1.7;
  display: grid;
}

.service-detail-experiment-grid .service-detail-process, .service-detail-experiment-grid .service-detail-faq {
  grid-column: 1 / -1;
}

.service-detail-process .process-list {
  margin-top: 0;
}

.service-detail-process .process-item h4 {
  color: #243b42;
  margin: 0;
  font-size: 16px;
}

.service-detail-process .process-item p {
  color: #68777c;
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.service-article-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  display: grid;
}

.service-article-item {
  min-width: 0;
}

.service-article-media {
  aspect-ratio: 4 / 3;
  background: #dfe9ec;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.service-article-item time {
  color: #7b8b90;
  font-size: 12px;
}

.service-article-item h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 8px 0 10px;
  font-size: 17px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
}

.service-article-item p {
  color: #66757a;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
}

.service-consultation-section {
  border-bottom: 0;
}

.service-consultation-section .service-content-heading small {
  color: #7a8a90;
  font-size: 12px;
}

.service-consultation-table-wrap {
  border: 1px solid #d8e3e7;
  overflow-x: auto;
}

.service-consultation-table-wrap table {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
  min-width: 720px;
}

.service-consultation-table-wrap th, .service-consultation-table-wrap td {
  color: #4c5f66;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e1e8eb;
  padding: 15px 18px;
  font-size: 14px;
  line-height: 1.65;
}

.service-consultation-table-wrap th {
  color: #263e47;
  background: #eef6f9;
  font-weight: 800;
}

.service-consultation-table-wrap th:first-child, .service-consultation-table-wrap td:first-child {
  width: 160px;
}

.service-consultation-table-wrap th:last-child, .service-consultation-table-wrap td:last-child {
  white-space: nowrap;
  width: 180px;
}

.service-consultation-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 1180px) {
  .service-category-overview {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .85fr);
  }

  .service-category-copy {
    padding: 34px;
  }

  .service-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .service-page-hero, .service-page-hero-content {
    min-height: 440px;
  }

  .service-page-hero h1 {
    font-size: 42px;
  }

  .service-catalog-section {
    padding-top: 28px;
  }

  .service-mobile-directory {
    background: #fff;
    border: 1px solid #c9dce5;
    border-radius: 4px;
    margin-bottom: 16px;
    display: block;
    overflow: hidden;
  }

  .service-mobile-directory > summary {
    color: #fff;
    cursor: pointer;
    background: #0876ae;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 13px 16px;
    font-weight: 800;
    list-style: none;
    display: flex;
  }

  .service-mobile-directory > summary span {
    align-items: center;
    gap: 9px;
    display: flex;
  }

  .service-mobile-directory > summary > svg {
    transition: transform .16s;
  }

  .service-mobile-directory[open] > summary > svg {
    transform: rotate(180deg);
  }

  .service-directory {
    display: none;
  }

  .service-catalog-layout {
    display: block;
  }

  .service-category-overview {
    flex-direction: column;
    min-height: 0;
    display: flex;
  }

  .service-detail-overview-media, .service-category-mosaic {
    min-height: 440px;
  }

  .service-category-copy {
    padding: 38px;
  }

  .service-section-navigation {
    top: 80px;
  }
}

@media (max-width: 620px) {
  .service-page-hero .container, .service-breadcrumb-band .container, .service-catalog-section > .container {
    width: min(100% - 24px, 1400px);
  }

  .service-page-hero, .service-page-hero-content {
    min-height: 390px;
  }

  .service-page-hero-content {
    padding-block: 48px;
  }

  .service-page-hero h1 {
    font-size: 34px;
  }

  .service-page-hero p {
    margin-block: 14px 24px;
    font-size: 15px;
    line-height: 1.7;
  }

  .service-page-hero-actions {
    width: 100%;
  }

  .service-page-hero-actions .button {
    flex: 1;
    min-width: 0;
    padding-inline: 12px;
  }

  .service-breadcrumb-band {
    min-height: 54px;
  }

  .service-catalog-section {
    padding-block: 20px 46px;
  }

  .service-catalog-main {
    border-left: 0;
    border-right: 0;
  }

  .service-category-mosaic, .service-detail-overview-media {
    min-height: 330px;
  }

  .service-category-mosaic-label {
    width: 34%;
    min-width: 108px;
    min-height: 38%;
    padding: 12px;
    right: 0;
  }

  .service-category-mosaic-label span {
    font-size: 15px;
  }

  .service-category-copy {
    padding: 28px 20px 32px;
  }

  .service-category-copy h2 {
    margin-bottom: 16px;
    padding-bottom: 14px;
    font-size: 28px;
  }

  .service-category-copy > p {
    font-size: 14px;
  }

  .service-category-actions {
    width: 100%;
  }

  .service-category-actions .button {
    flex: 140px;
    min-width: 0;
    padding-inline: 12px;
  }

  .service-section-navigation {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    overflow: visible;
  }

  .service-section-navigation a {
    min-width: 0;
    padding-inline: 4px;
    font-size: 14px;
  }

  .service-content-block {
    padding: 34px 18px 38px;
  }

  .service-content-heading {
    align-items: center;
    margin-bottom: 20px;
  }

  .service-content-heading h2 {
    font-size: 25px;
  }

  .service-content-heading > a {
    font-size: 13px;
  }

  .service-case-track {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 12px;
    margin-inline: -18px;
    padding-inline: 18px;
    display: flex;
    overflow-x: auto;
  }

  .service-case-track::-webkit-scrollbar {
    display: none;
  }

  .service-case-card {
    scroll-snap-align: start;
    flex: 0 0 84vw;
    width: 84vw;
  }

  .service-article-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-experiment-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-detail-experiment-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-experiment-grid .service-detail-process, .service-detail-experiment-grid .service-detail-faq {
    grid-column: auto;
  }

  .service-detail-experiment-grid > section {
    padding: 22px 18px 24px;
  }

  .service-article-item {
    border-bottom: 1px solid #dce5e8;
    padding-bottom: 26px;
  }

  .service-article-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .service-article-media {
    aspect-ratio: 16 / 10;
  }

  .service-consultation-section .service-content-heading {
    align-items: flex-end;
  }

  .service-consultation-section .service-content-heading small {
    text-align: right;
    max-width: 128px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-directory-group summary svg, .service-mobile-directory > summary > svg, .service-case-card, .service-case-media img, .service-article-media img {
    transition: none;
  }
}

.about-wide {
  width: min(100% - 40px, 1540px);
  margin-inline: auto;
}

.about-hero {
  color: #fff;
  background: #075f91;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.about-hero-image {
  object-fit: cover;
  object-position: center;
}

.about-hero-shade {
  background: #0327406b;
  position: absolute;
  inset: 0;
}

.about-hero-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 420px;
  padding-block: 62px;
  display: flex;
  position: relative;
}

.about-hero-content > span {
  color: #8bd9d1;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
}

.about-hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
}

.about-hero p {
  color: #ffffffd6;
  max-width: 720px;
  margin: 16px 0 26px;
  font-size: 17px;
  line-height: 1.8;
}

.about-hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}

.about-primary-action, .about-secondary-action {
  border: 1px solid #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-width: 160px;
  min-height: 48px;
  padding: 10px 22px;
  font-weight: 800;
  transition: background-color .16s, color .16s, border-color .16s;
  display: inline-flex;
}

.about-primary-action {
  color: #fff;
  background: #08aaa0;
}

.about-primary-action:hover {
  background: #078d85;
}

.about-secondary-action {
  color: #078077;
  background: #fff;
  border-color: #fff;
}

.about-secondary-action:hover {
  background: #edf8f6;
}

.about-breadcrumb-band {
  background: #eaf3f9;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.about-breadcrumb-band .breadcrumbs {
  color: #354850;
  margin: 0;
}

.about-profile-section {
  background: #fff;
  padding-block: 60px;
  scroll-margin-top: 100px;
}

.about-profile-layout {
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 440px) minmax(250px, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
  min-height: 620px;
  display: grid;
}

.about-profile-copy h2, .about-timeline-section h2, .about-credentials-summary h2, .about-advantages-section h2, .about-equipment-section h2, .about-partners-section h2 {
  color: #0876ae;
  margin: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
}

.about-profile-copy > span {
  color: #0876ae;
  border-top: 1px solid #9bc8dc;
  margin-top: 74px;
  padding-top: 26px;
  font-size: 27px;
  line-height: 1.4;
  display: block;
}

.about-profile-copy p {
  color: #26363b;
  margin: 30px 0 0;
  font-size: 15px;
  line-height: 1.95;
}

.about-profile-media {
  aspect-ratio: 1;
  background: #d7e8ef;
  border: 2px solid #0a79b0;
  border-radius: 50%;
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 13px #fff, 0 0 0 15px #9bc8dc;
}

.about-profile-media img {
  object-fit: cover;
}

.about-profile-media figcaption {
  color: #fff;
  background: #0876aee6;
  padding: 7px 14px;
  font-size: 13px;
  position: absolute;
  bottom: 26px;
  right: 34px;
}

.about-profile-metrics, .about-credentials-summary ul, .about-advantages-grid, .about-partner-metrics, .about-partner-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-profile-metrics li {
  border-bottom: 1px solid #d7e6ed;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 114px;
  display: grid;
  position: relative;
}

.about-profile-metrics li:last-child {
  border-bottom: 0;
}

.about-profile-metrics li:after {
  content: "";
  background: #0876ae;
  width: 0;
  height: 2px;
  transition: width .22s;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.about-profile-metrics li:hover:after {
  width: 100%;
}

.about-profile-metrics li > span {
  color: #0876ae;
  place-items: center;
  width: 44px;
  height: 44px;
  display: grid;
}

.about-profile-metrics strong {
  color: #0876ae;
  font-size: 30px;
  line-height: 1.1;
  display: block;
}

.about-profile-metrics p {
  color: #53666e;
  margin: 8px 0 0;
  font-size: 14px;
}

.about-timeline-section {
  color: #fff;
  background: #0667a5;
  padding-block: 60px 0;
  overflow: hidden;
}

.about-timeline-section h2 {
  color: #fff;
}

.about-timeline-panel {
  grid-template-columns: minmax(360px, .9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
  min-height: 430px;
  padding: 34px 92px 28px;
  display: grid;
  position: relative;
}

.about-timeline-media {
  aspect-ratio: 1;
  border: 2px solid #ffffffc2;
  border-radius: 50%;
  width: min(100%, 440px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 12px #ffffff14;
}

.about-timeline-media img {
  object-fit: cover;
}

.about-timeline-copy {
  max-width: 620px;
}

.about-timeline-copy > strong {
  font-family: Arial, sans-serif;
  font-size: 80px;
  line-height: 1;
  display: block;
}

.about-timeline-copy h3 {
  margin: 18px 0 10px;
  font-size: 24px;
  font-weight: 600;
}

.about-timeline-copy p {
  color: #ffffffd6;
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
}

.about-carousel-button, .about-equipment-controls button {
  color: #0876ae;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  transition: background-color .16s, color .16s;
  display: grid;
}

.about-carousel-button:hover, .about-equipment-controls button:hover {
  color: #fff;
  background: #08aaa0;
}

.about-carousel-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-carousel-button-prev {
  left: 0;
}

.about-carousel-button-next {
  right: 0;
}

.about-year-tabs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 10px;
  display: grid;
  position: relative;
}

.about-year-tabs:before {
  content: "";
  background: #ffffff47;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
}

.about-year-tabs button {
  color: #ffffff80;
  cursor: pointer;
  background: none;
  border: 0;
  min-height: 72px;
  padding: 34px 8px 12px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.about-year-tabs button:before {
  content: "";
  background: #7db8d9;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.about-year-tabs button[data-active="true"] {
  color: #fff;
}

.about-year-tabs button[data-active="true"]:before {
  background: #08aaa0;
  border: 4px solid #fff;
  width: 17px;
  height: 17px;
  top: 4px;
}

.about-credentials-section {
  background: #eaf3f9;
  padding-block: 60px;
}

.about-credentials-layout {
  grid-template-columns: 360px minmax(0, 1fr);
  align-items: stretch;
  gap: 70px;
  min-height: 500px;
  display: grid;
}

.about-credentials-summary {
  flex-direction: column;
  display: flex;
}

.about-credentials-summary ul {
  margin-top: auto;
}

.about-credentials-summary li {
  border-bottom: 1px solid #b9d4e1;
  padding: 34px 0 28px;
}

.about-credentials-summary strong {
  color: #0876ae;
  font-size: 34px;
  line-height: 1;
  display: block;
}

.about-credentials-summary span {
  color: #51646c;
  margin-top: 10px;
  display: block;
}

.about-credential-grid {
  background: #0871a9;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 28px;
  display: grid;
}

.about-credential-grid article {
  background: #fff;
  border: 8px solid #f2f5f4;
  min-height: 205px;
  padding: 27px 24px 42px;
  position: relative;
  box-shadow: 0 8px 18px #0029422e;
}

.about-credential-grid article svg {
  color: #b89641;
}

.about-credential-grid h3 {
  color: #17353f;
  margin: 22px 0 8px;
  font-size: 18px;
  line-height: 1.4;
}

.about-credential-grid p {
  color: #68777c;
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.about-credential-grid article > span {
  color: #9c8240;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  bottom: 14px;
  right: 16px;
}

.about-advantages-section {
  background: #fff;
  padding-block: 60px;
}

.about-advantages-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin-top: 58px;
  display: grid;
}

.about-advantages-grid li {
  text-align: center;
  min-width: 0;
}

.about-advantage-icon {
  aspect-ratio: 1;
  color: #0876ae;
  background: #e6f1f7;
  border-radius: 50%;
  place-items: center;
  width: min(100%, 245px);
  margin: 0 auto 28px;
  display: grid;
  box-shadow: inset 0 0 0 38px #ffffff5c;
}

.about-advantages-grid h3 {
  color: #25383f;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
}

.about-advantages-grid p {
  color: #69777c;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.about-equipment-section {
  background: #eaf3f9;
  padding-block: 60px;
  position: relative;
  overflow: hidden;
}

.about-equipment-viewport {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 52px;
  display: grid;
}

.about-equipment-slide {
  aspect-ratio: 1.45;
  background: #cfdee5;
  min-width: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.about-equipment-slide:nth-child(n+4) {
  display: none;
}

.about-equipment-slide img {
  object-fit: cover;
  transition: transform .24s;
}

.about-equipment-slide:hover img {
  transform: scale(1.025);
}

.about-equipment-controls {
  gap: 12px;
  margin-top: 26px;
  display: flex;
}

.about-partners-section {
  background: #fff;
  padding-block: 60px;
}

.about-partners-layout {
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: start;
  gap: 60px;
  margin-top: 50px;
  display: grid;
}

.about-partner-metrics li {
  border-bottom: 1px solid #9bc8dc;
  grid-template-columns: 34px minmax(0, 1fr);
  align-content: center;
  column-gap: 10px;
  min-height: 132px;
  padding-right: 38px;
  display: grid;
  position: relative;
}

.about-partner-metrics li > span {
  color: #0876ae;
  grid-row: 1 / 3;
}

.about-partner-metrics strong {
  color: #0876ae;
  font-size: 33px;
  line-height: 1;
}

.about-partner-metrics p {
  color: #54676e;
  margin: 8px 0 0;
  font-size: 14px;
}

.about-partner-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 420px;
  display: grid;
  overflow-y: auto;
  box-shadow: 0 0 28px #00355c1f;
}

.about-partner-list li {
  background: #fff;
  border: 3px solid #f0f5f7;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 70px;
  padding: 12px 22px;
  display: flex;
}

.about-partner-list li > span {
  color: #273b42;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-size: 15px;
  overflow: hidden;
}

.about-partner-list small {
  color: #718087;
  border: 1px solid #dce5e8;
  flex: none;
  padding: 4px 9px;
}

.about-partner-note {
  color: #7a888d;
  margin: 22px 0 0 390px;
  font-size: 12px;
  line-height: 1.7;
}

.about-contact-strip {
  color: #fff;
  background: #086ea4;
  padding-block: 34px;
}

.about-contact-strip .about-wide {
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  display: flex;
}

.about-contact-strip span, .about-contact-strip strong {
  display: block;
}

.about-contact-strip span {
  color: #a7ddd8;
  font-size: 13px;
}

.about-contact-strip strong {
  margin-top: 7px;
  font-size: 23px;
  line-height: 1.4;
}

.about-contact-strip a {
  border: 1px solid #fff;
  border-radius: 23px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 10px 24px;
  font-weight: 800;
  display: inline-flex;
}

.about-contact-strip a:hover {
  color: #086ea4;
  background: #fff;
}

.about-error {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 560px;
  padding: 48px 20px;
  display: flex;
}

.about-error svg {
  color: var(--color-accent);
}

.about-error h1 {
  margin: 20px 0 8px;
  font-size: 32px;
}

.about-error p {
  color: var(--color-muted);
  margin: 0;
}

.about-error button {
  background: var(--color-brand);
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 24px;
  padding: 9px 18px;
  font-weight: 800;
  display: inline-flex;
}

@media (max-width: 1200px) {
  .about-profile-layout {
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 54px;
  }

  .about-profile-copy {
    grid-column: 1 / -1;
  }

  .about-profile-copy > span {
    margin-top: 28px;
  }

  .about-profile-media {
    justify-self: center;
  }

  .about-advantages-grid {
    gap: 24px;
  }

  .about-credential-grid, .about-partner-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-hero h1 {
    font-size: 44px;
  }

  .about-timeline-panel {
    gap: 50px;
    padding-inline: 64px;
  }

  .about-timeline-copy > strong {
    font-size: 66px;
  }

  .about-credentials-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-credentials-summary ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 20px;
    display: grid;
  }

  .about-advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 44px;
  }

  .about-advantage-icon {
    width: min(100%, 220px);
  }

  .about-equipment-viewport {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .about-equipment-slide:nth-child(3) {
    display: none;
  }

  .about-partners-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-partner-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    display: grid;
  }

  .about-partner-note {
    margin-left: 0;
  }
}

@media (max-width: 750px) {
  .about-wide {
    width: min(100% - 24px, 1540px);
  }

  .about-hero, .about-hero-content {
    min-height: 390px;
  }

  .about-hero-content {
    justify-content: flex-end;
    padding-block: 46px;
  }

  .about-hero-image {
    object-position: 64% center;
  }

  .about-hero-shade {
    background: #032740a8;
  }

  .about-hero h1 {
    font-size: 34px;
  }

  .about-hero p {
    margin-block: 13px 22px;
    font-size: 14px;
    line-height: 1.7;
  }

  .about-hero-actions {
    gap: 10px;
    width: 100%;
  }

  .about-primary-action, .about-secondary-action {
    flex: 1;
    min-width: 0;
    min-height: 44px;
    padding-inline: 10px;
    font-size: 14px;
  }

  .about-breadcrumb-band {
    min-height: 54px;
  }

  .about-profile-section, .about-credentials-section, .about-advantages-section, .about-equipment-section, .about-partners-section {
    padding-block: 42px;
  }

  .about-profile-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: 0;
    display: grid;
  }

  .about-profile-copy {
    grid-column: auto;
  }

  .about-profile-copy h2, .about-timeline-section h2, .about-credentials-summary h2, .about-advantages-section h2, .about-equipment-section h2, .about-partners-section h2 {
    font-size: 29px;
  }

  .about-profile-copy > span {
    margin-top: 26px;
    padding-top: 18px;
    font-size: 22px;
  }

  .about-profile-copy p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.85;
  }

  .about-profile-media {
    width: min(80vw, 420px);
  }

  .about-profile-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }

  .about-profile-metrics li {
    border-right: 1px solid #d7e6ed;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 7px;
    min-height: 104px;
    padding-inline: 6px;
  }

  .about-profile-metrics li:nth-child(2n) {
    border-right: 0;
  }

  .about-profile-metrics strong {
    font-size: 25px;
  }

  .about-timeline-section {
    padding-top: 42px;
  }

  .about-timeline-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 44px 28px;
  }

  .about-timeline-media {
    width: min(80vw, 390px);
  }

  .about-timeline-copy {
    text-align: center;
  }

  .about-timeline-copy > strong {
    font-size: 58px;
  }

  .about-timeline-copy h3 {
    margin-top: 12px;
    font-size: 20px;
  }

  .about-timeline-copy p {
    font-size: 14px;
  }

  .about-carousel-button {
    width: 42px;
    height: 42px;
  }

  .about-year-tabs {
    scrollbar-width: none;
    grid-template-columns: repeat(5, minmax(76px, 1fr));
    overflow-x: auto;
  }

  .about-year-tabs::-webkit-scrollbar {
    display: none;
  }

  .about-credential-grid {
    gap: 10px;
    padding: 12px;
  }

  .about-credential-grid article {
    border-width: 5px;
    min-height: 190px;
    padding: 20px 16px 38px;
  }

  .about-credential-grid h3 {
    margin-top: 14px;
    font-size: 16px;
  }

  .about-advantages-grid {
    gap: 32px 12px;
    margin-top: 34px;
  }

  .about-advantage-icon {
    width: min(40vw, 200px);
    margin-bottom: 16px;
    box-shadow: inset 0 0 0 24px #ffffff5c;
  }

  .about-advantage-icon svg {
    width: 48px;
    height: 48px;
  }

  .about-advantages-grid h3 {
    font-size: 16px;
  }

  .about-advantages-grid p {
    font-size: 13px;
  }

  .about-equipment-viewport {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .about-equipment-slide:nth-child(2) {
    display: none;
  }

  .about-partner-list {
    max-height: none;
  }

  .about-partner-list li {
    min-height: 60px;
    padding-inline: 13px;
  }

  .about-partner-list li > span {
    font-size: 14px;
  }

  .about-contact-strip .about-wide {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-contact-strip strong {
    font-size: 19px;
  }
}

@media (max-width: 520px) {
  .about-credentials-summary ul {
    gap: 12px;
  }

  .about-credentials-summary li {
    padding-block: 24px 20px;
  }

  .about-credential-grid {
    grid-template-columns: 1fr;
  }

  .about-credential-grid article {
    min-height: 165px;
  }

  .about-partner-list {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-primary-action, .about-secondary-action, .about-profile-metrics li:after, .about-carousel-button, .about-equipment-controls button, .about-equipment-slide img {
    transition: none;
  }
}

.product-catalog-hero {
  color: #fff;
  background-color: #03101d;
  background-image: url("/assets/web/images/banner-antibody.jpg");
  background-position: center;
  background-size: cover;
  min-height: 430px;
  position: relative;
  overflow: hidden;
}

.product-catalog-hero:before {
  content: "";
  background: #020c182e;
  position: absolute;
  inset: 0;
}

.product-catalog-hero-inner {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  padding-block: 62px 26px;
  display: flex;
  position: relative;
}

.product-catalog-hero-copy {
  max-width: 620px;
  margin-bottom: 42px;
}

.product-catalog-hero-copy h1 {
  margin: 0 0 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.product-catalog-hero-copy p {
  color: #ffffffd1;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.product-catalog-hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
  display: flex;
}

.product-catalog-hero-actions .button {
  background: #08b6ad;
  border-radius: 24px;
  min-width: 150px;
}

.product-catalog-hero-actions .button:hover {
  background: #079b94;
}

.product-catalog-hero-actions .button-secondary {
  color: #0879b5;
  background: #fff;
  border-color: #fff;
}

.product-catalog-hero-actions .button-secondary:hover {
  background: #edf7fb;
  border-color: #dcebf3;
}

.product-catalog-search {
  border-bottom: 1px solid #ffffffb8;
  grid-template-columns: 30px minmax(0, 1fr) 78px;
  align-items: center;
  gap: 0;
  width: min(100%, 600px);
  min-height: 52px;
  display: grid;
}

.product-catalog-search svg {
  color: #fff;
}

.product-catalog-search input {
  color: #fff;
  background: none;
  border: 0;
  outline: 0;
  min-width: 0;
  height: 52px;
  padding: 0 10px;
  font-size: 16px;
}

.product-catalog-search input::placeholder {
  color: #ffffff94;
}

.product-catalog-search button {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: 1px solid #ffffff5c;
  border-radius: 4px;
  min-height: 38px;
  font-weight: 700;
}

.product-catalog-search button:hover {
  background: #fff3;
}

.product-catalog-update-note {
  color: #d8e95a;
  flex-direction: column;
  gap: 2px;
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.55;
  display: flex;
}

.product-catalog-breadcrumb-band {
  background: #f4f9fb;
  border-bottom: 1px solid #d8e7ed;
}

.product-catalog-breadcrumb-band .container {
  align-items: center;
  min-height: 64px;
  display: flex;
}

.product-catalog-section {
  background: #edf5f8;
  padding-block: 16px 72px;
  scroll-margin-top: 88px;
}

.product-catalog-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  display: grid;
}

.product-catalog-sidebar {
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  display: flex;
}

.product-catalog-category-panel, .product-catalog-filter-group {
  background: #fff;
  overflow: hidden;
}

.product-catalog-category-panel h2, .product-catalog-filter-group header {
  color: #fff;
  background: #087bb5;
  min-height: 48px;
  margin: 0;
}

.product-catalog-category-panel h2 {
  align-items: center;
  padding: 0 18px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.product-catalog-category-panel ul, .product-catalog-filter-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-catalog-category-panel li + li, .product-catalog-filter-group li + li {
  border-top: 1px dashed #dce5e9;
}

.product-catalog-category-panel li a {
  color: #26363c;
  align-items: center;
  gap: 11px;
  min-height: 50px;
  padding: 10px 18px;
  font-size: 14px;
  display: flex;
}

.product-catalog-category-panel li a > span {
  color: #6b7a7f;
  border: 1px solid #aebdc2;
  flex: none;
  place-items: center;
  width: 15px;
  height: 15px;
  font-size: 13px;
  line-height: 1;
  display: grid;
}

.product-catalog-category-panel li a:hover, .product-catalog-category-panel li a[aria-current="page"] {
  color: #0879b5;
  background: #f0f8fb;
}

.product-catalog-category-panel li a[aria-current="page"] {
  font-weight: 700;
}

.product-catalog-multi-toggle {
  color: #36464b;
  align-self: flex-start;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  font-size: 14px;
  display: inline-flex;
}

.product-catalog-multi-toggle > span, .product-filter-checkbox {
  color: #fff;
  background: #fff;
  border: 1px solid #bdcbd0;
  flex: none;
  place-items: center;
  width: 17px;
  height: 17px;
  display: grid;
}

.product-catalog-multi-toggle[aria-checked="true"] > span, .product-catalog-filter-group a[aria-current="true"] .product-filter-checkbox {
  background: #1688be;
  border-color: #1688be;
}

.product-catalog-multi-toggle[aria-checked="false"] > span svg {
  visibility: hidden;
}

.product-catalog-filter-group header {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 16px 0 18px;
  display: flex;
}

.product-catalog-filter-group h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}

.product-catalog-filter-group header a {
  color: #fff;
  align-items: center;
  gap: 4px;
  min-height: 44px;
  font-size: 13px;
  display: inline-flex;
}

.product-catalog-filter-group li a {
  color: #35454a;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  padding: 8px 18px;
  font-size: 14px;
  display: flex;
}

.product-catalog-filter-group li a:hover, .product-catalog-filter-group li a[aria-current="true"] {
  color: #0879b5;
}

.product-catalog-results {
  min-width: 0;
}

.product-catalog-promotion {
  color: #0876ae;
  background: #f8fcfd;
  border: 1px solid #d7e8ef;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 10px 22px;
  display: grid;
}

.product-catalog-promotion > svg {
  color: #12a9a2;
}

.product-catalog-promotion div {
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.product-catalog-promotion strong {
  color: #c43d33;
  font-size: 21px;
}

.product-catalog-promotion span {
  color: #60747b;
  font-size: 13px;
}

.product-catalog-promotion > a {
  color: #0879b5;
  border: 1px solid #69b7d5;
  border-radius: 20px;
  align-items: center;
  min-height: 40px;
  padding-inline: 18px;
  font-weight: 700;
  display: inline-flex;
}

.product-catalog-result-meta {
  color: #6c7c81;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 42px;
  padding-inline: 14px;
  font-size: 13px;
  display: flex;
}

.product-catalog-table-scroll {
  background: #fff;
  max-width: 100%;
  overflow-x: auto;
}

.product-catalog-table-scroll:focus-visible {
  outline-offset: 2px;
}

.product-catalog-table {
  border-collapse: collapse;
  table-layout: fixed;
  color: #26363c;
  width: 100%;
  min-width: 800px;
  font-size: 14px;
}

.product-catalog-table caption {
  clip: rect(0 0 0 0);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.product-catalog-table th, .product-catalog-table td {
  text-align: left;
  vertical-align: middle;
  height: 68px;
  padding: 11px 18px;
}

.product-catalog-table th {
  color: #287392;
  background: #dcebf3;
  height: 48px;
  font-weight: 700;
}

.product-catalog-table th:first-child {
  width: 19%;
}

.product-catalog-table th:nth-child(2) {
  width: 35%;
}

.product-catalog-table th:nth-child(3) {
  width: 20%;
}

.product-catalog-table th:nth-child(4) {
  width: 26%;
}

.product-catalog-table tbody tr {
  border-bottom: 1px solid #edf1f3;
  transition: background-color .15s;
  position: relative;
}

.product-catalog-table tbody tr:nth-child(odd) {
  background: #f6f8f9;
}

.product-catalog-table tbody tr:hover {
  background: #edf7fb;
}

.product-catalog-row-link {
  color: #1f3036;
  font-weight: 600;
}

.product-catalog-row-link:after {
  content: "";
  position: absolute;
  inset: 0;
}

.product-catalog-row-link:focus-visible:after {
  outline: 3px solid var(--color-highlight);
  outline-offset: -4px;
}

.product-catalog-table td strong, .product-catalog-table td > small, .product-catalog-host {
  display: block;
}

.product-catalog-table td strong {
  color: #26363c;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  overflow: hidden;
}

.product-catalog-table td > small, .product-catalog-host {
  color: #7b8a8f;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 11px;
  overflow: hidden;
}

.product-catalog-applications {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}

.product-catalog-applications small {
  color: #0876ae;
  border: 1px solid #1688be;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1.2;
}

.product-catalog-empty {
  text-align: center;
  background: #fff;
  align-content: center;
  place-items: center;
  min-height: 360px;
  padding: 40px 24px;
  display: grid;
}

.product-catalog-empty svg {
  color: #79a9ba;
}

.product-catalog-empty h2 {
  margin: 14px 0 8px;
  font-size: 22px;
}

.product-catalog-empty p {
  color: var(--color-muted);
  margin: 0 0 18px;
  line-height: 1.7;
}

.product-catalog-empty a {
  color: #0879b5;
  font-weight: 700;
}

.product-catalog-pagination {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 24px;
  display: flex;
}

.product-catalog-pagination a {
  color: #4c5d62;
  background: #fff;
  border: 1px solid #cfdde2;
  place-items: center;
  min-width: 42px;
  height: 42px;
  display: inline-grid;
}

.product-catalog-pagination a:hover, .product-catalog-pagination a[aria-current="page"] {
  color: #fff;
  background: #0879b5;
  border-color: #0879b5;
}

.product-catalog-pagination a[aria-disabled="true"] {
  pointer-events: none;
  opacity: .45;
}

@media (max-width: 900px) {
  .product-catalog-layout {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 14px;
  }

  .product-catalog-promotion {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .product-catalog-promotion > a {
    display: none;
  }
}

@media (max-width: 720px) {
  .product-catalog-hero {
    background-position: 62%;
    min-height: 365px;
  }

  .product-catalog-hero-inner {
    min-height: 365px;
    padding-block: 46px 20px;
  }

  .product-catalog-hero-copy {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .product-catalog-hero-copy h1 {
    font-size: 30px;
  }

  .product-catalog-hero-copy p {
    max-width: 330px;
    font-size: 14px;
  }

  .product-catalog-hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .product-catalog-hero-actions .button {
    min-width: 132px;
    min-height: 44px;
    padding-inline: 16px;
  }

  .product-catalog-search {
    grid-template-columns: 28px minmax(0, 1fr) 64px;
  }

  .product-catalog-search input {
    padding-inline: 7px;
    font-size: 14px;
  }

  .product-catalog-breadcrumb-band .container {
    min-height: 54px;
  }

  .product-catalog-section {
    padding-block: 12px 52px;
  }

  .product-catalog-layout {
    display: block;
  }

  .product-catalog-sidebar {
    gap: 12px;
  }

  .product-catalog-category-panel ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }

  .product-catalog-category-panel li + li {
    border-top: 0;
  }

  .product-catalog-category-panel li {
    border-bottom: 1px dashed #dce5e9;
  }

  .product-catalog-category-panel li:nth-child(2n) {
    border-left: 1px dashed #dce5e9;
  }

  .product-catalog-filter-group ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
  }

  .product-catalog-filter-group li + li {
    border-top: 0;
  }

  .product-catalog-filter-group li {
    border-bottom: 1px dashed #dce5e9;
  }

  .product-catalog-filter-group li a {
    min-height: 46px;
    padding-inline: 12px;
  }

  .product-catalog-results {
    margin-top: 16px;
  }

  .product-catalog-promotion {
    min-height: 70px;
    padding-inline: 16px;
  }

  .product-catalog-promotion strong {
    font-size: 18px;
  }

  .product-catalog-result-meta {
    min-height: 40px;
  }

  .product-catalog-table-scroll {
    border: 1px solid #fff;
  }

  .product-catalog-table th, .product-catalog-table td {
    height: 60px;
    padding: 9px 14px;
  }

  .product-catalog-pagination {
    justify-content: center;
  }
}

@media (max-width: 420px) {
  .product-catalog-hero-copy h1 {
    font-size: 27px;
  }

  .product-catalog-hero-actions .button {
    flex: 1;
    min-width: 0;
  }

  .product-catalog-category-panel ul, .product-catalog-filter-group ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-catalog-promotion {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding-inline: 12px;
  }

  .product-catalog-promotion strong {
    font-size: 16px;
  }

  .product-catalog-update-note {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-catalog-table tbody tr {
    transition: none;
  }
}

.training-wide {
  width: min(100% - 24px, 1250px);
  margin-inline: auto;
}

.training-hero {
  color: #fff;
  background: #0876b8;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.training-hero-image {
  object-fit: cover;
  object-position: center;
}

.training-hero-mobile-overlay {
  display: none;
}

.training-hero-content {
  z-index: 1;
  min-height: 420px;
  padding-top: 74px;
  position: relative;
}

.training-hero-content h1 {
  max-width: 650px;
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
}

.training-hero-content p {
  color: #fff;
  max-width: 660px;
  margin: 16px 0 28px;
  font-size: 15px;
  line-height: 1.8;
}

.training-hero-actions {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.training-action-primary, .training-action-secondary {
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-width: 160px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .16s, color .16s;
  display: inline-flex;
}

.training-action-primary {
  color: #fff;
  background: #10c5b8;
  border-color: #10c5b8;
}

.training-action-secondary {
  color: #0879b5;
  background: #fff;
}

.training-action-primary:hover {
  background: #0ca99f;
  border-color: #0ca99f;
}

.training-action-secondary:hover {
  background: #edf8fb;
}

.training-breadcrumb-band {
  background: #fff;
  border-bottom: 1px solid #e6ecef;
  min-height: 60px;
}

.training-breadcrumbs {
  color: #5b696e;
  align-items: center;
  gap: 8px;
  min-height: 60px;
  font-size: 14px;
  display: flex;
}

.training-breadcrumbs a {
  color: #34474d;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.training-breadcrumbs a:hover {
  color: #0879b5;
}

.training-online-section {
  background: #eaf3f9;
  padding-block: 40px 30px;
  scroll-margin-top: 88px;
}

.training-online-section h2, .training-offline-section > .training-wide > h2, .training-articles-section h2 {
  color: #0879b5;
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
}

.training-category-tabs {
  scrollbar-width: thin;
  gap: 12px;
  margin: 16px 0 32px;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}

.training-category-tabs a {
  color: #262f32;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  flex: none;
  place-items: center;
  min-width: 108px;
  min-height: 38px;
  padding-inline: 22px;
  font-size: 15px;
  transition: border-color .16s, background-color .16s, color .16s;
  display: inline-grid;
}

.training-category-tabs a:hover, .training-category-tabs a[aria-current="page"] {
  color: #fff;
  background: #0879b5;
  border-color: #0879b5;
}

.training-online-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px 38px;
  display: grid;
}

.training-online-card {
  background: #fff;
  min-width: 0;
  overflow: hidden;
}

.training-online-media {
  aspect-ratio: 1.78;
  background: #cfe4f2;
  position: relative;
  overflow: hidden;
}

.training-online-media img, .training-offline-media img, .training-article-media img {
  object-fit: cover;
  transition: transform .24s;
}

.training-online-card:hover .training-online-media img, .training-offline-card:hover .training-offline-media img, .training-article-card:hover .training-article-media img {
  transform: scale(1.025);
}

.training-online-copy {
  flex-direction: column;
  min-height: 181px;
  padding: 17px 20px 18px;
  display: flex;
}

.training-online-copy h3 {
  overflow-wrap: anywhere;
  min-width: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.training-course-tags {
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 5px;
  min-height: 58px;
  margin-top: 8px;
  display: flex;
}

.training-course-tags span {
  color: #7a8589;
  border: 1px solid #dfe5e8;
  align-self: flex-start;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.2;
}

.training-online-footer {
  color: #38464b;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: 14px;
  display: flex;
}

.training-free-link {
  color: #0879b5;
  background: #e7f3fa;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding-right: 13px;
  display: inline-flex;
}

.training-free-link svg {
  box-sizing: content-box;
  color: #fff;
  background: #0879b5;
  border-radius: 50%;
  padding: 11px;
}

.training-free-link:hover {
  background: #d5eaf6;
}

.training-empty {
  text-align: center;
  background: #fff;
  align-content: center;
  place-items: center;
  min-height: 330px;
  padding: 32px;
  display: grid;
}

.training-empty h3 {
  margin: 0;
  font-size: 22px;
}

.training-empty p {
  color: #657278;
  margin: 12px 0 18px;
}

.training-empty a {
  color: #0879b5;
  font-weight: 700;
}

.training-pagination {
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 108px;
  display: flex;
}

.training-pagination a {
  color: #1d272b;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  transition: background-color .16s, color .16s;
  display: inline-grid;
}

.training-pagination a:hover, .training-pagination a[aria-current="page"] {
  color: #fff;
  background: #0879b5;
}

.training-pagination a[aria-disabled="true"] {
  pointer-events: none;
  opacity: .38;
}

.training-offline-section {
  background: #fff;
  padding-block: 60px 30px;
}

.training-offline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 30px;
  display: grid;
}

.training-offline-card {
  background: #f8fafc;
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 8px 20px #2748590d;
}

.training-offline-media {
  aspect-ratio: 1.77;
  background: #cce8f7;
  position: relative;
  overflow: hidden;
}

.training-offline-copy {
  flex-direction: column;
  min-height: 171px;
  padding: 18px 20px 20px;
  display: flex;
}

.training-offline-title-row {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.training-offline-title-row h3 {
  overflow-wrap: anywhere;
  min-width: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.training-offline-title-row > span {
  color: #fff;
  background: #ff7a2f;
  border-radius: 999px;
  flex: none;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 3px 8px #ff7a2f42;
}

.training-offline-copy > p {
  color: #6b7478;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 14px;
  font-size: 14px;
  line-height: 1.65;
  display: -webkit-box;
  overflow: hidden;
}

.training-offline-footer {
  color: #99a2a6;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  font-size: 14px;
  display: flex;
}

.training-offline-footer strong {
  color: #12a89d;
  font-size: 16px;
}

.training-offline-footer a {
  color: #fff;
  background: #0879b5;
  border-radius: 999px;
  place-items: center;
  min-width: 96px;
  min-height: 38px;
  font-size: 15px;
  display: inline-grid;
}

.training-offline-footer a:hover {
  background: #066898;
}

.training-articles-section {
  background: #fff;
  padding-block: 60px 90px;
}

.training-article-grid {
  border-right: 1px solid #e3e8ea;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
  display: grid;
}

.training-article-card {
  border-left: 1px solid #e3e8ea;
  min-width: 0;
}

.training-article-card > a {
  flex-direction: column;
  min-height: 405px;
  padding: 20px;
  display: flex;
}

.training-article-card h3 {
  color: #1e272a;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 58px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.training-article-card p {
  color: #68757a;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 105px;
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
}

.training-article-card time {
  color: #4c585d;
  margin-top: auto;
  font-size: 14px;
}

.training-article-media {
  aspect-ratio: 1.78;
  background: #edf1f2;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}

.training-error {
  color: #46545a;
  text-align: center;
  align-content: center;
  place-items: center;
  min-height: 65svh;
  padding: 48px 24px;
  display: grid;
}

.training-error h1 {
  color: #1d292d;
  margin: 18px 0 8px;
  font-size: 30px;
}

.training-error p {
  margin: 0 0 20px;
}

.training-error button {
  color: #fff;
  cursor: pointer;
  background: #0879b5;
  border: 0;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding-inline: 18px;
  font-weight: 700;
  display: inline-flex;
}

@media (max-width: 1100px) {
  .training-wide {
    width: min(100% - 32px, 960px);
  }

  .training-hero-content p {
    max-width: 590px;
  }

  .training-online-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .training-online-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .training-offline-grid {
    gap: 20px;
  }
}

@media (max-width: 820px) {
  .training-hero, .training-hero-content {
    min-height: 500px;
  }

  .training-hero-image {
    object-position: 68% center;
  }

  .training-hero-mobile-overlay {
    background: #044670bd;
    display: block;
    position: absolute;
    inset: 0;
  }

  .training-hero-content {
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding-block: 48px;
    display: flex;
  }

  .training-hero-content h1, .training-hero-content p {
    max-width: 620px;
  }

  .training-online-grid, .training-offline-grid, .training-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .training-offline-grid {
    gap: 24px;
  }

  .training-article-grid {
    border-top: 1px solid #e3e8ea;
  }

  .training-article-card {
    border-bottom: 1px solid #e3e8ea;
  }
}

@media (max-width: 620px) {
  .training-wide {
    width: calc(100% - 24px);
  }

  .training-hero, .training-hero-content {
    min-height: 520px;
  }

  .training-hero-content {
    padding-block: 42px;
  }

  .training-hero-content h1 {
    font-size: 25px;
  }

  .training-hero-content p {
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    margin-block: 16px 22px;
    font-size: 14px;
    line-height: 1.75;
    display: -webkit-box;
    overflow: hidden;
  }

  .training-hero-actions {
    gap: 10px;
  }

  .training-action-primary, .training-action-secondary {
    flex: 1;
    min-width: 0;
    padding-inline: 14px;
    font-size: 15px;
  }

  .training-online-section, .training-offline-section, .training-articles-section {
    padding-block: 36px;
  }

  .training-online-section h2, .training-offline-section > .training-wide > h2, .training-articles-section h2 {
    font-size: 28px;
  }

  .training-category-tabs {
    scrollbar-width: none;
    margin-bottom: 24px;
    margin-right: -12px;
    padding-right: 12px;
  }

  .training-category-tabs::-webkit-scrollbar {
    display: none;
  }

  .training-category-tabs a {
    min-height: 44px;
  }

  .training-online-grid, .training-offline-grid, .training-article-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .training-online-grid, .training-offline-grid {
    gap: 20px;
  }

  .training-online-copy {
    min-height: 175px;
  }

  .training-online-footer {
    flex-direction: row;
    align-items: center;
  }

  .training-pagination {
    gap: 3px;
    min-height: 92px;
  }

  .training-pagination a {
    width: 42px;
    height: 42px;
  }

  .training-offline-grid, .training-article-grid {
    margin-top: 22px;
  }

  .training-article-grid {
    border-right: 0;
  }

  .training-article-card {
    border-right: 1px solid #e3e8ea;
  }

  .training-article-card > a, .training-article-card p {
    min-height: 0;
  }
}

@media (max-width: 390px) {
  .training-hero-content h1 {
    font-size: 23px;
  }

  .training-action-primary, .training-action-secondary {
    font-size: 14px;
  }

  .training-pagination a {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 360px) {
  .service-showcase-heading h2 {
    max-width: 100%;
  }

  .service-showcase-heading > span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .training-online-media img, .training-offline-media img, .training-article-media img, .training-action-primary, .training-action-secondary, .training-category-tabs a, .training-pagination a {
    transition: none;
  }
}
