#layout-wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 88px;
}

.page-content {
    padding-bottom: 2.5rem;
}

.vizo-footer {
    height: auto;
    min-height: 64px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid var(--vz-border-color, #e7e9ef);
    box-shadow: 0 -4px 18px rgba(26, 31, 54, 0.035);
}

.vizo-footer a {
    color: inherit;
    font-weight: 600;
}

.navbar-menu .menu-title {
    margin-top: 10px;
    letter-spacing: .055em;
}

.navbar-menu .menu-title:first-child {
    margin-top: 0;
}

@media (max-width: 575.98px) {
    #layout-wrapper {
        padding-bottom: 118px;
    }

    .vizo-footer {
        min-height: 94px;
        text-align: center;
    }
}
