#top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 1;
}
#top-header img {
    width: 100%;
    height: 100%;
}



#main-header {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 64px;
    padding: 12px 36px;
    display: flex;
    background: var(--color-bg-title);
    z-index: 1;
}

body:not(.authtest-page) .cc-revoke, body:not(.authtest-page) div[aria-label="cookieconsent"] {
    display: none;
}