.cbb-sfi-cards__wrapper{display:grid;gap:1rem;grid-template-columns:1fr;max-width:1140px;width:100%}@media screen and (min-width:560px){.cbb-sfi-cards__wrapper{grid-template-columns:repeat(2,minmax(175px,1fr))}}@media screen and (min-width:992px){.cbb-sfi-cards__wrapper{grid-template-columns:repeat(3,minmax(175px,1fr))}}.cbb-sfi-cards__card{position:relative;display:flex;align-items:flex-end;height:300px;width:100%;background-color:#fff;border-radius:4px;overflow:hidden}.cbb-sfi-cards__card:after{position:absolute;bottom:0;right:0;width:175px;height:175px;transform:translate(50%,50%) rotate(45deg);background-color:hsla(0,0%,100%,.25);content:"";z-index:1;pointer-events:none}.cbb-sfi-cards__card-image img{position:absolute;top:0;width:100%;height:100%;object-fit:cover;object-position:top;z-index:0}.cbb-sfi-cards a{display:inline-block;font-weight:700;color:currentColor;text-decoration:none;max-width:140px;padding:.5rem;transition:color .3s ease-in-out;line-height:1.125}.cbb-sfi-cards a>span{position:relative;z-index:5}.cbb-sfi-cards a:before{position:absolute;bottom:0;left:0;width:300px;height:300px;transform:translate(-50%,50%) rotate(-45deg);background-color:hsla(0,0%,100%,.75);content:"";z-index:2;transition:all .3s ease-in-out;pointer-events:none}.cbb-sfi-cards a:focus,.cbb-sfi-cards a:hover{color:#fff;text-decoration:underline}.cbb-sfi-cards a:focus:before,.cbb-sfi-cards a:hover:before{background-color:rgba(128,0,128,.75);width:325px;height:325px}html[data-text-size=true] .cbb-sfi-cards a:before{width:400px;height:400px}html[data-contrast=true] .cbb-sfi-cards__card{background-color:#000}html[data-contrast=true] .cbb-sfi-cards__card:after{background-color:rgba(0,0,0,.25)}html[data-contrast=true] .cbb-sfi-cards a:before{background-color:rgba(0,0,0,.75)}html[data-contrast=true] .cbb-sfi-cards a:focus,html[data-contrast=true] .cbb-sfi-cards a:hover{color:#000;text-decoration:underline}html[data-contrast=true] .cbb-sfi-cards a:focus:before,html[data-contrast=true] .cbb-sfi-cards a:hover:before{background-color:rgba(255,203,121,.75);width:325px;height:325px}