.card{display:flex;height:100%;flex-direction:column;background-color:#fafafa;color:#142046}.card:hover{box-shadow:0 0 12px #ccc}.card .card__content-wrap{text-align:center;overflow:hidden;padding:16px}@media (min-width:768px){.card .card__content-wrap{padding:24px}}.card.card__content{margin-top:12px;font-weight:400}.card.card__title{font-size:1.2em;font-weight:700}@media (min-width:768px){.card.card__title{min-height:74px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.card .card__image{line-height:0;flex:0 0 auto}.card .card__image-wrap{overflow:hidden}.card .card__image-element{transition:transform .75s ease}.card .card:hover .card__image-element{transform:scale(1.1)}.card__redesign{width:100%;background:#fff;display:flex;height:100%;flex-direction:column;justify-content:flex-start;box-shadow:1px 2px 4px rgba(0,0,0,.10196);border-radius:2px;transition:box-shadow .3s;position:relative}.card__redesign:hover{box-shadow:1px 6px 12px rgba(0,0,0,.10196)}.card__redesign>a{width:100%;text-decoration:none;height:100%;overflow:hidden;display:flex;flex-direction:column;margin-top:0}.card__redesign>a,.card__redesign>a:hover{border-bottom:none;color:inherit}.card__redesign .card__content{display:flex;flex-direction:column}.card__redesign .card__content p{margin-top:0}.card__redesign .card__content-wrap{text-align:left;margin:20px;height:100%;display:flex;flex-direction:column;overflow:hidden}.card__redesign .card__content-wrap a{position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;display:flex;align-items:center}.card__redesign .card__svg{height:80px;min-height:80px;max-height:80px;margin:30px 0 20px;display:flex;justify-content:center}.card__redesign .card__svg svg{height:80px}.card__redesign .card__svg-url{margin:30px 20px 20px}.card__redesign .card__svg-url image{height:100%;width:100%}.card__redesign .card__image,.card__redesign .card__image-element,.card__redesign .card__image-wrap,.card__redesign img{height:130px;max-height:130px}.card__redesign .card__image-element{display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.card__redesign .card__title{flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:768px){.card__redesign .card__title{-webkit-line-clamp:3}}.card__redesign .card__title div.link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.card__normal{height:380px;max-width:325px;width:100%}@media (min-width:1024px){.card__normal{max-width:350px}}.card__normal .card__content-wrap{text-align:left;margin:20px;height:100%;display:flex;flex-direction:column;overflow:hidden}.card__normal .card__title{flex-grow:0;margin-bottom:16px;overflow:unset}.card__normal .card__content{word-break:break-word;overflow:hidden;position:relative;text-overflow:ellipsis;flex-grow:1}.card__normal .card__content p{margin:0}.card__normal .card__content:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:linear-gradient(hsla(0,0%,100%,0) 50%,#fff)}.card__normal .card__image,.card__normal .card__image-element,.card__normal .card__image-wrap,.card__normal img{height:150px;max-height:150px}.card__normal .card__link{margin-top:16px}.arrow__svg{height:12px;transform:rotate(180deg);margin-left:10px;font-size:16px}.card__link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;align-items:center}