@charset "UTF-8";#page-top a{display:flex;justify-content:center;align-items:center;background:#c06162;border-radius:50%;width:120px;height:120px;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;transition:all .3s;font-size:24pt;font-style:bold}#page-top{position:fixed;right:60px;z-index:2;opacity:0;transform:translateY(100px)}@media screen and (max-width:480px){#page-top{position:fixed;right:10px;z-index:2;opacity:0;transform:translateY(100px);margin-bottom:0}#page-top a{display:flex;justify-content:center;align-items:center;background:#c06162;border-radius:50%;width:80px;height:80px;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;transition:all .3s;font-size:14pt;font-style:bold}}@media screen and (min-width:481px) and (max-width:1279px){#page-top{position:fixed;right:20px;z-index:2;opacity:0;transform:translateY(100px);margin-bottom:0}}#page-top.UpMove{animation:UpAnime .5s forwards}@keyframes UpAnime{from{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}#page-top.DownMove{animation:DownAnime .5s forwards}@keyframes DownAnime{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}