:root{--editorial-video-block__play-button-background: var(--color-white);--editorial-video-block__play-button-color: var(--color-black);--editorial-video-block__play-button-size: 50px;--editorial-video-block__video-border-radius: var(--block-border-radius, 0)}.editorial-video-block{container-type:inline-size}@container (width >= 600px){.editorial-video-block[data-editorial-video-text-placement=left] .editorial-video-block__container .editorial-video-block__info{grid-column:1/span 6}.editorial-video-block[data-editorial-video-text-placement=left] .editorial-video-block__container .editorial-video-block__video{grid-column:7/span 6}}@container (width >= 768px){.editorial-video-block[data-editorial-video-text-placement=left] .editorial-video-block__container .editorial-video-block__info{grid-column:1/span 5}.editorial-video-block[data-editorial-video-text-placement=left] .editorial-video-block__container .editorial-video-block__video{grid-column:6/span 7}}.editorial-video-block__container{display:grid;grid-template-columns:repeat(1,1fr);gap:var(--space-16)}@container (width >= 600px){.editorial-video-block__container{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:var(--space-24)}.editorial-video-block__container .editorial-video-block__info{grid-column:7/span 6}.editorial-video-block__container .editorial-video-block__video{grid-column:1/span 6}}@container (width >= 768px){.editorial-video-block__container{gap:var(--space-32)}.editorial-video-block__container .editorial-video-block__info{grid-column:8/span 5}.editorial-video-block__container .editorial-video-block__video{grid-column:1/span 7}}.editorial-video-block__video{width:100%;max-width:100%}.editorial-video-block__video figure{display:block;height:100%}.editorial-video-block__player[aria-hidden=true]{display:none}.editorial-video-block__player:not([aria-hidden=true])~.editorial-video-block__poster{display:none}iframe.editorial-video-block__player,.editorial-video-block__poster{border:none;border-radius:var(--editorial-video-block__video-border-radius);aspect-ratio:16/9;max-width:100%;height:auto;overflow:hidden}iframe.editorial-video-block__player:not([aria-hidden=true]),.editorial-video-block__poster:not([aria-hidden=true]){display:block}.editorial-video-block__poster{display:block;position:relative}.editorial-video-block__poster figure{width:100%;height:100%}.editorial-video-block__poster img{width:100%;height:100%;object-fit:cover}.editorial-video-block__play-wrapper{display:flex;position:absolute;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0}.editorial-video-block__play{--focus-outline-color: var(--editorial-video-block__play-button-background);display:flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;border-radius:50%;background:var(--editorial-video-block__play-button-background);padding:.5rem;color:var(--editorial-video-block__play-button-color)}.editorial-video-block__play:before{display:block;position:absolute;top:0;right:0;bottom:0;left:0;content:""}.editorial-video-block__video-caption{margin-top:.5rem}.editorial-video-block__video-caption:before{content:attr(data-prefix);font-weight:700}.editorial-video-block__text{display:flex;flex-direction:column;gap:var(--space-32)}.editorial-video-block__text .editorial-video-block__heading{margin-bottom:0}.editorial-video-block__main-body{color:var(--color-primary);font-size:var(--font-size-body-small)}.editorial-video-block__main-body p{margin-bottom:0}.editorial-video-block__link{display:flex;align-items:center;gap:var(--space-8);min-width:70px;color:var(--color-primary);font-size:var(--font-size-body-small);text-decoration:none}.editorial-video-block__link svg{position:relative;right:2px;transition:right .2s ease-in}.editorial-video-block__link:hover svg{right:-2px}.editorial-video-block__button-link-wrapper{display:flex;flex-direction:column;justify-content:center;gap:var(--space-16)}@media screen and (width >= 37.5rem){.editorial-video-block__button-link-wrapper{flex-direction:row}}
