.text-decoration-none {
  text-decoration: none;
}
#july-hero .july-inner .button:hover {
  text-decoration: none;
}
#july-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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);
}
#july-hero .july-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 80px;
}
#july-hero .july-main {
  margin: 0;
}
#july-hero .text {
  font-size: 30px;
  line-height: 1.33em;
  margin-bottom: 42px;
}
#july-hero .headline {
  margin-top: -37px;
  margin-bottom: -68px;
  transform: translateX(43px);
}
#july-hero .july-left {
  left: -53px;
  bottom: -22px;
}
#july-hero .july-right {
  right: -53px;
  bottom: -23px;
}
#july-hero .anim-box {
  margin: -1em 0;
  margin-bottom: -3em;
}
#july-hero .july-buttons {
  padding: 0 15px;
  gap: 34px;
}
#july-hero .button {
  height: 2.33em;
  border-radius: 25px;
  font-size: 1.3125em;
  line-height: 1;
  width: 239px;
}
#july-hero .button,
#july-hero .button:hover,
#july-hero .button:active,
#july-hero .button:visited,
#july-hero .button:focus {
  color: #fff;
  outline: none;
  border: none;
  text-decoration: none;
  padding-top: 6px;
}
@supports (background: -webkit-named-image(i)) {
  #july-hero .button2 {
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  #july-hero .july-inner {
    flex-direction: column;
    width: 100% !important;
  }
  #july-hero .july-main {
    width: 100%;
    margin-top: 13%;
    margin-bottom: 8%;
  }
  #july-hero .text {
    font-size: 20px;
    line-height: 1.25em;
  }
  #july-hero .july-inner {
    padding-bottom: 0;
  }
  #july-hero .july-right {
    position: relative;
    right: 0;
    bottom: 0;
  }
  #july-hero .july-buttons {
    max-width: 400px;
  }
  #july-hero .headline {
    margin-top: -53px;
    margin-bottom: -37px;
    width: 545px !important;
    transform: translateX(16px);
  }
  #july-hero .text {
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 567px) {
  #july-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    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);
  }
  #july-hero .left {
    width: 100%;
  }
  #july-hero .july-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
  }
  #july-hero .main {
    width: 100%;
  }
  #july-hero .text {
    width: 78%;
  }
  #july-hero .anim-box {
    margin: 0;
    margin-bottom: -14%;
    width: 100%;
    margin-top: -9%;
  }
  #july-hero .animation {
    width: 100%;
  }
  #july-hero .bottom {
    width: 100%;
  }
  #july-hero .july-buttons {
    width: 100%;
    gap: 20px;
    max-width: 330px;
  }
  #july-hero .button {
    width: 100%;
    max-width: 326px;
    font-size: 1em;
  }
  #july-hero .button,
  #july-hero .button:hover,
  #july-hero .button:active,
  #july-hero .button:visited,
  #july-hero .button:focus {
    padding-top: 2px;
  }
  @supports (background: -webkit-named-image(i)) {
    #july-hero .button {
      padding-top: 2px;
    }
  }
}
@media screen and (max-width: 345px) {
  #july-hero .text br {
    display: none;
  }
}