: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-text-color:var(--color-primary,var(--color-black));--editorial-video-block-link-color:var(--color-primary)}.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{gap:var(--space-16);grid-template-columns:repeat(1,1fr);display:grid}@container (width>=600px){.editorial-video-block__container{gap:var(--space-24);grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}.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{height:100%;display:block}.editorial-video-block__player[aria-hidden=true],.editorial-video-block__player:not([aria-hidden=true])~.editorial-video-block__poster{display:none}iframe.editorial-video-block__player,.editorial-video-block__poster{border-radius:var(--editorial-video-block__video-border-radius);aspect-ratio:16/9;border:none;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{object-fit:cover;width:100%;height:100%}.editorial-video-block__play-wrapper{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.editorial-video-block__play{--focus-outline-width:3px;--focus-outline-offset:3px;appearance:none;cursor:pointer;background:var(--editorial-video-block__play-button-background);color:var(--editorial-video-block__play-button-color);border:none;border-radius:50%;padding:.5rem;display:flex;box-shadow:0 0 12px 12px #00000059}.editorial-video-block__play:before{content:"";display:block;position:absolute;inset:0}.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{gap:var(--space-32);flex-direction:column;display:flex}.editorial-video-block__text .editorial-video-block__heading{margin-top:0;margin-bottom:0}.editorial-video-block__main-body{color:var(--editorial-video-block-text-color);font-size:var(--font-size-body-small)}.editorial-video-block__main-body a:not(.button){color:var(--editorial-video-block-link-color);font-weight:var(--font-weight-semi-bold,bold);text-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, var(--editorial-video-block-link-color) 20%, white 80%);text-decoration-color:color-mix(in srgb, var(--editorial-video-block-link-color) 20%, white 80%);text-underline-offset:.1em}.editorial-video-block__main-body a:not(.button):hover{-webkit-text-decoration-color:inherit;text-decoration-color:inherit}.editorial-video-block__link{align-items:center;gap:var(--space-8);min-width:70px;color:var(--color-primary);font-size:var(--font-size-body-small);display:flex}.editorial-video-block__link svg{transition:right .2s ease-in;position:relative;right:2px}.editorial-video-block__link:not(:hover){text-decoration-line:none}.editorial-video-block__link:hover svg{right:-2px}.editorial-video-block__button-link-wrapper{justify-content:center;gap:var(--space-16);flex-direction:column;display:flex}@media screen and (width>=37.5rem){.editorial-video-block__button-link-wrapper{flex-direction:row}}
