
body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--e-global-color-secondary);
}
.main-navigation ul.menu > li.menu-item > a{
    display: flex !important;
}
.nk_contact_button{
    margin-bottom: 25px;
}
#nk_custom_popup{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 999;
    pointer-events: none;
    visibility: hidden;
}
#nk_custom_popup .popup_wrap{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 420px;
    background: #FFF;
    z-index: 9;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateX(100%);
    padding: 20px;
}
#nk_custom_popup .popup_wrap .popup_thumbnail{
    display: flex;
    overflow: hidden;
    max-height: 300px;
    margin: 10px 0;
}
#nk_custom_popup .popup_wrap .popup_thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
#nk_custom_popup .popup_wrap .form_wrap ul{
    margin: 0;
    list-style: none;
    margin-top: 20px;
}
#nk_custom_popup .popup_wrap .form_wrap input:not([type='submit']){
    padding-top: 8px;
    padding-bottom: 8px;
}
#nk_custom_popup .popup_wrap .form_wrap input[type='submit']{
    width: 100%;
}
#nk_custom_popup .popup_wrap .form_wrap li{
    position: relative;
}
#nk_custom_popup .popup_wrap .form_wrap li:first-child p{
    margin-bottom: 0.5em;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0.5rem;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    background: #C60000;
    border-color: #C60000;
}
.wpcf7 form.submitting input[type='submit']{
    pointer-events: none;
}
.wpcf7 form.sent .wpcf7-response-output{
    background: #46b450;
}
.wpcf7-spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
body.popup_is_active{
    overflow: hidden !important;
}
body.popup_is_active .site-content{
    z-index: 99999999 !important;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
}
#nk_custom_popup .popup_wrap .nk_close_popup_btn{
    position: absolute;
    top: 10px;
    right: 10px;
}
#nk_custom_popup .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgb(0 0 0 / 40%);
    backdrop-filter: blur(10px);
    cursor: pointer;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 0;
}
#nk_custom_popup.active{
    pointer-events: unset;
    visibility: unset;
}
#nk_custom_popup.active .bg{
    opacity: 1;
}
#nk_custom_popup.active .popup_wrap{
    opacity: 1;
    transform: translateX(0);
}
.form_one.custom_form{
    display: flex;
    position: relative;
    border: 1px solid var(--e-global-color-background-field);
    background-color: var(--e-global-color-background-field);
    margin-bottom: 40px;
}
.wpcf7 br{
    display: none !important;
}
.form_one.custom_form p{
    margin-bottom: 0;
}
p.form-line{
    display: flex;
    justify-content: center;
}
.form_one.custom_form p.form-input{
    flex: 1;
}
.form_one.custom_form p.form-input input[type=email]{
    outline: 0;
    transition: all ease-in-out .3s;
    border-radius: 0;
    padding: 14px 20px;
    width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    font-weight: var(--e-global-typography-text-font-weight);
    border: 0;
    background-color: transparent !important;
    border: none !important;
}
.form_one.custom_form p.form-button button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 24px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    border-left: 1px solid #c4c4c410;
    background-color: transparent;
    padding: 0;
    margin: 13px 27px 13px 20px;
    padding-left: 26px;
}
.form_one.custom_form .wpcf7-not-valid-tip{
    position: absolute;
}
.form_one.custom_form p.form-button button i{
    margin-right: 5px;
}
.elementor.elementor-276{
    display: none !important;
}