.anchor-cards .container{display:flex;flex-wrap:wrap;gap:22px;justify-content:center}.anchor-cards .anchor-card{align-self:stretch;border-radius:20px;color:#fff;display:flex;flex:1 1 302px;flex-direction:column;font-family:ShellHeavy;font-size:28px;font-style:normal;font-weight:600;gap:21px;letter-spacing:-.56px;line-height:140%;padding:41px 32px;text-decoration:none;transition:background .2s ease-in-out}.anchor-cards .anchor-card[data-theme=blue]{background:var(--Secondary-Night-Main,#336094)}.anchor-cards .anchor-card[data-theme=blue]:hover{background:#204b7a}.anchor-cards .anchor-card[data-theme=green]{background:var(--Secondary-Forest-Main,#008557)}.anchor-cards .anchor-card[data-theme=green]:hover{background:var(--Secondary-Forest-700,#005531)}.anchor-cards .anchor-card[data-theme=purple]{background:var(--Secondary-Berry-Main,#86207c)}.anchor-cards .anchor-card[data-theme=purple]:hover{background:var(--Secondary-Berry-800,#63005c)}.anchor-cards .anchor-card[data-theme=red]{background:var(--Secondary-Sunset-Main,#d54410)}.anchor-cards .anchor-card[data-theme=red]:hover{background:var(--Secondary-Sunset-600,#b72d00)}.anchor-card svg{flex:unset;margin-top:auto}@media (max-width:991px){.anchor-cards .anchor-card{font-size:20px}}