.footer-container{width:100%;border-block-start:1px solid var(--light-grey-border);display:flex;justify-content:center;align-items:center;height:60px}.footer-container .footer{width:100%;display:flex;justify-content:space-between;align-items:center}.footer-container .footer .BrandName,.footer-container .footer .links-container .links{color:var(--footer-text-color);font-size:14px;text-decoration:none;line-height:normal;font-style:normal;font-weight:700}.footer-container .footer .links-container{display:flex;align-items:end;gap:12px;height:24px}.footer-container .footer .links-container .links{font-weight:400}.footer-container .footer .links-container .divider{border-inline-start:1px solid #000}