.report-card{border-radius:1rem;grid-template-columns:repeat(1,minmax(0,1fr));align-items:stretch;margin:0 0 3rem;display:grid;overflow:hidden}.report-card:last-child{margin-bottom:0}@media (min-width:1024px){.report-card{border-radius:2rem;grid-template-columns:33% 67%}}.report-card-headline{background-color:var(--nca-orange);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}@media (min-width:768px){.report-card-headline{padding:4rem}}.report-card-headline-date{display:block}.report-card-headline-title{margin:1rem 0;display:block}.report-card-headline-population{display:block}.report-card-content{background-color:var(--nca-white);flex-direction:column;gap:2rem;padding:1rem 1rem 3rem;display:flex}@media (min-width:640px){.report-card-content{flex-direction:row;justify-content:space-between;padding:1rem 2rem}}@media (min-width:1400px){.report-card-content{gap:4rem;padding:2rem 4rem}}.report-card-content-image{align-self:center}.report-card-content-image img{width:auto;max-height:248px}@media (min-width:640px){.report-card-content-image{flex:0 0 225px}.report-card-content-image img{width:auto;max-height:320px}}.report-card-content-text{flex-direction:column;justify-content:center;align-self:center;align-items:center;display:flex}@media (min-width:640px){.report-card-content-text{align-items:flex-start;width:100%;padding-left:0}}.report-card-checklist{margin-bottom:1rem}.report-card-checklist-item{align-items:center;margin-bottom:.5rem;display:flex}@media (min-width:640px){.report-card-checklist-item{margin-bottom:1rem}}.report-card-checklist-item .svg-container{color:var(--nca-orange);margin-right:.75rem;font-size:40px;font-weight:700}.report-card-checklist-item .research-body{color:var(--nca-black);font-family:var(--font-immortel-infra-g1);text-align:middle;font-size:18px;font-weight:400;line-height:1.1}
.report-cart-list{padding:3rem 2rem}.report-cart-list-items{max-width:1534px;margin:auto}
.resources-page-hero{background-color:var(--nca-green);padding:1rem 1.5rem;position:relative}.resources-page-hero-content{grid-template-columns:1fr;align-items:center;gap:2rem;max-width:100%;margin:0 auto;display:grid}@media (min-width:1024px){.resources-page-hero-content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1440px){.resources-page-hero-content{max-width:98%}}@media (min-width:1534px){.resources-page-hero-content{max-width:1534px}}.resources-page-hero-text{z-index:10;text-align:left;position:relative}.resources-page-hero-title{margin-bottom:1.5rem}.resources-page-hero-subtitle{margin-bottom:2rem}.resources-page-hero-image{justify-content:center;align-self:center;display:flex;position:relative}.resources-page-hero-image img{width:100%;max-width:748px;height:auto}@media (min-width:1024px){.resources-page-hero-image{justify-content:flex-end}.resources-page-hero-image img{max-width:none}}
.nca-resources-page .resources-content{background-color:var(--nca-off-white);min-height:100vh}.nca-resources-page .resources-content .checkbox-icon path{stroke:#fff!important}.nca-resources-page .resources-content .fade-in{animation:.5s ease-in fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
