.site-footer{align-items:center;background-color:var(--c-blue);bottom:0;display:flex;justify-content:space-between;left:0;padding-inline:12px;position:fixed;right:0;width:100%;z-index:999}@media only screen and (max-width:767px){.site-footer{align-items:flex-start;flex-direction:column-reverse;padding-block:12px;position:relative}}.site-footer ul{display:flex;flex-wrap:wrap}@media only screen and (max-width:767px){.site-footer ul{padding-bottom:12px}}.site-footer ul li a{display:block;padding:10px;transition:.2s ease-in-out}@media only screen and (max-width:1023px){.site-footer ul li a{padding:10px 5px}}@media only screen and (max-width:767px){.site-footer ul li a{padding:5px 10px 5px 0}}.site-footer ul li a:hover{color:var(--c-gray-1)}