#popup-oct{
    font-size: 16px;
    z-index: 999999;
    --blue: #1d3460;
    --gray: #9d9c9c;
}
#popup-oct .popup-overlay{
    background-color: rgba(0,0,0,.66);
}
#popup-oct .popup-content {
    width: 601px;
    max-height: 100%;
    height: 488px;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/23/oct/hero/popup-back.jpg);
	background-image: -webkit-image-set(url("../../../images/23/oct/hero/popup-back.jpg") 1x, url("../../../images/23/oct/hero/popup-back@2x.jpg") 2x);
}
#popup-oct .popup-content .popup-close{
    padding: 16px;
}
#popup-oct .button{
    width: 229px;
    height: 55px;
    margin-top: 18px;
    border-radius: 28px;
    font-size: 2.125em;
    border-width: 2.5px;
}
#popup-oct .oct-form {
    margin-top: -46.5px;
}
#popup-oct .oct-form form{
    width: 510px;
    margin-top: 18px;
}
#popup-oct .form-field {
    padding: 7.5px 12.5px;
    flex-basis: 50%;
    flex-grow: 1;
}
#popup-oct .form-field input,
#popup-oct .form-field select{
    font-size: 0.875em;
    height: 42px;
    background-color: #fff;
    width: 100%;
    text-indent: 16px;
}
#popup-oct .form-field select{
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
	background-image: url(../../../images/23/oct/hero/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/23/oct/hero/down-arrow.png") 1x, url("../../../images/23/oct/hero/down-arrow@2x.png") 2x);
    background-size: 11px 7px;
}
@-moz-document url-prefix() {
    #popup-oct .form-field select {
       text-indent: 8px;
    }
}
#popup-oct .form-field select.selected,
#popup-oct .form-field input{
    color: var(--black);
}
#popup-oct .form-field select,
#popup-oct .form-field ::placeholder{
    opacity: 1;
    color: #262626;
}
#popup-oct .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}
#popup-oct .oct-thanks > div {
    margin-top: -46.5px;
}
#popup-oct .oct-thanks .button {
    margin-top: 21px;
}
#popup-oct .oct-thanks .thanks-2 {
    margin-bottom: -80px;
    transform: translateX(-50px);
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 567px){
    #popup-oct .popup-content{
        background-image: url(../../../images/23/oct/hero/popup-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/23/oct/hero/popup-back-m.jpg") 1x, url("../../../images/23/oct/hero/popup-back-m@2x.jpg") 2x);
        width: 375px;
        height: 550px;
    }
    #popup-oct .popup-content .popup-close{
        padding: 14px 13px;
    }
    #popup-oct .button{
        width: 229px;
        height: 48px;
        margin-top: 20.5px;
        font-size: 1.96875em;
    }
    #popup-oct .oct-form {
        margin-top: 0;
        align-self: center;
    }
    #popup-oct .oct-form form{
        margin-top: 17px;
    }
    #popup-oct .form-row{
        flex-direction: column;
    }
    #popup-oct .form-field{
        padding: 5.5px 0;
    }
    #popup-oct .form-field input,
    #popup-oct .form-field select{
        height: 37px;
        font-size: 0.75em;
    }
    #popup-oct .oct-thanks > div {
        margin-top: 79px;
    }
    #popup-oct .oct-thanks .button{
        margin: 19px 0 0;
    }
    #popup-oct .oct-thanks .thanks-2 {
        margin-bottom: -20px;
        transform: translateX(-25px);
    }
}
@media screen and (max-width: 414px) and (max-height: 700px){
}