.fw-hero-section-1 {
  padding: 0;
  position: relative;
  z-index: var(--z-raised);
}
.fw-hero-section-1 .fw-content {
  flex-direction: column;
  gap: 0;
  min-height: 500px;
  z-index: 2;
  justify-content: center;
}
.fw-hero-section-1.fw-centered-text-section .fw-content {
  align-items: center;
  text-align: center;
}
.fw-hero-section-1 .fw-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fw-hero-section-1 .fw-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fw-hero-section-1 .fw-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fw-hero-section-1 .fw-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fw-hero-section-1 .fw-overline {
  max-width: var(--content-text-max-width);
}
.fw-hero-section-1 .fw-headline {
  max-width: var(--content-text-max-width);
}
.fw-hero-section-1 .fw-body-copy {
  max-width: calc(var(--content-text-max-width) - 200px);
}
.fw-hero-section-1 .fw-button-row {
  max-width: var(--content-text-max-width);
}
