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

.flex-content.alternating-content > .container {
  max-width: 1288px;
}

.flex-content.alternating-content .tile {
  padding: 25px 0;
  position: relative;
}

.flex-content.alternating-content .tile .anchor {
  position: absolute;
  top: -90px;
}

.flex-content.alternating-content .tile:first-of-type {
  padding-top: 0;
}

.flex-content.alternating-content .tile:last-of-type {
  padding-bottom: 0;
}

.flex-content.alternating-content .tile .row {
  margin: 0 -20px;
}

.flex-content.alternating-content .tile iframe {
  border-radius: 10px;
  overflow: hidden;
}

.flex-content.alternating-content .tile .row > div {
  padding: 0 20px;
}

.flex-content.alternating-content .main-titles {
  text-align: center;
  max-width: 1052px;
  margin: 0 auto;
}

.flex-content.alternating-content .main-titles .main-title {
  font-size: 2.75em;
  color: var(--Text);
  margin: 0 0 20px;
}

.flex-content.alternating-content .main-titles p.subtitle {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 150%;
}

.flex-content.alternating-content .main-titles > *:last-child {
  margin-bottom: 0;
}

.flex-content.alternating-content .tile .text-content > *:last-child {
  margin-bottom: 0px;
}

.flex-content.alternating-content .image-content {
  position: relative;
}

/* .flex-content.alternating-content .image-content img {
  height: auto;
  width: 100%;
} */

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

.flex-content.alternating-content .main-img.rounded-corners {
  border-radius: 10px !important;
}

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

.flex-content.alternating-content .main-img.match-height {
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.flex-content.alternating-content .tile .eyebrow {
  margin: 0 0 8px;
}

.flex-content.alternating-content .tile .main-title {
  margin: 0 0 56px;
}

.flex-content.alternating-content .tile .text {
  margin: 0 0 33px;
}

.flex-content.alternating-content.dark .tile .eyebrow {
  color: var(--Taupe);
}

.flex-content.alternating-content.dark .tile .main-title {
  color: var(--White);
}

.flex-content.alternating-content.dark .tile .text {
  color: var(--White);
}

.flex-content.alternating-content .tile .text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.flex-content.alternating-content .tile .buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.flex-content.alternating-content .tile .buttons > * {
  margin: 15px 12px 0;
}

.flex-content.alternating-content .tile > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.flex-content.alternating-content .acf-fader.ratio-square {
  aspect-ratio: 1 / 1;
}

.flex-content.alternating-content .acf-fader__img {
  position: absolute;
  inset: 0;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

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

.flex-content.alternating-content .masked-animate.no-animate .masked-content {
  border-radius: 10px;
}

.flex-content.alternating-content .masked-content {
  position: relative;
  width: 636px;
  /* height: 433px; */
  max-width: 100%;
  overflow: hidden;
}

.flex-content.alternating-content .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 636 433"><path fill="%23fff" d="M0 10C0 4.47715 4.47715 1.9388e-08 10 4.33043e-08L518.818 2.24671e-06C521.516 2.25839e-06 524.099 1.08996 525.981 3.02242L559.056 36.9776C560.938 38.91 563.522 40 566.219 40H625.607C631.129 40 635.607 44.4772 635.607 50V423C635.607 428.523 631.129 433 625.607 433H228.431C225.777 433 223.232 431.945 221.356 430.068L187.253 395.932C185.378 394.055 182.833 393 180.179 393H10C4.47716 393 0 388.523 0 383V10Z"/></svg>') center / var(--maskSize) no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 636 433"><path fill="%23fff" d="M0 10C0 4.47715 4.47715 1.9388e-08 10 4.33043e-08L518.818 2.24671e-06C521.516 2.25839e-06 524.099 1.08996 525.981 3.02242L559.056 36.9776C560.938 38.91 563.522 40 566.219 40H625.607C631.129 40 635.607 44.4772 635.607 50V423C635.607 428.523 631.129 433 625.607 433H228.431C225.777 433 223.232 431.945 221.356 430.068L187.253 395.932C185.378 394.055 182.833 393 180.179 393H10C4.47716 393 0 388.523 0 383V10Z"/></svg>') center / var(--maskSize) no-repeat;
}

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

  .flex-content.alternating-content .tile {
    padding: 30px 0 !important;
  }

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

  .flex-content.alternating-content .tile .main-title {
    margin: 0 0 8px;
  }

  .flex-content.alternating-content .tile .text {
    margin: 0 0 15px;
  }
}
