.BackToTop{--min-offset:max(32px,var(--offset,0px));position:sticky;bottom:var(--min-offset);width:100%;pointer-events:none;z-index:100;contain:layout size;transition:bottom 1s}@media(min-width:820px){.BackToTop{--min-offset:max(24px,var(--offset,0px))}}.BackToTop_button{position:absolute;right:16px;bottom:40px;padding:12px;font-size:1.1428571429em;background-color:#fff;color:#000;box-shadow:0 2px 10px 0 #00000026;border-radius:50%;cursor:pointer;transition:background-color .15s,transform .3s,opacity .3s;pointer-events:all}@media(min-width:820px){.BackToTop_button{right:32px;bottom:80px;font-size:1.4285714286em;padding:16px}}.BackToTop_button:hover{background-color:#e5e5e5}.BackToTop_button svg{display:block}.BackToTop_hide{pointer-events:none;transform:translateY(100%);opacity:0}