@charset "UTF-8";.cards-resources{font-family:Montserrat,sans-serif;width:100%;padding:clamp(3.125rem,4.67vw,5.3125rem) 0;background-color:#fff}.cards-resources__inner{max-width:var(--max-width);margin-inline:auto;padding-inline:clamp(1.25rem,-1.8928571429rem + 6.5476190476vw,4rem)}.cards-resources__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.cards-resources__heading{font-size:clamp(1.75rem,1.1785714286rem + 1.1904761905vw,2.25rem);font-weight:600;line-height:clamp(2.25rem,1.6785714286rem + 1.1904761905vw,2.75rem);letter-spacing:0;color:#333;margin:0}.cards-resources__view-all{font-size:1rem;font-weight:400;line-height:clamp(1.625rem,1.4821428571rem + .2976190476vw,1.75rem);letter-spacing:0;flex-shrink:0;margin-top:.25rem;color:#019be3;text-decoration:none;white-space:nowrap;transition:color .3s ease-in-out}.cards-resources__view-all:after{content:" →"}.cards-resources__view-all:hover,.cards-resources__view-all:focus-visible{color:#f0b95e}.cards-resources__view-all:visited{color:#019be3}.cards-resources__grid{display:grid;grid-template-columns:1fr;align-items:stretch;gap:1.5rem}@media (min-width: 48rem){.cards-resources__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 62rem){.cards-resources__grid{grid-template-columns:repeat(var(--cards-resource-columns, 3),minmax(0,1fr))}}.cards-resources__card{display:flex;flex-direction:column;height:100%;background-color:#fff;border:.0625rem solid #E7E0DA;border-radius:.625rem;padding:1.5rem}.cards-resources__card-body{display:flex;flex-direction:column;align-items:flex-start;flex:1 1 auto;min-height:0;text-align:left}.cards-resources__card-content{display:flex;flex:1 1 auto;flex-direction:column;width:100%;min-height:0}.cards-resources__date{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:0;flex-shrink:0;margin:0 0 1rem;color:gray}.cards-resources__card-link{display:flex;flex-direction:column;align-items:flex-start;flex:1 1 auto;width:100%;min-height:100%;text-decoration:none;color:inherit;transition:color .3s ease-in-out}.cards-resources__card-link:hover .cards-resources__title,.cards-resources__card-link:focus-visible .cards-resources__title{color:#019be3}.cards-resources__card-link:hover .cards-resources__link-text,.cards-resources__card-link:focus-visible .cards-resources__link-text{color:#f0b95e}.cards-resources__title{font-size:clamp(1.125rem,.9821428571rem + .2976190476vw,1.25rem);font-weight:500;line-height:clamp(1.625rem,1.4821428571rem + .2976190476vw,1.75rem);letter-spacing:.04em;width:100%;height:calc(2*clamp(1.625rem,1.4821428571rem + .2976190476vw,1.75rem));flex-shrink:0;margin:0;font-weight:700;color:#333;transition:color .3s ease-in-out}.cards-resources__title-text{font-size:clamp(1.125rem,.9821428571rem + .2976190476vw,1.25rem);font-weight:500;line-height:clamp(1.625rem,1.4821428571rem + .2976190476vw,1.75rem);letter-spacing:.04em;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:calc(2*clamp(1.625rem,1.4821428571rem + .2976190476vw,1.75rem));overflow-wrap:anywhere}.cards-resources__link-text{font-size:1rem;font-weight:400;line-height:clamp(1.625rem,1.4821428571rem + .2976190476vw,1.75rem);letter-spacing:0;flex-shrink:0;margin-top:auto;margin-bottom:1.5rem;color:#019be3;transition:color .3s ease-in-out}.cards-resources__link-text:after{content:" →"}.cards-resources__media{width:100%;flex-shrink:0;aspect-ratio:16/10;margin-top:auto;border-radius:.625rem;overflow:hidden;background-color:#eeeae6}.cards-resources__media--fallback{display:flex;align-items:center;justify-content:center;background-color:#333}.cards-resources__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:.625rem}.cards-resources__image--fallback{width:auto;height:auto;max-width:clamp(6rem,4.2857142857rem + 3.5714285714vw,7.5rem);max-height:clamp(2.25rem,1.3928571429rem + 1.7857142857vw,3rem);object-fit:contain;object-position:center;background-color:transparent}.cards-resources--bg-white{background-color:#fff}.cards-resources--bg-light,.cards-resources--bg-subtle{background-color:#f7f7f7}@media (max-width: 61.98rem){.cards-resources__header{flex-direction:column;align-items:flex-start}.cards-resources__view-all{margin-top:0}}
