/*@media (max-width: 991px) {
    .navbar {
        display: none !important;
    }
}*/

/*.navbar {
    border-radius: 1rem;
    background: #cfd8dc;
}

.nav-link {
    color: #576268 !important;
    border-radius: 1rem;
}

.nav-link:hover {
    font-weight: 900;
}

.active-tab {
    font-weight: 900 !important;
    border-radius: 1rem;
    background: #d9e0e3;
}

.navbar-nav {
    gap: 1rem 2rem;
}

.tab {
    display: none;
}

.current-tab {
    display: flex;
}*/
