.mous-product-text-media-section {
  display: flex;
  align-items: center;
  justify-content: start;
  overflow: hidden;
  position: relative;
}
.mous-product-text-media-section .mous-text-media-wrapper {
  isolation: isolate;
  display: flex;
  width: 100%;
  background: var(--bg-colour);
  display: flex;
  align-items: center;
  justify-content: start;
}
.mous-product-text-media-section .mous-text-media-wrapper.text-hidden {
  justify-content: center;
}
.mous-product-text-media-section .mous-text-media-wrapper.text-hidden img, .mous-product-text-media-section .mous-text-media-wrapper.text-hidden .video-wrapper, .mous-product-text-media-section .mous-text-media-wrapper.text-hidden .media-wrapper {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mous-product-text-media-section .mous-text-media-wrapper.left {
  flex-direction: row;
}
.mous-product-text-media-section .mous-text-media-wrapper.right {
  flex-direction: row-reverse;
  justify-content: end;
}
.mous-product-text-media-section .mous-text-media-wrapper.right > .page-width {
  justify-content: flex-end;
}
.mous-product-text-media-section .mous-text-media-wrapper.right .media-wrapper, .mous-product-text-media-section .mous-text-media-wrapper.right .video-wrapper {
  inset: 0 auto 0 0;
}
.mous-product-text-media-section .mous-text-media-wrapper.left > .page-width {
  justify-content: flex-start;
}
.mous-product-text-media-section .mous-text-media-wrapper.left .media-wrapper, .mous-product-text-media-section .mous-text-media-wrapper.left .video-wrapper {
  inset: 0 0 0 auto;
}
@media only screen and (max-width: 1024.98px) {
  .mous-product-text-media-section .mous-text-media-wrapper, .mous-product-text-media-section .mous-text-media-wrapper.left > .page-width, .mous-product-text-media-section .mous-text-media-wrapper.right > .page-width {
    flex-flow: var(--layout-mobile) nowrap !important;
  }
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper,
.mous-product-text-media-section .mous-text-media-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-product-text-media-section .mous-text-media-wrapper .media-wrapper,
  .mous-product-text-media-section .mous-text-media-wrapper .video-wrapper,
  .mous-product-text-media-section .mous-text-media-wrapper .content-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .mous-product-text-media-section .mous-text-media-wrapper .media-wrapper,
  .mous-product-text-media-section .mous-text-media-wrapper .video-wrapper,
  .mous-product-text-media-section .mous-text-media-wrapper .content-wrapper {
    gap: 11px;
  }
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.media-wrapper--inline.active img, .mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.media-wrapper--inline.active .icon-play,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.media-wrapper--inline.active img,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.media-wrapper--inline.active .icon-play,
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.media-wrapper--inline.active img,
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.media-wrapper--inline.active .icon-play {
  display: none;
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.media-wrapper--inline.active .external-video,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.media-wrapper--inline.active .external-video,
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.media-wrapper--inline.active .external-video {
  padding-bottom: 56.25%;
  height: 0;
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.media-wrapper--inline.active iframe,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.media-wrapper--inline.active iframe,
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.media-wrapper--inline.active iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.media-wrapper--inline:not(.active) iframe,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.media-wrapper--inline:not(.active) iframe,
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.media-wrapper--inline:not(.active) iframe {
  display: none;
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper {
  overflow: hidden;
  isolation: isolate;
  position: absolute;
  padding-right: 0px;
  z-index: -1;
  width: 50%;
}
@media only screen and (max-width: 1024.98px) {
  .mous-product-text-media-section .mous-text-media-wrapper .media-wrapper,
  .mous-product-text-media-section .mous-text-media-wrapper .video-wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    padding-right: 0px;
    max-width: 100%;
    transform: translateX(0);
  }
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper img:not(.video-wrapper img):not(.text-hidden img), .mous-product-text-media-section .mous-text-media-wrapper .media-wrapper svg, .mous-product-text-media-section .mous-text-media-wrapper .media-wrapper video,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper img:not(.video-wrapper img):not(.text-hidden img),
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper svg,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.media-desktop,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.media-desktop {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.media-desktop,
  .mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.media-desktop {
    display: none;
  }
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.media-mobile,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.media-mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.media-mobile,
  .mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.media-mobile {
    display: block;
  }
}
.mous-product-text-media-section .mous-text-media-wrapper .media-wrapper.iframe-wrapper iframe,
.mous-product-text-media-section .mous-text-media-wrapper .video-wrapper.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper {
  padding: 0px 74px 0 85px;
  width: 50%;
  gap: 0px;
}
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.content-middle {
  align-items: center;
  text-align: center;
}
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.content-right {
  align-items: flex-end;
  text-align: right;
}
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.content-left {
  align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 1024.98px) {
  .mous-product-text-media-section .mous-text-media-wrapper .content-wrapper {
    padding: 15px 10px 0px;
    gap: 0px;
  }
  .mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.content-left, .mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.content-right, .mous-product-text-media-section .mous-text-media-wrapper .content-wrapper.content-middle {
    text-align: left;
    align-items: flex-start;
  }
}
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper .title, .mous-product-text-media-section .mous-text-media-wrapper .content-wrapper .body {
  color: var(--text-colour);
  width: 100%;
}
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper .title {
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .mous-product-text-media-section .mous-text-media-wrapper .content-wrapper .title {
    font-size: 20px;
  }
}
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper .body,
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper .body * {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.mous-product-text-media-section .mous-text-media-wrapper .content-wrapper .content-btn {
  margin-top: 10px;
}
.mous-product-text-media-section .mous-text-media-wrapper .external-video {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.mous-product-text-media-section .mous-text-media-wrapper .external-video img.icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px !important;
  height: 100px !important;
}
.mous-product-text-media-section .mous-text-media-wrapper .external_video_modal {
  pointer-events: none;
}
.mous-product-text-media-section .mous-text-media-wrapper .external_video_modal[open] {
  pointer-events: all;
}
.mous-product-text-media-section .no-page-width {
  width: 100%;
}
.mous-product-text-media-section .no-page-width .right .video-wrapper, .mous-product-text-media-section .no-page-width .right .media-wrapper {
  position: relative;
  margin-left: 0;
}
.mous-product-text-media-section > .page-width {
  pointer-events: none;
  width: 100%;
  display: flex;
  align-items: center;
}
.mous-product-text-media-section > .page-width .mous-text-media-wrapper.right {
  flex-direction: row-reverse;
  justify-content: start;
}
.mous-product-text-media-section > .page-width .mous-text-media-wrapper.right .content-wrapper {
  margin-left: 0px;
  padding: 90px 0 85px 74px;
}
@media only screen and (max-width: 1024.98px) {
  .mous-product-text-media-section > .page-width .mous-text-media-wrapper.right .content-wrapper {
    padding: 15px 0px 0px;
  }
}
.mous-product-text-media-section > .page-width .mous-text-media-wrapper.right .media-wrapper, .mous-product-text-media-section > .page-width .mous-text-media-wrapper.right .video-wrapper {
  padding-right: 0;
  margin-left: -20px;
  position: relative;
}
@media only screen and (max-width: 1024.98px) {
  .mous-product-text-media-section > .page-width .mous-text-media-wrapper.right .media-wrapper, .mous-product-text-media-section > .page-width .mous-text-media-wrapper.right .video-wrapper {
    margin-left: 0px;
  }
}
.mous-product-text-media-section > .page-width .mous-text-media-wrapper.left .media-wrapper,
.mous-product-text-media-section > .page-width .mous-text-media-wrapper.left .video-wrapper {
  padding-right: 50px;
}
@media only screen and (max-width: 1024.98px) {
  .mous-product-text-media-section > .page-width .mous-text-media-wrapper.left .media-wrapper,
  .mous-product-text-media-section > .page-width .mous-text-media-wrapper.left .video-wrapper {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1024.98px) {
  .mous-product-text-media-section > .page-width .media-wrapper,
  .mous-product-text-media-section > .page-width .video-wrapper {
    padding-right: 0px;
  }
}
.mous-product-text-media-section > .page-width .content-wrapper {
  padding: 90px 74px 85px 0px;
  margin-left: -15px;
}
@media only screen and (max-width: 1024.98px) {
  .mous-product-text-media-section > .page-width .content-wrapper {
    margin-left: 0px;
    padding: 15px 0px 0px;
  }
}
.mous-product-text-media-section > .page-width.media-full-width {
  width: 100%;
}
.mous-product-text-media-section > .page-width.media-full-width .right .video-wrapper, .mous-product-text-media-section > .page-width.media-full-width .right .media-wrapper {
  position: relative;
  margin-left: 0;
}
.mous-product-text-media-section > .page-width.media-full-width .left .video-wrapper, .mous-product-text-media-section > .page-width.media-full-width .left .media-wrapper {
  position: relative;
  padding-right: 0px;
}
.mous-product-text-media-section > .page-width.text-full-width {
  width: 100%;
}
.mous-product-text-media-section > .page-width.text-full-width .mous-text-media-wrapper.right, .mous-product-text-media-section > .page-width.text-full-width .mous-text-media-wrapper.left {
  justify-content: center;
  align-items: center;
}
.mous-product-text-media-section > .page-width.text-full-width .mous-text-media-wrapper.right .content-wrapper, .mous-product-text-media-section > .page-width.text-full-width .mous-text-media-wrapper.left .content-wrapper {
  padding: 0;
  margin-left: 0;
}
.mous-product-text-media-section .media-full-width {
  width: 100%;
}
.mous-product-text-media-section .media-full-width .right .video-wrapper, .mous-product-text-media-section .media-full-width .right .media-wrapper {
  margin-left: 0;
}
.mous-product-text-media-section .media-full-width .left .video-wrapper, .mous-product-text-media-section .media-full-width .left .media-wrapper {
  padding-right: 0px;
}
.mous-product-text-media-section .text-full-width {
  width: 100%;
}
.mous-product-text-media-section .text-full-width .mous-text-media-wrapper.right, .mous-product-text-media-section .text-full-width .mous-text-media-wrapper.left {
  justify-content: center;
  align-items: center;
}
.mous-product-text-media-section .text-full-width .content-wrapper {
  padding: 0;
}
