.ImageWithVideo{grid-template-areas:"main";width:100%;height:100%;display:grid;overflow:hidden}.ImageWithVideo.is-editMode .ImageWithVideo__video{-webkit-clip-path:polygon(100% 0,0% 100%,100% 100%);clip-path:polygon(100% 0,0% 100%,100% 100%)}.ImageWithVideo__picture{grid-area:main;overflow:hidden}.ImageWithVideo__video{z-index:1;object-fit:cover;grid-area:main;width:100%;height:100%;max-height:100%;overflow:hidden}.PromoCard{--PromoCard-background-color:#fff;--PromoCard-gradient:linear-gradient(to bottom,rgba(255,255,255,.6) 0%,transparent 40%);grid-template-areas:"main";display:grid}@media screen and (min-width:670px){.PromoCard{width:calc(50% - 12px)}}.PromoCard.is-alternative-mode{--PromoCard-background-color:#000;--PromoCard-gradient:linear-gradient(to bottom,rgba(0,0,0,.6) 0%,transparent 40%);background-color:var(--PromoCard-background-color);color:#fff}.PromoCard__flow{z-index:2;background-image:var(--PromoCard-gradient);flex-direction:column;grid-area:main;gap:24px;padding:24px;display:flex}@media screen and (min-width:670px){.PromoCard__flow{padding:24px 40px}}@media screen and (min-width:1024px){.PromoCard__flow{padding:24px 80px}}@media screen and (min-width:1280px){.PromoCard__flow{padding:48px 56px}}.PromoCard__pinned{aspect-ratio:1;grid-area:main}.PromoCard__texts{text-align:center;flex-direction:column;gap:8px;display:flex}.PromoCard__title{font-family:NouvelR\, sans-serif;font-size:2.4rem;font-weight:700;line-height:.95}@media screen and (min-width:1280px){.PromoCard__title{font-size:4rem}}.PromoCard__desc{font-family:NouvelR\, sans-serif;font-size:1.2rem;font-weight:700;line-height:1.4}@media screen and (min-width:1280px){.PromoCard__desc{font-size:1.6rem}}.PromoCard__ctas{gap:8px;margin-left:auto;margin-right:auto;display:flex}