/* Clipping horizontal overflow must not create a scroll container above the sticky header. */
html[data-site-page],
html[data-site-page] body {
  overflow-x: clip;
}

[data-site-header].header {
  --blue: #2368ba;
  --blue2: #0d4d98;
  --ink: #162238;
  --muted: #667085;
  --line: #e5eaf0;
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 76px;
  margin: 0;
  padding: 0;
  color: #162238;
  background: #fff;
  border: 0 !important;
  box-shadow: 0 4px 18px rgb(25 69 112 / 7%);
  font: 15px/1.7 'Microsoft YaHei', Arial, sans-serif;
  text-align: left;
}
[data-site-header],
[data-site-header] * {
  box-sizing: border-box;
  letter-spacing: 0;
}
[data-site-header] a {
  color: inherit;
  text-decoration: none;
}
[data-site-header] button {
  font: inherit;
  cursor: pointer;
}
[data-site-header] :is(a, button):focus-visible {
  outline: 2px solid #2368ba;
  outline-offset: 4px;
}
[data-site-header] h3,
[data-site-header] p {
  padding: 0;
  text-transform: none;
}
[data-site-header] > .wrap.nav {
  position: static;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  width: min(1200px, calc(100% - 48px));
  min-height: 0;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
[data-site-header] .logo {
  position: relative !important;
  display: block !important;
  flex: 0 0 auto;
  width: 160px !important;
  height: 56px !important;
  margin: 0 auto 0 0 !important;
  padding: 0 !important;
  background: none !important;
  filter: none !important;
  overflow: hidden;
  font-size: 0;
}
[data-site-header] .logo::before {
  content: '' !important;
  position: absolute !important;
  display: block !important;
  left: 0 !important;
  top: 50% !important;
  width: 147px !important;
  height: 50px !important;
  transform: translateY(-50%) !important;
  background: url("/site-assets/2026/assets/purvardata-logo.png") left top / 147px 45px no-repeat !important;
}
[data-site-header] .logo::after,
[data-site-header] .logo span,
[data-site-header] .logo small {
  display: none !important;
}
[data-site-header] .menu {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0;
}
[data-site-header] .menu > a,
[data-site-header] .nav-item > .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #162238;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  white-space: nowrap;
}
[data-site-header] .menu > a:hover,
[data-site-header] .menu > a.active,
[data-site-header] .nav-link.active,
[data-site-header] .nav-item:hover > .nav-link,
[data-site-header] .nav-item:focus-within > .nav-link {
  color: #2368ba;
}
[data-site-header] .menu > a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #2368ba;
}
[data-site-header] .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
[data-site-header] .nav-item::after {
  content: '';
  position: absolute;
  left: -12px;
  right: -12px;
  bottom: -8px;
  height: 12px;
}
[data-site-header] .nav-link > svg {
  flex: none;
  width: 24px;
  height: 24px;
}
[data-site-header] a.primary {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: auto;
  margin: 0;
  padding: 11px 22px;
  color: #fff;
  background: #2368ba;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  cursor: pointer;
}
[data-site-header] a.primary:hover,
[data-site-header] a.primary:focus-visible {
  color: #fff;
  background: #0d4d98;
}
[data-site-header] .nav > a.primary.header-demo,
[data-site-header] .nav > a.primary.header-demo:visited {
  color: #fff;
  background: #2368ba;
  white-space: nowrap;
}
[data-site-header] .nav > a.primary.header-demo:hover,
[data-site-header] .nav > a.primary.header-demo:focus-visible {
  color: #fff;
  background: #0d4d98;
  outline-color: #0d4d98;
}
[data-site-header] .header-contact {
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  height: auto !important;
  margin: 0;
  color: #152a43 !important;
  line-height: 1.15;
}
[data-site-header] .header-contact-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #2368ba;
  background: #eaf3ff;
  font: 19px Arial, sans-serif;
}
[data-site-header] .header-contact small {
  display: block;
  margin: 0 0 4px;
  color: #6b7b8f;
  font-size: 11px;
  font-weight: 400;
}
[data-site-header] .header-contact strong {
  display: block;
  color: #2368ba;
  font: 700 17px/1 Arial, sans-serif;
  white-space: nowrap;
}
[data-site-header] .mobile-toggle,
[data-site-header] .site-submenu-toggle {
  display: none;
}
[data-site-header] .mega {
  position: fixed !important;
  top: 74px !important;
  left: 50vw !important;
  z-index: 60;
  display: grid;
  width: min(1160px, calc(100vw - 40px)) !important;
  grid-template-columns: minmax(0, 1fr) 272px !important;
  margin: 0;
  padding: 0 !important;
  color: #162238;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-top: 3px solid #176dc2 !important;
  border-radius: 7px;
  box-shadow: 0 18px 50px rgb(22 55 92 / 18%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transform: translate(-50%, 8px) !important;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
}
[data-site-header] .nav-item:hover > .mega,
[data-site-header] .nav-item:focus-within > .mega,
[data-site-header] .nav-item.open > .mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) !important;
}
[data-site-header] .mega::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 12px;
}
[data-site-header] .mega-main {
  min-width: 0;
  padding: 24px 26px !important;
}
[data-site-header] .mega-main section + section {
  margin-top: 0;
}
[data-site-header] .mega h3 {
  border: 0;
  font-weight: 700;
}
[data-site-header] .mega-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 48px;
  padding: 8px 7px;
  color: #344054;
  border-radius: 3px;
}
[data-site-header] .mega-link strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
[data-site-header] .mega-link small {
  display: block;
  margin-top: 1px;
  color: #98a2b3;
  font-size: 11px;
  line-height: 1.45;
}
[data-site-header] .mega-link > i {
  flex: none;
  margin-top: 3px;
  color: #2368ba;
  font-style: normal;
}
[data-site-header] .mega-side {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 24px 22px !important;
  border-left: 1px solid #e5eaf0;
}
[data-site-header] .mega-side .label {
  color: #2368ba;
  font-size: 12px;
  font-weight: 700;
}
[data-site-header] .mega-side h3 {
  margin: 8px 0 7px !important;
  padding: 0;
  color: inherit;
  font-size: 17px !important;
  line-height: 1.45;
}
[data-site-header] .mega-side p {
  margin: 0 0 18px;
  color: #667085;
  font-size: 12px;
  line-height: 1.65;
}
[data-site-header] .mega-side .primary {
  align-self: flex-start;
  padding: 8px 17px;
}
[data-site-header] .mega-art {
  position: relative;
  height: 105px !important;
  margin: 10px 0 14px !important;
  background: linear-gradient(145deg, #e7f4ff, #c9e2fa);
  overflow: hidden;
}
[data-site-header] .mega-art::before {
  content: 'HawkEye';
  position: absolute;
  left: 24px;
  top: 28px;
  color: #2368ba;
  font: bold 28px Arial, sans-serif;
}
[data-site-header] .mega-art::after {
  content: '\5168\57df\667a\80fd\8fd0\7ef4\5e73\53f0';
  position: absolute;
  left: 25px;
  top: 66px;
  color: #5f7d9f;
}
[data-site-header] .nav-product-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #dfe7f0;
}
[data-site-header] .nav-product-heading span {
  display: block;
  margin-bottom: 6px;
  color: #2b75bd;
  font: 700 10px/1.2 Arial, sans-serif;
}
[data-site-header] .nav-product-heading h3 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #19344f !important;
  font-size: 21px !important;
}
[data-site-header] .nav-product-heading > a {
  color: #2b6fb5;
  font-size: 12px;
  white-space: nowrap;
}
[data-site-header] .nav-product-heading > a b {
  margin-left: 5px;
}
[data-site-header] .nav-product-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}
[data-site-header] .nav-product-groups article {
  position: relative;
  min-width: 0;
  min-height: 205px;
  padding: 16px 13px 12px;
  background: #f5f8fb;
  border: 1px solid #e3eaf1;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
[data-site-header] .nav-product-groups article:hover {
  background: #fff;
  border-color: #b9d4ec;
  box-shadow: 0 7px 18px rgb(24 75 122 / 10%);
  transform: translateY(-2px);
}
[data-site-header] .nav-group-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  background: #dfedfa;
  color: #176dc2;
}
[data-site-header] .nav-group-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[data-site-header] .nav-product-groups article:nth-child(3) .nav-group-icon {
  background: #e7f1ed;
  color: #24755c;
}
[data-site-header] .nav-product-groups article:nth-child(4) .nav-group-icon {
  background: #fff0da;
  color: #b76a08;
}
[data-site-header] .nav-product-groups article > strong {
  display: block;
  min-height: 42px;
  margin-bottom: 7px;
  color: #173451;
  font-size: 14px;
  line-height: 1.45;
}
[data-site-header] .nav-product-groups article > div {
  display: flex;
  flex-direction: column;
}
[data-site-header] .nav-product-groups article a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 31px;
  padding: 0 7px;
  color: #536b82;
  border-top: 1px solid #e0e8ef;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
[data-site-header] .nav-product-groups article a span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-site-header] .nav-product-groups article a b {
  display: grid;
  flex: none;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  color: #8aa8c4;
  font: bold 18px/1 Arial, sans-serif;
}
[data-site-header] .nav-product-groups article a:hover {
  padding-left: 10px;
  background: #e7f2fc;
  color: #176dc2;
}
[data-site-header] .nav-product-groups article a:hover b {
  color: #fff;
  background: #176dc2;
}
[data-site-header] .product-mega-redesign > aside {
  display: flex !important;
  padding: 25px 23px !important;
  border-left: 0 !important;
  color: #fff;
  background: #153b63;
}
[data-site-header] .product-mega-redesign > aside .label {
  color: #7fc9ea !important;
  font-size: 11px !important;
}
[data-site-header] .product-mega-mark {
  position: relative;
  margin: 15px 0 18px;
  padding: 17px 16px 15px;
  background: #1d4b79;
  border-top: 2px solid #f5a623;
  overflow: hidden;
}
[data-site-header] .product-mega-mark small,
[data-site-header] .product-mega-mark i {
  display: block;
  color: #bcd2e7;
  font-size: 11px;
  font-style: normal;
}
[data-site-header] .product-mega-mark strong {
  display: block;
  margin: 5px 0 12px;
  color: #fff;
  font: 700 29px/1 Arial, sans-serif;
}
[data-site-header] .product-mega-mark i {
  line-height: 1.6;
}
[data-site-header] .product-mega-redesign > aside h3 {
  margin: 0 0 7px !important;
  color: #fff;
}
[data-site-header] .product-mega-redesign > aside p {
  margin: 0 0 16px !important;
  color: #bdd0e2 !important;
  line-height: 1.7;
}
[data-site-header] .product-mega-redesign > aside .primary {
  margin-top: auto;
  padding: 9px 14px !important;
  color: #1762aa !important;
  background: #fff !important;
  font-size: 12px;
}
[data-site-header] .product-mega-redesign > aside .primary:hover,
[data-site-header] .product-mega-redesign > aside .primary:focus-visible {
  color: #0d4d98 !important;
  background: #edf5ff !important;
}
[data-site-header] .product-mega-redesign > aside .primary b {
  margin-left: 7px;
}
[data-site-header] .solution-scenes-redesign {
  width: min(1200px, calc(100vw - 40px)) !important;
  grid-template-columns: minmax(0, 1fr) 260px !important;
}
[data-site-header] .solution-scenes-redesign .mega-main {
  padding: 22px 24px !important;
}
[data-site-header] .solution-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #dfe7ef;
}
[data-site-header] .solution-section-title h3,
[data-site-header] .solution-industry-section > h3 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #162238;
  font-size: 18px !important;
}
[data-site-header] .solution-scene-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin-top: 11px;
}
[data-site-header] .solution-scene-grid > a {
  display: grid !important;
  grid-template-columns: 31px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 8px;
  min-height: 59px !important;
  padding: 8px 9px !important;
  color: #29435d !important;
  background: #f5f8fb;
  border: 1px solid #e3eaf1;
}
[data-site-header] .solution-scene-grid > a > i,
[data-site-header] .solution-industry-section a > i {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  background: #e5f0fa;
  color: #2676c3;
}
[data-site-header] .solution-scene-grid > a > i svg,
[data-site-header] .solution-industry-section a > i svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[data-site-header] .solution-scene-grid > a strong {
  font-size: 12px !important;
  white-space: nowrap;
}
[data-site-header] .solution-scene-grid > a small {
  display: block;
  margin-top: 3px;
  color: #8090a1 !important;
  font-size: 10px !important;
  line-height: 1.4;
}
[data-site-header] .solution-scene-grid > a > b {
  color: #8da7bf;
  font-size: 18px;
}
[data-site-header] .solution-scene-grid > a:hover {
  background: #eaf4fd;
  border-color: #93bce1;
  color: #176dc2 !important;
}
[data-site-header] .solution-scene-grid > a:hover > i,
[data-site-header] .solution-industry-section a:hover > i {
  color: #fff;
  background: #176dc2;
}
[data-site-header] .mega-main .solution-industry-section {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #dfe7ef;
}
[data-site-header] .solution-industry-section > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 9px;
}
[data-site-header] .solution-industry-section a {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 9px;
  min-height: 52px !important;
  padding: 8px 11px !important;
  background: #fff;
  border: 1px solid #dbe5ef;
  color: #3e5871;
}
[data-site-header] .solution-industry-section a > i {
  width: 30px;
  height: 30px;
  color: #176dc2;
  background: #e7f2fc;
}
[data-site-header] .solution-industry-section a > i svg {
  width: 18px;
  height: 18px;
}
[data-site-header] .solution-industry-section a strong {
  font-size: 13px !important;
}
[data-site-header] .solution-industry-section a b {
  color: #2676c3;
  font-size: 18px;
}
[data-site-header] .solution-industry-section a:hover {
  color: #176dc2;
  background: #eaf4fd;
  border-color: #91bbe0;
}

@media (max-width: 1180px) {
  [data-site-header] > .wrap.nav {
    gap: 18px;
  }
  [data-site-header] .menu {
    gap: 21px;
  }
  [data-site-header] .header-contact small {
    display: none;
  }
  [data-site-header] .header-contact strong {
    font-size: 15px;
  }
  [data-site-header] .header-contact-icon {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 901px) and (max-width: 1100px) {
  [data-site-header] .mega {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  [data-site-header] .mega > aside {
    display: none !important;
  }
}
@media (min-width: 901px) and (max-width: 1020px) {
  [data-site-header] > .wrap.nav,
  [data-site-header] .menu {
    gap: 14px;
  }
  [data-site-header] .menu > a,
  [data-site-header] .nav-item > .nav-link {
    font-size: 14px;
  }
  [data-site-header] .header-contact-icon {
    display: none;
  }
}
@media (max-width: 900px) {
  [data-site-header].header {
    height: 64px;
  }
  [data-site-header] > .wrap.nav {
    gap: 18px;
    min-height: 64px;
    padding: 0;
  }
  [data-site-header] .nav > a.primary.header-demo {
    display: none !important;
  }
  [data-site-header] .header-contact {
    margin-left: auto;
  }
  [data-site-header] .header-contact strong {
    font-size: 14px;
  }
  [data-site-header] .header-contact-icon {
    display: none;
  }
  [data-site-header] .mobile-toggle {
    display: grid;
    flex: none;
    place-items: center;
    width: 32px;
    height: 40px;
    margin: 0 0 0 auto;
    padding: 0;
    color: #162238;
    background: transparent;
    border: 0;
  }
  [data-site-header] .mobile-toggle svg {
    width: 24px;
    height: 24px;
  }
  [data-site-header] .menu {
    position: absolute;
    display: none;
    top: 64px;
    left: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 12px 24px;
    color: #162238;
    background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
  }
  [data-site-header] .menu.open {
    display: grid;
    gap: 0;
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  [data-site-header] .menu > a,
  [data-site-header] .nav-item > .nav-link {
    height: 48px;
  }
  [data-site-header] .nav-item {
    display: block;
    height: auto;
  }
  [data-site-header] .nav-item::after {
    display: none;
  }
  [data-site-header] .nav-item > .nav-link {
    justify-content: space-between;
  }
  [data-site-header] .nav-item > .mega,
  [data-site-header] .nav-item:hover > .mega,
  [data-site-header] .nav-item:focus-within > .mega {
    position: static !important;
    display: none !important;
    width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
    background: #f7f9fc;
  }
  [data-site-header] .nav-item.open > .mega {
    display: block !important;
  }
  [data-site-header] .product-mega-redesign .mega-main,
  [data-site-header] .solution-scenes-redesign .mega-main {
    padding: 14px 12px !important;
  }
  [data-site-header] .nav-product-heading {
    align-items: center;
  }
  [data-site-header] .nav-product-heading span {
    display: none;
  }
  [data-site-header] .nav-product-heading h3 {
    font-size: 16px !important;
  }
  [data-site-header] .nav-product-groups,
  [data-site-header] .solution-scene-grid,
  [data-site-header] .solution-industry-section > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  [data-site-header] .nav-product-groups article {
    min-height: 0;
    border-bottom: 1px solid #dfe8f1;
  }
  [data-site-header] .nav-product-groups article:nth-child(2n) {
    border-right: 0;
  }
  [data-site-header] .mega > aside {
    display: none !important;
  }
  [data-site-header] .solution-scene-grid > a small {
    display: none;
  }
  html[data-site-page]:not([data-site-interactive]) [data-site-header] {
    height: auto;
  }
  html[data-site-page]:not([data-site-interactive]) [data-site-header] .nav {
    height: auto;
    flex-wrap: wrap;
  }
  html[data-site-page]:not([data-site-interactive]) [data-site-header] .menu {
    position: static;
    order: 3;
    width: 100%;
    box-shadow: none;
  }
  html[data-site-page]:not([data-site-interactive]) [data-site-header] .mobile-toggle {
    display: none;
  }
}
@media (max-width: 560px) {
  [data-site-header] > .wrap.nav {
    width: calc(100% - 30px);
  }
  [data-site-header] .menu {
    padding: 8px 15px;
  }
  [data-site-header] .header-contact strong {
    font-size: 13px;
  }
  [data-site-header] .nav-product-groups,
  [data-site-header] .solution-scene-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  [data-site-header] .nav-product-groups article {
    border-right: 0;
  }
  [data-site-header] .nav-product-groups article > strong {
    min-height: 0;
  }
}
@media (max-width: 480px) {
  [data-site-header] > .wrap.nav {
    gap: 8px;
  }
  [data-site-header] .header-contact strong {
    font-size: 11px;
  }
}
