/************** Custom popup **************/

#custom_popup_global {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999!important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}
#custom_popup_global.oppened_popup {
    visibility: hidden;
    opacity: 1;
}
.cus_popup_container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    z-index: 99999!important;
}
.cus_popup_container_position {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 45px;
    background-color: #043667;
    border-radius: 15px;
}
.cus_popup_container_position:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 125%;
    z-index: 1;
    background-size: 50%;
    opacity: 0.1;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5MDAgOTAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5MDAgOTAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+Cjxwb2x5Z29uIGlkPSJQYXRoIiBjbGFzcz0ic3QwIiBwb2ludHM9IjkwMCwzMzcuNSA1NzYuNiwzMzcuNSA0NTAsMCAzMjMuNCwzMzcuNSAwLDMzNy41IDI0My41LDU1MC42IDExMi41LDkwMCA0NTAsNzMxLjMgCgk3ODcuNSw5MDAgNjU2LjUsNTUwLjYgIi8+Cjwvc3ZnPgo=);
    background-position: 50% 127px;
    mix-blend-mode: darken;
    background-repeat-y: no-repeat;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.close_cus_popup {
    float: right;
    color: #fff;
    position: relative;
    z-index: 999999!important;
    cursor: pointer;
    margin-top: -20px;
    margin-right: -20px;
}
.cus_popup_body {
    color: #fff;
    position: relative;
    z-index: 99999!important;
}
.cus_popup_body h2 {
    color: #fff;
    font-size: 32px;
    text-transform: unset;
    margin-top: 0;
    margin-bottom: 15px;
}
.cus_popup_body p {
    margin-bottom: 30px;
    max-width: 420px;
    margin-left: 0!important;
}
.cus_popup_body form .validation_error {
    max-width: 420px;
    font-size: 16px;
}
.cus_popup_body form label {
    display: none;
}
.cus_popup_body form .gform_footer img {
    display: inline-block;
    vertical-align: middle;
    /*margin-top: 30px;*/
    width: 16px;
    margin-left: 10px;
}
.cus_popup_body form li.gfield {
    height: 40px;
}
.cus_popup_body form .gfield_description.validation_message {
    display: none;
}
.cus_popup_body form input {
    color: #fff!important;
}
.cus_popup_body form input:-webkit-autofill,
.cus_popup_body form input:-webkit-autofill:hover,
.cus_popup_body form input:-webkit-autofill:focus,
.cus_popup_body form input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #D3344A inset !important;
    background-color: red!important;
}

.cus_popup_body form input:-webkit-autofill
{
    -webkit-text-fill-color: #fff !important;
    background-color: red!important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset;
}

.cus_popup_body form input[type="submit"] {
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    color: #fff;
    border-bottom: 1px solid #fff!important;
    font-size: 0.725em;
    font-weight: 600;
    padding: 1.25em 2.25em!important;
    padding-bottom: 0.75em!important;
    cursor: pointer;
}
.cus_popup_body .gform_confirmation_wrapper .gform_confirmation_message {
    color: #fff;
    max-width: 420px;
}
.cus_popup_body .gform_confirmation_wrapper {
    margin-bottom: 0!important;
}
@media(max-width: 768px) {
    
    .cus_popup_container {
        width: 80%;
    }
}
@media(max-width: 480px) {
    .cus_popup_container_position {
        padding: 30px;
    }
    .cus_popup_body p {
        font-size: 18px;
    }
    .cus_popup_body h2 {
        font-size: 22px;
    }
    .cus_popup_container {
        width: 80%;
    }
}