/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.102.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.6_webpack@5.102.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.6_sass@1.93.3_webpack@5.102.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/assets/scss/header.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  right: 0;
  background: rgba(255, 250, 243, 0.5);
  backdrop-filter: blur(50px);
  z-index: 10;
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-nav .out-logo {
  margin-right: auto;
  width: 97px;
  height: 40px;
}
header .header-nav .header-links {
  display: flex;
  justify-content: center;
  flex: 1;
  list-style: none;
}
header .header-nav .header-button {
  margin-left: auto;
}
header .wp-block-navigation__responsive-container-open {
  margin-left: auto;
}
@media (max-width: 800px) {
  header {
    background: rgb(255, 250, 243);
    backdrop-filter: none;
  }
  header #modal-2 {
    background-color: #111111;
    color: #ffffff;
    width: 100vw !important;
    padding: 0 !important;
    height: 336px;
    overflow: hidden;
  }
  header #modal-2 .header-button {
    margin: 0;
  }
  header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block !important;
  }
}

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