/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/**
 * Hero Block Styles
 * Applied both on the front of your site and in the editor.
 */
.wp-block-jormi-blocks-hero {
  position: relative;
  max-width: none !important;
  overflow: hidden;
}
.wp-block-jormi-blocks-hero .hero-bg-img,
.wp-block-jormi-blocks-hero .hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.wp-block-jormi-blocks-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}
.wp-block-jormi-blocks-hero.is-content-wide.is-variant-minimal .hero-inner {
  max-width: var(--wp--custom--max-width-xxxxl, 56rem);
}
.wp-block-jormi-blocks-hero.is-content-wide.is-variant-minimal .hero-inner p {
  max-width: var(--wp--custom--max-width-xxl, 42rem);
}
.wp-block-jormi-blocks-hero.is-content-wide.is-variant-fullscreen .hero-text, .wp-block-jormi-blocks-hero.is-content-wide.is-variant-fullscreen-rounded .hero-text {
  max-width: var(--wp--custom--max-width-xxxl, 48rem);
}
.wp-block-jormi-blocks-hero.is-content-wide.is-variant-fullscreen .hero-text p, .wp-block-jormi-blocks-hero.is-content-wide.is-variant-fullscreen-rounded .hero-text p {
  max-width: var(--wp--custom--max-width-xl, 36rem);
}
.wp-block-jormi-blocks-hero.is-content-wide.is-text-centered.is-variant-minimal .hero-inner {
  max-width: var(--wp--custom--max-width-xxxxl, 56rem);
}
.wp-block-jormi-blocks-hero.is-text-centered {
  text-align: center;
}
.wp-block-jormi-blocks-hero.is-text-centered .hero-inner,
.wp-block-jormi-blocks-hero.is-text-centered .hero-text {
  margin-inline: auto;
  text-align: center;
}
.wp-block-jormi-blocks-hero.is-text-centered p {
  margin-inline: auto;
}
.wp-block-jormi-blocks-hero.is-text-centered.is-variant-minimal .hero-inner {
  max-width: var(--wp--custom--max-width-xxl, 100%);
}
.wp-block-jormi-blocks-hero.is-text-centered .wp-block-buttons {
  justify-content: center;
}
.wp-block-jormi-blocks-hero.is-variant-minimal {
  padding-top: var(--header-height);
}
.wp-block-jormi-blocks-hero.is-variant-minimal .hero-media {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wp-block-jormi-blocks-hero.is-variant-minimal .hero-inner {
  position: relative;
  z-index: 3;
  max-width: var(--wp--custom--max-width-xxl);
  padding-top: var(--wp--preset--spacing--9);
}
.wp-block-jormi-blocks-hero.is-variant-minimal .hero-inner p {
  max-width: var(--wp--custom--max-width-lg);
}
.wp-block-jormi-blocks-hero.is-variant-minimal.has-hero-media, .wp-block-jormi-blocks-hero.is-variant-minimal.has-hero-background {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.wp-block-jormi-blocks-hero.is-variant-minimal.has-hero-media .hero-inner, .wp-block-jormi-blocks-hero.is-variant-minimal.has-hero-background .hero-inner {
  padding-bottom: var(--wp--preset--spacing--8);
}
.wp-block-jormi-blocks-hero.is-variant-minimal.has-hero-media {
  min-height: 40vh;
}
.wp-block-jormi-blocks-hero.is-variant-fullscreen .hero-media, .wp-block-jormi-blocks-hero.is-variant-fullscreen-rounded .hero-media {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wp-block-jormi-blocks-hero.is-variant-fullscreen .hero-content, .wp-block-jormi-blocks-hero.is-variant-fullscreen-rounded .hero-content {
  padding-top: var(--header-height);
  padding-bottom: var(--wp--preset--spacing--9);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  min-height: 100vh;
}
.wp-block-jormi-blocks-hero.is-variant-fullscreen .hero-text, .wp-block-jormi-blocks-hero.is-variant-fullscreen-rounded .hero-text {
  width: 100%;
  max-width: var(--wp--custom--max-width-xl);
  position: relative;
  z-index: 2;
  padding-top: var(--wp--preset--spacing--4);
}
.wp-block-jormi-blocks-hero.is-variant-fullscreen .hero-text p, .wp-block-jormi-blocks-hero.is-variant-fullscreen-rounded .hero-text p {
  max-width: var(--wp--custom--max-width-md);
}
.wp-block-jormi-blocks-hero.is-variant-fullscreen-rounded {
  margin: 0.75rem !important;
  margin-top: calc(var(--header-height)) !important;
  border-radius: 1rem;
}
.wp-block-jormi-blocks-hero.is-variant-fullscreen-rounded .hero-content {
  min-height: calc(100vh - var(--header-height) - 0.75rem);
}
@media screen and (min-width: 768px) {
  .wp-block-jormi-blocks-hero.is-variant-fullscreen-rounded {
    margin-inline: 1.5rem !important;
  }
  .wp-block-jormi-blocks-hero.is-variant-fullscreen-rounded .hero-content {
    min-height: calc(100vh - var(--header-height) - 1.5rem);
  }
}
.wp-block-jormi-blocks-hero.is-variant-blog {
  padding-top: calc(var(--header-height) - 1px);
}
.wp-block-jormi-blocks-hero.is-variant-blog .hero-content {
  min-height: 33vh;
  padding-bottom: var(--wp--preset--spacing--7);
}
.wp-block-jormi-blocks-hero.is-variant-blog .hero-meta-top {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--5);
  padding-top: var(--wp--preset--spacing--7);
}
@media (min-width: 992px) {
  .wp-block-jormi-blocks-hero.is-variant-blog .hero-meta-top {
    padding-top: var(--wp--preset--spacing--11);
  }
}
.wp-block-jormi-blocks-hero.is-variant-blog .hero-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: var(--wp--preset--spacing--3);
  padding-bottom: var(--wp--preset--spacing--5);
}
.wp-block-jormi-blocks-hero.is-variant-blog .hero-title-row .wp-blog-hero__title {
  margin-bottom: 0;
  color: inherit;
}
.wp-block-jormi-blocks-hero.is-variant-blog .hero-featured-image {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  margin-bottom: var(--wp--preset--spacing--5);
}
.wp-block-jormi-blocks-hero.is-variant-blog .hero-author-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--wp--preset--spacing--5);
}
.wp-block-jormi-blocks-hero.is-variant-blog .hero-author-row.is-reversed {
  flex-direction: row-reverse;
}
.wp-block-jormi-blocks-hero.is-variant-blog .hero-author-info {
  display: flex;
  align-items: flex-end;
}
.wp-block-jormi-blocks-hero.is-variant-blog .hero-author-info h6 {
  color: inherit;
}

@media (min-width: 992px) {
  .wp-admin .wp-block-jormi-blocks-hero.hero-fullscreen .hero-media, .wp-admin .wp-block-jormi-blocks-hero.hero-fullscreen-alt .hero-media {
    height: calc(100vh - var(--backend-header-height));
  }
}
@media (min-width: 782px) {
  .wp-admin .wp-block-jormi-blocks-hero.hero-fullscreen .hero-content, .wp-admin .wp-block-jormi-blocks-hero.hero-fullscreen-alt .hero-content {
    min-height: calc(100vh - var(--backend-header-height));
  }
}
.wp-admin .wp-block-jormi-blocks-hero.hero-gallery .hero-content {
  min-height: calc(100vh - var(--backend-header-height));
}

@media (min-width: 992px) {
  body.admin-bar:not(.wp-admin) .wp-block-jormi-blocks-hero.hero-fullscreen .hero-media, body.admin-bar:not(.wp-admin) .wp-block-jormi-blocks-hero.hero-fullscreen-alt .hero-media {
    height: calc(100vh - var(--header-height) - var(--admin-bar-height, 32px));
  }
}
@media (min-width: 782px) {
  body.admin-bar:not(.wp-admin) .wp-block-jormi-blocks-hero.hero-fullscreen .hero-content, body.admin-bar:not(.wp-admin) .wp-block-jormi-blocks-hero.hero-fullscreen-alt .hero-content {
    min-height: calc(100vh - var(--header-height) - var(--admin-bar-height, 32px));
  }
}
body.admin-bar:not(.wp-admin) .wp-block-jormi-blocks-hero.hero-gallery .hero-content {
  min-height: calc(100vh - var(--header-height) - var(--admin-bar-height, 32px));
}

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