.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.block--mid-page-cta {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .block--mid-page-cta {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.block--mid-page-cta .background {
  background-color: #F7F7F2;
  position: relative;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media screen and (min-width: 992px) {
  .block--mid-page-cta .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .block--mid-page-cta .background .angle {
    left: 50%;
    top: -0.0625rem;
    height: calc(100% + 2px);
    aspect-ratio: 1/2.8;
    z-index: 2;
  }
  .block--mid-page-cta .background .angle:before, .block--mid-page-cta .background .angle:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #F7F7F2;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 0 50%, calc(100% - 20px) 100%, 0% 100%);
    z-index: 2;
  }
  .block--mid-page-cta .background .angle:after {
    clip-path: polygon(0% 0%, 100% 0%, 20px 50%, 100% 100%, 0% 100%);
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}
.block--mid-page-cta .background .image-wrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  .block--mid-page-cta .background .image-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
}
.block--mid-page-cta .background .image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
