.topbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.625rem 0;
    font-size: 0.875rem;
}
.topbar > .container,
.topbar > .container-fluid,
.topbar > .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.topbar .topbar-text,
.topbar .topbar-link {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important;
}
.topbar .topbar-text > i,
.topbar .topbar-link > i {
    margin-right: 0.375rem;
    font-size: 1.15em;
    vertical-align: middle;
}
.topbar .cz-carousel [data-controls] {
    margin-top: -1rem;
    width: 2rem;
    height: 2rem;
    transition: color 0.2s ease-in-out;
    border: 0;
    background: 0;
    font-size: 0.9558823529rem;
    line-height: 2rem;
}
.topbar .cz-carousel [data-controls="prev"] {
    left: -2.2rem;
}
.topbar .cz-carousel [data-controls="next"] {
    right: -2.2rem;
}
@-moz-document url-prefix() {
    .topbar .cz-carousel [data-controls] {
        margin-top: -0.875rem;
    }
}
.topbar-light .topbar-text,
.topbar-light .topbar-link {
    color: rgba(75, 86, 107, 0.9);
}
.topbar-light .topbar-text > i,
.topbar-light .topbar-link > i {
    color: #fe696a;
}
.topbar-light .topbar-text.text-muted,
.topbar-light .topbar-text > .text-muted,
.topbar-light .topbar-link.text-muted,
.topbar-light .topbar-link > .text-muted {
    color: rgba(125, 135, 156, 0.9) !important;
}
.topbar-light .topbar-link:hover {
    color: #373f50;
}
.topbar-light .topbar-link.active {
    color: #373f50;
}
.topbar-light .show .topbar-link {
    color: #373f50;
}
.topbar-light .cz-carousel [data-controls] {
    color: rgba(75, 86, 107, 0.9);
}
.topbar-light .cz-carousel [data-controls]:hover {
    color: #373f50;
}
.topbar-dark .topbar-text,
.topbar-dark .topbar-link {
    color: rgba(255, 255, 255, 0.65);
}
.topbar-dark .topbar-text > i,
.topbar-dark .topbar-link > i {
    color: #fe696a;
}
.topbar-dark .topbar-text.text-muted,
.topbar-dark .topbar-text > .text-muted,
.topbar-dark .topbar-link.text-muted,
.topbar-dark .topbar-link > .text-muted {
    color: rgba(255, 255, 255, 0.45) !important;
}
.topbar-dark .topbar-link:hover {
    color: #fff;
}
.topbar-dark .topbar-link.active {
    color: #fff;
}
.topbar-dark .show .topbar-link {
    color: #fff;
}
.topbar-dark .cz-carousel [data-controls] {
    color: rgba(255, 255, 255, 0.65);
}
.topbar-dark .cz-carousel [data-controls]:hover {
    color: #fff;
}
