.m-card{border:1px solid #ccc;border-radius:5px;color:#000;display:flex;flex-direction:column;height:100%;position:relative;transition:background-color .2s cubic-bezier(.645, .045, .355, 1),border-color .2s cubic-bezier(.645, .045, .355, 1);width:100%}.m-card--is-clickable{cursor:pointer}.m-card--is-clickable:hover{background-color:#e5f0f9;border-color:#01689b}.m-card--is-clickable:focus-within{outline:1px dashed currentcolor;outline-color:#01689b;outline-offset:2px}.m-card--is-clickable a:focus{outline:0}.m-card--auto-height{height:auto}.m-card__stretched-link::after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.m-card--theme-primary{background-color:#01689b;border:none;color:#fff}.m-card--theme-primary.m-card--is-clickable:hover{background-color:#014263;border-color:#014263}.m-card--theme-primary a,.m-card--theme-primary a:focus-visible,.m-card--theme-primary a:hover,.m-card--theme-primary h2,.m-card--theme-primary h3,.m-card--theme-primary h4{color:#fff}.m-card--content-centered{text-align:center}.m-card__main{display:flex;gap:.5rem;padding:1.5rem}.m-card--icon-above .m-card__main{flex-direction:column}.m-card--content-centered .m-card__main{align-items:center}.m-card__content{display:flex;flex:1 1 auto;flex-direction:column}.m-card__title{color:inherit;font-size:1rem;font-weight:700;line-height:1.25;margin-top:0}.m-card__title>a{color:inherit;text-decoration:none}.m-card__meta{color:#757575;line-height:1.25}.m-card--theme-primary .m-card__meta{color:#fff}.m-card__body{margin-top:.75rem}.m-card__body>:first-child{margin-top:0}.m-card__icon{color:#01689b;order:-1}.m-card--theme-primary .m-card__icon{color:#fff}.m-card__figure{height:0;padding-bottom:calc(1 / 2 * 100%);position:relative;border-radius:5px 5px 0 0;margin:-1px;order:-1;overflow:hidden}.m-card__figure>img{height:100%;left:0;margin:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}
/*# sourceMappingURL=card.css.map */