/**handles:hello-elementor-child-style**/
header.sticky-header{--header-height:140px;--shrink-header-to:0.4;--transition:.45s cubic-bezier(.4, 0, .2, 1);transition:background-color var(--transition),backdrop-filter var(--transition),box-shadow var(--transition)}header.sticky-header>.elementor-container{min-height:var(--header-height);transition:min-height var(--transition)}header.sticky-header.elementor-sticky--effects>.elementor-container{min-height:calc(var(--header-height) * var(--shrink-header-to))}@media only screen and (max-width:767px){header.sticky-header{--header-height:70px}}header.sticky-header .logo img{transition:height var(--transition);width:auto;height:120px}header.sticky-header.elementor-sticky--effects .logo img{height:calc(120px * var(--shrink-header-to))}