.ImageWithVideo{grid-template-areas:"main";width:100%;height:100%;display:grid;overflow:hidden}.ImageWithVideo.is-editMode .ImageWithVideo__video{-webkit-clip-path:polygon(50% 0,100% 0,100% 100%,0% 100%);clip-path:polygon(50% 0,100% 0,100% 100%,0% 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:100vh}.HeroEditorial{grid-template:"main";height:390px;display:grid;position:relative}@media screen and (min-width:670px){.HeroEditorial{height:460px}}@media screen and (min-width:1024px){.HeroEditorial{height:600px}}.HeroEditorial.is-tall{height:600px}.HeroEditorial__mediaWrapper{grid-area:main;height:100%;position:relative;overflow:hidden}.HeroEditorial__media{height:100%}.HeroEditorial__media:before{content:"";z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.5),transparent 50%),linear-gradient(transparent 60%,rgba(0,0,0,.5));width:100%;height:100%;position:absolute;top:0;left:0}.HeroEditorial__overlay{z-index:1;color:#fff;grid-area:main;align-self:end;padding:0 16px 64px;overflow:hidden}@media screen and (min-width:670px){.HeroEditorial__overlay{align-self:start;padding:80px 96px}}.HeroEditorial__overlay.is-black-text .HeroEditorial__title,.HeroEditorial__overlay.is-black-text .HeroEditorial__subtitle{color:#000}.HeroEditorial__strapline{font-family:NouvelR\, sans-serif;font-size:1.6rem;font-weight:400;line-height:1}@media screen and (min-width:1024px){.HeroEditorial__strapline{font-size:1.8rem}}.HeroEditorial__title{font-family:NouvelR\, sans-serif;font-size:4rem;font-weight:700;line-height:.95}@media screen and (min-width:1024px){.HeroEditorial__title{font-size:5.1rem}.HeroEditorial__title2{display:block}}.HeroEditorial__subtitle{margin-top:8px;font-family:NouvelR\, sans-serif;font-size:2rem;font-weight:700;line-height:.95}@media screen and (min-width:1024px){.HeroEditorial__subtitle{font-size:2.5rem}}.HeroEditorial__buttons{flex-wrap:wrap;align-items:flex-start;gap:24px 16px;margin-top:24px;display:flex}