#footer{background: var(--color-neutral-8);padding: 98rem 0;}
#footer img{max-width: 90rem;}



.fixed-menu { position: fixed; right: 20rem; bottom: 20rem; z-index: 10; display: none; transition: bottom 0.4s; } 
.fixed-menu.up { bottom: 85rem; } 
.fixed-menu > ul { } 
.fixed-menu > ul > li { width: 46rem; height: 46rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0rem 0rem 16rem rgb(50 50 50 / 12%); margin-bottom: 8rem; font-size: 0; } 
.fixed-menu > ul > li:last-child { margin-bottom: 0; } 
.fixed-menu > ul > li.top,
.fixed-menu > ul > li.bottom { background: #fff; }
.fixed-menu > ul > li.top svg { transform: rotate(180deg); } 

@media all and (max-width:767px){
    .fixed-menu { right: 10rem; bottom: 30rem; } 
    .fixed-menu.up { bottom: 55rem; } 
    .fixed-menu > ul { } 
    .fixed-menu > ul > li { width: 35rem; height: 35rem; } 
}