@media all {
  
  .main-hero h1 {
    color: #fff;
    font-size: 65px;
    width: 77%;
    margin: 0 0 25px 0;
    line-height: 1;
  }
  @media (min-width: 48.063em) and (max-width: 75em) {
    .main-hero h1 {
      font-size: 53px;
    }
  }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero h1 {
      font-size: 32px;
    }
  }
  .main-hero h4 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 25px 0;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
  }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero h4 {
      font-size: 16px;
    }
  }
  h4.is-style-yellow {
    color: #eda900 !important;
  }
  .main-hero {
    display: flex;
  }
  .main-hero .main-hero-prop {
    width: 100%;
    padding: 0 calc(50% - 575px);
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  @media only screen and (max-width: 1150px) {
    .main-hero .main-hero-prop {
      padding: 0 40px;
    }
  }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero .main-hero-prop {
      padding: 0;
      align-items: flex-end;
    }
  }
  .main-hero .overlay-hero {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.2) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .main-hero h4.is-style-yellow {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero h4.is-style-yellow {
      font-size: 16px;
    }
  }
  .main-hero .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    min-height: 1px;
  }
  .main-hero .img.mobile-only {
    display: none;
  }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero .img.mobile-only {
      display: block;
    }
  }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero .img:not(.mobile-only) {
      display: none;
    }
  }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero .img:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 100%;
      transform: translateY(-50%);
      background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 20%,
        transparent 100%
      );
    }
  }
  .main-hero .blurb {
    position: relative;
    z-index: 10;
    max-width: 800px;
    padding: 100px 0 88px 0;
  }
  .main-hero .blurb h1:last-child {
    margin: 0;
  }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero .blurb {
      padding: 50px 20px 50px 20px;
    }
  }
  .main-hero:after {
    content: "";
    width: 0;
    padding-bottom: 35%;
  }
  @media only screen and (max-width: 1150px) {
    .main-hero:after {
      padding-bottom: 65%;
    }
  }
  @media (min-width: 0em) and (max-width: 48em) {
    .main-hero:after {
      padding-bottom: 100%;
    }
  }
  .is-style-dark h1,
  .is-style-dark h4 {
    color: #fff;
  }
}
/*! CSS Used from: Embedded */
#loading-image-hero {
  background-image: url("https://www.finnpartners.com/wp-content/uploads/2021/04/Digital-Marketing-2000x1000.jpg");
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
#loading-image-mobile {
  background-image: url("https://www.finnpartners.com/wp-content/uploads/2021/04/Digital-Marketing-768x500.jpg");
  background-size: cover;
  background-position: center;
}