/* Universal breakpoints */
.copy-photo-box.dk-gray {
  background-color: #3b3d49;
  color: #FFF; }

.copy-photo-box .reverse {
flex-direction: row-reverse; }
  @media (min-width: 992px) {
    .copy-photo-box .reverse {
      gap: 80px; }
      .copy-photo-box .reverse > div {
        flex: 1; } }
  @media (max-width: 991px) {
    .copy-photo-box .reverse {
      flex-direction: column; } }
  @media (max-width: 991px) {
    .copy-photo-box .reverse .copy-photo-photo-wrap:after {
      content: '';
      display: block;
      width: 100%;
      height: 75px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
      background-image: linear-gradient(180deg, rgba(59, 61, 73, 0) 25%, rgba(59, 61, 73, 0.5) 50%, #3b3d49 75%, #3b3d49 100%); } }
  .copy-photo-box .reverse .copy-photo-photo {
    border-radius: 16px 0px 0px 0px; }
    @media (min-width: 992px) {
      .copy-photo-box .reverse .copy-photo-photo {
        transform: none;
        border-radius: 0px 0px 0px 16px;
        left: 0; } }

.copy-photo-box .copy-photo-photo-wrap {
  width: 50%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 991px) {
    .copy-photo-box .copy-photo-photo-wrap {
      width: 100%; }
      .copy-photo-box .copy-photo-photo-wrap:after {
        content: '';
        display: block;
        width: 100%;
        height: 75px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, white 75%, white 100%); } }

.copy-photo-box .copy-photo-wrap {
  padding: 0px 100px 0;
  position: relative; }
  .copy-photo-box .copy-photo-wrap img {
    max-width: 50px; }
  @media (max-width: 991px) {
    .copy-photo-box .copy-photo-wrap {
      padding: 20px; } }

.copy-photo-box .copy-photo-photo {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 16px 0px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .copy-photo-box .copy-photo-photo.reverse {
      border-radius: 16px 0px 0px 0px; } }

.copy-photo-box .copy-photo-desc-heading {
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  margin: 0; }
  @media (max-width: 991px) {
    .copy-photo-box .copy-photo-desc-heading {
      font-size: 32px;
      line-height: 36px; } }

.copy-photo-box .copy-photo-desc-subheading {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin: 24px 0 32px; }
  @media (max-width: 991px) {
    .copy-photo-box .copy-photo-desc-subheading {
      font-size: 20px;
      line-height: 26px;
      margin: 12px 0 21px; } }

.copy-photo-box .copy-photo-desc-copy {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px; }
  .copy-photo-box .copy-photo-desc-copy.normal {
    font-weight: 400; }
    @media (max-width: 991px) {
      .copy-photo-box .copy-photo-desc-copy.normal {
        font-weight: 400; } }
  @media (max-width: 991px) {
    .copy-photo-box .copy-photo-desc-copy {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px; } }

@media (max-width: 991px) {
  .copy-photo-box .copy-photo-description {
    border-radius: 0px; } }

.copy-photo-box .copy-photo-description.reverse {
  border-radius: 0px 0px 24px 0px; }
  @media (max-width: 991px) {
    .copy-photo-box .copy-photo-description.reverse {
      border-radius: 0px; } }

.copy-photo-box .copy-photo-photo-wrap {
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 991px) {
    .copy-photo-box .copy-photo-photo-wrap {
      margin: 0 auto 0 16px; } }

.copy-photo-box .cta-subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  width: 100%;
  margin-top: 16px; }
  @media (max-width: 991px) {
    .copy-photo-box .cta-subtext a {
      display: block; } }
  @media (max-width: 991px) {
    .copy-photo-box .cta-subtext {
      font-size: 14px;
      line-height: 24px;
      text-align: left; } }

.copy-photo-box .cta-link {
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
  -webkit-text-decoration-color: #fbc600;
  text-decoration-color: #fbc600;
  text-align: left; }
  .copy-photo-box .cta-link::after {
    background-image: url("../img/chevron_pre_hover.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 7px;
    left: 7px;
    position: relative;
    content: ""; }

@media (max-width: 991px) {
  .copy-photo-content-wrap {
    padding: 0 20px; } }
