.section-banner-video {
  justify-content: center;
  height: 550px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-banner-video::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 5;
  content: "";
  pointer-events: none;
}
.section-banner-video video {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.section-banner-video__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  margin: auto 0;
}
.section-banner-video__content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-banner-video__title {
  color: #fff;
  line-height: 1;
  font-size: 48px;
  margin-bottom: 31.25px;
  max-width: 700px;
}
.section-banner-video__description {
  color: #fff;
  font-size: 21px;
  margin-top: -140px;
  margin-bottom: auto;
  max-width: 700px;
  font-weight: 500;
}
.section-banner-video__link {
  margin-bottom: -15px;
}
.section-banner-video__text {
  margin: auto 0;
  padding-top: 10px;
  box-sizing: border-box;
}
.section-banner-video__link a {
  pointer-events: all;
  white-space: nowrap;
  background-color: #fff;
  color: #e94347;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 24px;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 18px;
  transition: 0.25s;
}
.section-banner-video__link a:hover,
.section-banner-video__link a[href*='fitness_signup'] {
  background-color: #e94347;
  color: #fff;
}
.section-banner-video__link a.focus-visible {
  box-shadow: 0 0 0 3px #e94347;
  outline: none;
}

@media screen and (max-width: 992px) {
  .section-banner-video {
    height: 350px;
  }
  .section-banner-video__content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .section-banner-video__title {
    text-align: center;
  }
  .section-banner-video__description {
    font-size: 18px;
    margin-top: -33px;
  }
  .section-banner-video__link a {
    padding: 5px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 476px) {
  .section-banner-video__title {
    font-size: 28px;
  }
  .section-banner-video__description {
    display: none;
  }
}

/*# sourceMappingURL=banner-video.css.map */
