.hero-with-media-bg-block.media-bg-hero-block {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
}
@media (max-width: 768px) {
  .hero-with-media-bg-block.media-bg-hero-block {
    aspect-ratio: 5/4;
  }
}
.hero-with-media-bg-block.media-bg-hero-block.image-bg-hero {
  width: 100%;
}
@media (max-width: 500px) {
  .hero-with-media-bg-block.media-bg-hero-block {
    aspect-ratio: 5/4;
  }
}
.hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__media,
.hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__iframe,
.hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  object-fit: cover;
}
@media (max-width: 450px) {
  .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__iframe,
  .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__iframe {
    object-position: top;
  }
}
.hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__image,
.hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 450px) {
  .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__image,
  .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__image {
    object-position: top;
  }
}
.hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__video,
.hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
@media (max-width: 450px) {
  .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__video,
  .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__video {
    object-position: top;
  }
}
.hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__overlay,
.hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__content,
.hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__content,
  .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__content {
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
}
.hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__title,
.hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__title {
  color: #f7f7f7;
  margin: 0;
  font-size: clamp(20px, 1rem + 5.8696vw, 150px);
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__title,
  .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__title,
  .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__title {
    letter-spacing: 0;
  }
}
@media (max-width: 550px) {
  .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__title,
  .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__title {
    font-size: 46px;
    margin-top: 0;
  }
}
.hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__subheading,
.hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__subheading {
  color: #f7f7f7;
  margin: 0;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.5rem;
}
@media (max-width: 550px) {
  .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__subheading,
  .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__subheading {
    font-size: 18px;
    font-weight: 500;
  }
}

body:has(.case-study-intro) .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__title,
body:has(.case-study-intro) .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__title,
.hero-with-media-bg-block.media-bg-hero-block.industry-hero .video-bg-hero__title,
.hero-with-media-bg-block.media-bg-hero-block.industry-hero .image-bg-hero__title {
  font-size: clamp(28px, 2.3261rem + 5.8696vw, 68px);
  max-width: 760px;
}
@media (max-width: 768px) {
  body:has(.case-study-intro) .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__title,
  body:has(.case-study-intro) .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__title,
  .hero-with-media-bg-block.media-bg-hero-block.industry-hero .video-bg-hero__title,
  .hero-with-media-bg-block.media-bg-hero-block.industry-hero .image-bg-hero__title {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  body:has(.case-study-intro) .hero-with-media-bg-block.media-bg-hero-block .video-bg-hero__title,
  body:has(.case-study-intro) .hero-with-media-bg-block.media-bg-hero-block .image-bg-hero__title,
  .hero-with-media-bg-block.media-bg-hero-block.industry-hero .video-bg-hero__title,
  .hero-with-media-bg-block.media-bg-hero-block.industry-hero .image-bg-hero__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 781px) {
  .further-5050 .wp-block-group__inner-container .wp-block-group:nth-child(2) .wp-block-columns {
    flex-direction: column-reverse;
  }
}