@charset "UTF-8";
/***!  /templates/eskal/css/components/footer.css?0a0c5f  !***/

.footerMenu>ul{display:flex;margin:8vh auto 5vh;padding:0 var(--gutter);justify-content:space-between;max-width:1000px}.footerMenu a{display:inline-block;margin:.25em 0;padding:.25em 0}.footerMenu a:after{display:block;content:'';border-bottom:solid 1px var(--btn-border-color);transform:scaleX(0);transition:transform .18s ease-in-out,border-color 1s;transform-origin:0 0}.footerMenu a:hover:after{transform:scale(1);border-color:var(--btn-border-color-hover)}.footerSocials{width:100%;margin:8vh auto 5vh;display:flex;align-items:center;justify-content:center;gap:3em}.footerSocials svg{width:1.5em}.footerBottom{width:100%;padding:1em 0;display:flex;align-items:center;gap:3em}.footerBottom>div{flex:1}.copyRight{text-align:right}@media screen and (max-width:500px){.footerMenu>ul{display:block;text-align:center}}
