button.top-1{top:10rem;right:10rem}.footer .middle{border-left:1px solid hsla(0,0%,100%,.2)}.footer h3{color:#fff;line-height:1em;padding-bottom:20px;font-size:16rem}@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 .icon{color:hsla(0,0%,100%,.4);display:flex;align-items:center;padding-top:4px;padding-bottom:4px}.footer .footerTop .icon img{margin-right:10px;width:30rem;cursor:pointer;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 .icon img{width:22px}}.footer .footerTop .icon 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}}