html,
body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #000;
}

.page-body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.hercules-header {
  flex-shrink: 0;
  z-index: 10;
}

.gmp-page--no-newsletter {
  flex: 1;
  min-height: 0;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden;
  background: #000;
}

.gmp-page--no-newsletter .gmp-section {
  height: 100%;
  margin: 0 !important;
}

.gmp-page--no-newsletter .gmp-mb-l {
  margin-bottom: 0 !important;
}

.hero-landing {
  position: relative;
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  cursor: pointer;
}

.hero-landing__background {
  position: absolute !important;
  inset: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.hero-landing__overview,
.hero-landing .gmp-banner,
.hero-landing .gmp-overview-hero {
  width: 100%;
  height: 100% !important;
}

.hero-landing picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-landing__image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  object-fit: cover !important;
  object-position: center center;
}

.hero-landing__content {
  position: absolute !important;
  inset: 0;
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0;
  text-align: center !important;
  color: #fff;
}

.hero-landing__text {
  width: 100%;
}

.hero-landing__text .h-c-page {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.hero-landing__text .h-c-grid {
  display: flex !important;
  justify-content: center !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.hero-landing__text .h-c-grid__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
}

.hero-landing .h-c-headline {
  text-align: center;
}

.hero-landing .h-c-headline--four {
  margin-left: auto;
  margin-right: auto;
}

.hero-landing .h-c-button--primary {
  display: inline-flex;
}

.hero-landing a {
  cursor: pointer;
}
