.PageTopButton {
    background-color: var(--Blue1);
    display: flex;
    width: 100%;
    padding: 15px 10px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #999;
    border-top: 1px solid #ccc;
    cursor: pointer;
}

.PageTopButton.Disabled {
    display: none;
}

.PageTopButton_Text {
    margin-left: 5px;
}

.FooterMenuFlexRow {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.FooterMenuList {
    flex-grow: 1;
    min-width: 300px;
    font-size: 14px;
    font-weight: 300;
}

.FooterMenuList .BigLink {
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid;
    padding: 5px 30px;
    text-align: center;
    display: block;
    background-color: #ffffff22;
    width: fit-content;
    width: 200px;
}

.FooterMenuList .LogoLink {
    width: 200px;
    margin-bottom: 15px;
}

.FooterMenuList li {
    list-style-type: none;
    line-height: 2;
}
.FooterMenuList li a {
    text-decoration: none;
    color: #fff;
}

.FooterMenuBottom {
    padding: 20px 0 10px 0;
}