    :root {
    --cnvs-header-height: 100px;
    --cnvs-header-height-md: 120px;
}
:root, .not-dark {
    --cnvs-header-sticky-bg: var(--cnvs-themecolor) !important;
}
.not-dark .menu-link {
    color: #ffffff !important;
}
.is-expanded-menu .menu-link:hover {
   color: #ffffff !important;
}
.not-dark .menu-link:hover {
    color: #ffffff !important;
}
.menu-item.current > .menu-link {
    color: #ffffff !important;
}
.dark #header-wrap {
    background-color: var(--cnvs-themecolor) !important;
}
