#popup-sept{
    font-size: 16px;
    z-index: 999999;
    --orange: #ff6c00;
    --gray: #9d9c9c;
}
#popup-sept .popup-overlay{
    background-color: rgba(0,0,0,.66);
}
#popup-sept .popup-content {
    width: 605px;
    max-height: 100%;
    height: 442px;
    padding: 0 15px;
    border-width: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/23/sept/hero/popup-back.jpg);
	background-image: -webkit-image-set(url("../../../images/23/sept/hero/popup-back.jpg") 1x, url("../../../images/23/sept/hero/popup-back@2x.jpg") 2x);
}
#popup-sept .popup-content .popup-close{
    padding: 36px;
}
#popup-sept .button{
    width: 230px;
    height: 53px;
    margin-top: 25px;
    font-size: 1.1875em;
    border-width: 4.5px;
}
#popup-sept .sept-form form{
    width: 420px;
    margin-top: 21px;
}
#popup-sept .form-field {
    padding: 7px 6px;
    flex-basis: 50%;
    flex-grow: 1;
}
#popup-sept .form-field input,
#popup-sept .form-field select{
    font-size: 0.875em;
    height: 41px;
    background-color: #fff;
    width: 100%;
    text-indent: 13px;
}
#popup-sept .form-field select{
    background-repeat: no-repeat;
    background-position: calc(100% - 9px) center;
	background-image: url(../../../images/23/sept/hero/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/23/sept/hero/down-arrow.png") 1x, url("../../../images/23/sept/hero/down-arrow@2x.png") 2x);
    background-size: 13px 8px;
}
@-moz-document url-prefix() {
    #popup-sept .form-field select {
       text-indent: 6px;
    }
}
#popup-sept .form-field select.selected,
#popup-sept .form-field input{
    color: var(--black);
}
#popup-sept .form-field select,
#popup-sept .form-field ::placeholder{
    opacity: 1;
    color: #9d9c9c;
}
#popup-sept .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}
#popup-sept .sept-thanks > div {
    margin-top: -31px;
}
#popup-sept .sept-thanks .button {
    margin-top: 21px;
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 567px){
    #popup-sept .popup-content{
        background-image: url(../../../images/23/sept/hero/popup-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/23/sept/hero/popup-back-m.jpg") 1x, url("../../../images/23/sept/hero/popup-back-m@2x.jpg") 2x);
        width: 375px;
        height: 479px;
    }
    #popup-sept .popup-content .popup-close{
        padding: 15px 13px;
    }
    #popup-sept .button{
        width: 230px;
        height: 50px;
        margin-top: 20.5px;
        font-size: 1.125em;
    }
    #popup-sept .sept-form form{
        margin-top: 17px;
    }
    #popup-sept .form-row{
        flex-direction: column;
    }
    #popup-sept .form-field{
        padding: 5.5px 0;
    }
    #popup-sept .form-field input,
    #popup-sept .form-field select{
        height: 37px;
        font-size: 0.75em;
    }
    #popup-sept .sept-thanks > div {
        margin-top: 49px;
    }
    #popup-sept .sept-thanks .button{
        margin: 19px 0 0;
    }
}
@media screen and (max-width: 414px) and (max-height: 700px){
}