.hero {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0.5rem;
  padding: 5rem 0 0;
  margin-bottom: 2.5rem;
}
.hero + section {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .hero + section {
    margin-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .hero + section.special {
    margin-top: 3.75rem;
  }
}
.hero::after {
  content: "";
  background-color: #fbc600;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0.5rem;
  width: 10rem;
  float: right;
  -webkit-animation: from-right 750ms ease-in forwards;
          animation: from-right 750ms ease-in forwards;
}
@media (prefers-reduced-motion) {
  .hero::after {
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 1280px) {
  .hero::after {
    width: calc(50vw - 410px);
  }
}
@media screen and (min-width: 48rem) {
  .hero {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 80rem) {
  .hero {
    padding-bottom: 0.5rem;
  }
  .hero + section {
    margin-top: 3.75rem;
  }
}
.hero__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 82.5rem;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .hero__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .hero__inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .hero__inner {
    width: 85rem;
  }
}
@media (min-width: 1280px) {
  .hero__inner {
    width: 90rem;
  }
}
@media screen and (min-width: 62rem) {
  .hero__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 80rem) {
  .hero__inner {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  }
}
.hero__setpay-logo {
  display: block;
  max-width: 9rem;
  margin-bottom: 1.75rem;
  -webkit-animation: from-left 750ms;
          animation: from-left 750ms;
}
@media (prefers-reduced-motion) {
  .hero__setpay-logo {
    -webkit-animation: none;
            animation: none;
  }
}
.hero__copy {
  color: #3b3c43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 62rem) {
  .hero__copy {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 1.5rem 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 80rem) {
  .hero__copy {
    width: calc(100% + 40px);
  }
}
.hero__heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  margin: 1.5rem 0;
  color: #3b3c43;
  font-weight: 500;
  font-size: 2.6875rem;
  line-height: 1;
  width: 100%;
}
.hero__heading.camelcase {
  text-transform: none;
}
@media screen and (min-width: 48rem) {
  .hero__heading {
    margin: 2.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .hero__heading {
    font-size: 3.375rem;
    font-weight: 700;
    margin: 2.75rem 0 0;
  }
}
@media screen and (min-width: 80rem) {
  .hero__heading {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 90rem) {
  .hero__heading {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width: 80rem) {
  .hero__heading.-extra-large {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width: 90rem) {
  .hero__heading.-extra-large {
    font-size: 5rem;
  }
}
.hero__subheading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  color: #3b3c43;
  line-height: 1.15;
  margin: 1.5rem 0 0;
  max-width: 34.375rem;
  width: 100%;
}
@media screen and (min-width: 30rem) {
  .hero__subheading {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48rem) {
  .hero__subheading {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 80rem) {
  .hero__subheading {
    font-size: 1.5rem;
  }
}
.hero__image {
  background-image: var(--heroBkgImage);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hero__image--mobile {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 80%;
  height: 100%;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
}
@media screen and (min-width: 48rem) {
  .hero__image--mobile {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .hero__image--mobile {
    display: none;
  }
}
.hero__image--desktop {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 72%;
}
@media screen and (min-width: 62rem) {
  .hero__image--desktop {
    display: block;
    background-position: 70% center;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 80rem) {
  .hero__image--desktop {
    background-position: center;
    right: -40px;
  }
}
.hero__cta {
  margin-top: 30px;
  border-radius: 8px;
  background-color: #fbc600;
  text-decoration: none;
  color: #3b3c43;
  width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 15px 25px;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}
.hero__cta:hover {
  background-color: #3b3c43;
  color: #ffffff;
}
@media (max-width: 992px) {
  .hero__cta {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .hero__cta {
    width: 100%;
  }
}

.setpay-banner {
  background-color: #3b3c43;
  padding-top: 5rem;
  -webkit-animation: moveInTop 750ms;
          animation: moveInTop 750ms;
}
@media (prefers-reduced-motion) {
  .setpay-banner {
    -webkit-animation: none;
            animation: none;
  }
}
.setpay-banner + .hero {
  padding-top: 0;
}
.setpay-banner__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 82.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .setpay-banner__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .setpay-banner__inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 768px) {
  .setpay-banner__inner {
    width: 85rem;
  }
}
@media (min-width: 1280px) {
  .setpay-banner__inner {
    width: 90rem;
  }
}
.setpay-banner__text {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.setpay-banner__link {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.setpay-banner__link:hover {
  opacity: 0.75;
}

@-webkit-keyframes moveInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes moveInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20rem);
            transform: translateX(-20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20rem);
            transform: translateX(-20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40rem);
            transform: translateX(40rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40rem);
            transform: translateX(40rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}