.elementor-4716 .elementor-element.elementor-element-a70288f{--display:flex;}.elementor-4716 .elementor-element.elementor-element-8be2746{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ef8ba89 *//* R2 HEADER — aligned to Insights page system */

.r2-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(95,95,110,0.22);
  position: relative;
  z-index: 100;
}

.r2-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.r2-header-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.r2-header-logo {
  display: block;
  width: auto;
  height: 28px;
  min-width: 120px;
}

.r2-header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.r2-header-nav a {
  position: relative;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #5F5F6E;
  transition: color 0.15s ease;
  padding: 4px 0;
}

.r2-header-nav a:hover {
  color: #1C2E45;
}

.r2-header-nav a.is-active {
  color: #1C2E45;
}

.r2-header-nav a.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: #1C2E45;
}

/* Mobile toggle */
.r2-header-menu-toggle {
  display: none;
  appearance: none;
  border: none;
  background: none;
  padding: 8px;
  margin: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.r2-header-menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #1C2E45;
}

.r2-header-mobile-nav {
  display: none;
  border-top: 1px solid rgba(95,95,110,0.12);
  background: #ffffff;
  padding: 8px 24px 16px 24px;
}

.r2-header-mobile-nav a {
  display: block;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #5F5F6E;
  padding: 12px 0;
}

.r2-header-mobile-nav a.is-active {
  color: #1C2E45;
}

/* Give the hero breathing room below header */
#r2-insights-page .r2ip-hero {
  margin-top: 24px;
}

/* Responsive */
@media (max-width: 900px) {
  .r2-header-inner {
    padding: 0 24px;
    min-height: 60px;
  }

  .r2-header-logo {
    height: 24px;
  }

  .r2-header-nav {
    display: none;
  }

  .r2-header-menu-toggle {
    display: inline-flex;
  }

  .r2-header-mobile-nav.is-open {
    display: block;
  }

  #r2-insights-page .r2ip-hero {
    margin-top: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d508ffb */.r2-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(95,95,110,0.22);
}

.r2-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 48px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.r2-header-nav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #5F5F6E;
  text-decoration: none;
  margin-left: 24px;
}

.r2-header-nav a.is-active {
  color: #1C2E45;
  border-bottom: 1px solid #1C2E45;
  padding-bottom: 2px;
}/* End custom CSS */