#july-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/july/hero/back.png);
  background-image: -webkit-image-set(url("../../../images/25/july/hero/back.png") 1x,
      url("../../../images/25/july/hero/back@2x.png") 2x);
}

#july-hero .july-left {
  max-width: 648px;
  width: 100%;
  padding: 0 0 80px 16px;
}

#july-hero .july-left dotlottie-player {
  aspect-ratio: 1451 / 444;
  max-width: 100%;
  width: 724px;
}

#july-hero .july-left .anim-wrap {
  overflow: hidden;
  padding-left: 4px;
  margin-bottom: 25px;
}

#july-hero .july-right dotlottie-player {
  aspect-ratio: 1364 / 1627;
  max-width: 100%;
  width: 687px;
}

#july-hero .l1 {
  font-size: 33px;
  line-height: 1.42em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
}

#july-hero .l1 strong {
  display: block;
  font-size: 30px;
  margin: 0 auto;
}

#july-hero .buttons {
  gap: 20px;
  margin-bottom: 43px;
}

#july-hero .buttons .button {
  width: 189px;
  height: 38px;
  line-height: 36px;
  border: 1.5px solid #000;
  border-radius: 18px;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
}

#july-hero .toggle-popup {
  width: 207px;
  background: #f16622;
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  border-radius: 27px;
}

#july-hero .toggle-popup.disabled {
  pointer-events: none;
  background: #fff;
  opacity: 0.5;
  border: 1.5px solid #000;
}

#july-hero .toggle-popup.disabled span {
  color: #000;
}

#july-hero .buttons .button.active {
  color: #fff;
  background: #000;
}

#july-hero.spinning {
  background-image: url(../../../images/25/july/hero/wheel-bg.png);
  background-image: -webkit-image-set(url("../../../images/25/july/hero/wheel-bg.png") 1x,
      url("../../../images/25/july/hero/wheel-bg@2x.png") 2x);
}

#july-hero.spinning .july-left {
  display: none;
}

#july-hero.spinning .july-right {
  padding-right: 47px;
}

@media screen and (max-width: 1400px) {
  #july-hero .july-left .anim-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  #july-hero .july-left {
    padding-bottom: 30px;
  }

  #july-hero .july-right dotlottie-player {
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (max-width: 1100px) {
  #july-hero .july-left {
    padding-left: 0;
  }

  #july-hero .july-left dotlottie-player {
    width: 444px;
  }

  #july-hero .l1 {
    font-size: 28px;
  }

  #july-hero .l1 strong {
    font-size: 26px;
  }
}

@media screen and (max-width: 992px) {
  #july-hero .july-inner {
    flex-direction: column;
    padding-top: 42px;
  }

  #july-hero .july-left dotlottie-player {
    max-width: 444px;
    width: 100%;
  }

  #july-hero .july-right dotlottie-player {
    max-width: 380px;
  }

  #july-hero .july-left .anim-wrap {
    padding: 0 6px 0px 10px;
  }
}

@media screen and (max-width: 567px) {
  #july-hero .july-inner {
    padding-top: 40px;
  }

  #july-hero.spinning .july-inner {
    padding-top: 57px;
  }

  #july-hero .l1 {
    font-size: 16.5px;
    margin-bottom: 30px;
  }

  #july-hero .july-left .anim-wrap {
    margin-bottom: 13px;
  }

  #july-hero .july-right {
    margin-top: -217px;
  }

  #july-hero .july-right dotlottie-player {
    width: 110%;
    max-width: 400px;
    transform: translate(-13px, 204px);
  }

  #july-hero.spinning .july-right {
    margin-top: 0;
    padding-right: 0;
  }

  #july-hero.spinning .july-right dotlottie-player {
    transform: none;
    transform: translate(-13px, 0px);
  }

  #july-hero .l1 strong {
    font-size: 15px;
  }

  #july-hero .buttons {
    gap: 11px;
    margin-bottom: 29px;
  }

  #july-hero .buttons .button {
    font-size: 11px;
    width: 107px;
    height: 21px;
    line-height: 20px;
  }

  #july-hero .toggle-popup {
    width: 177px;
    height: 39px;
    line-height: 39px;
    font-size: 17px;
  }
}

@media screen and (max-width: 380px ) {
  #july-hero .july-right dotlottie-player {
    transform: translate(-25px, 204px);
  }

  #july-hero.spinning .july-right dotlottie-player {
    transform: translate(-25px, 0px);
  }
}