body.e-highlighted-hidden header .elementor-sticky{
    top: -100px !important;
}
body.e-highlighted-hidden .e-highlighted-overlay {
    opacity: 1;
    pointer-events: none;
}
.e-highlighted-overlay {
    opacity: 0;
    pointer-events: none;
}
.e-highlighted-overlay {
    background: rgb(27, 131, 227, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    /*transition: opacity .5s ease-in-out;*/
    z-index: 1;
 }
.e-highlighted {
    transform: scale(1.2);
}
#bottom-call-to-action.elementor-element {
    transition: all .5s ease-in-out;
    z-index:5;
}
.e-highlighted .call-to-action-section {
    box-shadow: 0 48px 48px -32px rgba(23, 16, 159, .2), 0 96px 96px -64px rgba(3, 2, 20, .6);
}
.e-highlightable {
    z-index:5;
    transition: all .5s ease-in-out;
}