.gp-cardsec{margin:0 auto;max-width:1200px;padding:0 20px}.gp-cardsec *,.gp-cardsec :after,.gp-cardsec :before{box-sizing:border-box}.gp-cardsec .gp-cardsec__title{margin-bottom:24px}.gp-cardsec .gp-cardsec__sub{margin-bottom:48px}.gp-cardsec .gp-cardsec__grid{display:grid;gap:32px;grid-template-columns:1fr 1fr}.gp-cardsec .gp-ov-card{aspect-ratio:16/10;border-radius:8px;overflow:hidden;position:relative}.gp-cardsec .gp-ov-card__img{display:block;height:100%;object-fit:cover;transition:transform .15s linear;width:100%;will-change:transform}.gp-cardsec .gp-ov-card__overlay{background:var(--ov-color,#000);inset:0;opacity:var(--ov-opacity,.35);pointer-events:none;position:absolute}.gp-cardsec .gp-ov-card__caption{display:flex;inset:0;padding:32px;pointer-events:none;position:absolute}.gp-cardsec .gp-ov-card__caption-inner{width:100%}.gp-cardsec .gp-ov-card__caption-inner p{margin:0}.gp-cardsec .gp-ov-card__caption-inner *{line-height:1.35;text-shadow:0 2px 8px rgba(0,0,0,.25)}.gp-cardsec .gp-ov-pos-top .gp-ov-card__caption{align-items:flex-start}.gp-cardsec .gp-ov-pos-center .gp-ov-card__caption{align-items:center}.gp-cardsec .gp-ov-pos-bottom .gp-ov-card__caption{align-items:flex-end;padding-bottom:42px}.gp-cardsec .gp-ov-card__credit{bottom:10px;font-size:11px;left:14px;letter-spacing:.2px;line-height:1.3;pointer-events:none;position:absolute;z-index:3}.gp-cardsec .gp-ov-card__credit.is-light{color:hsla(0,0%,100%,.85);text-shadow:0 1px 3px rgba(0,0,0,.45)}.gp-cardsec .gp-ov-card__credit.is-dark{color:rgba(0,0,0,.6)}.gp-cardsec .gp-ov-anim .gp-ov-card{opacity:0;transform:translateY(30px) scale(.96);transition:opacity .8s ease,transform .8s ease}.gp-cardsec .gp-ov-anim .gp-ov-card.is-in-view{opacity:1;transform:translateY(0) scale(1)}.gp-cardsec .gp-ov-anim .gp-ov-card:nth-child(2){transition-delay:.15s}@media (max-width:768px){.gp-cardsec .gp-cardsec__grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.gp-cardsec .gp-ov-card__img{transition:none}.gp-cardsec .gp-ov-anim .gp-ov-card{transition-duration:.01s}}