.mous-cta-banner-section {
  overflow: hidden;
  position: relative;
}
.mous-cta-banner-section .cta-banner-wrapper {
  isolation: isolate;
  display: flex;
  width: 100%;
}
.mous-cta-banner-section .cta-banner-wrapper.right .cta-banner {
  flex-flow: row nowrap;
}
.mous-cta-banner-section .cta-banner-wrapper.right svg,
.mous-cta-banner-section .cta-banner-wrapper.right .media-wrapper,
.mous-cta-banner-section .cta-banner-wrapper.right .video-wrapper {
  inset: 0 auto 0 0;
}
@media only screen and (min-width: 1025px) {
  .mous-cta-banner-section .cta-banner-wrapper.right .content-wrapper {
    padding: 50px 60px 50px clamp(100px, 10%, 140px);
  }
}
.mous-cta-banner-section .cta-banner-wrapper.left .cta-banner {
  flex-flow: row-reverse nowrap;
}
.mous-cta-banner-section .cta-banner-wrapper.left .media-wrapper,
.mous-cta-banner-section .cta-banner-wrapper.left .video-wrapper {
  inset: 0 0 0 auto;
}
@media only screen and (min-width: 1025px) {
  .mous-cta-banner-section .cta-banner-wrapper.left .content-wrapper {
    padding: 50px clamp(100px, 10%, 140px) 50px 60px;
  }
}
@media only screen and (max-width: 1024.98px) {
  .mous-cta-banner-section .cta-banner-wrapper, .mous-cta-banner-section .cta-banner-wrapper.left .cta-banner, .mous-cta-banner-section .cta-banner-wrapper.right .cta-banner {
    flex-flow: var(--layout-mobile) nowrap;
  }
}
.mous-cta-banner-section .cta-banner-wrapper .cta-banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg-colour);
  pointer-events: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column nowrap;
  flex-flow: row nowrap;
}
.mous-cta-banner-section .cta-banner-wrapper .media-wrapper,
.mous-cta-banner-section .cta-banner-wrapper .video-wrapper,
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper {
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 13px;
  height: 100%;
}
@media only screen and (max-width: 1024.98px) {
  .mous-cta-banner-section .cta-banner-wrapper .media-wrapper,
  .mous-cta-banner-section .cta-banner-wrapper .video-wrapper,
  .mous-cta-banner-section .cta-banner-wrapper .content-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .mous-cta-banner-section .cta-banner-wrapper .media-wrapper,
  .mous-cta-banner-section .cta-banner-wrapper .video-wrapper,
  .mous-cta-banner-section .cta-banner-wrapper .content-wrapper {
    gap: 11px;
  }
}
.mous-cta-banner-section .cta-banner-wrapper .media-wrapper,
.mous-cta-banner-section .cta-banner-wrapper .video-wrapper {
  position: absolute;
  overflow: hidden;
  isolation: isolate;
  z-index: -1;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
@media only screen and (max-width: 1024.98px) {
  .mous-cta-banner-section .cta-banner-wrapper .media-wrapper,
  .mous-cta-banner-section .cta-banner-wrapper .video-wrapper {
    position: relative;
    aspect-ratio: 2/1;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.98px) {
  .mous-cta-banner-section .cta-banner-wrapper .media-wrapper,
  .mous-cta-banner-section .cta-banner-wrapper .video-wrapper {
    aspect-ratio: 346/278;
  }
}
.mous-cta-banner-section .cta-banner-wrapper .media-wrapper img:not(.video-wrapper img), .mous-cta-banner-section .cta-banner-wrapper .media-wrapper svg, .mous-cta-banner-section .cta-banner-wrapper .media-wrapper video,
.mous-cta-banner-section .cta-banner-wrapper .video-wrapper img:not(.video-wrapper img),
.mous-cta-banner-section .cta-banner-wrapper .video-wrapper svg,
.mous-cta-banner-section .cta-banner-wrapper .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mous-cta-banner-section .cta-banner-wrapper .media-wrapper .media-desktop,
.mous-cta-banner-section .cta-banner-wrapper .video-wrapper .media-desktop {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .mous-cta-banner-section .cta-banner-wrapper .media-wrapper .media-desktop,
  .mous-cta-banner-section .cta-banner-wrapper .video-wrapper .media-desktop {
    display: none;
  }
}
.mous-cta-banner-section .cta-banner-wrapper .media-wrapper .media-mobile,
.mous-cta-banner-section .cta-banner-wrapper .video-wrapper .media-mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .mous-cta-banner-section .cta-banner-wrapper .media-wrapper .media-mobile,
  .mous-cta-banner-section .cta-banner-wrapper .video-wrapper .media-mobile {
    display: block;
  }
}
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper {
  width: 50%;
  max-width: 50%;
}
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper.content-middle {
  align-items: center;
  text-align: center;
}
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper.content-right {
  align-items: flex-end;
  text-align: right;
}
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper.content-left {
  align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 1024.98px) {
  .mous-cta-banner-section .cta-banner-wrapper .content-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 25px 2rem;
  }
  .mous-cta-banner-section .cta-banner-wrapper .content-wrapper.content-left, .mous-cta-banner-section .cta-banner-wrapper .content-wrapper.content-right, .mous-cta-banner-section .cta-banner-wrapper .content-wrapper.content-middle {
    text-align: left;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 575.98px) {
  .mous-cta-banner-section .cta-banner-wrapper .content-wrapper {
    padding: 25px 20px;
  }
}
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper .title, .mous-cta-banner-section .cta-banner-wrapper .content-wrapper .body {
  color: var(--text-colour);
  width: 100%;
}
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper .title {
  font-family: var(--font-heading-family);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 24px;
}
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper .title > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 1440px) {
  .mous-cta-banner-section .cta-banner-wrapper .content-wrapper .title {
    font-size: 32px;
  }
}
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper .body,
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper .body * {
  font-size: 14px;
  line-height: 1.3;
}
.mous-cta-banner-section .cta-banner-wrapper .content-wrapper .content-btn {
  margin-top: 10px;
}
