@keyframes slideOutIn{0%{margin-right:0}25%{margin-right:-80px;margin-left:0}26%{margin-left:-180px;margin-right:0}50%{margin-right:0;margin-left:0}}.back-to-top{z-index:99999;display:grid;position:fixed;right:16px;bottom:-58px;width:48px;height:48px;transition:all .2s ease-in-out;border-radius:50%;background-color:var(--white-1);place-content:center;margin:10px}@media(min-width:1176px){.back-to-top:hover{width:52px;height:52px;cursor:pointer}}@media(min-width:1440px){.back-to-top{right:calc($grid-offset-max - 60px)}}.back-to-top i,.back-to-top svg{width:24px;height:24px;fill:var(--black-1);color:var(--black-1)}.back-to-top--sticky{bottom:24px;transform:rotate(-90deg)}