@charset "utf-8";

.fixedHeader {
    transition: all .3s;
}

.fixedHeader.is-hidden {
    opacity: 0;
    pointer-events: none;
}