.report-card{--report-background-color:var(--cutout-color);max-width:calc(3 * var(--min-img-height));display:flex;flex-direction:column}.report-card a,.report-card a:hover,.report-card a:visited{color:var(--report-text-color);display:flex;text-decoration:none;flex-direction:row-reverse;flex-flow:column-reverse;max-height:500px;width:100%}.report-card .top-text{flex-direction:column;color:var(--report-text-color);height:calc(var(--cutout-size) - 20px);overflow:hidden}.report-card .top-text :first-child{margin-top:0}.report-card .cta{background-color:var(--cta-background-color);color:var(--cta-text-color);padding:18px 20px 18px 20px;display:flex;align-self:flex-end;width:auto}.report-card .cta:hover{width:auto}.report-card .cta h4{margin-bottom:0}.report-card .cta img{margin-right:10px}.report-card .text-wrapper{background-color:var(--report-background-color);display:block;flex-grow:1;justify-content:space-between;flex-direction:column;padding:20px;max-height:calc(var(--min-img-height) - 20px - 20px);width:calc(100% - 40px)}.report-card .text-wrapper .top-text{display:none}.report-card .text-wrapper .report-title{color:var(--report-text-color);margin:0}.report-card .image-wrapper{padding:0;min-width:100%;max-width:100%;display:flex;flex-wrap:wrap;overflow:hidden;height:75%;min-height:var(--min-img-height)}.report-card .image-wrapper .blocker{min-width:100%;width:100%;min-height:100%;height:100%;object-fit:cover}.report-card .image-wrapper .blocker:not(:first-of-type){display:none}.report-card .image-wrapper .top-text{color:var(--report-text-color);background-color:var(--report-background-color);padding:17px 20px 0 20px;width:calc(100% - var(--cutout-size) - 20px - 20px);bottom:0;left:0;height:auto}.report-card .image-wrapper .cutout:not(.color-block){right:0;top:0}.report-card .image-wrapper .cta{display:none}@media(min-width:768px){.report-card a,.report-card a:hover,.report-card a:visited{overflow:hidden;flex-direction:row;flex-flow:nowrap;width:100%}.report-card a .cta,.report-card a:hover .cta,.report-card a:visited .cta{display:none}.report-card a .report-title,.report-card a:hover .report-title,.report-card a:visited .report-title{position:absolute;max-height:calc(100% - var(--cutout-size) - 20px - 20px);bottom:10px;width:calc(100% + var(--cutout-size) - 20px - 20px);z-index:1;overflow:hidden;padding-bottom:10px}.report-card a .text-wrapper,.report-card a:hover .text-wrapper,.report-card a:visited .text-wrapper{position:relative;padding:20px 0 20px 20px}.report-card a .text-wrapper .top-text,.report-card a:hover .text-wrapper .top-text,.report-card a:visited .text-wrapper .top-text{display:flex;padding-right:20px}.report-card a .image-wrapper,.report-card a:hover .image-wrapper,.report-card a:visited .image-wrapper{min-width:calc(50% + var(--cutout-size));max-width:80%;height:unset}.report-card a .image-wrapper .cutout:not(.cta),.report-card a:hover .image-wrapper .cutout:not(.cta),.report-card a:visited .image-wrapper .cutout:not(.cta){width:calc(var(--cutout-size));height:calc(var(--cutout-size))}.report-card a .image-wrapper .cutout.top-text,.report-card a:hover .image-wrapper .cutout.top-text,.report-card a:visited .image-wrapper .cutout.top-text{display:none}.report-card a .image-wrapper .cutout.color-block:not(.cta),.report-card a:hover .image-wrapper .cutout.color-block:not(.cta),.report-card a:visited .image-wrapper .cutout.color-block:not(.cta){background-color:var(--report-background-color);bottom:0;left:0;top:unset;height:calc(100% - var(--cutout-size))}.report-card a .image-wrapper .cutout.cta,.report-card a:hover .image-wrapper .cutout.cta,.report-card a:visited .image-wrapper .cutout.cta{display:flex;bottom:0;right:0;padding:20px}}