#jan2-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
  );
}
#jan2-spin {
  padding-top: 1.5em;
  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
  );
}
#jan2-spin .popup-animation {
  width: 41em;
  height: auto;
  bottom: 22px;
}
#jan2-hero img {
  max-width: unset;
}
#jan2-hero .ah2-inner {
  gap: 6em;
}
#jan2-hero .container {
  width: 100%;
}
#jan2-hero .headline {
  width: 58em;
}
#jan2-hero .ah2-main {
  margin: 13em 0 11em 0;
}
#jan2-hero .wheel {
  width: 43em;
  bottom: 0;
  height: auto;
}
#jan2-hero .main {
  margin-bottom: 1.5em;
}
#jan2-hero .button {
  font-size: 1.45em;
  height: 2em;
  width: 8.5em;
  border-radius: 1em;
  background-color: #00364a;
  z-index: 5;
}
#jan2-hero .image {
  bottom: 0;
  right: -10em;
}
#jan2-spin .shadow {
  z-index: 0;
  bottom: -7px;
}
#jan2-hero .button:hover,
#jan2-hero .button:visited,
#jan2-hero .button:active {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #jan2-hero .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1450px) {
  #jan2-hero .ah2-main {
    margin-left: 16em;
  }
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 1200px) {
  #jan2-hero .ah2-main {
    margin-left: 32em;
  }
  #jan2-hero .image {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #jan2-hero .ah2-main {
    margin-left: 0;
    margin-top: 8em;
    margin-bottom: 3em;
  }
  #jan2-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
    );
  }
  #jan2-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) {
  #jan2-hero .container {
    padding: 0 !important;
  }
  #jan2-hero .ah2-right {
    width: 100%;
  }
  #jan2-hero .headline {
    width: 43em;
  }
  #jan2-hero img {
    max-width: 100%;
  }
  #jan2-spin .popup-animation {
    width: 96%;
    height: auto;
    bottom: unset;
  }
  #jan2-spin {
    width: 100%;
    padding: 25% 0 24% 0;
  }
  #jan2-spin .animation {
    width: 100%;
  }
  #jan2-spin .shadow {
    z-index: 0;
    bottom: 14%;
    width: 95%;
  }
}

@media screen and (max-width: 567px) {
  #jan2-hero .container {
    width: 100%;
    padding: 0 !important;
  }
  #jan2-hero .ah2-inner {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  #jan2-hero .main {
    margin-bottom: 4%;
    width: 49%;
    margin-top: 8%;
  }
  #jan2-hero .button {
    font-size: 1.4em;
  }
  #jan2-hero .wheel {
    top: 40%;
    width: 100%;
    left: -3.5%;
    z-index: 0;
  }

  #jan2-hero .wheel {
    width: 80%;
    top: unset;
    left: unset;
  }
  #jan2-hero .animation {
    width: 80%;
  }
  #jan2-hero .animation-box {
    width: 100%;
    max-width: 100%;
  }
  #jan2-hero .headline {
    width: 105%;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
  }
  #jan2-hero .ah2-main {
    width: 100%;
    margin: 0;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #jan2-hero .button {
      padding-top: 2px;
    }
  }
}
