:root{--hero-slide-block-spacing: calc(24px + ((100vw - 320px) / ((768 - 320) / (32 - 24))))}@media(min-width: 768px)and (max-width: 1279.98px){:root{--hero-slide-block-spacing: calc(32px + ((100vw - 768px) / ((1280 - 768) / (40 - 32))))}}@media(min-width: 1280px){:root{--hero-slide-block-spacing: 40px}}.hero-slide{display:grid;grid-template-columns:[image-start] var(--inline-spacing) [content-start] minmax(0, 1fr) [content-end] var(--inline-spacing) [image-end];grid-template-rows:[image-start] var(--hero-slide-block-spacing) [content-start] minmax(0, 1fr) [content-end] var(--hero-slide-block-spacing) [image-end];width:100%;height:100%}.hero-slide__image,.hero-slide__video{grid-area:image;width:100%}.hero-slide__image--show-gradient::before,.hero-slide__image--show-gradient::after{content:"";position:absolute;left:0;width:100%}.hero-slide__image--show-gradient::before{top:0;height:50%;max-height:260px;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(transparent));background:linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%)}.hero-slide__image--show-gradient::after{bottom:0;height:50%;max-height:398px;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(transparent));background:linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%)}.hero-slide__inner{color:#fff;grid-area:content;place-self:end center;z-index:2}.hero-slide__inner .wysiwyg{width:min(100%,768px)}.hero-slide__inner *{color:inherit}.hero-slide__heading{-webkit-margin-after:14px;margin-block-end:14px}@media(min-width: 1280px){.hero-slide__heading{-webkit-margin-after:20px;margin-block-end:20px}}.hero-slide .basic-video__control{inset:24px auto auto 24px}