
html {
  scrollbar-gutter: stable;
  /* Sticky chrome is composed of `--hv2-banner-h` (promo strip) +
     `--hv2-header-h` (nav, JS-measured). When any anchor link is
     followed (e.g. footer Corporate items pointing at #brands / #team /
     #board / #customers, hash links inside CMS pages, etc.) browsers
     scroll the target to the top of the viewport; the sticky header
     would then cover its first ~160px. `scroll-padding-top` shifts the
     scroll position so the anchor target lands clearly below the
     sticky chrome with a small 1rem breathing buffer. Works for both
     full-page navigations (e.g. /en/aboutus#brands) and same-page
     hash jumps. */
  scroll-padding-top: calc(var(--hv2-banner-h, 40px) + var(--hv2-header-h, 120px) + 1rem);
}

/* Honor the same offset on JS-driven smooth scrolls performed by
   browsers that respect `scroll-behavior` automatically. We do not
   force smooth-scroll globally (could conflict with existing site
   anchors / sliders) — only the offset is enforced. */
@supports (scroll-padding-top: 1px) {
  :target {
    scroll-margin-top: calc(var(--hv2-banner-h, 40px) + var(--hv2-header-h, 120px) + 1rem);
  }
}

:root {
  
  --hv2-banner-h: 40px;
  --hv2-header-h: 120px;
  --hv2-drawer-topbar-h: 56px;

  
  --hv2-orange: #ed8b00;
  --hv2-orange-hover: #ffb45a;
  --hv2-dark-0: #000;
  --hv2-dark-1: #0f0f0f;
  --hv2-dark-2: #191919;
  --hv2-dark-3: #1d1d1d;
  --hv2-text: #fff;
  --hv2-text-muted: #a6a6a6;
  --hv2-text-dim: #7f7f7f;
  --hv2-border: rgba(255,255,255,0.08);
  
  --hv2-mega-bg: rgba(0, 0, 0, 0.88);
}

header {
  position: sticky !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 12000 !important;
  background: var(--hv2-dark-2);
  width: 100%;
  isolation: isolate;
}

html.menu-open header {
  z-index: 20050 !important;
}

header.is_stuck,
header.is-stuck {
  position: sticky !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  z-index: 12000 !important;
  transform: none !important;
}

@media (min-width: 1200px) {
  html.menu-open {
    overflow: hidden !important;
  }
}

@media (min-width: 1200px) {
  html.menu-open .header-v2 .hv2-secondary-row {
    position: relative;
    z-index: 95;
    pointer-events: auto;
  }
  html.menu-open .header-v2 .hv2-primary-row {
    position: relative;
    z-index: 85;
    pointer-events: auto;
  }
}

html.hv2-drawer-open header {
  z-index: 20050;
}

#eddyfi-banner {
  position: static !important;
  top: auto !important;
  left: auto !important;
  width: 100%;
  height: var(--hv2-banner-h);
  padding: 10px 0;
  line-height: 1.2;
  box-sizing: border-box;
  background: var(--hv2-dark-0);
  z-index: 1;
}

nav.main-nav.header-v2 {
  position: static;
  top: auto;
  left: 0;
  right: 0;
  padding: 0;
  background-color: var(--hv2-dark-2);
  font-family: BrownStd, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
}
.header-v2.main-nav { padding-top: 0 !important; }

body #container { padding-top: 0; }

header > .sticky-wrapper,
.sticky-wrapper {
  display: contents !important;
  position: static !important;
  top: auto !important;
  height: auto !important;
  width: auto !important;
}

.header-v2 .hv2-row {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.header-v2 .hv2-secondary-row {
  background: var(--hv2-dark-0);
  justify-content: flex-end;
  padding: 10px 3rem;
  min-height: 40px;
}

@media (min-width: 1200px) {
  .header-v2 .hv2-secondary-row {
    padding-left: calc((100vw - min(1760px, 100vw)) / 2 + clamp(1.5rem, 4vw, 5rem));
    padding-right: calc((100vw - min(1760px, 100vw)) / 2 + clamp(1.5rem, 4vw, 5rem));
  }
}

.header-v2 .hv2-secondary-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header-v2 .hv2-secondary-nav > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.header-v2 .hv2-secondary-link {
  color: var(--hv2-text-muted);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-decoration: none;
  line-height: 1.2;
  padding: 2px 0;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  transition: color 150ms ease-out;
}

.header-v2 .hv2-ext,
.hv2-drawer .hv2-ext {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.35em;
  flex-shrink: 0;
  opacity: 0.88;
  vertical-align: middle;
  line-height: 1;
  pointer-events: none;
}
.header-v2 .hv2-ext-svg,
.hv2-drawer .hv2-ext-svg {
  display: block;
  transform: translateY(-0.5px);
}
.header-v2 .hv2-mega-title-link .hv2-ext-svg,
.header-v2 .hv2-drawer-title-link .hv2-ext-svg {
  width: 11px;
  height: 11px;
}
.header-v2 a.hv2-mega-title-link,
.header-v2 .hv2-secondary-link.hv2-link-external,
.header-v2 .hv2-drawer-item.hv2-link-external {
  align-items: center;
}
.header-v2 .hv2-drawer-item.hv2-link-external {
  display: flex;
  gap: 0.35rem;
}

.header-v2 .hv2-chev,
.hv2-drawer .hv2-chev {
  display: inline-block;
  width: 0.42em;
  height: 0.42em;
  margin-left: 0.5em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translateY(-0.05em);
  flex-shrink: 0;
  vertical-align: middle;
  pointer-events: none;
  opacity: 0.9;
}
.header-v2 .hv2-mega-title-link .hv2-chev {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.header-v2 .hv2-secondary-link:hover,
.header-v2 .hv2-secondary-link:focus-visible {
  color: var(--hv2-text);
}

.header-v2 .hv2-primary-link,
.header-v2 .hv2-secondary-link,
.header-v2 .hv2-search,
.header-v2 .hv2-hamburger,
.hv2-drawer .hv2-drawer-item,
.hv2-drawer .hv2-drawer-back,
.hv2-drawer .hv2-drawer-lang-trigger,
.hv2-drawer .hv2-lang-drop a,
.hv2-drawer .hv2-lang-drop .show-more {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.header-v2 .hv2-lang {
  position: relative;
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 0;
  padding: 2px 0;
  margin: 0;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: var(--hv2-text-muted);
  transition: color 150ms ease-out;
  
}

.header-v2 .hv2-lang.wrap-drop,
#hv2-drawer .hv2-lang.wrap-drop {
  background: transparent !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 2px 0 !important;
  margin: 0 !important;
  text-align: inherit !important;
}
.header-v2 .hv2-lang::after { content: none !important; display: none !important; }
.header-v2 .hv2-lang:hover,
.header-v2 .hv2-lang:focus-within { color: var(--hv2-text); }

.header-v2 .hv2-lang-icon {
  flex: 0 0 auto;
  opacity: 0.92;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  transform: translateY(-2px);
}

.header-v2 .hv2-lang-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.15;
  display: inline-block;
  color: inherit;
}

.header-v2 .hv2-lang .hv2-lang-drop {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 120px;
  max-height: min(72vh, 440px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  padding: 0.55rem 0;
  list-style: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  z-index: 20100;
  margin: 0;
  scrollbar-width: thin;
  justify-items: center;
}
.header-v2 .hv2-lang.active .hv2-lang-drop { display: block; }

#hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop {
  display: none !important;
}
#hv2-drawer .hv2-drawer-lang-dd.hv2-lang.active .hv2-lang-drop {
  display: block !important;
  flex-direction: unset !important;
  align-items: stretch !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
#hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop > li {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  float: none !important;
  clear: both !important;
  position: static !important;
  opacity: 1 !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important;
  align-self: stretch !important;
}
#hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop > li > a,
#hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop > li > .show-more {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  line-height: 1.35 !important;
  position: static !important;
}

.header-v2 .hv2-lang .hv2-lang-drop li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-v2 .hv2-lang .hv2-lang-drop li a,
.header-v2 .hv2-lang .hv2-lang-drop li .show-more {
  display: block;
  padding: 0.55rem 1.1rem;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  line-height: 1.3;
  transition: color 120ms ease-out, background-color 120ms ease-out;
}
.header-v2 .hv2-lang .hv2-lang-drop li a:hover,
.header-v2 .hv2-lang .hv2-lang-drop li .show-more:hover {
  color: var(--hv2-orange);
  background-color: #f7f7f7;
}
.header-v2 .hv2-lang .hv2-lang-drop li .show-more {
  border-top: 1px solid #e0e0e0;
  margin-top: 0.25rem;
  padding-top: 0.7rem;
}

.header-v2 .hv2-secondary-nav .hv2-search-item .hv2-search {
  color: var(--hv2-text-muted);
  padding: 0;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 150ms ease-out;
}
.header-v2 .hv2-secondary-nav .hv2-search-item .hv2-search:hover,
.header-v2 .hv2-secondary-nav .hv2-search-item .hv2-search:focus-visible {
  color: var(--hv2-text);
}
.header-v2 .hv2-secondary-nav .hv2-search-item .hv2-search svg {
  display: block;
  transform: translateY(-2px);
  transition: transform 150ms ease-out, color 150ms ease-out;
}
.header-v2 .hv2-secondary-nav .hv2-search-item .hv2-search:hover svg,
.header-v2 .hv2-secondary-nav .hv2-search-item .hv2-search:focus-visible svg {
  color: var(--hv2-orange);
}

.header-v2 .hv2-primary-row {
  background: var(--hv2-dark-2);
  padding: 16px 3rem;
  min-height: 80px;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 1200px) {
  .header-v2 .hv2-primary-row {
    padding-left: calc((100vw - min(1760px, 100vw)) / 2 + clamp(1.5rem, 4vw, 5rem));
    padding-right: calc((100vw - min(1760px, 100vw)) / 2 + clamp(1.5rem, 4vw, 5rem));
  }
}

.header-v2 .hv2-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 44px;
  opacity: 1;
  transition: opacity 200ms ease-out;
}
.header-v2 .hv2-logo img {
  display: block;
  width: auto;
  height: 100%;
  max-height: 48px;
  max-width: 220px;
}

.header-v2 .hv2-primary-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1.95rem;
  flex: 0 0 auto;
}

.header-v2 .hv2-primary-nav > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-v2 .hv2-primary-link {
  color: var(--hv2-text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  padding: 8px 0;
  display: inline-block;
  transition: color 150ms ease-out;
  cursor: pointer;
}
.header-v2 .hv2-primary-link.has-mega {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}
.header-v2 .hv2-primary-mega-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  opacity: 0.72;
  transition: transform 200ms ease-out, opacity 150ms ease-out;
}
.header-v2 .hv2-primary-mega-chevron svg {
  display: block;
}
.header-v2 .hv2-primary-link.has-mega.is-open .hv2-primary-mega-chevron {
  transform: rotate(180deg);
  opacity: 0.95;
}
.header-v2 .hv2-primary-link:hover,
.header-v2 .hv2-primary-link:focus-visible { color: var(--hv2-orange); }
.header-v2 .hv2-primary-link.has-mega.is-open { color: var(--hv2-orange); }

.header-v2 .hv2-primary-link.hv2-contact {
  color: var(--hv2-orange);
  font-weight: 700;
  background: transparent;
  padding: 8px 0;
  border: 0;
}
.header-v2 .hv2-primary-link.hv2-contact:hover,
.header-v2 .hv2-primary-link.hv2-contact:focus-visible {
  color: var(--hv2-orange-hover);
}

.header-v2 .hv2-mobile-actions { display: none; }

@media (min-width: 1200px) {
  .header-v2 [data-panel] {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: calc(var(--hv2-banner-h) + var(--hv2-header-h));
    width: 100%;
    
    height: calc(100vh - var(--hv2-banner-h) - var(--hv2-header-h));
    height: calc(100dvh - var(--hv2-banner-h) - var(--hv2-header-h));
    min-height: calc(100vh - var(--hv2-banner-h) - var(--hv2-header-h));
    min-height: calc(100dvh - var(--hv2-banner-h) - var(--hv2-header-h));
    max-height: calc(100dvh - var(--hv2-banner-h) - var(--hv2-header-h));
    overflow: hidden;
    flex-direction: column;
    background: var(--hv2-mega-bg);
    -webkit-backdrop-filter: saturate(110%) blur(10px);
    backdrop-filter: saturate(110%) blur(10px);
    padding: 1.5rem 3.25rem 2.5rem;
    z-index: 40;
    border-top: 1px solid var(--hv2-border);
    box-shadow: 0 18px 36px rgba(0,0,0,0.35);
    
    transform: none !important;
    transition: none !important;
    box-sizing: border-box;
  }

  .header-v2 [data-panel].show {
    display: flex;
    
    animation: none;
  }

  
  .header-v2 [data-panel="cat-0"] {
    z-index: 55;
  }
}

@keyframes hv2-mega-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.header-v2 [data-panel] .hv2-mega-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.22) rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
  .header-v2 [data-panel] .hv2-mega-inner::-webkit-scrollbar {
    width: 8px;
  }
  .header-v2 [data-panel] .hv2-mega-inner::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  .header-v2 [data-panel] .hv2-mega-inner::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: padding-box;
  }
  .header-v2 [data-panel] .hv2-mega-inner::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.28);
    background-clip: padding-box;
  }
}

.header-v2 [data-panel] .hv2-mega-head {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 0.65rem;
}
.header-v2 [data-panel] .hv2-mega-head-rule {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 1.1rem 0;
}

@media (min-width: 1200px) {
  .header-v2 [data-panel] > .hv2-mega-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 0.25rem;
    padding-bottom: clamp(1rem, 3vh, 2rem);
  }

  .header-v2 [data-panel] .hv2-mega-two-cols,
  .header-v2 [data-panel] .hv2-mega-body-col {
    flex: 1 1 auto;
    min-height: 0;
  }

  .header-v2 [data-panel] .hv2-mega-multi-col.hv2-mega-body-col {
    column-gap: clamp(2rem, 5vw, 4.5rem);
    max-width: 100%;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1200px) {
  
  .header-v2 [data-panel].products-flyout .hv2-mega-inner--products {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .header-v2 [data-panel].products-flyout .products-mega-head {
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .header-v2 [data-panel].products-flyout .products-panes {
    flex: 1 1 auto;
    min-height: 0;
    align-items: stretch;
    align-content: start;
  }
  
  .header-v2 [data-panel].products-flyout > .hv2-mega-inner--products {
    overflow-y: visible;
    overflow-x: hidden;
  }
  .header-v2 [data-panel].products-flyout .products-pane-left,
  .header-v2 [data-panel].products-flyout .products-pane-right {
    min-height: 0;
  }
  .header-v2 [data-panel].products-flyout .products-pane-right {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.header-v2 [data-panel] .hv2-mega-title {
  margin: 0 0 0.35rem 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .header-v2 [data-panel] .hv2-mega-title.hv2-mega-page-title,
  .header-v2 .hv2-mega-page-title {
    margin: 0 0 0.85rem 0;
  }
  .header-v2 [data-panel].products-flyout .products-pane-title.hv2-mega-page-title {
    margin: 0 0 0.85rem 0;
  }
  .header-v2 [data-panel].products-flyout .products-mega-head {
    padding-bottom: 0.35rem;
  }
}
.header-v2 .hv2-mega-page-title,
.header-v2 [data-panel] .hv2-mega-title.hv2-mega-page-title {
  font-family: BrownStd, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 1.75rem);
  font-weight: 400;
  color: var(--hv2-orange);
  margin: 0 0 0.35rem 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.expertise-detail .expertise-detail-title.hv2-mega-page-title {
  font-family: BrownStd, sans-serif;
  font-size: clamp(1.5rem, 2.2vw, 1.75rem);
  font-weight: 400;
  color: var(--hv2-orange);
  margin: 0.85rem 0 1.35rem 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.header-v2 [data-panel] .hv2-mega-title a,
.header-v2 .hv2-mega-page-title a {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: var(--hv2-orange);
  text-decoration: none;
}
.header-v2 [data-panel] .hv2-mega-title a:hover,
.header-v2 [data-panel] .hv2-mega-title a:focus-visible,
.header-v2 .hv2-mega-page-title a:hover,
.header-v2 .hv2-mega-page-title a:focus-visible {
  color: var(--hv2-orange-hover);
}

@media (min-width: 1200px) {
  .header-v2 [data-panel="application"] .hv2-mega-two-cols.hv2-mega-body-cols,
  .header-v2 [data-panel="resources"] .hv2-mega-two-cols.hv2-mega-body-cols {
    margin-top: 0.5rem;
  }
}

.header-v2 [data-panel] .hv2-mega-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  color: var(--hv2-text);
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: opacity 120ms ease-out, color 120ms ease-out;
  z-index: 3;
}
.header-v2 [data-panel] .hv2-mega-close:hover,
.header-v2 [data-panel] .hv2-mega-close:focus-visible {
  opacity: 1;
  color: var(--hv2-orange);
}

@media (min-width: 1200px) {
  .header-v2 [data-panel] > .back,
  .header-v2 [data-panel] .back { display: none !important; }
}

.products-flyout .products-mega-head {
  margin: 0;
  padding: 0;
}
.products-flyout .products-panes {
  display: grid;
  grid-template-columns: 260px 1fr;
  column-gap: 3rem;
  align-items: start;
  width: 100%;
}
.products-flyout .products-pane-left {
  min-width: 0;
  overflow: visible;
}
.products-flyout .products-pane-right { min-width: 0; }

.header-v2 [data-panel].products-flyout .products-pane-products {
  overflow-x: hidden;
  max-width: 100%;
}
.header-v2 [data-panel].products-flyout .products-pane-expertise-list {
  overflow-x: hidden;
}

.products-flyout .products-pane-title.hv2-mega-page-title {
  margin: 0 0 0.35rem 0;
  padding: 0;
  border-bottom: none;
}
.products-flyout .products-pane-title a {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: var(--hv2-orange);
  text-decoration: none;
}

.header-v2 .hv2-mega-col-title.hv2-mega-browse-label,
.products-flyout .products-browse-by.hv2-mega-browse-label,
.expertise-detail .expertise-detail-col-title.hv2-mega-browse-label {
  font-size: 17px;
  font-weight: 500;
  color: var(--hv2-text-muted);
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-transform: none;
}

.products-flyout .products-pane-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-flyout .products-pane-categories li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-flyout .products-pane-cat-btn {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--hv2-text);
  font-family: BrownStd, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 0.4rem 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: color 120ms ease-out;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}
.products-flyout .products-pane-cat-btn::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-top: 0.05em;
  border-right: 2px solid rgba(255, 255, 255, 0.35);
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  transform: rotate(-45deg);
  flex-shrink: 0;
  opacity: 0.85;
  pointer-events: none;
}
.products-flyout .products-pane-cat-btn:hover::after,
.products-flyout .products-pane-cat-btn:focus-visible::after,
.products-flyout .products-pane-cat-btn.is-active::after {
  border-color: rgba(237, 139, 0, 0.85);
}
.products-flyout .products-pane-cat-btn:hover,
.products-flyout .products-pane-cat-btn:focus-visible {
  color: var(--hv2-orange);
}
.products-flyout .products-pane-cat-btn.is-active {
  color: var(--hv2-orange);
  font-weight: 500;
}

.products-flyout .products-pane-panel {
  opacity: 0;
  transition: opacity 150ms ease-out;
}
.products-flyout .products-pane-panel:not([hidden]) { opacity: 1; }
.products-flyout .products-pane-idle {
  min-height: 200px;
}

.products-flyout .products-pane-products {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3.5rem;
  row-gap: 0;
}
.products-flyout .products-pane-products li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-flyout .products-pane-products li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0;
  color: var(--hv2-text);
  font-family: BrownStd, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 19px;
  transition: color 120ms ease-out;
  position: relative;
  z-index: 1;
}
.products-flyout .products-pane-expertise-list a::after {
  content: "";
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  border-right: 2px solid rgba(255, 255, 255, 0.35);
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  transform: rotate(-45deg);
  flex-shrink: 0;
  opacity: 0.8;
  pointer-events: none;
}
.products-flyout .products-pane-expertise-list a:hover::after,
.products-flyout .products-pane-expertise-list a:focus-visible::after {
  border-color: rgba(237, 139, 0, 0.85);
}
.products-flyout .products-pane-products li a:hover,
.products-flyout .products-pane-products li a:focus-visible {
  color: var(--hv2-orange);
}

.hv2-mega-expertise-head {
  margin: 0 0 0.5rem 0;
}
.hv2-mega-back-expertise {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.2rem 0.35rem 0.2rem 0;
  background: transparent;
  border: 0;
  color: var(--hv2-text-muted);
  font-family: BrownStd, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 150ms ease-out;
}
.hv2-mega-back-expertise:hover,
.hv2-mega-back-expertise:focus-visible {
  color: var(--hv2-orange);
}
.hv2-mega-back-expertise-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
.expertise-detail .expertise-detail-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 3.5rem;
  row-gap: 1rem;
  align-items: start;
}
@media (max-width: 1399.98px) {
  .expertise-detail .expertise-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.expertise-detail .expertise-detail-col {
  min-width: 0;
}
.expertise-detail .expertise-detail-col-title.hv2-mega-browse-label {
  display: block;
}
.expertise-detail .expertise-detail-col-title:not(.hv2-mega-browse-label) {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--hv2-text-muted);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  letter-spacing: 0.01em;
}
.expertise-detail .expertise-detail-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.expertise-detail .expertise-detail-col ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.expertise-detail .expertise-detail-col ul li a {
  display: block;
  padding: 0.4rem 0;
  color: var(--hv2-text);
  font-family: BrownStd, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 120ms ease-out;
  line-height: 19px;
  position: relative;
  z-index: 1;
}
.expertise-detail .expertise-detail-col ul li a:hover,
.expertise-detail .expertise-detail-col ul li a:focus-visible { color: var(--hv2-orange); }

.header-v2 [data-panel] .hv2-mega-two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 3.5rem;
  row-gap: 1.5rem;
  align-items: start;
}

.header-v2 [data-panel] .hv2-mega-col { min-width: 0; }
.header-v2 [data-panel] .hv2-mega-col-title {
  font-size: 17px;
  font-weight: 500;
  color: var(--hv2-text-muted);
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  letter-spacing: 0.01em;
  text-transform: none;
}

.header-v2 [data-panel] .hv2-mega-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-v2 [data-panel] .hv2-mega-col-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-v2 [data-panel] .hv2-mega-col-list li a {
  display: block;
  padding: 0.4rem 0;
  color: var(--hv2-text);
  font-family: BrownStd, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 19px;
  transition: color 120ms ease-out;
  position: relative;
  z-index: 1;
}
.header-v2 [data-panel] .hv2-mega-col-list li a:hover,
.header-v2 [data-panel] .hv2-mega-col-list li a:focus-visible {
  color: var(--hv2-orange);
}

.header-v2 [data-panel] .hv2-mega-multi-col {
  column-count: 3;
  column-gap: 3rem;
}
.header-v2 [data-panel] .hv2-mega-multi-col li {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
@media (max-width: 1399.98px) {
  .header-v2 [data-panel] .hv2-mega-multi-col { column-count: 2; }
}

@media (min-width: 1200px) {
  .header-v2 [data-panel].browse-by,
  .header-v2 [data-panel].sub-menu {
    display: none;
  }
  .header-v2 [data-panel].browse-by.show,
  .header-v2 [data-panel].sub-menu.show { display: block; }
  .header-v2 [data-panel] > .browse-by,
  .header-v2 [data-panel] > .browse-by-content,
  .header-v2 [data-panel] > ul {
    
    all: unset;
  }
  .header-v2 [data-panel] .browse-by-title,
  .header-v2 [data-panel] .browse-by-content {
    
    width: 100% !important;
    margin: 0 !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 1199.98px) {
  
  .header-v2 .hv2-secondary-row { display: none; }

  
  header,
  nav.main-nav.header-v2,
  .header-v2 .hv2-primary-row {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header-v2 .hv2-primary-row {
    position: relative;
    z-index: 25;
    background: var(--hv2-dark-2);
  }

  .header-v2 .hv2-primary-row {
    padding: 10px 1.25rem;
    min-height: 56px;
    justify-content: space-between;
  }

  .header-v2 .hv2-logo { height: 28px; }
  .header-v2 .hv2-logo img { max-height: 28px; max-width: 150px; }

  .header-v2 .hv2-primary-nav { display: none; }

  .header-v2 .hv2-mobile-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
  }

  .header-v2 .hv2-mobile-actions .hv2-search {
    color: var(--hv2-text);
    padding: 6px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .header-v2 .hv2-hamburger {
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: 0;
    color: var(--hv2-text);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .header-v2 .hv2-hamburger svg { display: block; }
  .header-v2 .hv2-hamburger svg line {
    transition: transform 200ms ease-out, opacity 150ms ease-out;
    transform-origin: center;
    transform-box: fill-box;
  }
  
  html.hv2-drawer-open .header-v2 .hv2-hamburger-top    { transform: translate(0, 6px) rotate(45deg); }
  html.hv2-drawer-open .header-v2 .hv2-hamburger-middle { opacity: 0; }
  html.hv2-drawer-open .header-v2 .hv2-hamburger-bottom { transform: translate(0, -6px) rotate(-45deg); }

  
  .header-v2 [data-panel] { display: none !important; }

  
  .hv2-drawer {
    position: fixed;
    top: calc(var(--hv2-banner-h) + var(--hv2-header-h, 120px));
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100%;
    min-height: calc(100vh - var(--hv2-banner-h) - var(--hv2-header-h, 120px));
    min-height: calc(100dvh - var(--hv2-banner-h) - var(--hv2-header-h, 120px));
    min-height: calc(100svh - var(--hv2-banner-h) - var(--hv2-header-h, 120px));
    height: calc(100vh - var(--hv2-banner-h) - var(--hv2-header-h, 120px));
    height: calc(100dvh - var(--hv2-banner-h) - var(--hv2-header-h, 120px));
    height: calc(100svh - var(--hv2-banner-h) - var(--hv2-header-h, 120px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    
    background: transparent;
    pointer-events: none;
    z-index: 5;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    isolation: isolate;
    transform: none;
  }
  html.hv2-drawer-open #hv2-drawer.hv2-drawer {
    pointer-events: auto;
    
    z-index: 100;
  }
  .hv2-drawer-motion {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: var(--hv2-dark-3);
    transform: translateX(100%);
    transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
    backface-visibility: hidden;
  }
  html.hv2-drawer-open .hv2-drawer-motion {
    transform: translateX(0);
  }
  html.hv2-drawer-open { overflow: hidden; }
  html.hv2-drawer-open body { overflow: hidden; }

  
  .hv2-drawer-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--hv2-drawer-topbar-h);
    padding: 0 0.75rem;
    flex: 0 0 auto;
    gap: 0.5rem;
    position: relative;
    
    z-index: 100;
    background: var(--hv2-dark-3);
    overflow: visible;
  }
  .hv2-drawer-lang-wrap {
    flex: 0 0 auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
  }
  .hv2-drawer-lang-dd.hv2-lang {
    color: var(--hv2-text-muted);
    padding: 0;
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 0;
  }
  .hv2-drawer-lang-trigger {
    display: inline-flex !important;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0 6px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent;
  }
  .hv2-drawer-lang-trigger:focus-visible {
    outline: 2px solid var(--hv2-orange);
    outline-offset: 2px;
  }
  #hv2-drawer .hv2-lang-label {
    flex-shrink: 0;
    padding-inline-end: 0.12rem;
  }
  #hv2-drawer .hv2-lang-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    margin-inline-start: 0.05rem;
  }
  .hv2-drawer-lang-dd.hv2-lang:hover,
  .hv2-drawer-lang-dd.hv2-lang:focus-within {
    color: var(--hv2-text);
  }
  
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop {
    display: none !important;
    list-style: none;
    margin: 0;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: auto;
    width: min(200px, calc(100vw - 1.5rem));
    min-width: 0 !important;
    max-width: none;
    max-height: min(70vh, 420px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    text-align: center;
    z-index: 20200;
    padding: 2rem 0 0 0;
    box-sizing: border-box;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
    background: var(--hv2-dark-2);
    border: 1px solid var(--hv2-border);
    opacity: 1 !important;
    pointer-events: auto !important;
    contain: layout;
  }
  .hv2-drawer .hv2-drawer-lang-dd.hv2-lang.active .hv2-lang-drop {
    display: block !important;
  }
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop > li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    float: none !important;
    clear: both !important;
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    flex: none !important;
    align-self: stretch !important;
  }
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop > li > a,
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop > li > .show-more {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    line-height: 1.35 !important;
    position: static !important;
  }
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop li a,
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop li .show-more {
    text-align: center;
    color: var(--hv2-text);
    display: block;
    padding: 0.55rem 1rem;
    text-decoration: none;
    font-size: 14px;
    text-transform: none;
    white-space: normal;
    line-height: 1.35;
  }
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop > li:nth-last-child(2) > a {
    padding-bottom: 0rem;
  }
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop li .show-more {
    border-top: 1px solid var(--hv2-border);
    margin-top: 0;
    padding-top: 0.9rem;
  }
  #hv2-drawer .hv2-lang-drop > li:empty {
    display: none !important;
  }
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop li a:hover,
  .hv2-drawer .hv2-drawer-lang-dd .hv2-lang-drop li .show-more:hover {
    color: var(--hv2-orange);
  }
  
  .hv2-drawer-back {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    padding: 11px;
    background: transparent;
    border: 0;
    color: var(--hv2-text);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
    transition: opacity 120ms ease-out, color 120ms ease-out;
  }
  .hv2-drawer-back:hover,
  .hv2-drawer-back:focus-visible {
    opacity: 1;
    color: var(--hv2-orange);
  }
  .hv2-drawer-back[hidden] { display: none !important; }
  .hv2-drawer-back.hv2-drawer-back--spacer {
    visibility: hidden;
    pointer-events: none;
  }

  .hv2-drawer-title {
    flex: 1 1 auto;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    
    color: var(--hv2-text-muted);
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0 0.5rem;
    line-height: 1.2;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    opacity: 0;
    transition: opacity 160ms ease-out;
  }
  .hv2-drawer[data-has-title="true"] .hv2-drawer-title {
    opacity: 1;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }

  .hv2-drawer-title-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--hv2-orange);
    text-decoration: none;
    min-width: 0;
    max-width: 100%;
  }
  .hv2-drawer-title-link:hover,
  .hv2-drawer-title-link:focus-visible {
    color: var(--hv2-orange-hover);
  }
  
  .hv2-drawer-title-section {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: var(--hv2-orange);
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hv2-drawer-title-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hv2-drawer-title-rootpage {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hv2-text-muted);
    line-height: 1.2;
  }
  .hv2-drawer-title-stack {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    width: 100%;
  }
  .hv2-drawer-title-stack > .hv2-drawer-title-link {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--hv2-text-muted);
    align-self: flex-start;
  }
  .hv2-drawer[data-has-title="false"] .hv2-drawer-title {
    flex: 0 1 0;
    min-width: 0;
    max-width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .hv2-drawer-title-stack > .hv2-drawer-title-rootlabel {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--hv2-text-muted);
    align-self: flex-start;
    line-height: 1.25;
  }
  .hv2-drawer-title-stack > .hv2-drawer-title-link .hv2-ext-svg {
    width: 9px;
    height: 9px;
  }
  .hv2-drawer-title-sub {
    font-size: 15px;
    font-weight: 500;
    color: var(--hv2-orange);
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .hv2-drawer-title-ext {
    font-size: 0.72rem;
    opacity: 0.88;
    flex-shrink: 0;
    line-height: 1;
    transform: translateY(0.5px);
  }

  
  .hv2-drawer-stack {
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 0;
  }

  .hv2-drawer-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 1.25rem 2rem;
    transform: translateX(0);
    transition: transform 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
    background: var(--hv2-dark-3);
    will-change: transform, opacity;
    backface-visibility: hidden;
  }
  
  .hv2-drawer-panel[data-drawer-level="0"] {
    transform: translateX(0);
    display: flex;
    flex-direction: column;
  }
  .hv2-drawer-panel[data-drawer-level="0"] .hv2-drawer-list {
    flex: 0 1 auto;
  }
  .hv2-drawer-panel.is-off-left { transform: translateX(-30%); opacity: 0; pointer-events: none; }
  .hv2-drawer-panel.is-off-right { transform: translateX(100%); }

  
  .hv2-drawer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .hv2-drawer-list > li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hv2-drawer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.95rem 0.25rem;
    background: transparent;
    border: 0;
    color: var(--hv2-text);
    text-align: left;
    text-decoration: none;
    font-family: BrownStd, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1.2;
    transition: color 120ms ease-out;
  }
  .hv2-drawer-item:hover,
  .hv2-drawer-item:focus-visible { color: var(--hv2-orange); }

  .hv2-drawer-item-contact { color: var(--hv2-orange); font-weight: 700; }
  .hv2-drawer-item-contact:hover { color: var(--hv2-orange-hover); }

  .hv2-drawer-chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    margin-left: 0.75rem;
    flex: 0 0 auto;
    opacity: 0.7;
  }

  
  .hv2-drawer-group-secondary .hv2-drawer-item {
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    color: var(--hv2-text-muted);
    letter-spacing: 0.01em;
    padding: 0.85rem 0.25rem;
  }
  .hv2-drawer-group-secondary .hv2-drawer-item:hover,
  .hv2-drawer-group-secondary .hv2-drawer-item:focus-visible { color: var(--hv2-text); }
  .hv2-drawer-group-last-primary {
    border-bottom: 1px solid var(--hv2-border);
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .hv2-drawer-group-first-secondary {
    margin-top: 0.35rem;
  }

  
  #hv2-drawer #hv2-lang-xs.hv2-lang,
  #hv2-drawer .hv2-drawer-lang-dd#hv2-lang-xs {
    display: inline-flex !important;
    align-items: center;
    gap: 0.55rem;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    max-width: none !important;
  }

  
  html.hv2-drawer-open #hv2-lang-xs {
    display: inline-flex !important;
    align-items: center;
    gap: 0.55rem;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    z-index: auto !important;
  }

  
  html.hv2-drawer-open .hv2-drawer #hv2-lang-xs,
  .hv2-drawer #hv2-lang-xs,
  
  html.menu-open .hv2-drawer #hv2-lang-xs,
  .menu-open .hv2-drawer #hv2-lang-xs {
    display: inline-flex !important;
    align-items: center;
    gap: 0.55rem;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    z-index: auto !important;
    visibility: visible !important;
  }

  
  .hv2-drawer-panel-content {
    padding-top: 0.85rem;
  }
  .hv2-drawer-section-title {
    font-size: 13px;
    color: var(--hv2-text-dim);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 1rem 0 0.35rem;
    font-weight: 400;
  }
  .hv2-drawer-section-title:first-child { margin-top: 0; }
  .hv2-drawer-expertise-detail-head {
    margin: 1.1rem 0 1rem 0;
    padding: 0 0.25rem;
  }
  .hv2-drawer-expertise-detail-name {
    font-family: BrownStd, sans-serif;
    font-size: clamp(1.1rem, 3.6vw, 1.35rem);
    font-weight: 500;
    color: var(--hv2-orange);
    line-height: 1.25;
    margin: 0;
    padding: 0;
    letter-spacing: 0.01em;
  }
  .hv2-drawer-cat-heading {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--hv2-text-dim);
    margin: 1.15rem 0 0.45rem;
    padding: 0 0.25rem 0.4rem;
    border-bottom: 1px solid var(--hv2-border);
  }
  .hv2-drawer-expertise-detail-head + .hv2-drawer-cat-heading {
    margin-top: 0.35rem;
  }
  .hv2-drawer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
  }
  .hv2-drawer-links li { list-style: none; margin: 0; padding: 0; }
  .hv2-drawer-links a,
  .hv2-drawer-links button {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.7rem 0.25rem;
    color: var(--hv2-text);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--hv2-border);
    text-align: left;
    font-family: BrownStd, sans-serif;
    cursor: pointer;
    line-height: 19px;
    transition: color 120ms ease-out;
  }
  .hv2-drawer-links li:last-child a,
  .hv2-drawer-links li:last-child button { border-bottom: 0; }
  .hv2-drawer-links a:hover,
  .hv2-drawer-links button:hover,
  .hv2-drawer-links a:focus-visible,
  .hv2-drawer-links button:focus-visible { color: var(--hv2-orange); }

  
  @media (min-width: 768px) {
    .hv2-drawer-links.hv2-drawer-links-two-col {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      column-gap: 3.5rem;
      row-gap: 0;
    }
    .hv2-drawer-links.hv2-drawer-links-two-col li a,
    .hv2-drawer-links.hv2-drawer-links-two-col li button {
      border-bottom: 1px solid var(--hv2-border);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-v2 *,
  .hv2-drawer *,
  .header-v2 [data-panel] {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (min-width: 1200px) {
  .hv2-drawer { display: none !important; }
  .header-v2 .hv2-mobile-actions { display: none !important; }
  #hv2-lang-xs { display: none !important; }

  
  .wrap-drop.lang-xs { display: none !important; }
}

@media print {
  .hv2-drawer,
  .header-v2 [data-panel] { display: none !important; }
}
