
    menu.svelte-3dhbyj {
        width: 250px
    }


    svg.svelte-1b35aks {
        width: 180px
    }
    @media (max-width: 480px) {
        svg.svelte-1b35aks {
            width: 150px;
        }
    }
    @media (max-width: 390px) {
        svg.svelte-1b35aks {
            width: 150px;
        }
        .logo-enius.svelte-1b35aks {
            transform: translate(35px, 15px) scale(.50);
        }
    }


    header.svelte-15ifhvb {
        width: 100%;
        position: fixed;
        top: 0;
        height: 60px;
        z-index: 1;
        min-block-size: fit-content;
    }

    .logo-wrapper.svelte-15ifhvb {
        display: inline-block;
        margin-top: 5px
    }

    .row.svelte-15ifhvb {
        width: 100%;
        justify-content: space-between;
    }

    nav.svelte-15ifhvb {
        gap: .25rem
    }

    footer.svelte-fbdc0v {
        position: fixed;
        bottom: 0;
        width: 100%;
        min-height: var(--gsm-footer-height);
    }

    /* (unused) footer.with-ads {
        min-height: calc(2 * var(--gsm-footer-height));
    }*/
