.flex-content.fullwidth-media {
  padding: 120px 0;
}

.flex-content.fullwidth-media .image-content {
  position: relative;
}

.flex-content.fullwidth-media .text-columns {
  align-items: center;
  margin-top: 36px;
}

.flex-content.fullwidth-media .boxed {
  border-radius: 10px;
  background: var(--Light-Blue, #E1EFFD);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
}

.flex-content.fullwidth-media .boxed .column {
  width: 100%;
}

/* Defaults */
.flex-content.themed .boxed.transparent {
  background: transparent !important;
}

.flex-content.themed:is([data-theme="sky"], [data-theme="stone"]) .boxed {
  background: var(--White, #ffffff);
}

.flex-content.themed:is([data-theme="navy"], [data-theme="gradient"]) .boxed {
  background: var(--Light-Blue, #E1EFFD);
}

.flex-content.themed:is([data-theme="navy"], [data-theme="gradient"]) .boxed:not(.transparent) :is(h1, h2, h3, h4, h5, h6, p, span, div) {
	color: var(--Blue) !important;
}

.flex-content.fullwidth-media .image-content img {
  height: auto;
  width: 100%;
}

.flex-content.fullwidth-media .main-img {
  overflow: hidden;
}

.flex-content.fullwidth-media .main-img.box-shadow {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.17);
}

.flex-content.fullwidth-media .acf-fader {
  /* aspect-ratio: 16/9; */
  aspect-ratio: 4 / 1;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.flex-content.fullwidth-media .acf-fader__img {
  position: absolute;
  inset: 0;
  height: 100%;
  max-height: 396px;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.flex-content.fullwidth-media .acf-fader__img.is-active {
  opacity: 1;
  pointer-events: auto;
}

.flex-content.fullwidth-media .masked-content {
  aspect-ratio: 1322/396;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.flex-content.fullwidth-media .masked-content > .masked-area {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  --maskSize: 180% 180%;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1322 396"><path fill="%23fff" d="M0 224.141C0 221.49 1.05305 218.947 2.92758 217.071L37.0572 182.929C38.9317 181.053 39.9847 178.51 39.9847 175.859V50C39.9847 44.4772 44.4619 40 49.9847 40H416.843C419.495 40 422.038 38.9464 423.914 37.0711L458.056 2.92893C459.931 1.05357 462.475 0 465.127 0H1311.98C1317.51 0 1321.98 4.47715 1321.98 10V346C1321.98 351.523 1317.51 356 1311.98 356H1254.1C1251.45 356 1248.9 357.053 1247.03 358.928L1212.87 393.072C1211 394.947 1208.45 396 1205.8 396H9.99998C4.47713 396 0 391.523 0 386V224.141Z"/></svg>') center / var(--maskSize) no-repeat;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1322 396"><path fill="%23fff" d="M0 224.141C0 221.49 1.05305 218.947 2.92758 217.071L37.0572 182.929C38.9317 181.053 39.9847 178.51 39.9847 175.859V50C39.9847 44.4772 44.4619 40 49.9847 40H416.843C419.495 40 422.038 38.9464 423.914 37.0711L458.056 2.92893C459.931 1.05357 462.475 0 465.127 0H1311.98C1317.51 0 1321.98 4.47715 1321.98 10V346C1321.98 351.523 1317.51 356 1311.98 356H1254.1C1251.45 356 1248.9 357.053 1247.03 358.928L1212.87 393.072C1211 394.947 1208.45 396 1205.8 396H9.99998C4.47713 396 0 391.523 0 386V224.141Z"/></svg>') center / var(--maskSize) no-repeat;
}

@media only screen and (max-width: 991px) {
  .flex-content.fullwidth-media {
    padding: 30px 0 !important;
  }

  .flex-content.fullwidth-media .acf-fader {
    aspect-ratio: 16/9;
  }

  .flex-content.fullwidth-media .main-img {
    position: relative !important;
    height: auto !important;
    margin: 0 0 30px;
  }

  .flex-content.fullwidth-media .title {
    margin-bottom: 15px;
  }
}
