  /**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.block-hero-promo {
  position: relative;
  height: 100%;
  margin-bottom: 24.5rem;
}
@media screen and (min-width: 1141px) {
  .block-hero-promo {
    height: 100vh;
    margin-bottom: 0;
  }
}
.block-hero-promo__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-hero-promo__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-hero-promo__bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-hero-promo__bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-hero-promo__inner {
  position: relative;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1141px) {
  .block-hero-promo__inner {
    height: 100%;
  }
}
.block-hero-promo__inner .promo-hero-content-wrapper {
  position: relative;
  bottom: -50%;
  display: flex;
  width: 100%;
  max-width: 79rem;
  height: 100%;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 1141px) {
  .block-hero-promo__inner .promo-hero-content-wrapper {
    position: static;
    height: unset;
  }
}
.block-hero-promo__inner .promo-hero-content {
  width: 100%;
  max-width: 38.75rem;
  padding: 2.5rem 1.5rem;
  border-radius: 0.5rem;
  margin: 0 auto;
  background-color: #cce9ff;
}
@media screen and (min-width: 577px) {
  .block-hero-promo__inner .promo-hero-content {
    padding: 4rem 2.5rem 3.5rem 2.5rem;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1141px) {
  .block-hero-promo__inner .promo-hero-content {
    top: 0;
    margin: 0 0 0 auto;
  }
}
.block-hero-promo__inner .promo-hero-header {
  margin: 0 0 1.5rem 0;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.125;
}
@media (max-width: 576px) {
  .block-hero-promo__inner .promo-hero-header {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 577px) {
  .block-hero-promo__inner .promo-hero-header {
    margin: 0 0 2rem 0;
  }
}
.block-hero-promo__inner .promo-hero-description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  margin: 0 0 1.5rem 0;
}
@media (max-width: 576px) {
  .block-hero-promo__inner .promo-hero-description {
    font-size: 1rem;
  }
}
@media screen and (min-width: 577px) {
  .block-hero-promo__inner .promo-hero-description {
    margin: 0 0 2rem 0;
  }
}

/*# sourceMappingURL=block_hero-promo.css.map*/