.custom-card{--custom-card-background:#fff;--custom-card-heading:#2a5f47;--custom-card-text:#2a5f47;--custom-card-gap:0.5rem;--custom-card-padding:1.5rem;--custom-card-icon-size:var(--custom-card-padding);--custom-card-icon-radius:var(--radius-subtle);--custom-card-icon-background:#2a5f47;--custom-card-icon-color:#d7f4e2;--custom-card-radius:var(--radius);align-items:flex-start;background-color:#fff;background-color:var(--custom-card-background);border-radius:var(--radius);border-radius:var(--custom-card-radius);color:#2a5f47;color:var(--custom-card-text);display:flex;flex-flow:column nowrap;gap:.5rem;gap:var(--custom-card-gap);height:100%;justify-content:flex-start;overflow:hidden;padding:1.5rem;padding:var(--custom-card-padding);-webkit-text-decoration:none;text-decoration:none;width:100%}@media only screen and (min-width:50rem){.custom-card{--custom-card-gap:1rem;--custom-card-padding:2rem}}.custom-card--type-image{gap:0;padding:0}.custom-card__media{aspect-ratio:38/22;height:auto;width:100%}.custom-card__media-image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.custom-card__icon{align-items:center;background-color:var(--custom-card-icon-background);border-radius:var(--custom-card-icon-radius);display:flex;height:var(--custom-card-icon-size);justify-content:center;width:var(--custom-card-icon-size)}.custom-card__icon-svg{--_icon-width:70%;--_icon-height:70%;color:var(--custom-card-icon-color)}.custom-card__body{align-items:flex-start;display:flex;flex:1 1 auto;flex-flow:column nowrap;gap:var(--custom-card-gap);height:auto;justify-content:flex-start;position:relative;width:100%}.custom-card--type-image .custom-card__body{padding:var(--custom-card-padding)}.custom-card__body-top{align-items:flex-start;display:flex;flex-flow:row nowrap;height:auto;justify-content:space-between;width:100%}.custom-card__body-title{color:var(--custom-card-heading);font-family:General Sans,Helvetica,Arial,Verdana,sans-serif;font-size:1.625rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.52px;line-height:1.95rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}@media only screen and (min-width:64rem){.custom-card__body-title{font-family:General Sans,Helvetica,Arial,Verdana,sans-serif;font-size:1.625rem;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:-.52px;line-height:1.95rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}}.custom-card__body-description{color:var(--custom-card-text);font-family:General Sans,Helvetica,Arial,Verdana,sans-serif;font-size:1rem;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:-.16px;line-height:1.5rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}@media only screen and (min-width:64rem){.custom-card__body-description{font-family:General Sans,Helvetica,Arial,Verdana,sans-serif;font-size:1.125rem;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:-.18px;line-height:1.6875rem;-webkit-text-decoration:none;text-decoration:none;text-indent:0;text-transform:none}}.custom-card__body-description:has(+.custom-card__body-link){margin-bottom:var(--custom-card-gap)}.custom-card__body-link{margin-top:auto}