.card-grid{display:grid;gap:0;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){.card-grid.grid-columns-2{grid-template-columns:repeat(2,1fr)}.card-grid.grid-columns-2 .card:nth-child(4n+2),.card-grid.grid-columns-2 .card:nth-child(4n+3){background:var(--grey-light)}.card-grid.grid-columns-2 .card:nth-child(4n),.card-grid.grid-columns-2 .card:nth-child(4n+1){background:var(--white)}}@media (min-width:992px){.card-grid.grid-columns-3{grid-template-columns:repeat(3,1fr)}.card-grid.grid-columns-4{grid-template-columns:repeat(4,1fr)}.card-grid.grid-columns-5{grid-template-columns:repeat(5,1fr)}}.card-grid.padding-block-ext .card{padding-block:3rem}.card-grid .card{display:flex;flex-direction:column;overflow:visible;padding:1.75rem 2.5rem}.card-grid .card:nth-child(odd){background:var(--grey)}.card-grid .card:nth-child(2n){background:var(--white)}.card-grid .card .card-header{margin-bottom:1rem}.card-grid .card .card-body{flex-grow:1}.card-grid .card .card-body .preheader{color:var(--purple);display:block;font-size:.875rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.card-grid .card .card-body h4{font-size:1.25rem;font-weight:500;line-height:1.25;margin-bottom:.5rem}.card-grid .card .card-footer{margin-top:auto}.card-grid .card .card-footer .btn-card{align-items:center;color:var(--purple);display:flex;font-size:1.125rem;font-weight:500;text-transform:uppercase}.card-grid .card:hover{background:linear-gradient(45deg,var(--purple),var(--blue))!important;cursor:pointer}.card-grid .card:hover .btn-card,.card-grid .card:hover .preheader,.card-grid .card:hover h4,.card-grid .card:hover p{color:var(--white)}.card-grid .card:hover svg{fill:var(--white);stroke:var(--white);filter:brightness(10)}