.footer-background{position:relative;background-color:transparent}.footer-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(/footer.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.3;pointer-events:none;z-index:1}.footer-background>*{position:relative;z-index:2}.footerSocial{cursor:pointer;transition:all .2s ease}.footerSocial:hover{transform:scale(1.1)}@media (max-width:768px){.footer-background{width:100vw;max-width:100vw}.footerSocial{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}@media (min-width:769px) and (max-width:1024px){.footer-background{width:100%}}@media (min-width:1025px){.footer-background{width:100%}}.headerBox{position:fixed;top:0;left:0;right:0;width:100vw;z-index:1000;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:0;transition:transform .3s ease-in-out}.header-visible{transform:translateY(0)}.header-hidden{transform:translateY(-100%)}.logo{height:40px;cursor:pointer}@media (max-width:768px){.headerBox{width:100vw;max-width:100vw}.logo{height:25px}}@media (min-width:769px) and (max-width:1024px){.logo{height:30px}}@media (min-width:1025px){.logo{height:40px}}