.cta-cards-wrapper{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;justify-content:flex-start;width:100%}.cta-cards-wrapper .cta-card{border-radius:10px;cursor:pointer;display:flex;flex-direction:column;max-width:calc(33.33333% - 14px);overflow:hidden;position:relative;transition:.2s ease-in-out;width:100%}.cta-cards-wrapper .cta-card:hover{transform:translateY(-10px)}.cta-cards-wrapper .cta-card .cover-link{height:100%;left:0;position:absolute;top:0;width:100%}.cta-cards-wrapper .cta-card .card-image{background-position:50%;background-repeat:no-repeat;background-size:160%;height:240px;transition:.2s ease-in-out}.cta-cards-wrapper .cta-card:hover .card-image{background-size:180%}.cta-cards-wrapper .cta-card .card-content{background-color:#fff;display:flex;font-size:24px;font-weight:500;justify-content:center;padding:32px 0;transition:.2s ease-in-out}.cta-cards-wrapper .cta-card:hover .card-content{background-color:#472673;color:#fff}@media screen and (max-width:1023px){.cta-cards-wrapper .cta-card{max-width:calc(50% - 14px);width:100%}}@media screen and (max-width:767px){.cta-cards-wrapper{flex-direction:column;gap:24px}.cta-cards-wrapper .cta-card{max-width:none;width:100%}}