.smallcards{--admiral:#000037;--teal:#00445d;--aqua:#32bcad;--orange:#ef820f;--line:#bbbdc0;--paper:#f6f8f8;--copy:#4c4c4e;--gray:#808284;--white:#fff;background:var(--smallcards-bg,var(--admiral));font-family:Montserrat,Century Gothic,Arial,sans-serif;letter-spacing:0;padding:80px 0}.smallcards,.smallcards *{box-sizing:border-box}.smallcards :where(h1,h2,h3,p){margin:0}.smallcards :where(a){font-family:inherit;letter-spacing:0}.smallcards-frame{margin:0 auto;max-width:1280px;padding:0 32px}.smallcards-head{margin-bottom:36px;max-width:760px}.smallcards-kicker{color:var(--smallcards-kicker,var(--aqua));font-size:11px;font-weight:900;margin-bottom:14px;text-transform:uppercase}.smallcards-h2{color:var(--smallcards-heading,var(--white));font-size:38px;font-weight:600;line-height:1.06;text-transform:uppercase}.smallcards-intro{font-size:15px;line-height:1.55;margin-top:16px}.smallcards-grid{display:grid;gap:16px;grid-template-columns:repeat(var(--smallcards-cols,3),minmax(0,1fr))}.smallcards-card{background:var(--smallcards-card-bg);border:1px solid var(--smallcards-card-border);border-left:3px solid var(--smallcards-accent,var(--orange));display:flex;flex-direction:column;gap:12px;min-height:200px;padding:22px 22px 24px;position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.smallcards-card:before{background:var(--smallcards-accent,var(--orange));content:"";height:3px;inset:0 0 auto 0;position:absolute;transform:scaleX(0);transform-origin:left center;transition:transform .25s ease}.smallcards-card.is-linked:focus-within,.smallcards-card.is-linked:hover{border-color:var(--smallcards-card-border-hover);box-shadow:var(--smallcards-card-shadow);transform:translateY(-3px)}.smallcards-card.is-linked:focus-within:before,.smallcards-card.is-linked:hover:before{transform:scaleX(1)}.smallcards-tag{align-self:flex-start;background:var(--smallcards-tag-bg);border:1px solid var(--smallcards-tag-border);color:var(--smallcards-tag-color);font-size:10px;font-weight:800;line-height:1;padding:5px 9px;text-transform:uppercase}.smallcards-title{color:var(--smallcards-title);display:-webkit-box;font-size:18px;font-weight:700;-webkit-line-clamp:3;line-height:1.25;-webkit-box-orient:vertical;overflow:hidden}.smallcards-title .smallcards-link{color:inherit;text-decoration:none}.smallcards-card.is-linked .smallcards-link:after{content:"";inset:0;position:absolute}.smallcards-card.is-linked .smallcards-link:focus-visible{outline:none}.smallcards-card.is-linked:focus-within{outline:2px solid var(--smallcards-accent,var(--orange));outline-offset:2px}.smallcards-excerpt{color:var(--smallcards-excerpt);display:-webkit-box;font-size:14px;-webkit-line-clamp:4;line-height:1.5;-webkit-box-orient:vertical;overflow:hidden}.smallcards-foot{align-items:baseline;display:flex;gap:12px;justify-content:space-between;margin-top:auto;padding-top:4px}.smallcards-cta{color:var(--smallcards-accent,var(--orange));font-size:11px;font-weight:800;text-transform:uppercase}.smallcards-date{color:var(--smallcards-date-color);font-size:11px;font-weight:700}.smallcards-arrow{display:inline-block;transition:transform .2s ease}.smallcards-card.is-linked:hover .smallcards-arrow{transform:translateX(4px)}.smallcards--theme-dark{--smallcards-card-bg:hsla(0,0%,100%,.05);--smallcards-card-border:hsla(0,0%,100%,.14);--smallcards-card-border-hover:hsla(0,0%,100%,.28);--smallcards-card-shadow:0 18px 40px rgba(0,0,20,.32);--smallcards-title:var(--white);--smallcards-excerpt:hsla(0,0%,100%,.72);--smallcards-tag-color:hsla(0,0%,100%,.78);--smallcards-tag-border:hsla(0,0%,100%,.22);--smallcards-tag-bg:hsla(0,0%,100%,.06);--smallcards-date-color:hsla(0,0%,100%,.5)}.smallcards--theme-dark .smallcards-intro{color:hsla(0,0%,100%,.82)}.smallcards--theme-light{--smallcards-card-bg:var(--white);--smallcards-card-border:var(--line);--smallcards-card-border-hover:var(--smallcards-accent,var(--orange));--smallcards-card-shadow:0 14px 32px rgba(0,0,55,.1);--smallcards-title:var(--admiral);--smallcards-excerpt:var(--gray);--smallcards-tag-color:var(--teal);--smallcards-tag-border:rgba(0,0,55,.12);--smallcards-tag-bg:rgba(0,0,55,.03);--smallcards-date-color:var(--gray)}.smallcards--theme-light .smallcards-intro{color:var(--gray)}@media (max-width:960px){.smallcards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.smallcards-h2{font-size:30px}}@media (max-width:768px){.smallcards{padding:56px 0}.smallcards-frame{padding:0 20px}}@media (max-width:560px){.smallcards-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.smallcards-arrow,.smallcards-card,.smallcards-card:before{transition:none}}