.LinkBar_barLink__r3P_s{
    display: flex;
    width: 100%;
    height: 36px;
    overflow-y: scroll;
    position: relative;
}

.LinkBar_barLink__r3P_s > li{
    height: 100%;
}

.LinkBar_barLink__r3P_s > li > a{
    display: flex;
    height: 100%;
    padding: 0 16px 0 16px;
    font-family: var(--serif);
    font-size: 14px;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

.LinkBar_underline__AzUkD{
    width: 100%;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.25s ease-in-out;
}
.LogoFrame_frame__1SHvQ{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 16px;
    justify-content: center;
    align-items: center;
}

.LogoFrame_containerCenter__Yux_1{
    width: 100%;
    max-width: 400px;
    position: relative;
}

.LogoFrame_anchor__72_BR{
    height: 0;
    position: relative;
}

.LogoFrame_containerHeader__B1foe{
    padding-bottom: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 500px){
    .LogoFrame_frame__1SHvQ{
        padding: 36px 16px 16px 16px;
        align-items: flex-start;
    }
    .LogoFrame_anchor__72_BR{
        height: auto;
    }

    .LogoFrame_containerHeader__B1foe{
        position: static;
    }
}
