.Services {
    background-color: black;
    color: white;
}

.Services a.wiziBtn {
    color: black!important;
    background-color: white!important;
}

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
}

.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
  border-radius: 20px;
}

.menu .wizi-wrapper.wizi-img--two-title-text {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
}

@media (min-width: 1024px) {
    .header.header--fixed .nav__itemlvl1:hover {
        color: var(--primary-color) !important;
        font-weight: bold;
    }
}

@media (min-width: 1024px) {
    .header.header--fixed .nav__itemlvl1 {
        font-size: .875rem;
        line-height: 1.6 !important;
        font-weight: 700;
        margin: 0 5px !important;
    }
}

ul.slick-dots {
    display: none !important;
}