.heading-tape {
    position: relative;
    span {
        position: relative;
        display: inline-flex;
        align-items:center;
        z-index: -1;
        &:after {
            content: '';
            position: absolute;
            z-index: -1;
            left: 0;
            bottom: unset;
            width: var(--after-width);
            height: 75%;
            background-color: var(--primary);
            transform: translateX(calc(-100% + var(--after-width)));
        }
    }
}


#brx-header {
    position:fixed;
}