/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.em-block-anchor-navigation {
  --overflow-slider-fade-width: 0;
  --navigation-height: 59px;
  width: calc(100% + 2 * var(--gutter, 2rem));
  max-width: none !important;
  display: block;
  position: relative;
  z-index: 5;
  height: var(--navigation-height);
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: calc(var(--gutter, 2rem) * -1) !important;
  margin-right: calc(var(--gutter, 2rem) * -1) !important;
}
.em-block-anchor-navigation .em-block-anchor-navigation__sticker {
  display: block;
  position: relative;
  background-color: var(--color-surface-biofouling);
  width: 100%;
  transition: top 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.5s ease, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.em-block-anchor-navigation .em-block-anchor-navigation__sticker.stickied {
  position: fixed;
  top: 0;
}
@media (min-width: 782px) {
  .em-block-anchor-navigation .em-block-anchor-navigation__sticker.stickied {
    top: var(--wp-admin--admin-bar--height, 0px);
  }
}
.em-block-anchor-navigation .em-block-anchor-navigation__sticker.stickied .em-block-anchor-navigation__mobile--toggle {
  background: var(--color-surface-biofouling);
  color: #fff;
}
.em-block-anchor-navigation .em-block-anchor-navigation__sticker.stickied .em-block-anchor-navigation__mobile--toggle svg path {
  fill: #fff;
}
.em-block-anchor-navigation__desktop {
  display: none;
}
@media (min-width: 782px) {
  .em-block-anchor-navigation__desktop {
    display: flex;
    justify-content: center;
  }
}
.em-block-anchor-navigation__desktop--menu {
  display: grid;
  overflow: auto;
  width: 100%;
  align-items: start;
  grid-auto-flow: column;
  grid-template-columns: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  position: relative;
  padding-right: 2rem;
}
@media (min-width: 782px) {
  .em-block-anchor-navigation__desktop--menu {
    margin-left: -10px;
  }
}
.em-block-anchor-navigation__desktop--menu[data-has-overflow=true] {
  -webkit-mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 3rem), rgba(255, 255, 255, 0) 100%);
          mask-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 3rem), rgba(255, 255, 255, 0) 100%);
}
.em-block-anchor-navigation__desktop--menu::-webkit-scrollbar {
  display: none;
}
.em-block-anchor-navigation__desktop--menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.em-block-anchor-navigation__mobile {
  display: block;
  position: relative;
}
@media (min-width: 782px) {
  .em-block-anchor-navigation__mobile {
    display: none;
  }
}
.em-block-anchor-navigation__mobile--toggle {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: space-between;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--color-surface-biofouling);
  padding: 1.5rem;
  border: none;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: var(--font-size-md);
  transition: all 0.3s ease;
}
.em-block-anchor-navigation__mobile--toggle span {
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.em-block-anchor-navigation__mobile--toggle svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}
.em-block-anchor-navigation__mobile--menu {
  top: calc(var(--navigation-height) - 4px);
  width: 100%;
  position: absolute;
  display: none;
  flex-direction: column;
  background-color: var(--color-surface-biofouling);
  border-radius: 0 0 var(--border-radius-md) var(--border-radius-md);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--color-background-biofouling);
  overflow: visible;
}
.em-block-anchor-navigation__mobile--menu.is-open {
  display: flex;
}

/*# sourceMappingURL=style-index.css.map*/