.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.promo_image {
  width: 1px;
  height: 1px;
}

#popup-nov {
  font-size: 16px;
  z-index: 999999;
  --dark-blue: #1d3460;
  --gray: #9d9c9c;
}
#popup-nov .popup-overlay {
  background-color: rgba(0, 0, 0, 0.66);
}
#popup-nov .popup-content {
  width: 530px;
  max-height: 100%;
  height: 400px;
  padding: 0 15px;
  border-width: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/24/nov/hero/popup-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/24/nov/hero/popup-back.jpg") 1x,
    url("../../../images/24/nov/hero/popup-back@2x.jpg") 2x
  );
}
#popup-nov .popup-content .popup-close {
  padding: 15px;
}
#popup-nov .popup-close .close-img {
  width: 1em;
}
#popup-nov .nov-form .form-text {
  width: 20em;
}
#popup-nov .button {
  width: 10em;
  height: 2.2em;
  margin-top: 1em;
  font-size: 1em;
  border-radius: 0;
  background-color: #021e45;
}
#popup-nov .button span {
  padding-top: 0.1em;
}
#popup-nov .nov-form form {
  width: 510px;
  margin-top: 21px;
}
#popup-nov .form-field {
  padding: 7.5px 12.5px;
  flex-basis: 50%;
  flex-grow: 1;
}
#popup-nov .form-field input,
#popup-nov .form-field select {
  font-size: 0.875em;
  height: 40px;
  background-color: #fff;
  width: 100%;
  text-indent: 10px;
  color: black;
}
#popup-nov .form-field select {
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-image: url(../../../images/24/nov/hero/down-arrow.png);
  background-image: -webkit-image-set(
    url("../../../images/24/nov/hero/down-arrow.png") 1x,
    url("../../../images/24/nov/hero/down-arrow@2x.png") 2x
  );
  background-size: 11px 7px;
}
@-moz-document url-prefix() {
  #popup-nov .form-field select {
    text-indent: 8px;
  }
}
#popup-nov .form-field select.selected,
#popup-nov .form-field input {
  color: var(--black);
}
#popup-nov .form-field select,
#popup-nov .form-field ::placeholder {
  opacity: 1;
  color: black;
}
#popup-nov .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}
#popup-nov .nov-thanks .button {
  margin-top: 14px;
  width: 10.5em;
}
#popup-nov .nov-thanks .thanks {
  width: 27em;
  margin-bottom: 2%;
  margin-top: 8%;
}
#popup-nov .thanks-text {
  font-size: 1em;
  text-wrap: nowrap;
  line-height: 1.4em;
  margin-top: 1em;
}
#popup-nov a {
  color: white;
  text-decoration: none;
}
#popup-nov a:hover,
#popup-nov a:active,
#popup-nov a:visited {
  color: white;
  text-decoration: none;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #popup-nov .nov-thanks .button {
    line-height: 2px;
  }
}

@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 567px) {
  #popup-nov .popup-content {
    background-image: url(../../../images/24/nov/hero/popup-back-m@2x.jpg);
    height: 86%;
    top: 126px !important;
    align-self: self-start;
    background-position-y: -3px;
  }
  #popup-nov .popup-content .popup-close {
    padding: 15px 13px;
  }
  #popup-nov .nov-form form {
    margin-top: 17px;
  }
  #popup-nov .form-row {
    flex-direction: column;
  }
  #popup-nov .form-field {
    padding: 5.5px 0;
  }
  #popup-nov .form-field input,
  #popup-nov .form-field select {
    height: 37px;
    font-size: 0.75em;
  }
  #popup-nov .nov-thanks .button {
    margin: 15px 0 0;
  }
  #popup-nov .nov-form .form-text {
    width: 87%;
    margin-bottom: 6%;
  }
  #popup-nov .nov-thanks .thanks-box {
    width: 100%;
  }
  #popup-nov .nov-thanks .thanks {
    width: 90%;
  }
  #popup-nov .nov-thanks .recieved {
    width: 90%;
    margin-top: -2.6em;
  }
  #popup-nov .button {
    width: 9em;
    font-size: 1.1em;
  }
  #popup-nov .nov-thanks .button {
    margin-top: 14px;
    width: 10em;
  }
}
@media screen and (max-width: 375px) {
  #popup-nov .thanks-text {
    text-wrap: wrap;
  }
}