
/*SALE HACK*/

.landing-page__hero .landing-page__hero--placement {
  padding-bottom: 124.5%;
}
.landing-page__hero--placement .landing-page__hero-content {
  width: 75%;
  transform: translate(-50%, 0);
  left: 50%;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  z-index: 2;
}
.landing-page__hero--placement .landing-page__hero-cta {
  justify-content: center;
  flex-basis: 43%;
  max-width: 43%;
  padding: 9px 0;
  margin-bottom: 5%;
  color: #D95245;
  background-color: #fff;
}
.landing-page__hero--placement .landing-page__hero-cta:nth-child(3),
.landing-page__hero--placement .landing-page__hero-cta:nth-child(4) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .landing-page__hero.landing-page__hero--placement {
    padding-bottom: 41.5%;
  }
  .landing-page__hero--placement .landing-page__hero-content {
    top: 40%;
    left: 81.5%;
    width: 85%;
    height: 130px;
    max-width: 285px;
  }
  .landing-page__hero--placement .landing-page__hero-cta {
    flex-basis: 43%;
    max-width: 43%;
    margin-bottom: 0;
  }
  .fast-track__cta {
    padding: 9px 5px;
  }
}
.landing-page__hero--placement .landing-page__hero-content-title {display:none}

@media screen and (max-width: 768px) {
    .landing-page__hero.landing-page__hero--placement {
        padding-bottom: 82.5% !important;
    }
   .landing-page__hero.landing-page__hero--placement .landing-page__hero-content {
        top: 59%;
    }
}
