/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/header/header.scss ***!
  \***********************************************************************************************************************************************************/
.gin-secondary-toolbar {
  display: none;
}

.gin-secondary-toolbar {
  display: none;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.header {
  background: var(--background-menu);
  isolation: isolate;
  position: sticky;
  padding: 0 !important;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 10px rgba(var(--black), 0.16);
}
body.gin--horizontal-toolbar .header {
  top: var(--ginHorizontalToolbarOffset);
}
@media (min-width: 75em) {
  .header--scrolled .header__row--top {
    height: 0;
  }
  .header--scrolled .header__topbar {
    display: none;
  }
}
.header__row {
  display: flex;
  justify-content: center;
}
.header__row--bottom {
  height: 80px;
}
@media (min-width: 75em) {
  .header__row--bottom {
    height: 92px;
  }
}
.header__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
.header__logo {
  max-height: 76px;
  max-width: clamp(200px, 11.1111111111em + 50 * (100vw - 360px) / 2840, 250px);
  transition: max-width 300ms ease;
  display: block;
  z-index: 2;
}
.header__logo img {
  height: 100%;
  width: 100%;
}
@media (min-width: 75em) {
  .header__actions {
    display: none;
  }
}

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