.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;
}
.b-black {
    background-color: #000;
}
#popup-feb {
    font-size: 16px;
    z-index: 999999;
    --dark-blue: #1d3460;
    --gray: #9d9c9c;
    overflow: hidden;
}

#popup-feb .popup-overlay {
    background-color: rgba(0, 0, 0, 0.66);
}

#popup-feb .popup-content {
    width: 601px;
    max-height: 100%;
    height: 413px;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/25/feb2/hero/form-back.jpg);
    background-image: -webkit-image-set(url("../../../images/25/feb2/hero/form-back.jpg") 1x, url("../../../images/25/feb2/hero/form-back@2x.jpg") 2x);
}

#popup-feb .popup-star-right {
    top: -84px;
    right: -63px;
}

#popup-feb .popup-star-left {
    bottom: -57px;
    left: -79px;
}
#popup-feb .popup-close {
    padding: 16px;
    width: auto;
    top: 0;
    right: 0;
}
#popup-feb .popup-close:before, 
#popup-feb .popup-close:after {
    display: none;
}
#popup-feb .button {
    width: 199px;
    height: 39px;
    font-size: 1.125em;
    border-radius: 20px;
    padding: 0;
}

#popup-feb .feb-form form {
    width: 510px;
    margin-top: 21px;
}

#popup-feb .form-field {
    padding: 7.5px 12.5px;
    flex-basis: 50%;
    flex-grow: 1;
}

#popup-feb .form-field input,
#popup-feb .form-field select {
    font-size: 0.875em;
    height: 43px;
    background-color: #fff;
    width: 100%;
    text-indent: 16px;
    color: black;
    border-color: #d3d3d3 !important;
    border-radius: 0;
}

#popup-feb .form-field select {
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-image: url(../../../images/25/feb2/hero/down-arrow.png);
    background-image: -webkit-image-set(url("../../../images/25/feb2/hero/down-arrow.png") 1x, url("../../../images/25/feb2/hero/down-arrow@2x.png") 2x);
    background-size: 11px 7px;
}

@-moz-document url-prefix() {
    #popup-feb .form-field select {
        text-indent: 8px;
    }
}

#popup-feb .form-field select.selected,
#popup-feb .form-field input {
    color: var(--black);
}

#popup-feb .form-field select,
#popup-feb .form-field ::placeholder {
    opacity: 1;
    color: black;
}

#popup-feb .form-action [type="submit"].button {
    margin-top: 21.5px;
}

#popup-feb .form-action [type="submit"].button[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
}

#popup-feb .feb-thanks .button {
    width: 208px;
    margin-top: 24px;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 567px) {
    #popup-feb .popup-content {
        background-image: url(../../../images/25/feb2/hero/popup-back-m@2x.jpg);
        height: 622px;
        max-height: 100%;
        width: 375px;
        max-width: 100%;
        box-shadow: none;
    }

    #popup-feb .popup-content .popup-close {
        padding: 12px;
    }

    #popup-feb .feb-form form {
        margin-top: 32px;
        width: 325px;
    }

    #popup-feb .form-row {
        flex-direction: column;
    }

    #popup-feb .form-field {
        padding: 5px 0;
    }

    #popup-feb .form-field input,
    #popup-feb .form-field select {
        height: 39px;
        font-size: 0.75em;
        text-indent: 12px;
    }

    #popup-feb .form-action [type="submit"].button {
        margin-top: 32.5px;
    }

    #popup-feb .feb-thanks .button {
        width: 199px;
        margin: 19px 0 0;
    }
}