@media (min-width:768px){.featured-resources{display:flex;flex-wrap:wrap;gap:100px}@media not screen and (min-width:1024px){.featured-resources{gap:50px}}}@media not screen and (min-width:768px){.featured-resources .featured-resource+.featured-resource{margin-top:1.5rem}}.featured-resources .featured-resource__image{aspect-ratio:var(--large-aspect-ratio,3/2);border-radius:var(--radius,var(--large-radius));overflow:hidden}.featured-resources .featured-resource__image img{border-radius:var(--radius,var(--large-radius));height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.featured-resources .featured-resource__title a{background-image:linear-gradient(var(--h4-color),var(--h4-color));background-position:0 100%;background-size:0 3px;transition:background .3s ease}.featured-resources .featured-resource__summary{margin-top:1.5rem}.featured-resources .featured-resource:focus-visible .featured-resource__title a,.featured-resources .featured-resource:hover .featured-resource__title a{background-size:100% 3px;color:var(--h4-color)}.featured-resources__callout{width:calc(55% - 50px)}@media not screen and (min-width:1024px){.featured-resources__callout{width:calc(50% - 25px)}}@media not screen and (min-width:768px){.featured-resources__callout{width:100%}}.featured-resources__callout .featured-resource__body{margin-top:40px}.featured-resources__list{width:calc(45% - 50px)}@media not screen and (min-width:1024px){.featured-resources__list{width:calc(50% - 25px)}}@media not screen and (min-width:768px){.featured-resources__list{margin-top:2rem;width:100%}}.featured-resources__list .eyebrow{color:var(--h3-color);font:var(--h3-font);letter-spacing:var(--h3-letter-spacing);margin-bottom:50px}@media not screen and (min-width:768px){.featured-resources__list .eyebrow{font-size:var(--h3-mobile-size);line-height:var(--h3-mobile-line-height)}}.featured-resources__list .featured-resource{align-items:flex-start;display:flex;gap:30px}.featured-resources__list .featured-resource+.featured-resource{margin-top:40px}.featured-resources__list .featured-resource__tag{display:block;margin-top:-4px;vertical-align:top}.featured-resources__list .featured-resource__image{aspect-ratio:var(--list-aspect-ratio,1/1);border-radius:var(--radius,var(--list-radius));min-width:var(--list-width,60px);width:var(--list-width,60px)}