#site-footer{background:var(--color-footer);color:white}#site-footer a{color:currentColor;transition:color 0.5s}#site-footer a:hover{color:var(--color-accent)}#site-footer .site-footer{padding-block:3rem;display:flex;flex-wrap:wrap;gap:4rem}#site-footer .site-footer>*{min-width:260px}#site-footer .site-footer-logo{max-width:100%;width:180px;background:white;-webkit-mask-image:var(--logo-url);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:var(--logo-url);mask-size:contain;mask-repeat:no-repeat}#site-footer .site-footer-contact{display:flex;flex-direction:column;gap:0.8em}#site-footer .site-footer-contact-item{display:grid;grid-template-columns:10px 1fr;gap:10px;font-size:0.9em}#site-footer .site-footer-contact-item .icon{font-size:0.8em;padding-top:0.4rem}#site-footer .site-footer-heading{font-weight:bold;text-transform:uppercase;margin-bottom:1rem}#site-footer .site-footer .footer-links ul{display:flex;flex-direction:column;gap:12px;font-size:0.9em}#site-footer .site-footer .social-links ul{font-size:1.5rem;display:grid;grid-template-columns:repeat(auto-fit, 32px);text-align:center;gap:12px}#site-footer .site-footer .social-links ul li:last-child{color:#c13584}@media screen and (max-width:768px){#site-footer .site-footer{gap:1rem}#site-footer .site-footer .site-footer-logo{width:90px}#site-footer .site-footer .site-footer-heading{display:none}}#site-footer-old{display:none;background:var(--color-footer);color:white}#site-footer-old a{color:currentColor;transition:color 0.5s}#site-footer-old a:hover{color:var(--color-accent)}#site-footer-old .footer-logo{max-width:100%;width:180px;background:white;-webkit-mask-image:var(--logo-url);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-image:var(--logo-url);mask-size:contain;mask-repeat:no-repeat}@media screen and (max-width:768px){#site-footer-old .footer-logo{margin-inline:auto}}#site-footer-old .custom-logo{max-width:140px;height:auto}#site-footer-old .contact{font-size:0.8rem;display:grid;gap:18px 10px;grid-template-columns:auto 1fr;align-items:center}@media screen and (max-width:768px){#site-footer-old .contact{margin-top:20px;width:100%;max-width:230px;margin-inline:auto}}@media screen and (min-width:769px){#site-footer-old .contact{border-left:1px solid rgba(0, 0, 0, 0.08);padding:15px}}#site-footer-old .footer-columns{padding:1.8rem var(--column-gap);display:grid;align-items:center}@media screen and (min-width:769px){#site-footer-old .footer-columns{gap:calc(2 * var(--column-gap));grid-template-columns:auto 1fr auto}}#site-footer-old .network-links{display:flex;height:100%;gap:var(--default-padding);font-size:0.8rem;text-align:center;align-items:center;justify-content:center}#site-footer-old .footer-menu{border-top:1px solid rgba(0, 0, 0, 0.05);padding:8px 0;text-align:center;display:flex;gap:calc(2 * var(--default-padding));align-items:center;justify-content:center}@media screen and (max-width:768px){#site-footer-old .footer-menu{flex-direction:column;text-align:center}}#site-footer-old .footer-menu .footer-links ul{display:flex;gap:var(--default-padding);font-size:0.8rem;align-items:center;justify-content:center}@media screen and (max-width:768px){#site-footer-old .footer-menu .footer-links ul{flex-direction:column}}@media screen and (min-width:769px){#site-footer-old .footer-menu .footer-links ul li:not(:last-child):after{content:"|";opacity:0.4;color:var(--color-primary);padding-left:var(--default-padding)}}