@keyframes fadeIn1 {
  0% {
    opacity: 0;
    transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translateY(20rem);
  }
  50% {
    opacity: 0;
    transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
section.u4m-cta-row {
  margin-top: 150rem;
  margin-bottom: 100rem;
  position: relative;
}
@media (max-width: 580px) {
  section.u4m-cta-row {
    margin-bottom: 50rem;
  }
}
section.u4m-cta-row.show-arrow:before {
  content: "";
  position: absolute;
  background-image: url("//www.newbreedrevenue.com/hubfs/purple-arrow-left.svg");
  background-size: cover;
  background-position: 50%;
  top: 45rem;
  left: 0;
  width: 347rem;
  height: 335rem;
}
@media (max-width: 1024px) {
  section.u4m-cta-row.show-arrow:before {
    display: none;
  }
}
section.u4m-cta-row div.inner {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1380rem;
  padding-left: 20rem;
  padding-right: 20rem;
  text-align: center;
}
section.u4m-cta-row div.inner div.image {
  text-align: center;
  max-width: 700rem;
  margin: 0 auto;
  border-bottom: 3rem solid #373A36;
}
section.u4m-cta-row div.inner div.image img {
  max-width: 400rem;
}
@media (max-width: 580px) {
  section.u4m-cta-row div.inner div.image img {
    max-width: 250rem;
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  section.u4m-cta-row div.inner div.image {
    margin: 20rem auto 0 auto;
  }
}
section.u4m-cta-row div.inner div.copy {
  max-width: 1100rem;
  margin: 45rem auto 0 auto;
}
section.u4m-cta-row div.inner div.copy .heading {
  font-size: 60rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  margin-bottom: 30rem;
  margin-top: 0;
  line-height: 1.2;
}
@media (max-width: 580px) {
  section.u4m-cta-row div.inner div.copy .heading {
    font-size: 42rem;
  }
}
@media (max-width: 1024px) {
  section.u4m-cta-row div.inner div.copy .heading {
    font-size: 42rem;
    font-weight: 900;
    letter-spacing: 0.5rem;
    margin-bottom: 20rem;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) and (max-width: 580px) {
  section.u4m-cta-row div.inner div.copy .heading {
    font-size: 32rem;
  }
}
section.u4m-cta-row div.inner div.copy div.cta a {
  display: inline-block;
  font-family: "proxima-nova";
  color: #FFF;
  background-color: #3AD531;
  border: 0;
  border-radius: 2rem;
  padding: 12rem 35rem 10rem 35rem;
  margin: 20rem 0;
  transition: 0.25s ease-in-out;
  text-transform: uppercase;
  text-shadow: 0 1rem 2rem rgba(55, 58, 54, 0.15);
  box-shadow: 0 0 20rem 0 rgba(55, 58, 54, 0.15);
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.2;
  letter-spacing: 1rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 20rem 0 rgba(55, 58, 54, 0.15);
}
section.u4m-cta-row div.inner div.copy div.cta a:hover {
  background-color: #733BF6;
}
@media (max-width: 580px) {
  section.u4m-cta-row div.inner div.copy {
    width: 100%;
    text-align: center;
  }
}