.homepage__news .card-grid__content{grid-gap:min(1 / 26 * 100vw, 60px);grid-template-columns:5fr 3fr;grid-template-areas:"one two""one three"}.homepage__news .card:first-child{grid-area:one;align-self:start;position:sticky;top:12rem}.homepage__news .card:nth-child(2){grid-area:two}.homepage__news .card:nth-child(2) .card__intro{display:none}.homepage__news .card:nth-child(3){grid-area:three;max-width:39rem}.homepage__news .card:nth-child(3) .card__intro{display:none}@media only screen and (width<=768px){.homepage__news .card:first-child .card__intro{display:none}.homepage__themes .card-grid__content{scroll-snap-type:x mandatory;scrollbar-width:none;align-items:start;gap:2rem;display:flex;overflow-x:scroll}.homepage__themes .card-grid__content::-webkit-scrollbar{display:none}.homepage__themes .card-cover{scroll-snap-align:center;aspect-ratio:unset;flex:0 0 80%}.homepage__themes .card-cover:first-child{margin-left:2rem}.homepage__themes .card-cover:last-child{margin-right:2rem}}
