.VideoControlButton{color:#fff;cursor:pointer;aspect-ratio:1;border:1px solid;border-radius:50%;align-items:center;justify-items:center;width:40px;padding:0;display:grid}.VideoControlButton{border:none;width:64px}.VideoControlButton__icon{fill:#f45000;width:64px}.Skeleton{width:var(--skeleton-default-width);height:var(--skeleton-default-height);aspect-ratio:var(--skeleton-default-aspect-ratio);border-radius:4px;animation:1s linear infinite alternate skeleton-loading}@media screen and (min-width:670px){.Skeleton{width:var(--skeleton-medium-width);height:var(--skeleton-medium-height);aspect-ratio:var(--skeleton-medium-aspect-ratio)}}@media screen and (min-width:1024px){.Skeleton{width:var(--skeleton-large-width);height:var(--skeleton-large-height);aspect-ratio:var(--skeleton-large-aspect-ratio)}}.Skeleton.is-inverted{animation:1s linear infinite alternate skeleton-loading-dark}.Skeleton.is-circle{border-radius:50%}.Skeleton.is-absolute{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes skeleton-loading{0%{background-color:#ebebeb}to{background-color:#f6f6f6}}@keyframes skeleton-loading-dark{0%{background-color:#686868}to{background-color:#303030}}.Youtube{width:100%;height:100%;display:grid;position:relative}.Youtube__overlay{z-index:1;grid-template-areas:"main";width:100%;height:100%;display:grid;position:absolute;overflow:hidden}.Youtube__button,.Youtube__textContent,.Youtube__control{grid-area:main;overflow:hidden}.Youtube__button{padding:0}.Youtube__textContent{display:none}@media screen and (min-width:670px){.Youtube__textContent{z-index:2;color:#fff;pointer-events:none;flex-direction:column;align-self:center;gap:8px;padding:24px;display:flex}}.Youtube__title{font-family:MBLZ\, sans-serif;font-size:2.4rem;font-weight:400;line-height:1.5}.Youtube__bodycopy{font-family:MBLZ\, sans-serif;font-size:1.4rem;font-weight:400;line-height:1.5}.Youtube__control{align-self:flex-end;justify-self:flex-end;margin:24px}.Youtube__socialCookies{background-color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:32px;height:100%;padding:16px;display:flex}.Youtube__socialCookiesMessage{color:#fff;text-align:center;font-size:1.4rem}.Youtube__socialCookiesCtas{flex-direction:column;justify-content:center;gap:16px;display:flex}@media screen and (min-width:670px){.Youtube__socialCookiesCtas{flex-direction:row}}.Youtube__skeleton{width:100%;height:100%;position:absolute}.Youtube__socialCookies{background-color:#000}.Component28v0.is-contained{height:100%;position:relative}.Component28v0.is-contained .Component28v0__inner{aspect-ratio:unset}.Component28v0__inner{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.Component28v0__player{width:100%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}