/*
################################################################################
HEADER LAYOUT / LOGO
################################################################################
*/
.nd-2025 header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('/img/header-bg-logo.svg');
  background-position: top center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.nd-2025 header {
  height: auto;
  background-color: var(--primary-color);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.nd-2025.frontpage header {
  height: 640px;
  padding-bottom: 0;
}
.nd-2025 header > .container > .row {
  position: relative;
  z-index: 10;
}
.nd-2025 header > .container > .row {
  display: flex;
  flex-flow: row nowrap;
}
.nd-2025 header .head-logo {
  align-self: flex-end;
  margin-right: 30px;
  padding-bottom: 5px;
}

/*
################################################################################
TOP NAV / SEARCH / NAVIGATION
################################################################################
*/
.nd-2025 header .head-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

/* ---------- TOPNAV ---------- */
.nd-2025 header .top-nav ul {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  column-gap: 40px;
}
.nd-2025 header .top-nav ul a {
  color: #fff;
}
.nd-2025 header .top-nav ul a:hover {
  color: var(--secondary-color);
}

/* ---------- SEARCH ---------- */
.nd-2025 header .top-search {
  width: 100%;
  margin: 20px 0;
}
.nd-2025 header .top-search form {
  display: flex;
  flex-flow: row nowrap;
  column-gap: 5px;
}
.nd-2025 header .top-search input {
  width: 100%;
  height: 46px;
  background: #B7E4FF;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  padding-left: 25px;
}
.nd-2025 header .top-search input::placeholder {
  color: var(--primary-color);
}
.nd-2025 header .top-search button[type="submit"] {
  flex: 130px 0 0;
  height: 46px;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: end;
  column-gap: 15px;
  padding: 0;
}
.nd-2025 header .top-search button[type="submit"] img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

/* ---------- NAVIGATION ---------- */
.nd-2025 header .head-nav {
  width: 100%;
  padding-bottom: 8px;
}
.nd-2025 header .head-nav .menu-container-section {
  background: none;
  box-shadow: none;
}
.nd-2025 header .head-nav .megaMenu {
  min-height: auto;
  background: transparent;
}
.nd-2025 header .head-nav .megaMenu.mega-menu-sticky-move .sticky-container {
  background: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  padding: 13px 20px;
  -webkit-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
}
.nd-2025 header .head-nav .megaMenu ul.menu-links {
  width: 100%;
  max-width: 1133px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.nd-2025 header .head-nav .megaMenu ul.menu-links > li {
  float: none;
}
.nd-2025 header .head-nav .megaMenu ul.menu-links > li > a {
  height: auto;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
}
.nd-2025 header .head-nav .megaMenu ul.menu-links > li > a:hover {
  color: var(--secondary-color);
}
.nd-2025 .megaMenu,
.nd-2025 .megaMenu * {
  font-family: inherit;
}