.zg-style-hero {
  --zg-style-hero-height: auto;
  --zg-style-hero-min-height: 0;
  position: relative;
  min-height: var(--zg-style-hero-min-height);
  height: var(--zg-style-hero-height);
  overflow: hidden;
}

.zg-style-hero.is-full-screen {
  width: 100%;
  max-width: none!important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-inline: 0 !important;
}

.zg-style-hero.is-contained {
  width: min(100%, 1800px);
  margin-left: auto;
  margin-right: auto;
}

.zg-style-hero.height-medium {
  --zg-style-hero-height: auto;
  --zg-style-hero-min-height: 0;
}

.zg-style-hero.height-large {
  --zg-style-hero-height: auto;
  --zg-style-hero-min-height: 0;
}

.zg-style-hero.height-full {
  --zg-style-hero-height: auto;
  --zg-style-hero-min-height: 0;
}

.zg-style-hero__media,
.zg-style-hero__image,
.zg-style-hero__video {
  position: relative;
}

.zg-style-hero__image img,
.zg-style-hero__image svg,
.zg-style-hero__video video {
  display: block;
  width: 100%;
  height: auto;
}

.zg-style-hero__video video {
  display: block;
}

.zg-style-hero__media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.zg-style-hero__image--mobile,
.zg-style-hero__video--mobile {
  display: none;
}

.zg-style-hero__media::after {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  content: "";
  background: rgba(0, 0, 0, var(--zg-style-hero-overlay-opacity));
}

.zg-style-hero__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: auto;
  padding: 0 24px 72px;
  text-align: center;
  color: #fff;
}

.zg-style-hero__subheading,
.zg-style-hero__heading {
  margin: 0;
  color: inherit;
  font-family: Jost, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.zg-style-hero__subheading {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}

.zg-style-hero__heading {
  margin-top: 8px;
  font-size: 42px;
  line-height: 1.15;
  text-transform: uppercase;
}

.zg-style-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 24px;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #fff;
  font-family: Jost, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .zg-style-hero {
    --zg-style-hero-height: auto;
    --zg-style-hero-min-height: 0;
  }

  .zg-style-hero__image--desktop,
  .zg-style-hero__video--desktop {
    display: none;
  }

  .zg-style-hero__image--mobile,
  .zg-style-hero__video--mobile {
    display: block;
  }

  .zg-style-hero__content {
    padding-bottom: 44px;
  }

  .zg-style-hero__heading {
    font-size: 30px;
  }
}
