.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}

#apr-spin {
  background-color: #b8e2f4;

}

#apr-banner {
  width: 100%;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(url("../images/banner/back.jpg") 1x,
      url("../images/banner/back@2x.jpg") 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#apr-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 8em;
}

#apr-banner .banner-main {
  margin-left: 17em;
  top: 17px;
  position: relative;
}

#apr-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #ffc32c;
  line-height: 1;
  -webkit-box-shadow: 4px 4px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 1px 1px rgba(0, 0, 0, 0.2);
}

#apr-banner .image {
  left: -8em;
}


#apr-banner .button {
  text-decoration: none;
  color: white;
}

#apr-banner .button:hover,
#apr-banner.button:visited,
#apr-banner .button:active {
  text-decoration: none;
  color: white;
}

#apr-spin {
  overflow: hidden;
  margin-bottom: 2em;
}

/* @supports (background: -webkit-named-image(i)) {
  #apr-banner .button {
    padding-top: 2px;
  }
} */

@media screen and (max-width: 991px) {
  #apr-banner {
    background-position: right;
  }

  #apr-banner .banner-main {
    margin-left: 0;
  }

  #apr-banner .banner-main .main {
    width: 30em;
    margin-bottom: 1em;
  }

  #apr-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
}

@media screen and (max-width: 767px) {
  #apr-banner .button {
    font-size: 1.3em;
  }

  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }

  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #apr-spin {
    background-color: #b8e2f4;

  }

  #apr-banner {
    background-position: top center;
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(url("../images/banner/back-m.jpg") 1x,
        url("../images/banner/back-m@2x.jpg") 2x);
  }

  #apr-banner .banner-main .main {
    width: 71%;
    margin-bottom: 0;
  }

  #apr-banner .banner-inner {
    margin-bottom: 0;
    margin-top: 18%;
  }

  .banner-inner .banner-main {
    width: 100%;
  }

  #apr-banner .button {
    font-size: 1.2em;
    margin-top: 9%;
    width: 12em;
  }

  #apr-banner .image {
    left: unset;
    width: 90%;
    margin-top: 9%;
  }

  #apr-banner .banner-image {
    width: 100%;
  }

  dotlottie-wc.wheel-popup {
    width: 800px !important;
    left: 0;
    bottom: -40px;
  }
}