.re-footer{margin-top:auto;padding:var(--spacing-4)}.re-footer__container{background-color:var(--neutral-900);border-radius:var(--radius-lg);margin:0 auto;max-width:1400px;padding:var(--spacing-12) var(--spacing-20)}.re-footer__main{align-items:flex-start;display:flex;gap:var(--spacing-8);justify-content:space-between;margin-bottom:var(--spacing-10)}.re-footer__logo{flex-shrink:0}.re-footer__logo img{height:52px;width:auto}.re-footer__address{flex-shrink:0}.re-footer__address-title{margin-bottom:0}.re-footer__address-content,.re-footer__address-title{color:var(--neutral-500);font-size:var(--text-sm);font-weight:var(--font-weight-regular);line-height:var(--leading-normal)}.re-footer__address-content{margin:0;text-align:center;white-space:nowrap}.re-footer__quick-links{display:flex;flex-direction:column;gap:var(--spacing-1)}.re-footer__quick-link{color:var(--neutral-500)!important;font-size:var(--text-sm);font-weight:var(--font-weight-light);line-height:var(--leading-normal);text-transform:uppercase;transition:color var(--transition-fast)}.re-footer__quick-link:hover{color:var(--neutral-200)!important}.re-footer__social{align-items:center;display:flex;gap:var(--spacing-2);padding-top:var(--spacing-2)}.re-footer__social-link{align-items:center;display:flex;height:30px;justify-content:center;transition:opacity var(--transition-fast);width:30px}.re-footer__social-link:hover{opacity:.8}.re-footer__social-link img{height:30px;width:30px}.re-footer__social-icon--linkedin{align-items:center;background-color:var(--neutral-300);border-radius:40px;display:flex;height:30px;justify-content:center;width:30px}.re-footer__social-icon--linkedin img{height:15px;width:15px}.re-footer__bottom{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-2);text-align:center}.re-footer__copyright{color:var(--neutral-500);font-size:var(--text-sm);font-weight:var(--font-weight-regular);margin:0}.re-footer__legal{align-items:center;display:flex;gap:var(--spacing-4)}.re-footer__legal-link{color:var(--neutral-200)!important;font-size:var(--text-sm);font-weight:var(--font-weight-regular);transition:color var(--transition-fast)}.re-footer__legal-link:hover{color:var(--neutral-0)!important}.re-footer__legal-divider{background-color:var(--neutral-500);height:21px;width:1px}@media (max-width:1200px){.re-footer__main{flex-wrap:wrap;gap:var(--spacing-6)}.re-footer__logo{margin-bottom:var(--spacing-4);width:100%}.re-footer__address,.re-footer__quick-links,.re-footer__social{flex:1 1 200px}}@media (max-width:767px){.re-footer{padding:0}.re-footer__container{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);max-width:100%;padding:var(--spacing-8) var(--spacing-4)}.re-footer__main{align-items:center;flex-direction:column;gap:var(--spacing-6)}.re-footer__logo{align-items:center;display:flex;justify-content:center;text-align:center}.re-footer__address,.re-footer__quick-links,.re-footer__social{align-items:center;display:flex;flex:1;justify-content:center;width:100%}.re-footer__social{justify-content:center;width:100%}.re-footer__legal{flex-wrap:wrap;gap:var(--spacing-3);justify-content:center}}.re-header__language{position:relative}.re-header__language-current{align-items:center;background-color:var(--neutral-800);border:none;border-radius:var(--radius-full);color:var(--neutral-0);cursor:pointer;display:flex;font:inherit;padding:var(--spacing-1)}.re-header__language-current:focus-visible{outline:2px solid var(--neutral-0);outline-offset:2px}.re-header__flag{border-radius:50%;height:30px;object-fit:cover;width:30px}.re-header__arrow-down{height:24px;width:24px}.re-header__language-dropdown{background-color:var(--neutral-800);border-radius:var(--radius-sm);bottom:100%;box-shadow:var(--shadow-lg);left:50%;margin-top:var(--spacing-2);min-width:170px;opacity:0;position:absolute;transform:translate(-50%,-10px);transition:all var(--transition-fast);visibility:hidden;z-index:100}.re-header__language.is-open .re-header__language-dropdown,.re-header__language:focus-within .re-header__language-dropdown,.re-header__language:hover .re-header__language-dropdown{opacity:1;transform:translate(-50%);visibility:visible}.re-header__language-option{align-items:center;color:var(--neutral-0)!important;display:flex;font-size:var(--text-sm);gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-3);transition:background-color var(--transition-fast)}.re-header__language-option:hover{background-color:var(--neutral-600)!important;border-radius:var(--radius-sm)!important;color:var(--neutral-0)!important}.re-header__language-option img{border-radius:50%;height:24px;object-fit:cover;width:24px}