.legal-links{display:grid}@media only screen and (max-width:767px){.legal-links{grid-template-columns:repeat(2,auto);gap:12px}}@media only screen and (min-width:768px)and (max-width:1140px){.legal-links{grid-template-columns:repeat(4,auto);column-gap:24px}}@media only screen and (min-width:1141px){.legal-links{grid-template-columns:repeat(4,auto);column-gap:24px}}.legal-links-link{text-decoration:none;font-size:12px;color:#868889}.legal-links-link:hover{text-decoration:underline}
