.card{--backgrounnd-color:#fff;--border-radius:0px;--body-padding:28px;--shadow:0 0 0 0px #dedede,0 0 0 transparent;--shadow-hover:0 0 0 0 #dedede,0px 4px 20px rgba(0,0,0,.2);--image-background-color:rgba(0,0,0,.05);--image-height:56.25%;--image-background-url:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 170'%3E%3Cpath d='M0 169.9V0h220v169.9zM16 154h188V16H16z' style='fill:%23fff'/%3E%3Cpath d='M190 93.9 140 46l-60 58-19-18-31 34.2V140h160z' style='fill:%23fff'/%3E%3Ccircle cx='50' cy='50' r='20' style='fill:%23fff'/%3E%3C/svg%3E")}@media (max-width:758px){.card{--body-padding:20px}}.card{width:100%}.card__wrapper{align-content:stretch;align-items:stretch;background:var(--backgrounnd-color);border:0;border-radius:var(--border-radius);box-shadow:var(--shadow);display:flex;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:flex-start;overflow:hidden;transition:all .2s ease-in-out;width:100%}.card__wrapper--link{color:currentColor;text-decoration:none}.card__wrapper--link:hover{box-shadow:var(--shadow-hover);color:currentColor}.card__header{width:100%}.card__image-wrapper{aspect-ratio:16/9;background:var(--image-background-color) no-repeat center center var(--image-background-url);background-size:25%;width:100%}.card__image{aspect-ratio:16/9;background-color:#fff;object-fit:cover;width:100%}.card__body{padding:var(--body-padding);width:100%}.card__title{font-size:2rem;margin:0;overflow-wrap:break-word;word-wrap:auto;hyphens:auto}.card__footer{line-height:1;margin-top:auto;padding:0 15px 15px;text-align:right}.card__footer-button{display:inline-block;font-weight:500}.card__footer-button:after{background:var(--primary) 6px center no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.322' height='8.68'%3E%3Cpath fill='%23fff' d='m0 0 6.322 4.34L0 8.68Z'/%3E%3C/svg%3E");content:"";display:inline-block;height:18px;margin-left:7px;margin-top:-4px;vertical-align:middle;width:18px}