.tracking_promo_success {
    width: 1px;
    height: 1px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.promo_image {
    width: 1px;
    height: 1px;
}
#popup-aug{
    font-size: 16px;
    z-index: 999999;
    --gray: #A3A3A6;
    --red: #de1f37;
    --focus-border: #000;
    --focus-color: #79797B;
    --error-border: #E32E22;
    --error-color: #E32E22;
}
#popup-aug .popup-overlay{
    background-color: rgba(0,0,0,.85);
}
#popup-aug .popup-content {
    width: 700px;
    height: 530px;
    max-height: 100%;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/25/aug/hero/popup-back.jpg);
	background-image: -webkit-image-set(url("../../../images/25/aug/hero/popup-back.jpg") 1x, url("../../../images/25/aug/hero/popup-back@2x.jpg") 2x);
}
#popup-aug .popup-content .popup-close:before,
#popup-aug .popup-content .popup-close:after {
    display: none;
}
#popup-aug .popup-content .popup-close {
    width: auto;
    height: auto;
    padding: 22px 38px;
    top: 0;
    right: 0;
}
#popup-aug .button{
    width: 200px;
    height: 39px;
    border-radius: 20px;
    margin-top: 16px;
    font-size: 1.125em;
    color: #fff;
}
#popup-aug .popup-form form{
    width: 639px;
    margin-top: 11px;
}
#popup-aug .form-field {
    padding: 8.5px;
    flex-basis: 50%;
    flex-grow: 1;
}
#popup-aug .form-field label {
    left: 16px;
    font-size: 1.125em;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0.3em;
    transition: all 0.3s;
    font-weight: normal;
}
#popup-aug .form-field input,
#popup-aug .form-field select{
    font-size: 1.125em;
    height: 56px;
    background-color: #fff;
    width: 100%;
    text-indent: 16px;
    padding-top: 18px;
    border-radius: 12px;
}
#popup-aug .form-field select{
    background-image: none;
}
#popup-aug .form-field .select_box:after{
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    position: absolute;
    right: 17px;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(../../../images/25/aug/hero/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/25/aug/hero/down-arrow.png") 1x, url("../../../images/25/aug/hero/down-arrow@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}
@-moz-document url-prefix() {
    #popup-aug .form-field select {
       text-indent: 8px;
    }
}
#popup-aug .form-field select.selected,
#popup-aug .form-field input{
    color: var(--black);
}
#popup-aug .form-field select,
#popup-aug .form-field ::placeholder{
    opacity: 1;
    color: #262626;
}
#popup-aug .form-field input:-internal-autofill-selected,
#popup-aug .form-field input:-webkit-autofill,
#popup-aug .form-field input:-webkit-autofill:focus {
    background-color: #fff !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
#popup-aug .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}

#popup-aug .form-field .validation-error:before,
#popup-aug .form-field .incomplete-mask:before {
    content: '';
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    z-index: 2;
    right: 40px;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url(../../../../images/25/aug/error.png);
	background-image: -webkit-image-set(url("../../../../images/25/aug/error.png") 1x, url("../../../../images/25/aug/error@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}

#popup-aug .form-field .validation-error select,
#popup-aug .form-field .validation-error input,
#popup-aug .form-field .incomplete-mask input{
    border-color: var(--error-border);
    border-width: 2px;
}
#popup-aug .form-field .validation-error label,
#popup-aug .form-field .incomplete-mask label{
    color: var(--error-color);
}
#popup-aug .form-field .select_box.focused:after {
    transform: scaleY(-1);
}
#popup-aug .form-field .focused label,
#popup-aug .form-field .has-value label {
    font-size: 0.84375em;
    margin-top: calc(-2.9em + 24px);
    color: var(--focus-color);
}
#popup-aug .form-field .focused select,
#popup-aug .form-field .focused input{
    border-color: var(--focus-border);
    border-width: 2px;
}
#popup-aug .popup-thanks .button{
    margin-top: 22px;
}
#popup-aug .scratch-wrapper {
  width: 292px;
  height: 373px;
  max-height: unset;
  top: 2em;
}
#popup-aug .scratchpad {
  width: 100%;
  height: 100%;
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 567px){
    #popup-aug .popup-content{
        width: 100%;
        max-width: 100%;
        height: 624px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
	    background-image: url(../../../images/25/aug/hero/popup-back.jpg);
        background-image: -webkit-image-set(url("../../../images/25/aug/hero/popup-back.jpg") 1x, url("../../../images/25/aug/hero/popup-back@2x.jpg") 2x);
    }
    #popup-aug .popup-content .popup-close {
        padding: 10px;
    }
    #popup-aug .button{
        width: 144px;
        font-size: 0.9em;
        margin-top: 11.5px;
        padding: 0;
    }
    #popup-aug .popup-form {
        width: 100%;
    }
    #popup-aug .popup-form form{
        margin-top: 20.5px;
        width: calc(100% - 25px);
    }
    #popup-aug .form-row{
        flex-direction: column;
    }
    #popup-aug .form-field{
        padding: 6px 0;
    }
    #popup-aug .form-field label {
        font-size: 0.90625em;
    }
    #popup-aug .form-field input,
    #popup-aug .form-field select{
        font-size: 0.90625em;
        border-radius: 13px;
        height: 56px;
    }
    #popup-aug .form-action{
        padding-top: 0;
    }
    #popup-aug .popup-thanks .button{
        width: 165px;
        margin-top: 17px;
    }
}
@media screen and (max-width: 414px) and (max-height: 700px){
}