.custom-link-cards{max-width:var(--page-layout-width);padding-left:var(--page-layot-sides-padding);padding-right:var(--page-layot-sides-padding);margin-left:auto;margin-right:auto}.custom-link-cards__links{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-top:24px;margin-bottom:48px}.custom-link-cards__links.links-per-row-2{grid-template-columns:1fr 1fr}.custom-link-cards__link{border-radius:18px;border:1px solid #ccc;padding:18px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:500;line-height:24px;letter-spacing:.16px}.custom-link-cards__link svg{min-width:36px}.custom-link-cards__link-title{max-width:360px;text-wrap:balance;color:#1e73be;transition:color .1s ease-in-out,background-color .1s ease-in-out}.custom-link-cards__link:active .custom-link-cards__link-title,.custom-link-cards__link:focus .custom-link-cards__link-title,.custom-link-cards__link:hover .custom-link-cards__link-title{color:#000}@media screen and (max-width:676px){.custom-link-cards__links.links-per-row-2{grid-template-columns:1fr}.custom-link-cards__link{justify-content:flex-start}}@media screen and (max-width:350px){.custom-link-cards__link{flex-direction:column;align-items:flex-start}}