/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/group/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front and editor of your site.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-group {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: var(--mb-group--width, 100%) !important;
}
.wp-block-group.mb-justification--start {
  justify-self: start;
}
.wp-block-group.mb-justification--center {
  justify-self: center;
}
.wp-block-group.mb-justification--end {
  justify-self: end;
}
.wp-block-group.mb-alignment--start {
  align-items: start;
}
.wp-block-group.mb-alignment--center {
  align-items: center;
}
.wp-block-group.mb-alignment--end {
  align-items: end;
}
@media (max-width: 768px) {
  .wp-block-group {
    background-image: var(--mb-group--background-image--mobile, var(--mb-group--background-image--tablet));
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wp-block-group {
    background-image: var(--mb-group--background-image--tablet);
  }
}
.wp-block-group.is-relative {
  position: relative !important;
}
.wp-block-group.is-relative:has(div.menu-width-full) {
  position: initial !important;
}

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