/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/block-hero/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/* Remove top margin when hero block is the first element, for the navbar */
.entry-content > .hero-block:first-child {
  margin-top: -6.7rem;
}

.hero-block {
  --overlay-opacity: 0.35;
  background-color: var(--surface-tertiary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid var(--stroke-primary);
  position: relative;
}
.hero-block:before {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.35) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-block > * {
  position: relative;
  z-index: 1;
}
.hero-block__alert-wrapper {
  display: flex;
  flex-direction: column;
}
.hero-block__alert {
  align-items: center;
  border-bottom: 1px solid var(--stroke-secondary);
  display: flex;
  justify-content: space-between;
  margin-top: 7.7rem;
  padding: 0 4rem 1rem;
}
.hero-block__alert-level {
  display: flex;
  gap: 0.5rem;
}
.hero-block__alert-level-label, .hero-block__alert-level-value {
  margin: 0;
}
.hero-block__alert-level-label {
  color: var(--text-inverted);
}
.hero-block__alert-level-value {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 0.3rem;
}
.hero-block__alert-level-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.hero-block__alert-level-icon--has-tooltip {
  cursor: pointer;
}
.hero-block__alert-info {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  width: 100%;
}
.hero-block__alert-info-text {
  color: var(--text-inverted);
  margin: 0;
}
.hero-block__alert-info-button {
  margin-left: auto;
}
.hero-block__tooltip {
  background: var(--surface-secondary);
  color: var(--text-primary);
  font-size: 0.875rem;
  max-width: 12rem;
  opacity: 0;
  padding: 0.5rem 0.75rem;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  z-index: 10000;
}
.hero-block__content-wrapper {
  display: flex;
  min-height: 50rem;
}
.hero-block__content-wrapper--with-alert {
  min-height: 35rem;
}
.hero-block__content {
  align-items: center;
  display: flex;
  flex: 0 1 50%;
  flex-direction: column;
  justify-content: center;
  padding: 3.5rem 0 3.5rem var(--wl-container-margin);
}
.hero-block__content--with-alert {
  padding-top: 2rem;
}
.hero-block__content-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero-block__badge {
  border: 1px solid var(--stroke-primary);
  border-radius: 3rem;
  color: var(--text-inverted);
  margin: 0;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-block__title {
  color: var(--text-inverted);
  min-width: 37rem;
  max-width: 33rem;
  text-align: left;
}
.hero-block__description {
  color: var(--text-inverted);
  margin: 0;
  max-width: 33rem;
}
.hero-block--text-inverted .hero-block__badge {
  border-color: var(--stroke-strong);
  color: var(--text-primary);
}
.hero-block--text-inverted .hero-block__title {
  color: var(--text-primary);
}
.hero-block--text-inverted .hero-block__description {
  color: var(--text-primary);
}

@media screen and (max-width: 950px) {
  .hero-block__content {
    flex-basis: 100%;
    justify-content: flex-end;
    padding: 2.5rem 1rem;
  }
}
@media screen and (max-width: 770px) {
  .hero-block__alert {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 6rem;
    padding: 2rem 1rem 1rem 1rem;
  }
  .hero-block__alert-info {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 500px) {
  .hero-block__title {
    min-width: 100%;
  }
  .hero-block__content-wrapper {
    min-height: 40rem;
  }
  .hero-block__content-wrapper--with-alert {
    min-height: 23rem;
  }
  .hero-block__tooltip {
    font-size: 0.75rem;
    max-width: 9rem;
    padding: 0.3rem 0.5rem;
  }
}

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