.image_and_text_module {
  position: relative;
  margin: 0 auto !important;
  min-height: 30rem;
  width: 100%;
  padding: 100px 18%;
  background-size: cover;
}
@media only screen and (max-width: 1099px) {
  .image_and_text_module:not(.with-top-shape) {
    padding: 60px 10%;
  }
}
@media only screen and (max-width: 1099px) {
  .image_and_text_module.with-top-shape {
    padding: 50px 10%;
  }
}
.image_and_text_module .section-cap {
  position: absolute;
  left: 50%;
  right: 0;
  top: -67px;
  transform: translateX(-50%);
  height: 70px;
  color: #fff;
  pointer-events: none;
  z-index: 1;
  width: 100vw;
  max-width: none;
  padding: 0 !important;
}
.image_and_text_module .section-cap .cap-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.image_and_text_module.layout-stacked {
  margin-top: 230px !important;
}
@media only screen and (max-width: 1024px) {
  .image_and_text_module.layout-stacked {
    margin-top: 150px !important;
    width: 75%;
  }
}
.image_and_text_module .content {
  max-width: 100% !important;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.image_and_text_module .content:not(:last-child) {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 475px) {
  .image_and_text_module .content:not(:last-child) {
    margin-bottom: 40px !important;
  }
}
.image_and_text_module .content:not(:last-child).layout-stacked {
  margin-top: 150px !important;
}
@media only screen and (max-width: 890px) {
  .image_and_text_module .content {
    flex-direction: column;
  }
}
.image_and_text_module .content.layout-side.img-left .section-image {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.6s ease-out;
}
.image_and_text_module .content.layout-side.img-left .section-image.in-view {
  opacity: 1;
  transform: translateX(0);
}
.image_and_text_module .content.layout-side.img-left .section-text {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease-out;
}
.image_and_text_module .content.layout-side.img-left .section-text.in-view {
  opacity: 1;
  transform: translateX(0);
}
.image_and_text_module .content.layout-side.img-right .section-image {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease-out;
}
.image_and_text_module .content.layout-side.img-right .section-image.in-view {
  opacity: 1;
  transform: translateX(0);
}
.image_and_text_module .content.layout-side.img-right .section-text {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.6s ease-out;
}
.image_and_text_module .content.layout-side.img-right .section-text.in-view {
  opacity: 1;
  transform: translateX(0);
}
.image_and_text_module .content.layout-side .section-image-container {
  width: 50%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .image_and_text_module .content.layout-side .section-image-container {
    width: 44%;
  }
}
@media only screen and (max-width: 890px) {
  .image_and_text_module .content.layout-side .section-image-container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.image_and_text_module .content.layout-side .section-image-container .section-image {
  height: 400px;
  border-radius: 38px;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .image_and_text_module .content.layout-side .section-image-container .section-image {
    height: 300px;
  }
}
@media only screen and (max-width: 475px) {
  .image_and_text_module .content.layout-side .section-image-container .section-image {
    height: 200px;
    border-radius: 18px;
  }
}
.image_and_text_module .content.layout-side .sections.section-text {
  align-items: center;
}
.image_and_text_module .content.layout-side .sections.section-text.img-left {
  padding: 0 80px 0 50px;
}
@media only screen and (max-width: 1099px) {
  .image_and_text_module .content.layout-side .sections.section-text.img-left {
    padding: 0 0px 0 50px;
  }
}
@media only screen and (max-width: 1099px) {
  .image_and_text_module .content.layout-side .sections.section-text.img-left {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 475px) {
  .image_and_text_module .content.layout-side .sections.section-text.img-left {
    padding: 0;
  }
}
.image_and_text_module .content.layout-side .sections.section-text.img-right {
  padding: 0 50px 0 0px;
}
@media only screen and (max-width: 1099px) {
  .image_and_text_module .content.layout-side .sections.section-text.img-right {
    padding: 0 50px 0 0;
  }
}
@media only screen and (max-width: 1099px) {
  .image_and_text_module .content.layout-side .sections.section-text.img-right {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 475px) {
  .image_and_text_module .content.layout-side .sections.section-text.img-right {
    padding: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .image_and_text_module .content.layout-side .sections.section-text {
    width: 56%;
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 890px) {
  .image_and_text_module .content.layout-side .sections.section-text {
    width: 100%;
  }
}
.image_and_text_module .content.layout-side.img-right {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 890px) {
  .image_and_text_module .content.layout-side.img-right {
    flex-direction: column;
  }
}
.image_and_text_module .content.layout-stacked {
  flex-direction: column;
  align-items: center;
}
.image_and_text_module .content.layout-stacked .sections.section-text {
  padding: 50px 0 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  max-width: none;
}
.image_and_text_module .content.layout-stacked .section-image-container {
  height: 25vw;
  display: flex;
  align-items: flex-end;
  width: 80%;
  margin: -10% auto 0 auto;
}
@media only screen and (max-width: 890px) {
  .image_and_text_module .content.layout-stacked .section-image-container {
    height: 350px;
    width: 100%;
  }
}
.image_and_text_module .content.layout-stacked .section-image-container .section-image {
  height: 100%;
  border-radius: 38px;
}
.image_and_text_module .content.layout-stacked .section-image-container img.mhflogo {
  height: 50%;
  margin-bottom: -40px;
}
@media only screen and (max-width: 890px) {
  .image_and_text_module .content.layout-stacked .section-image-container img.mhflogo {
    display: none;
  }
}
.image_and_text_module .content .sections {
  flex: 50%;
  max-width: 50vw;
  width: 50vw;
  height: auto;
  box-sizing: border-box !important;
}
.image_and_text_module .content .sections#image-carousel {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.image_and_text_module .content .sections.section-image {
  background-size: cover !important;
  background-position: center !important;
}
.image_and_text_module .content .sections.section-image .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image_and_text_module .content .sections.section-image.video-popup {
  cursor: pointer;
}
.image_and_text_module .content .sections.section-image.video-popup::before {
  content: "";
  font-weight: 400;
  display: block;
  width: 80px;
  height: 64px;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(20px, 15px);
  background: url(/wp-content/uploads/2025/09/play-video-icon.svg) no-repeat !important;
  background-position: center !important;
}
.image_and_text_module .content .sections.section-text {
  padding: 3rem 5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.image_and_text_module .content .sections.section-text .text-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.image_and_text_module .content .sections.section-text .text-wrap .title {
  width: 100%;
  margin-bottom: 30px;
}
.image_and_text_module .content .sections.section-text .text-wrap .text {
  width: 100%;
}
.image_and_text_module .content .sections.section-text .text-wrap .text p {
  line-height: 1.5 !important;
}
.image_and_text_module .content .sections.section-text .text-wrap .text a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}
.image_and_text_module .content .sections.section-text .text-wrap .text a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  opacity: 1;
  width: 100%;
  background: #004f59;
  transform: translateX(-50%);
  transition: all 0.1s ease-in-out;
}
.image_and_text_module .content .sections.section-text .text-wrap .text a:hover::after,
.image_and_text_module .content .sections.section-text .text-wrap .text a:focus-visible::after {
  transform: translate(-50%, 2px);
  opacity: 0.75;
}
.image_and_text_module .content .sections.section-text .text-wrap p {
  margin-bottom: 45px;
}
@media only screen and (max-width: 475px) {
  .image_and_text_module .content .sections.section-text .text-wrap p {
    margin-bottom: 20px;
  }
}
.image_and_text_module .content .sections.section-text .text-wrap .buttons a:not(:last-child) {
  margin-right: 10px;
}
.image_and_text_module .content .sections.section-text ul {
  list-style: disc;
  padding-left: 22px;
}
.image_and_text_module .content .sbtn {
  min-width: 300px;
}
.image_and_text_module .content .sbtn.btn-dark:hover {
  background-color: white !important;
  color: #004f59 !important;
}
.image_and_text_module .content .sbtn.btn-light:hover {
  background-color: #004f59 !important;
  color: white !important;
}
.image_and_text_module .content .sbtn:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-offset: 4px;
}
@media only screen and (max-width: 475px) {
  .image_and_text_module .content .sbtn {
    min-width: 220px;
  }
}
@media only screen and (max-width: 375px) {
  .image_and_text_module .content .sbtn {
    min-width: 195px;
  }
}
@media only screen and (max-width: 1024px) {
  .image_and_text_module .content .sections {
    width: 100%;
    max-width: 100vw;
    height: 100%;
    flex-wrap: wrap;
  }
  .image_and_text_module .content .sections.section-image {
    min-height: 30vh !important;
  }
  .image_and_text_module .content .sections.section-text {
    padding: 3rem;
  }
  .image_and_text_module .content .sections.section-text .title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.image_and_text_module.black-section {
  background-color: #000;
}
.image_and_text_module.black-section h1,
.image_and_text_module.black-section h2,
.image_and_text_module.black-section h3,
.image_and_text_module.black-section h4,
.image_and_text_module.black-section h5,
.image_and_text_module.black-section h6,
.image_and_text_module.black-section p,
.image_and_text_module.black-section ul,
.image_and_text_module.black-section li {
  color: #fff !important;
}
