#nov-promo {
  --brown: #703a1f;
  font-size: 16px;
}
#nov-hero {
  background-position: center;
  background-repeat: no-repeat;
  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 .container {
  width: 765px !important;
}
#nov-hero svg {
  display: block;
}
#nov-hero .leaves {
  width: auto;
}
#nov-hero .nh-main {
  padding-top: 103.5px;
  padding-bottom: 123px;
  left: -36%;
}
#nov-hero .nh-game {
  padding-top: 187.5px;
  padding-bottom: 50px;
}
#nov-hero .button {
  height: 45px;
  width: 215px;
  margin-top: 19px;
  font-size: 1.2em;
  background-color: var(--brown);
  border-radius: 35px;
  font-weight: bold;
}
/* .ua-windows_nt #nov-hero .button{
} */
#nov-hero .happy {
  max-width: 37.3582388258839%;
  left: -36.5577051367578%;
  bottom: 10.2906520031422%;
}
#nov-hero .turkey {
  aspect-ratio: 1 / 1.096069868995633;
  height: auto;
  width: 66%;
  right: -68.333%;
  bottom: 9.1908876669285%;
}
#nov-hero .scratch-wrapper:before {
  content: "";
  display: block;
  margin-right: 1%;
  position: absolute;
  z-index: -1;
  bottom: -9.5238095238095%;
  width: 141.0604192355117%;
  height: 143.1077694235589%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../images/25/nov/hero/body.png);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/body.png") 1x,
    url("../../../images/25/nov/hero/body@2x.png") 2x
  );
}
#nov-hero .scratch-wrapper:after {
  content: "";
  display: block;
  margin-right: 1%;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -43.984962406015%;
  width: 53.1442663378545%;
  height: 63.1578947368421%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../images/25/nov/hero/head.png);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/head.png") 1x,
    url("../../../images/25/nov/hero/head@2x.png") 2x
  );
}
#nov-hero .game-text {
  width: 32.4290998766954%;
  top: -5.4254007398274%;
  left: 3.8224414303329%;
}
#nov-disclaimer {
  padding: 30px 0;
}
#nov-disclaimer p {
  font-size: 0.9375em;
  line-height: 1.2;
  width: 925px;
}
@media screen and (max-width: 1199px) {
  #nov-hero {
    padding: 0px 250px;
  }
  #nov-hero.game-on {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  #nov-hero {
    padding: 0px 150px;
  }
}
@media screen and (max-width: 767px) {
  #nov-hero {
    padding: 0;
    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 .container {
    justify-content: center;
    flex-direction: column;
  }
  #nov-hero .nh-main {
    padding-top: 60px;
    padding-bottom: 23px;
    left: unset;
  }
  #nov-hero .button {
    height: 40px;
    width: 180px;
    margin-top: 11px;
    font-size: 1em;
  }
  #nov-hero .nh-turkey {
    padding-bottom: 5px;
  }
  #nov-hero .turkey {
    aspect-ratio: 1 / 0.723529411764706;
    width: 360px;
    right: inherit;
    bottom: inherit;
  }
  #nov-hero .scratch-wrapper {
    width: 320px;
  }
  #nov-hero .nh-game {
    padding-top: 290px;
    padding-bottom: 100px;
  }
  #nov-hero.game-on .nh-turkey {
    display: none;
  }
  #nov-hero .game-text {
    width: 100%;
    top: -253px;
    left: 0;
  }
  #nov-hero .game-text img {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  #nov-hero .button {
    font-family: "Avenir Next Bold" !important;
  }
}
