button.top-1{top:10rem;right:10rem}.footer h3{color:#fff;padding-bottom:10px;text-align:center;font-size:16rem;font-weight:400}@media (min-width:750px){.footer h3{font-size:20px}}.footer{color:var(--footer-text-color)}.footer .footerTop .icons{gap:2rem}@media (min-width:750px){.footer .footerTop .icons{gap:10px}}.footer .footerTop .icons img{width:30rem;cursor:pointer;padding-right:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s}@media (min-width:750px){.footer .footerTop .icons img{width:44px}}.footer .footerTop .icons img:hover{opacity:.5}.show{animation:show .2s forwards;-webkit-animation:show .2s forwards}.none{visibility:hidden!important}.hide{animation:hide .2s forwards;-webkit-animation:hide .2s forwards}@keyframes show{0%{opacity:0;visibility:visible}to{opacity:1}}@keyframes hide{0%{opacity:1}99%{opacity:0}to{opacity:0;visibility:hidden}}