html,
body {
  overflow-x: hidden;
}

.text-decoration-none {
  text-decoration: none;
}

#apr-hero .apr-inner .button:hover {
  text-decoration: none;
}

#apr-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/26/apr/hero/back.jpg);
  background-image: -webkit-image-set(url("../../../images/26/apr/hero/back.jpg") 1x,
      url("../../../images/26/apr/hero/back@2x.jpg") 2x);
}

#apr-hero .apr-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#apr-hero .apr-main {
  margin-right: -8em;
}

#apr-hero .apr-animation {
  margin-bottom: -28px;
}

#apr-hero .wheel {
  bottom: -37px;
}

#apr-hero .button {
  width: 8.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.4em;
  background-color: #e90f01;
  margin-top: 1em;
  line-height: 1;
}

#apr-spin {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.wheel-box {
  transform: none;
}

@supports (background: -webkit-named-image(i)) {
  #apr-hero .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1250px) {
  #apr-hero .apr-main {
    margin-right: -8em;
    margin-left: 19em;
  }
}

@media screen and (max-width: 991px) {
  #apr-hero .apr-main {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 567px) {
  #apr-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/26/apr/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../../../images/26/apr/hero/back-m.jpg") 1x,
        url("../../../images/26/apr/hero/back-m@2x.jpg") 2x);
  }

  #apr-hero .apr-inner {
    flex-direction: column;
    width: 100% !important;
  }

  #apr-hero .apr-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
  }

  #apr-hero .bottom {
    width: 100%;
    position: relative;
  }

  #apr-hero .apr-main {
    width: 100%;
    margin-bottom: 0;
    margin-top: 7%;
  }

  #apr-hero .apr-main .main {
    width: 57%;
  }

  #apr-hero .headline {
    width: 100%;
  }

  #apr-hero .animation {
    width: 100%;
  }

  #apr-hero .apr-animation {
    margin-bottom: 0;
  }

  #apr-hero .button {
    width: 9em;
    font-size: 1.1em;
  }


  #apr-spin {
    height: 100%;
  }

  dotlottie-wc.headline {
    width: 100% !important;
  }

  #apr-hero .wheel {
    bottom: -81%;
  }

  dotlottie-wc.wheel {
    width: 240% !important;
    left: 50%;
    transform: translateX(-51.5%);
    bottom: -81%;
  }

  dotlottie-wc.wheel-popup {
    width: 800px !important;
    left: -1%;
    bottom: -40px;
  }
}