body.body_overflow_hidden {
    overflow: hidden;
    max-height: 100vh;
}

a#modal_quote {
    color: #fff;
}

#modal_quote_wrapper {
    padding: 10px 20px;
    background: #362657;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 70px;
}

#modal_quote_wrapper a span {
    background-color: #b081f8 !important;
}

.laptop_ai {
    float: right;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.laptop_ai img {
    position: relative;
    z-index: 1;
}

.laptop_ai::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -30px;
    width: 100px;
    height: 40px;
    background: #B081F8;
}

@media screen and (max-width:991px) {
    .laptop_ai {
        display: none
    }
}

.modal_getejump {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background: rgba(38, 25, 68, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.modal_getejump_wrapper {
    max-width: 550px;
    margin: 0 auto;
    display: table;
}

.modal_getejump_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo_ejump {
    margin: 0 0 40px;
    ;
}

.title_modal {
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin: 0 0 20px;
    font-weight: bold;
}

.content_modal p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.icons_content_modal {
    display: flex;
    align-items: center;
    margin: 40px 0;
    flex-wrap: nowrap;
    width: 100%;
}

.box_icons {
    margin: 0 10px;
    padding: 10px 5px;
    background-color: #45316E;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
    max-width: calc(33.33% - 20px);
    line-height: 24px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    transform: translateY(0px);
    transition: .5s all;
}

.box_icons:hover {
    transform: translateY(-10px);
    transition: .5s all;
}

.box_icons img {
    position: absolute;
    top: -10px;
    right: 5px;
    transform: rotate(45deg);
}

.cta_modal a {
    color: #fff !important;
     !i;
     !;
    font-size: 30px;
}

.form_getejump #formular {
    float: none;
    background: #352556;
    padding: 40px 180px;
    width: 100%;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    POSITION: RELATIVE;
}

#contact-form.form_getejump .row {
    align-items: center;
    justify-content: center
}

#contact-form.form_getejump .agree-gdpr * {
    color: #fff !important;
}

#contact-form.form_getejump {
    background-color: rgba(38, 25, 68, .95);
    opacity: 1;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999;
    align-items: center;
    justify-content: center;
}

.title_form {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px;
}

.form_getejump:after {
    display: none;
}

.clode_modal_form {
    position: absolute;
    top: 0;
    right: 0;
    background: #b081f8;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #261944;
    cursor: pointer;
}

#contact-form.form_getejump input[type="number"],
#contact-form.form_getejump input[type="text"],
#contact-form.form_getejump input[type="email"],
#contact-form.form_getejump textarea {
    width: 100%;
    max-width: 100%;
}

@media screen and (max-width:991px) {
    #modal_quote_wrapper{
        margin-top: 30px;
        width: auto;
    }
    .box_icons {
        margin: 0 2.5px;
        padding: 5px 3px;
        background-color: #45316E;
        position: relative;
        color: #fff;
        font-weight: bold;
        text-align: center;
        max-width: calc(33.33% - 5px);
        line-height: 24px;
        font-size: 10px;
    }
    .modal_getejump_inner .box_icons img {
        right: 0;
    }
    .title_modal {
        font-size: 34px;
        line-height: 1.4;
        margin: 0 0 20px;
    }
    .logo_ejump {
        margin: 0 0 20px;
    }
    .icons_content_modal {
        margin: 20px 0 0;
    }
    .cta_modal a {
        font-size: 24px;
    }
    .form_getejump .form-group {
        margin: 0 0 10px;
    }
    #contact-form.form_getejump input[type="number"],
    #contact-form.form_getejump input[type="text"],
    #contact-form.form_getejump input[type="email"],
    #contact-form.form_getejump textarea {
        font-size: 14px;
        line-height: 20px;
        margin: 0 !important;
    }
    #formular.form_getejump textarea {
        min-height: 100px;
        max-height: 100px;
    }
    .title_form {
        font-size: 34px;
        line-height: 1;
    }
    .form_getejump #formular {
        padding: 30px 15px;
        max-width: 95vw;
        ;
    }
}

@media screen and (max-width:389px) {
    .box_icons {
        padding: 2px;
        margin: 0 1px;
        font-size: 9px;
    }
}