    :root, .not-dark {
    --cnvs-header-sticky-bg: var(--cnvs-themecolor) !important;
}
.not-dark .menu-link {
    color: #f3f6f8 !important;
}
.is-expanded-menu .menu-link:hover {
   color: #f3f6f8 !important;
}
.not-dark .menu-link:hover {
    color: #0f2e3a !important;
}
.dark #header-wrap {
    background-color: var(--cnvs-themecolor) !important;
}
