.home-category{margin-top:48px;margin-bottom:48px}
.home-category-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#004aad;color:#fff;border-left:6px solid #e950a0;padding:14px 20px;margin-bottom:28px;min-height:66px}
.home-category-bar h2{margin:0;font-size:clamp(22px,3vw,32px);font-weight:800}
.home-category-bar a,.home-card h3 a{color:inherit;text-decoration:none}
.home-category-bar h2 a:hover{color:#ffd5ea}.home-card h3 a:hover{color:#004aad}
.home-news-grid{display:grid;gap:30px}
.home-grid-featured{grid-template-columns:minmax(0,2fr) repeat(2,minmax(0,1fr));align-items:stretch}
.home-grid-featured>:first-child{grid-row:span 2}
.home-grid-equal{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-card{min-width:0}
.home-card-image{display:block}
.home-card-image img{width:100%;aspect-ratio:16/9;object-fit:cover}
.home-card h3{font-size:21px;font-weight:700;line-height:1.25;margin:12px 0 8px}
.home-card p{font-size:14px;color:#365a87;margin:0}
.home-author{color:#e950a0;font-weight:700;text-decoration:none}.home-author:hover,.home-author:focus-visible{color:#e950a0;text-decoration:underline}
.home-grid-featured>.home-card:first-child{display:flex;flex-direction:column;min-height:0;overflow:hidden}
.home-grid-featured>.home-card:first-child .home-card-copy{order:-1;background:#fff0f7;padding:16px 18px}
.home-grid-featured>.home-card:first-child h3{font-size:clamp(24px,2.4vw,32px);margin-top:0}
.home-grid-featured>.home-card:first-child .home-card-image{flex:1;min-height:0}
.home-grid-featured>.home-card:first-child img{height:100%;min-height:0;aspect-ratio:auto}
.home-ad{display:block;text-align:center}
.home-ad img{display:block;max-width:100%;height:auto;margin:auto}
.home-ad-logo{flex:0 1 150px}
.home-ad-logo img{max-height:48px;width:auto}
.home-ad-cell{display:flex;flex-direction:column;justify-content:center;min-width:0;background:#edf5ff;padding:12px}
.home-ad-cell>span{font-size:10px;text-transform:uppercase;letter-spacing:2px;text-align:center;color:#365a87;margin-bottom:8px}
.home-ad-bottom{margin:28px auto 0;max-width:100%}
.home-ad-bottom img{max-height:160px;object-fit:contain}
.home-mosquita{padding:24px 12px}
.home-mosquita img{max-height:180px;width:auto}
@media(max-width:991px){.home-grid-featured{grid-template-columns:repeat(2,minmax(0,1fr))}.home-grid-featured>:first-child{grid-column:span 2;grid-row:auto}.home-grid-featured>.home-card:first-child img{max-height:440px}.home-grid-equal{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575px){.home-news-grid{grid-template-columns:1fr;gap:26px}.home-grid-featured>:first-child{grid-column:auto}.home-category{margin-top:32px;margin-bottom:32px}.home-category-bar{gap:12px;padding:12px}.home-ad-logo{flex-basis:100px}.home-card h3{font-size:22px}.home-empty{display:none}}

.home-grid-list{grid-template-columns:1fr;gap:22px}
.home-grid-list>.home-card{display:grid;grid-template-columns:minmax(150px,30%) 1fr;gap:24px;align-items:center;border-bottom:1px solid #c9def7;padding-bottom:22px}
.home-grid-list .home-card h3{font-size:clamp(21px,2.2vw,30px);margin-top:0}
.home-grid-list>.home-ad-cell{min-height:160px}
.home-grid-list>.home-ad-cell img{max-height:220px;object-fit:contain}
.home-ad-logo{background:#fff;border-radius:4px;padding:4px 8px}
@media(max-width:575px){.home-grid-list>.home-card{grid-template-columns:110px minmax(0,1fr);gap:14px;align-items:start}.home-grid-list .home-card h3{font-size:17px}.home-grid-list .home-card p{font-size:12px}.home-grid-list .home-card-image img{aspect-ratio:1/1}}
.home-card a.home-author{
    color:#e950a0 !important;
}