.header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header .nav-underline {
  position: absolute;
  height: 4px;
  background-color: #2dbad6;
  opacity: 0;
  pointer-events: none;
  transition: left 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.2s ease;
}
.header .nav-underline.visible {
  opacity: 1;
}
.header {
  padding: 0 1rem;
  height: 6rem;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 400px) {
  .header {
    height: 7rem;
  }
}
@media (min-width: 660px) {
  .header {
    height: 7.5rem;
  }
}
@media (min-width: 1080px) {
  .header {
    padding: 0 5rem;
  }
}
.header > .search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -0.75rem;
}
@media (min-width: 800px) {
  .header > .search {
    display: none;
  }
}
.header > .search .search-btn {
  padding: 0;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  box-sizing: content-box;
}
.header > .search .search-btn svg {
  width: 2rem;
  height: 2rem;
}
.header > .search .search-btn {
  box-sizing: content-box;
  padding: 0.75rem;
  touch-action: manipulation;
}
.header > .search .search-btn svg, .header > .search .search-btn svg * {
  pointer-events: none;
}
.header > .logo {
  padding: 1rem 0;
}
@media not all and (min-width: 800px) {
  .header > .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: calc(100% - 1rem);
    max-height: 80px;
    aspect-ratio: 1/1;
    padding: 0;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 399.98px) {
  .header > .logo {
    max-height: 64px;
  }
}
.header > .logo a {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.header > .logo a img {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center;
}
.header > .logo a:hover img {
  transform: rotate(-8deg) scale(1.05);
}
.header .menus {
  display: none;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 800px) {
  .header .menus {
    display: flex;
  }
}
.header .menus .menu > ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.header .menus .menu > ul > li {
  border-bottom: 4px solid #FFFFFF;
}
.header .menus .menu > ul > li.active {
  border-bottom: 4px solid #cccccc;
}
.header .menus .menu > ul > li > a, .header .menus .menu > ul > li > span {
  display: inline-block;
  padding: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}
.header .menus .menu > ul > li .submenu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 68rem;
  padding-bottom: 2rem;
  background-color: #2dbad6;
  color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  z-index: 500;
}
.header .menus .menu > ul > li .submenu .logo {
  margin: 0 auto;
  height: 32rem;
}
.header .menus .menu > ul > li .submenu .logo img {
  height: 100%;
  opacity: 0.25;
}
.header .menus .menu > ul > li .submenu .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.header .menus .menu > ul > li .submenu .close .close-btn {
  padding: 0;
  width: 4rem;
  height: 4rem;
  background: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  box-sizing: content-box;
}
.header .menus .menu > ul > li .submenu .close .close-btn svg {
  width: 4rem;
  height: 4rem;
}
.header .menus .menu > ul > li:hover, .header .menus .menu > ul > li.open {
  color: #2dbad6;
}
.header .menus .menu > ul > li.open .submenu {
  display: flex;
}
.header .menus .menu > ul > li.open .submenu .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem 1rem;
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (min-width: 400px) {
  .header .menus .menu > ul > li.open .submenu .content {
    padding: 2rem 1rem;
  }
}
@media (min-width: 660px) {
  .header .menus .menu > ul > li.open .submenu .content {
    padding: 4rem;
  }
}
@media (min-width: 800px) {
  .header .menus .menu > ul > li.open .submenu .content {
    flex-direction: row;
  }
}
.header .menus .menu > ul > li.open .submenu .content .target {
  flex-basis: calc(50% - 0.5rem - 2rem);
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 1rem;
  color: inherit;
  text-decoration: inherit;
  border-radius: 0.25rem;
}
@media (min-width: 660px) {
  .header .menus .menu > ul > li.open .submenu .content .target {
    gap: 2rem;
  }
}
.header .menus .menu > ul > li.open .submenu .content .target:hover {
  outline: 1px solid rgb(31.7300796813, 140.8505976096, 162.5199203187);
}
.header .menus .menu > ul > li.open .submenu .content .target .icon {
  background-image: url(/css/icons/navigation-sprite.png);
  background-position: 0 0;
  background-size: cover;
  min-width: 4rem;
  height: 4rem;
  transform: scale(1);
  margin: 0rem;
}
.header .menus .menu > ul > li.open .submenu .content .target .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.header .menus .menu > ul > li.open .submenu .content .target .text span {
  font-size: 1.2rem;
}
.header .menus .menu > ul > li > a:focus-visible, .header .menus .menu > ul > li > span:focus-visible {
  outline: 2px solid #2dbad6;
  outline-offset: 2px;
}
.header .menus .secondary-menu > ul {
  list-style: none;
  padding: 1rem 1.25rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.header .menus .secondary-menu > ul li {
  padding: 0 0.5rem;
}
.header .menus .secondary-menu > ul li.search {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-left: 2rem;
}
.header .menus .secondary-menu > ul li.search .search-btn {
  padding: 0;
  width: 1rem;
  height: 1rem;
  background: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  box-sizing: content-box;
}
.header .menus .secondary-menu > ul li.search .search-btn svg {
  width: 1rem;
  height: 1rem;
}
.header .menus .secondary-menu > ul li a {
  color: inherit;
  text-decoration: inherit;
}
.header .menus .secondary-menu > ul li a.active, .header .menus .secondary-menu > ul li a:hover {
  color: #2dbad6;
}
.header .menus .secondary-menu > ul li a.language.active, .header .menus .secondary-menu > ul li a.language:hover {
  text-decoration: underline;
}
.header .mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 800px) {
  .header .mobile-menu {
    display: none;
  }
}
.header .mobile-menu .mobile-menu-button {
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  background: none;
  border: none;
  border-radius: 50%;
  color: inherit;
  cursor: pointer;
  box-sizing: content-box;
}
.header .mobile-menu .mobile-menu-button svg {
  width: 2.75rem;
  height: 2.75rem;
}
.header .mobile-menu .mobile-menu-button {
  color: #000000;
}
.header .mobile-menu .menu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 0 5rem 0;
  background-color: #FFFFFF;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  z-index: 500;
}
.header .mobile-menu .menu-dropdown > ul {
  list-style: none;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media (min-width: 660px) {
  .header .mobile-menu .menu-dropdown > ul {
    padding: 2rem 4rem;
  }
}
.header .mobile-menu .menu-dropdown > ul > li {
  display: flex;
  flex-direction: column;
}
.header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}
.header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper a, .header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper span {
  color: inherit;
  text-decoration: inherit;
  padding: 0.75rem 1.5rem;
}
.header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper .search-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1.5rem;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
}
.header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper .search-btn svg {
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 auto;
}
.header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper .search-btn svg, .header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper .search-btn svg * {
  pointer-events: none;
}
.header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper .mobile-submenu-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 2.9rem;
  height: 2.9rem;
  color: #000000;
}
.header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper .mobile-submenu-button:has(input:checked) {
  background-color: #eeeeef;
}
.header .mobile-menu .menu-dropdown > ul > li .main-link-wrapper .mobile-submenu-button svg {
  width: 50%;
  height: 50%;
}
.header .mobile-menu .menu-dropdown > ul > li.active .main-link-wrapper {
  border-left: 6px solid #2dbad6;
}
.header .mobile-menu .menu-dropdown > ul > li.active .main-link-wrapper a {
  padding-left: calc(1.5rem - 5px);
}
.header .mobile-menu .menu-dropdown > ul > li:has(.main-link-wrapper .mobile-submenu-button input:checked) .mobile-submenu {
  display: block;
}
.header .mobile-menu .menu-dropdown > ul > li .mobile-submenu {
  display: none;
  list-style: none;
  padding: 1.5rem 0;
  background-color: #eeeeef;
  font-size: 1.4rem;
  border-bottom: 1px solid #FFFFFF;
}
.header .mobile-menu .menu-dropdown > ul > li .mobile-submenu > li {
  display: flex;
}
.header .mobile-menu .menu-dropdown > ul > li .mobile-submenu > li .target {
  padding: 0.75rem 1.5rem;
  color: inherit;
  text-decoration: inherit;
}
.header .mobile-menu .menu-dropdown > ul > li .mobile-submenu > li .target:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
}
.header .mobile-menu .menu-dropdown > ul > li .mobile-submenu > li.active {
  border-left: 6px solid #2dbad6;
}
.header .mobile-menu .menu-dropdown > ul > li .mobile-submenu > li.active .target {
  padding-left: calc(1.5rem - 5px);
  color: #2dbad6;
  font-weight: 700;
}
.header .mobile-menu:has(#mobile-menu-toggle:checked) .menu-dropdown {
  display: block;
}

.site-search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.97);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.site-search-overlay.open {
  display: flex;
  flex-direction: column;
}
.site-search-overlay__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
}
.site-search-overlay__close:hover, .site-search-overlay__close:focus-visible {
  outline: none;
}
.site-search-overlay__close:hover .site-search-overlay__close-icon, .site-search-overlay__close:focus-visible .site-search-overlay__close-icon {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.site-search-overlay__close:hover .site-search-overlay__close-button, .site-search-overlay__close:focus-visible .site-search-overlay__close-button {
  opacity: 1;
  width: 128px;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.site-search-overlay__close-icon {
  display: block;
  position: absolute;
  inset: 0;
  background-color: #eff5f9;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.site-search-overlay__close-icon::before, .site-search-overlay__close-icon::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 8px;
  height: 33px;
  width: 2px;
  background-color: #5d5d5d;
  border-radius: 3px;
}
.site-search-overlay__close-icon::before {
  transform: rotate(45deg);
}
.site-search-overlay__close-icon::after {
  transform: rotate(-45deg);
}
.site-search-overlay__close-button {
  position: absolute;
  right: -1px;
  top: 0;
  height: 48px;
  width: 48px;
  padding: 0 20px;
  background-color: #9d9d9d;
  color: #FFFFFF;
  border: none;
  border-radius: 24px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 45px;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.site-search-overlay__form {
  margin-top: 50px;
  padding: 11px;
}
@media (min-width: 660px) {
  .site-search-overlay__form {
    padding: 0;
  }
}
.site-search-overlay__field {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.site-search-overlay__clear {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  padding: 0.5rem 1rem;
  background-color: #2dbad6;
  color: #FFFFFF;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.site-search-overlay__clear:hover, .site-search-overlay__clear:focus-visible {
  background-color: #000000;
  outline: none;
}
.site-search-overlay__inner {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1rem 4rem;
}
@media (min-width: 400px) {
  .site-search-overlay__inner {
    padding: 0 2rem 4rem;
  }
}
.site-search-overlay__label {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.site-search-overlay__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem 1rem 1rem 1.25rem;
  font-size: 1.25rem;
  font-family: inherit;
  background-color: #FFFFFF;
  border: 2px solid #2dbad6;
  border-radius: 0.5rem;
}
.site-search-overlay__input:focus {
  outline: none;
  border-color: #000000;
}
.site-search-overlay__results {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-search-overlay__results .result {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0.75rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s ease;
}
.site-search-overlay__results .result:hover, .site-search-overlay__results .result:focus-visible {
  box-shadow: 0 0 0 2px #2dbad6;
  outline: none;
}
.site-search-overlay__results .result__image {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 0.25rem;
  background-color: #eeeeef;
}
@media (min-width: 660px) {
  .site-search-overlay__results .result__image {
    width: 120px;
    height: 120px;
  }
}
.site-search-overlay__results .result__image--placeholder {
  object-fit: contain;
  padding: 0.75rem;
  background-color: #e6f5f8;
}
.site-search-overlay__results .result__body {
  flex: 1 1 auto;
  min-width: 0;
}
.site-search-overlay__results .result h3 {
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
  color: #000000;
}
.site-search-overlay__results .result .path {
  font-size: 0.85rem;
  color: #565c60;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-search-overlay__results .result .excerpt {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #565c60;
  line-height: 1.4;
}
.site-search-overlay__results .empty,
.site-search-overlay__results .hint {
  padding: 1rem;
  text-align: center;
  color: #565c60;
  font-style: italic;
}

body.search-open {
  overflow: hidden;
}

/*# sourceMappingURL=header.css.map */
