.text-decoration-none {
  text-decoration: none;
}
#aug-hero .aug-inner .button:hover {
  text-decoration: none;
}
#aug-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.webp);
  background-image: -webkit-image-set(url("../images/hero/back.webp") 1x, url("../images/hero/back@2x.webp") 2x);
}
#aug-hero .aug-inner {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 107px;
  padding-bottom: 123px;
}
#aug-hero .aug-left {
  font-size: 25px;
  line-height: 1.6em;
  font-family: "Roboto";
}
#aug-hero .aug-right {
  max-width: 60%;
}
#aug-hero .aug-left strong {
  font-size: 1.88em;
  line-height: 1.25em;
  font-weight: 900;
  margin-bottom: 28px;
}
#aug-hero .left-inner {
  max-width: 24em;
}
#aug-hero .button {
  width: 11.75em;
  height: 2.25em;
  border-radius: 54px;
  font-size: 1.25rem;
  margin-top: 32px;
  padding: 0.13em 0 0 0;
  line-height: 1;
}
@supports (background: -webkit-named-image(i)) {
  #aug-hero .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1300px) {
  #aug-hero .aug-left {
    font-size: 20px;
  }
  #aug-hero .aug-inner {
    justify-content: center;
    gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #aug-hero .aug-left {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  #aug-hero .aug-inner {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 70px;
    gap: 50px;
  }
  #aug-hero .aug-right {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #aug-hero {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.webp);
    background-image: -webkit-image-set(url("../images/hero/back-m.webp") 1x, url("../images/hero/back-m@2x.webp") 2x);
    background-position: top left;
    background-size: 100% auto;
  }
  #aug-hero .aug-inner {
    flex-direction: column;
    width: 100% !important;
    padding-top: 80px;
    padding-bottom: 0;
    gap: 87px;
  }
  #aug-hero .aug-right {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/bottom-back-m.webp);
    background-image: -webkit-image-set(url("../images/hero/bottom-back-m.webp") 1x, url("../images/hero/bottom-back-m@2x.webp") 2x);
    width: 100%;
    padding-bottom: 60px;
  }
  #aug-hero .aug-right .text {
    margin: -73px 0 27px 0;
  }
  #aug-hero .button {
    margin-top: 21px;
  }
  #aug-hero .aug-right .button {
    background-color: #36a9e1;
    margin: 0 auto;
  }
  #aug-hero .aug-left {
    font-size: 14px;
    line-height: 1.77em;
  }
  #aug-hero .aug-left strong {
    font-size: 1.65em;
    line-height: 1.35em;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 567px) {
  #aug-hero .anim {
    width: 135% !important;
    margin: -104px 0 -30px !important;
  }
  #aug-hero .aug-main p {
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  #aug-hero {
    background-size: auto 62%;
  }
}
