.layout-header-image {
  width: 100%;
  height: 100vh;
}
.layout-header-image.height100 {
  height: 100vh;
}
.layout-header-image.height75 {
  height: 75vh;
}
.layout-header-image.height50 {
  height: 50vh;
}
.layout-header-image .splide {
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.layout-header-image .splide .splide__slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1180px) {
  .layout-header-image .splide {
    height: 100vh;
  }
  .layout-header-image .splide .splide__slide img {
    height: 100vh;
  }
}
.layout-header-image img, .layout-header-image video {
  display: block;
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.layout-header-image .center-text {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.layout-header-image .center-text .shaddow-wrapper {
  background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FFFFFF89 80%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  height: 500px;
  width: 1200px !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 100% !important;
  margin: 0 auto;
}
.layout-header-image .center-text .shaddow-wrapper .title {
  color: #49768D;
  font-family: Square Peg;
  font-size: clamp(60px, 11vw, 200px);
  margin: 0px;
  line-height: 100%;
  text-shadow: 0px 3px 6px #00000029;
  text-transform: none;
  z-index: 1;
}
.layout-header-image .center-text .shaddow-wrapper .subtitle {
  color: #707070;
  background-color: white;
  padding: 8px 15px;
  font-size: 50px;
  font-family: Roboto Condensed;
  text-transform: uppercase;
  width: fit-content;
  margin: -40px auto 0 auto;
  line-height: 100%;
  z-index: 0;
}
@media (max-width: 1180px) {
  .layout-header-image .center-text .shaddow-wrapper .title {
    font-size: 60px;
  }
  .layout-header-image .center-text .shaddow-wrapper .subtitle {
    font-size: 20px;
    padding: 5px 10px;
    margin: -15px auto 0 auto;
  }
}
@media (max-width: 1180px) {
  .layout-header-image .center-text .shaddow-wrapper {
    height: 200px;
  }
}
