.elementor-487 .elementor-element.elementor-element-93c062c{--display:flex;--margin-top:79px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {

transition: transform 0.5s ease-in-out!important;
transform:translateY(-85px)!important;

}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
    transition: transform 0.5s ease-in-out!important;

transform:translateY(0px)!important;
}/* End custom CSS */