.text-decoration-none {
  text-decoration: none;
}
#nov-hero .nov-inner .button:hover {
  text-decoration: none;
}
#nov-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/nov/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/back.jpg") 1x,
    url("../../../images/25/nov/hero/back@2x.jpg") 2x
  );
  --red: #ed1c24;
}
#nov-hero .nov-inner {
  gap: 8em;
}
#nov-hero .nov-main {
  margin: 6em 0;
  margin-bottom: 8em;
  margin-left: 4em;
}
#nov-hero .nov-left {
  bottom: 0;
}
#nov-hero .button1 {
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.2em;
  background-color: #1c794c;
  margin-top: 1em;
  line-height: 1;
}
#nov-hero .button2 {
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.1em;
  background-color: #ee1d25;
  margin-top: 1em;
  line-height: 1;
  margin-bottom: 1em;
  left: 4px;
  position: relative;
}
#nov-hero .bg {
  left: -24.5%;
  width: 49em;
  top: -31%;
}
#nov-hero .left {
  left: -28em;
  bottom: 13px;
}

#nov-hero .cane {
  bottom: -7px;
  z-index: 3;
}
#nov-hero .button,
#nov-hero .button:hover,
#nov-hero .button:active,
#nov-hero .button:visited,
#nov-hero .button:focus {
  color: white;
  text-decoration: none;
}
@supports (background: -webkit-named-image(i)) {
  #nov-hero .button2 {
    padding-top: 2px;
  }
}
@media screen and (max-width: 991px) {
  #nov-hero .nov-inner {
    gap: 4em;
  }
  #nov-hero .bg {
    left: -36%;
    width: 143%;
    top: -28%;
  }
  #nov-hero .main {
    width: 93%;
  }
  #nov-hero .right {
    width: 100%;
  }
  #nov-hero .nov-main {
    margin: 3.5em 0;
    margin-bottom: 5em;
    margin-left: unset;
  }
}
@media screen and (max-width: 767px) {
  #nov-hero .cane {
    bottom: -27px;
    z-index: 3;
  }
  #nov-hero .nov-inner {
    gap: 2em;
  }
}
@media screen and (max-width: 567px) {
  #nov-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/25/nov/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/nov/hero/back-m.jpg") 1x,
      url("../../../images/25/nov/hero/back-m@2x.jpg") 2x
    );
  }
  #nov-hero .nov-inner {
    flex-direction: column;
    width: 100% !important;
    gap: 0;
  }
  #nov-hero .left {
    width: 100%;
  }
  #nov-hero .nov-mobile {
    width: 88%;
    margin-bottom: 5%;
  }
  #nov-hero .right {
    width: 100%;
    position: relative;
  }
  #nov-hero .nov-main {
    margin: 0;
    width: 100%;
    margin-bottom: 19%;
  }
  #nov-hero .nov-main .main {
    width: 100%;
    margin-bottom: -21%;
  }
  #nov-hero .button2 {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
    left: unset;
    position: relative;
  }
  #nov-hero .button1 {
    font-size: 1.1em;
  }
  #nov-hero .text {
    margin-bottom: 6%;
  }
  #nov-hero .cane {
    bottom: -1%;
    z-index: 3;
  }
  #nov-hero .snow {
    width: 400%;
    height: auto;
  }
}
