.cards__card{border-radius:0 0 5rem;box-shadow:0 26px 58px 0 rgba(0,0,0,.22),0 5px 14px 0 rgba(0,0,0,.18);display:flex;flex-direction:column}.cards__upper-background{height:calc(var(--paddingTop, 100px) + 160px);margin-bottom:-160px;margin-top:calc(var(--paddingTop, 100px)*-1)}.cards__container{gap:2.5rem}.cards__card__image{align-items:stretch;display:flex;height:160px;position:relative;width:100%}.cards__card__title{margin-bottom:0}.cards__card__title a{--font-linkColor:var(--font-bodyColor)}.cards__card__image--source{align-items:center;width:auto}.cards__card__image:before{content:"";margin-left:-1px;width:1px}.cards__card__image--16by9:before{padding-bottom:56.25%}.cards__card__image--3by2:before{padding-bottom:66.66667%}.cards__card__image--4by3:before{padding-bottom:75%}.cards__card__image--1by1:before{padding-bottom:100%}.cards__card__image--2by3:before{padding-bottom:150%}.cards__card__img{bottom:0;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;right:0;top:0;width:100%}.cards__card__img--source{height:auto;position:static;width:auto}.cards__card__img--full-width{position:static}.cards__card__container{display:grid;gap:2rem;grid-template-columns:repeat(1,minmax(0,100%))}.cards__card__arrow,.cards__card__container{padding:2rem}.cards__card__arrow{align-items:center;color:var(--color-primary);display:flex;font-weight:600;line-height:1;margin-top:auto;text-align:left}.cards__card__text{font-size:1.6rem;line-height:1.4}.cards__card__text p:last-child{margin-bottom:0}@media only screen and (min-width:769px) and (max-width:1080px){.cards__container.grid-row--3,.cards__container.grid-row--4{grid-template-columns:repeat(2,minmax(0,50%))}}@media only screen and (max-width:768px){.cards__container{width:90%}}