#segment-footer {
    background-color: rgb(64, 70, 77);
}

#segment-footer>.container {
    background-color: rgb(64, 70, 77);
}

.navbar-inverse {
    background-color: rgb(0, 161, 137);
}

.scip-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* initial distribution */
    gap: 14px;

    top: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: 0;

    background: rgb(0, 161, 137);
    color: #fff;
    z-index: 1000;

    padding: 16px 24px;
    box-sizing: border-box;
    overflow-x: clip;
}

.scip-topbar__logo {
    height: 35px;
    width: auto;
    display: block;
}

.scip-topbar__left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
    min-width: 0;
}

.scip-topbar__links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    color: #fff;
    text-decoration: none;
}