#nov-promo {
  font-size: 14px;
  /* margin-top: 164px; */
}
#nov-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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
  );
}
#nov-hero .nov-container {
  width: 100%;
}
#nov-hero .nov-inner {
  width: 100%;
}
#nov-hero .placeholder {
  width: 109em;
  max-width: unset;
}
#nov-hero .button {
  font-size: 1.8em;
  height: 1.6em;
  width: 12em;
  border-radius: 1em;
  background-color: #132c63;
  bottom: 3em;
  left: -9em;
  letter-spacing: 2px;
}
#nov-hero .button-update {
  font-size: 1.6em;
  height: 1.6em;
  width: 17em;
  border-radius: 1em;
  background-color: #132c63;
  bottom: 4em;
  left: -9.5em;
  letter-spacing: 2px;
}

#nov-hero .button,
#nov-hero .button:hover,
#nov-hero .button:active,
#nov-hero .button:visited {
  text-decoration: none;
  color: white;
}

#nov-hero .button-update,
#nov-hero .button-update:hover,
#nov-hero .button-update:active,
#nov-hero .button-update:visited {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  /* #nov-hero .button {
    padding-top: 3px;
  } */
}

@media screen and (min-width: 1950px) {
  #nov-hero .placeholder {
    width: 80%;
    max-width: unset;
  }
  #nov-hero .button {
    left: -14%;
  }
  #nov-hero .button-update {
    font-size: 1.8em;
    left: -14%;
    bottom: 3em;
  }
}
@media screen and (max-width: 1949px) {
  #nov-hero .placeholder {
    width: 93%;
    max-width: unset;
  }
  #nov-hero .button {
    bottom: 4em;
  }
  #nov-hero .button-update {
    left: -14%;
  }
}
@media screen and (max-width: 1650px) {
  #nov-hero .placeholder {
    width: 109em;
    max-width: unset;
  }
  #nov-hero .button {
    font-size: 1.8em;
    height: 1.6em;
    width: 12em;
    border-radius: 1em;
    background-color: #132c63;
    bottom: 3em;
    left: -9em;
    letter-spacing: 2px;
  }
  #nov-hero .button-update {
    left: -9.8em;
  }
}
@media screen and (max-width: 991px) {
  #nov-hero .placeholder {
    width: 100%;
    max-width: unset;
  }
  #nov-hero .button {
    position: absolute;
  }
  #nov-hero .button-update {
    position: absolute;
    bottom: 12%;
    left: 18%;
    font-size: 1.4em;
  }
  #nov-hero .button {
    font-size: 1.4em;
    height: 1.6em;
    width: 12em;
    border-radius: 1em;
    background-color: #132c63;
    bottom: 12%;
    left: 23%;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  #nov-hero {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    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 .button {
    font-size: 1.8em;
    height: 1.6em;
    width: 12em;
    border-radius: 1em;
    background-color: #132c63;
    bottom: unset;
    left: unset;
    letter-spacing: 2px;
    margin-bottom: 11%;
    position: relative;
  }
  #nov-hero .button-update {
    font-size: 1.8em;
    height: 1.6em;
    width: 17em;
    border-radius: 1em;
    background-color: #132c63;
    bottom: unset;
    left: unset;
    letter-spacing: 2px;
    margin-bottom: 11%;
    position: relative;
  }
  #nov-hero .nov-container {
    width: 100%;
  }
  #nov-hero .nov-inner {
    flex-direction: column;
    width: 100%;
  }
  #nov-hero .main {
    width: 99%;
    left: -1%;
    margin-top: 56%;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 567px) {
  #nov-hero .button-update {
    font-size: 1.3em;
    width: 18em;
    bottom: unset;
    left: unset;
    margin-bottom: 11%;
    position: relative;
    line-height: 1;
  }
}
