.cards-module__badge{display:inline-flex;margin-bottom:12px}.cards-module__title{margin:0 0 16px}.cards-module__lead{color:var(--ax-text-muted);font-family:var(--font-body);font-size:16px;line-height:1.65;margin:0 0 40px}.cards-module__lead--dark{color:hsla(0,0%,100%,.65)}.cards-module__title:last-child{margin-bottom:40px}.cards-grid{display:grid;gap:18px}.cards-grid--2{grid-template-columns:repeat(2,1fr)}.cards-grid--3{grid-template-columns:repeat(3,1fr)}.cards-grid--4{grid-template-columns:repeat(4,1fr)}.content-card{background:#fff;border:1px solid rgba(24,6,54,.08);border-radius:20px;box-shadow:0 2px 10px rgba(24,6,54,.05);display:flex;flex-direction:column;overflow:hidden;padding:26px;transition:transform .25s cubic-bezier(.34,1.4,.5,1),box-shadow .25s ease}.content-card:hover{box-shadow:0 14px 32px rgba(24,6,54,.12);transform:translateY(-4px)}.content-card--dark{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1);box-shadow:none}.content-card--dark .content-card__title{color:#fff}.content-card--dark .content-card__text{color:hsla(0,0%,100%,.65)}.content-card--dark .content-card__badge{color:hsla(0,0%,100%,.5)}.content-card__image{height:180px;margin:-26px -26px 20px;overflow:hidden;width:calc(100% + 52px)}.content-card__image img{display:block;height:100%;object-fit:cover;width:100%}.content-card__icon{align-items:center;background:color-mix(in srgb,var(--icon-color) 12%,transparent);border-radius:14px;color:var(--icon-color);display:flex;height:52px;justify-content:center;margin-bottom:20px;width:52px}.content-card__icon svg{color:var(--icon-color)!important;fill:var(--icon-color)!important;height:24px;width:24px}.content-card__badge{color:var(--ax-text-muted);font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.04em;margin-bottom:8px;text-transform:uppercase}.content-card__title{color:var(--ax-deep);font-family:var(--font-title);font-size:18px;font-weight:800;line-height:1.25;margin:0 0 8px}.content-card__text{color:var(--ax-text-muted);font-family:var(--font-body);font-size:15px;line-height:1.6;margin:0}.content-card__text p{margin:0}.content-card__text p+p{margin-top:8px}.content-card__button{align-items:center;align-self:flex-start;background:color-mix(in srgb,var(--button-color) 10%,transparent);border:none;border-radius:999px;color:var(--button-color);display:inline-flex;font-family:var(--font-body);font-size:14px;font-weight:600;justify-content:center;line-height:1.2;margin-top:20px;padding:10px 18px;text-decoration:none;transition:background .2s ease,transform .2s ease}.content-card__button:hover{background:color-mix(in srgb,var(--button-color) 16%,transparent);color:var(--button-color);text-decoration:none;transform:translateY(-1px)}@media (max-width:1080px){.cards-grid--3,.cards-grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.cards-grid--2,.cards-grid--3,.cards-grid--4{grid-template-columns:1fr}}.content-card__meta{font-size:13px;letter-spacing:.02em;margin:0 0 8px;opacity:.65;text-transform:uppercase}.content-card__list{list-style:none;margin:12px 0 0;padding:0 0 0 18px}.content-card__list li{font-size:15px;line-height:1.5;margin:0 0 6px;position:relative}.content-card__list li:before{background:currentColor;border-radius:50%;content:"";height:6px;left:-18px;opacity:.45;position:absolute;top:.55em;width:6px}.content-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.content-card__tag{border:1px solid;border-radius:999px;font-size:12px;line-height:1;opacity:.6;padding:5px 9px}