.hero-cards{background-color:transparent}.hero-cards__header{margin-bottom:48px;margin-left:auto;margin-right:auto;max-width:var(--max-content-width);padding:0;text-align:center}.hero-cards__title{color:#000;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:16px}.hero-cards__title>*{margin:0}.hero-cards__subtitle{color:var(--grey-dark);font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:800px}.hero-cards__subtitle>*{margin:0}.hero-cards__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:var(--max-content-width);padding:0}@media (max-width:767px){.hero-cards__grid,.hero-cards__header{padding:0 20px}}@media (min-width:641px){.hero-cards__grid{grid-template-columns:repeat(2,1fr)}}.hero-cards__card{background:#fff;border-radius:var(--border-radius-lg);color:inherit;display:flex;flex-direction:column;height:100%;min-height:400px;padding:20px;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}a.hero-cards__card--normal{cursor:pointer}a.hero-cards__card--normal:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-4px)}.hero-cards__card--link{align-items:center;cursor:pointer;display:flex;justify-content:center;text-decoration:none;transition:transform .3s ease,opacity .3s ease}.hero-cards__card--link:hover{opacity:.9;transform:translateY(-4px)}.hero-cards__icon{align-items:center;background-color:#e8f4e0;border-radius:50%;display:flex;height:64px;justify-content:center;margin-bottom:24px;overflow:hidden;width:64px}.hero-cards__icon img{display:block;height:100%;object-fit:contain;width:100%}.hero-cards__card-title{color:#000;font-size:26px;font-weight:600;line-height:1.3;margin-bottom:12px}.hero-cards__card-title>*{margin:0}.hero-cards__description{color:var(--grey-dark);flex-grow:1;font-size:18px;line-height:1.6;margin-bottom:20px}.hero-cards__description>p{color:inherit;font-size:inherit;line-height:inherit}.hero-cards__read-more-wrapper{margin-top:auto}.hero-cards__read-more{color:#000;display:inline-block;font-size:18px;font-weight:500;text-decoration:none;transition:color .3s ease}.hero-cards__read-more:hover{color:var(--green-dark);text-decoration:none}.hero-cards__link-text,.hero-cards__link-text>p{color:#000;font-size:18px;font-weight:600;text-align:center}.hero-cards__link-text:hover{color:#000;cursor:pointer;text-decoration:underline}@media (max-width:1024px){.hero-cards__title{font-size:2rem}.hero-cards__card-title{font-size:21px}}@media (max-width:640px){.hero-cards__title{font-size:1.75rem}.hero-cards__card-title{font-size:18px}.hero-cards__icon{height:56px;width:56px}.hero-cards__card{padding:24px 20px}}