#aug2-hero {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../images/hero/back.jpg") 1x,
    url("../images/hero/back@2x.jpg") 2x
  );
}
#aug2-spin {
  padding: 4em 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../images/hero/spin-back.jpg);
  background-image: -webkit-image-set(
    url("../images/hero/spin-back.jpg") 1x,
    url("../images/hero/spin-back@2x.jpg") 2x
  );
}
#aug2-hero .ah2-inner {
  gap: 5em;
}
#aug2-hero .container {
  width: 100%;
}
#aug2-hero .highlight {
  top: -9em;
  left: -6em;
  width: 10em;
}
.ah2-inner .ah2-main {
  margin: 11em 0;
  margin-left: -5em;
}
.ah2-main .headline {
  z-index: 1;
  top: 52px;
}
#aug2-hero .animation-box {
  margin-bottom: 2em;
  margin-top: 0;
  z-index: 1;
}
#aug2-hero .headline-ph {
  width: 47em;
}
#aug2-hero .text {
  margin-bottom: 2em;
}
#aug2-hero .wheel-ph {
  width: 34em;
}
#aug2-hero .button {
  font-size: 1.45em;
  height: 2em;
  width: 8.5em;
  border-radius: 1em;
  background-color: #ed2024;
  z-index: 5;
}
#aug2-spin .animation {
  width: 34.5em;
}
#aug2-hero .wheel {
  width: 42em;
  top: 7px;
}
#aug2-hero .image {
  bottom: 0;
  right: -13em;
}
#aug2-hero .shadow {
  bottom: -15px;
}
#aug2-spin .shadow {
  bottom: 37px;
  width: 40em;
}
#aug2-hero .button:hover,
#aug2-hero .button:visited,
#aug2-hero .button:active {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #aug2-hero .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1450px) {
}
@media screen and (max-width: 1300px) {
  .ah2-inner .ah2-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .ah2-inner .ah2-main {
    margin-left: 1em;
  }
}

@media screen and (max-width: 991px) {
  .ah2-inner .ah2-main {
    margin-left: 0;
    margin-top: 8em;
    margin-bottom: 3em;
  }
  #aug2-hero {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/hero/back-m.jpg") 1x,
      url("../images/hero/back-m@2x.jpg") 2x
    );
  }
  #aug2-spin {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../images/hero/spin-back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/hero/spin-back-m.jpg") 1x,
      url("../images/hero/spin-back-m@2x.jpg") 2x
    );
  }
}

@media screen and (max-width: 767px) {
  #aug2-hero .container {
    padding: 0 !important;
  }
  .ah2-inner .ah2-right {
    width: 100%;
  }
  #aug2-hero .text {
    margin-bottom: 2em;
  }
  #aug2-hero .text {
    margin-bottom: 4%;
    width: 70%;
  }
  #aug2-hero .animation-box {
    margin-bottom: 4%;
    margin-top: 0;
  }
  .ah2-inner .ah2-main {
    margin-left: 0;
    margin-top: 4%;
    margin-bottom: 7%;
  }
  .ah2-main .headline {
    width: 100%;
    top: 14%;
  }
  #aug2-hero .headline-ph {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  #aug2-hero .container {
    width: 100%;
    padding: 0 !important;
  }
  #aug2-hero .ah2-inner {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  #aug2-hero .ah2-main {
    width: 100%;
  }
  .ah2-inner .ah2-main {
    margin-left: 0;
    margin-top: 7%;
    margin-bottom: 3%;
  }
  #aug2-hero .text {
    margin-bottom: 7%;
    width: 66%;
  }
  #aug2-hero .button {
    font-size: 1.4em;
  }
  #aug2-hero .wheel-ph {
    width: 100%;
  }
  .ah2-right .wheel {
    top: 40%;
    width: 100%;
    left: -3.5%;
    z-index: 0;
  }
  #aug2-spin .animation {
    width: 100%;
  }
  #aug2-spin {
    width: 100%;
    padding: 25% 4%;
  }
  #aug2-spin .shadow {
    bottom: 14.5%;
    width: 96%;
  }
  #aug2-hero .highlight {
    top: -42%;
    left: -6%;
    width: 20%;
  }
  #aug2-hero .wheel {
    width: 85%;
    top: unset;
    left: 6%;
  }
  #aug2-hero .main-ph {
    width: 90%;
    max-width: 100%;
  }
  #aug2-hero .animation-box {
    width: 100%;
    max-width: 100%;
  }
  .ah2-main .headline {
    width: 90%;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
  #aug2-hero .shadow {
    bottom: 1%;
    width: 96%;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #aug2-hero .button {
      padding-top: 2px;
    }
  }
}
