@media only screen and (min-width: 920px) {
    .main-menu-row .main-menu li.root-level>a, .topnav-link-item, .header-btn__icon {
        color: #FFF;
    }
}
.flex.items-center.justify-center.w-10.h-10.mx-auto.mb-3.rounded-full.sm\:w-12.sm\:h-12 {
    background: #0018ac !important;
}
p.stats-number.text-4xl.font-bold {
    color: #0018ac !important;
}
@media only screen and (max-width: 520px) {
.top-navbar {
    display: none;
}
}