.ScrollBottom_container__AOV_M{background:var(--mb-color-gray-400);border-radius:var(--mb-border-radius-full);cursor:pointer;display:flex;flex-direction:column;align-items:center;position:absolute;bottom:1vh;left:50%;height:3rem;width:3rem;transform:translateX(-50%);z-index:3}body.dark .ScrollBottom_container__AOV_M{background:var(--mb-color-gray-200)}.ScrollBottom_arrow__Ts9LC{height:max-content;width:1.5rem;position:relative;top:1rem;margin-bottom:-1.75rem;opacity:0;stroke:var(--mb-text-white);stroke-width:4px}body.dark .ScrollBottom_arrow__Ts9LC{stroke:var(--mb-color-black)}.ScrollBottom_arrowFirst__6eV0x{animation:ScrollBottom_arrow-movement__MLZRE 2s ease-in-out infinite}.ScrollBottom_arrowSecond__haSwr{animation:ScrollBottom_arrow-movement__MLZRE 2s ease-in-out 1s infinite}@keyframes ScrollBottom_arrow-movement__MLZRE{0%{opacity:0;transform:translateY(-5px)}50%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5px)}}@media only screen and (max-width:1024px){.ScrollBottom_container__AOV_M{bottom:calc(1vh + var(--mobile-footer-height))}}