
body.site-welcome-open {
  overflow: hidden;
}
body.image-preview-open {
  overflow: hidden;
}
.site-welcome {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: 0 clamp(24px, 8vw, 150px);
  background: #f5fbff;
  color: #173b59;
  cursor: pointer;
  contain: layout paint style;
  transform: translate3d(0, 0, 0);
}
.welcome-exit-leave-active {
  transition:
    opacity 0.52s ease,
    filter 0.52s ease;
}
.welcome-exit-leave-to {
  opacity: 0;
  filter: blur(6px);
}
.welcome-exit-leave-active .site-welcome-bg {
  transition: transform 0.52s ease;
  transform: scale(1.14) translate3d(-3.8%, -2.2%, 0);
}
.welcome-exit-leave-active .site-welcome-content {
  transition:
    opacity 0.42s ease,
    transform 0.42s ease;
}
.welcome-exit-leave-to .site-welcome-content {
  opacity: 0;
  transform: translate3d(0, -18px, 0);
}
.site-welcome-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.site-welcome-bg {
  z-index: 0;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  animation: siteWelcomeImageMove 3s linear both;
  backface-visibility: hidden;
  will-change: transform;
}
.site-welcome:not(.is-ready) .site-welcome-bg,
.site-welcome:not(.is-ready) .site-welcome-content > span,
.site-welcome:not(.is-ready) .site-welcome-title span,
.site-welcome:not(.is-ready) .site-welcome-content strong,
.site-welcome:not(.is-ready) .site-welcome-content .site-welcome-lead,
.site-welcome:not(.is-ready) .site-welcome-tags,
.site-welcome:not(.is-ready) .site-welcome-progress span {
  animation-play-state: paused;
}
.site-welcome-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34) 72%),
    linear-gradient(180deg, rgba(94, 0, 0, 0.06), rgba(40, 0, 0, 0.18));
  pointer-events: none;
}
.site-welcome-content {
  position: relative;
  z-index: 2;
  width: min(1040px, 100%);
  margin-top: clamp(-96px, -8vh, -56px);
  text-align: center;
  contain: layout style;
  transform: translate3d(0, 0, 0);
}
.site-welcome-content > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #ffe7a3;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  animation: siteWelcomeTextIn 0.72s 0.16s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.site-welcome-content > span::after {
  content: '';
  width: 42px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #53b524, rgba(83, 181, 36, 0));
}
.site-welcome-content h1 {
  position: relative;
  margin: 0 0 10px;
  color: #fff7d8;
  font-size: clamp(40px, 4.1vw, 78px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
  white-space: nowrap;
  text-shadow: 0 12px 34px rgba(78, 0, 0, 0.42);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.site-welcome-title span {
  position: relative;
  display: inline-block;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  line-height: inherit;
  animation: siteWelcomeTitleCharIn 0.34s calc(0.18s + var(--char-index) * 0.13s)
    cubic-bezier(0.16, 1, 0.3, 1) both;
  backface-visibility: hidden;
  will-change: opacity, transform, filter;
}
.site-welcome-title.is-english {
  display: grid;
  justify-items: center;
  gap: clamp(18px, 1.7vw, 28px);
  font-size: clamp(42px, 4.4vw, 82px);
  line-height: 1.14;
  white-space: normal;
}
.site-welcome-title.is-english .site-welcome-title-line {
  display: block;
  max-width: min(1460px, 94vw);
  text-align: center;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  line-height: 1.14;
  animation: siteWelcomeEnglishLineIn 0.7s calc(0.18s + var(--char-index) * 0.24s)
    cubic-bezier(0.16, 1, 0.3, 1) both;
}
.site-welcome-title.is-english .site-welcome-title-line:first-child:not(:last-child) {
  color: #fff7d8;
  font-size: 0.62em;
  font-weight: 800;
}
.site-welcome-title.is-english .site-welcome-title-line:last-child {
  color: #ffe2a3;
  font-weight: 900;
}
.site-welcome-content strong {
  display: block;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-shadow: 0 8px 22px rgba(78, 0, 0, 0.34);
  animation: siteWelcomeTextIn 0.52s 2.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.site-welcome-content p {
  max-width: 760px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 700;
  line-height: 1.82;
  letter-spacing: 0;
}
.site-welcome-content .site-welcome-lead {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-left: 4px solid #53b524;
  background: rgba(8, 117, 189, 0.36);
  color: #fff;
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 0 16px 40px rgba(80, 0, 0, 0.16);
  animation: siteWelcomeTextIn 0.5s 2.36s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.site-welcome-content p:last-of-type {
  margin-bottom: 0;
}
.site-welcome-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  animation: siteWelcomeTextIn 0.44s 2.52s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.site-welcome-tags b {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
}
.site-welcome-progress {
  position: absolute;
  left: clamp(18px, 3vw, 42px);
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 42px);
  z-index: 5;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(8, 117, 189, 0.16);
  pointer-events: none;
}
.site-welcome-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #53b524, #9ed8ff);
  transform: scaleX(0);
  transform-origin: left center;
  animation: siteWelcomeProgress 3s linear both;
}
@keyframes siteWelcomeImageMove {
from {
    transform: scale(1.08) translate3d(0, 1.2%, 0);
}
to {
    transform: scale(1.02) translate3d(0, 0, 0);
}
}
@keyframes siteWelcomeTextIn {
from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 22px, 0);
}
to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes siteWelcomeTitleCharIn {
from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 20px, 0) scale(0.94);
}
to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
}
}
@keyframes siteWelcomeEnglishLineIn {
from {
    opacity: 0;
    filter: blur(10px);
    transform: translate3d(0, 24px, 0) scale(0.96);
}
to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) scale(1);
}
}
@keyframes siteWelcomeProgress {
from {
    transform: scaleX(0);
}
to {
    transform: scaleX(1);
}
}
#app img {
  cursor: zoom-in;
}
#app .brand-logo,
#app [data-image-preview='off'] img,
#app img[data-image-preview='off'] {
  cursor: pointer;
}
.cms-preview-mode [data-cms-block] {
  cursor: pointer;
  outline: 2px solid rgba(64, 158, 255, 0);
  outline-offset: -2px;
  transition:
    outline-color 0.18s ease,
    box-shadow 0.18s ease;
  user-select: none;
}
.cms-preview-mode [data-cms-block] * {
  user-select: none;
}
.cms-preview-mode [data-cms-block] img {
  -webkit-user-drag: none;
}
.cms-preview-mode [data-cms-block]:not([data-cms-block='global.header']):not([data-cms-block='global.welcome']) {
  position: relative;
}
.cms-preview-mode [data-cms-block]:hover,
.cms-preview-mode [data-cms-block][data-cms-selected='true'] {
  outline-color: #409eff;
  box-shadow:
    inset 0 0 0 1px rgba(64, 158, 255, 0.86),
    0 0 0 1px rgba(64, 158, 255, 0.28);
}
.cms-preview-mode:not(.cms-preview-global-editing) [data-cms-block^='global.'],
.cms-preview-mode:not(.cms-preview-global-editing) [data-cms-block^='global.']:hover,
.cms-preview-mode:not(.cms-preview-global-editing) [data-cms-block^='global.'][data-cms-selected='true'],
.cms-preview-mode.cms-preview-global-editing [data-cms-block]:not([data-cms-block^='global.']),
.cms-preview-mode.cms-preview-global-editing [data-cms-block]:not([data-cms-block^='global.']):hover,
.cms-preview-mode.cms-preview-global-editing [data-cms-block]:not([data-cms-block^='global.'])[data-cms-selected='true'] {
  outline-color: rgba(64, 158, 255, 0) !important;
  box-shadow: none !important;
  cursor: default;
}
.cms-preview-mode [data-cms-block]:not([data-cms-block$='.hero']):not([data-cms-block='global.header']):not([data-cms-block='global.welcome'])::after {
  content: attr(data-cms-block-name);
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 120;
  display: none !important;
  padding: 5px 9px;
  border-radius: 4px;
  background: #409eff;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  pointer-events: none;
  box-shadow: 0 8px 18px rgba(64, 158, 255, 0.24);
}
.cms-preview-mode [data-cms-block]:not([data-cms-block$='.hero']):not([data-cms-block='global.header']):not([data-cms-block='global.welcome']):hover::after,
.cms-preview-mode [data-cms-block]:not([data-cms-block$='.hero']):not([data-cms-block='global.header']):not([data-cms-block='global.welcome'])[data-cms-selected='true']::after {
  display: block !important;
}
.cms-preview-mode [data-cms-block='global.header'],
.cms-preview-mode [data-cms-block='global.header']:hover,
.cms-preview-mode [data-cms-block='global.header'][data-cms-selected='true'],
.cms-preview-mode [data-cms-block='global.welcome'],
.cms-preview-mode [data-cms-block='global.welcome']:hover,
.cms-preview-mode [data-cms-block='global.welcome'][data-cms-selected='true'] {
  outline-color: rgba(64, 158, 255, 0) !important;
  box-shadow: none !important;
}
.cms-preview-mode [data-cms-block$='.hero']:hover,
.cms-preview-mode [data-cms-block$='.hero'][data-cms-selected='true'] {
  outline-color: #1677ff !important;
  box-shadow:
    inset 0 0 0 2px rgba(22, 119, 255, 0.96),
    inset 0 0 0 4px rgba(255, 255, 255, 0.68),
    0 0 0 1px rgba(22, 119, 255, 0.28) !important;
}
.cms-preview-mode [data-cms-block$='.hero'][data-cms-selected='true'] {
  outline-width: 3px;
}
.cms-preview-mode [data-cms-block$='.hero'] .hero-slide.active,
.cms-preview-mode [data-cms-block$='.hero'] .ag-page-hero-slide.active {
  position: absolute;
}
.cms-preview-mode [data-cms-block$='.hero']:hover .hero-slide.active::after,
.cms-preview-mode [data-cms-block$='.hero'][data-cms-selected='true'] .hero-slide.active::after,
.cms-preview-mode [data-cms-block$='.hero']:hover .ag-page-hero-slide.active::after,
.cms-preview-mode [data-cms-block$='.hero'][data-cms-selected='true'] .ag-page-hero-slide.active::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 20;
  border: 3px solid #1677ff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.82),
    0 0 0 1px rgba(22, 119, 255, 0.24);
  pointer-events: none;
}
.cms-preview-selection-frame {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1900;
  box-sizing: border-box;
  border: 2px solid rgba(64, 158, 255, 0.96);
  background: rgba(64, 158, 255, 0.045);
  pointer-events: none;
  transition:
    opacity 0.14s ease,
    border-color 0.14s ease,
    box-shadow 0.14s ease;
  will-change: transform, width, height;
}
.cms-preview-selection-frame[hidden] {
  display: none !important;
}
.cms-preview-selection-frame span {
  position: absolute;
  left: 8px;
  top: 8px;
  max-width: min(220px, calc(100% - 16px));
  overflow: hidden;
  padding: 5px 9px;
  border-radius: 4px;
  background: #409eff;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(64, 158, 255, 0.24);
}
.cms-preview-selection-frame-hover {
  opacity: 0.82;
  border-style: dashed;
  background: rgba(64, 158, 255, 0.025);
}
.cms-preview-selection-frame-selected {
  border-color: #1677ff;
  background: rgba(22, 119, 255, 0.055);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.76),
    0 0 0 1px rgba(22, 119, 255, 0.28),
    0 12px 32px rgba(22, 119, 255, 0.18);
}
.cms-preview-selection-frame-selected span {
  background: #1677ff;
}
.cms-preview-mode [data-cms-block] [data-cms-block],
.cms-preview-mode [data-cms-block] [data-cms-block]:hover,
.cms-preview-mode [data-cms-block] [data-cms-block][data-cms-selected='true'] {
  outline-color: rgba(64, 158, 255, 0) !important;
  box-shadow: none !important;
}
.cms-preview-mode [data-cms-block] [data-cms-block]::after,
.cms-preview-mode [data-cms-block] [data-cms-block]:hover::after,
.cms-preview-mode [data-cms-block] [data-cms-block][data-cms-selected='true']::after {
  display: none !important;
}
.image-preview {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 56px);
  background: rgba(6, 18, 31, 0.86);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
}
.image-preview img {
  width: auto;
  max-width: min(100%, 1320px);
  max-height: calc(100vh - 108px);
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.42);
  cursor: default;
}
.image-preview-close {
  position: absolute;
  top: clamp(14px, 3vw, 34px);
  right: clamp(14px, 3vw, 34px);
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #123a54;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}
@media (max-width: 680px) {
.site-welcome-bg {
    object-position: 58% center;
}
.site-welcome-content {
    width: 100%;
    margin-top: -36px;
    padding: 0;
}
.site-welcome-progress {
    left: 14px;
    right: 14px;
    bottom: 14px;
}
.site-welcome-content > span {
    margin-bottom: 14px;
    font-size: 11px;
    letter-spacing: 0.15em;
}
.site-welcome-content h1 {
    margin-bottom: 14px;
    font-size: clamp(40px, 12vw, 58px);
    line-height: 1.14;
    white-space: normal;
}
.site-welcome-title.is-english {
    gap: 12px;
    font-size: clamp(30px, 8.8vw, 42px);
    line-height: 1.16;
}
.site-welcome-title.is-english .site-welcome-title-line {
    max-width: 92vw;
    line-height: 1.16;
}
.site-welcome-title.is-english .site-welcome-title-line:first-child:not(:last-child) {
    font-size: 0.58em;
}
.site-welcome-content strong {
    margin-bottom: 18px;
    font-size: 13px;
}
.site-welcome-content p {
    font-size: 15px;
    line-height: 1.72;
}
.site-welcome-content .site-welcome-lead {
    display: flex;
    width: fit-content;
    max-width: 100%;
    padding: 7px 12px;
    font-size: 16px;
}
.site-welcome-tags {
    gap: 8px;
    margin-top: 18px;
}
.site-welcome-tags b {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 13px;
}
.image-preview {
    padding: 60px 12px 20px;
}
.image-preview img {
    max-height: calc(100vh - 88px);
}
.image-preview-close {
    width: 42px;
    height: 42px;
    font-size: 30px;
}
}

/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, 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;
    --color-gray-100: oklch(96.7% .003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-2xl: 1rem;
    --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --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, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -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 {
    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 {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: 0;
  }

  .inset-x-0 {
    inset-inline: 0;
  }

  .bottom-0 {
    bottom: 0;
  }

  .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;
    }
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .h-\[520px\] {
    height: 520px;
  }

  .h-full {
    height: 100%;
  }

  .w-full {
    width: 100%;
  }

  .flex-\[1\.2\] {
    flex: 1.2;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .bg-gray-100\/40 {
    background-color: #f3f4f666;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-gray-100\/40 {
      background-color: color-mix(in oklab, var(--color-gray-100) 40%, transparent);
    }
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-\[radial-gradient\(circle_at_50\%_0\%\,rgba\(34\,211\,238\,0\.32\)\,transparent_65\%\)\] {
    background-image: radial-gradient(circle at 50% 0, #22d3ee52, #0000 65%);
  }

  .from-black\/55 {
    --tw-gradient-from: #0000008c;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-black\/55 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 55%, transparent);
    }
  }

  .from-black\/55 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

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

  .p-7 {
    padding: calc(var(--spacing) * 7);
  }

  .text-center {
    text-align: center;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-\[0\.9375rem\] {
    font-size: .9375rem;
  }

  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-wrap {
    text-wrap: wrap;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-white {
    color: var(--color-white);
  }

  .text-white\/\[0\.82\] {
    color: #ffffffd1;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/\[0\.82\] {
      color: color-mix(in oklab, var(--color-white) 82%, transparent);
    }
  }

  .text-white\/\[0\.92\] {
    color: #ffffffeb;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/\[0\.92\] {
      color: color-mix(in oklab, var(--color-white) 92%, transparent);
    }
  }

  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (min-width: 64rem) {
    .lg\:text-\[1\.75rem\] {
      font-size: 1.75rem;
    }
  }
}

:root {
  --blue: #0875bd;
  --blue2: #005da8;
  --dark: #163450;
  --green: #53b524;
  --orange: #ff8a00;
  --orange2: #ff9800;
  --orange3: #ff7a00;
  --light: #f4f8fb;
  --light2: #f3f8fb;
  --light3: #f7fbff;
  --line: #e3eaf1;
  --line2: #dbe7f1;
  --gray: #637485;
  --gray2: #526b80;
  --shadow: 0 18px 45px #0a365c1f;
  --shadow-sm: 0 8px 24px #1446640f;
  --shadow-md: 0 12px 34px #14466414;
  --shadow-lg: 0 24px 60px #0f385b29;
  --shadow-xl: 0 28px 70px #09304e2e;
  --header-height: 96px;
  --wrap-max: 1360px;
  --wrap-pad: 24px;
  --hero-title-offset: clamp(88px, 6vw, 120px);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 22px;
  --radius-pill: 999px;
  --font-body: "Microsoft YaHei", sans-serif;
  --text-xs: 12px;
  --text-sm: 13px;
  --text-base: 14px;
  --text-md: 16px;
  --text-lg: 17px;
  --text-xl: 18px;
  --text-2xl: 20px;
  --text-3xl: 22px;
  --text-4xl: 26px;
  --text-5xl: 30px;
  --text-6xl: 34px;
  --ease-out: cubic-bezier(.22, .61, .36, 1);
  --ease-spring: cubic-bezier(.16, 1, .3, 1);
  --duration-fast: .2s;
  --duration-base: .28s;
  --duration-slow: .55s;
  --bp-xl: 1400px;
  --bp-lg: 1100px;
  --bp-md: 768px;
  --bp-sm: 480px;
  --bp-xs: 360px;
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: #263746;
  background: #f3f8fb;
  margin: 0;
  line-height: 1.75;
}

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

img {
  max-width: 100%;
  display: block;
}

.wrap {
  max-width: var(--wrap-max);
  padding: 0 var(--wrap-pad);
  margin: 0 auto;
}

html, body, #app {
  width: 100%;
  min-width: 0;
  margin: 0;
}

html, body {
  overflow-x: clip;
}

main {
  width: 100%;
  min-width: 0;
}

.header, .footer, .section, .page-hero, #home .ag-hero, #home .home-section-nav, .product-explorer-section {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.header {
  color: #050505;
  z-index: 50;
  box-shadow: none;
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #f2f2f2;
  font-family: Microsoft YaHei, sans-serif;
  position: sticky;
  top: 0;
}

.header-inner {
  --brand-left-offset: clamp(44px, 3.2vw, 64px);
  --language-switch-width: 146px;
  height: var(--header-height);
  width: 100%;
  max-width: none;
  padding: 0 var(--wrap-pad) 0 var(--brand-left-offset);
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  margin: 0;
  display: flex;
  position: relative;
}

.brand {
  height: var(--header-height);
  flex: none;
  align-items: center;
  gap: 14px;
  display: flex;
  overflow: visible;
}

@media (min-width: 1281px) {
  .brand {
    margin-left: 0;
  }
}

.brand-mark {
  isolation: isolate;
  width: 334px;
  height: 48px;
  transform: translateX(calc(5px - var(--brand-left-offset)));
  background: none;
  flex: 0 0 334px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-logo {
  object-fit: contain;
  object-position: center;
  z-index: 1;
  filter: contrast(1.05) saturate(1.02);
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.brand-mark:before {
  content: none;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: .72;
  will-change: background-position;
  background: linear-gradient(105deg, #fff3 0%, #8ed9ff47 24%, #dffcff3d 44%, #ffe59338 66%, #fff3 100%) 0 0 / 280% 100%;
  animation: 4.8s ease-in-out infinite alternate brandGradientMove;
  position: absolute;
  inset: 0;
}

@keyframes brandGradientMove {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

.brand-text {
  min-width: 0;
  margin-left: calc(-1px - var(--brand-left-offset));
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.brand h1 {
  color: #050505;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: none;
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
  overflow: hidden;
}

.brand p {
  color: #050505;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 2px 0 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  display: block;
  overflow: hidden;
}

.nav {
  height: var(--header-height);
  background: none;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0;
  margin-left: clamp(36px, 4vw, 72px);
  margin-right: 0;
  display: flex;
}

.nav-item {
  flex: none;
  position: relative;
}

.nav > a, .nav-item > a {
  height: var(--header-height);
  color: #050505;
  white-space: nowrap;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav > a:hover, .nav-item:hover > a, .nav .active {
  color: #e60012;
  background: none;
}

.nav > a:after, .nav-item > a:after {
  content: "";
  background: none;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.nav > a:hover:after, .nav-item:hover > a:after, .nav .active:after {
  background: #e60012;
}

.language-switch {
  min-height: var(--header-height);
  color: #050505;
  min-width: 126px;
  font: inherit;
  white-space: nowrap;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  padding: 0;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
  position: relative;
}

.language-switch-trigger {
  height: var(--header-height);
  color: #e60012;
  width: 100%;
  font: inherit;
  font-size: inherit;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
}

.language-switch-trigger:hover, .language-switch-trigger:focus-visible, .language-switch.open .language-switch-trigger {
  color: #e60012;
  outline: none;
}

.language-switch-globe {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
  width: 22px;
  height: 22px;
}

.language-switch-caret {
  border-bottom: 2px solid;
  border-right: 2px solid;
  flex: none;
  width: 8px;
  height: 8px;
  transition: transform .18s;
  transform: translateY(-2px) rotate(45deg);
}

.language-switch.open .language-switch-caret, .language-switch:hover .language-switch-caret, .language-switch:focus-within .language-switch-caret {
  transform: translateY(2px) rotate(225deg);
}

.language-switch-menu {
  top: var(--header-height);
  z-index: 90;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border: 1px solid #e6edf3;
  width: 100%;
  min-width: 100%;
  padding: 6px 0;
  transition: opacity .16s, transform .16s, visibility .16s;
  position: absolute;
  right: 0;
  transform: translateY(8px);
  box-shadow: 0 14px 34px #102b3a24;
}

.language-switch.open .language-switch-menu, .language-switch:hover .language-switch-menu, .language-switch:focus-within .language-switch-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-switch-option {
  color: #263746;
  width: 100%;
  min-height: 46px;
  font: inherit;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.language-switch-option:hover, .language-switch-option:focus-visible {
  color: #e60012;
  background: #f7fbff;
  outline: none;
}

.language-switch-option.active {
  color: #e60012;
  font-weight: 900;
}

@media (min-width: 1101px) {
  .header-inner {
    padding-right: calc(var(--wrap-pad) + var(--language-switch-width));
  }

  .brand {
    flex: 0 auto;
    min-width: 0;
  }

  .nav {
    flex: 0 auto;
    justify-content: flex-start;
    min-width: 0;
    margin-left: clamp(22px, 2vw, 40px);
  }

  .language-switch {
    top: 0;
    right: var(--wrap-pad);
    width: var(--language-switch-width);
    z-index: 95;
    position: absolute;
  }
}

.dropdown {
  top: var(--header-height);
  color: #263746;
  background: #fff;
  border: 1px solid #eceff3;
  border-top: 0;
  width: 170px;
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  box-shadow: 0 14px 34px #102b3a24;
}

.nav-item:hover .dropdown, .nav-item:focus-within .dropdown {
  display: block;
}

.dropdown a {
  min-height: 54px;
  color: inherit;
  white-space: nowrap;
  border-bottom: 1px solid #f0f2f4;
  align-items: center;
  padding: 0 18px;
  font-size: 14px;
  display: flex;
}

.simple-dropdown-item > .dropdown > a:last-child, .product-subdropdown > a:last-child, .product-dropdown-primary:last-child > .product-dropdown-link {
  border-bottom: 0;
}

.dropdown a:hover {
  color: #e60012;
  background: #f7fbff;
}

.product-dropdown {
  z-index: 80;
  width: 232px;
}

.product-dropdown-primary {
  position: relative;
}

.dropdown .product-dropdown-link {
  min-height: 54px;
  color: inherit;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.dropdown .product-dropdown-link:after {
  content: "›";
  color: #9aa8b4;
  flex: none;
  font-size: 16px;
  line-height: 1;
}

.product-dropdown-primary:hover > .product-dropdown-link, .product-dropdown-primary:focus-within > .product-dropdown-link {
  color: #e60012;
  background: #f7fbff;
}

.product-dropdown-primary:hover > .product-dropdown-link:after, .product-dropdown-primary:focus-within > .product-dropdown-link:after {
  color: #e60012;
}

.product-subdropdown {
  width: 260px;
  max-height: calc(100vh - var(--header-height) - 24px);
  background: #fff;
  border: 1px solid #eceff3;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  overflow-y: auto;
  box-shadow: 0 14px 34px #102b3a24;
}

.product-dropdown-primary:hover > .product-subdropdown, .product-dropdown-primary:focus-within > .product-subdropdown {
  display: block;
}

.dropdown .product-subdropdown-link {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.dropdown .product-subdropdown-link:hover, .dropdown .product-subdropdown-link:focus {
  color: #e60012;
  background: #f7fbff;
}

.mobile-toggle {
  color: #fff;
  background: #102b3a;
  border: 0;
  border-radius: 4px;
  flex: none;
  padding: 8px 12px;
  font-weight: 700;
  display: none;
}

.simple-dropdown-item.dropdown-suppressed .dropdown, .simple-dropdown-item.dropdown-suppressed:hover .dropdown, .simple-dropdown-item.dropdown-suppressed:focus-within .dropdown, .product-dropdown-item.dropdown-suppressed .product-dropdown, .product-dropdown-item.dropdown-suppressed:hover .product-dropdown, .product-dropdown-item.dropdown-suppressed:focus-within .product-dropdown {
  display: none;
}

html.site-lang-en .nav, html.site-lang-ru .nav, html.site-lang-es .nav, html.site-lang-de .nav {
  flex: 0 auto;
  min-width: 0;
}

html.site-lang-en .nav > a, html.site-lang-en .nav-item > a, html.site-lang-ru .nav > a, html.site-lang-ru .nav-item > a, html.site-lang-es .nav > a, html.site-lang-es .nav-item > a, html.site-lang-de .nav > a, html.site-lang-de .nav-item > a {
  padding-left: clamp(8px, .75vw, 16px);
  padding-right: clamp(8px, .75vw, 16px);
  font-size: clamp(13px, .88vw, 16px);
}

html.site-lang-en .brand h1, html.site-lang-ru .brand h1, html.site-lang-es .brand h1, html.site-lang-de .brand h1 {
  font-size: clamp(24px, 1.45vw, 30px);
}

html.site-lang-en .brand p, html.site-lang-ru .brand p, html.site-lang-es .brand p, html.site-lang-de .brand p {
  font-size: clamp(14px, .86vw, 18px);
}

html.site-lang-en .dropdown a, html.site-lang-ru .dropdown a, html.site-lang-es .dropdown a, html.site-lang-de .dropdown a {
  white-space: nowrap;
  overflow-wrap: normal;
  line-height: 1.35;
}

html.site-lang-en .simple-dropdown-item > .dropdown, html.site-lang-ru .simple-dropdown-item > .dropdown, html.site-lang-es .simple-dropdown-item > .dropdown, html.site-lang-de .simple-dropdown-item > .dropdown {
  width: max-content;
  min-width: 170px;
  max-width: calc(100vw - 24px);
}

html.site-lang-en .product-dropdown, html.site-lang-ru .product-dropdown, html.site-lang-es .product-dropdown, html.site-lang-de .product-dropdown {
  width: max-content;
  min-width: 232px;
  max-width: calc(100vw - 24px);
}

html.site-lang-en .dropdown .product-dropdown-link, html.site-lang-ru .dropdown .product-dropdown-link, html.site-lang-es .dropdown .product-dropdown-link, html.site-lang-de .dropdown .product-dropdown-link {
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
}

html.site-lang-en .dropdown .product-dropdown-link span, html.site-lang-ru .dropdown .product-dropdown-link span, html.site-lang-es .dropdown .product-dropdown-link span, html.site-lang-de .dropdown .product-dropdown-link span {
  white-space: nowrap;
  overflow-wrap: normal;
  min-width: 0;
  line-height: 1.35;
}

html.site-lang-en .dropdown .product-dropdown-link:after, html.site-lang-ru .dropdown .product-dropdown-link:after, html.site-lang-es .dropdown .product-dropdown-link:after, html.site-lang-de .dropdown .product-dropdown-link:after {
  content: ">";
}

html.site-lang-en .product-subdropdown, html.site-lang-ru .product-subdropdown, html.site-lang-es .product-subdropdown, html.site-lang-de .product-subdropdown {
  width: max-content;
  min-width: 260px;
  max-width: calc(100vw - 24px);
  overflow-x: hidden;
}

html.site-lang-en .dropdown .product-subdropdown-link, html.site-lang-ru .dropdown .product-subdropdown-link, html.site-lang-es .dropdown .product-subdropdown-link, html.site-lang-de .dropdown .product-subdropdown-link {
  white-space: nowrap;
  overflow-wrap: normal;
  min-height: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer {
  color: #c6d6e5;
  background: #0c273d;
  padding: 46px 0 24px;
}

.footer-grid {
  grid-template-columns: .95fr .65fr .75fr minmax(520px, 1.8fr);
  gap: 40px;
  display: grid;
}

.footer h3 {
  color: #fff;
  margin: 0 0 12px;
}

.footer p, .footer li {
  color: #a9bac9;
  font-size: 14px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li {
  padding: 4px 0;
}

.footer a {
  color: inherit;
}

.footer-contact-layout {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 20px;
  display: grid;
}

.footer-brand-tools {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px;
  margin-top: 18px;
  display: flex;
}

.footer-contact-layout .footer-brand-tools {
  flex-wrap: nowrap;
  margin-top: 0;
}

.footer-qr-card, .footer-store-card {
  background: none;
  border: 0;
  border-radius: 0;
}

.footer-qr-card {
  text-align: center;
  width: 118px;
  padding: 10px;
}

.footer-qr-card img {
  object-fit: cover;
  background: #fff;
  border-radius: 3px;
  width: 96px;
  height: 96px;
  display: block;
}

.footer-qr-card .footer-qr-placeholder {
  color: #dbe8f3;
  background: #ffffff1a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
}

.footer-qr-card span {
  color: #dbe8f3;
  margin-top: 8px;
  font-size: 13px;
  display: block;
}

.footer-store-card {
  text-align: center;
  width: 118px;
  padding: 10px;
}

.footer-store-card img {
  object-fit: contain;
  background: #fff;
  border-radius: 3px;
  width: 96px;
  height: 96px;
  display: block;
}

.footer-store-card span {
  color: #fff;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.footer-store-card small {
  color: #9fb4c7;
  font-size: 13px;
  display: block;
}

.footer-links {
  color: #91a4b4;
  text-align: right;
  margin-top: 28px;
  font-size: 13px;
}

.copyright {
  color: #91a4b4;
  text-align: center;
  border-top: 1px solid #ffffff1a;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 18px;
  font-size: 13px;
  display: flex;
}

.copyright a {
  color: inherit;
}

#home .ag-hero {
  height: 420px;
  min-height: 420px;
  max-height: 420px;
  margin-top: calc(-1 * var(--header-height));
  isolation: isolate;
  color: #111827;
  background: #dcecf8;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

#home .ag-hero .hero-track, #home .ag-hero .hero-slide, #home .ag-hero .ag-slide-inner {
  height: 420px;
  min-height: 420px;
  max-height: 420px;
}

#home .ag-hero .hero-track {
  position: relative;
  overflow: hidden;
}

#home .ag-hero .hero-slide {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .82s, visibility .82s;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

#home .ag-hero .hero-slide.active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#home .ag-hero .slide-bg {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: saturate(1.02) contrast(1.01) brightness(.99);
  will-change: transform, filter;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: opacity .7s, filter .7s;
  position: absolute;
  inset: 0;
  transform: scale(1.01);
}

#home .ag-hero .hero-slide.active .slide-bg {
  animation: 5.8s ease-out both agHeroKenBurns;
}

#home .ag-hero .factory-gate-bg {
  object-position: center bottom;
  filter: saturate(1.04) contrast(1.02) brightness(.98);
}

#home .ag-hero .factory-gate-slide.active .factory-gate-bg {
  animation: 5.2s ease-in-out both agFactoryGateVerticalPan;
}

#home .ag-hero .products-bg {
  object-position: center 50%;
  filter: saturate(1.04) contrast(1.01) brightness(1.01);
}

#home .ag-hero .workshop-bg {
  object-position: center 48%;
  filter: saturate(1.08) contrast(1.04) brightness(.88);
}

#home .ag-hero .slide-overlay {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #f5fbffc2 0%, #f5fbff7a 34%, #f5fbff1f 66%, #e8f4fc3d 100%);
  position: absolute;
  inset: 0;
}

#home .ag-hero .factory-gate-slide .slide-overlay {
  background: #047ec438;
}

#home .ag-hero .product-matrix-slide .slide-overlay, #home .ag-hero .workshop-slide .slide-overlay {
  display: none;
}

#home .ag-slide-inner {
  z-index: 3;
  max-width: none;
  height: 100%;
  padding: var(--header-height) var(--hero-title-offset) 0;
  grid-template-columns: minmax(0, 1fr);
  place-items: center start;
  margin: 0;
  display: grid;
  position: relative;
}

#home .ag-copy {
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 8px #0014262e;
  grid-area: 1 / 1;
  width: min(780px, 58vw);
  max-width: 780px;
  padding: 0;
}

#home .product-matrix-slide .ag-slide-inner {
  justify-items: start;
}

#home .product-matrix-slide .ag-copy {
  width: min(780px, 58vw);
  margin-right: 0;
}

#home .ag-copy .ag-eyebrow {
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  display: block;
}

#home .ag-copy h1, #home .ag-copy h2 {
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: keep-all;
  margin: 0;
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 500;
  line-height: 1.12;
}

#home .ag-copy .ag-subtitle {
  color: #fffffff0;
  letter-spacing: 0;
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  display: block;
}

#home .ag-copy .ag-description {
  color: #ffffffe0;
  letter-spacing: 0;
  max-width: 520px;
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}

#home .hero-actions {
  z-index: 8;
  pointer-events: none;
  width: 100%;
  padding: 0 24px;
  display: block;
  position: absolute;
  inset: 0;
}

#home .hero-arrows {
  pointer-events: none;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 50%;
  left: 28px;
  right: 28px;
  transform: translateY(-50%);
}

#home .hero-arrow {
  color: #111827;
  cursor: pointer;
  pointer-events: auto;
  background: #e2f2fb94;
  border: 1px solid #0875bd2e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  transition: background .2s, color .2s;
  display: flex;
}

#home .hero-arrow:hover {
  color: #fff;
  background: #0875bd;
}

#home .hero-dots {
  pointer-events: auto;
  align-items: center;
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

#home .hero-dot {
  cursor: pointer;
  background: #0875bd3d;
  border: 0;
  border-radius: 999px;
  width: 30px;
  height: 4px;
  padding: 0;
  transition: width .2s, background .2s;
}

#home .hero-dot.active {
  background: #0875bd;
  width: 50px;
}

#home .home-section-nav {
  z-index: 9;
  background: #f5fbff;
  border-bottom: 1px solid #829fb72e;
  position: relative;
}

#home .home-section-nav-inner {
  color: #10263a;
  letter-spacing: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 14px;
  min-height: 64px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  display: flex;
}

#home .home-section-nav button {
  color: #111827;
  min-height: 64px;
  font: inherit;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  padding: 0;
  transition: color .2s;
  display: inline-flex;
  position: relative;
}

#home .home-section-nav button:hover, #home .home-section-nav button:focus-visible {
  color: #e60012;
}

#home .home-section-nav span {
  color: #8aa2b5;
  font-weight: 700;
}

#home .home-section-anchor {
  scroll-margin-top: calc(var(--header-height) + 76px);
}

#home .home-overview-section {
  background: linear-gradient(#f5fbff 0%, #eef5fa 100%);
  align-items: center;
  min-height: 100vh;
  padding: 110px 0;
  display: flex;
}

#home .home-overview-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 88px;
  width: 100%;
  max-width: 1320px;
  display: grid;
}

#home .home-overview-grid .about-content {
  max-width: none;
}

#home .home-overview-grid .about-content .eyebrow {
  border-radius: var(--radius-pill);
  color: #111827;
  letter-spacing: .12em;
  background: #0875bd14;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}

#home .home-overview-grid .about-content .eyebrow:after {
  content: "";
  background: var(--green);
  border-radius: 2px;
  width: 28px;
  height: 2px;
}

#home .home-overview-grid .about-content h2 {
  letter-spacing: 0;
  color: #111827;
  white-space: nowrap;
  word-break: keep-all;
  margin-bottom: 28px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

#home .home-overview-grid .about-content p {
  color: #526f86;
  text-indent: 2em;
  max-width: none;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.95;
}

#home .home-overview-grid .compact-stats {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  margin: 0 0 44px;
  display: grid;
}

#home .home-overview-grid .stat {
  min-height: auto;
  box-shadow: none;
  background: none;
  border-left: 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

#home .home-overview-grid .stat strong {
  color: #111827;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 34px;
  line-height: 1.2;
}

#home .home-overview-grid .stat span {
  color: #7a94a8;
  font-size: 15px;
  font-weight: 500;
}

#home .home-overview-grid .about-content .btn.orange {
  border-radius: var(--radius-pill);
  min-width: 156px;
  height: 48px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 800;
}

#home .home-overview-photo {
  background: #fff;
  border-radius: 20px;
  justify-self: end;
  width: 100%;
  max-width: none;
  padding: 10px;
  box-shadow: 0 32px 80px #14466421;
}

#home .home-overview-photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

#home .home-application-section {
  background: #fff;
  padding: 86px 0 92px;
}

#home .home-application-head {
  grid-template-columns: minmax(0, .9fr) minmax(320px, .78fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 34px;
  display: grid;
}

#home .home-application-head p {
  color: #65788b;
  text-align: right;
  justify-self: end;
  max-width: 560px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

#home .home-application-carousel {
  position: relative;
  overflow: hidden;
}

#home .home-application-viewport {
  width: 100%;
  overflow: hidden;
}

#home .home-application-track {
  --application-slide-gap: 20px;
  gap: var(--application-slide-gap);
  will-change: transform;
  display: flex;
}

#home .home-application-slide {
  opacity: 0;
  min-width: 0;
  animation: applicationCardIn .46s var(--ease-out) forwards;
  flex: 0 0 calc(25% - 15px);
  transform: translateY(12px);
}

#home .home-application-card {
  color: #fff;
  min-width: 0;
  height: clamp(430px, 37vw, 560px);
  transition: transform .24s var(--ease-out), box-shadow .24s ease;
  background: #10263a;
  border-radius: 0;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 48px #0f385b1f;
}

#home .home-application-card:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(#06182a14 0%, #06182a38 38%, #06182ab8 100%), linear-gradient(90deg, #0875bd57, #ff8a001f);
  position: absolute;
  inset: 0;
}

#home .home-application-card:hover, #home .home-application-card:focus-visible {
  outline: none;
  transform: translateY(-3px);
  box-shadow: 0 26px 56px #0f385b2e;
}

#home .home-application-card img {
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.03);
  width: 100%;
  height: 100%;
  transition: transform .5s var(--ease-out);
  display: block;
  transform: scale(1.01);
}

#home .home-application-card:hover img, #home .home-application-card:focus-visible img {
  transform: scale(1.06);
}

#home .home-application-overlay {
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 10px #05142247;
  gap: 12px;
  display: grid;
  position: absolute;
  bottom: 36px;
  left: 30px;
  right: 30px;
}

#home .home-application-overlay h3 {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}

#home .home-application-overlay p {
  color: #ffffffeb;
  min-height: 48px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#home .home-application-controls {
  z-index: 6;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

#home .home-application-arrow {
  color: #ffffffeb;
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 72px;
  padding: 0;
  transition: background .2s, color .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

#home .home-application-arrow-prev {
  left: 0;
}

#home .home-application-arrow-next {
  right: 0;
}

#home .home-application-arrow:hover, #home .home-application-arrow:focus-visible {
  color: #fff;
  outline: none;
}

#home .home-application-arrow-prev:hover, #home .home-application-arrow-prev:focus-visible {
  background: linear-gradient(90deg, #0820345c, #08203400);
}

#home .home-application-arrow-next:hover, #home .home-application-arrow-next:focus-visible {
  background: linear-gradient(270deg, #0820345c, #08203400);
}

#home .home-application-arrow svg {
  filter: drop-shadow(0 3px 10px #0514226b);
  width: 34px;
  height: 34px;
}

@keyframes applicationCardIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#home .home-engineering-section {
  background: linear-gradient(#f5fbff 0%, #eef5fa 100%);
  padding: 92px 0;
}

#home .home-engineering-layout {
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  align-items: center;
  gap: 50px;
  display: grid;
}

#home .home-engineering-copy > p, #home .home-quality-head > p {
  color: #526b80;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.9;
}

#home .home-engineering-copy > p {
  text-indent: 2em;
}

#home .home-engineering-points {
  gap: 14px;
  display: grid;
}

#home .home-engineering-points article {
  opacity: 0;
  min-width: 0;
  animation: homeCapabilityIn .42s var(--ease-out) forwards;
  animation-delay: calc(var(--capability-order) * 50ms);
  background: #ffffffeb;
  border-left: 3px solid #0875bdb8;
  border-radius: 8px;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 18px 20px;
  display: grid;
  transform: translateY(10px);
  box-shadow: 0 14px 34px #0f385b14;
}

#home .home-engineering-point-icon, #home .home-quality-icon {
  color: #0875bd;
  background: #0875bd1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

#home .home-engineering-point-icon {
  width: 52px;
  height: 52px;
}

#home .home-engineering-point-icon svg, #home .home-quality-icon svg {
  width: 26px;
  height: 26px;
}

#home .home-engineering-points strong, #home .home-quality-step-copy strong {
  color: #111827;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
  display: block;
}

#home .home-engineering-points span, #home .home-quality-step-copy span {
  color: #526b80;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.7;
  display: block;
}

#home .home-engineering-visual {
  background: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  align-self: center;
  gap: 14px 18px;
  min-height: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

#home .home-engineering-figure {
  aspect-ratio: 15 / 8;
  background: #fff;
  border: 1px solid #dbe9f3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 36px #0f385b1a;
}

#home .home-engineering-figure img {
  object-fit: contain;
  filter: saturate(1.03) contrast(1.03);
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
}

#home .home-engineering-figure:first-child img, #home .home-engineering-figure:nth-child(2) img {
  transform: none;
}

#home .home-engineering-figure.is-placeholder {
  background: linear-gradient(135deg, #0875bd1a, #fff0 42%), linear-gradient(#fff 0%, #f6fbff 100%);
}

#home .home-engineering-figure.is-placeholder:before, #home .home-engineering-figure.is-placeholder:after {
  content: "";
  pointer-events: none;
  position: absolute;
}

#home .home-engineering-figure.is-placeholder:before {
  background: linear-gradient(90deg, #0875bd1f 0 15%, #0000 15% 27%, #ff8a0024 27% 44%, #0000 44% 56%, #0875bd24 56% 72%, #0000 72% 82%, #10263a1a 82% 100%), repeating-linear-gradient(0deg, #0875bd1a 0 1px, #0000 1px 18px);
  border: 1px solid #0875bd47;
  border-radius: 6px;
  inset: 26% 18%;
  transform: skewX(-9deg);
}

#home .home-engineering-figure.is-placeholder:after {
  background: linear-gradient(90deg, #0000 0 9%, #0875bd57 9% 10%, #0000 10% 29%, #0875bd57 29% 30%, #0000 30% 50%, #0875bd57 50% 51%, #0000 51% 70%, #0875bd57 70% 71%, #0000 71%), linear-gradient(0deg, #0000 0 49%, #ff8a0061 49% 50%, #0000 50%);
  inset: 18% 12%;
}

#home .home-engineering-figure.is-placeholder-b:before {
  inset: 30% 15% 24%;
  transform: skewX(8deg);
}

#home .home-engineering-figure.is-placeholder-b:after {
  background: linear-gradient(90deg, #0000 0 18%, #ff8a005c 18% 19%, #0000 19% 40%, #0875bd57 40% 41%, #0000 41% 63%, #0875bd57 63% 64%, #0000 64%), linear-gradient(0deg, #0000 0 36%, #0875bd3d 36% 37%, #0000 37% 64%, #ff8a0042 64% 65%, #0000 65%);
}

#home .home-manufacturing-section {
  background: #fff;
  padding: 104px 0 112px;
}

#home .home-manufacturing-head {
  margin-bottom: 34px;
  display: block;
}

#home .home-manufacturing-head p {
  color: #65788b;
  text-align: right;
  justify-self: end;
  max-width: 620px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

#home .home-manufacturing-carousel {
  position: relative;
  overflow: hidden;
}

#home .home-manufacturing-viewport {
  width: 100%;
  overflow: hidden;
}

#home .home-manufacturing-track {
  --manufacturing-slide-gap: 20px;
  gap: var(--manufacturing-slide-gap);
  will-change: transform;
  display: flex;
}

#home .home-manufacturing-item {
  opacity: 0;
  min-width: 0;
  animation: applicationCardIn .46s var(--ease-out) forwards;
  flex: 0 0 calc(25% - 15px);
  transform: translateY(12px);
}

#home .home-manufacturing-card {
  color: #fff;
  min-width: 0;
  height: clamp(430px, 37vw, 560px);
  transition: transform .24s var(--ease-out), box-shadow .24s ease;
  background: #10263a;
  border-radius: 0;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 48px #0f385b1f;
}

#home .home-manufacturing-card:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(#06182a14 0%, #06182a38 38%, #06182ab8 100%), linear-gradient(90deg, #0875bd57, #ff8a001f);
  position: absolute;
  inset: 0;
}

#home .home-manufacturing-card:hover, #home .home-manufacturing-card:focus-visible {
  outline: none;
  transform: translateY(-3px);
  box-shadow: 0 26px 56px #0f385b2e;
}

#home .home-manufacturing-card img {
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.04) contrast(1.03);
  width: 100%;
  height: 100%;
  transition: transform .5s var(--ease-out);
  display: block;
  transform: scale(1.01);
}

#home .home-manufacturing-card:hover img, #home .home-manufacturing-card:focus-visible img {
  transform: scale(1.06);
}

#home .home-manufacturing-overlay {
  z-index: 2;
  color: #fff;
  text-shadow: 0 2px 10px #05142247;
  gap: 12px;
  display: grid;
  position: absolute;
  bottom: 36px;
  left: 30px;
  right: 30px;
}

#home .home-manufacturing-overlay h3 {
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}

#home .home-manufacturing-overlay p {
  color: #ffffffeb;
  min-height: 48px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

#home .home-manufacturing-controls {
  z-index: 6;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

#home .home-manufacturing-arrow {
  color: #ffffffeb;
  cursor: pointer;
  pointer-events: auto;
  background: none;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 72px;
  padding: 0;
  transition: background .2s, color .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

#home .home-manufacturing-arrow-prev {
  left: 0;
}

#home .home-manufacturing-arrow-next {
  right: 0;
}

#home .home-manufacturing-arrow:hover, #home .home-manufacturing-arrow:focus-visible {
  color: #fff;
  outline: none;
}

#home .home-manufacturing-arrow-prev:hover, #home .home-manufacturing-arrow-prev:focus-visible {
  background: linear-gradient(90deg, #0820345c, #08203400);
}

#home .home-manufacturing-arrow-next:hover, #home .home-manufacturing-arrow-next:focus-visible {
  background: linear-gradient(270deg, #0820345c, #08203400);
}

#home .home-manufacturing-arrow svg {
  filter: drop-shadow(0 3px 10px #0514226b);
  width: 34px;
  height: 34px;
}

@keyframes manufacturingCopyIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#home .home-quality-section {
  background: #f3f9fd;
  padding: 104px 0 108px;
}

#home .home-quality-layout {
  gap: 40px;
  display: grid;
}

#home .home-quality-head {
  border-bottom: 1px solid #829fb738;
  grid-template-columns: minmax(0, .85fr) minmax(360px, .6fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 0;
  padding-bottom: 28px;
  display: grid;
}

#home .home-quality-head > p {
  text-align: right;
  justify-self: end;
  max-width: 560px;
  margin: 0;
}

#home .home-quality-certificates {
  border-bottom: 1px solid #829fb738;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  padding: 0 0 42px;
  display: grid;
}

#home .home-quality-certificates figure {
  text-align: center;
  min-width: 0;
  margin: 0;
  overflow: visible;
}

#home .home-quality-certificates img {
  object-fit: contain;
  background: none;
  width: 100%;
  height: 190px;
  padding: 0;
  display: block;
}

#home .home-quality-certificates figcaption {
  color: #10263a;
  text-align: center;
  border-top: 0;
  padding: 18px 0 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

#home .home-quality-flow {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
  padding: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

#home .home-quality-flow:before {
  content: "";
  background: linear-gradient(90deg, #ff8a009e, #0875bd2e);
  height: 2px;
  position: absolute;
  top: 23px;
  left: 36px;
  right: 36px;
}

#home .home-quality-step {
  z-index: 1;
  opacity: 0;
  min-width: 0;
  animation: homeCapabilityIn .42s var(--ease-out) forwards;
  animation-delay: calc(var(--quality-order) * 45ms);
  grid-template-rows: auto minmax(0, 1fr);
  align-content: start;
  gap: 20px;
  padding: 0;
  display: grid;
  position: relative;
  transform: translateY(10px);
}

#home .home-quality-icon {
  color: #0875bd;
  width: 48px;
  height: 48px;
  box-shadow: none;
  background: #f3f9fd;
  border: 1px solid #0875bd3d;
  border-radius: 50%;
}

#home .home-quality-step:first-child .home-quality-icon {
  color: #c46f1f;
  background: #f3f9fd;
  border-color: #ff8a0061;
}

#home .home-quality-step-copy {
  min-width: 0;
}

#home .home-quality-step-copy strong {
  font-size: 17px;
}

@keyframes homeCapabilityIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#home .core-section-wide {
  padding-top: 78px;
}

#home .section-title .eyebrow {
  border-radius: var(--radius-pill);
  color: #111827;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #0875bd14;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}

#home .section-title .eyebrow:after {
  content: "";
  background: var(--green);
  border-radius: 2px;
  width: 28px;
  height: 2px;
}

#home .section-title h2 {
  color: #111827;
}

@media (max-width: 1180px) {
  #home .home-engineering-layout {
    grid-template-columns: 1fr;
  }

  #home .home-quality-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #home .home-quality-head > p {
    text-align: left;
    justify-self: start;
    max-width: 720px;
  }

  #home .home-quality-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 30px;
  }

  #home .home-quality-flow:before {
    display: none;
  }

  #home .home-manufacturing-card, #home .home-application-card {
    height: 500px;
  }
}

@media (max-width: 980px) {
  #home .home-manufacturing-track, #home .home-application-track {
    --application-slide-gap: 18px;
    --manufacturing-slide-gap: 18px;
  }

  #home .home-manufacturing-item, #home .home-application-slide {
    flex-basis: calc(50% - 9px);
  }

  #home .home-manufacturing-card, #home .home-application-card {
    height: 460px;
  }
}

@media (max-width: 860px) {
  #home .home-section-nav-inner {
    gap: 8px 10px;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  #home .home-section-nav button {
    min-height: 28px;
  }

  #home .home-application-section, #home .home-engineering-section, #home .home-manufacturing-section, #home .home-quality-section {
    padding: 64px 0 68px;
  }

  #home .home-application-head, #home .home-manufacturing-head, #home .home-quality-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #home .home-application-head p, #home .home-manufacturing-head p, #home .home-quality-head > p {
    text-align: left;
    justify-self: start;
  }

  #home .home-engineering-layout {
    gap: 34px;
  }

  #home .home-engineering-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #home .home-quality-layout {
    gap: 34px;
  }

  #home .home-quality-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
    padding: 0;
  }
}

@media (max-width: 560px) {
  #home .home-quality-certificates {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 0 0 34px;
  }

  #home .home-quality-certificates img {
    height: 170px;
  }

  #home .home-quality-flow {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0;
  }

  #home .home-quality-step {
    grid-template-rows: auto;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 0;
  }

  #home .home-quality-step-copy strong {
    font-size: 16px;
  }

  #home .home-manufacturing-track, #home .home-application-track {
    --application-slide-gap: 16px;
    --manufacturing-slide-gap: 16px;
  }

  #home .home-manufacturing-item, #home .home-application-slide {
    flex-basis: 100%;
  }

  #home .home-manufacturing-card, #home .home-application-card {
    height: 430px;
  }

  #home .home-manufacturing-overlay, #home .home-application-overlay {
    bottom: 30px;
    left: 24px;
    right: 24px;
  }

  #home .home-manufacturing-overlay h3, #home .home-application-overlay h3 {
    font-size: 24px;
  }

  #home .home-manufacturing-overlay p, #home .home-application-overlay p {
    min-height: 0;
    font-size: 14px;
  }

  #home .home-engineering-points article, #home .home-engineering-visual {
    grid-template-columns: 1fr;
  }
}

.section {
  padding: 86px 0;
}

.section.light {
  background: linear-gradient(#f7fbff 0%, #f2f7fb 100%);
}

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

.eyebrow {
  letter-spacing: 8px;
  color: #6b7280;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}

.section-title h2 {
  color: #111827;
  letter-spacing: 0;
  margin: 5px 0 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

.section-title p {
  color: #65788b;
  text-align: right;
  max-width: 580px;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.about-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 55px;
  display: grid;
}

.about-photo {
  box-shadow: var(--shadow-lg);
  background: #fff;
  border-radius: 16px;
  padding: 8px;
  position: relative;
  overflow: hidden;
}

.about-photo img {
  object-fit: cover;
  width: 100%;
  height: 430px;
}

.about-photo .label {
  background: var(--blue);
  color: #fff;
  border-radius: 0 12px 12px 0;
  padding: 13px 20px;
  font-weight: 800;
  position: absolute;
  bottom: 30px;
  left: 30px;
  box-shadow: 0 12px 22px #0003;
}

.about-content h2 {
  color: #111827;
  margin: 5px 0 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

.about-content p {
  color: #526b80;
  margin: 0 0 18px;
  font-size: 16px;
}

.stats {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 28px 0;
  display: grid;
}

.stat {
  border-left: 4px solid var(--blue);
  background: #fff;
  padding: 6px 0 6px 18px;
}

.stat strong {
  color: #111827;
  font-size: 30px;
  line-height: 1.1;
  display: block;
}

.stat span {
  color: #718397;
  font-size: 14px;
}

.advantage {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  display: grid;
}

.adv-card {
  border-top: 4px solid var(--blue);
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px #143c5a14;
}

.adv-card:nth-child(2n) {
  border-top-color: var(--green);
}

.adv-card b {
  color: #dcecf8;
  font-size: 42px;
  line-height: 1;
}

.adv-card h3 {
  color: var(--dark);
  margin: 10px 0;
  font-size: 20px;
}

.adv-card p {
  color: #68798a;
  margin: 0;
  font-size: 14px;
}

.about-video {
  cursor: pointer;
  isolation: isolate;
  outline: none;
}

.about-video-player {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 430px;
  transition: transform var(--duration-slow) var(--ease-out), filter .35s ease;
  background: #061d3b;
  display: block;
  position: relative;
}

.about-video:focus-visible {
  box-shadow: 0 0 0 4px #0875bd38, 0 24px 60px #0f385b1f;
}

.about-video-player:fullscreen {
  object-fit: contain;
  background: #000;
  width: 100vw;
  height: 100vh;
}

#timeline.history-carousel-section {
  color: #2f343c;
  background: #f7f9fc;
  min-height: 690px;
  padding: 56px 0 52px;
  position: relative;
  overflow: hidden;
}

#timeline .history-carousel {
  z-index: 1;
  max-width: 1800px;
  min-height: 540px;
  position: relative;
}

#timeline .history-heading {
  width: 330px;
  margin: 0;
  display: block;
}

#timeline .history-heading span {
  background: #ff8a00;
  width: 38px;
  height: 3px;
  margin: 0 0 24px;
  display: block;
}

#timeline .history-heading h2 {
  color: #111827;
  letter-spacing: 0;
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

#timeline .history-heading p {
  color: #aeb4bf;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin: 12px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

#timeline .history-stage {
  margin-top: -20px;
  display: block;
}

#timeline .history-axis {
  isolation: isolate;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  min-height: 168px;
  margin: -34px 0 44px 390px;
  padding: 48px 58px 42px 24px;
  display: grid;
  position: relative;
  overflow: visible;
}

#timeline .history-axis-item {
  z-index: 1;
  color: #7a808b;
  width: 100%;
  min-width: 0;
  font: inherit;
  cursor: pointer;
  --history-line-top: 12px;
  --history-line-size: 5px;
  --history-line-offset: 2.5px;
  --history-rise-next: 38px;
  transform: translateY(var(--history-rise, 0));
  background: none;
  border: 0;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  gap: 14px;
  padding: 0;
  font-weight: 400;
  transition: transform .24s;
  display: flex;
  position: relative;
}

#timeline .history-axis-item:before, #timeline .history-axis-item:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  position: absolute;
}

#timeline .history-axis-item:before {
  left: 50%;
  top: var(--history-line-top);
  width: 100%;
  height: var(--history-line-size);
  background: #d8dde5;
  border-radius: 2px;
}

#timeline .history-axis-item:not(:last-child):after {
  left: calc(150% - var(--history-line-offset));
  top: calc(var(--history-line-top) - var(--history-rise-next));
  width: var(--history-line-size);
  height: calc(var(--history-rise-next) + var(--history-line-size));
  background: #d8dde5;
  border-radius: 2px;
}

#timeline .history-axis-item:first-child:before {
  background: linear-gradient(90deg, #cbd3dd 0%, #dbe1e9 100%);
}

#timeline .history-axis-item:first-child:after {
  background: linear-gradient(#dbe1e9 0%, #d8dde5 100%);
}

#timeline .history-axis-item:nth-child(2):before {
  background: linear-gradient(90deg, #dbe1e9 0%, #ffb04a 100%);
}

#timeline .history-axis-item:nth-child(2):after {
  background: linear-gradient(#ffb04a 0%, #dbe1e9 100%);
}

#timeline .history-axis-item:nth-child(3):before, #timeline .history-axis-item:nth-child(3):after, #timeline .history-axis-item:nth-child(4):before {
  background: linear-gradient(90deg, #ffb04a 0%, #ff8a00 100%);
}

#timeline .history-axis-item:nth-child(4):before {
  width: 66%;
}

#timeline .history-axis-item:nth-child(4):after {
  left: calc(116% - 9px);
  top: calc(var(--history-line-top) - 8px);
  background: none;
  border-top: 5px solid #ff8a00;
  border-right: 5px solid #ff8a00;
  border-radius: 2px;
  width: 19px;
  height: 19px;
  transform: rotate(45deg);
}

#timeline .history-axis-item:first-child {
  --history-rise: 57px;
}

#timeline .history-axis-item:nth-child(2) {
  --history-rise: 19px;
}

#timeline .history-axis-item:nth-child(3) {
  --history-rise: -19px;
  --history-rise-next: 38px;
}

#timeline .history-axis-item:nth-child(4) {
  --history-rise: -57px;
}

#timeline .history-axis-item i {
  z-index: 2;
  background: #f7f9fc;
  border: 3px solid #c1c7d0;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  transition: border-color .22s, transform .22s;
  position: relative;
  box-shadow: 0 0 0 9px #f7f9fc, 0 8px 18px #212e4212;
}

#timeline .history-axis-item span {
  z-index: 2;
  color: #7a808b;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  transition: color .22s, transform .22s;
  position: relative;
}

#timeline .history-axis-item.active i {
  background: #fff;
  border: 5px solid #ff8a00;
  width: 26px;
  height: 26px;
  transform: translateY(-4px);
  box-shadow: 0 0 0 9px #f7f9fc, 0 12px 24px #ff8a0033;
}

#timeline .history-axis-item.active i:after {
  content: "";
  background: #ff8a00;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#timeline .history-axis-item.active span {
  color: #ff8a00;
  transform: translateY(-4px);
}

#timeline .history-axis-item:hover i, #timeline .history-axis-item:focus-visible i {
  border-color: #ff8a00;
  transform: translateY(-2px);
}

#timeline .history-axis-item:hover span, #timeline .history-axis-item:focus-visible span {
  color: #ff8a00;
}

#timeline .history-panel {
  grid-template-columns: minmax(360px, .36fr) minmax(0, 1fr);
  align-items: center;
  column-gap: 72px;
  min-height: 330px;
  padding: 0 0 86px;
  animation: .55s both historyPanelIn;
  display: grid;
  position: relative;
}

#timeline .history-panel-head {
  grid-area: 1 / 1;
  min-width: 0;
}

#timeline .history-year {
  color: #8c939f;
  letter-spacing: 0;
  font-size: clamp(96px, 9vw, 146px);
  font-weight: 300;
  line-height: .9;
  display: block;
}

#timeline .history-year:after {
  content: "";
  background: #ff8a00;
  width: 180px;
  height: 1px;
  margin: 26px 0 0;
  display: block;
}

#timeline .history-copy {
  border-left: 1px solid #d8dde5;
  grid-area: 1 / 2;
  min-height: 318px;
  padding: 28px 0 28px 70px;
  position: relative;
}

#timeline .history-copy:before {
  content: "";
  background: #fff;
  border: 3px solid #ff8a00;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 44px;
  left: -8px;
}

#timeline .history-panel h3 {
  color: #313741;
  letter-spacing: 5px;
  margin: 0;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.28;
  display: block;
}

#timeline .history-panel h3:after {
  content: "";
  background: #ff8a00;
  width: 28px;
  height: 3px;
  margin: 22px 0 30px;
  display: block;
}

#timeline .history-points {
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 680px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

#timeline .history-points li {
  color: #727780;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}

#timeline .history-points li:before {
  content: "";
  background: #6d737b;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: .82em;
  left: 0;
}

#timeline .history-controls {
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

#timeline .history-index {
  color: #c2c6cf;
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 300;
}

#timeline .history-control-line {
  background: #d6dbe3;
  width: 92px;
  height: 1px;
  display: block;
}

#timeline .history-control-separator {
  background: #d6dbe3;
  width: 1px;
  height: 36px;
  display: block;
}

#timeline .history-control {
  color: #8a929f;
  cursor: pointer;
  background: #f0f2f6;
  border: 1px solid #d9dee6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  transition: background .22s, border-color .22s, color .22s, transform .22s;
  display: inline-flex;
  box-shadow: 0 2px 10px #1824380a;
}

#timeline .history-control-auto {
  margin-left: -10px;
}

#timeline .history-control svg {
  width: 20px;
  height: 20px;
}

#timeline .history-control:hover, #timeline .history-control:focus-visible {
  color: #ff8a00;
  background: #fff;
  border-color: #ff8a00;
  transform: translateY(-2px);
}

.product-explorer-section {
  --product-feature-bg: #edf6fb;
  --product-explorer-toolbar-height: 116px;
  --product-explorer-stage-height: 800px;
  scroll-margin-top: calc(var(--header-height) + 8px);
  min-height: calc(var(--product-explorer-toolbar-height) + var(--product-explorer-stage-height));
  color: #263746;
  background: linear-gradient(90deg, #05609a1f 0%, #f6fbfffa 18%, #fffffffa 54%, #edfafffa 100%), linear-gradient(#0875bd0d, #53b5240a);
  width: 100%;
  overflow: visible;
}

.product-explorer-shell {
  width: 100%;
  min-height: calc(var(--product-explorer-toolbar-height) + var(--product-explorer-stage-height));
  grid-template-columns: 240px minmax(0, 1fr);
  grid-template-rows: var(--product-explorer-toolbar-height) minmax(var(--product-explorer-stage-height), auto);
  background: #fffffff5;
  display: grid;
  overflow: visible;
  box-shadow: inset 0 1px #ffffffb8;
}

.product-detail-search-section {
  background: linear-gradient(90deg, #f4fafffa, #fffffff5 48%, #edfafff5), linear-gradient(#0875bd0f, #53b5240a);
  border-bottom: 1px solid #0875bd1f;
  min-height: 0;
  padding: 0;
}

.product-detail-search-section .wrap {
  max-width: var(--container-width);
}

.product-detail-search-section .product-explorer-toolbar {
  box-shadow: none;
  background: none;
  border-bottom: 0;
  border-radius: 0;
  padding: 16px 0;
}

.product-explorer-toolbar {
  background: linear-gradient(90deg, #f4fafffa, #fffffff5 48%, #edfafff5), linear-gradient(#0875bd0f, #53b5240a);
  border-bottom: 1px solid #0875bd1f;
  grid-area: 1 / 1 / auto / -1;
  grid-template-rows: 48px;
  grid-template-columns: 240px minmax(360px, 1fr);
  align-content: center;
  align-items: center;
  gap: 0;
  min-width: 0;
  padding: 0 42px 0 0;
  display: grid;
}

.product-explorer-title {
  grid-row: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  height: 48px;
  padding-right: 36px;
  display: flex;
}

.product-explorer-title span, .product-page-search-head span, .product-page-empty-copy span {
  color: var(--blue);
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 900;
  display: block;
}

.product-explorer-title strong {
  color: #143c5c;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
  display: block;
}

.product-explorer-title small {
  color: #6d8296;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.35;
  display: block;
}

.product-explorer-search {
  background: #fff;
  border: 1px solid #c8dceb;
  border-radius: 8px;
  grid-area: 1 / 2;
  min-width: 0;
  height: 48px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 14px 30px #084a7814;
}

.product-explorer-search-label {
  color: #0f3f64;
  letter-spacing: 0;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 48px;
  font-size: 18px;
  font-weight: 900;
  display: inline-flex;
}

.product-explorer-search input {
  color: #173b59;
  min-width: 0;
  font: inherit;
  border: 0;
  outline: 0;
  flex: 1;
  padding: 0 16px;
  font-size: 15px;
}

.product-explorer-search input::placeholder {
  color: #8aa0b3;
}

.product-explorer-clear, .product-explorer-submit {
  font: inherit;
  cursor: pointer;
  border: 0;
  font-weight: 900;
}

.product-explorer-clear {
  color: #607b92;
  background: #eef7ff;
  padding: 0 12px;
}

.product-explorer-submit {
  background: var(--orange);
  color: #fff;
  min-width: 92px;
}

.product-explorer-hotwords {
  grid-area: 2 / 2;
  align-items: center;
  gap: 8px;
  display: flex;
  overflow: hidden;
}

.product-explorer-hotwords button {
  color: #476a84;
  min-height: 28px;
  font: inherit;
  white-space: nowrap;
  cursor: pointer;
  background: #ffffffc2;
  border: 1px solid #0875bd1f;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 800;
}

.product-explorer-hotwords button:hover, .product-explorer-hotwords button:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  background: #f4fbff;
}

.product-explorer-metrics {
  grid-area: 1 / 3 / 3;
  grid-template-columns: repeat(3, minmax(86px, 1fr));
  gap: 10px;
  display: grid;
}

.product-explorer-metrics span {
  color: #60778a;
  background: #ffffffb8;
  border: 1px solid #0875bd1a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  min-height: 68px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.product-explorer-metrics b {
  color: #173b59;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
}

.product-page-category-column {
  height: auto;
  min-height: var(--product-explorer-stage-height);
  background: linear-gradient(#f5fbff 0%, #eef7fc 100%);
  border-right: 1px solid #0875bd29;
  grid-area: 2 / 1;
  max-height: none;
  padding: 10px 0 18px;
  overflow: visible;
}

.product-page-category-group {
  border-bottom: 1px solid #0875bd1c;
  margin: 0;
  padding: 0 0 1px;
  position: relative;
}

.product-page-category-group:last-child {
  border-bottom: 0;
}

.product-page-category-heading {
  box-shadow: none;
  background: none;
  border-left: 0;
  border-radius: 0;
  margin: 0;
  padding: 8px 18px 7px 32px;
  display: block;
  position: relative;
}

.product-page-category-heading strong {
  color: #050505;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  display: block;
}

.product-page-category-heading:before {
  content: none;
  display: none;
}

.product-page-secondary-menu {
  gap: 0;
  padding: 0 0 2px;
  display: grid;
}

.product-page-category {
  color: #263746;
  width: 100%;
  min-height: 38px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 6px 30px;
  display: block;
  position: relative;
}

.product-page-category:before {
  content: "";
  background: #7fb8d8;
  border-radius: 999px;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 31px;
  transform: translateY(-50%);
}

.product-page-category strong {
  color: #2d6689;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.32;
  display: block;
}

.product-page-category span {
  color: #8aa7ba;
  white-space: normal;
  overflow-wrap: anywhere;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.55;
  display: block;
}

.product-page-secondary-menu-item {
  transform-origin: 0;
  align-items: center;
  min-height: 34px;
  padding: 4px 24px 4px 50px;
  display: flex;
  overflow: hidden;
}

.product-page-secondary-menu-item:before, .product-page-secondary-menu-item:after {
  content: none;
  display: none;
}

.product-page-secondary-menu-item strong {
  z-index: 1;
  color: #263746;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  position: relative;
}

.product-page-category:hover, .product-page-category:focus {
  background: #9ed8ff2e;
  outline: 0;
}

.product-page-category:hover:before, .product-page-category:focus:before {
  background: var(--blue);
}

.product-page-category:hover strong, .product-page-category:focus strong {
  color: #0875bd;
}

.product-page-secondary-menu-item:hover, .product-page-secondary-menu-item:focus {
  background: #f7fbff;
  box-shadow: inset 3px 0 #e6001233;
}

.product-page-secondary-menu-item.active {
  background: #f7fbff;
  box-shadow: inset 4px 0 #e6001238;
}

.product-page-secondary-menu-item.is-clicked {
  animation: .36s cubic-bezier(.18, .84, .24, 1) both agSecondaryMenuSelect;
}

.product-page-secondary-menu-item:hover strong, .product-page-secondary-menu-item:focus strong, .product-page-secondary-menu-item.active strong {
  color: #e60012;
  text-shadow: none;
}

.product-page-feature-carousel {
  isolation: isolate;
  min-width: 0;
  height: var(--product-explorer-stage-height);
  min-height: var(--product-explorer-stage-height);
  border-right: 1px solid var(--line2);
  background: var(--product-feature-bg);
  grid-area: 2 / 2 / auto / -1;
  display: block;
  position: relative;
  overflow: hidden;
}

.product-page-feature-carousel:before {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(#fff0 70%, #eef8ff6b 100%);
  position: absolute;
  inset: 0;
}

.product-page-feature-product {
  z-index: 0;
  box-sizing: border-box;
  background: var(--product-feature-bg);
  color: #173b59;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 34px clamp(28px, 5vw, 96px) 92px;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.product-page-feature-product img {
  object-fit: contain;
  object-position: center center;
  background: var(--product-feature-bg);
  mix-blend-mode: multiply;
  filter: drop-shadow(0 24px 44px #10466c1f);
  width: 100%;
  max-width: none;
  height: 100%;
  transition: transform .32s;
  animation: .5s both agProductFeatureIn;
}

.product-page-feature-product:hover img, .product-page-feature-product:focus img {
  transform: scale(1.018);
}

.product-page-feature-controls {
  z-index: 2;
  justify-content: center;
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
}

.product-page-feature-controls button {
  color: #173b59;
  min-width: 78px;
  min-height: 34px;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 1px solid #0875bd33;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 900;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}

.product-page-feature-controls button:hover, .product-page-feature-controls button:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  background: #0875bd1a;
  transform: translateY(-1px);
}

.product-page-feature-dots {
  z-index: 2;
  justify-content: center;
  gap: 9px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.product-page-feature-dots button {
  cursor: pointer;
  background: #ffffffc7;
  border: 1px solid #0875bd52;
  border-radius: 999px;
  width: 10px;
  height: 10px;
  padding: 0;
  transition: width .2s, background .2s, border-color .2s;
}

.product-page-feature-dots button.active {
  background: var(--green);
  border-color: var(--green);
  width: 28px;
}

.product-page-secondary-column {
  height: auto;
  min-height: var(--product-explorer-stage-height);
  border-right: 1px solid var(--line2);
  background: #fff;
  flex-direction: column;
  grid-area: 2 / 2;
  max-height: none;
  padding: 34px 24px;
  display: flex;
  overflow: visible;
}

.product-page-tertiary-column {
  height: auto;
  min-height: var(--product-explorer-stage-height);
  border-right: 1px solid var(--line2);
  background: #f9fcff;
  flex-direction: column;
  grid-area: 2 / 2;
  max-height: none;
  padding: 34px 24px;
  display: flex;
  overflow: visible;
}

.product-page-search-panel {
  min-width: 0;
  height: auto;
  min-height: var(--product-explorer-stage-height);
  background: linear-gradient(135deg, #f8fcfffa 0%, #e8f7fffa 58%, #f5fff1f5 100%), linear-gradient(90deg, #ffffffb8 0 1px, #0000 1px 46px);
  grid-area: 2 / 2 / auto / -1;
  max-height: none;
  padding: 34px 44px 40px;
  overflow: visible;
}

.product-page-search-head {
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.product-page-search-head strong {
  color: #173b59;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}

.product-page-search-head small {
  color: #6d8296;
  font-size: 13px;
  font-weight: 800;
}

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

.product-page-search-pagination, .product-page-product-pagination {
  background: #ffffffd1;
  border: 1px solid #0875bd1f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 16px 18px;
  display: flex;
  box-shadow: 0 16px 36px #144e7614;
}

.product-page-product-pagination {
  grid-column: 1 / -1;
}

.product-page-search-pagination-summary {
  color: #637485;
  font-size: 14px;
  font-weight: 800;
}

.product-page-search-pagination .product-pagination-controls, .product-page-product-pagination .product-pagination-controls {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.product-page-search-pagination .product-page-button, .product-page-product-pagination .product-page-button {
  flex: none;
}

.product-page-result-card {
  color: #173b59;
  background: #ffffffdb;
  border: 1px solid #0875bd1f;
  border-radius: 8px;
  grid-template-rows: 180px auto auto auto auto;
  gap: 8px;
  min-height: 330px;
  padding: 16px;
  display: grid;
  box-shadow: 0 18px 42px #144e761a;
}

.product-page-result-card:hover {
  border-color: #0875bd4d;
  transform: translateY(-5px);
  box-shadow: 0 26px 54px #144e7629;
}

.product-page-result-image {
  background: #f6fbff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.product-page-result-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-page-result-card strong {
  color: #173b59;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 17px;
  font-weight: 900;
  overflow: hidden;
}

.product-page-result-card small, .product-page-result-card em {
  color: #61778b;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-style: normal;
  overflow: hidden;
}

.product-page-search-empty {
  text-align: center;
  background: #ffffffa8;
  border: 1px dashed #0875bd47;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 40px;
  display: flex;
}

.product-page-search-empty strong {
  color: #173b59;
  font-size: 24px;
}

.product-page-search-empty p {
  color: #61778b;
  max-width: 520px;
  margin: 12px 0 0;
}

.product-page-column-title {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  display: flex;
}

.product-page-column-title span {
  color: var(--blue);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
  overflow: hidden;
}

.product-page-column-title a {
  color: var(--green);
  flex: none;
  font-size: 14px;
  font-weight: 900;
}

.product-page-column-title-small span {
  color: #050505;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.product-page-subcategory-list, .product-page-tertiary-list {
  flex: none;
  align-content: start;
  gap: 6px;
  min-width: 0;
  min-height: auto;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.product-page-tertiary {
  box-sizing: border-box;
  color: #263746;
  width: 100%;
  min-height: 60px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 8px;
  align-content: center;
  gap: 2px;
  padding: 9px 10px;
  transition: background .2s, border-color .2s, transform .2s;
  display: grid;
}

.product-page-tertiary span {
  color: #263746;
  white-space: normal;
  overflow-wrap: anywhere;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.product-page-tertiary small {
  color: #75889a;
  white-space: normal;
  overflow-wrap: anywhere;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.product-page-tertiary:hover, .product-page-tertiary:focus, .product-page-tertiary.active {
  background: #f3f9ff;
  border-color: #d7eafa;
  outline: 0;
}

.product-page-tertiary:hover span, .product-page-tertiary:focus span, .product-page-tertiary.active span {
  color: #e60012;
}

.product-page-subcategory {
  box-sizing: border-box;
  color: #263746;
  width: 100%;
  min-height: 78px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 1px solid #0000;
  border-radius: 8px;
  align-content: center;
  gap: 3px;
  padding: 10px 12px;
  transition: background .2s, border-color .2s, transform .2s;
  display: grid;
}

.product-page-subcategory span {
  color: #173b59;
  white-space: normal;
  overflow-wrap: anywhere;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.product-page-subcategory small {
  color: #75889a;
  white-space: normal;
  overflow-wrap: anywhere;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.product-page-subcategory:hover, .product-page-subcategory:focus, .product-page-subcategory.active {
  background: #f3f9ff;
  border-color: #d7eafa;
  outline: 0;
}

.product-page-subcategory:hover span, .product-page-subcategory:focus span, .product-page-subcategory.active span {
  color: var(--blue);
}

.product-page-product-panel, .product-page-product-empty {
  min-width: 0;
  height: auto;
  min-height: var(--product-explorer-stage-height);
  background: linear-gradient(135deg, #f8fcfffa 0%, #e8f7fffa 55%, #f5fff1f5 100%);
  grid-area: 2 / 3;
  max-height: none;
  position: relative;
  overflow: visible;
}

.product-page-product-panel {
  grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
  align-content: start;
  gap: 22px;
  padding: 42px 52px 38px;
  display: grid;
}

.product-page-product-panel:not(.primary-overview) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-page-product-panel:not(.primary-overview) .product-page-product-card {
  grid-template-rows: 160px auto auto auto;
  min-height: 292px;
  padding: 14px;
}

.product-page-product-panel:not(.primary-overview) .product-page-product-image {
  height: 160px;
}

.product-page-product-panel.primary-overview {
  grid-column: 2 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.product-page-product-panel.primary-overview .product-page-product-card {
  grid-template-rows: 160px auto auto auto;
  min-height: 292px;
  padding: 14px;
}

.product-page-product-panel.primary-overview .product-page-product-image {
  height: 160px;
}

.product-page-panel-breadcrumb {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.product-page-product-empty {
  padding: 48px 56px;
  display: block;
}

.product-page-product-card {
  z-index: 1;
  color: #173b59;
  background: #ffffffe0;
  border: 1px solid #0875bd1f;
  border-radius: 8px;
  grid-template-rows: 190px auto auto auto;
  gap: 8px;
  min-height: 320px;
  padding: 16px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: grid;
  position: relative;
  box-shadow: 0 18px 42px #144e761f;
}

.product-page-product-card:hover {
  border-color: #0875bd4d;
  transform: translateY(-6px);
  box-shadow: 0 26px 54px #144e762e;
}

.product-page-product-image {
  background: #f6fbff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 190px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.product-page-product-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform .2s;
}

.product-page-product-card:hover img {
  transform: scale(1.035);
}

.product-page-product-card strong {
  color: #173b59;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 17px;
  font-weight: 900;
  overflow: hidden;
}

.product-page-product-card small {
  color: #61778b;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  overflow: hidden;
}

.product-page-empty-copy {
  max-width: 620px;
  margin-bottom: 34px;
}

.product-page-empty-copy strong {
  color: #173b59;
  margin-top: 10px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.14;
  display: block;
}

.product-page-empty-copy p {
  color: #637d92;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
}

.product-page-preview-strip {
  grid-template-columns: repeat(3, minmax(0, 220px));
  gap: 18px;
  display: grid;
}

.product-page-preview-strip a {
  color: #173b59;
  background: #ffffffc2;
  border: 1px solid #0875bd1f;
  border-radius: 8px;
  gap: 10px;
  padding: 14px;
  display: grid;
  box-shadow: 0 18px 38px #144e761a;
}

.product-page-preview-strip img {
  object-fit: contain;
  background: #f6fbff;
  border-radius: 6px;
  width: 100%;
  height: 130px;
}

.product-page-preview-strip span {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 900;
  overflow: hidden;
}

.product-layout {
  grid-template-columns: 280px 1fr;
  gap: 30px;
  display: grid;
}

.side {
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.side-title {
  background: var(--blue);
  color: #fff;
  padding: 20px 24px;
  font-size: 22px;
  font-weight: 900;
  position: relative;
}

.side-title:after {
  content: "PRODUCTS";
  letter-spacing: 4px;
  opacity: .55;
  margin-top: 3px;
  font-size: 12px;
  display: block;
}

.cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat-list li {
  border-bottom: 1px solid var(--line);
}

.cat-list button {
  text-align: left;
  cursor: pointer;
  color: #263746;
  background: #fff;
  border: 0;
  width: 100%;
  padding: 18px 22px;
  transition: background .2s, color .2s, transform .22s;
}

.cat-list button:hover, .cat-list .on button {
  color: var(--blue);
  background: #f1f8ff;
  transform: translateX(5px);
}

.cat-list strong {
  font-size: 16px;
  display: block;
}

.cat-list span {
  color: #7b8da0;
  margin-top: 3px;
  font-size: 12px;
  display: block;
}

.product-tools {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  padding: 16px 18px;
  display: flex;
  overflow: hidden;
}

.keywords {
  color: #68798a;
  font-size: 14px;
}

.keywords b {
  color: var(--blue);
}

.search {
  border: 1px solid #cddae5;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}

.search input {
  border: 0;
  outline: none;
  width: 230px;
  padding: 10px 12px;
}

.search button {
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 0 17px;
  font-weight: 800;
  transition: transform .22s, box-shadow .22s;
}

.search button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px #ff8a002e;
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

.product-related-grid.item-count-2 {
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
}

.product-related-grid.item-count-1 {
  grid-template-columns: minmax(0, min(100%, 420px));
  justify-content: center;
}

.product-related-title {
  align-items: center;
}

.product-related-controls {
  align-items: center;
  gap: 10px;
  display: flex;
}

.product-related-controls span {
  color: #526b80;
  font-size: 14px;
  font-weight: 900;
}

.product-related-carousel {
  align-items: center;
  gap: 16px;
  display: flex;
}

.product-related-grid-wrapper {
  --visible-count: 3;
  --gap: 22px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.product-related-track.is-sliding {
  width: calc(var(--total-count) / var(--visible-count) * 100%);
  -webkit-transform: translate3d(calc(var(--page, 0) * -100% / var(--total-count)), 0, 0);
  transform: translate3d(calc(var(--page, 0) * -100% / var(--total-count)), 0, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform .45s cubic-bezier(.22, .61, .36, 1);
  gap: 0;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
  display: flex;
}

.product-related-track.is-sliding .product-related-slide {
  flex: 0 0 calc(100% / var(--total-count));
  padding: 0 calc(var(--gap) / 2);
  box-sizing: border-box;
  display: flex;
}

.product-related-track.is-sliding .product-card {
  width: 100%;
}

.product-related-arrow {
  color: #173b59;
  width: 38px;
  height: 38px;
  font: inherit;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cfe0ee;
  border-radius: 6px;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  transition: border-color .2s, color .2s, background .2s;
}

.product-related-arrow:hover, .product-related-arrow:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  background: #f4fbff;
}

.product-card {
  border: 1px solid var(--line);
  min-height: 100%;
  transition: transform .28s var(--ease-out), box-shadow .28s var(--ease-out), border-color .28s ease;
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.product-card:hover {
  box-shadow: var(--shadow);
  border-color: #bfd8ed;
  transform: translateY(-6px);
}

.product-img {
  border-bottom: 1px solid var(--line);
  background: #f8fbfe;
  justify-content: center;
  align-items: center;
  height: 225px;
  padding: 12px;
  display: flex;
}

a.product-img {
  color: inherit;
}

.product-img img {
  object-fit: contain;
  max-height: 200px;
  transition: transform .55s var(--ease-out);
}

.product-card:hover .product-img img {
  transform: scale(1.035);
}

.product-body {
  flex: 1;
  padding: 18px 18px 20px;
}

.product-related-dots {
  justify-content: center;
  gap: 9px;
  margin-top: 24px;
  display: flex;
}

.product-related-dots button {
  cursor: pointer;
  background: #ffffffe6;
  border: 1px solid #0875bd52;
  border-radius: 999px;
  width: 10px;
  height: 10px;
  padding: 0;
}

.product-related-dots button.active {
  background: var(--green);
  border-color: var(--green);
  width: 28px;
}

.product-detail-tags {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  display: flex;
}

.product-service-tag {
  border-radius: 14px;
  align-items: center;
  min-height: 24px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  display: inline-flex;
}

.product-service-tag.is-design {
  color: #0b6fae;
  background: #eef7ff;
}

.product-service-tag.is-support {
  color: #398814;
  background: #eef9ea;
}

.product-service-tag.is-custom {
  color: #c96b00;
  background: #fff4e6;
}

.product-body h3 {
  color: #173b59;
  margin: 10px 0 6px;
  font-size: 18px;
}

.product-body p {
  color: #6b7d90;
  margin: 0 0 10px;
  font-size: 14px;
}

.product-body ul {
  color: #526b80;
  margin: 0 0 12px;
  padding: 0;
  font-size: 13px;
  list-style: none;
}

.text-link {
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.detail-section {
  background: #fff;
  padding-top: 32px;
}

.breadcrumb-line {
  color: #60788e;
  background: #f6fbffeb;
  border: 1px solid #0875bd24;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding: 9px 14px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  box-shadow: 0 10px 26px #144e7612;
}

.breadcrumb-line a {
  color: #315a7a;
  font-weight: 800;
  transition: color .2s, background .2s;
}

.breadcrumb-line a:hover, .breadcrumb-line a:focus-visible {
  color: var(--blue);
}

.breadcrumb-line span {
  color: #0000;
  font-size: 0;
}

.breadcrumb-line span:before {
  content: ">";
  color: #9fb1c1;
  font-size: 13px;
  font-weight: 900;
}

.breadcrumb-line strong {
  color: #173b59;
  min-width: 0;
  font-weight: 900;
}

.product-detail-main .breadcrumb-line {
  margin-bottom: 32px;
}

.product-detail-layout {
  display: block;
  position: relative;
}

.product-detail-main {
  min-width: 0;
  margin-left: 104px;
}

@media (min-width: 1501px) {
  .product-detail-main {
    margin-right: clamp(-260px, calc((var(--wrap-max) - 100vw) / 2 + var(--wrap-pad)), 0px);
  }
}

.product-detail-category-nav {
  z-index: 2;
  border: 1px solid var(--line);
  background: linear-gradient(#f2f8fd 0%, #fff 100%);
  border-radius: 8px;
  width: 330px;
  padding: 10px 0 18px;
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% - 90px);
  overflow: hidden;
}

.product-detail-secondary-link {
  text-decoration: none;
}

.product-detail-category-nav .product-page-category-heading {
  padding-left: 18px;
}

.product-detail-category-nav .product-page-secondary-menu-item {
  padding-left: 34px;
}

.product-detail-category-title {
  border-bottom: 1px solid #0875bd1f;
  gap: 5px;
  margin-bottom: 4px;
  padding: 0 20px 14px;
  display: grid;
}

.product-detail-category-title span {
  color: #0b75ba;
  letter-spacing: .18em;
  font-size: 12px;
  font-weight: 900;
}

.product-detail-category-title strong {
  color: #173b59;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.product-detail-category-menu {
  gap: 4px;
  display: grid;
}

.product-detail-category-group, .product-detail-subcategory-group {
  min-width: 0;
}

.product-detail-category-link {
  color: #263746;
  border-left: 4px solid #0000;
  padding: 14px 18px 14px 22px;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
  display: grid;
  position: relative;
}

.product-detail-category-link strong {
  color: #173b59;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
}

.product-detail-category-link:hover, .product-detail-category-link:focus-visible, .product-detail-category-link.active {
  border-left-color: var(--green);
  background: #def1ffd1;
}

.product-detail-category-link:hover strong, .product-detail-category-link:focus-visible strong, .product-detail-category-link.active strong {
  color: var(--blue);
}

.product-detail-subcategory-panel, .product-detail-tertiary-panel {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  max-height: 0;
  transition: max-height .46s cubic-bezier(.22, 1, .36, 1), opacity .34s, transform .46s cubic-bezier(.22, 1, .36, 1), padding-top .46s cubic-bezier(.22, 1, .36, 1), padding-bottom .46s cubic-bezier(.22, 1, .36, 1), margin-top .46s cubic-bezier(.22, 1, .36, 1), margin-bottom .46s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .46s;
  display: grid;
  overflow: hidden;
  transform: translateY(-6px);
}

.product-detail-subcategory-panel {
  background: #f2f8fdc2;
  border-left: 4px solid #53b52447;
  gap: 4px;
  padding: 0 9px 0 16px;
}

.product-detail-category-group:hover > .product-detail-subcategory-panel, .product-detail-category-group:focus-within > .product-detail-subcategory-panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  max-height: 680px;
  padding-top: 6px;
  padding-bottom: 9px;
  transition: max-height .5s cubic-bezier(.22, 1, .36, 1), opacity .36s, transform .5s cubic-bezier(.22, 1, .36, 1), padding-top .5s cubic-bezier(.22, 1, .36, 1), padding-bottom .5s cubic-bezier(.22, 1, .36, 1), margin-top .5s cubic-bezier(.22, 1, .36, 1), margin-bottom .5s cubic-bezier(.22, 1, .36, 1), visibility linear;
  transform: translateY(0);
}

.product-detail-subcategory-link, .product-detail-tertiary-link {
  color: #263746;
  border-radius: 6px;
  min-width: 0;
  text-decoration: none;
  transition: background .2s, color .2s;
  display: grid;
}

.product-detail-subcategory-link {
  padding: 8px;
}

.product-detail-subcategory-link strong, .product-detail-tertiary-link strong {
  color: #173b59;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.product-detail-subcategory-link strong {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  font-size: 16px;
  font-weight: 900;
}

.product-detail-subcategory-link:hover, .product-detail-subcategory-link:focus-visible, .product-detail-subcategory-link.active, .product-detail-tertiary-link:hover, .product-detail-tertiary-link:focus-visible, .product-detail-tertiary-link.active {
  background: #def1ffdb;
}

.product-detail-subcategory-link:hover strong, .product-detail-subcategory-link:focus-visible strong, .product-detail-subcategory-link.active strong, .product-detail-tertiary-link:hover strong, .product-detail-tertiary-link:focus-visible strong, .product-detail-tertiary-link.active strong {
  color: var(--blue);
}

.product-detail-subcategory-group:hover > .product-detail-tertiary-panel, .product-detail-subcategory-group:focus-within > .product-detail-tertiary-panel {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  max-height: 320px;
  margin-top: 2px;
  margin-bottom: 6px;
  transition: max-height .44s cubic-bezier(.22, 1, .36, 1), opacity .34s, transform .44s cubic-bezier(.22, 1, .36, 1), padding-top .44s cubic-bezier(.22, 1, .36, 1), padding-bottom .44s cubic-bezier(.22, 1, .36, 1), margin-top .44s cubic-bezier(.22, 1, .36, 1), margin-bottom .44s cubic-bezier(.22, 1, .36, 1), visibility linear;
  transform: translateY(0);
}

.product-detail-tertiary-panel {
  border-left: 1px solid #0875bd29;
  gap: 3px;
  margin: 0 0 0 10px;
  padding-left: 10px;
}

.product-detail-tertiary-link {
  padding: 8px 10px;
}

.product-detail-tertiary-link strong {
  line-clamp: 1;
  -webkit-line-clamp: 1;
  font-size: 14px;
  font-weight: 800;
}

.detail-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 44px;
  display: grid;
}

.detail-gallery {
  gap: 14px;
  min-width: 0;
  display: grid;
}

.detail-gallery-controls {
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  display: grid;
}

.detail-gallery-arrow {
  color: #0875bd;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0875bd38;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 26px;
  line-height: 1;
  transition: background .2s, border-color .2s, color .2s;
  display: inline-flex;
}

.detail-gallery-arrow:hover, .detail-gallery-arrow:focus-visible {
  color: #fff;
  background: #0875bd;
  border-color: #0875bd;
  outline: none;
}

.detail-gallery-thumbs {
  grid-auto-columns: 82px;
  grid-auto-flow: column;
  gap: 10px;
  min-width: 0;
  padding: 2px 0 4px;
  display: grid;
  overflow-x: auto;
}

.detail-gallery-thumb {
  cursor: pointer;
  background: #fff;
  border: 1px solid #0875bd24;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 66px;
  padding: 4px;
  transition: border-color .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.detail-gallery-thumb.active, .detail-gallery-thumb:hover, .detail-gallery-thumb:focus-visible {
  border-color: #0875bd;
  outline: none;
  box-shadow: 0 0 0 2px #0875bd1f;
}

.detail-gallery-thumb img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.detail-img {
  background: none;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.detail-img img {
  object-fit: contain;
  border: 1px solid #0875bd1f;
  border-radius: 8px;
  width: 100%;
  height: 560px;
}

.detail-copy h2 {
  color: #111827;
  letter-spacing: 0;
  margin: 5px 0 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

.detail-copy p {
  color: #65788b;
  text-indent: 2em;
  margin: 16px 0 20px;
  font-size: 16px;
  line-height: 1.7;
}

.spec-table {
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: #fff;
  width: 100%;
  margin: 20px 0;
}

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

.spec-table th {
  width: 130px;
  color: var(--blue);
  background: #f1f8ff;
}

.detail-copy .btns {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  display: flex;
}

.detail-copy .btn {
  color: #0b5e9e;
  min-height: 42px;
  font: inherit;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0875bd2e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: background .22s, border-color .22s, color .22s, box-shadow .22s, transform .22s;
  display: inline-flex;
}

.detail-copy .btn.orange {
  border-color: var(--orange);
  background: var(--orange);
  color: #fff;
  box-shadow: 0 10px 20px #ff8a002e;
}

.detail-copy .btn.list-button {
  border-color: var(--blue);
  color: var(--blue);
  background: #eaf6ff;
}

.detail-copy .btn.pdf-button {
  border-color: var(--green);
  color: #2f7e12;
  background: #eef9ea;
}

.detail-copy .btn.ghost:hover, .detail-copy .btn.ghost:focus-visible {
  transform: translateY(-1px);
}

.detail-copy .btn.list-button:hover, .detail-copy .btn.list-button:focus-visible {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 20px #0875bd2e;
}

.detail-copy .btn.pdf-button:hover, .detail-copy .btn.pdf-button:focus-visible {
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 20px #53b5242e;
}

.detail-copy .product-pdf-button:disabled {
  cursor: progress;
  opacity: .68;
  transform: none;
}

.process {
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 26px;
  display: grid;
}

.process span {
  text-align: center;
  color: #0b5e9e;
  background: #f1f8ff;
  border: 1px solid #d5e8f7;
  border-radius: 4px;
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 800;
}

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

.detail-feature {
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  min-height: 86px;
  transition: transform .28s var(--ease-out), box-shadow .28s var(--ease-out);
  background: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 18px 20px;
  display: flex;
  box-shadow: 0 10px 26px #1446640f;
}

.detail-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px #0c3a6024;
}

.detail-feature strong {
  color: #173b59;
  font-size: 16px;
  line-height: 1.55;
}

.product-pagination {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  padding: 18px 20px;
  display: flex;
  box-shadow: 0 12px 28px #12487314;
}

.product-pagination-summary {
  color: #637485;
  font-size: 14px;
  font-weight: 700;
}

.product-pagination-controls {
  align-items: center;
  gap: 8px;
  display: flex;
}

.product-page-button {
  color: #173b59;
  min-width: 38px;
  height: 38px;
  font: inherit;
  cursor: pointer;
  background: #fff;
  border: 1px solid #cfe0ee;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: background .22s, color .22s, border-color .22s, transform .22s, box-shadow .22s;
}

.product-page-button:hover, .product-page-button:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-1px);
  box-shadow: 0 10px 20px #0875bd1f;
}

.product-page-button.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 22px #0875bd2e;
}

.product-page-button:disabled {
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none;
  transform: none;
}

.product-page-arrow {
  padding-bottom: 3px;
  font-size: 24px;
}

.product-explorer-section {
  --product-category-column-width: 240px;
  --product-tertiary-column-width: 210px;
}

html.site-lang-en .product-explorer-section {
  --product-category-column-width: clamp(280px, 18vw, 340px);
  --product-tertiary-column-width: clamp(280px, 19vw, 360px);
}

.product-explorer-shell {
  grid-template-columns: var(--product-category-column-width) minmax(0, 1fr);
}

.product-explorer-shell.has-active-category {
  grid-template-columns: var(--product-category-column-width) var(--product-tertiary-column-width) minmax(0, 1fr);
}

.product-explorer-shell.has-search {
  grid-template-columns: var(--product-category-column-width) minmax(0, 1fr);
}

.product-explorer-toolbar {
  grid-template-columns: var(--product-category-column-width) minmax(320px, 1fr);
}

.product-page-category-column, .product-page-tertiary-column, .product-page-product-panel, .product-page-product-empty {
  min-width: 0;
}

.product-page-category-heading strong, .product-page-secondary-menu-item strong, .product-page-column-title span, .product-page-tertiary span, .product-page-tertiary small {
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.product-page-category-heading strong {
  white-space: normal;
  line-height: 1.25;
}

.product-page-secondary-menu-item {
  align-items: flex-start;
  min-height: 40px;
  padding: 7px 22px 7px 34px;
  overflow: visible;
}

.product-page-secondary-menu-item strong {
  white-space: normal;
}

.product-page-tertiary-column {
  padding-left: 20px;
  padding-right: 20px;
}

.product-page-column-title span {
  white-space: normal;
  text-overflow: clip;
  line-height: 1.25;
  overflow: visible;
}

.product-page-product-card strong, .product-page-result-card strong, .product-page-product-card small, .product-page-result-card small, .product-page-result-card em {
  white-space: normal;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.factory-hero {
  background: #111821;
  height: calc(100vh - 100px);
  min-height: 620px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.factory-hero-media, .factory-hero-media img {
  width: 100%;
  height: 100%;
}

.factory-hero-media img {
  object-fit: cover;
  object-position: center center;
  animation: 10s ease-in-out infinite alternate agHeroKenBurns;
}

.factory-hero-scroll {
  z-index: 5;
  cursor: pointer;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, transform .25s var(--ease-out);
  background: #ffffff1f;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  animation: 2.2s ease-in-out infinite agScrollBounce;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 28px #0000002e;
}

.factory-hero-scroll:hover, .factory-hero-scroll:focus-visible {
  background: #ffffff38;
  border-color: #ffffff57;
  outline: none;
  transform: translateX(-50%) translateY(-4px);
  box-shadow: 0 12px 36px #00000042;
}

.factory-scroll-mouse {
  background: #ffffff14;
  border: 2px solid #ffffffb8;
  border-radius: 13px;
  width: 24px;
  height: 36px;
  position: relative;
}

.factory-scroll-wheel {
  background: #ffffffe6;
  border-radius: 2px;
  width: 4px;
  height: 7px;
  margin-left: -2px;
  animation: 1.6s ease-in-out infinite agScrollWheel;
  position: absolute;
  top: 7px;
  left: 50%;
}

.factory-scroll-arrows {
  width: 16px;
  height: 16px;
  position: relative;
}

.factory-scroll-arrows span {
  opacity: 0;
  border-bottom: 2px solid #ffffffb3;
  border-right: 2px solid #ffffffb3;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  animation: 2s ease-in-out infinite agScrollArrows;
  position: absolute;
  left: 50%;
  transform: rotate(45deg);
}

.factory-scroll-arrows span:first-child {
  animation-delay: .2s;
}

.factory-scroll-arrows span:nth-child(2) {
  animation-delay: .55s;
}

.factory-scroll-arrows span:nth-child(3) {
  animation-delay: .9s;
}

.factory-scroll-text {
  letter-spacing: 1px;
  color: #fffc;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
}

.factory-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  display: grid;
}

.factory-card {
  transition: transform .28s var(--ease-out), box-shadow .28s var(--ease-out);
  background: #fff;
  border-radius: 16px;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 20px;
  padding: 16px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 8px 26px #16375014;
}

.factory-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px #0c3a6024;
}

.factory-card img {
  object-fit: cover;
  width: 210px;
  height: 150px;
  transition: transform var(--duration-slow) var(--ease-out);
  border-radius: 8px;
}

.factory-card:hover img {
  transform: scale(1.045);
}

.factory-card span {
  color: var(--green);
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 900;
}

.factory-card h3 {
  color: #173b59;
  margin: 4px 0 8px;
}

.factory-card p {
  color: #65788b;
  margin: 0;
  font-size: 14px;
}

.page-hero {
  min-height: 420px;
  margin-top: calc(-1 * var(--header-height));
  color: #fff;
  background: linear-gradient(105deg, #08233d 0%, #0b75ba 58%, #0f9add 100%);
  position: relative;
  overflow: hidden;
}

.page-hero:before {
  content: "";
  background: radial-gradient(circle at 72% 28%, #53b52438, #0000 24%), linear-gradient(120deg, #ffffff14, #0000 34%);
  position: absolute;
  inset: 0;
}

.page-hero:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #fff3, #fff0 68%);
  height: 72%;
  animation: 9s ease-in-out infinite alternate agHeroGlow;
  position: absolute;
  bottom: -34%;
  left: 44%;
  right: -12%;
}

.page-hero-inner {
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: 420px;
  padding-top: calc(var(--header-height) + 36px);
  padding-bottom: 36px;
  padding-left: var(--hero-title-offset);
  padding-right: var(--hero-title-offset);
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  display: flex;
  position: relative;
}

.page-hero h1 {
  letter-spacing: 0;
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.12;
}

.page-hero p {
  color: #ffffffe0;
  max-width: 720px;
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
}

.page-hero.ag-page-hero-carousel {
  height: 420px;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-slide {
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .72s, visibility .72s;
  position: absolute;
  inset: 0;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-slide img {
  object-fit: cover;
  backface-visibility: hidden;
  will-change: transform, filter;
  width: 100%;
  max-width: none;
  height: 100%;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-slide.active img {
  animation: 5.6s both agProductHeroImage;
}

.page-hero.ag-page-hero-carousel .page-hero-inner {
  z-index: 2;
  height: 100%;
  min-height: 420px;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-copy {
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 8px #0014262e;
  pointer-events: none;
  max-width: min(720px, 58vw);
  animation: .72s cubic-bezier(.16, 1, .3, 1) both agProductHeroCopy;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-copy .slide-kicker, .page-hero.ag-page-hero-carousel .ag-page-hero-copy h1, .page-hero.ag-page-hero-carousel .ag-page-hero-copy p {
  animation: .6s cubic-bezier(.16, 1, .3, 1) both agHeroTextIn;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-copy .slide-kicker {
  animation-delay: 50ms;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-copy h1 {
  color: #fff;
  margin: 0;
  font-size: clamp(34px, 3.1vw, 48px);
  font-weight: 500;
  line-height: 1.16;
  animation-delay: .12s;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-copy p {
  color: #ffffffe6;
  max-width: 680px;
  margin: 0;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.75;
  animation-delay: .2s;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-controls {
  z-index: 3;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  display: flex;
  position: absolute;
  inset: 0;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-control {
  color: #075f9f;
  cursor: pointer;
  pointer-events: auto;
  background: #e2f2fbb8;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 32px;
  line-height: 1;
  transition: background .2s, color .2s;
  display: inline-flex;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-control:hover {
  color: #fff;
  background: #0875bd;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-dots {
  pointer-events: auto;
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

.page-hero.ag-page-hero-carousel .ag-page-hero-dot {
  cursor: pointer;
  background: #ffffff7a;
  border: 0;
  border-radius: 999px;
  width: 30px;
  height: 4px;
  padding: 0;
  transition: width .22s, background .22s;
}

.page-hero.ag-page-hero-carousel .ag-page-hero-dot.active {
  background: #53b524;
  width: 48px;
}

.page-hero.ag-home-first-hero {
  isolation: isolate;
  color: #111827;
  background: #dcecf8;
  height: 420px;
  min-height: 420px;
  max-height: 420px;
}

.page-hero.ag-home-first-hero:before {
  z-index: 1;
  pointer-events: none;
  background: #047ec438;
}

.page-hero.ag-home-first-hero:after {
  display: none;
}

.page-hero.ag-home-first-hero .page-hero-inner {
  z-index: 2;
  height: 100%;
  min-height: 420px;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-slide {
  transition: opacity .82s, visibility .82s;
  overflow: hidden;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-slide img {
  filter: saturate(1.04) contrast(1.02) brightness(.98);
  will-change: transform, filter, object-position;
  transition: opacity .7s, filter .7s;
  transform: scale(1.01);
}

.page-hero.ag-home-first-hero .ag-home-first-hero-slide.active img {
  animation: 5.2s ease-in-out both agFactoryGateVerticalPan;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-copy {
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 8px #0014262e;
  width: min(560px, 43vw);
  max-width: 620px;
  animation: .42s ease-out both agHomeHeroTextIn;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-copy h1 {
  color: #fff;
  margin: 0;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.12;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-copy p {
  color: #ffffffe6;
  max-width: 520px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.75;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-controls {
  z-index: 8;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 28px;
  display: flex;
  position: absolute;
  inset: 0;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-control {
  color: #111827;
  cursor: pointer;
  pointer-events: auto;
  background: #e2f2fb94;
  border: 1px solid #0875bd2e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  transition: background .2s, color .2s;
  display: inline-flex;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-control:hover {
  color: #fff;
  background: #0875bd;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-dots {
  pointer-events: auto;
  align-items: center;
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.page-hero.ag-home-first-hero .ag-home-first-hero-dot {
  cursor: pointer;
  background: #0875bd3d;
  border: 0;
  border-radius: 999px;
  width: 30px;
  height: 4px;
  padding: 0;
  transition: width .2s, background .2s;
}

.page-hero.ag-home-first-hero .ag-home-first-hero-dot.active {
  background: #0875bd;
  width: 50px;
}

.hero-bridge {
  z-index: 3;
  background: linear-gradient(#f7fbff 0%, #fff 100%);
  border-top: 1px solid #0875bd14;
  border-bottom: 1px solid #0875bd1a;
  align-items: center;
  min-height: calc(100vh - 88px);
  display: flex;
  position: relative;
}

.hero-bridge-inner {
  grid-template-columns: minmax(360px, .82fr) minmax(620px, 1.18fr);
  align-items: center;
  gap: 54px;
  width: 100%;
  min-height: calc(100vh - 88px);
  padding-top: 70px;
  padding-bottom: 70px;
  display: grid;
}

.hero-bridge-copy {
  max-width: 560px;
}

.bridge-label {
  color: #0875bd;
  letter-spacing: 2px;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
}

.bridge-label:before {
  content: "";
  background: #53b524;
  width: 26px;
  height: 3px;
}

.hero-bridge-copy h2 {
  color: #153b58;
  margin: 18px 0 16px;
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 900;
  line-height: 1.16;
}

.hero-bridge-copy p {
  color: #5e7386;
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

.bridge-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  display: grid;
}

.bridge-stat-grid div {
  background: #fff;
  border: 1px solid #dcebf6;
  min-height: 112px;
  padding: 22px 18px;
  box-shadow: 0 12px 28px #1446640f;
}

.bridge-stat-grid strong {
  color: #0875bd;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
  display: block;
}

.factory-bridge .bridge-stat-grid strong {
  color: #53b524;
}

.bridge-stat-grid span {
  color: #607487;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  display: block;
}

.bridge-note-list {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  display: flex;
}

.bridge-note-list span {
  color: #17405d;
  background: #edf6ff;
  border: 1px solid #d7eafa;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}

.bridge-content {
  gap: 22px;
  display: grid;
}

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

.bridge-card {
  background: #fff;
  border: 1px solid #dcebf6;
  border-top: 4px solid #0875bd;
  min-height: 178px;
  padding: 26px 22px;
  box-shadow: 0 12px 28px #14466412;
}

.factory-bridge .bridge-card {
  border-top-color: #53b524;
}

.bridge-card b {
  color: #ff8a00;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.bridge-card strong {
  color: #173b59;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  display: block;
}

.bridge-card span {
  color: #65788b;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.75;
  display: block;
}

.bridge-flow {
  background: #fff;
  border: 1px solid #d7eafa;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  display: grid;
  box-shadow: 0 14px 32px #14466412;
}

.bridge-flow span {
  color: #173b59;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 78px;
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.bridge-flow span + span {
  border-left: 1px solid #d7eafa;
}

.bridge-flow span:not(:last-child):after {
  content: "";
  z-index: 1;
  background: #fff;
  border-top: 2px solid #0875bd;
  border-right: 2px solid #0875bd;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%) rotate(45deg);
}

.factory-bridge .bridge-flow span:not(:last-child):after {
  border-color: #53b524;
}

.news-contact {
  grid-template-columns: 1fr 420px;
  gap: 30px;
  display: grid;
}

.news-list {
  gap: 16px;
  display: grid;
}

.news-card {
  border: 1px solid var(--line);
  transition: transform .28s var(--ease-out), box-shadow .28s var(--ease-out);
  background: #fff;
  border-radius: 16px;
  padding: 20px 22px;
  overflow: hidden;
  box-shadow: 0 6px 18px #1446640d;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px #0c3a6024;
}

.news-card span {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.news-card h3 {
  color: #173b59;
  margin: 5px 0 6px;
}

.news-card p {
  color: #68798a;
  margin: 0 0 8px;
}

.news-card a {
  color: var(--blue);
  font-weight: 800;
}

.contact-box {
  background: var(--blue);
  color: #fff;
  box-shadow: var(--shadow);
  border-radius: 16px;
  padding: 28px;
}

.contact-box h3 {
  margin: 0 0 12px;
  font-size: 26px;
}

.contact-box p {
  opacity: .9;
  margin: 0 0 18px;
}

.contact-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.contact-list li {
  border-bottom: 1px solid #ffffff2e;
  padding: 7px 0;
}

.form {
  gap: 10px;
  display: grid;
}

.form input, .form textarea {
  border: 0;
  border-radius: 3px;
  outline: none;
  width: 100%;
  padding: 12px;
  font-family: inherit;
}

.form textarea {
  resize: vertical;
  height: 96px;
}

.form button {
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  transition: transform .24s var(--ease-out), box-shadow .24s var(--ease-out);
  border: 0;
  border-radius: 3px;
  padding: 13px;
  font-weight: 900;
}

.form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px #ff8a003d;
}

.contact-page-grid {
  grid-template-columns: 1fr 460px;
  align-items: start;
  gap: 30px;
  display: grid;
}

.contact-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  transition: transform .28s var(--ease-out), box-shadow .28s var(--ease-out);
  background: #fff;
  border-radius: 16px;
  padding: 34px;
}

.contact-panel:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px #0c3a6024;
}

.contact-panel h2 {
  color: #173b59;
  margin: 8px 0 18px;
  font-size: 30px;
}

.contact-form-box {
  border-radius: 16px;
}

.dark-list li {
  color: #526b80;
  border-bottom: 1px solid #e5edf5;
}

.test-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  display: grid;
}

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

.test-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.test-card img {
  object-fit: contain;
  width: 100%;
  height: 170px;
  transition: transform .55s var(--ease-out);
  background: #f7fafc;
  padding: 10px;
}

.test-card:hover img {
  transform: scale(1.045);
}

.test-card div {
  padding: 16px;
}

.test-card h3 {
  color: var(--dark);
  margin: 0 0 5px;
  font-size: 17px;
}

.test-card p {
  color: #68798a;
  margin: 0;
  font-size: 14px;
}

.cert-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  display: grid;
}

.cert-card {
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform .28s var(--ease-out), box-shadow .28s var(--ease-out);
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  overflow: hidden;
}

.cert-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.cert-img {
  background: #f9fbfd;
  justify-content: center;
  align-items: center;
  height: 260px;
  display: flex;
  overflow: hidden;
}

.cert-img img {
  object-fit: contain;
  width: auto;
  max-height: 246px;
  transition: transform .55s var(--ease-out);
}

.cert-card:hover img {
  transform: scale(1.045);
}

.cert-card h3 {
  color: var(--dark);
  margin: 14px 0 4px;
  font-size: 16px;
}

.cert-card p {
  color: #718397;
  margin: 0 0 6px;
  font-size: 13px;
}

.timeline {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 8px;
  display: grid;
}

.time-node {
  border-right: 1px solid var(--line);
  background: #fff;
  padding: 28px 22px;
  position: relative;
  box-shadow: 0 8px 24px #1446640d;
}

.time-node:before {
  content: "";
  background: var(--green);
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.time-node:nth-child(2):before, .time-node:nth-child(4):before {
  background: var(--blue);
}

.time-node b {
  color: var(--blue);
  font-size: 30px;
}

.time-node h3 {
  color: #173b59;
  margin: 4px 0;
}

.time-node p {
  color: #68798a;
  margin: 0;
  font-size: 14px;
}

.cta-band {
  color: #fff;
  background: #0d3351;
}

.cta-inner {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  display: flex;
}

.cta-inner h2 {
  margin: 8px 0 10px;
  font-size: 34px;
  line-height: 1.2;
}

.cta-inner p {
  color: #ffffffd1;
  margin: 0;
}

.overview-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 56px;
  display: grid;
}

.compact-stats {
  margin: 24px 0 28px;
}

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

.home-card {
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .28s var(--ease-out);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 34px #14466414;
}

.home-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.home-card img {
  object-fit: cover;
  width: 100%;
  height: 170px;
  transition: transform .55s var(--ease-out);
  background: #f7fafc;
}

.home-card:hover img {
  transform: scale(1.045);
}

.home-card span {
  color: var(--green);
  letter-spacing: 3px;
  margin: 18px 18px 0;
  font-size: 12px;
  font-weight: 900;
  display: block;
}

.home-card h3 {
  color: #173b59;
  margin: 5px 18px 8px;
  font-size: 21px;
}

.home-card p {
  color: #66788a;
  margin: 0 18px 20px;
  font-size: 14px;
  line-height: 1.75;
}

.job-grid, .news-page-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  display: grid;
}

.job-card {
  border: 1px solid var(--line);
  transition: transform .28s var(--ease-out), box-shadow .28s var(--ease-out);
  background: #fff;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 10px 28px #14466412;
}

.job-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px #0c3a6024;
}

.job-card span {
  color: var(--green);
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 900;
}

.job-card h3 {
  color: #173b59;
  margin: 8px 0 10px;
  font-size: 21px;
}

.job-card p {
  color: #66788a;
  margin: 0;
  line-height: 1.75;
}

.recruit-actions {
  margin-top: 24px;
}

.news-card-large {
  border-radius: 16px;
  min-height: 210px;
}

.empty-state {
  border: 1px solid var(--line);
  color: #68798a;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  margin-top: 22px;
  padding: 22px;
}

@keyframes agHeroTextIn {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@keyframes agHomeHeroTextIn {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes agHeroStatIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.96);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes agHeroSweep {
  0%, 38% {
    opacity: 0;
    transform: translateX(-58%) skewX(-12deg);
  }

  52% {
    opacity: .55;
  }

  72%, 100% {
    opacity: 0;
    transform: translateX(58%) skewX(-12deg);
  }
}

@keyframes agHeroGlow {
  from {
    opacity: .58;
    transform: translate3d(-16px, 10px, 0) scale(.96);
  }

  to {
    opacity: 1;
    transform: translate3d(18px, -8px, 0) scale(1.05);
  }
}

@keyframes agLineGrow {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes agHeroKenBurns {
  from {
    transform: scale(1) translate(0);
  }

  to {
    transform: scale(1.08) translate(-1.2%, -.8%);
  }
}

@keyframes agFactoryGateVerticalPan {
  from {
    object-position: center bottom;
    transform: scale(1.01);
  }

  to {
    object-position: center top;
    transform: scale(1.01);
  }
}

@keyframes agScrollBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}

@keyframes agScrollWheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  60% {
    opacity: 1;
    transform: translateY(10px);
  }

  80%, 100% {
    opacity: 0;
    transform: translateY(12px);
  }
}

@keyframes agScrollArrows {
  0% {
    opacity: 0;
    transform: translateY(-6px) rotate(45deg);
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: .4;
  }

  100% {
    opacity: 0;
    transform: translateY(10px) rotate(45deg);
  }
}

@keyframes agProductFeatureIn {
  0% {
    opacity: 0;
    transform: scale(.985);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes agProductHeroImage {
  0% {
    filter: saturate(.95) contrast(.98);
    transform: scale(1.035);
  }

  100% {
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1);
  }
}

@keyframes agProductHeroCopy {
  0% {
    opacity: 0;
    filter: blur(7px);
    transform: translate3d(-24px, 0, 0);
  }

  100% {
    opacity: 1;
    filter: blur();
    transform: translate3d(0, 0, 0);
  }
}

@keyframes agProductCardReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0) scale(.985);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes agSecondaryMenuSelect {
  0% {
    transform: translateX(0) scale(1);
  }

  44% {
    transform: translateX(6px) scale(1.018);
  }

  100% {
    transform: translateX(0) scale(1);
  }
}

@keyframes historyPanelIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.page-fade-enter-active, .page-fade-leave-active {
  transition: opacity .22s;
}

.page-fade-enter-from, .page-fade-leave-to {
  opacity: 0;
}

.motion-ready .reveal-on-scroll {
  opacity: 0;
  filter: blur(6px);
  transition: opacity .72s var(--ease-out), transform .72s var(--ease-spring), filter .72s var(--ease-out);
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform, filter;
  transform: translateY(30px);
}

.motion-ready .reveal-on-scroll.revealed {
  opacity: 1;
  filter: none;
  transform: none;
}

.btn, .ag-hero-btn, .mobile-toggle, .language-switch, .search button, .form button, .hero-arrow, .hero-dot, .dropdown a, .product-page-category, .product-page-subcategory, .product-explorer-hotwords button, .product-explorer-clear, .product-explorer-submit, .text-link {
  transition: transform .24s var(--ease-out), box-shadow .24s var(--ease-out), background .24s ease, border-color .24s ease, color .24s ease;
}

.product-card, .home-card, .factory-card, .test-card, .cert-card, .job-card, .news-card, .contact-panel, .contact-box, .side, .about-photo, .stat, .detail-feature, .product-page-product-card, .product-page-result-card, .product-page-preview-strip a {
  transition: transform .28s var(--ease-out), box-shadow .28s var(--ease-out), border-color .28s ease, background .28s ease;
  will-change: transform;
}

.product-card img, .home-card img, .factory-card img, .test-card img, .cert-card img, .about-photo img, .product-page-product-image img, .product-page-result-image img, .product-page-preview-strip img {
  transition: transform .55s var(--ease-out), filter .35s ease;
}

@media (hover: hover) {
  .btn:hover, .ag-hero-btn:hover, .form button:hover, .search button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px #0875bd38;
  }

  .btn.orange:hover, .form button:hover, .search button:hover {
    box-shadow: 0 18px 34px #ff8a003d;
  }

  .product-card:hover, .home-card:hover, .factory-card:hover, .test-card:hover, .cert-card:hover, .job-card:hover, .news-card:hover, .contact-panel:hover, .contact-box:hover, .side:hover, .about-photo:hover, .stat:hover, .detail-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 54px #0c3a6024;
  }

  .product-card:hover img, .home-card:hover img, .factory-card:hover img, .test-card:hover img, .cert-card:hover img, .about-photo:hover img {
    transform: scale(1.045);
  }

  .about-video:hover .about-video-player {
    transform: scale(1.035);
  }
}

.section-title .eyebrow:after, .about-content .eyebrow:after, .contact-panel .eyebrow:after, .cta-band .eyebrow:after {
  content: "";
  vertical-align: middle;
  background: linear-gradient(90deg, var(--green), #53b52400);
  transform-origin: 0;
  width: 28px;
  height: 2px;
  animation: agLineGrow 1.7s var(--ease-out) both;
  margin-left: 12px;
  display: inline-block;
}

#home .hero-slide.active .ag-eyebrow, #home .hero-slide.active .ag-copy h1, #home .hero-slide.active .ag-copy h2, #home .hero-slide.active .ag-subtitle, #home .hero-slide.active .ag-description {
  will-change: opacity, transform;
  animation: .42s ease-out both agHomeHeroTextIn;
}

#home .hero-slide.active .ag-copy h1, #home .hero-slide.active .ag-copy h2 {
  animation-delay: 40ms;
}

#home .hero-slide.active .ag-subtitle {
  animation-delay: 80ms;
}

#home .hero-slide.active .ag-description {
  animation-delay: .12s;
}

.product-page .side {
  animation: .78s cubic-bezier(.16, .76, .18, 1) 60ms both agProductCardReveal;
}

.product-page .product-tools {
  animation: .78s cubic-bezier(.16, .76, .18, 1) .12s both agProductCardReveal;
}

.product-page .product-card:first-child {
  animation: .78s cubic-bezier(.16, .76, .18, 1) .18s both agProductCardReveal;
}

.product-page .product-card:nth-child(2) {
  animation: .78s cubic-bezier(.16, .76, .18, 1) .24s both agProductCardReveal;
}

.product-page .product-card:nth-child(3) {
  animation: .78s cubic-bezier(.16, .76, .18, 1) .3s both agProductCardReveal;
}

.product-page .product-card:nth-child(4) {
  animation: .78s cubic-bezier(.16, .76, .18, 1) .36s both agProductCardReveal;
}

.product-page .product-card:nth-child(5) {
  animation: .78s cubic-bezier(.16, .76, .18, 1) .42s both agProductCardReveal;
}

.product-page .product-card:nth-child(6) {
  animation: .78s cubic-bezier(.16, .76, .18, 1) .48s both agProductCardReveal;
}

.product-page .product-card:nth-child(n+7) {
  animation: .78s cubic-bezier(.16, .76, .18, 1) .54s both agProductCardReveal;
}

@media (max-width: 1280px) {
  .wrap {
    max-width: 1200px;
  }

  .brand {
    flex-basis: 520px;
    gap: 10px;
    min-width: 520px;
    max-width: 520px;
  }

  .brand-mark {
    flex-basis: 230px;
    width: 230px;
    height: 33px;
  }

  .brand h1 {
    font-size: 25px;
  }

  .brand p {
    letter-spacing: 0;
    font-size: 16px;
  }

  .nav {
    margin-left: 24px;
    margin-right: 0;
  }

  .nav > a, .nav-item > a {
    padding: 0 13px;
    font-size: 15px;
  }

  .language-switch {
    min-width: 132px;
    min-height: var(--header-height);
    margin-left: auto;
    padding: 0;
    font-size: 16px;
  }

  .language-switch-trigger {
    gap: 8px;
    padding: 0 8px;
  }

  .language-switch-globe {
    width: 21px;
    height: 21px;
  }

  .nav > a:after, .nav-item > a:after {
    width: 32px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  #home .ag-slide-inner {
    padding: 0 var(--hero-title-offset);
  }

  #home .ag-copy {
    width: min(680px, 58vw);
  }

  #home .product-matrix-slide .ag-copy {
    width: min(680px, 58vw);
    margin-right: 0;
  }
}

@media (max-width: 1500px) {
  .product-detail-main {
    margin-left: 0;
  }

  .product-detail-category-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: auto;
    margin-bottom: 28px;
    position: static;
  }

  .product-detail-category-title {
    grid-column: 1 / -1;
  }

  .product-detail-category-menu {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .header-inner {
    flex-wrap: wrap;
    height: auto;
    min-height: 82px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    flex: auto;
    min-width: 290px;
    max-width: none;
    height: 62px;
  }

  .brand-mark {
    flex-basis: 202px;
    width: 202px;
    height: 29px;
  }

  .brand h1 {
    font-size: 22px;
  }

  .brand p {
    font-size: 14px;
  }

  .mobile-toggle {
    border-radius: 4px;
    flex: none;
    display: block;
  }

  .language-switch {
    order: 2;
    min-width: 132px;
    height: auto;
    min-height: 44px;
    margin-left: 14px;
    padding: 0;
    font-size: 15px;
  }

  .language-switch-trigger {
    gap: 7px;
    height: 44px;
    padding: 0 7px;
  }

  .language-switch-menu {
    top: 44px;
  }

  .nav {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    flex-direction: column;
    order: 3;
    width: 100%;
    height: auto;
    margin-right: 0;
    display: none;
  }

  .nav.open {
    display: flex;
  }

  .nav > a, .nav-item > a {
    color: #050505;
    justify-content: flex-start;
    height: 46px;
    padding: 0 18px;
    font-size: 15px;
  }

  .nav > a:after, .nav-item > a:after {
    width: 28px;
    left: 18px;
    transform: none;
  }

  .dropdown {
    width: 100%;
    box-shadow: none;
    border: 0;
    border-top: 1px solid #eceff3;
    position: static;
    top: auto;
  }

  .product-dropdown {
    width: 100%;
    padding: 0 0 8px;
  }

  .dropdown .product-dropdown-link {
    padding-left: 34px;
    padding-right: 18px;
  }

  .product-subdropdown {
    width: 100%;
    max-height: none;
    box-shadow: none;
    background: #f8fbff;
    border: 0;
    border-top: 1px solid #eceff3;
    padding: 0;
    position: static;
  }

  .dropdown .product-subdropdown-link {
    background: #f8fbff;
    padding-left: 50px;
  }

  #home .ag-hero, #home .ag-hero .hero-track, #home .ag-hero .hero-slide, #home .ag-hero .ag-slide-inner {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  #home .ag-slide-inner {
    padding: 0 var(--hero-title-offset);
  }

  #home .ag-copy {
    width: min(620px, 82vw);
  }

  #home .product-matrix-slide .ag-copy {
    width: min(620px, 82vw);
    margin-right: 0;
  }

  #home .ag-copy .ag-description {
    display: none;
  }

  .page-hero.ag-home-first-hero, .page-hero.ag-home-first-hero .page-hero-inner {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  #home .home-overview-section {
    min-height: auto;
    padding: 80px 0 70px;
  }

  #home .home-overview-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    max-width: 820px;
  }

  #home .home-overview-photo {
    justify-self: stretch;
    max-width: none;
  }

  #home .home-overview-grid .compact-stats {
    gap: 22px 36px;
  }

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

  .overview-grid, .contact-page-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-bridge, .hero-bridge-inner {
    min-height: auto;
  }

  .hero-bridge-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-bridge-copy {
    max-width: 720px;
  }

  .factory-hero {
    aspect-ratio: 1672 / 941;
    height: auto;
    min-height: 520px;
  }

  #timeline.history-carousel-section {
    min-height: 640px;
    padding: 48px 0 52px;
  }

  #timeline .history-heading {
    width: 300px;
  }

  #timeline .history-axis {
    margin-bottom: 38px;
    margin-left: 300px;
  }

  #timeline .history-panel {
    grid-template-columns: minmax(285px, .34fr) minmax(0, 1fr);
    column-gap: 48px;
  }

  #timeline .history-copy {
    padding-left: 52px;
  }

  #timeline .history-panel h3 {
    letter-spacing: 3px;
    font-size: 28px;
  }

  .product-page .product-explorer-section {
    height: auto;
    min-height: calc(100vh - var(--header-height));
    overflow: visible;
  }

  .product-page .product-explorer-shell, .product-page .product-explorer-shell.has-active-category {
    width: 100%;
    height: auto;
    min-height: calc(100vh - var(--header-height));
    border-left: 0;
    border-right: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .product-page .product-explorer-toolbar {
    grid-area: auto / 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .product-detail-search-section .wrap {
    padding: 0 16px;
  }

  .product-detail-search-section .product-explorer-toolbar {
    padding: 16px 0;
  }

  .product-page .product-explorer-title, .product-page .product-explorer-search, .product-page .product-explorer-hotwords, .product-page .product-explorer-metrics {
    grid-area: auto / 1;
  }

  .product-page .product-explorer-hotwords {
    flex-wrap: wrap;
    overflow: visible;
  }

  .product-page .product-explorer-title {
    justify-content: flex-start;
    height: auto;
  }

  .product-page .product-explorer-search-label {
    min-width: 0;
    height: auto;
  }

  .product-page .product-explorer-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-page .product-page-feature-carousel {
    grid-area: auto / 1;
    height: 520px;
    min-height: 520px;
    display: block;
  }

  .product-page .product-page-category-column {
    grid-area: auto / 1;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .product-page .product-page-secondary-column, .product-page .product-page-tertiary-column {
    grid-area: auto / 1;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
    overflow: visible;
  }

  .product-page .product-page-subcategory-list, .product-page .product-page-tertiary-list {
    overflow: visible;
  }

  .product-page .product-page-search-panel {
    grid-area: auto / 1;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 28px 22px 34px;
    overflow: visible;
  }

  .product-page .product-page-search-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }

  .product-page .product-page-search-pagination, .product-page .product-page-product-pagination {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-page .product-page-search-pagination .product-pagination-controls, .product-page .product-page-product-pagination .product-pagination-controls {
    justify-content: flex-start;
  }

  .product-page .product-page-product-panel {
    grid-area: auto / 1;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 28px 22px 34px;
    display: grid;
    overflow: visible;
  }

  .product-page .product-page-product-empty {
    grid-area: auto / 1;
    height: auto;
    min-height: 0;
    max-height: none;
    display: none;
    overflow: visible;
  }

  .product-layout {
    grid-template-columns: 1fr;
  }

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

  .product-related-grid-wrapper {
    --visible-count: 2;
  }

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

  .product-detail-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }

  .product-detail-category-title {
    grid-column: 1 / -1;
  }

  .product-detail-category-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-contact {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 768px) {
  .header-inner {
    min-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    gap: 8px;
    min-width: 0;
    height: 54px;
  }

  .brand-mark {
    flex-basis: 132px;
    width: 132px;
    height: 19px;
  }

  .brand h1 {
    white-space: normal;
    font-size: 18px;
    line-height: 1.18;
  }

  .brand p {
    display: none;
  }

  .language-switch {
    min-width: 116px;
    height: auto;
    min-height: 42px;
    margin-left: 8px;
    padding: 0;
    font-size: 14px;
  }

  .language-switch-trigger {
    gap: 6px;
    height: 42px;
    padding: 0 6px;
  }

  .language-switch-globe {
    width: 18px;
    height: 18px;
  }

  .language-switch-menu {
    width: 100%;
    min-width: 100%;
    top: 42px;
  }

  #home .ag-hero, #home .ag-hero .hero-track, #home .ag-hero .hero-slide, #home .ag-hero .ag-slide-inner {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }

  #home .ag-slide-inner {
    padding: 0 22px;
  }

  #home .product-matrix-slide .ag-slide-inner {
    justify-items: start;
  }

  #home .ag-copy, #home .product-matrix-slide .ag-copy {
    width: min(420px, 100%);
  }

  #home .ag-copy .ag-eyebrow {
    letter-spacing: .18em;
    margin-bottom: 8px;
    font-size: 10px;
  }

  #home .ag-copy h1, #home .ag-copy h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.14;
  }

  #home .ag-copy .ag-subtitle {
    margin-bottom: 14px;
    font-size: 14px;
  }

  #home .hero-arrows {
    display: none;
  }

  #home .hero-dots {
    bottom: 10px;
  }

  #home .ag-hero .factory-gate-bg {
    object-position: 48% 34%;
  }

  #home .ag-hero .products-bg {
    object-position: 35% 50%;
  }

  #home .ag-hero .workshop-bg {
    object-position: 48% 48%;
  }

  #home .ag-hero .product-matrix-slide .slide-overlay {
    background: linear-gradient(90deg, #f6fbffe6 0%, #f6fbffb8 55%, #f6fbff38 100%);
  }

  .page-hero.ag-home-first-hero .ag-home-first-hero-copy {
    width: min(420px, 100%);
    max-width: calc(100% - 62px);
  }

  .page-hero.ag-home-first-hero .ag-home-first-hero-copy h1 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 1.14;
  }

  .page-hero.ag-home-first-hero .ag-home-first-hero-copy p {
    font-size: 14px;
    line-height: 1.55;
  }

  .page-hero.ag-home-first-hero .ag-home-first-hero-controls {
    padding: 0 12px;
  }

  .page-hero.ag-home-first-hero .ag-home-first-hero-control {
    display: none;
  }

  .page-hero.ag-home-first-hero .ag-home-first-hero-dots {
    bottom: 10px;
  }

  #home .home-overview-section {
    padding: 60px 0 54px;
  }

  #home .home-overview-grid {
    gap: 30px;
  }

  #home .home-overview-grid .about-content h2 {
    white-space: nowrap;
    word-break: keep-all;
    font-size: 26px;
  }

  #home .home-overview-grid .about-content p {
    margin-bottom: 30px;
    font-size: 15px;
  }

  #home .home-overview-grid .compact-stats {
    gap: 18px 24px;
    margin-bottom: 32px;
  }

  #home .home-overview-grid .stat strong {
    font-size: 26px;
  }

  #home .home-overview-grid .about-content .btn.orange {
    min-width: 140px;
    height: 44px;
    padding: 0 22px;
    font-size: 14px;
  }

  .section {
    padding: 68px 0;
  }

  .detail-section {
    padding-top: 28px;
  }

  .breadcrumb-line {
    width: 100%;
  }

  .section-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title p {
    text-align: left;
  }

  .page-hero, .page-hero-inner {
    min-height: 260px;
  }

  .page-hero-inner {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .hero-bridge-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .bridge-flow {
    grid-template-columns: 1fr;
  }

  .bridge-flow span + span {
    border-top: 1px solid #d7eafa;
    border-left: 0;
  }

  .bridge-flow span:not(:last-child):after {
    top: auto;
    bottom: -6px;
    right: 50%;
    transform: translateX(50%) rotate(135deg);
  }

  .product-page .product-page-feature-carousel {
    height: 430px;
    min-height: 430px;
  }

  .product-page .product-page-feature-product {
    padding: 24px 18px 78px;
  }

  .product-page .product-page-feature-controls {
    bottom: 44px;
  }

  .product-page .product-page-feature-controls button {
    min-width: 68px;
    min-height: 32px;
    padding: 6px 10px;
  }

  .product-page .product-explorer-search {
    flex-wrap: wrap;
    height: auto;
    min-height: 46px;
  }

  .product-page .product-explorer-search input {
    flex-basis: 100%;
    min-height: 46px;
  }

  .product-page .product-explorer-clear, .product-page .product-explorer-submit {
    flex: 1;
    min-height: 40px;
  }

  .product-page .product-explorer-metrics {
    grid-template-columns: 1fr;
  }

  .product-page .product-page-search-head {
    display: block;
  }

  .product-page .product-page-search-head strong, .product-page .product-page-search-head small {
    margin-top: 8px;
    display: block;
  }

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

  .product-page .product-page-search-pagination, .product-page .product-page-product-pagination {
    padding: 14px;
  }

  .product-page .product-page-product-panel {
    grid-template-columns: 1fr;
  }

  .product-page .product-page-product-card {
    grid-template-rows: 220px auto auto auto;
    min-height: 350px;
  }

  .product-page .product-page-product-image {
    height: 220px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-related-grid-wrapper {
    --visible-count: 1;
  }

  .product-related-carousel {
    gap: 10px;
  }

  .product-related-arrow {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .detail-grid, .product-detail-category-nav, .product-detail-category-menu, .detail-feature-grid {
    grid-template-columns: 1fr;
  }

  .product-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .search input {
    width: 100%;
  }

  .factory-grid, .factory-card {
    grid-template-columns: 1fr;
  }

  .factory-card img {
    width: 100%;
    height: 220px;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-photo img, .detail-img img {
    height: 280px;
  }

  .home-card-grid, .job-grid, .news-page-grid, .advantage, .test-grid, .cert-grid, .timeline, .footer-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 24px;
  }

  #timeline.history-carousel-section {
    min-height: 0;
    padding: 48px 0 52px;
  }

  #timeline .history-carousel {
    min-height: 0;
  }

  #timeline .history-heading {
    width: auto;
  }

  #timeline .history-heading h2 {
    font-size: 34px;
  }

  #timeline .history-heading p {
    letter-spacing: 6px;
  }

  #timeline .history-stage {
    margin-top: 38px;
  }

  #timeline .history-axis {
    min-height: 138px;
    margin: 0 0 38px;
    padding: 34px 46px 30px 14px;
    display: flex;
    overflow-x: auto;
  }

  #timeline .history-axis-item {
    --history-line-top: 11px;
    --history-line-size: 4px;
    --history-line-offset: 2px;
    --history-rise-next: 30px;
    flex: 0 0 160px;
  }

  #timeline .history-axis-item:first-child {
    --history-rise: 45px;
  }

  #timeline .history-axis-item:nth-child(2) {
    --history-rise: 15px;
  }

  #timeline .history-axis-item:nth-child(3) {
    --history-rise: -15px;
    --history-rise-next: 30px;
  }

  #timeline .history-axis-item:nth-child(4) {
    --history-rise: -45px;
  }

  #timeline .history-panel {
    min-height: 0;
    padding-bottom: 0;
    display: block;
  }

  #timeline .history-year {
    font-size: clamp(68px, 17vw, 104px);
  }

  #timeline .history-year:after {
    width: 150px;
    margin-top: 22px;
  }

  #timeline .history-copy {
    min-height: 0;
    margin-top: 30px;
    padding: 28px 0 0 38px;
  }

  #timeline .history-copy:before {
    top: 34px;
  }

  #timeline .history-panel h3 {
    font-size: 25px;
  }

  #timeline .history-panel h3:after {
    margin: 20px 0 28px;
  }

  #timeline .history-points li {
    font-size: 16px;
  }

  #timeline .history-controls {
    margin-top: 36px;
    position: static;
  }

  .product-pagination {
    flex-direction: column;
    align-items: stretch;
  }

  .product-pagination-controls {
    flex-wrap: wrap;
    justify-content: center;
  }

  .process {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .brand h1 {
    font-size: 16px;
  }

  .bridge-stat-grid, .bridge-card-grid {
    grid-template-columns: 1fr;
  }

  .bridge-card {
    min-height: 0;
  }

  #home .home-overview-grid .compact-stats {
    grid-template-columns: 1fr;
  }

  #home .home-overview-grid .stat {
    min-height: auto;
  }

  #timeline.history-carousel-section {
    padding: 38px 0 46px;
  }

  #timeline .history-heading span {
    margin-bottom: 20px;
  }

  #timeline .history-heading h2 {
    font-size: 28px;
  }

  #timeline .history-heading p {
    letter-spacing: 4px;
    font-size: 12px;
  }

  #timeline .history-axis-item {
    --history-rise-next: 26px;
    flex-basis: 126px;
  }

  #timeline .history-axis {
    min-height: 122px;
    margin-bottom: 32px;
    padding-top: 30px;
    padding-bottom: 24px;
  }

  #timeline .history-axis-item:first-child {
    --history-rise: 39px;
  }

  #timeline .history-axis-item:nth-child(2) {
    --history-rise: 13px;
  }

  #timeline .history-axis-item:nth-child(3) {
    --history-rise: -13px;
    --history-rise-next: 26px;
  }

  #timeline .history-axis-item:nth-child(4) {
    --history-rise: -39px;
  }

  #timeline .history-axis-item i {
    width: 15px;
    height: 15px;
  }

  #timeline .history-axis-item.active i {
    width: 24px;
    height: 24px;
  }

  #timeline .history-axis-item span {
    font-size: 16px;
  }

  #timeline .history-axis-item:nth-child(4):after {
    left: calc(116% - 8px);
    top: calc(var(--history-line-top) - 7px);
    border-top-width: 4px;
    border-right-width: 4px;
    width: 16px;
    height: 16px;
  }

  #timeline .history-year {
    font-size: 74px;
  }

  #timeline .history-copy {
    padding-left: 28px;
  }

  #timeline .history-panel h3 {
    letter-spacing: 2px;
    font-size: 22px;
  }

  #timeline .history-points li {
    padding-left: 18px;
    font-size: 14px;
  }

  #timeline .history-controls {
    justify-content: flex-start;
    gap: 12px;
  }

  #timeline .history-index {
    font-size: 30px;
  }

  #timeline .history-control-line {
    width: 54px;
  }

  #timeline .history-control-separator {
    height: 32px;
  }

  #timeline .history-control {
    width: 46px;
    height: 46px;
  }

  #timeline .history-control-auto {
    margin-left: 0;
  }

  .section {
    padding: 52px 0;
  }

  .detail-section {
    padding-top: 24px;
  }

  .section-title h2 {
    font-size: 28px;
  }

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

  .factory-hero {
    min-height: 420px;
  }

  .factory-hero-scroll {
    padding: 10px 14px;
    bottom: 20px;
  }

  .factory-scroll-text {
    font-size: 10px;
  }
}

@media (max-width: 1500px) {
  .brand-mark {
    flex-basis: 286px;
    width: 286px;
    height: 41px;
  }

  .brand h1 {
    font-size: 27px;
  }

  .brand p {
    font-size: 16px;
  }

  .nav {
    margin-left: 22px;
  }

  .language-switch {
    min-width: 132px;
  }
}

@media (max-width: 1320px) {
  html.site-lang-en .product-explorer-section {
    --product-category-column-width: minmax(250px, .9fr);
    --product-tertiary-column-width: minmax(250px, .9fr);
  }

  .product-page-product-panel:not(.primary-overview) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .product-page .product-page-secondary-menu {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 2px 8px;
  }

  .product-page .product-page-secondary-menu-item {
    padding-left: 22px;
    padding-right: 22px;
  }

  .product-page .product-page-column-title span {
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
  }

  .product-page .product-page-product-panel:not(.primary-overview), .product-page .product-page-product-panel.primary-overview {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 680px) {
  .product-page .product-page-secondary-menu, .product-page .product-page-product-panel:not(.primary-overview), .product-page .product-page-product-panel.primary-overview, .product-page .product-page-search-grid {
    grid-template-columns: 1fr;
  }
}

html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand-text, html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand h1 {
  text-overflow: clip;
  overflow: visible;
}

html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand h1 {
  font-size: clamp(30px, 1.8vw, 34px);
  line-height: 1.08;
}

@media (min-width: 1801px) {
  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand {
    flex: 0 auto;
    min-width: 0;
    max-width: none;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav {
    flex: auto;
    justify-content: flex-end;
    min-width: 0;
  }
}

@media (min-width: 1281px) and (max-width: 1800px) {
  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .header-inner {
    --language-switch-width: 146px;
    height: var(--header-height);
    min-height: var(--header-height);
    padding: 0 calc(var(--wrap-pad) + var(--language-switch-width)) 0 clamp(28px, 3vw, 52px);
    flex-wrap: nowrap;
    align-content: normal;
    align-items: center;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand {
    height: var(--header-height);
    flex: 0 auto;
    order: 0;
    gap: 0;
    min-width: 0;
    max-width: min(700px, 44vw);
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand-mark {
    display: none;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand-text {
    margin-left: 0;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand h1 {
    font-size: clamp(30px, 2vw, 34px);
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav {
    width: auto;
    height: var(--header-height);
    border-top: 0;
    flex: auto;
    order: 0;
    justify-content: flex-end;
    align-items: stretch;
    min-width: 0;
    margin: 0 0 0 clamp(12px, 1.5vw, 28px);
    display: flex;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav > a, html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav-item > a {
    height: var(--header-height);
    padding-left: clamp(6px, .72vw, 12px);
    padding-right: clamp(6px, .72vw, 12px);
    font-size: clamp(12px, .86vw, 15px);
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .language-switch {
    top: 0;
    right: var(--wrap-pad);
    width: var(--language-switch-width);
    min-width: var(--language-switch-width);
    min-height: var(--header-height);
    order: 0;
    align-self: stretch;
    margin-left: 0;
    font-size: 16px;
    position: absolute;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .language-switch-trigger {
    height: var(--header-height);
    gap: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .language-switch-menu, html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .dropdown {
    top: var(--header-height);
  }
}

@media (min-width: 1281px) {
  html.site-lang-en .brand {
    flex: 0 auto;
    gap: clamp(10px, .8vw, 14px);
    min-width: 0;
    max-width: min(960px, 56vw);
  }

  html.site-lang-en .brand-mark {
    flex: 0 0 clamp(210px, 14vw, 270px);
    width: clamp(210px, 14vw, 270px);
    height: clamp(42px, 2.6vw, 48px);
    display: flex;
    transform: none;
  }

  html.site-lang-en .brand-text {
    flex: auto;
    min-width: 0;
    margin-left: 0;
  }

  html.site-lang-en .brand h1 {
    text-overflow: clip;
    font-size: clamp(30px, 1.72vw, 34px);
    overflow: visible;
  }

  html.site-lang-en .nav {
    flex: 0 auto;
    justify-content: flex-start;
    margin-left: clamp(12px, 1vw, 24px);
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .header-inner {
    --language-switch-width: clamp(132px, 7.4vw, 146px);
    padding-right: calc(var(--wrap-pad) + var(--language-switch-width));
    flex-wrap: nowrap;
    padding-left: clamp(28px, 3vw, 52px);
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .brand {
    flex: 0 auto;
    gap: clamp(8px, .7vw, 14px);
    min-width: 0;
    max-width: min(980px, 57vw);
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .brand-mark {
    flex: 0 0 clamp(180px, 13.2vw, 300px);
    width: clamp(180px, 13.2vw, 300px);
    height: clamp(40px, 2.5vw, 48px);
    display: flex;
    transform: none;
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .brand-text {
    flex: auto;
    min-width: 0;
    margin-left: 0;
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .brand h1 {
    text-overflow: clip;
    font-size: clamp(30px, 1.72vw, 34px);
    line-height: 1.16;
    overflow: visible;
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .nav {
    flex: 0 auto;
    justify-content: flex-start;
    min-width: 0;
    margin-left: clamp(12px, 1vw, 24px);
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .nav > a, html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .nav-item > a {
    padding-left: clamp(5px, .52vw, 11px);
    padding-right: clamp(5px, .52vw, 11px);
    font-size: clamp(15px, .9vw, 17px);
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .language-switch {
    top: 0;
    right: var(--wrap-pad);
    width: var(--language-switch-width);
    min-width: var(--language-switch-width);
    min-height: var(--header-height);
    margin-left: 0;
    position: absolute;
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .language-switch-trigger {
    height: var(--header-height);
    gap: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .language-switch-menu, html:is(.site-lang-ru, .site-lang-es, .site-lang-de) .dropdown {
    top: var(--header-height);
  }
}

@media (min-width: 1181px) {
  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) #home .home-overview-grid {
    grid-template-columns: minmax(0, .96fr) minmax(420px, .9fr);
    gap: clamp(52px, 5.4vw, 84px);
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) #home .home-overview-grid .about-content {
    min-width: 0;
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) #home .home-overview-grid .about-content h2 {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    max-width: 100%;
    font-size: clamp(32px, 2.1vw, 40px);
    line-height: 1.18;
  }

  html:is(.site-lang-ru, .site-lang-es, .site-lang-de) #home .home-overview-photo {
    width: min(100%, 620px);
  }
}

@media (min-width: 1101px) and (max-width: 1280px) {
  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .header-inner {
    height: auto;
    min-height: 82px;
    padding: 10px var(--wrap-pad);
    flex-wrap: wrap;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand {
    flex: auto;
    order: 1;
    gap: 0;
    min-width: 0;
    max-width: calc(100% - 228px);
    height: 62px;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand-mark {
    display: none;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand-text {
    margin-left: 0;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .brand h1 {
    font-size: clamp(26px, 2.6vw, 30px);
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .mobile-toggle {
    order: 2;
    margin-left: auto;
    display: block;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .language-switch {
    order: 2;
    align-self: center;
    width: 132px;
    min-width: 132px;
    height: auto;
    min-height: 42px;
    margin-left: 12px;
    font-size: 15px;
    position: relative;
    top: auto;
    right: auto;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .language-switch-trigger {
    gap: 7px;
    height: 42px;
    padding-left: 6px;
    padding-right: 6px;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .language-switch-menu {
    top: 42px;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    flex-direction: column;
    order: 3;
    width: 100%;
    height: auto;
    margin: 0;
    display: none;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav.open {
    display: flex;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav > a, html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav-item > a {
    justify-content: flex-start;
    height: 46px;
    padding: 0 18px;
    font-size: 15px;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav > a:after, html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .nav-item > a:after {
    width: 28px;
    left: 18px;
    transform: none;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .dropdown {
    width: 100%;
    box-shadow: none;
    border: 0;
    border-top: 1px solid #eceff3;
    position: static;
    top: auto;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .product-dropdown {
    width: 100%;
    padding: 0 0 8px;
  }

  html:is(.site-lang-en, .site-lang-ru, .site-lang-es, .site-lang-de) .product-subdropdown {
    width: 100%;
    max-height: none;
    box-shadow: none;
    border: 0;
    position: static;
  }

  html.site-lang-en .brand {
    gap: 10px;
    max-width: calc(100% - 228px);
  }

  html.site-lang-en .brand-mark {
    flex: 0 0 210px;
    width: 210px;
    height: 42px;
    display: flex;
    transform: none;
  }

  html.site-lang-en .brand-text {
    margin-left: 0;
  }
}

:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.dropdown-suppressed .dropdown, .dropdown-suppressed:hover .dropdown, .dropdown-suppressed:focus-within .dropdown, .breadcrumb, .notice {
  display: none;
}

.eyebrow, .slide-kicker, .site-welcome-content > span {
  display: none !important;
}

.eyebrow:after, .slide-kicker:after, .site-welcome-content > span:after {
  content: none !important;
  display: none !important;
}

#app {
  min-height: 100vh;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}
