footer{align-items:center;display:flex;margin-top:2rem;padding:0 4rem;width:100%}@media screen and (max-width:900px){footer{padding:0 var(--padding-horizontal)}}footer .footer-inner{align-items:center;border-top:1px solid hsla(0,0%,100%,.25);display:flex;padding:1.75rem 0;width:100%}@media screen and (max-width:900px){footer .footer-inner{flex-direction:column;justify-content:center}}footer .footer-inner .lang-container{align-items:center;border:1px solid hsla(0,0%,100%,.25);border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;margin-right:1rem;position:relative;text-decoration:none;text-transform:uppercase;transition:.3s ease}@media screen and (min-width:900px){footer .footer-inner .lang-container{display:none}}@media screen and (max-width:900px){footer .footer-inner .lang-container{margin-bottom:1.5rem;margin-right:0}}footer .footer-inner .lang-container .current{align-items:center;border-radius:.5rem;display:flex;padding:.75rem;position:relative;transition:.3s ease}footer .footer-inner .lang-container .current:after{background-image:url(/images/id/drop-arrow-white.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:.25rem;margin-left:.5rem;transition:.3s ease;width:.5rem}footer .footer-inner .lang-container .current:hover{background:#fff;color:var(--dark-blue)}footer .footer-inner .lang-container .current:hover:after{filter:invert(1)}footer .footer-inner .lang-container .dropdown{background:#fff;border-radius:.325rem;left:50%;margin:0;max-height:0;overflow:hidden;padding:0;position:absolute;top:-.5rem;transform:translate(-50%,-100%);transition:.3s ease;width:100%}footer .footer-inner .lang-container .dropdown li{cursor:pointer;display:flex;width:100%}footer .footer-inner .lang-container .dropdown li a{align-items:center;color:var(--dark-blue);display:flex;font-weight:700;justify-content:center;padding:.375rem 0;text-decoration:none;transition:.3s ease;width:100%}footer .footer-inner .lang-container .dropdown li a:hover{background:var(--gold)}footer .footer-inner .lang-container.active .dropdown{max-height:11.9rem}footer .footer-inner .lang-container.active .current:after{transform:rotate(180deg)}footer .footer-inner .copyright{color:hsla(0,0%,100%,.6);font-size:.875rem}@media screen and (max-width:900px){footer .footer-inner .copyright{margin-bottom:1.5rem;text-align:center}}footer .footer-inner .social-links{align-items:center;display:flex;margin:0 0 0 auto;padding:0}@media screen and (max-width:900px){footer .footer-inner .social-links{margin-left:0}}footer .footer-inner .social-links li{display:flex;height:1.5rem;transition:.3s ease;width:1.5rem}footer .footer-inner .social-links li:not(:last-child){margin-right:1.5rem}footer .footer-inner .social-links li a{height:100%;width:100%}footer .footer-inner .social-links li a img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}footer .footer-inner .social-links li:hover{transform:scale(1.1)}
