.cards{--cards-per-row:3;--h-gap:24px;--v-gap:24px;display:flex;flex-wrap:wrap;gap:var(--v-gap) var(--h-gap)}.cards__card{display:flex;flex-direction:column;max-width:100%;width:calc((100% - (var(--cards-per-row) - 1)*var(--h-gap))/var(--cards-per-row))}@media (max-width:1199px){.cards__card{width:calc((100% - var(--h-gap))/2)}}@media (max-width:767px){.cards__card{width:100%}}.card__image{height:auto;margin:0 auto;max-width:100%;padding:.7rem}.card__video{padding:.7rem;width:100%}.card__video .hs-video-widget{max-width:100%;width:100%!important}.card__video iframe,.card__video video{display:block;height:auto;max-width:100%;width:100%}.card__text{flex:1 1 auto;hyphenate-limit-chars:8 4 4;-webkit-hyphens:auto;hyphens:auto;min-width:0;overflow-wrap:break-word;padding:0 .7rem;width:100%;word-break:normal}.card__text h1,.card__text h2,.card__text h3,.card__text h4,.card__text h5,.card__text h6{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;text-wrap:balance;word-break:normal}.card__text li,.card__text p{text-wrap:pretty}.card__button{min-width:0;padding:0 .7rem;width:100%}