@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinnerWrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.spinner{display:block;box-sizing:border-box;margin:12px auto;width:32px;height:32px;border-radius:50%;border:2px solid #eee;border-top-color:#666;-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite}.spinner:not([hidden]){color:#333;font-size:1.6rem}.yt-mini-app-container-view-model{background-color:#000;bottom:env(safe-area-inset-bottom);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;left:env(safe-area-inset-left);position:fixed;right:env(safe-area-inset-right);top:env(safe-area-inset-top);user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;-o-user-select:none}.yt-mini-app-container-view-model--ios-web-view{height:100vh;position:absolute;touch-action:none}.yt-mini-app-container-view-model--desktop{background-color:transparent;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse;padding:0 24px;top:56px;width:100vw}.yt-mini-app-container-view-model--no-top-bar{margin-bottom:60px}.yt-mini-app-container-view-model__content{height:100%;position:relative;width:100%}.yt-mini-app-container-view-model__content--desktop-content{border-radius:12px;overflow:hidden}.yt-mini-app-container-view-model__iframe{border:0;height:100%;width:100%}.yt-mini-app-container-view-model__loading-screen{display:-webkit-box;display:-webkit-flex;display:flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;visibility:visible;opacity:1;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-mini-app-container-view-model__loading-screen--fade-out{visibility:hidden;opacity:0;-webkit-transition:.25s opacity linear,0s visibility .25s;transition:.25s opacity linear,0s visibility .25s}.yt-mini-app-container-view-model__background-base{background-color:#000;height:100%;left:0;position:absolute;top:0;width:100%}.yt-mini-app-container-view-model__background-blur{background-position:center center;background-repeat:no-repeat;background-size:120% 150%;-webkit-filter:blur(200px);filter:blur(200px);height:100%;width:100%}.yt-mini-app-container-view-model__background-scrim{background-color:rgba(0,0,0,0.6);height:100%;left:0;position:absolute;top:0;width:100%}.yt-mini-app-container-view-model__loading-screen-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%}.yt-mini-app-container-view-model__loading-icon{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-mini-app-container-view-model__loading-icon-animation{width:50vw;min-width:160px;max-width:640px;overflow:hidden}@media(min-width:528px) and (max-width:1024px){.yt-mini-app-container-view-model__loading-icon-animation{width:40vw}}@media(min-width:1024px){.yt-mini-app-container-view-model__loading-icon-animation{width:30vw}}.mini-app-splash-screen-view-model-wiz{display:block;height:100%;width:100%}.mini-app-splash-screen-view-model-wiz__loading-screen{height:100%;overflow:hidden;position:relative;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center}.mini-app-splash-screen-view-model-wiz__background-base{background-color:#000;position:absolute;top:0;right:0;bottom:0;left:0}.mini-app-splash-screen-view-model-wiz__background-blur{background-size:120% 150%;-webkit-filter:blur(200px);filter:blur(200px);height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0}.mini-app-splash-screen-view-model-wiz__background-scrim{background-color:rgba(0,0,0,0.6);position:absolute;top:0;right:0;bottom:0;left:0}.mini-app-splash-screen-view-model-wiz__loading-screen-content{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center}.mini-app-splash-screen-view-model-wiz__timeout-message-container{color:#fff;padding:24px;text-align:center;-ms-align-self:flex-end;-webkit-align-self:flex-end;align-self:flex-end;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.mini-app-splash-screen-view-model-wiz__timeout-heading{margin-bottom:6px}@-webkit-keyframes message-fade-in{from{opacity:0}to{opacity:1}}@keyframes message-fade-in{from{opacity:0}to{opacity:1}}.mini-app-splash-screen-view-model-wiz__timeout-message{-webkit-animation:message-fade-in 2s cubic-bezier(.05,0,0,1);animation:message-fade-in 2s cubic-bezier(.05,0,0,1);display:-webkit-box;height:42px;overflow:hidden;opacity:1;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-transition:opacity .4s cubic-bezier(.05,0,0,1);transition:opacity .4s cubic-bezier(.05,0,0,1)}.mini-app-splash-screen-view-model-wiz__timeout-message-fade-out{opacity:0;-webkit-transition:opacity .4s cubic-bezier(.05,0,0,1);transition:opacity .4s cubic-bezier(.05,0,0,1)}.mini-app-splash-screen-view-model-wiz__persistent-error-content{color:#fff;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center}.mini-app-splash-screen-view-model-wiz__persistent-error-message-title{font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700;margin-bottom:4px}@media(max-width:528px){.mini-app-splash-screen-view-model-wiz__persistent-error-message-title{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}}.mini-app-splash-screen-view-model-wiz__persistent-error-message-description{font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.mini-app-splash-screen-view-model-wiz__loading-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center}.mini-app-splash-screen-view-model-wiz__loading-icon-animation{width:50%;min-width:160px;overflow:hidden}@media(min-width:528px) and (max-width:1024px){.mini-app-splash-screen-view-model-wiz__loading-icon-animation{width:40%}}@media(min-width:1024px){.mini-app-splash-screen-view-model-wiz__loading-icon-animation{width:30%}}.lottie-component{display:block}.yt-mini-app-top-bar-view-model{-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#000;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:8px 0;width:100%}.yt-mini-app-top-bar-view-model--mobile{box-sizing:border-box;padding:6px 4px 6px 6px;height:48px}.yt-mini-app-top-bar-view-model__end-buttons{display:-webkit-box;display:-webkit-flex;display:flex}.yt-mini-app-top-bar-view-model--desktop{background-color:transparent;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:12px 0}.yt-core-image{visibility:hidden;display:inline-block;min-height:1px;min-width:1px}.yt-core-image--loaded{visibility:inherit}.yt-core-image--fill-parent-height{height:100%}.yt-core-image--fill-parent-width{width:100%}.yt-core-image--object-position-top-left{object-position:top left}.yt-core-image--object-position-top-right{object-position:top right}.yt-core-image--content-mode-scale-to-fill{object-fit:fill}.yt-core-image--content-mode-scale-aspect-fit{object-fit:contain}.yt-core-image--content-mode-scale-aspect-fill{object-fit:cover}.yt-core-image--content-mode-center{object-fit:none;object-position:center center}.yt-core-image--flip-rtl{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.yt-spec-button-view-model{display:-webkit-box;display:-webkit-flex;display:flex}.yt-spec-button-shape-next{position:relative;margin:0;white-space:nowrap;min-width:0;text-transform:none;font-family:"Roboto","Arial",sans-serif;font-size:14px;font-weight:500;line-height:18px;border:0;cursor:pointer;outline-width:0;box-sizing:border-box;background:0;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center}.yt-spec-button-shape-next__button-shape-class{display:-webkit-box;display:-webkit-flex;display:flex}.yt-spec-button-shape-next__icon{line-height:0;fill:currentColor}.yt-spec-button-shape-next__secondary-icon{line-height:0;fill:currentColor}.yt-spec-button-shape-next--icon-button{-webkit-box-flex:0;-webkit-flex:none;flex:none}.yt-spec-button-shape-next__button-text-content{text-overflow:ellipsis;overflow:hidden}.yt-spec-button-shape-next--size-xs{padding:0 8px;height:24px;font-size:12px;line-height:24px;border-radius:12px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--outline{padding:0 7px;border-width:1px;border-style:solid}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--focused{padding:0 6px;border-width:2px;border-style:solid}.yt-spec-button-shape-next--size-xs .yt-spec-button-shape-next__icon{width:16px;height:16px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--align-by-text{margin-left:-8px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-button{width:24px;padding:0}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--align-by-text{margin-left:-4px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end{padding:0 8px;width:32px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end .yt-spec-button-shape-next__icon{margin-left:-2px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--segmented-start{border-radius:12px 0 0 12px;position:relative}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--segmented-start::after{content:"";background:rgba(0,0,0,0.1);position:absolute;right:0;top:4px;height:16px;width:1px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--segmented-end{border-radius:0 12px 12px 0}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-trailing .yt-spec-button-shape-next__icon{margin-left:2px;margin-right:-2px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-leading .yt-spec-button-shape-next__icon{margin-right:2px;margin-left:-2px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-leading.yt-spec-button-shape-next--align-by-text{margin-left:-6px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__icon{margin-right:2px;margin-left:-2px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__secondary-icon{margin-left:2px;margin-right:-2px}.yt-spec-button-shape-next--size-xs.yt-spec-button-shape-next--icon-leading-trailing.yt-spec-button-shape-next--align-by-text{margin-left:-6px}.yt-spec-button-shape-next--size-s{padding:0 12px;height:32px;font-size:12px;line-height:32px;border-radius:16px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--outline{padding:0 11px;border-width:1px;border-style:solid}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--focused{padding:0 10px;border-width:2px;border-style:solid}.yt-spec-button-shape-next--size-s .yt-spec-button-shape-next__icon{width:16px;height:16px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--align-by-text{margin-left:-12px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-button{width:32px;padding:0}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--align-by-text{margin-left:-8px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end{padding:0 12px;width:44px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end .yt-spec-button-shape-next__icon{margin-left:-4px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--override-small-size-icon .yt-spec-button-shape-next__icon{width:24px;height:24px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--segmented-start{border-radius:16px 0 0 16px;position:relative}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--segmented-start::after{content:"";background:rgba(0,0,0,0.1);position:absolute;right:0;top:8px;height:16px;width:1px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--segmented-end{border-radius:0 16px 16px 0}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-trailing .yt-spec-button-shape-next__icon{margin-left:4px;margin-right:-4px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-leading .yt-spec-button-shape-next__icon{margin-right:4px;margin-left:-4px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-leading.yt-spec-button-shape-next--align-by-text{margin-left:-8px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__icon{margin-right:4px;margin-left:-4px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__secondary-icon{margin-left:4px;margin-right:-4px}.yt-spec-button-shape-next--size-s.yt-spec-button-shape-next--icon-leading-trailing.yt-spec-button-shape-next--align-by-text{margin-left:-8px}.yt-spec-button-shape-next--size-m{padding:0 16px;height:36px;font-size:14px;line-height:36px;border-radius:18px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--outline{padding:0 15px;border-width:1px;border-style:solid}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--focused{padding:0 14px;border-width:2px;border-style:solid}.yt-spec-button-shape-next--size-m .yt-spec-button-shape-next__icon{width:24px;height:24px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--align-by-text{margin-left:-16px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-button{width:36px;padding:0}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--align-by-text{margin-left:-6px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end{padding:0 16px;width:52px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end .yt-spec-button-shape-next__icon{margin-left:-6px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--segmented-start{border-radius:18px 0 0 18px;position:relative}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--segmented-start::after{content:"";background:rgba(0,0,0,0.1);position:absolute;right:0;top:6px;height:24px;width:1px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--segmented-end{border-radius:0 18px 18px 0}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-trailing .yt-spec-button-shape-next__icon{margin-left:6px;margin-right:-6px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-leading .yt-spec-button-shape-next__icon{margin-right:6px;margin-left:-6px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-leading.yt-spec-button-shape-next--align-by-text{margin-left:-10px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__icon{margin-right:6px;margin-left:-6px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__secondary-icon{margin-left:6px;margin-right:-6px}.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--icon-leading-trailing.yt-spec-button-shape-next--align-by-text{margin-left:-10px}.yt-spec-button-shape-next--size-l{padding:0 24px;height:48px;font-size:18px;line-height:48px;border-radius:24px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--outline{padding:0 23px;border-width:1px;border-style:solid}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--focused{padding:0 22px;border-width:2px;border-style:solid}.yt-spec-button-shape-next--size-l .yt-spec-button-shape-next__icon{width:24px;height:24px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--align-by-text{margin-left:-24px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-button{width:48px;padding:0}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--align-by-text{margin-left:-12px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end{padding:0 24px;width:72px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end .yt-spec-button-shape-next__icon{margin-left:-8px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--segmented-start{border-radius:24px 0 0 24px;position:relative}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--segmented-start::after{content:"";background:rgba(0,0,0,0.1);position:absolute;right:0;top:12px;height:24px;width:1px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--segmented-end{border-radius:0 24px 24px 0}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-trailing .yt-spec-button-shape-next__icon{margin-left:8px;margin-right:-8px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-leading .yt-spec-button-shape-next__icon{margin-right:8px;margin-left:-8px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-leading.yt-spec-button-shape-next--align-by-text{margin-left:-16px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__icon{margin-right:8px;margin-left:-8px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__secondary-icon{margin-left:8px;margin-right:-8px}.yt-spec-button-shape-next--size-l.yt-spec-button-shape-next--icon-leading-trailing.yt-spec-button-shape-next--align-by-text{margin-left:-16px}.yt-spec-button-shape-next--size-xl{padding:0 32px;height:56px;font-size:24px;line-height:56px;border-radius:28px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--outline{padding:0 31px;border-width:1px;border-style:solid}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--focused{padding:0 30px;border-width:2px;border-style:solid}.yt-spec-button-shape-next--size-xl .yt-spec-button-shape-next__icon{width:24px;height:24px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--align-by-text{margin-left:-32px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-button{width:56px;padding:0}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--align-by-text{margin-left:-16px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end{padding:0 32px;width:88px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-button.yt-spec-button-shape-next--segmented-end .yt-spec-button-shape-next__icon{margin-left:-12px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--segmented-start{border-radius:28px 0 0 28px;position:relative}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--segmented-start::after{content:"";background:rgba(0,0,0,0.1);position:absolute;right:0;top:16px;height:24px;width:1px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--segmented-end{border-radius:0 28px 28px 0}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-trailing .yt-spec-button-shape-next__icon{margin-left:12px;margin-right:-12px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-leading .yt-spec-button-shape-next__icon{margin-right:12px;margin-left:-12px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-leading.yt-spec-button-shape-next--align-by-text{margin-left:-20px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__icon{margin-right:12px;margin-left:-12px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-leading-trailing .yt-spec-button-shape-next__secondary-icon{margin-left:12px;margin-right:-12px}.yt-spec-button-shape-next--size-xl.yt-spec-button-shape-next--icon-leading-trailing.yt-spec-button-shape-next--align-by-text{margin-left:-20px}.yt-spec-button-shape-next--one-off-custom-text-wrap-container{height:auto;padding-top:8px;padding-bottom:8px}.yt-spec-button-shape-next--one-off-custom-text-wrap-container .yt-spec-button-shape-next__button-text-content{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;overflow:hidden;display:block;max-height:8rem;-webkit-line-clamp:4;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-spec-button-shape-next--disable-text-ellipsis .yt-spec-button-shape-next__button-text-content{text-overflow:clip}.yt-spec-button-shape-next--icon-only-default{min-width:0;border-radius:50%;width:40px;height:40px;padding:0}.yt-spec-button-shape-next--icon-only-default.yt-spec-button-shape-next--align-by-text{margin-left:-8px}.yt-spec-button-shape-next--workaround-icon-no-border-radius{border-radius:unset}.yt-spec-button-shape-next--disabled{cursor:default}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled{color:#fff;background-color:#065fd4}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled:hover{background-color:#0556bf;border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled:hover{background-color:#065fd4}}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline{color:#065fd4;border-color:rgba(0,0,0,0.1)}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline:hover{background-color:#def1ff;border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline:hover{background-color:transparent}}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text{color:#065fd4}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text:hover{background-color:#def1ff;border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text:hover{background-color:transparent}}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--tonal{color:#065fd4;background-color:#def1ff}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--tonal:hover{background-color:#dadfe6;border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--tonal:hover{background-color:#def1ff}}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--focused{color:#065fd4;background-color:unset;border-color:#065fd4}.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--focused:hover{background-color:#def1ff;border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--focused:hover{background-color:unset}}.yt-spec-button-shape-next--call-to-action-inverse.yt-spec-button-shape-next--text{color:#3ea6ff}.yt-spec-button-shape-next--call-to-action-inverse.yt-spec-button-shape-next--text:hover{background-color:#263850;border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--call-to-action-inverse.yt-spec-button-shape-next--text:hover{background-color:transparent}}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled{color:#fff;background-color:#0f0f0f}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled:hover{background-color:#272727;border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled:hover{background-color:#0f0f0f}}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline{color:#0f0f0f;border-color:rgba(0,0,0,0.1)}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline:hover{background-color:rgba(0,0,0,0.1);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline:hover{background-color:transparent}}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text{color:#0f0f0f}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text:hover{background-color:rgba(0,0,0,0.1);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text:hover{background-color:transparent}}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal{color:#0f0f0f;background-color:rgba(0,0,0,0.05)}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal:hover{background-color:rgba(0,0,0,0.1);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal:hover{background-color:rgba(0,0,0,0.05)}}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--focused{color:#0f0f0f;background-color:unset;border-color:#0f0f0f}.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--focused:hover{background-color:rgba(0,0,0,0.1);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--focused:hover{background-color:unset}}.yt-spec-button-shape-next--mono-inverse.yt-spec-button-shape-next--text{color:#fff}.yt-spec-button-shape-next--mono-inverse.yt-spec-button-shape-next--text:hover{background-color:rgba(0,0,0,0.1);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--mono-inverse.yt-spec-button-shape-next--text:hover{background-color:transparent}}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled{color:#212121;background-color:#fff}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled:hover{background-color:#e6e6e6;border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled:hover{background-color:#fff}}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--outline{color:#fff;border-color:rgba(255,255,255,0.3)}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--outline:hover{background-color:rgba(255,255,255,0.1);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--outline:hover{background-color:transparent}}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--text{color:#fff}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--text:hover{background-color:rgba(255,255,255,0.1);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--text:hover{background-color:transparent}}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--tonal{color:#fff;background-color:rgba(255,255,255,0.1)}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--tonal:hover{background-color:rgba(255,255,255,0.2);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--tonal:hover{background-color:rgba(255,255,255,0.1)}}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--focused{color:#fff;background-color:unset;border-color:#fff}.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--focused:hover{background-color:rgba(255,255,255,0.1);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--focused:hover{background-color:unset}}.yt-spec-button-shape-next--overlay-dark.yt-spec-button-shape-next--tonal{color:#fff;background-color:rgba(0,0,0,0.6)}.yt-spec-button-shape-next--overlay-dark.yt-spec-button-shape-next--tonal:hover{background-color:rgba(0,0,0,0.3);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--overlay-dark.yt-spec-button-shape-next--tonal:hover{background-color:rgba(0,0,0,0.6)}}.yt-spec-button-shape-next--overlay-dark.yt-spec-button-shape-next--focused{color:#fff;background-color:unset;border-color:rgba(0,0,0,0.6)}.yt-spec-button-shape-next--overlay-dark.yt-spec-button-shape-next--focused:hover{background-color:rgba(0,0,0,0.3);border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--overlay-dark.yt-spec-button-shape-next--focused:hover{background-color:unset}}.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--filled{color:#909090;background-color:rgba(0,0,0,0.05)}.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--filled:hover{border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--filled:hover{background-color:rgba(0,0,0,0.05)}}.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--outline{color:#909090;border-color:rgba(0,0,0,0.1)}.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--outline:hover{border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--outline:hover{background-color:transparent}}.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--text{color:#909090}.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--text:hover{border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--text:hover{background-color:transparent}}.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--tonal{color:#909090;background-color:rgba(0,0,0,0.05)}.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--tonal:hover{border-color:transparent}@media(hover:none){.yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--tonal:hover{background-color:rgba(0,0,0,0.05)}}.yt-spec-button-shape-with-label{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center}.yt-spec-button-shape-with-label__label{margin:4px -8px 0;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-spec-button-shape-with-label--is-overlay .yt-spec-button-shape-with-label__label{max-width:64px;color:#fff}.yt-spec-touch-feedback-shape{display:inline-block;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0}.yt-spec-touch-feedback-shape__fill{will-change:opacity;opacity:0;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0}.yt-spec-touch-feedback-shape__stroke{will-change:opacity;opacity:0;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0}.yt-spec-touch-feedback-shape--down .yt-spec-touch-feedback-shape__fill{opacity:.1}.yt-spec-touch-feedback-shape--focused .yt-spec-touch-feedback-shape__fill{opacity:.1}.yt-spec-touch-feedback-shape--is-extended{margin:-4px}.yt-spec-touch-feedback-shape--is-extended .yt-spec-touch-feedback-shape__stroke,.yt-spec-touch-feedback-shape--is-extended .yt-spec-touch-feedback-shape__fill{border-radius:4px}.yt-spec-touch-feedback-shape--circular .yt-spec-touch-feedback-shape__stroke,.yt-spec-touch-feedback-shape--circular .yt-spec-touch-feedback-shape__fill{border-radius:50%}.yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__fill{background-color:#000}.yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__stroke{border:1px solid #000}.yt-spec-touch-feedback-shape--touch-response-inverse .yt-spec-touch-feedback-shape__fill{background-color:#fff}.yt-spec-touch-feedback-shape--touch-response-inverse .yt-spec-touch-feedback-shape__stroke{border:1px solid #fff}.yt-spec-touch-feedback-shape--touch-response-inverse.yt-spec-touch-feedback-shape--down .yt-spec-touch-feedback-shape__fill,.yt-spec-touch-feedback-shape--touch-response-inverse.yt-spec-touch-feedback-shape--focused .yt-spec-touch-feedback-shape__fill{opacity:.2}.yt-spec-touch-feedback-shape--overlay-touch-response .yt-spec-touch-feedback-shape__fill{background-color:#fff}.yt-spec-touch-feedback-shape--overlay-touch-response .yt-spec-touch-feedback-shape__stroke{border:1px solid #fff}.yt-spec-touch-feedback-shape--overlay-touch-response-inverse .yt-spec-touch-feedback-shape__fill{background-color:#000}.yt-spec-touch-feedback-shape--overlay-touch-response-inverse .yt-spec-touch-feedback-shape__stroke{border:1px solid #000}.yt-core-attributed-string--inline-flex-mod{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;height:1.4em;vertical-align:middle}.yt-core-attributed-string--inline-block-mod{display:inline-block}.yt-core-attributed-string__image-element--image-alignment-bottom{vertical-align:bottom}.yt-core-attributed-string__image-element--image-alignment-baseline{vertical-align:baseline}.yt-core-attributed-string__image-element--image-alignment-vertical-center{-webkit-align-self:center;align-self:center}.yt-core-attributed-string__link{text-decoration:none}.yt-core-attributed-string__link--display-type{display:inline}.yt-core-attributed-string__link--call-to-action-color{color:#065fd4}.yt-core-attributed-string__link--overlay-call-to-action-color{color:#3ea6ff}.yt-core-attributed-string--link-inherit-color .yt-core-attributed-string__link--call-to-action-color{color:inherit}.yt-core-attributed-string--highlight-text-decorator .yt-core-attributed-string__link--display-type{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yt-core-attributed-string--ellipsis-truncate{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yt-core-attributed-string--white-space-no-wrap{white-space:nowrap}.yt-core-attributed-string--white-space-pre-wrap{white-space:pre-wrap}.yt-core-attributed-string--ignore-split-lines{white-space:normal}.yt-core-attributed-string--text-alignment-left{display:block;text-align:left}.yt-core-attributed-string--text-alignment-right{display:block;text-align:right}.yt-core-attributed-string--text-alignment-center{display:block;text-align:center}.yt-core-attributed-string--text-alignment-justified{display:block;text-align:justify}.yt-core-attributed-string--text-alignment-layout-start{display:block;-webkit-align-self:flex-start;align-self:flex-start}.yt-core-attributed-string--text-alignment-unknown{display:block;text-align:inherit}.yt-core-attributed-string--word-wrapping{overflow-wrap:anywhere}.yt-core-attributed-string--underlined{-webkit-text-decoration-line:underline;text-decoration-line:underline}.yt-core-attributed-string--strikethrough{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.yt-core-attributed-string--underline-strikethrough{-webkit-text-decoration-line:underline line-through;text-decoration-line:underline line-through}.yt-core-attributed-string--line-style-none{text-decoration:none}.yt-core-attributed-string--line-style-single{-webkit-text-decoration-style:solid;text-decoration-style:solid}.yt-core-attributed-string--line-style-dot{-webkit-text-decoration-style:dotted;text-decoration-style:dotted}.yt-core-attributed-string--baseline-offset-subscript{vertical-align:sub}.yt-core-attributed-string--baseline-offset-superscript{vertical-align:super}.yt-core-attributed-string--baseline-offset-unknown{vertical-align:baseline}.yt-core-attributed-string--italicized{font-style:italic}.yt-core-attributed-string--heading-1{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:500}.yt-core-attributed-string--heading-2{font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:500}.yt-core-attributed-string--heading-3{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}.animated-rolling-character-wiz{display:inline}.animated-rolling-number-wiz{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;overflow:hidden}.mini-app-game-info-dialog-view-model-wiz{width:auto;display:block}@media(min-width:528px) and (max-width:1024px){.mini-app-game-info-dialog-view-model-wiz{width:296px}}@media(min-width:1024px){.mini-app-game-info-dialog-view-model-wiz{width:296px}}.mini-app-game-info-dialog-view-model-wiz__game-info-dialog-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:12px}.mini-app-game-info-dialog-view-model-wiz__header-title{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:400;overflow:hidden;display:block;max-height:2.6rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.mini-app-game-info-dialog-view-model-wiz__game-image-wrapper{border-radius:8px;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;width:72px;height:72px}.mini-app-game-info-dialog-view-model-wiz__primary-game-info-details{display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:12px}.mini-app-game-info-dialog-view-model-wiz__primary-game-info{margin-left:16px;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.mini-app-game-info-dialog-view-model-wiz__title{margin-bottom:4px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:5.2rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.mini-app-game-info-dialog-view-model-wiz__genre{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.mini-app-game-info-dialog-view-model-wiz__game-description-wrapper{margin-bottom:12px;padding:12px;border-radius:8px;background-color:rgba(0,0,0,0.05)}.mini-app-game-info-dialog-view-model-wiz__game-description{text-wrap:wrap;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.mini-app-game-info-dialog-view-model-wiz__game-info-rows-wrapper{margin-bottom:16px}.mini-app-game-info-dialog-view-model-wiz__game-info-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:12px}.mini-app-game-info-dialog-view-model-wiz__info-label{min-width:-webkit-fit-content;min-width:fit-content;margin-right:24px;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.mini-app-game-info-dialog-view-model-wiz__info-value{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.mini-app-game-info-dialog-view-model-wiz__game-info-dialog-footer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.yt-spec-navigation-layout{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;overflow:hidden;height:100%}.yt-spec-navigation-layout__navigation-layout-header-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48px;overflow:hidden}.yt-spec-navigation-layout__navigation-layout-header-icon-wrapper{margin-left:16px}.yt-spec-navigation-layout__navigation-layout-content-wrapper{max-height:calc(100vh - 48px);overflow-y:scroll;-webkit-overflow-scrolling:touch}.yt-spec-navigation-layout__navigation-layout-content-wrapper::-webkit-scrollbar{background:transparent;width:0;display:none}.yt-spec-navigation-layout__navigation-layout-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin-top:12px;color:#0f0f0f}.yt-spec-navigation-item-shape{display:-webkit-box;display:-webkit-flex;display:flex}.yt-spec-navigation-item-shape__navigation-item-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;align-items:center;max-width:360px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.yt-spec-navigation-item-shape__navigation-item-icon-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:36px;height:36px;margin-right:12px;margin-left:12px}.yt-spec-navigation-item-shape__navigation-item-label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400;color:#0f0f0f}.yt-spec-more-drawer-view-model{display:-webkit-box;display:-webkit-flex;display:flex}.yt-spec-more-drawer-view-model__more-drawer-header-logo{height:20px;width:90px}.yt-spec-more-drawer-view-model__more-drawer-header-logo--premium{width:96px}.yt-list-item-view-model-wiz{display:inline-block;width:100%;color:#0f0f0f}.yt-list-item-view-model-wiz__text-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;min-height:44px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-list-item-view-model-wiz__title-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.yt-list-item-view-model-wiz__title{color:#0f0f0f}.yt-list-item-view-model-wiz__subtitle{color:#606060;margin-top:4px;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.yt-list-item-view-model-wiz__selection-text{color:#606060;margin-left:4px}.yt-list-item-view-model-wiz__leading{margin-right:12px}.yt-list-item-view-model-wiz__trailing{margin-left:12px}.yt-list-item-view-model-wiz__button-container{-webkit-align-self:start;align-self:start;-webkit-flex-shrink:0;flex-shrink:0;height:44px;min-width:36px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-list-item-view-model-wiz__image-container{-webkit-align-self:start;align-self:start;-webkit-flex-shrink:0;flex-shrink:0;height:44px;min-width:36px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-list-item-view-model-wiz__image{max-height:36px;max-width:36px}.yt-list-item-view-model-wiz__accessory{border-radius:2px;overflow:hidden;color:#0f0f0f}.yt-list-item-view-model-wiz__label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.yt-list-item-view-model-wiz__container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:2px 12px;box-sizing:border-box;width:100%}.yt-list-item-view-model-wiz__container--disabled{color:#606060}.yt-list-item-view-model-wiz__container--disabled .yt-list-item-view-model-wiz__title,.yt-list-item-view-model-wiz__container--disabled .yt-list-item-view-model-wiz__accessory{color:#606060}.yt-list-item-view-model-wiz__container--tappable{cursor:pointer;-webkit-user-select:none;user-select:none}.yt-list-item-view-model-wiz__container--tappable:hover{background-color:rgba(0,0,0,0.05)}.yt-list-item-view-model-wiz__container--tappable:focus{background-color:rgba(0,0,0,0.05);outline:0}.yt-list-item-view-model-wiz__container--has-subtitle{padding:6px 12px}.yt-list-item-view-model-wiz__container--compact .yt-list-item-view-model-wiz__text-wrapper{min-height:36px}.yt-list-item-view-model-wiz__container--compact .yt-list-item-view-model-wiz__title-wrapper{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-list-item-view-model-wiz__container--compact .yt-list-item-view-model-wiz__button-container{height:36px;min-width:36px}.yt-list-item-view-model-wiz__container--compact .yt-list-item-view-model-wiz__image-container{height:36px;min-width:24px;max-width:24px}.yt-list-item-view-model-wiz__container--compact .yt-list-item-view-model-wiz__image{max-height:24px;max-width:24px}.yt-list-item-view-model-wiz__container--compact.yt-list-item-view-model-wiz__container--has-subtitle .yt-list-item-view-model-wiz__text-wrapper{min-height:42px}.yt-list-item-view-model-wiz__container--compact.yt-list-item-view-model-wiz__container--has-subtitle .yt-list-item-view-model-wiz__button-container,.yt-list-item-view-model-wiz__container--compact.yt-list-item-view-model-wiz__container--has-subtitle .yt-list-item-view-model-wiz__image-container{height:42px}.checkbox-shape-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:48px;width:100%;color:#0f0f0f}.checkbox-shape-wiz__input{position:fixed;opacity:0;height:0;width:0;margin:0}.checkbox-shape-wiz__label{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:inline-block;position:relative;padding-right:12px;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.checkbox-shape-wiz__checkbox--checkbox-default-style{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 12px}input:checked~.checkbox-shape-wiz__checkbox>:first-child{display:none}input:not(:checked)~.checkbox-shape-wiz__checkbox>:last-child{display:none}.checkbox-shape-wiz--compact{min-height:40px}.radio-shape-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:48px;width:100%;color:#0f0f0f}.radio-shape-wiz__input{position:fixed;opacity:0;height:0;width:0;margin:0}.radio-shape-wiz__label{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:inline-block;position:relative;padding-right:12px;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.radio-shape-wiz__radio--radio-default-style{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 12px}input:not(:checked)~.radio-shape-wiz__radio--check-icon>:first-child{visibility:hidden}input:checked~.radio-shape-wiz__radio>:first-child{display:none}input:not(:checked)~.radio-shape-wiz__radio>:last-child{display:none}.radio-shape-wiz--compact{min-height:40px}.yt-list-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.yt-panel-footer-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;border-top:1px solid rgba(0,0,0,0.1);padding:12px}.yt-panel-footer-view-model-wiz--hide-divider{border-top:0}.yt-panel-footer-view-model-wiz--row-bottom-padding{padding-bottom:12px}.yt-panel-footer-view-model-wiz--text-padding{padding-right:24px}.yt-panel-footer-view-model-wiz__text-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-panel-footer-view-model-wiz__button-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.yt-panel-footer-view-model-wiz__button-row--trailing{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.yt-panel-footer-view-model-wiz--full-button{width:100%}.yt-panel-footer-view-model-wiz__primary-button--primary-split-primary{-webkit-box-flex:1;-webkit-flex:1;flex:1}.yt-panel-footer-view-model-wiz__secondary-button{margin-right:8px}.yt-panel-footer-view-model-wiz__secondary-button--primary-split-secondary{-webkit-box-flex:0;-webkit-flex:0;flex:0}.yt-panel-footer-view-model-wiz__secondary-button--hidden-button{display:none}.yt-panel-header-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;padding:10px 12px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid rgba(0,0,0,0.1);min-height:48px;box-sizing:border-box;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.yt-panel-header-view-model-wiz--hide-divider{border-bottom:0}.yt-panel-header-view-model-wiz--compact{padding:8px 12px}.yt-panel-header-view-model-wiz__title-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.yt-panel-header-view-model-wiz__title{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:block;max-height:2.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){.yt-panel-header-view-model-wiz__title{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:2.6rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.yt-panel-header-view-model-wiz__subtitle{margin-top:2px;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-panel-header-view-model-wiz__trailing-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:12px}.yt-panel-header-view-model-wiz__button:not(:last-child){padding-right:24px}.yt-sheet-view-model-wiz{display:block}.yt-sheet-view-model-wiz--contextual{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;box-shadow:0 4px 32px 0 rgba(0,0,0,0.1);overflow:hidden}.yt-spec-bottom-sheet-layout{display:-webkit-box;display:-webkit-flex;display:flex}.yt-spec-bottom-sheet-layout__bottom-sheet-renderer-container{border-radius:12px;background-color:#fff;display:block;overflow:hidden;position:fixed;margin:0 8px 24px;bottom:0;left:0;right:0;z-index:2}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-header-wrapper{overflow:hidden;-webkit-box-flex:0;-webkit-flex:none;flex:none;border-bottom:1px solid #fff}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-header-wrapper--bottom-border{border-bottom:1px solid rgba(0,0,0,0.1)}.yt-spec-bottom-sheet-layout__bottom-sheet-drag-line{background:#0f0f0f;opacity:.15;border-radius:4px;height:4px;margin:0 auto;width:40px;margin-top:8px}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-header{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;display:-webkit-box;display:-webkit-flex;display:flex;margin-top:8px}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-header--with-title{margin-bottom:7px}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-header-title-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:flex;margin-left:12px}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-title{font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:500;color:#0f0f0f;max-height:20px}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-subtitle{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;color:#606060;margin-top:4px;max-height:16px}.yt-spec-bottom-sheet-layout--modern .yt-spec-bottom-sheet-layout__bottom-sheet-layout-title{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:block;max-height:2.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){.yt-spec-bottom-sheet-layout--modern .yt-spec-bottom-sheet-layout__bottom-sheet-layout-title{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:2.6rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.yt-spec-bottom-sheet-layout--modern .yt-spec-bottom-sheet-layout__bottom-sheet-layout-subtitle{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-action-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#0f0f0f;margin:0 12px}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-content-wrapper{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-overflow-scrolling:touch;overflow-y:scroll}.yt-spec-bottom-sheet-layout__bottom-sheet-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;color:#0f0f0f}.yt-spec-bottom-sheet-layout__bottom-sheet-layout-footer-wrapper{display:block;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;-webkit-box-flex:0;-webkit-flex:none;flex:none;position:-webkit-sticky;position:sticky;bottom:0}.yt-spec-bottom-sheet-layout__footer-button-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin:12px 0}.yt-spec-bottom-sheet-layout__footer-button-wrapper--landscape-button-wrapper{margin:6px 0}.yt-spec-bottom-sheet-layout__secondary-button{display:-webkit-box;display:-webkit-flex;display:flex;margin-right:8px;margin-left:12px}.yt-spec-bottom-sheet-layout__secondary-button--secondary-button-trailing-pair{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.yt-spec-bottom-sheet-layout__secondary-button--secondary-button-split-pair{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-spec-bottom-sheet-layout__secondary-button--secondary-button-primary-split-pair{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-spec-bottom-sheet-layout__primary-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-spec-bottom-sheet-layout__primary-button--default{margin:0 12px;width:100%}.yt-spec-bottom-sheet-layout__primary-button--trailing-pair{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-right:12px}.yt-spec-bottom-sheet-layout__primary-button--split-pair{-webkit-box-flex:1;-webkit-flex:1;flex:1;margin-right:12px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-spec-bottom-sheet-layout__primary-button--primary-split-pair{-webkit-box-flex:1;-webkit-flex:1;flex:1;margin-right:12px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-spec-bottom-sheet-layout__footer-label-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin:0 12px;height:30px}.yt-spec-bottom-sheet-layout__footer-label-wrapper--without-buttons{margin-bottom:12px}.yt-spec-bottom-sheet-layout__trailing-label{margin-top:12px;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-spec-bottom-sheet-layout__leading-label{margin-top:12px;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-contextual-sheet-layout-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;background-color:#fff;height:100%;min-width:256px;max-width:400px;width:-webkit-fit-content;width:fit-content;max-height:calc(100vh - 48px)}.yt-contextual-sheet-layout-wiz__header-container{-webkit-box-flex:0;-webkit-flex:0;flex:0}.yt-contextual-sheet-layout-wiz__content-container{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;overflow-y:auto;scrollbar-color:transparent transparent;scrollbar-width:thin}.yt-contextual-sheet-layout-wiz__content-container::-webkit-scrollbar{background:transparent;width:16px}.yt-contextual-sheet-layout-wiz__content-container::-webkit-scrollbar-thumb{height:56px;border-radius:8px;border:4px solid transparent;background-clip:content-box;background-color:transparent}.yt-contextual-sheet-layout-wiz__content-container:hover{scrollbar-color:#ccc transparent}.yt-contextual-sheet-layout-wiz__content-container:hover::-webkit-scrollbar-thumb{background-color:#ccc}.yt-contextual-sheet-layout-wiz__footer-container{-webkit-box-flex:0;-webkit-flex:0;flex:0}.YtThumbnailHoverOverlayViewModelHost{opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;height:100%;display:-webkit-box;display:-webkit-flex;display:flex;cursor:pointer}.YtThumbnailHoverOverlayViewModelHost:focus,.YtThumbnailHoverOverlayViewModelHost:focus-within,.YtThumbnailHoverOverlayViewModelHost:hover{opacity:1}.YtThumbnailHoverOverlayViewModelHostForceHover{opacity:1;-webkit-transition:none;transition:none}.YtThumbnailHoverOverlayViewModelScrim{display:block;position:relative;height:100%}.YtThumbnailHoverOverlayViewModelStyleCover{background-color:rgba(0,0,0,0.6);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:100%}.YtThumbnailHoverOverlayViewModelStyleButton{background-color:rgba(0,0,0,0.6);position:absolute;bottom:16px;right:16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:36px;border-radius:18px;padding:0 16px}.YtThumbnailHoverOverlayViewModelText{margin:4px;color:#fff;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.YtThumbnailHoverOverlayViewModelIcon{margin:4px;color:#fff;fill:#fff;height:24px}.yt-spec-avatar-shape{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yt-spec-avatar-shape__button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;background-color:transparent;border-style:none}.yt-spec-avatar-shape__button--tappable{cursor:pointer}.yt-spec-avatar-shape__image{border-radius:50%}.yt-spec-avatar-shape__image--ads-app{border-radius:20%}.yt-spec-avatar-shape__image-overlays{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.yt-spec-avatar-shape--stories-watched{border:2px solid #ccc;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:50%}.yt-spec-avatar-shape--stories-unwatched{border:2px solid #c00;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:50%}.yt-spec-avatar-shape__live-ring{border:2px solid #c00;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:50%}.yt-spec-avatar-shape__on-select-border{border:2px solid #0f0f0f;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:50%}.yt-spec-avatar-shape--background-border{border:2px solid #fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:50%}.yt-spec-avatar-shape--is-overlay.yt-spec-avatar-shape--background-border{border-color:#fff}.yt-spec-avatar-shape__badge-text{padding:0 2px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;visibility:hidden;color:#fff;font-family:"Roboto","Arial",sans-serif;font-size:1rem;line-height:1.6rem;font-weight:500}.yt-spec-avatar-shape__badge-icon{max-width:16px;padding:0 2px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#fff}.yt-spec-avatar-shape__live-badge{border:2px solid #fff;border-radius:2px;text-align:center;background-color:#c00;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;bottom:-6px}.yt-spec-avatar-shape__live-badge--badge-small{max-width:32px;height:13px}.yt-spec-avatar-shape__live-badge--badge-medium{max-width:36px;height:14px}.yt-spec-avatar-shape__live-badge--badge-large{max-width:52px;height:14px}.yt-spec-avatar-shape__live-badge--badge-extra-large{border-radius:4px;max-width:68px;height:16px}.yt-spec-avatar-shape__live-badge--badge-extra-large .yt-spec-avatar-shape__badge-icon{max-width:24px;padding:0 4px}.yt-spec-avatar-shape__live-badge--badge-extra-large .yt-spec-avatar-shape__badge-text{padding:0 4px}.yt-spec-avatar-shape__new-content{background-color:#065fd4}.yt-spec-avatar-shape__live-dot{background-color:#f00}.yt-spec-avatar-shape--avatar-size-tiny{margin:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:16px;height:16px}.yt-spec-avatar-shape--avatar-size-tiny .yt-spec-avatar-shape__new-content,.yt-spec-avatar-shape--avatar-size-tiny .yt-spec-avatar-shape__live-dot{position:absolute;border:2px solid #fff;border-radius:50%;bottom:-1.664px;right:-1.664px;width:8px;height:8px}.yt-spec-avatar-shape--avatar-size-tiny.yt-spec-avatar-shape--no-margin{margin:0}.yt-spec-avatar-shape--avatar-size-extra-small{margin:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:24px;height:24px}.yt-spec-avatar-shape--avatar-size-extra-small .yt-spec-avatar-shape__new-content,.yt-spec-avatar-shape--avatar-size-extra-small .yt-spec-avatar-shape__live-dot{position:absolute;border:2px solid #fff;border-radius:50%;bottom:-1.496px;right:-1.496px;width:10px;height:10px}.yt-spec-avatar-shape--avatar-size-extra-small.yt-spec-avatar-shape--no-margin{margin:0}.yt-spec-avatar-shape--avatar-size-small{margin:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:32px;height:32px}.yt-spec-avatar-shape--avatar-size-small .yt-spec-avatar-shape__new-content,.yt-spec-avatar-shape--avatar-size-small .yt-spec-avatar-shape__live-dot{position:absolute;border:2px solid #fff;border-radius:50%;bottom:-.828px;right:-.828px;width:11px;height:11px}.yt-spec-avatar-shape--avatar-size-small.yt-spec-avatar-shape--no-margin{margin:0}.yt-spec-avatar-shape--avatar-size-medium{margin:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:36px;height:36px}.yt-spec-avatar-shape--avatar-size-medium .yt-spec-avatar-shape__new-content,.yt-spec-avatar-shape--avatar-size-medium .yt-spec-avatar-shape__live-dot{position:absolute;border:2px solid #fff;border-radius:50%;bottom:-.744px;right:-.744px;width:12px;height:12px}.yt-spec-avatar-shape--avatar-size-medium.yt-spec-avatar-shape--no-margin{margin:0}.yt-spec-avatar-shape--avatar-size-large{margin:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:56px;height:56px}.yt-spec-avatar-shape--avatar-size-large .yt-spec-avatar-shape__new-content,.yt-spec-avatar-shape--avatar-size-large .yt-spec-avatar-shape__live-dot{position:absolute;border:2px solid #fff;border-radius:50%;bottom:.676px;right:.676px;width:15px;height:15px}.yt-spec-avatar-shape--avatar-size-large.yt-spec-avatar-shape--no-margin{margin:0}.yt-spec-avatar-shape--avatar-size-extra-large{margin:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:72px;height:72px}.yt-spec-avatar-shape--avatar-size-extra-large .yt-spec-avatar-shape__new-content,.yt-spec-avatar-shape--avatar-size-extra-large .yt-spec-avatar-shape__live-dot{position:absolute;border:2px solid #fff;border-radius:50%;bottom:1.512px;right:1.512px;width:18px;height:18px}.yt-spec-avatar-shape--avatar-size-extra-large.yt-spec-avatar-shape--no-margin{margin:0}.yt-spec-avatar-shape--avatar-size-extra-extra-large{margin:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:120px;height:120px}.yt-spec-avatar-shape--avatar-size-extra-extra-large .yt-spec-avatar-shape__new-content,.yt-spec-avatar-shape--avatar-size-extra-extra-large .yt-spec-avatar-shape__live-dot{position:absolute;border:2px solid #fff;border-radius:50%;bottom:8.52px;right:8.52px;width:18px;height:18px}.yt-spec-avatar-shape--avatar-size-extra-extra-large.yt-spec-avatar-shape--no-margin{margin:0}.yt-spec-avatar-shape--avatar-size-giant{margin:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:160px;height:160px}.yt-spec-avatar-shape--avatar-size-giant .yt-spec-avatar-shape__new-content,.yt-spec-avatar-shape--avatar-size-giant .yt-spec-avatar-shape__live-dot{position:absolute;border:2px solid #fff;border-radius:50%;bottom:14.36px;right:14.36px;width:18px;height:18px}.yt-spec-avatar-shape--avatar-size-giant.yt-spec-avatar-shape--no-margin{margin:0}.yt-spec-avatar-shape--avatar-size-responsive{margin:2px;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:128px;height:128px;max-width:144px}.yt-spec-avatar-shape--avatar-size-responsive.yt-spec-avatar-shape--no-margin{margin:0}.yt-collection-thumbnail-view-model{display:block;position:relative;width:100%}.yt-collection-thumbnail-view-model__slideshow{position:absolute;top:0;right:0;bottom:0;left:0}.yt-collection-thumbnail-view-model--has-stacks{border-top:1px solid #fff}.yt-collection-thumbnail-slideshow{display:block;position:relative}.yt-collection-thumbnail-slideshow__slideshow-thumbnail{position:absolute;top:0;left:0;right:0;opacity:0;-webkit-transition:opacity .8s ease;transition:opacity .8s ease}.yt-collection-thumbnail-slideshow--first-slide{position:relative}.yt-collection-thumbnail-slideshow--show-slide{opacity:1}.yt-thumbnail-overlay-title-view-model{position:absolute;top:0;left:0;right:0;padding:12px 12px 16px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.6)),to(transparent));background:-webkit-linear-gradient(rgba(0,0,0,0.6),transparent);background:linear-gradient(rgba(0,0,0,0.6),transparent)}.yt-thumbnail-overlay-title-view-model__title{color:#fff;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-thumbnail-overlay-title-view-model__subtitle{color:#fff;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-thumbnail-badge-view-model-wiz{display:block}.badge-shape-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:2px;padding:0 4px;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}.badge-shape-wiz--thumbnail-badge{border-radius:4px}.badge-shape-wiz__icon{display:block;margin-right:4px}.badge-shape-wiz--overlay .badge-shape-wiz__icon{height:12px;width:12px}.badge-shape-wiz__text{display:block}.badge-shape-wiz--default{color:#606060;background-color:rgba(0,0,0,0.05)}.badge-shape-wiz--default.badge-shape-wiz--overlay{color:#fff;background-color:rgba(0,0,0,0.6)}.badge-shape-wiz--live{color:#fff;background-color:rgba(204,0,0,0.9)}.badge-shape-wiz--live.badge-shape-wiz--overlay{color:#fff;background-color:rgba(204,0,0,0.9)}.badge-shape-wiz--commerce{color:#107516;background-color:rgba(0,0,0,0.05)}.badge-shape-wiz--ad{font-weight:700;color:#0f0f0f;white-space:nowrap;display:-webkit-box;display:-webkit-flex;display:flex;padding-right:0;padding-left:0;font-size:unset;line-height:unset}.badge-shape-wiz--ad.badge-shape-wiz--ads-include-dot:after{content:"·";-webkit-padding-end:4px;padding-inline-end:4px;-webkit-padding-start:4px;padding-inline-start:4px}.badge-shape-wiz--ad.badge-shape-wiz--overlay{color:#fff;text-shadow:2px 2px 2px rgba(0,0,0,.3)}.yt-spec-icon-shape{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%}.yt-thumbnail-overlay-badge-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;position:absolute}.yt-thumbnail-overlay-badge-view-model-wiz--small{margin:2px}.yt-thumbnail-overlay-badge-view-model-wiz--medium{margin:4px}.yt-thumbnail-overlay-badge-view-model-wiz--large{margin:8px}.yt-thumbnail-overlay-badge-view-model-wiz--top-start{top:0;left:0}.yt-thumbnail-overlay-badge-view-model-wiz--top-start .yt-thumbnail-overlay-badge-view-model-wiz__badge{margin-right:4px}.yt-thumbnail-overlay-badge-view-model-wiz--bottom-end{bottom:0;right:0}.yt-thumbnail-overlay-badge-view-model-wiz--bottom-end .yt-thumbnail-overlay-badge-view-model-wiz__badge{margin-left:4px}.yt-thumbnail-overlay-badge-view-model-wiz--clip.yt-thumbnail-overlay-badge-view-model-wiz--bottom-end .yt-thumbnail-overlay-badge-view-model-wiz__badge:last-child{margin-right:4px}.yt-thumbnail-view-model{display:block;position:relative;width:100%;overflow:hidden}.yt-thumbnail-view-model--cinematic{background-color:#000}.yt-thumbnail-view-model--aspect-ratio-16-by-9{padding-top:56.25%}.yt-thumbnail-view-model--aspect-ratio-2-by-3{padding-top:150%}.yt-thumbnail-view-model--aspect-ratio-1-by-1{padding-top:100%}.yt-thumbnail-view-model--small{border-radius:4px}.yt-thumbnail-view-model--medium{border-radius:8px}.yt-thumbnail-view-model--large{border-radius:12px}.yt-thumbnail-view-model__image{position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);top:50%;left:0;width:100%;height:100%}.yt-thumbnail-view-model__blurred-image{position:absolute;inset:0;height:200%;-webkit-filter:blur(30px);filter:blur(30px);-webkit-transform:translateY(-25%);transform:translateY(-25%)}.yt-pinking{position:absolute;top:0;right:0;bottom:0;left:0}.yt-pinking__pinking-left{position:absolute;left:0;width:4px;height:100%}.yt-pinking__pinking-right{position:absolute;right:0;width:4px;height:100%}.yt-pinking__pinking{fill:#fff}.collections-stack-wiz__collection-stack2{background-color:#606060;opacity:50%;position:absolute;top:-8px;width:calc(100% - 24px);height:100%;left:12px;right:12px;border-radius:12px}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.collections-stack-wiz__collection-stack2--responsive-mode{display:none}}.collections-stack-wiz__collection-stack1{background-color:#606060;margin-top:-1px;border-top:1px solid #fff}.collections-stack-wiz__collection-stack1--small{position:absolute;top:-4px;width:calc(100% - 16px);height:100%;left:8px;right:8px;border-radius:4px}.collections-stack-wiz__collection-stack1--medium{position:absolute;top:-4px;width:calc(100% - 16px);height:100%;left:8px;right:8px;border-radius:8px}.collections-stack-wiz__collection-stack1--large{position:absolute;top:-4px;width:calc(100% - 16px);height:100%;left:8px;right:8px;border-radius:12px}.yt-spec-dialog-layout{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;background-color:#fff}.yt-spec-dialog-layout__dialog-layout-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;overflow:hidden;padding-bottom:24px}.yt-spec-dialog-layout__dialog-layout-container--dialog-layout-container-no-title{padding-top:24px}.yt-spec-dialog-layout__dialog-layout-container--dialog-layout-container-with-media{padding-top:12px}.yt-spec-dialog-layout__dialog-layout-full-bleed-media{width:100%;min-height:0;-webkit-flex-shrink:4;flex-shrink:4;display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden}.yt-spec-dialog-layout__dialog-layout-full-bleed-media-item{width:100%;-webkit-flex-shrink:0;flex-shrink:0;object-fit:cover}.yt-spec-dialog-layout__dialog-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:24px 24px 12px;-webkit-flex-shrink:0;flex-shrink:0}.yt-spec-dialog-layout__dialog-layout-title{color:#0f0f0f;-webkit-box-flex:1;-webkit-flex:1;flex:1;font-family:"YouTube Sans","Roboto",sans-serif;font-size:2.2rem;line-height:3rem;font-weight:600;overflow:hidden;display:block;max-height:6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-spec-dialog-layout__dialog-leading-action-header{color:#0f0f0f;margin-right:12px}.yt-spec-dialog-layout__dialog-trailing-action-header{color:#0f0f0f;margin-left:auto}.yt-spec-dialog-layout__dialog-layout-content{color:#0f0f0f;overflow-y:auto}.yt-spec-dialog-layout__dialog-layout-content-inner{overflow:visible;padding:0 24px}.yt-spec-dialog-layout__dialog-layout-footer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;flex-flow:row wrap;padding-top:12px;padding-left:24px;padding-right:24px;-webkit-flex-shrink:0;flex-shrink:0;margin:-8px 0 0 -8px}.yt-spec-dialog-layout__dialog-layout-footer--dialog-buttons-inline-end{-webkit-box-pack:end;-webkit-justify-content:end;justify-content:end}.yt-spec-dialog-layout__dialog-layout-button{display:-webkit-box;display:-webkit-flex;display:flex;padding:8px 0 0 8px}.yt-spec-dialog-layout__dialog-layout-button--dialog-buttons-inline-stretched{-webkit-box-flex:1;-webkit-flex:1;flex:1}.yt-spec-dialog-layout--dialog-layout-center-align .yt-spec-dialog-layout__dialog-layout-title,.yt-spec-dialog-layout--dialog-layout-center-align .yt-spec-dialog-layout__dialog-layout-content{text-align:center}.yt-spec-dialog-layout--dialog-buttons-stacked{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}@media(max-width:330px){.yt-spec-dialog-layout--dialog-layout-responsive{min-width:calc(100vw - 96px);max-width:100%;max-height:100vh}}@media(min-width:331px) and (max-width:527px){.yt-spec-dialog-layout--dialog-layout-responsive{min-width:calc(100vw - 96px);min-width:min(320px,100vw - 96px);max-width:calc(100vw - 96px);max-width:min(400px,100vw - 96px);max-height:calc(100vh - 96px)}}@media(min-width:528px){.yt-spec-dialog-layout--dialog-layout-responsive{min-width:320px;max-width:calc(100vw - 96px);max-width:min(560px,100vw - 96px);max-height:calc(100vh - 96px);max-height:min(560px,100vh - 96px)}}.yt-spec-dialog-layout--dialog-layout-fullscreen{height:100%;width:100%}.yt-spec-dialog-layout--dialog-layout-fullscreen .yt-spec-dialog-layout__dialog-layout-container,.yt-spec-dialog-layout--dialog-layout-fullscreen .yt-spec-dialog-layout__dialog-layout-content{display:block;height:100%;width:100%}.yt-spec-dialog-layout--dialog-layout-fullscreen .yt-spec-dialog-layout__dialog-layout-content-inner{display:block;height:100%;width:100%;padding:0}@media(min-width:528px){.yt-spec-dialog-layout--dialog-layout-extended-max-height{max-height:calc(100vh - 96px)}}.YtAnimatedIconHost{display:block}.YtAnimatedIconHost .animated-like-icon.lottie-component{height:24px;width:24px;margin:0}.YtAnimatedIconHost .animated-like-icon.lottie-component .animated-like-icon{pointer-events:none;width:61px;height:62px;-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}.YtAnimatedIconHost .animated-subscribe-icon{height:30px;width:30px;-webkit-transform:translate(-3px,-3px);transform:translate(-3px,-3px)}.storyboard-container{position:absolute;bottom:80px;-webkit-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}.storyboard-container__storyboard-image-wrapper{background-color:#fff;border:2px solid white;overflow:hidden;position:relative;border-radius:8px}.storyboard-container__bigboard-image-wrapper{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;overflow:hidden}.storyboard-container__player-storyboard-time{font-weight:700;color:#fff}.storyboard-container--shorts .storyboard-container__player-storyboard-time{font-family:"YouTube Sans","Roboto",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700;padding-top:8px}.storyboard-container__player-storyboard-metadata{position:absolute;bottom:-6px;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%);left:50%;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;font-size:12px}.storyboard-container__player-storyboard-title{max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:4px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.storyboard-container__timed-marker-icon{height:14px;width:14px;margin-right:4px}.storyboard-container--big-boards{width:100%}.storyboard-container--big-boards .storyboard-container__player-storyboard-title{margin-bottom:0;font-weight:700}.storyboard-container--big-boards .storyboard-container__player-storyboard-metadata{width:auto;color:#fff;max-width:100%;bottom:6px;border-radius:16px;background-color:rgba(0,0,0,0.6);padding:8px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-column-gap:1rem;column-gap:1rem;min-width:0}.storyboard-container__player-storyboard-image{width:100%;height:100%;position:absolute}.storyboard-container--is-hovering .storyboard-container__player-storyboard-time{font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:500}.YtWebScrimHost{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1;cursor:pointer;background-color:rgba(0,0,0,0.8)}.YtWebScrimHostRelative{position:absolute}.YtWebScrimHostModernOverlay{background-color:rgba(0,0,0,0.3)}.YtWebScrimHostBottomSheet{background-color:rgba(0,0,0,0.6)}.YtWebScrimHostEngagementPanel{z-index:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:100vw}.YtWebScrimHostDraggableEngagementPanel{z-index:3;top:0}.YtWebScrimHostDrawerLayout{background-color:rgba(0,0,0,0.6);-webkit-tap-highlight-color:rgba(0,0,0,0)}.YtWebScrimDialogContainer{width:100%;height:100%;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;z-index:4}.YtWebScrimHiddenButton{position:fixed;top:0;left:0;height:1px;width:1px;padding:0;border:0;outline:0;font:inherit;text-transform:inherit;color:inherit;background:transparent}.YtWebSpinnerWrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.YtWebSpinnerSpinner{display:block;box-sizing:border-box;margin:12px auto;width:32px;height:32px;border-radius:50%;border:2px solid #eee;border-top-color:#666;-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite}.YtWebSpinnerSpinner:not([hidden]){color:#333;font-size:1.6rem}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.yt-page-indicator-view-model{position:absolute;bottom:0;left:0;right:0;padding:12px 12px 16px;-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-justify-content:flex-end;-webkit-box-pack:end;justify-content:flex-end;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,0.6)));background:-webkit-linear-gradient(transparent,rgba(0,0,0,0.6));background:linear-gradient(transparent,rgba(0,0,0,0.6))}.yt-page-indicator-view-model__indicator{background-color:rgba(255,255,255,0.7);height:8px;width:8px;border-radius:100%}.yt-page-indicator-view-model__indicator:not(:last-child){margin-right:8px}.yt-page-indicator-view-model__indicator--hidden{display:none}.yt-page-indicator-view-model__indicator--selected{background-color:#fff}.error-container{text-align:center}.content-error-title{font-size:1.6rem;font-weight:500;padding-top:12px;text-align:center}.content-error-icon{display:block;height:36px;width:36px;margin:auto;padding-top:32px}.content-error-reload-button{display:inline-block;background-color:#065fd4;color:#fff}.error-downloads{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.error-downloads-button{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;background-color:#065fd4;color:#fff}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.page-container{position:relative}}c3-icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-shrink:0;flex-shrink:0;width:24px;height:24px;fill:currentColor;stroke:none}[dir=rtl] c3-icon[flip-for-rtl=true]{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.icon-button{border:0;background:transparent;width:40px;height:40px;padding:8px;box-sizing:border-box}c3-icon svg{width:100%;height:100%}c3-icon.icon-state-outline[icon-state-filled]{display:none}c3-icon.icon-state-filled[icon-state-outline]{display:none}.pivot-bar-item-tab c3-icon[icon-state-filled]{display:none}.pivot-bar-item-tab c3-icon[icon-state-outline]{display:block}.pivot-bar-item-tab[aria-selected=true] c3-icon[icon-state-filled]{display:block}.pivot-bar-item-tab[aria-selected=true] c3-icon[icon-state-outline]{display:none}.cbox,.vbox,.center{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.vbox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.cover{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;min-height:100%;margin:auto}button{padding:0;border:0;outline:0;font:inherit;text-transform:inherit;color:inherit;background:transparent}c3-material-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;min-width:5.14em;margin:0 .29em;font-size:1.4rem;text-transform:uppercase;border-radius:3px}c3-material-button .c3-material-button-button.sentence-case{text-transform:none}c3-material-button.icon{min-width:0;width:40px;height:40px;margin:0}c3-material-button.compact{margin:-.7em -.57em}c3-material-button.compact+c3-material-button.compact{margin-left:.7em}.c3-material-button-button{padding:.7em .57em}c3-material-button.disabled .c3-material-button-button,.c3-material-button-button[disabled]{color:#909090}c3-material-button.full-width .c3-material-button-button{width:100%}c3-material-button.full-width .c3-material-button-button .cbox{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.button-renderer{position:relative}.button-renderer[data-style=STYLE_BRAND]{color:#c00}.button-renderer[data-style=STYLE_PRIMARY]:not([disabled=true]){color:#fff;background-color:#065fd4}.button-renderer[data-style=STYLE_PRIMARY][disabled=true]{background-color:transparent}.button-renderer[data-style=STYLE_TEXT]{color:#606060}.button-renderer[data-style=STYLE_TEXT] .logo-arrow{fill:#fff}.button-renderer[data-style=STYLE_BLUE_TEXT]{color:#065fd4}.button-renderer[data-style=STYLE_BLUE_TEXT_WITH_INVERSE_THEME]{color:#3ea6ff}.button-renderer[data-style=STYLE_DESTRUCTIVE]{background-color:#c00;border-color:#c00;color:#fff}.button-renderer[data-style=STYLE_SUGGESTIVE]{border:1px solid #065fd4;color:#065fd4}.button-renderer[data-style=STYLE_OVERLAY]{background-color:rgba(255,255,255,0.3);color:#fff}.button-renderer[data-style=STYLE_DARK]{background-color:rgba(0,0,0,0.3);color:rgba(255,255,255,0.7)}.button-renderer[data-style=STYLE_INACTIVE_OUTLINE]{color:#606060;border:1px solid #606060;padding:5px 11px}.button-renderer[data-icon-only=true]{min-width:0;margin:0}.button-renderer[data-icon-only=false] .button-renderer-icon{margin:0 8px}.button-renderer-text{-webkit-align-self:center;align-self:center;min-height:1em;line-height:1em;font-weight:500}[is-busy=true] .button-renderer-icon,[is-busy=true] .button-renderer-text{visibility:hidden}.button-with-icon-spinner{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.button-renderer-with-animation .c3-material-button-button{overflow:visible}.undecoratedEndpointButton{text-align:left}.formatted-string-deemphasize{color:#606060}#menu,.menu-container{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;z-index:4}.menu-content{position:relative;z-index:2;max-height:100%;overflow-y:auto;color:#0f0f0f;background-color:#fff;padding:3px}.menu-content.menu-bottom{bottom:0;color:#0f0f0f;padding:0;position:fixed;max-width:100%;width:100%}.bottom-menu-cancel{border-top:1px solid #f1f1f1;padding:8px 0}.menu-content>a{display:block}.menu-cancel-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.menu-cancel-icon{margin:0 8px}.menu-content.menu-bottom c3-icon{color:#909090;margin:0 32px 0 0}.menu-content:not(.menu-show-icons) .menu-item-button c3-icon{display:none}@media(min-width:330px){.menu-content:not(.menu-bottom){min-width:250px;max-width:356px;margin:40px}}.menu-full-width .menu-content{background-color:#fff;min-width:100%;min-height:100%;margin:0;padding:0;height:1px;box-sizing:border-box}.menu-content.rounded-container{border-radius:8px}.icon-button.small{padding-left:0;padding-right:0;width:16px}ytm-menu-item{display:block;padding:3px 0}.menu-item-button{box-sizing:border-box;display:block;font-size:1.6rem;padding:9px 12px;text-align:initial;text-transform:unset;width:100%}.menu-bottom .menu-item-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:1.6rem;padding:11px 16px}[modal-open-body]{position:fixed;left:0;right:0}.b3-iframe-ancestor[modal-open-body]{position:absolute}.dialog{position:relative;z-index:2;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:100%;max-width:100%;box-sizing:border-box;padding:16px;margin:0 auto;overflow-x:hidden;overflow-y:auto;font-size:1.3rem;color:#0f0f0f;background-color:#fff;border:0}.dialog.modern-dialog-layout{padding:0}.dialog.modern-dialog{box-shadow:0 0 24px 12px rgba(0,0,0,0.25)}.dialog.rounded-container{border-radius:12px}.dialog-body{overflow-y:auto;overflow-x:hidden;max-height:300px;max-height:100vh}.dialog.scrollable .dialog-body{overflow-y:visible;overflow-x:visible;max-height:unset}.dialog-container{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;z-index:4}.dialog-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.dialog-header,.dialog-buttons{-webkit-flex-shrink:0;flex-shrink:0}.dialog-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:12px}.dialog-buttons>*{margin-left:8px}.dialog-buttons>:first-child{margin-left:0}.dialog-flex-button{-webkit-box-flex:1;-webkit-flex:1;flex:1}.dialog-flex-button c3-material-button.compact{margin:0}.dialog-body a,.dialog-header a{color:#065fd4}.dialog-body ytm-menu-item a{color:currentcolor}@media(min-width:330px) and (min-height:330px){.dialog{min-width:250px;max-width:356px}.dialog-container{margin:0 40px;padding:0;padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}.dialog-fullscreen{min-width:100%;min-height:100%;margin:0;padding:0;height:1px}.dialog-fullscreen>.dialog-body{height:100%}c3-overlay{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1;cursor:pointer;background-color:rgba(0,0,0,0.8)}c3-overlay.modern-overlay{background-color:rgba(0,0,0,0.3)}c3-overlay.bottom-sheet-overlay-scrim{z-index:5}ytm-select{position:relative;display:inline-block;box-sizing:border-box;margin-right:4px;padding:0 10px;border:1px solid rgba(0,0,0,0.1);border-radius:8px;color:#0f0f0f;background:#f1f1f1;max-width:100%}.select{padding:16px 24px 16px 0;margin:0;border:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:inherit;background:0;font-size:1.4rem;font-family:inherit;-webkit-appearance:none;appearance:none;width:100%}.select-icon{position:absolute;right:4px;height:48px;pointer-events:none}c3-toast{display:block;position:fixed;z-index:5;left:0;right:0;bottom:0;box-sizing:border-box;padding:14px 24px;font-size:1.4rem;color:#fff;background:#0f0f0f;will-change:transform;margin-bottom:-100%}[has-safe-area-in-max=true] c3-toast{padding:14px 24px;padding:14px max(24px,env(safe-area-inset-right)) 14px max(24px,env(safe-area-inset-left))}[has-pivot-bar=true] c3-toast{--safe-area-inset-top:env(safe-area-inset-top);--safe-area-inset-bottom:env(safe-area-inset-bottom);bottom:48px;bottom:calc(48px + var(--safe-area-inset-bottom));margin-bottom:-100%;margin-bottom:calc(-100% + var(--safe-area-inset-bottom));z-index:2}[modal-open-body] c3-toast,[shorts-player=true] c3-toast{bottom:0;margin-bottom:-100%;z-index:5}c3-toast[dir=out]{-webkit-transition:margin 195ms cubic-bezier(.4,0,1,1);transition:margin 195ms cubic-bezier(.4,0,1,1)}c3-toast[dir=in]{-webkit-transition:margin 225ms cubic-bezier(0,0,.2,1);transition:margin 225ms cubic-bezier(0,0,.2,1);margin-bottom:0}.cinematic-setting{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:8px;padding:8px 0}.cinematic-setting.highlight-cinematic-setting{background-color:#def1ff}.cinematic-setting:not(.highlight-cinematic-setting){-webkit-transition:background-color 3s linear 1s;transition:background-color 3s linear 1s}.cinematic-setting>c3-material-toggle-button{padding-right:4px}.c3-material-toggle-button{position:relative;display:inline-block;height:20px;width:40px;vertical-align:middle}.c3-material-toggle-button-track{position:absolute;top:0;height:20px;width:40px;border-radius:10px;background-color:#ccc}.c3-material-toggle-button-circle{position:absolute;top:0;left:0;width:20px;height:20px;border-radius:100%;background-color:#909090}.c3-material-toggle-button:disabled .c3-material-toggle-button-track{opacity:1}.c3-material-toggle-button:disabled .c3-material-toggle-button-circle{background-color:#ccc}[aria-pressed=true] .c3-material-toggle-button-circle{-webkit-transform:translateX(20px);transform:translateX(20px);background-color:#065fd4}[dir=rtl] [aria-pressed=true] .c3-material-toggle-button-circle{-webkit-transform:translateX(-20px);transform:translateX(-20px)}.YtmFpAutonavToggleHost{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.YtmFpAutonavToggleItem{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@media(prefers-color-scheme:light){.YtmFpAutonavToggleHost{background-color:rgba(0,0,0,0.1);padding:0 8px;margin-bottom:12px;border-radius:8px}}.ytm-autonav-toggle-button-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;width:48px;height:48px}.ytm-autonav-toggle-button-container .spanner-icon-off,.ytm-autonav-toggle-button-container .spanner-icon-on{width:36px;height:14px;position:relative}.ytm-autonav-toggle-button-container .spanner-icon-on svg,.ytm-autonav-toggle-button-container .spanner-icon-off svg{position:absolute;top:0;left:0;width:36px;height:14px}.ytm-autonav-toggle-button-container .play-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:22px;width:20px;height:20px}.ytm-autonav-toggle-button-container .pause-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:6px;width:20px;height:20px}[dir=rtl] .ytm-autonav-toggle-button-container .play-icon{left:6px}[dir=rtl] .ytm-autonav-toggle-button-container .pause-icon{left:22px}.player-debug-info{height:40vh;direction:ltr}.player-settings-header{margin-bottom:20px}.player-caption-settings,.player-quality-settings,.player-speed-settings{width:100%;margin:4px 0 12px}bottom-sheet-container{position:fixed;z-index:5}c3-overlay.bottom-sheet-overlay{background-color:rgba(0,0,0,0.6)}[bottom-sheet-open]{overflow:hidden}ytm-thumbnail-overlay-time-status-renderer{margin:5px;padding:1px 4px;border-radius:4px;font-size:1.2rem;color:#fff;background-color:rgba(0,0,0,0.8)}ytm-thumbnail-overlay-time-status-renderer.fresh-feeds-timestamps{border-radius:4px;padding:3px 5px;margin:5px;color:#fff;font-size:1.2rem;background-color:rgba(0,0,0,0.8)}ytm-thumbnail-overlay-time-status-renderer[data-style=LIVE]{text-transform:uppercase;color:#fff;background-color:rgba(204,0,0,0.9)}ytm-thumbnail-overlay-time-status-renderer[data-style=SHORTS]{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-transform:uppercase;color:#fff;background-color:rgba(0,0,0,0.6);font-weight:500}ytm-thumbnail-overlay-time-status-renderer[data-style=SHORTS] c3-icon{color:#fff;height:16px;width:16px}ytm-thumbnail-overlay-time-status-renderer[data-style=SHORTS] .icon-text,ytm-thumbnail-overlay-time-status-renderer[data-type=CLIP] .icon-text{margin-left:4px}ytm-thumbnail-overlay-time-status-renderer[data-type=CLIP]{margin-right:8px;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-thumbnail-overlay-time-status-renderer[data-type=CLIP] c3-icon{height:16px;width:16px}#player-endscreen-container,#player-endscreen{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.3)}.ytm-player-endscreen{color:#eee}#player-endscreen[data-has-timer-countdown=true]{background-color:#000}.ytm-player-endscreen .cued-thumbnail-overlay{background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;position:absolute;opacity:.4}.ytm-player-endscreen .upnext-top{position:absolute;bottom:50%;width:100%;text-align:center}.ytm-player-endscreen .upnext-top .upnext-header,.ytm-player-endscreen .upnext-top .upnext-title,.ytm-player-endscreen .upnext-top .upnext-author{line-height:1.3em}.ytm-player-endscreen .upnext-header{color:rgba(255,255,255,.7);font-size:1.5rem}.ytm-player-endscreen .upnext-title{padding:0 10px 2px;margin-left:32px;margin-right:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:1.65rem}.ytm-player-endscreen .upnext-author{padding:0 10px 10px;color:#fff;font-size:1.4rem}.ytm-player-endscreen .upnext-middle{position:absolute;top:60%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px}.ytm-player-endscreen a.autoplay-next-container,.ytm-player-endscreen a.autoplay-next-container c3-icon{display:block;width:50px;height:50px;padding:0}.ytm-player-endscreen .upnext-bottom{position:absolute;top:70%;width:100%;text-align:center}.ytm-player-endscreen .autonav-off-controls-top{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:0;right:0}.ytm-player-endscreen .autonav-user-education-container{position:absolute;top:25%;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ytm-player-endscreen .autonav-off-controls{position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ytm-player-endscreen .autonav-off-controls .icon-button{height:48px;width:48px;padding:6px}.ytm-player-endscreen .autonav-off-controls .icon-button>c3-icon{height:36px;width:36px}.ytm-player-endscreen .autonav-off-controls .icon-button>c3-icon svg{-webkit-filter:drop-shadow(0 0 1px rgba(0,0,0,.5));filter:drop-shadow(0 0 1px rgba(0,0,0,.5))}.ytm-player-endscreen .autonav-off-controls .icon-button>c3-icon svg path{fill:#fff}.ytm-player-endscreen .autonav-off-controls .icon-button.icon-disable c3-icon svg path{fill:rgba(255,255,255,0.7)}.ytm-player-endscreen .autonav-off-controls .endscreen-replay-button{margin:0 60px}.ytm-player-endscreen .autonav-off-controls .endscreen-replay-button.icon-button,.ytm-player-endscreen .autonav-off-controls .endscreen-replay-button.icon-button>c3-icon{height:56px;width:56px;padding:0}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.ytm-player-endscreen .autonav-off-controls{margin-top:-6px}.ytm-player-endscreen .autonav-off-controls .endscreen-replay-button{margin:0 12px;padding:8px}}.ytm-player-endscreen button.icon-button.endscreen-logo-play-button{left:50%;top:50%;margin-left:-46px;margin-top:-32px;padding:0;position:absolute;display:block}.ytm-player-endscreen .endscreen-logo-play-button,.ytm-player-endscreen .endscreen-logo-play-button c3-icon{width:92px;height:64px}.ytm-player-endscreen .endscreen-logo-play-button c3-icon{fill:#f00}#player-endscreen .autonav-endscreen-button-container ytm-button-renderer{width:100%}#player-endscreen .autonav-endscreen-button-container ytm-button-renderer button{width:100%}.new-controls #player-endscreen{z-index:3}#player-endscreen.endscreen-v2{font-size:1.4rem}[dir=rtl] #player-endscreen.endscreen-v2[data-has-timer-countdown=true]{direction:rtl}#player-endscreen.endscreen-v2[data-has-timer-countdown=true]{padding:8px 16px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){#player-endscreen.endscreen-v2[data-has-timer-countdown=true]{padding:8px}}.ytm-player-endscreen .autonav-top-panel{position:absolute;top:0;right:0;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ytm-player-endscreen .autonav-top-panel icon-button{width:32px;height:32px;padding:4px}.ytm-player-endscreen .autonav-off-controls-top{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:0;right:0}.ytm-player-endscreen .autonav-user-education-container{position:absolute;top:25%;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ytm-player-endscreen .autonav-endscreen-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16px}.ytm-player-endscreen .autonav-endscreen-countdown-container{color:#aaa;margin-bottom:12px;margin-top:4px}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-header span.autonav-endscreen-countdown-number{color:#fff;font-weight:500}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container:first-child{margin-right:12px}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container .cued-thumbnail-overlay-v2,.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container .autonav-endscreen-video-info{width:50%;-webkit-flex-basis:calc(50% - 6px);flex-basis:calc(50% - 6px)}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container .cued-thumbnail-overlay-v2{position:relative}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container .cued-thumbnail-overlay-v2 .video-thumbnail-container-compact{width:100%;height:auto;padding-bottom:56.25%}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container .cued-thumbnail-overlay-v2 .thumbnail-overlays{position:absolute;bottom:0;right:0}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container .autonav-endscreen-video-info .autonav-endscreen-video-title{color:#fff;font-weight:400;margin-bottom:4px;line-height:1.25;-webkit-box-orient:vertical;display:-webkit-box;max-height:2.5em;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container .autonav-endscreen-video-info .autonav-endscreen-video-author{color:#aaa;font-size:1.2rem}.ytm-player-endscreen .autonav-endscreen-button-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ytm-player-endscreen .autonav-endscreen-button-container c3-material-button:first-child{margin-right:8px}.ytm-player-endscreen .autonav-endscreen-button-container c3-material-button{width:50%;-webkit-flex-basis:calc(50% - 8px);flex-basis:calc(50% - 8px);margin:0;background-color:rgba(255,255,255,.3)}.ytm-player-endscreen .autonav-endscreen-button-container c3-material-button.cancel-autoplay{background-color:rgba(255,255,255,.1)}.ytm-player-endscreen .autonav-endscreen-button-container c3-material-button button{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.ytm-player-endscreen .autonav-top-panel{display:none}.ytm-player-endscreen .autonav-endscreen-countdown-container{margin-bottom:8px}.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container .cued-thumbnail-overlay-v2,.ytm-player-endscreen .autonav-endscreen-countdown-container .autonav-endscreen-cued-video-container .autonav-endscreen-video-info{width:50%;-webkit-flex-basis:calc(50% - 4px);flex-basis:calc(50% - 4px)}.ytm-player-endscreen .autonav-endscreen-button-container c3-material-button{width:50%;-webkit-flex-basis:calc(50% - 4px);flex-basis:calc(50% - 4px)}}.ytm-player-endscreen .endscreen-v2 .autonav-endscreen-button-container ytm-button-renderer:first-child{margin-right:12px}.ytm-player-endscreen .endscreen-v2 .autonav-endscreen-button-container ytm-button-renderer{width:50%}.ytm-player-endscreen .endscreen-v2 .autonav-endscreen-button-container ytm-button-renderer a,.ytm-player-endscreen .endscreen-v2 .autonav-endscreen-button-container ytm-button-renderer button{width:100%}#player-endscreen.endscreen-v2.w2w-color-transitions-enabled{-webkit-transition:background-color;transition:background-color;-webkit-transition-timing-function:cubic-bezier(.05,0,0,1);transition-timing-function:cubic-bezier(.05,0,0,1)}img.custom-thumbnail.video-thumbnail-img{object-fit:scale-down;max-height:100%;max-width:100%}.video-thumbnail-container-large,.video-thumbnail-container-compact,.video-thumbnail-container-vertical{position:relative;-webkit-flex-shrink:0;flex-shrink:0;overflow:hidden}.video-thumbnail-bg{background-color:rgba(0,0,0,0.1)}.video-thumbnail-container-large{padding-bottom:56.25%}.video-thumbnail-container-large.stacked{border-radius:12px;border-top:1px solid #fff}.video-thumbnail-container-compact{width:160px;height:90px}.custom-thumbnail-background-container{position:absolute;width:180px;height:180px}.custom-thumbnail-background-container .custom-thumbnail{opacity:.7;-webkit-filter:blur(30px);filter:blur(30px)}.video-thumbnail-container-compact-rounded{border-radius:8px}.original-aspect-ratio img{height:100%;width:auto}.stacked{border-radius:12px;border-top:1px solid #fff}.video-thumbnail-container-vertical{width:148px;height:248px}@media(max-width:549px) and (orientation:portrait){.is-shorts .video-thumbnail-container-vertical:not(.no-full-bleed){--shorts-grid-width:calc(33.3333333333vw - var(--ytm-rich-item-margin, 2px)*2);width:var(--shorts-grid-width);height:calc(var(--shorts-grid-width)/.5625)}.is-shorts .is-slim-short .video-thumbnail-container-vertical:not(.no-full-bleed){height:calc(var(--shorts-grid-width)/.75)}.big-shorts-singleton .video-thumbnail-container-large{padding-bottom:125%}.big-shorts-singleton .video-thumbnail-container-large img{object-fit:cover;width:100%}}@media(max-width:587px){.is-shorts .video-thumbnail-container-vertical.no-full-bleed{--shorts-grid-width:calc(33.3333333333vw - 4px - var(--ytm-rich-item-margin, 2px)*2);width:var(--shorts-grid-width);height:calc(var(--shorts-grid-width)/.5625)}.is-shorts .is-slim-short .video-thumbnail-container-vertical.no-full-bleed{height:calc(var(--shorts-grid-width)/.75)}}@media(min-width:588px){.is-shorts .video-thumbnail-container-vertical{--shorts-grid-width:calc(25vw - 3px - var(--ytm-rich-item-margin, 2px)*3);width:var(--shorts-grid-width);height:calc(var(--shorts-grid-width)/.5625)}.is-shorts .is-slim-short .video-thumbnail-container-vertical{height:calc(var(--shorts-grid-width)/.75)}}@media(min-width:760px){.is-shorts .video-thumbnail-container-vertical{--shorts-grid-width:calc(20vw - 2.4px - var(--ytm-rich-item-margin, 2px)*4);width:var(--shorts-grid-width);height:calc(var(--shorts-grid-width)/.5625)}.is-shorts .is-slim-short .video-thumbnail-container-vertical{height:calc(var(--shorts-grid-width)/.75)}}@media(min-width:931px) and (orientation:landscape){.is-shorts .video-thumbnail-container-vertical{--shorts-grid-width:calc(16.6666666667vw - var(--ytm-rich-item-margin, 2px)*5);width:var(--shorts-grid-width);height:calc(var(--shorts-grid-width)/.5625)}.is-shorts .is-slim-short .video-thumbnail-container-vertical{height:calc(var(--shorts-grid-width)/.75)}}.mini-thumbnail .video-thumbnail-container-vertical{width:var(--mini-thumbnail-width,auto);height:var(--mini-thumbnail-height,auto)}.video-thumbnail-container-vertical img{object-fit:cover}@media(max-width:549px) and (orientation:portrait){ytm-item-section-renderer:first-of-type .video-thumbnail-container-large{margin-top:0}.video-thumbnail-container-large{margin:-13px -12px 0;padding-top:13px}}@media(max-width:299px) and (orientation:portrait){.video-thumbnail-container-large{margin:0;padding-top:0}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.video-thumbnail-container-vertical{width:110px;height:183px}}.video-thumbnail-container-large.rounded-thumbnail.fresh-feeds-rounding{border-radius:12px}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.video-thumbnail-container-large.rounded-thumbnail{border-radius:12px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.video-thumbnail-container-large.rounded-thumbnail{border-radius:12px}}.video-thumbnail-fill-parent{margin:0;padding-top:0;border-radius:12px}html{color:#0f0f0f;background-color:#fff;font-size:10px;font-family:Roboto,Arial,sans-serif}body{margin:0;padding:0;padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);font-size:1.2rem;overflow-x:hidden}[hidden][hidden]{display:none;visibility:hidden}ytm-app>.spinner{margin-top:100px}ytm-header{display:block}header{height:48px}.player-container{position:absolute;top:48px;right:0;right:env(safe-area-inset-right);left:0;left:env(safe-area-inset-left);overflow:hidden;z-index:2;direction:ltr}[has-player-custom-control=true] .player-container{overflow:visible!important}.inline-player-hidden,#player.inline-player-hidden{opacity:0;pointer-events:none}ytm-watch .player-size,.player-container .player-size{position:relative;width:100%;padding-bottom:56.25%;overflow:hidden;background-color:#000}.player-container .player-api{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.player-api[hidden],.player-api[playable=false],.player-api[loading=true]{display:none}#player.inline-on-thumbnail{padding:0;position:absolute;top:0;left:0;right:0;bottom:0}.player-container .html5-video-player{position:absolute;top:0;left:0;right:0;bottom:0}ytm-app{display:block;overflow-x:hidden}[has-soft-bar=true] ytm-app{padding-bottom:30px}[has-pivot-bar=true] ytm-app{padding-bottom:48px}ytm-header.sticky-player,ytm-header-bar.sticky-player,ytm-mobile-topbar-renderer.sticky-player,ytm-mobile-topbar-renderer.shorts-topbar{position:fixed;top:0;left:0;right:0;z-index:4;padding:0;padding:0 env(safe-area-inset-right) 0 env(safe-area-inset-left)}ytm-header-bar.sticky-player.out,ytm-mobile-topbar-renderer.sticky-player.out{top:-48px;-webkit-transition:-webkit-transform 195ms cubic-bezier(.4,0,1,1);transition:-webkit-transform 195ms cubic-bezier(.4,0,1,1);transition:transform 195ms cubic-bezier(.4,0,1,1);transition:transform 195ms cubic-bezier(.4,0,1,1),-webkit-transform 195ms cubic-bezier(.4,0,1,1);-webkit-transition-property:all;transition-property:all}ytm-header-bar.sticky-player.in,ytm-mobile-topbar-renderer.sticky-player.in{top:0;-webkit-transition:-webkit-transform 225ms cubic-bezier(0,0,.2,1);transition:-webkit-transform 225ms cubic-bezier(0,0,.2,1);transition:transform 225ms cubic-bezier(0,0,.2,1);transition:transform 225ms cubic-bezier(0,0,.2,1),-webkit-transform 225ms cubic-bezier(0,0,.2,1);-webkit-transition-property:all;transition-property:all}.player-container.sticky-player{position:fixed;top:48px;right:0;right:env(safe-area-inset-right);left:0;left:env(safe-area-inset-left);overflow:hidden;z-index:2}.player-container.header-in-player,.player-container.sticky-player.header-in-player{top:0}ytm-app.sticky-player{display:block;padding-top:48px}ytm-app.sticky-player.header-in-player{padding-top:0}@media(min-width:931px) and (orientation:landscape){.player-container,.player-container.sticky-player{right:256px}.player-placeholder-wrapper{width:calc(100% - 256px)}}@media(min-width:1280px) and (orientation:landscape){.player-container,.player-container.sticky-player{right:500px}.player-placeholder-wrapper{width:calc(100% - 500px)}}@media(max-width:930px) and (orientation:landscape){ytm-watch .player-size,.player-container .player-size{padding-bottom:calc(56.25% - 96px)}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-watch .player-size,.player-container .player-size{padding-bottom:56.25%}}@media(max-width:320px) and (max-height:240px) and (orientation:landscape){ytm-watch .player-size,.player-container .player-size{padding-bottom:56.25%}}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-app{padding-top:48px}ytm-header,ytm-header-bar,ytm-mobile-topbar-renderer{position:fixed;top:0;left:0;right:0;z-index:4}}.content-error{font-size:1.4rem;padding:12px;text-align:center}#player-thumbnail-overlay{position:absolute;top:0;object-fit:cover;min-height:0}#player-container-id[playable=true] #player-thumbnail-overlay{visibility:hidden}body.loading.page-shorts #header,body.loading.page-shorts .player-placeholder-wrapper{display:none}body.page-shorts #player-container-id,body.page-shorts .player-container #player{height:100%;top:0}*{-ms-flex:0 1 auto}html{word-wrap:break-word;color:#0f0f0f;background-color:#fff;-webkit-text-size-adjust:100%}html[darker-dark-theme]{background-color:#fff}html.watch-scroll{scroll-padding-top:48px}html.watch-scroll.sticky-player{scroll-padding-top:calc(48px + 56.25%)}input,textarea{background-color:transparent;padding-bottom:4px;outline:0;box-sizing:border-box;border:0;border-radius:0;margin-bottom:1px;font:inherit;color:#0f0f0f}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#606060;opacity:1}input::placeholder,textarea::placeholder{color:#606060;opacity:1}textarea{-webkit-appearance:none;appearance:none;min-height:8.4rem;width:100%;border:1px solid rgba(0,0,0,0.1);padding:8px}input{border-bottom:1px solid #737373;text-overflow:ellipsis}input:focus{margin-bottom:0;border-bottom-width:2px;border-bottom-color:#0f0f0f}form{margin:0}a{color:currentColor;text-decoration:none}strong,b{font-weight:500}h1,h2,h3,h4{margin:0 0 3px}h1,h2,h3,h4,.subhead{display:-webkit-box;-webkit-box-orient:vertical;max-height:2.5em;-webkit-line-clamp:2;overflow:hidden;line-height:1.25;text-overflow:ellipsis;font-weight:normal}h2{font-size:1.8rem}h3{font-size:1.4rem}h4{font-size:1.3rem}.subhead{opacity:.6}img{min-width:1px;min-height:1px;-webkit-filter:none;filter:none}.background-image{-webkit-filter:none;filter:none}.bottom-fade{position:absolute;top:0;bottom:0;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(90%,rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 90%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 90%)}img:not([src]){visibility:hidden}:focus{outline:0}.option{background-color:#fff}.title{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin:0;font-size:1.5rem;font-weight:normal}p{margin:8px 0;line-height:1.25}.details{display:-webkit-box;display:-webkit-flex;display:flex;margin-top:12px}.section{border-bottom:1px solid rgba(0,0,0,0.1)}.section:empty{display:none}.section+.section:not(:empty):last-of-type{border-bottom:0}.secondary-text{color:#606060}.small-text{font-size:1.2rem}.user-text{white-space:pre-wrap}.item{margin-top:12px;display:block}.item:last-child{margin-bottom:12px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.item{margin-top:8px}}.text-info:not(:empty)~.text-info:not(:empty)::before{content:"•";padding:0 4px}.image-overlay-text{text-shadow:1px 1px hsla(0,0%,6.7%,.2),-1px 1px hsla(0,0%,6.7%,.2),-1px -1px hsla(0,0%,6.7%,.2),1px -1px hsla(0,0%,6.7%,.2)}.image-overlay-icon{width:28px;height:28px;stroke:hsla(0,0%,6.7%,.2);stroke-width:1px}#player-control-container{-webkit-tap-highlight-color:rgba(0,0,0,0)}[dir=rtl] #player-shorts-container{direction:rtl}[shorts-player=true] .player-container #player,[shorts-player=true] #player-shorts-container,[faux-fullscreen=true] .player-container #player,[faux-fullscreen=true] #player-control-container{position:fixed;top:0;left:0;right:0;bottom:0;padding-bottom:0}[shorts-player=true] .player-container .html5-video-container{width:100%;height:100%}[shorts-player=true] ytm-header-bar,[shorts-player=true] ytm-mobile-topbar-renderer:not(.shorts-topbar),[faux-fullscreen=true] ytm-header-bar,[faux-fullscreen=true] ytm-mobile-topbar-renderer,[mini-app-fullscreen=true] ytm-header-bar,[mini-app-fullscreen=true] ytm-mobile-topbar-renderer{z-index:0}[mini-app-fullscreen=true] ytm-app{padding-top:0}[shorts-player=true] .player-container,[faux-fullscreen=true] .player-container{overflow:visible;z-index:4}[shorts-player=true] .player-container .ytp-unmute.ytp-popup{top:75px;left:0;left:env(safe-area-inset-left)}.ypc-promotion{color:#c00;font-size:1.2rem;font-weight:500;line-height:2.4rem}button,select,[role=button],input[type=checkbox]{cursor:pointer}.hidden-button{position:fixed;top:0;left:0;height:1px;width:1px}ytm-searchbox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.searchbox-form{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.searchbox-input-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:32px;background-color:rgba(0,0,0,0.05);border-radius:32px;margin-right:8px;padding-right:4px}.searchbox-input-wrapper .searchbox-input{border:0;padding-left:12px;caret-color:#0f0f0f}.searchbox-clear-search-wrapper{margin-right:8px}.searchbox-clear-search-wrapper .icon-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:36px;width:36px}.searchbox-clear-search-wrapper c3-icon{height:16px;width:16px}.searchbox-voice-search-wrapper{height:32px;width:32px;border-radius:32px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:12px;margin-left:4px}.searchbox-voice-search-wrapper,.mobile-topbar-header .searchbox-voice-search-wrapper{background-color:rgba(0,0,0,0.05);-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.mobile-topbar-header.restyle[data-mode=searching]{border-bottom:solid 1px rgba(0,0,0,0.05)}.mobile-topbar-header.restyle .mobile-topbar-header-content{height:100%}.mobile-topbar-header.restyle .searchbox-form,.mobile-topbar-header.restyle .searchbox-input-wrapper{background-color:#fff}.mobile-topbar-header.restyle .searchbox-form.explicit-search-icon{border:solid 1px rgba(0,0,0,0.1)}.mobile-topbar-header.restyle .searchbox-form{margin:8px 8px 8px 0;position:relative;border-radius:4px;overflow:hidden}.mobile-topbar-header.restyle .searchbox-input-wrapper{height:100%;border-radius:4px 0 0 4px;border-width:0;margin:0}.mobile-topbar-header.restyle .searchbox-input.title{height:100%;padding:0 0 0 8px;margin:0;border:0}.mobile-topbar-header.restyle .title{font-size:1.4rem;line-height:1.8rem}.mobile-topbar-header.restyle .title::-webkit-input-placeholder{color:#909090}.mobile-topbar-header.restyle .title::placeholder{color:#909090}.mobile-topbar-header.restyle .add-background-color{background-color:#fff;border:solid 1px rgba(0,0,0,0.1);border-width:0 0 0 1px}.mobile-topbar-header.restyle .search-bar .icon-button,.mobile-topbar-header.restyle .searchbox-form .icon-button{width:48px;height:48px;padding:12px}.mobile-topbar-header.restyle .sbdd_a{margin-top:0}.mobile-topbar-header.restyle .searchbox-dropdown{top:49px}.searchbox-dropdown .sbpqs_a,.searchbox-dropdown .sbsb_i{color:#065fd4}.searchbox-input.title{width:100%;margin-top:4px}.searchbox-input.title[type=search]{-webkit-appearance:none;border-radius:0}.searchbox-input.title[type=search]::-webkit-search-cancel-button,.searchbox-input.title[type=search]::-webkit-search-decoration .searchbox-input.title[type=search]::-webkit-search-results-button,.searchbox-input.title[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.searchbox-dropdown{position:absolute;top:48px;left:0;right:0}.searchbox-dropdown[data-has-modern-search-suggest-behavior=true]{overflow-y:scroll;height:calc(100vh - 48px);overscroll-behavior:contain}.searchbox-dropdown .sbdd_a{font-size:1.4rem;color:#0f0f0f;background-color:#fff;display:block!important}.searchbox-dropdown .sbmsq_a,.searchbox-dropdown .sbsb_e,.searchbox-dropdown .sbsb_d{background-color:rgba(0,0,0,0.05)}.searchbox-dropdown .sbpqs_a,.searchbox-dropdown .sbsb_i{color:#065fd4}.searchbox-dropdown .sbpqs_d{overflow:auto}.searchbox-dropdown .sbsb_c{background-color:#fff}.searchbox-dropdown .sbsb_a{background:transparent}.searchbox-dropdown .sbdd_b{background-color:#fff}.voice-search-dialog-container{display:block;position:fixed;bottom:0;left:0;right:0;top:0;z-index:4}ytm-voice-search-dialog-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;box-sizing:border-box;background-color:#fff;height:100%;padding:28px}ytm-voice-search-dialog-renderer .voice-search-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;margin-bottom:48px;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.voice-search-body{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;padding:8px}.voice-search-body-text{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.voice-search-body-line{padding-top:8px;color:#606060}.voice-search-transcription-high{padding-right:4px;color:#0f0f0f}.voice-search-transcription-low{color:#909090}.voice-search-transcription-high,.voice-search-transcription-low{display:inline-block}.voice-search-mic-section{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.voice-search-mic-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-align-self:center;align-self:center;position:relative;height:120px;width:120px;margin-bottom:8px}.voice-search-mic-circle,.voice-search-mic-levels,.voice-search-mic-pulse{position:absolute;top:20px;left:20px;border-radius:50%;width:80px;height:80px}.voice-search-mic-pulse{width:78px;height:78px;border:1px solid rgba(0,0,0,0.1);opacity:0}.animation-off .voice-search-dialog-container *{-webkit-animation:none!important;animation:none!important}.voice-search-mic-state-listening .voice-search-mic-pulse{-webkit-animation:voice-search-pulse-listening 1.3s infinite;animation:voice-search-pulse-listening 1.3s infinite;opacity:1}.voice-search-mic-levels{background-color:rgba(0,0,0,0.1);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.voice-search-mic-state-speaking .voice-search-mic-levels{-webkit-animation:voice-search-levels-speaking .8s infinite;animation:voice-search-levels-speaking .8s infinite}.voice-search-mic-circle{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;background-color:#c00;outline:0}.voice-search-mic-icon{width:47px;height:47px;color:#fff}.voice-search-mic-state-try-again .voice-search-mic-circle{background-color:rgba(0,0,0,0.05);cursor:pointer}.voice-search-mic-state-try-again .voice-search-mic-icon{color:#606060}@-webkit-keyframes voice-search-pulse-listening{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes voice-search-pulse-listening{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@-webkit-keyframes voice-search-levels-speaking{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.5);transform:scale(1.5)}25%{-webkit-transform:scale(1.3);transform:scale(1.3)}36%{-webkit-transform:scale(1.05);transform:scale(1.05)}50%{-webkit-transform:scale(1.75);transform:scale(1.75)}65%{-webkit-transform:scale(1.25);transform:scale(1.25)}82%{-webkit-transform:scale(1.45);transform:scale(1.45)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes voice-search-levels-speaking{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.5);transform:scale(1.5)}25%{-webkit-transform:scale(1.3);transform:scale(1.3)}36%{-webkit-transform:scale(1.05);transform:scale(1.05)}50%{-webkit-transform:scale(1.75);transform:scale(1.75)}65%{-webkit-transform:scale(1.25);transform:scale(1.25)}82%{-webkit-transform:scale(1.45);transform:scale(1.45)}100%{-webkit-transform:scale(1);transform:scale(1)}}.voice-search-mic-label{-webkit-align-self:center;align-self:center;color:#606060;height:28px}.voice-search-mic-label h3{font-size:1.6rem}@media(max-width:930px) and (orientation:landscape){.voice-search-body{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-align-self:center;align-self:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.voice-search-mic-label{display:none}ytm-voice-search-dialog-renderer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;padding-left:36px}ytm-voice-search-dialog-renderer .voice-search-header{position:absolute}}ytm-custom-control .icon-button{height:48px;width:48px;padding:12px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-custom-control .icon-button{height:40px;width:40px;padding:8px}ytm-custom-control .icon-button>c3-icon{height:24px;width:24px}}ytm-custom-control .autonav-user-education-container{position:absolute;top:25%;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}ytm-custom-control .player-controls-bottom .icon-button>c3-icon svg path,ytm-custom-control .player-controls-middle .icon-button>c3-icon svg path,ytm-custom-control .player-controls-top .icon-button>c3-icon svg path,ytm-custom-control .player-controls-pb .icon-button>c3-icon,ytm-custom-control .player-controls-top ytm-closed-captioning-button button[aria-pressed=true]>c3-icon svg path,ytm-custom-control .player-controls-top ytm-closed-captioning-button button[aria-pressed=false]>c3-icon svg path,ytm-custom-control .fine-scrubbing-overlay .icon-button>c3-icon svg path{fill:#fff}ytm-custom-control .player-controls-top ytm-closed-captioning-button button>c3-icon svg path,ytm-custom-control .player-controls-middle .icon-button.icon-disable>c3-icon svg path{fill:rgba(255,255,255,0.7)}ytm-custom-control .player-controls-top{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:0;right:0;z-index:1}[dir=rtl] ytm-custom-control .player-controls-top,[dir=rtl] ytm-custom-control .player-controls-background{direction:rtl}body[faux-fullscreen=true] ytm-custom-control .player-controls-top{top:env(safe-area-inset-top)}ytm-custom-control c3-overlay{visibility:visible}#player-control-overlay{position:absolute;top:0;left:0;right:0;bottom:0;touch-action:manipulation}#player-control-overlay .player-controls-content{height:100%;overflow:hidden;visibility:hidden}#player-control-overlay .player-controls-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:rgba(0,0,0,0)}#player-control-overlay .player-controls-background-container{position:absolute;z-index:0;left:0;right:0;bottom:0;top:0;visibility:visible}#player-control-overlay .player-controls-background-action-items{position:absolute;z-index:0}#player-control-overlay.animation-enabled{-webkit-transition:-webkit-transform .7s;transition:-webkit-transform .7s;transition:transform .7s;transition:transform .7s,-webkit-transform .7s;-webkit-transition-property:all;transition-property:all}#player-control-overlay.animation-enabled .player-controls-background{-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:.7s;transition-duration:.7s}#player-control-overlay.pointer-events-off{pointer-events:none}#player-control-overlay.fadein{pointer-events:auto}#player-control-overlay.fadein .player-controls-background{z-index:1;background:rgba(0,0,0,.6)}#player-control-overlay.fadein .player-controls-content{visibility:visible}#player-control-overlay.fadein.background-hidden .player-controls-background{background:rgba(0,0,0,0)}ytm-macro-markers-list-item-renderer{display:-webkit-box;display:-webkit-flex;display:flex}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1);height:166px;width:103px}ytm-macro-markers-list-item-renderer .inside-list.ytm-macro-markers-list-item-endpoint{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;border:0;height:90px;padding:8px 12px;width:100%}ytm-macro-markers-list-item-renderer .video-thumbnail-container-compact{box-sizing:border-box;background-position:center;background-repeat:no-repeat;background-size:cover;height:54px;margin:4px;width:95px}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.selected{background-color:#fff}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.selected .video-thumbnail-container-compact{outline:2px solid #065fd4}ytm-macro-markers-list-item-renderer .inside-list .video-thumbnail-container-compact{-webkit-flex-shrink:0;flex-shrink:0;height:90px;margin:0;width:160px}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-info-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}ytm-macro-markers-list-item-renderer .inside-list .ytm-macro-markers-list-item-info-wrapper{padding-left:8px}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}ytm-macro-markers-list-item-renderer .inside-list .ytm-macro-markers-list-item-info{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-title{box-sizing:border-box;-webkit-box-flex:1;-webkit-flex:1;flex:1;margin:4px 8px 0;width:82px}ytm-macro-markers-list-item-renderer .inside-list .ytm-macro-markers-list-item-title{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0;margin:0;padding-bottom:8px;width:auto;min-width:0}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-title h4{max-height:5em;-webkit-line-clamp:4;word-break:break-word;white-space:normal;font-size:1.4rem;margin:0}ytm-macro-markers-list-item-renderer .inside-list .ytm-macro-markers-list-item-title h4{max-height:3.75em;-webkit-line-clamp:3}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-time-wrapper{box-sizing:border-box;-webkit-align-self:flex-start;align-self:flex-start;margin:8px;padding:0 4px;background-color:#def1ff;border-radius:2px}ytm-macro-markers-list-item-renderer .inside-list .ytm-macro-markers-list-item-time-wrapper{margin:0}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-time{font-size:1.2rem;font-weight:500;color:#065fd4;margin:0;line-height:16px}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-share-button{-webkit-align-self:center;align-self:center;padding-left:4px;-webkit-flex-shrink:0;flex-shrink:0}ytm-macro-markers-list-item-renderer .inside-list .ytm-macro-markers-list-item-share-button{display:block}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.modern-sd-macro-marker{width:160px;border:0;position:relative}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.modern-sd-macro-marker .video-thumbnail-container-compact{width:150px;height:85px}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.modern-sd-macro-marker .ytm-macro-markers-list-item-info{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.modern-sd-macro-marker .ytm-macro-markers-list-item-title{width:calc(100% - 16px)}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.modern-sd-macro-marker .ytm-macro-markers-list-item-title h4{line-height:1.25;max-height:2.5em;-webkit-line-clamp:2}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.modern-sd-macro-marker .ytm-macro-markers-list-item-time-wrapper{z-index:1}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.modern-sd-macro-marker.selected{background-color:unset}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.modern-sd-macro-marker.selected .video-thumbnail-container-compact{outline:unset;border:2px solid #065fd4}ytm-macro-markers-list-item-renderer:not(:last-child) .ytm-macro-markers-list-item-endpoint.modern-sd-macro-marker:before{content:"";position:absolute;top:108px;left:30px;height:2px;width:160px;background-color:#def1ff}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-macro-markers-list-item-renderer .inside-list.ytm-macro-markers-list-item-endpoint{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:auto}ytm-macro-markers-list-item-renderer .inside-list .video-thumbnail-container-compact{height:auto;padding-bottom:56.25%;width:100%}ytm-macro-markers-list-item-renderer .inside-list .ytm-macro-markers-list-item-info-wrapper{padding-top:8px;padding-left:0}ytm-macro-markers-list-item-renderer .inside-list .ytm-macro-markers-list-item-share-button{-webkit-align-self:flex-start;align-self:flex-start}ytm-macro-markers-list-item-renderer .inside-list .ytm-macro-markers-list-item-share-button .c3-material-button-button{padding:0}}ytm-macro-markers-list-item-renderer .ytm-macro-markers-list-item-endpoint.color-sampling-enabled .video-thumbnail-container-compact{border:unset;outline:unset}ytm-macro-markers-list-renderer{display:block;padding-bottom:32px}ytm-macro-markers-list-renderer .ytm-macro-markers-list-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-macro-markers-list-renderer .sync-button>button{background-color:#0f0f0f}ytm-macro-markers-list-renderer .sync-button span{color:#fff}ytm-macro-markers-list-renderer .sync-button>button{border-radius:20px;bottom:16px;left:50%;padding:12px;position:fixed;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-fit-content;width:fit-content;z-index:3;text-transform:none}ytm-chaptered-player-bar-renderer{position:absolute;width:100%}.chaptered-player-bar-renderer{display:-webkit-box;display:-webkit-flex;display:flex;height:3px}.chaptered-player-bar-chapter{height:3px;background:#f00;margin:0 1px;position:relative}.chaptered-player-bar-chapter:first-of-type{margin-left:0!important}.chaptered-player-bar-chapter:last-of-type{margin-right:0!important}.is-scrubbing .chaptered-player-bar-chapter{margin:0 2px}.chaptered-player-bar-fill{background:red;height:3px;position:absolute;z-index:2}.chaptered-player-bar-loaded{background:rgba(255,255,255,.3);height:3px;position:absolute;z-index:1}.hovered-macro-marker{-webkit-transform:scaleY(2);transform:scaleY(2);-webkit-transform-origin:center;transform-origin:center}.fine-scrubbing-container{position:absolute;height:72px;left:0;right:0;background-color:#000;bottom:0;z-index:2;overflow:hidden}.fine-scrubbing-center-line{z-index:1;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;width:2px;height:100%}.fine-scrubbing-filmstrip{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;position:absolute;left:50%}.fine-scrubbing-filmstrip-thumbnail{height:72px;width:72px;overflow:hidden;position:relative;-webkit-flex-shrink:0;flex-shrink:0}.fine-scrubbing-filmstrip-chaptered-thumbnail{height:72px;width:128px;overflow:hidden;position:relative;-webkit-flex-shrink:0;flex-shrink:0}.fine-scrubbing-filmstrip-chaptered-thumbnail .chaptered-thumbnail-overlay{background-color:rgba(0,0,0,0.6);color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;inset:0}.heatseeker-container{position:absolute;top:13px;left:0;right:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);fill:rgba(255,255,255,.4)}.align-to-progress-bar{top:9.5px}ytm-progress-bar,.ytm-progress-bar{width:100%;overflow:visible;cursor:pointer;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bottom-edge{margin:0 -30px -21px}.progress-bar-line,.progress-bar-background,.progress-bar-loaded,.progress-bar-played,.progress-bar-hovered{position:absolute;height:3px}.progress-bar-line{width:100%;padding:20px 0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.progress-bar-background{background-color:#fff;opacity:.3;width:100%}.progress-bar-loaded{background-color:#fff;opacity:.6}.progress-bar-hovered{background-color:#fff;opacity:.7}.progress-bar-played{background-color:#f00}.progress-bar-playhead-wrapper{z-index:0}.progress-bar-playhead-wrapper.in-dragging .progress-bar-playhead-dot{height:16px;width:16px}.progress-bar-playhead-dot{display:block;height:12px;width:12px;border-radius:50%;background-color:#f00}.fp .progress-bar-playhead-wrapper{top:-12px;display:none}.fp .progress-bar-playhead-dot{height:15px;width:15px}.fp .progress-bar-line,.fp .progress-bar-background,.fp .progress-bar-loaded,.fp .progress-bar-played{height:6px}.fp.fadein .progress-bar-playhead-wrapper{display:block}.new-controls .pointer-events-off{pointer-events:none}.player-controls-pb{position:absolute;bottom:0;left:30px;right:30px;height:44px;z-index:2}.fp .player-controls-pb{bottom:-22px;left:0;right:0}body[faux-fullscreen=true] .player-controls-pb{left:24px;right:24px}body[faux-fullscreen=true] .enable-fullscreen-controls .player-controls-pb{bottom:30px}body[faux-fullscreen=true] .enable-fullscreen-controls.fs-watch-system .player-controls-pb{bottom:50px}.player-controls-pb.always-show{visibility:visible}ytm-paid-content-overlay-renderer{color:#fff;-webkit-animation:fade 3s ease-in 20s forwards;animation:fade 3s ease-in 20s forwards;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;padding:12px 0 0 12px;display:-webkit-box;display:-webkit-flex;display:flex}ytm-paid-content-overlay-renderer.hidden{display:none}.ytm-paid-content-overlay-link{-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#fff;background-color:rgba(0,0,0,0.6);border-left:4px solid #3ea6ff;border-radius:12px;display:-webkit-box;display:-webkit-flex;display:flex;max-width:312px;padding:8px;text-decoration:none}.ytm-paid-content-overlay-text{font-size:1.3rem;padding-left:8px}@-webkit-keyframes fade{to{opacity:0}}@keyframes fade{to{opacity:0;pointer-events:none}}.YtmBigboardHost{position:relative;overflow:hidden;height:100%}ytm-custom-control .player-controls-bottom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:absolute;left:12px;right:12px;bottom:30px;z-index:1}ytm-custom-control .player-controls-bottom .icon-button{height:44px;width:44px;padding:8px;display:block}body[faux-fullscreen=true] .player-controls-bottom{bottom:44px}body[faux-fullscreen=true] .enable-fullscreen-controls .player-controls-bottom{bottom:74px}body[faux-fullscreen=true] .enable-fullscreen-controls.fs-watch-system .player-controls-bottom{bottom:94px}ytm-custom-control .fp .player-controls-bottom{bottom:0;left:0;right:0}ytm-custom-control .fp .fullscreen-icon{width:40px;height:40px;margin-bottom:12px}ytm-time-display,.ytm-time-display{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:16px;font-weight:500;overflow:hidden}.time-display-content{pointer-events:none;overflow:hidden}.time-display-content.time-display-with-live-dot{pointer-events:auto}.time-display-content.time-display-with-live-dot.live-at-head{pointer-events:none}.middot,.time-first,.time-second,.time-delimiter,.time-macro{color:#fff}.remaining-time{margin:5px;padding:1px 4px;border-radius:4px;font-size:1.2rem;color:#fff;background-color:rgba(0,0,0,0.8)}.remaining-time.fresh-feeds-timestamps{border-radius:4px;padding:3px 5px;margin:5px;color:#fff;font-size:1.2rem;background-color:rgba(0,0,0,0.8)}.time-second,.time-delimiter{opacity:.7}.time-delimiter,.middot{margin:0 4px}.playbar-action-button-container{margin:0;font-size:1.2rem}.playbar-action-button{pointer-events:auto;padding:0;overflow:hidden}.playbar-action-button-chevron{color:#fff}.time-macro{text-transform:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time-display-with-live-dot::before{display:inline-block;height:6px;width:6px;border-radius:50%;margin-right:4px;background-color:#fff;opacity:.7;content:""}.live-at-head.time-display-with-live-dot::before{background-color:#f00;opacity:1}.live-at-head{color:#f00}.player-controls-double-tap-to-seek-content{position:absolute;top:0;left:0;right:0;bottom:0;color:#fff;overflow:hidden}.player-controls-double-tap-to-seek-content.always-visible{visibility:visible;pointer-events:none}.player-controls-double-tap-to-seek-static-circle{position:absolute;border-radius:50%;background-color:#fff;opacity:.25}.player-controls-double-tap-to-seek-content.always-visible .player-controls-double-tap-to-seek-static-circle{opacity:0}.circle-show{-webkit-animation:.2s linear fade-in-circle forwards;animation:.2s linear fade-in-circle forwards}.circle-hide{-webkit-animation:.2s linear fade-out-circle forwards;animation:.2s linear fade-out-circle forwards}.player-controls-double-tap-to-seek-info{position:relative;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.player-controls-double-tap-to-seek-info[side=back]{left:16%}.player-controls-double-tap-to-seek-info[side=forward]{left:84%}.player-controls-arrows-container{white-space:nowrap}.player-controls-forward-arrow,.player-controls-backward-arrow{display:inline-block;box-sizing:border-box}.player-controls-arrow-large{width:20px;height:20px;border:10px solid rgba(0,0,0,0)}.player-controls-arrow-small{width:10px;height:10px;border:5px solid rgba(0,0,0,0)}.player-controls-arrow-large.player-controls-forward-arrow{border-left:10px solid #fff;margin-right:-5px}.player-controls-arrow-large.player-controls-backward-arrow{border-right:10px solid #fff;margin-left:-5px}.player-controls-arrow-small.player-controls-forward-arrow{border-left:5px solid #fff;margin-right:-2.5px}.player-controls-arrow-small.player-controls-backward-arrow{border-right:5px solid #fff;margin-left:-2.5px}.player-controls-arrow-forward-fade-out,.player-controls-arrow-backward-fade-out{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.player-controls-arrow-forward-fade-out{-webkit-animation-name:fade-out-forward;animation-name:fade-out-forward}.player-controls-arrow-backward-fade-out{-webkit-animation-name:fade-out-backward;animation-name:fade-out-backward}.player-controls-arrow-forward-fade-out:nth-child(2),.player-controls-arrow-backward-fade-out:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.player-controls-arrow-forward-fade-out:nth-child(3),.player-controls-arrow-backward-fade-out:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes fade-out-forward{0%{border-left-color:rgba(0,0,0,0)}50%{border-left-color:#fff}100%{border-left-color:rgba(0,0,0,0)}}@keyframes fade-out-forward{0%{border-left-color:rgba(0,0,0,0)}50%{border-left-color:#fff}100%{border-left-color:rgba(0,0,0,0)}}@-webkit-keyframes fade-out-backward{0%{border-right-color:rgba(0,0,0,0)}50%{border-right-color:#fff}100%{border-right-color:rgba(0,0,0,0)}}@keyframes fade-out-backward{0%{border-right-color:rgba(0,0,0,0)}50%{border-right-color:#fff}100%{border-right-color:rgba(0,0,0,0)}}@-webkit-keyframes fade-in-circle{from{opacity:0}to{opacity:.25}}@keyframes fade-in-circle{from{opacity:0}to{opacity:.25}}@-webkit-keyframes fade-out-circle{from{opacity:.25}to{opacity:0}}@keyframes fade-out-circle{from{opacity:.25}to{opacity:0}}ytm-slim-metadata-toggle-button-renderer.circle-buttons{margin-right:12px}ytm-slim-metadata-toggle-button-renderer.circle-buttons .button-renderer-text{display:none}ytm-slim-metadata-toggle-button-renderer.circle-buttons .button-renderer{width:40px;height:40px;min-width:auto;border:1px solid rgba(255,255,255,.3);border-radius:50%;margin:0}ytm-slim-metadata-toggle-button-renderer.circle-buttons .c3-material-button-button{padding:0}ytm-slim-metadata-toggle-button-renderer.circle-buttons .button-renderer-icon{width:20px;height:20px}.animated-like-toggle-button .lottie-component{height:24px;width:24px;margin:0 8px}.animated-like-toggle-button .lottie-component .animated-like-icon{pointer-events:none;width:61px;height:62px;-webkit-transform:translate(-18px,-18px);transform:translate(-18px,-18px)}.animated-like-toggle-button .lottie-component{margin:0}.player-controls-hide{display:none}.fullscreen-controls{--controls-height:215px;--video-recommendations-peek-height:36px;top:calc(100vh - var(--video-recommendations-peek-height));left:0;right:0;position:absolute;height:var(--controls-height);z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:12px;box-sizing:border-box}.fs-watch-system .fullscreen-controls{top:100vh}.fullscreen-controls-video-title{color:#fff}.fullscreen-controls .large-media-item-headline{color:#fff;-webkit-line-clamp:1}.fullscreen-controls .large-media-item-info{margin-left:0}.fullscreen-controls .ytm-badge-and-byline-item-byline{color:#fff}.fullscreen-controls.expanded{top:calc(100vh - var(--controls-height))}.fullscreen-recommendations-wrapper{-webkit-box-flex:1;-webkit-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.fullscreen-recommendations-wrapper::-webkit-scrollbar{display:none}.fullscreen-buttons-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;height:44px}.fullscreen-recommendation{width:200px;min-width:200px;margin:0 8px}.top-fullscreen-controls{padding:12px;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:0;left:0;right:0;z-index:1}.fullscreen-close-button-wrapper{margin-top:-8px;margin-left:auto}.fullscreen-action-menu{position:absolute;bottom:12px;height:40px;left:24px;right:24px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.action-menu-engagement-buttons-wrapper{display:-webkit-box;display:-webkit-flex;display:flex}.fullscreen-recommendation,.fullscreen-action-menu,.fullscreen-action-menu .yt-core-attributed-string{color:#fff}.fullscreen-watch-next-entrypoint-wrapper{margin-left:auto;height:100%}.fullscreen-more-videos-endpoint{display:-webkit-box;display:-webkit-flex;display:flex}.stacked-videos-wrapper{position:relative;z-index:1;width:64px;height:100%}.stacked-video-preview{width:64px;height:36px;-webkit-transform-origin:top center;transform-origin:top center;position:absolute;top:0;background:black;border:1px solid white;border-radius:3px;overflow:hidden;box-sizing:border-box}.stacked-video-preview .stacked-video-preview-image{width:100%;height:100%;object-fit:cover}.stacked-video-preview:nth-child(1){z-index:3}.stacked-video-preview:nth-child(2){z-index:2;-webkit-transform:translateY(-4px) scale(.875);transform:translateY(-4px) scale(.875)}.stacked-video-preview:nth-child(2) .stacked-video-preview-image{opacity:.75}.stacked-video-preview:nth-child(3){z-index:1;-webkit-transform:translateY(-8px) scale(.75);transform:translateY(-8px) scale(.75)}.stacked-video-preview:nth-child(3) .stacked-video-preview-image{opacity:.5}.more-videos-message{margin-right:12px;text-align:right}.more-videos-message-title{font-size:12px;line-height:16px}.more-videos-message-subtitle{font-size:10px;line-height:14px;opacity:.7}@media(max-width:549px) and (orientation:portrait){.fs-watch-system .fullscreen-controls,.fs-watch-system .fullscreen-action-menu{display:none}}ytm-badge-and-byline-renderer{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;max-height:3em;text-overflow:ellipsis;overflow:hidden}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-badge-and-byline-renderer{display:block;max-height:none;overflow:visible}}ytm-badge-and-byline-renderer.small-lockup{-webkit-box-orient:vertical;-webkit-line-clamp:1}ytm-badge-and-byline-renderer div.small-lockup{display:-webkit-box;display:-webkit-flex;display:flex}ytm-badge-and-byline-renderer span.small-lockup{display:block;line-height:1.25;max-height:1.25em;overflow:hidden;white-space:pre;word-break:break-word;text-overflow:ellipsis}.ytm-badge-and-byline-item-byline,.ytm-badge-and-byline-item-badge,.ytm-badge-and-byline-separator{margin-right:4px}.ytm-badge-and-byline-item-byline{display:inline;opacity:.6}.ytm-badge-and-byline-item-badge{display:inline-block}.ytm-badge-and-byline-separator{font-size:1.2rem;opacity:.6}ytm-badge-and-byline-renderer ytm-badge-supported-renderer{position:relative}ytm-badge-and-byline-renderer[data-is-all-badges=true]{margin-top:4px}ytm-badge-supported-renderer{display:-webkit-box;display:-webkit-flex;display:flex}ytm-badge-supported-renderer>ytm-metadata-badge-renderer{min-width:0;-webkit-flex-shrink:10000;flex-shrink:10000}ytm-badge-supported-renderer>ytm-metadata-badge-renderer:first-child{-webkit-flex-shrink:1;flex-shrink:1}ytm-badge-supported-renderer ytm-badge{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.typography-display-2{font-size:2.4rem;line-height:3.2rem}.typography-display-1{font-size:2rem;line-height:2.8rem;letter-spacing:.005em}.typography-title-2{font-size:1.6rem;line-height:2rem;letter-spacing:.01em}.typography-title-1{font-size:1.4rem;line-height:1.8rem;letter-spacing:.01em}.typography-button{font-size:1.4rem;font-weight:500;text-transform:uppercase;line-height:1.8rem;letter-spacing:.01em}.typography-body-2b{font-size:1.4rem;font-weight:500;line-height:1.8rem;letter-spacing:.01em}.typography-body-2a{font-size:1.4rem;line-height:1.8rem;letter-spacing:.01em}.typography-body-1b{font-size:1.2rem;font-weight:500;line-height:1.6rem;letter-spacing:.02em}.typography-body-1a{font-size:1.2rem;line-height:1.6rem;letter-spacing:.02em}.typography-label{font-size:1rem;line-height:1.4rem}.typography-narrow-default-action-m{font-weight:500;font-size:14px;line-height:18px}ytm-metadata-badge-renderer+ytm-metadata-badge-renderer{margin-left:4px}ytm-metadata-badge-renderer c3-icon{height:15px;width:15px;vertical-align:sub}ytm-metadata-badge-renderer.badge-large-icon c3-icon{height:18px;width:18px}.metadata-badge[data-type=BADGE_STYLE_TYPE_AD]{display:-webkit-box;display:-webkit-flex;display:flex;padding:2px 0;color:#0f0f0f;background:0;white-space:nowrap;font-weight:700}.metadata-badge[data-type=BADGE_STYLE_TYPE_AD]:after{content:"·";-webkit-padding-end:4px;padding-inline-end:4px;-webkit-padding-start:4px;padding-inline-start:4px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.metadata-badge[data-type=BADGE_STYLE_TYPE_SIMPLE]{color:#606060;background-color:rgba(0,0,0,0.05)}.metadata-badge[data-type=BADGE_STYLE_TYPE_RED]{color:#c00;background-color:rgba(0,0,0,0.05)}.metadata-badge[data-type=BADGE_STYLE_TYPE_PREMIUM]{color:#606060;background-color:rgba(0,0,0,0.05);padding:0;padding-right:4px}.metadata-badge[data-type=BADGE_STYLE_TYPE_PREMIUM] c3-icon{height:14px;width:14px;padding:2px 4px 2px 2px}.metadata-badge[data-type=BADGE_STYLE_TYPE_YPC]{color:#107516;background-color:rgba(0,0,0,0.05)}.metadata-badge[data-type=BADGE_STYLE_TYPE_YPC_GREEN]{background-color:#deffde;color:#107516}.metadata-badge[data-type=BADGE_STYLE_TYPE_VERIFIED],.metadata-badge[data-type=BADGE_STYLE_TYPE_VERIFIED_ARTIST],.metadata-badge[data-type=BADGE_STYLE_TYPE_COLLECTION]{background:0;padding:0}.metadata-badge[data-type=BADGE_STYLE_TYPE_DISABLED]{color:#909090}.metadata-badge[data-type=BADGE_STYLE_TYPE_COLLECTION]{text-transform:uppercase}.metadata-badge[data-type=BADGE_STYLE_TYPE_SHORTS_PLAYER]{color:#fff;background-color:rgba(0,0,0,0.3)}.metadata-badge[data-type=BADGE_STYLE_TYPE_STARTING_SOON]{background:transparent;color:#c00;border:1px solid #c00}ytm-badge{display:inline-block;padding:2px 4px;border-radius:4px;color:#606060;background-color:rgba(0,0,0,0.05)}ytm-badge>y-icon{width:13px;height:13px}ytm-badge+ytm-badge{margin-left:4px}ytm-badge[data-type=BADGE_STYLE_TYPE_MEMBERS_ONLY]>c3-icon{color:#107516}ytm-badge[data-type=BADGE_STYLE_TYPE_SHORTS_PLAYER]>c3-icon{padding-right:2px}ytm-privacy-badge-renderer{margin-left:4px}ytm-privacy-badge-renderer c3-icon{height:15px;width:15px}.standalone-collection-badge{color:#0f0f0f;background:0}.standalone-collection-badge a{color:#065fd4}.standalone-collection-badge-inline a{color:#606060}.standalone-collection-badge .icon-text{display:inline;margin-right:4px}.top-standalone-badge ytm-badge,.top-standalone-badge ytm-badge[data-type]{padding:12px 4px 4px;margin-top:-12px}.top-standalone-badge ytm-badge:first-child,.top-standalone-badge ytm-badge[data-type]:first-child{margin-left:-12px;padding-left:12px}.top-standalone-badge ytm-badge a{display:inline-block;padding:12px 4px 4px;margin:-12px 0 -4px}.top-standalone-badge ytm-badge:first-child a:first-child{margin-left:-12px;padding-left:12px}.top-standalone-badge ytm-badge:last-child a:last-child{padding-right:12px}ytm-standalone-ypc-badge-renderer{margin-left:4px}.standalone-ypc-badge[data-type=STYLE_AVAILABLE]{background-color:rgba(0,0,0,0.05);color:#107516}.standalone-ypc-badge[data-type=STYLE_PURCHASED]{font-weight:bold}.standalone-ypc-badge[data-type=STYLE_NOT_AVAILABLE]{background:#909090;color:#fff}.standalone-ypc-badge[data-type=STYLE_DISCOUNT]{background:rgba(0,0,0,0.05);color:#606060;text-decoration:line-through}ytm-text-badge-renderer+ytm-text-badge-renderer{margin-left:4px}ytm-text-badge-renderer c3-icon{height:15px;width:15px;vertical-align:sub}.text-badge[data-type=BADGE_STYLE_TYPE_SIMPLE]{color:#606060;background-color:rgba(0,0,0,0.05)}.text-badge[data-type=BADGE_STYLE_TYPE_RED]{color:#c00;background-color:rgba(0,0,0,0.05)}lazy-list ytm-media-item{display:block;padding:0;min-width:0;overflow:hidden}lazy-list ytm-media-item .media-item-thumbnail-container{padding:0 12px}lazy-list ytm-media-item .details{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;min-width:0;padding-left:0;margin-top:4px;margin-bottom:8px}ytm-media-item .upper-details{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:8px}lazy-list ytm-media-item .details.fresh-feeds-separators{margin-bottom:0}lazy-list ytm-media-item .media-channel{margin-top:8px}ytm-media-item .upper-details .media-channel,ytm-media-item[use-vertical-layout] .upper-details .media-channel{margin-top:0}ytm-media-item .upper-details ytm-profile-icon{display:block;width:36px;height:36px}lazy-list ytm-media-item .media-item-metadata{margin-top:8px}lazy-list .item ytm-media-item{margin-top:0;margin-bottom:12px}lazy-list ytm-media-item .video-thumbnail-container-large{margin:0 -12px}ytm-media-item{display:block;padding:0 12px;min-width:0}ytm-media-item[use-vertical-layout]{padding:0}ytm-media-item[use-vertical-layout] .media-item-metadata{margin-top:8px}ytm-media-item[use-vertical-layout] .upper-details .media-item-metadata{margin-top:0;-webkit-align-self:center;align-self:center}ytm-media-item[use-vertical-layout] .media-channel{margin-top:8px}ytm-media-item>a{display:block}.media-item-thumbnail-container{position:relative}.media-item-thumbnail-container.stacked{margin-left:12px;margin-right:12px;position:relative;margin-top:10px}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.media-item-thumbnail-container.stacked{margin-left:unset;margin-right:unset}.media-item-thumbnail-container.stacked{margin-top:4px}ytm-media-item .media-item-landscape-stack{display:none}ytm-media-item .details.stacked{margin-top:4px}}@media(min-width:550px) and (orientation:portrait){ytm-media-item .details.stacked-playlist{margin-left:4px}}.media-item-thumbnail-container.fresh-feeds-rounding{border-radius:12px;overflow:hidden}.media-item-animated-thumbnail,.media-item-thumbnail-slideshow{position:absolute;top:0;left:0;width:100%}.inline-byline-channel-name{margin-bottom:3px}.media-item-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-width:0}.media-item-top-badges ytm-metadata-badge-renderer{display:block}.media-icon{width:40px;height:40px}.media-channel{-webkit-flex-shrink:0;flex-shrink:0}.media-item-info,ytm-media-item .details{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;min-width:0}.media-item-info{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-left:12px}.media-item-info[no-channel-avatar=true],.details.feature-phone-minimal-lockups .media-item-info,.details.small-lockup{margin-left:0;margin-right:0}.media-item-info[no-channel-avatar=true][use-modern-collections=true]{margin-left:4px}.media-item-headline-placeholder{height:16px;max-width:300px;margin-bottom:8px;background-color:rgba(0,0,0,0.1);border-radius:2px}.media-item-headline-placeholder:nth-child(2){width:120px;margin-bottom:8px}.media-item-endorsement-container{background-color:#fff;color:#606060;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.media-item-endorsement-container.fresh-feeds-endorsements{margin-bottom:-4px;background-color:transparent;color:#0f0f0f}.media-item-endorsement-container:after{content:"";border-bottom:24px solid rgba(0,0,0,0.05);border-left:24px solid rgba(0,0,0,0)}.media-item-endorsement-container.fresh-feeds-endorsements:after{border:0}.media-item-endorsement-container:not(.fresh-feeds-endorsements)>.media-item-secondary-headline{font-weight:400;padding:8px 12px;margin:0}.media-item-endorsement-container.fresh-feeds-endorsements>.media-item-secondary-headline{padding-top:8px}.media-item-endorsement-container:not(.fresh-feeds-endorsements)>.media-item-secondary-headline>span{font-size:1.4rem;overflow:hidden;line-height:1.25;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;max-height:2.5em;-webkit-line-clamp:2}.media-item-endorsement-container.fresh-feeds-endorsements>.media-item-secondary-headline>span{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;max-height:3.2rem;-webkit-line-clamp:2;line-clamp:2}.media-item-endorsement-container.fresh-feeds-endorsements>.media-item-secondary-headline>span>strong{font-weight:700}.media-item-subhead-placeholder{height:16px;width:120px;margin-bottom:3px;background-color:rgba(0,0,0,0.1);border-radius:2px}.media-item-menu{-webkit-flex-shrink:0;flex-shrink:0}.media-item-byline{unicode-bidi:-webkit-isolate;unicode-bidi:isolate}ytm-media-item .details.feature-phone-minimal-lockups .media-channel{display:none}ytm-media-item .details{margin-top:12px;margin-bottom:24px}ytm-media-item .details.fresh-feeds-separators{margin-bottom:0}ytm-media-item[use-vertical-layout] .details{margin-top:4px}ytm-browse lazy-list ytm-item-section-renderer:first-of-type ytm-media-item{margin:0}ytm-browse ytm-item-section-renderer:first-of-type ytm-media-item{margin:-12px 0 0}ytm-media-item .video-thumbnail-overlay-side{width:33%}@media(max-width:549px) and (orientation:portrait){lazy-list ytm-media-item .details{padding-left:12px}lazy-list ytm-media-item.no-full-bleed .details{padding-left:0}lazy-list ytm-media-item.no-full-bleed{padding:0 12px}lazy-list ytm-media-item.big-shorts-singleton .media-item-thumbnail-container{padding:0}lazy-list ytm-media-item.big-shorts-singleton .video-thumbnail-container-large{margin:0}}@media(min-width:550px) and (orientation:portrait){ytm-browse ytm-item-section-renderer:first-of-type ytm-promoted-video-renderer ytm-media-item{margin-top:0}lazy-list ytm-media-item{padding:0 12px}lazy-list .item ytm-media-item{margin-top:12px}lazy-list ytm-media-item .media-item-thumbnail-container{padding:0}lazy-list ytm-media-item .video-thumbnail-container-large{margin:0}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){ytm-media-item:not([use-vertical-layout]){display:-webkit-box;display:-webkit-flex;display:flex;min-width:0}ytm-media-item:not([use-vertical-layout]) .media-item-thumbnail-container{-webkit-flex-shrink:0;flex-shrink:0}ytm-media-item:not([use-vertical-layout]) .video-thumbnail-container-large{width:200px;height:112px;padding-bottom:0}ytm-media-item:not([use-vertical-layout]) .details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0 12px;min-width:0;width:100%}ytm-media-item:not([use-vertical-layout]) .media-item-info{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}ytm-media-item:not([use-vertical-layout]) .media-item-metadata{margin-bottom:2px;max-height:70px;overflow:hidden;min-width:0}ytm-media-item[use-vertical-layout] h3{margin-bottom:8px}ytm-media-item:not([use-vertical-layout]) .media-channel{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1;width:100%}ytm-media-item:not([use-vertical-layout]) .media-item-extra-endpoint{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}lazy-list ytm-media-item{padding:0 12px}lazy-list .item ytm-media-item{margin-top:12px}lazy-list ytm-media-item .media-item-thumbnail-container{padding:0}lazy-list ytm-media-item .media-channel{margin-top:0}lazy-list ytm-media-item .media-item-metadata{margin-top:0}ytm-browse ytm-item-section-renderer:first-of-type ytm-media-item:not([use-vertical-layout]){margin-top:0}ytm-browse lazy-list ytm-item-section-renderer:first-of-type ytm-media-item:not([use-vertical-layout]){margin-top:12px}ytm-browse lazy-list ytm-item-section-renderer:first-of-type ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]){margin-top:0}lazy-list ytm-media-item .video-thumbnail-container-large{margin:0}ytm-media-item:not([use-vertical-layout]) .media-item-info{margin-left:0}ytm-media-item:not([use-vertical-layout]) .details.stacked-playlist{margin-top:4px}ytm-media-item:not([use-vertical-layout]) .details.stacked{margin-top:4px}}@media(max-width:930px) and (orientation:landscape){lazy-list ytm-media-item{padding:0 12px}lazy-list .item ytm-media-item{margin-top:12px}ytm-browse lazy-list ytm-item-section-renderer:first-of-type ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]){margin-top:12px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-media-item{padding:0 8px}ytm-media-item .details{margin-top:12px;margin-bottom:12px}ytm-browse ytm-item-section-renderer:first-of-type ytm-media-item{margin-top:8px}lazy-list ytm-media-item{padding:0 8px}lazy-list .item ytm-media-item{margin-bottom:0}lazy-list ytm-media-item .media-item-thumbnail-container{padding:0}lazy-list ytm-media-item .media-item-metadata{margin-top:0}lazy-list ytm-media-item .details{margin-top:12px;margin-bottom:4px;padding-left:0}ytm-browse lazy-list ytm-media-item .details{margin-bottom:0}ytm-browse lazy-list ytm-item-section-renderer:first-of-type ytm-media-item{margin-top:8px}lazy-list ytm-media-item .video-thumbnail-container-large{margin:0}ytm-browse lazy-list ytm-item-section-renderer:first-of-type ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]){margin-top:8px}}@media(max-width:299px) and (orientation:portrait){lazy-list .item ytm-media-item{margin-top:8px}}@media(min-width:300px) and (max-width:330px){lazy-list ytm-media-item{padding:0 12px}lazy-list ytm-media-item .media-item-thumbnail-container{padding:0}lazy-list ytm-media-item .video-thumbnail-container-large{margin:0}ytm-browse lazy-list ytm-item-section-renderer:first-of-type ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]){margin-top:0}}ytm-media-item.small-lockup{margin-right:0;padding-left:0;width:160px}ytm-media-item.small-lockup .media-item-headline{font-weight:400}ytm-menu-renderer{display:-webkit-box;display:-webkit-flex;display:flex}.bottom-sheet-media-menu-item ytm-menu-item{padding:0;height:48px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bottom-sheet-media-menu-item .menu-item-button{display:-webkit-box;display:-webkit-flex;display:flex;padding:0;margin-left:12px;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem}.bottom-sheet-media-menu-item c3-icon{margin-right:12px}.like-button-renderer [aria-pressed=true] c3-icon{color:#065fd4}.like-button-renderer [aria-pressed=true] c3-icon path{fill:#3ea6ff;stroke:#fff;stroke-width:1px}ytm-profile-icon{display:inline-block;overflow:hidden;-webkit-flex-shrink:0;flex-shrink:0;border-radius:50%;background-color:rgba(0,0,0,0.1)}ytm-profile-icon img{width:100%;height:100%}ytm-profile-icon:has(img){background-color:unset}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-video-with-context-renderer.feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-video-with-context-renderer.feed-item{margin-bottom:24px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-video-with-context-renderer.adaptive-feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-video-with-context-renderer.adaptive-feed-item{margin-bottom:24px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.fresh-feeds-separators ytm-video-with-context-renderer.adaptive-feed-item{margin-bottom:12px}}ytm-video-with-context-renderer{display:block}lazy-list ytm-video-with-context-renderer.item{margin-top:0}ytm-channel-thumbnail-with-link-renderer{display:block}.channel-thumbnail-icon{width:40px;height:40px}ytm-thumbnail-overlay-resume-playback-renderer{display:block;width:100%;height:4px;background-color:#909090}.thumbnail-overlay-resume-playback-progress{background-color:#f00;height:4px;left:0}ytm-thumbnail-overlay-icon-renderer{box-sizing:content-box}ytm-thumbnail-overlay-icon-renderer:not([icon-position=THUMBNAIL_OVERLAY_ICON_RENDERER_ICON_POSITION_BOTTOM_LEFT_CORNER]){-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:flex;background-color:rgba(0,0,0,0.3)}ytm-thumbnail-overlay-icon-renderer[icon-position=THUMBNAIL_OVERLAY_ICON_RENDERER_ICON_POSITION_BOTTOM_LEFT_CORNER]{position:absolute;left:0;bottom:0;margin:5px;padding:1px;background-color:#fff;border-radius:50%}[icon-style=THUMBNAIL_OVERLAY_ICON_RENDERER_ICON_STYLE_FILLED] c3-icon{display:block;padding:1px;width:1.2rem;height:1.2rem}ytm-thumbnail-overlay-icon-renderer:not([icon-style=THUMBNAIL_OVERLAY_ICON_RENDERER_ICON_STYLE_FILLED]) c3-icon{width:2rem;height:2rem}ytm-thumbnail-overlay-icon-renderer[icon-style=THUMBNAIL_OVERLAY_ICON_RENDERER_ICON_STYLE_FILLED] c3-icon path{fill:#000}ytm-thumbnail-overlay-icon-renderer:not([icon-style=THUMBNAIL_OVERLAY_ICON_RENDERER_ICON_STYLE_FILLED]) c3-icon path{fill:#fff}.video-thumbnail-overlay-side,.video-thumbnail-overlay-bottom,.video-thumbnail-overlay-bottom-icon,.video-thumbnail-overlay-bottom-icon-text{position:absolute;color:#fff;background-color:rgba(0,0,0,0.8)}.video-thumbnail-overlay-side{top:0;bottom:0;right:0;min-width:50px;font-size:1.4rem}.video-thumbnail-overlay-bottom{bottom:0;left:0;right:0;padding:1px 0;font-size:1.2rem;text-align:center}.video-thumbnail-overlay-bottom-group{position:absolute;bottom:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.video-thumbnail-overlay-bottom-group ytm-thumbnail-overlay-resume-playback-renderer{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.video-thumbnail-overlay-center{top:0;bottom:0;left:0;right:0;position:absolute}.video-thumbnail-overlay-middle{width:100%;height:100%;position:absolute;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;color:#fff;background-color:rgba(0,0,0,.4)}.video-thumbnail-overlay-middle.video-thumbnail-overlay-no-thumbnail{background-color:#909090}.video-thumbnail-overlay-bottom-left-right-group{width:100%;bottom:0;position:absolute;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.video-thumbnail-overlay-bottom-left-right-group ytm-thumbnail-overlay-resume-playback-renderer{-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.video-thumbnail-overlay-bottom-left-right-group ytm-thumbnail-overlay-time-status-renderer{right:0;bottom:0;position:absolute}.video-thumbnail-overlay-left-right-group{position:relative;width:100%;bottom:0;height:100%}.video-thumbnail-overlay-bottom-icon,.video-thumbnail-overlay-bottom-icon-text{bottom:0;left:0;right:0;padding:0 8px;font-size:1.2rem;text-align:center;height:24px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.video-thumbnail-overlay-bottom-icon{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.video-thumbnail-overlay-bottom-icon c3-icon,.video-thumbnail-overlay-bottom-icon-text c3-icon{color:#fff;height:24px;width:24px}.video-thumbnail-overlay-bottom-icon-text{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.video-thumbnail-overlay-bottom-icon.collections-v2,.video-thumbnail-overlay-bottom-icon-text.collections-v2{-webkit-box-pack:end;-webkit-justify-content:end;justify-content:end;left:unset;margin-right:8px;margin-bottom:8px;border-radius:4px;padding:unset}.video-thumbnail-overlay-bottom-icon.collections-v2 c3-icon{margin-right:4px}.video-thumbnail-overlay-bottom-icon.collections-v2 c3-icon,.video-thumbnail-overlay-bottom-icon-text.collections-v2 c3-icon{margin-left:4px}.video-thumbnail-overlay-bottom-text.collections-v2{margin:0 4px}ytm-custom-control .player-controls-middle{position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}ytm-custom-control .player-controls-middle .icon-button{height:48px;width:48px;padding:6px}ytm-custom-control .player-controls-middle .icon-button>c3-icon{height:36px;width:36px}ytm-custom-control .player-controls-middle .icon-button.endscreen-replay-button{height:auto;width:auto}ytm-custom-control .player-controls-middle .icon-button.endscreen-replay-button>c3-icon{height:56px;width:56px}ytm-custom-control .player-controls-middle .player-control-play-pause-icon.icon-button,ytm-custom-control .player-controls-middle .player-control-play-pause-icon.icon-button>c3-icon{height:56px;width:56px;padding:0}ytm-custom-control .player-controls-middle .player-control-play-pause-icon,ytm-custom-control .player-controls-middle .endscreen-replay-button.icon-button{margin:0 60px;padding:0}ytm-custom-control .player-controls-middle .screenreader-safe-hide-middle-buttons{pointer-events:none;opacity:0}ytm-custom-control .player-controls-middle .player-controls-spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[dir=rtl] ytm-custom-control .player-controls-middle{-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-custom-control .player-controls-middle .player-control-play-pause-icon{margin:0 80px}ytm-custom-control .player-controls-middle .player-control-play-pause-icon.icon-button,ytm-custom-control .player-controls-middle .player-control-play-pause-icon.icon-button>c3-icon{height:64px;width:64px;padding:0}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-custom-control .player-controls-middle{margin-top:-6px}ytm-custom-control .player-controls-middle .player-control-play-pause-icon.icon-button{margin:0 12px;padding:8px}ytm-custom-control .player-controls-middle .player-control-play-pause-icon.icon-button>c3-icon{width:40px;height:40px}}.prevent-highlights{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.long-press-to-scrub-animation-line{width:18px;height:1px;background:white;position:relative;margin-right:12px}.long-press-to-scrub-animation-dot{position:absolute;left:0;top:-2px;width:5px;height:5px;border-radius:50%;background:white;-webkit-animation:scrub-animation 2s ease infinite;animation:scrub-animation 2s ease infinite}@-webkit-keyframes scrub-animation{0%{-webkit-transform:translateX(0);transform:translateX(0)}10%{-webkit-transform:translateX(0);transform:translateX(0)}33%{-webkit-transform:translateX(9px);transform:translateX(9px)}43%{-webkit-transform:translateX(9px);transform:translateX(9px)}66%{-webkit-transform:translateX(13px);transform:translateX(13px)}76%{-webkit-transform:translateX(13px);transform:translateX(13px)}90%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes scrub-animation{0%{-webkit-transform:translateX(0);transform:translateX(0)}10%{-webkit-transform:translateX(0);transform:translateX(0)}33%{-webkit-transform:translateX(9px);transform:translateX(9px)}43%{-webkit-transform:translateX(9px);transform:translateX(9px)}66%{-webkit-transform:translateX(13px);transform:translateX(13px)}76%{-webkit-transform:translateX(13px);transform:translateX(13px)}90%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.fine-scrubbing-overlay{top:0;bottom:0;left:0;right:0;position:absolute;overflow:hidden}.fine-scrubbing-overlay .fine-scrubbing-dismiss-button{position:absolute;right:0}.fine-scrubbing-overlay .fine-scrubbing-play-button{position:absolute;bottom:50%;left:50%;height:64px;width:64px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fine-scrubbing-overlay .fine-scrubbing-play-button :first-child{height:40px;width:40px}.fine-scrubbing-overlay .fine-scrubbing-play-button :first-child :first-child{height:40px;width:40px}.fine-scrubbing-overlay .fine-scrubbing-timestamp-container{position:absolute;bottom:72px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:rgba(0,0,0,0.6);margin-bottom:12px;padding:8px;border-radius:12px}.fine-scrubbing-overlay .fine-scrubbing-timestamp-container .fine-scrubbing-timestamp-display{color:#fff;font-weight:700}.YtmClosedCaptioningButtonHost{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;width:48px;height:48px}.YtmClosedCaptioningButtonIconDisabled{color:#ccc}.YtmClosedCaptioningButtonIconDisabledOverlay{color:rgba(255,255,255,0.3)}.YtmClosedCaptioningButtonButton{cursor:pointer;width:48px;height:48px;padding:12px}.tooltip-wrapper{position:relative;width:-webkit-max-content;width:max-content;margin-top:16px}.modern-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;z-index:2;border-radius:16px;background-color:rgba(0,0,0,0.6);padding:7px 16px;max-width:100%;box-sizing:border-box}.tooltip-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 8px;position:absolute;width:100%;box-sizing:border-box}.tooltip-wrapper:empty{display:none}.player-controls-top-tooltip{color:#fff;position:relative;left:0;right:0;z-index:2}.player-controls-top-tooltip-label{text-align:justify}.player-controls-top-tooltip-label.player-controls-top-tooltip-contains-icon{padding:0 12px}[dir=rtl] .player-controls-top-tooltip-label{direction:rtl}.player-controls-top-tooltip-icon{margin-left:4px}.autonav-user-education-container{color:#fff;display:-webkit-box;display:-webkit-flex;display:flex}[dir=rtl] .autonav-user-education-container{direction:rtl}.hide-autonav-element{display:none}.ytm-video-preview{display:block;position:absolute;left:0;right:0;padding-bottom:56.25%;opacity:0;pointer-events:none}.ytm-video-preview__player{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.ytm-video-preview__thumbnail{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;overflow:hidden}.ytm-video-preview__player-controls{display:block;position:absolute;overflow:visible;left:0;right:0;top:0;bottom:0;z-index:2}.ytm-video-preview__overlays{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.ytm-video-preview--show{opacity:1;pointer-events:auto}.yt-inline-player-controls{position:absolute;top:0;bottom:0;left:0;right:0;direction:ltr}.yt-inline-player-controls__inline-player-overlay{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0);-webkit-transition:background .2s;transition:background .2s}.yt-inline-player-controls__inline-player-overlay--pb-overlay{background:rgba(0,0,0,.6)}.yt-inline-player-controls__player-controls-top-left{position:absolute;top:0;left:0}[dir=rtl] .yt-inline-player-controls__player-controls-top-left{direction:rtl}.yt-inline-player-controls__player-controls-top-right{position:absolute;top:0;right:0;margin:8px;color:#fff;-webkit-transition:background .2s;transition:background .2s}.yt-inline-player-controls__circle-button{position:relative;background:rgba(0,0,0,0.6);border-radius:50%;width:40px;height:40px;margin-bottom:8px}.yt-inline-player-controls__circle-button--inactive{background:0;-webkit-transition:background .7s;transition:background .7s}.yt-inline-player-controls__button-icon{position:absolute;top:50%;left:49%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,0.6));filter:drop-shadow(0 1px 2px rgba(0,0,0,0.6))}.yt-inline-player-controls__player-controls-bottom-right{position:absolute;bottom:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}[dir=rtl] .yt-inline-player-controls__player-controls-bottom-right{direction:rtl}.yt-inline-player-controls__time-display{margin:5px;padding:1px 4px;border-radius:4px;color:#fff;font-size:1.2rem;font-weight:500;pointer-events:none}.yt-inline-player-controls__timestamp{background-color:rgba(0,0,0,0.8)}.yt-inline-player-controls__timestamp--fresh-feeds-timestamps{border-radius:4px;padding:3px 5px;margin:5px;color:#fff;font-size:1.2rem;background-color:rgba(0,0,0,0.8)}.yt-inline-player-controls__live-badge{text-transform:uppercase;background-color:rgba(204,0,0,0.9)}@-webkit-keyframes dim-controls{0%{background:rgba(0,0,0,0.8)}100%{background:rgba(0,0,0,0.1)}}@keyframes dim-controls{0%{background:rgba(0,0,0,0.8)}100%{background:rgba(0,0,0,0.1)}}.yt-premiere-trailer-badge{display:block;margin:5px;padding:1px 4px;border-radius:4px;font-size:1.2rem;font-weight:500;color:#fff;background-color:rgba(0,0,0,0.8)}.YtmMuteButtonHost{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative;width:48px;height:48px}.YtmMuteButtonButton{cursor:pointer;width:48px;height:48px;padding:12px}@media(max-width:549px) and (orientation:portrait){.page-container.page-black-background{background:black}}@media(max-width:549px) and (orientation:portrait){.page-container.page-black-background{background:black}}.watch-page-container{margin-left:env(safe-area-inset-left);margin-right:env(safe-area-inset-right);width:100%;height:100%;overflow-x:hidden;overflow-y:scroll}.ytm-bottom-sheet-overlay-renderer-container{border-radius:20px;background-color:#fff;margin:0 8px 24px;max-width:400px;display:block;overflow:scroll}.ytm-bottom-sheet-overlay-renderer-header{background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-webkit-flex;display:flex;height:140px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:20px 0;width:100%;position:relative;border-radius:12px}.ytm-bottom-sheet-overlay-central-icon{height:65px;width:65px;color:#f00;background-color:#fff;padding:15px;border-radius:45px}.ytm-bottom-sheet-overlay-renderer-header .ytm-bottom-sheet-overlay-renderer-close{position:absolute;top:10px;right:10px;border-radius:24px}.ytm-bottom-sheet-overlay-drag-handle{background:#0f0f0f;opacity:.15;border-radius:4px;height:4px;margin:0 auto;width:40px;position:absolute;top:8px}.ytm-bottom-sheet-overlay-renderer-close .c3-material-button-button{padding:.7em}.ytm-bottom-sheet-overlay-renderer-contents{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:24px}.ytm-bottom-sheet-overlay-renderer-contents c3-material-button.compact{margin:8px 0 0}.ytm-bottom-sheet-overlay-renderer-contents c3-material-button.compact+c3-material-button.compact{margin-left:0}.ytm-bottom-sheet-overlay-renderer-contents>div{padding-bottom:6px}.ytm-bottom-sheet-overlay-renderer-contents>ytm-button-renderer{padding-top:6px}.ytm-bottom-sheet-overlay-container{position:fixed;bottom:0;z-index:5;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:100%}@media(max-width:930px) and (orientation:landscape){.ytm-bottom-sheet-overlay-container{top:0}ytm-bottom-sheet-overlay-renderer{overflow-y:scroll}}@media(min-width:550px) and (orientation:portrait){.ytm-bottom-sheet-overlay-container{bottom:50%}}@media(min-width:931px) and (orientation:landscape){.ytm-bottom-sheet-overlay-container{bottom:25%}}@media(max-height:500px) and (orientation:landscape){.ytm-bottom-sheet-overlay-container{bottom:0}}[bottom-sheet-overlay-body-open]{position:fixed;left:0;right:0;top:0;overflow:hidden}.compact-channel-renderer-ghost-card{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;margin-top:12px;padding:0 12px}.compact-channel-renderer-ghost-card__thumbnail-container{width:160px}.compact-channel-renderer-ghost-card__thumbnail{margin:0 auto;width:90px;height:90px;background-color:rgba(0,0,0,0.1);border-radius:50%}.compact-channel-renderer-ghost-card__metadata{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding-top:8px}.compact-channel-renderer-ghost-card__title{height:20px;background-color:rgba(0,0,0,0.1);margin:0 8px}.compact-channel-renderer-ghost-card__author{height:20px;width:60%;background-color:rgba(0,0,0,0.1);margin:8px}.compact-video-renderer-ghost-card{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;margin-top:12px;padding:0 12px}.compact-video-renderer-ghost-card--rounding{border-radius:8px}.compact-video-renderer-ghost-card__thumbnail{width:160px;height:90px;background-color:rgba(0,0,0,0.1)}.compact-video-renderer-ghost-card__metadata{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding-top:8px}.compact-video-renderer-ghost-card__title{height:20px;background-color:rgba(0,0,0,0.1);margin:0 8px}.compact-video-renderer-ghost-card__author{height:20px;width:60%;background-color:rgba(0,0,0,0.1);margin:8px}.open-app-button{padding:5px 0}.open-app-button-inner{text-transform:uppercase;font-size:12px;border:1px solid #fff;border-radius:2px;padding:7px;margin-right:10px;max-width:80px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.open-app-button{display:none}}#header-bar.topbar-transparent-background{background-color:transparent;color:#fff;-webkit-transition:background-color .3s linear,color .3s linear;transition:background-color .3s linear,color .3s linear}#header-bar.topbar-transparent-background .mobile-topbar-header-content button{color:inherit}#header-bar.topbar-transparent-background .mobile-topbar-back-arrow,#header-bar.topbar-transparent-background .mobile-topbar-header-content{color:#fff}#header-bar.topbar-transparent-background .mobile-topbar-title{opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}#header-bar.topbar-transparent-background.filled,#header-bar.topbar-transparent-background .mobile-topbar-header[data-mode=searching]{background-color:#fff}#header-bar.topbar-transparent-background.filled .mobile-topbar-back-arrow,#header-bar.topbar-transparent-background.filled .mobile-topbar-header-content,#header-bar.topbar-transparent-background .mobile-topbar-header[data-mode=searching] .mobile-topbar-back-arrow,#header-bar.topbar-transparent-background .mobile-topbar-header[data-mode=searching] .mobile-topbar-header-content{color:#0f0f0f}#header-bar.topbar-transparent-background.filled .mobile-topbar-title,#header-bar.topbar-transparent-background .mobile-topbar-header[data-mode=searching] .mobile-topbar-title{opacity:1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}#header-bar.topbar-transparent-background.filled{background-color:#fff;color:#0f0f0f;-webkit-transition:background-color .3s linear,color .3s linear;transition:background-color .3s linear,color .3s linear}#header-bar.topbar-transparent-title .mobile-topbar-title{opacity:0;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}#header-bar.topbar-transparent-title.filled{opacity:1}ytm-mobile-topbar-renderer{display:block}ytm-mobile-topbar-renderer[ambient-topbar] .mobile-topbar-header[data-mode=watch]{-webkit-transition:background 225ms ease;transition:background 225ms ease}ytm-mobile-topbar-renderer:not([ambient-topbar]){background-color:#fff}ytm-mobile-topbar-renderer[ambient-topbar=true]{background:transparent}ytm-mobile-topbar-renderer[ambient-topbar=true] .mobile-topbar-header[data-mode=watch]{background:transparent}.mobile-topbar-header-background{pointer-events:none;background-color:#0f0f0f;position:fixed;height:48px;width:100%;top:0;z-index:-1}ytm-mobile-topbar-renderer.sticky-player{position:fixed;padding:0;padding:0 env(safe-area-inset-right) 0 env(safe-area-inset-left)}ytm-mobile-topbar-renderer c3-overlay{z-index:4}.mobile-topbar-header{position:relative;z-index:3;box-shadow:0 4px 2px -2px rgba(0,0,0,.2)}.topbar-transparent-background .mobile-topbar-header,.topbar-transparent-title .mobile-topbar-header{box-shadow:none}.mobile-topbar-back-arrow{color:#606060;padding:12px}.mobile-topbar-header-content{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;color:#606060;min-width:0}.mobile-topbar-header[data-mode=searching]{background-color:#fff}.mobile-topbar-header[data-mode=browse] c3-icon:not(.mobile-topbar-logo),.mobile-topbar-header[data-mode=search] c3-icon:not(.mobile-topbar-logo),.mobile-topbar-header[data-mode=searching] c3-icon:not(.mobile-topbar-logo){color:#0f0f0f}.search-bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;min-width:0;background-color:rgba(0,0,0,0.05);height:32px;border-radius:32px}.search-filter-icon{-webkit-transform:translateY(-16%);transform:translateY(-16%)}.mobile-topbar-header.restyle .search-filter-icon,.mobile-topbar-header.restyle .search-bar-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-transform:translateY(0);transform:translateY(0)}.mobile-topbar-header.restyle .search-bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:rgba(0,0,0,0.05)}.mobile-topbar-title{max-height:1.25em;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;color:#212121;font-weight:500}.search-bar-text{-webkit-transform:translateY(-16%);transform:translateY(-16%);display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#0f0f0f;padding-left:12px;height:48px;line-height:48px;text-align:initial}.search-bar-text[placeholder=true]{color:#909090}.topbar-menu-button-avatar{position:relative;width:24px;height:24px}.mobile-topbar-header[data-mode=watch] .topbar-menu-button-avatar:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.2)}ytm-mobile-topbar-renderer c3-icon{display:block}.mobile-topbar-header[data-mode=searching]{z-index:4;background-color:#f1f1f1}.mobile-topbar-header[data-mode=searching].restyle{background-color:#fff}.mobile-topbar-header[data-mode=searching]>.non-search-mode,.mobile-topbar-header:not([data-mode=searching])>.search-mode{display:none}.mobile-topbar-header[data-mode=watch]{background-color:#0f0f0f}.mobile-topbar-header[data-mode=watch] .mobile-topbar-logo,.mobile-topbar-header[data-mode=watch] .mobile-topbar-title,.mobile-topbar-header[data-mode=watch] .mobile-topbar-header-content{color:#fff}.mobile-topbar-header[data-mode=watch] img{-webkit-filter:brightness(90%);filter:brightness(90%)}#header-bar:not(.sticky-player) .mobile-topbar-header[data-mode=select_site],#header-bar:not(.sticky-player) .mobile-topbar-header[data-mode=settings]{box-shadow:none}.mobile-topbar-header[data-mode=select_site] .mobile-topbar-back-arrow{color:#0f0f0f}.mobile-topbar-header-sign-in-button{min-height:36px;padding:5px 8px 5px 0}.mobile-topbar-header-sign-in-button .c3-material-button-button{padding:6px 16px 6px 10px}.mobile-topbar-header-sign-in-button c3-material-button.compact{margin:0}.mobile-topbar-header-sign-in-button .button-renderer{min-height:36px}.mobile-topbar-header-sign-in-button .button-renderer[data-style=STYLE_BLUE_TEXT_WITH_INVERSE_THEME]{border:1px solid #3ea6ff;border-radius:2px;min-height:36px}.mobile-topbar-header-sign-in-button .button-renderer[data-icon-only=false] .button-renderer-icon{margin-left:0}.mobile-topbar-header-sign-in-icon .icon-button{color:#3ea6ff}.mobile-topbar-header-sign-in-button .button-renderer[data-style=STYLE_DESTRUCTIVE]{background-color:#c00;border-color:#c00;color:#000}.topbar-menu-button-avatar-button,ytm-mobile-topbar-renderer ytm-menu .icon-button{padding:12px;height:48px;width:48px}.mobile-topbar-header-voice-search-button{box-sizing:border-box;-webkit-flex-shrink:0;flex-shrink:0;background-color:rgba(0,0,0,0.05);border-radius:100px}.mobile-topbar-header-voice-search-button.button-renderer[data-icon-only=true]{margin-left:12px}.mobile-topbar-header-voice-search-button .c3-material-button-button{padding:4px}ytm-button-renderer.mobile-topbar-header-voice-search-button{margin-left:12px}.bottom-sheet-menu-item ytm-menu-item{padding:0;height:48px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bottom-sheet-menu-item .menu-item-button{padding:0;margin-left:12px;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem}.bottom-sheet-menu-item c3-icon{display:none}.mobile-topbar-logo,.logo-in-player{color:#f00;padding:0 12px;width:30px;height:30px;margin-left:-1px}.mobile-topbar-logo.ringo-logo,.logo-in-player.ringo-logo{width:89px;height:20px;color:#212121;margin-left:0}.mobile-topbar-header-endpoint,.logo-in-player-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48px;text-align:left}.logo-in-player.ringo-logo{color:#fff}.monochromatic svg path{fill:#fff}.monochromatic svg path#triangle{display:none}.monochromatic svg path:nth-child(2){display:none}ytm-logo-entity{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48px}.entity-logo-container{width:122px;margin-right:12px}.entity-logo-container .entity-logo{padding:0;height:48px;width:auto;color:unset}drawer-layout-container{position:fixed;z-index:5}.drawer-layout{top:0;height:100%;width:70%;position:fixed;background-color:#fff;z-index:2;left:-100%}.drawer-layout.opened{left:0}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.drawer-layout{width:360px;left:-100%}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.drawer-layout.opened{left:0}}c3-overlay.drawer-layout-overlay{background-color:rgba(0,0,0,0.6);-webkit-tap-highlight-color:rgba(0,0,0,0)}[drawer-open]{overflow:hidden}ytm-pivot-bar-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;position:fixed;bottom:0;left:0;right:0;padding:0;padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);z-index:3;height:48px;border-top:1px solid rgba(0,0,0,0.1);background:#fff;color:#0f0f0f;font-size:1.1rem}ytm-pivot-bar-renderer c3-icon{color:#0f0f0f}@media(orientation:portrait){ytm-pivot-bar-renderer.pivot-bar-slide-out{bottom:-48px;padding-bottom:0;-webkit-transition:-webkit-transform 195ms cubic-bezier(.4,0,1,1);transition:-webkit-transform 195ms cubic-bezier(.4,0,1,1);transition:transform 195ms cubic-bezier(.4,0,1,1);transition:transform 195ms cubic-bezier(.4,0,1,1),-webkit-transform 195ms cubic-bezier(.4,0,1,1);-webkit-transition-property:all;transition-property:all}ytm-pivot-bar-renderer.pivot-bar-slide-in{bottom:0;-webkit-transition:-webkit-transform 225ms cubic-bezier(0,0,.2,1);transition:-webkit-transform 225ms cubic-bezier(0,0,.2,1);transition:transform 225ms cubic-bezier(0,0,.2,1);transition:transform 225ms cubic-bezier(0,0,.2,1),-webkit-transform 225ms cubic-bezier(0,0,.2,1);-webkit-transition-property:all;transition-property:all}}ytm-pivot-bar-item-renderer,.pivot-bar-fallback-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 0;flex:1 1 0;min-width:0}.pivot-bar-item-tab{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 0;flex:1 1 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}ytm-pivot-bar-item-renderer .pivot-bar-item-tab[aria-selected=true],ytm-pivot-bar-item-renderer .pivot-bar-item-tab[aria-selected=true] .pivot-bar-item-title{color:#0f0f0f}.pivot-bar-item-title{max-width:100%;padding:0 4px;box-sizing:border-box;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:root{display:block}body:not([engagement-panel-open]) ytm-engagement-panel:not(.engagement-panel-use-visibility){display:none}body:not([engagement-panel-open]) ytm-engagement-panel.engagement-panel-use-visibility{visibility:hidden}@media(max-width:549px) and (orientation:portrait){[engagement-panel-open]{position:fixed;top:0;left:0;right:0}.b3-iframe-ancestor[engagement-panel-open]{position:absolute}}ytm-engagement-panel{bottom:0;left:0;position:fixed;right:0;top:calc(56.25vw + 48px);z-index:4}ytm-engagement-panel.force-fullscreen{top:0;height:100%}ytm-engagement-panel.is-shorts-style{height:70%;position:fixed;bottom:0;top:30%;left:0;right:0}@media(max-width:299px) and (orientation:portrait),(max-width:320px) and (orientation:landscape),(max-width:930px) and (orientation:landscape){ytm-engagement-panel.is-shorts-style{height:100%;position:fixed;top:0;bottom:0;left:0;right:0}}body[draggable-engagement-panel] ytm-engagement-panel{z-index:4;height:100%}@media(max-width:930px) and (orientation:landscape){ytm-engagement-panel{position:absolute;top:calc(56.25vw - 48px);padding:0;padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}@media(max-width:299px) and (orientation:portrait){[engagement-panel-open]{position:static}ytm-engagement-panel{position:absolute;top:calc(56.25vw + 48px);padding:0}}@media(max-width:320px) and (orientation:landscape){ytm-engagement-panel{position:absolute;top:calc(56.25vw + 48px);padding:0;padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}@media(min-width:931px) and (orientation:landscape){ytm-engagement-panel{left:auto;top:48px;width:256px}ytm-engagement-panel.is-shorts-style{--ep-scale-decimal:.8;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:calc(100vh*(1 - var(--ep-scale-decimal)));width:calc(100vw*var(--ep-scale-decimal))}}@media(min-width:1280px) and (orientation:landscape){ytm-engagement-panel{width:500px}}ytm-engagement-panel-section-list-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait),(max-width:930px) and (orientation:landscape),(min-width:931px) and (orientation:landscape){ytm-engagement-panel-section-list-renderer.fullscreen-landscape{height:100%;background-color:rgba(0,0,0,0)}}.engagement-panel-section-list-background{background:#000;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;height:100%;z-index:4}.engagament-panel-overlay{z-index:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:100vw}body[draggable-engagement-panel] .engagament-panel-overlay{z-index:3;top:0}ytm-engagement-panel-section-list-renderer ytm-comment-simplebox-renderer{padding:16px 12px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait),(max-width:930px) and (orientation:landscape){ytm-engagement-panel-section-list-renderer{height:auto}}.engagement-panel-container{background-color:#fff;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;overflow:hidden}.draggable .engagement-panel-container{border-radius:12px 12px 0 0}.engagement-panel-section-list-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(0,0,0,0.1);z-index:3}.draggable .engagement-panel-section-list-header{padding:12px 12px;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.engagement-panel-section-list-title-and-context-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.engagement-panel-section-list-header-title-ghost-card,.engagement-panel-section-list-header-title{margin:0;font-weight:700;font-size:1.8rem;line-height:1.8rem}.engagement-panel-section-list-header-context{margin:0 0 0 8px;color:#606060;font-weight:400}ytm-engagement-panel-section-list-renderer.modern-typography .engagement-panel-section-list-header-title{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:block;max-height:2.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){ytm-engagement-panel-section-list-renderer.modern-typography .engagement-panel-section-list-header-title{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:2.6rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.engagement-panel-section-list-header-title-ghost-card{line-height:2.4rem}.engagement-panel-section-list-header-button{-webkit-flex-shrink:0;flex-shrink:0;color:#909090}.engagement-panel-section-list-header-button.close-button,.engagement-panel-section-list-header-button.back-button{-webkit-flex-shrink:0;flex-shrink:0;color:#606060}ytm-engagement-panel-section-list-renderer ytm-section-list-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.engagement-panel-section-list-header .c3-material-button-button{padding:12px;margin:-12px 0}.engagement-panel-section-list-header c3-material-button.compact+c3-material-button.compact{margin-left:0;margin-right:-12px}ytm-engagement-panel-section-list-renderer ytm-item-section-header-renderer,ytm-engagement-panel-section-list-renderer .compact-media-item,ytm-engagement-panel-section-list-renderer ytm-slim-owner-renderer{padding:0}ytm-engagement-panel-section-list-renderer ytm-slim-owner-renderer.item{display:-webkit-box;display:-webkit-flex;display:flex}ytm-engagement-panel-section-list-renderer .item,ytm-engagement-panel-section-list-renderer .item:last-child{margin:0}ytm-engagement-panel-section-list-renderer ytm-compact-channel-renderer.item,ytm-engagement-panel-section-list-renderer ytm-compact-channel-renderer.item:last-child,ytm-engagement-panel-section-list-renderer ytm-message-renderer.item,ytm-engagement-panel-section-list-renderer ytm-message-renderer.item:last-child{margin-top:12px}ytm-engagement-panel-section-list-renderer ytm-compact-playlist-renderer.item{padding:0 12px}ytm-engagement-panel-section-list-renderer ytm-compact-video-renderer.item,ytm-engagement-panel-section-list-renderer ytm-compact-video-renderer.item:last-child{margin-bottom:8px}ytm-engagement-panel-section-list-renderer .compact-media-item-metadata-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 0 0 12px}ytm-engagement-panel-section-list-renderer .compact-media-item-headline{margin-bottom:4px}.engagement-panel-section-list-header-wrapper{z-index:1}.engagement-panel-content-wrapper{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:12px}.draggable .engagement-panel-section-list-header-wrapper{padding-top:8px}.engagement-panel-drag-line{background:#0f0f0f;opacity:.15;border-radius:4px;height:4px;margin:0 auto;width:40px}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.engagement-panel-drag-line{visibility:hidden}ytm-engagement-panel-section-list-renderer{background-color:#fff}.draggable .engagement-panel-container{border-radius:0}}c3-toast{background:#0f0f0f;color:#fff;border-radius:8px;box-shadow:0 0 24px 0 rgba(0,0,0,0.1);padding:14px 10px 14px 12px;min-height:48px;left:8px;right:8px;bottom:8px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}c3-toast c3-material-button{color:#3ea6ff}[has-safe-area-in-max=true] c3-toast{padding:14px 10px 14px 12px;padding:14px max(10px,env(safe-area-inset-right)) 14px max(12px,env(safe-area-inset-left))}[has-pivot-bar=true] c3-toast{--safe-area-inset-bottom:env(safe-area-inset-bottom);bottom:48px;bottom:calc(56px + var(--safe-area-inset-bottom))}ytm-engagement-panel-section-list-renderer{overflow-y:auto;-webkit-overflow-scrolling:touch}body[draggable-engagement-panel] ytm-engagement-panel-section-list-renderer{overflow-y:visible}.engagement-panel-section-list-header{position:-webkit-sticky;position:sticky;top:0}ytm-watch ytm-engagement-panel-section-list-renderer ytm-section-list-renderer,ytm-watch ytm-engagement-panel-section-list-renderer ytm-structured-description-content-renderer,ytm-watch ytm-engagement-panel-section-list-renderer ytm-clip-section-renderer{overflow-y:visible}.yt-lp-faq-entry-view-model{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;border-bottom-style:solid;border-bottom-width:1px;border-color:var(--premium-yt-spec-outline);padding:20px 0;cursor:pointer;--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1)}.yt-lp-faq-entry-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}.yt-lp-faq-entry-view-model:hover [class$=icon-hover-highlighting]{background-color:var(--premium-yt-spec-button-chip-background-hover)}.yt-lp-faq-entry-view-model__faq-question-and-answers-section{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yt-lp-faq-entry-view-model__lp-faq-question{color:var(--premium-yt-spec-text-primary);font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:500}.yt-lp-faq-entry-view-model__icon-container{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;color:var(--premium-yt-spec-text-primary)}.yt-lp-faq-entry-view-model__icon-hover-highlighting{position:absolute;width:200%;height:200%;-webkit-transform:translate(-25%,-25%);transform:translate(-25%,-25%);border-radius:40px}.yt-lp-faq-entry-view-model__lp-faq-section-faqs-question{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin-right:10px}.yt-lp-faq-entry-view-model__lp-faq-section-faqs-answer{display:block;margin-top:20px;color:var(--premium-yt-spec-text-secondary);font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.yt-lp-faq-entry-view-model__lp-faq-section-faqs-outer-answer{-webkit-transition:height .3s;transition:height .3s;overflow:hidden}.yt-lp-faq-entry-view-model__lp-faq-section-faqs-outer-answer--collapsed{display:none}.yt-lp-faq-section-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%;padding:44px 16px;background-color:var(--premium-yt-spec-additive-background);border-radius:16px}.yt-lp-faq-section-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}@media(max-width:528px){.yt-lp-faq-section-view-model{border-radius:32px}}@media(max-width:1023px){.yt-lp-faq-section-view-model{margin-top:100px}}@media(min-width:528px) and (max-width:1023px){.yt-lp-faq-section-view-model{padding:24px}}@media(min-width:1024px){.yt-lp-faq-section-view-model{padding:24px;margin:80px}}.yt-lp-faq-section-view-model__lp-faq-section-header{display:-webkit-box;display:-webkit-flex;display:flex;color:var(--premium-yt-spec-text-primary);margin-bottom:24px;font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.6rem;line-height:5rem;font-weight:700}@media(max-width:528px){.yt-lp-faq-section-view-model__lp-faq-section-header{font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:700}}@media(max-width:527px){.yt-lp-faq-section-view-model__lp-faq-section-header{margin-top:16px;margin-bottom:16px}}@media(min-width:840px) and (max-width:1023px){.yt-lp-faq-section-view-model__lp-faq-section-header{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4.8rem;line-height:6.6rem;font-weight:700}}@media(min-width:840px) and (max-width:1023px) and (max-width:528px){.yt-lp-faq-section-view-model__lp-faq-section-header{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4rem;line-height:5.4rem;font-weight:700}}@media(min-width:1024px){.yt-lp-faq-section-view-model__lp-faq-section-header{margin-top:24px;font-family:"YouTube Sans","Roboto",sans-serif;font-size:6.4rem;line-height:8rem;font-weight:700}}@media(min-width:1024px) and (max-width:528px){.yt-lp-faq-section-view-model__lp-faq-section-header{font-family:"YouTube Sans","Roboto",sans-serif;font-size:5.6rem;line-height:7rem;font-weight:700}}.yt-lp-faq-section-view-model__lp-faq-section-faqs{margin-bottom:20px}.yt-lp-faq-section-view-model__lp-faq-section-footers{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;color:var(--premium-yt-spec-text-primary);font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:500}@media(min-width:840px){.yt-lp-faq-section-view-model__lp-faq-section-footers{font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:500}}.yt-lp-faq-section-view-model__lp-faq-section-legal{display:-webkit-box;display:-webkit-flex;display:flex;color:var(--premium-yt-spec-text-secondary);font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.lp-header-section-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 80px;max-width:1440px;box-sizing:border-box;margin:auto}.lp-header-section-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}@media((min-width:528px) and (max-width:840px)){.lp-header-section-view-model__lp-header-section-margin{margin-top:50px}}@media(max-width:528px){.lp-header-section-view-model{padding:0 16px;max-width:360px}}.lp-header-section-view-model__lp-header-button-section{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:40px}@media(max-width:528px){.lp-header-section-view-model__lp-header-button-section{margin-top:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:normal;-webkit-justify-content:normal;justify-content:normal;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}}.lp-header-section-view-model__lp-header-logo{margin-top:104px;max-height:40px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}@media(max-width:528px){.lp-header-section-view-model__lp-header-logo{margin-top:80px}}.lp-header-section-view-model__lp-header-subtitle-section{margin-top:40px;text-align:center;color:var(--premium-yt-spec-text-primary);font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:400}.lp-header-section-view-model__lp-header-subtitle-line:not(:first-child){margin-top:22px}.lp-header-section-view-model__lp-header-billing-info{text-align:center;margin-top:40px;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;color:var(--premium-yt-spec-text-secondary)}.lp-header-section-view-model__lp-header-other-offers-info{text-align:center;margin-top:40px;color:var(--premium-yt-spec-text-primary);font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:400}.lp-header-section-view-model__lp-header-title{text-align:center;margin-top:40px;font-family:"YouTube Sans","Roboto",sans-serif;font-size:6.4rem;line-height:8rem;font-weight:700;color:var(--premium-yt-spec-text-primary)}@media(max-width:528px){.lp-header-section-view-model__lp-header-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:5.6rem;line-height:7rem;font-weight:700}}@media(max-width:528px){.lp-header-section-view-model__lp-header-title{margin-top:32px;font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.6rem;line-height:5rem;font-weight:700}}@media(max-width:528px) and (max-width:528px){.lp-header-section-view-model__lp-header-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:700}}@media(min-width:528px) and (max-width:1024px){.lp-header-section-view-model__lp-header-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4.8rem;line-height:6.6rem;font-weight:700}}@media(min-width:528px) and (max-width:1024px) and (max-width:528px){.lp-header-section-view-model__lp-header-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4rem;line-height:5.4rem;font-weight:700}}.lp-header-section-view-model__lp-header-primary-button{min-width:175px}@media(max-width:528px){.lp-header-section-view-model__lp-header-primary-button{min-width:none}}.lp-header-section-view-model__lp-header-secondary-button{min-width:175px;margin-left:16px}@media(max-width:528px){.lp-header-section-view-model__lp-header-secondary-button{min-width:0;margin-left:0;margin-top:16px}}.ytm-lp-headline-section-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);display:block;margin:0 auto}.ytm-lp-headline-section-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}@media(max-width:527px){.ytm-lp-headline-section-view-model{max-width:360px;padding:50px 16px}}@media(min-width:528px) and (max-width:1023px){.ytm-lp-headline-section-view-model{padding:32px 80px}}@media(min-width:1024px){.ytm-lp-headline-section-view-model{max-width:1440px;padding:60px 80px}}.ytm-lp-headline-section-view-model__title-text{text-align:center;color:var(--premium-yt-spec-text-primary)}@media(max-width:527px){.ytm-lp-headline-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.6rem;line-height:5rem;font-weight:700}}@media(max-width:527px) and (max-width:528px){.ytm-lp-headline-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:700}}@media(min-width:528px) and (max-width:1023px){.ytm-lp-headline-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4.8rem;line-height:6.6rem;font-weight:700}}@media(min-width:528px) and (max-width:1023px) and (max-width:528px){.ytm-lp-headline-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4rem;line-height:5.4rem;font-weight:700}}@media(min-width:1024px){.ytm-lp-headline-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:6.4rem;line-height:8rem;font-weight:700}}@media(min-width:1024px) and (max-width:528px){.ytm-lp-headline-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:5.6rem;line-height:7rem;font-weight:700}}.ytm-lp-headline-section-view-model__subtitle-text{text-align:center;margin-top:16px;color:var(--premium-yt-spec-text-primary);font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:400}.yt-lp-large-feature-section-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-align-content:center;align-content:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:60px 80px}.yt-lp-large-feature-section-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}@media(max-width:528px){.yt-lp-large-feature-section-view-model{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-width:360px;margin:66px auto}}@media(min-width:528px) and (max-width:1024px){.yt-lp-large-feature-section-view-model{margin:50px 80px}}.yt-lp-large-feature-section-view-model__lp-large-feature-section-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-align-content:center;align-content:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-flex:1;-webkit-flex:1;flex:1;background-size:cover}.yt-lp-large-feature-section-view-model__lp-large-feature-section-text-container{margin:0 48px}@media(max-width:528px){.yt-lp-large-feature-section-view-model__lp-large-feature-section-text-container{margin:0;padding:16px}}@media(min-width:528px) and (max-width:1024px){.yt-lp-large-feature-section-view-model__lp-large-feature-section-text-container{margin:0;padding:0 24px}}.yt-lp-large-feature-section-view-model__lp-large-feature-section-eyebrow-text{text-align:start;color:var(--premium-yt-spec-text-secondary);font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}@media(max-width:528px){.yt-lp-large-feature-section-view-model__lp-large-feature-section-eyebrow-text{margin-top:16px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}}.yt-lp-large-feature-section-view-model__lp-large-feature-section-title{margin-top:16px;text-align:start;color:var(--premium-yt-spec-text-primary);font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.6rem;line-height:5rem;font-weight:700}@media(max-width:528px){.yt-lp-large-feature-section-view-model__lp-large-feature-section-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:700}}@media(min-width:1024px){.yt-lp-large-feature-section-view-model__lp-large-feature-section-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4.8rem;line-height:6.6rem;font-weight:700}}@media(min-width:1024px) and (max-width:528px){.yt-lp-large-feature-section-view-model__lp-large-feature-section-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4rem;line-height:5.4rem;font-weight:700}}.yt-lp-large-feature-section-view-model__lp-large-feature-section-subtitles{margin-top:16px;text-align:start;color:var(--premium-yt-spec-text-secondary);font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}@media(min-width:1024px){.yt-lp-large-feature-section-view-model__lp-large-feature-section-subtitles{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:400}}.yt-lp-large-feature-section-view-model__lp-large-feature-section-logo{max-height:20px;-webkit-align-content:start;align-content:start;-webkit-box-pack:start;-webkit-justify-content:start;justify-content:start}.yt-lp-large-feature-section-view-model--block-feature-type-2{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}@media(max-width:528px){.yt-lp-large-feature-section-view-model--block-feature-type-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-width:360px;margin:66px auto}}@media(min-width:528px) and (max-width:1024px){.yt-lp-large-feature-section-view-model--block-feature-type-2{margin:50px 80px}}.yt-lp-large-feature-section-view-model--music-feature-type{overflow:hidden;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;border-radius:38.5px}@media(max-width:528px){.yt-lp-large-feature-section-view-model--music-feature-type{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse;width:100%}}@media((min-width:528px) and (max-width:840px)){.yt-lp-large-feature-section-view-model--music-feature-type{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse;width:100%;margin:0}}@media(max-width:528px){.yt-lp-large-feature-section-view-model--music-feature-type .yt-lp-large-feature-section-view-model__lp-large-feature-section-text-container{margin:0;padding:32px}}@media((min-width:528px) and (max-width:840px)){.yt-lp-large-feature-section-view-model--music-feature-type .yt-lp-large-feature-section-view-model__lp-large-feature-section-text-container{max-width:500px;margin:40px auto}}@media(min-width:840px){.yt-lp-large-feature-section-view-model--music-feature-type .yt-lp-large-feature-section-view-model__lp-large-feature-section-text-container{margin:48px}}.yt-lp-large-feature-section-view-model--music-feature-type .yt-lp-large-feature-section-view-model__lp-large-feature-section-title{color:var(--premium-yt-spec-static-brand-white);font-family:"Roboto","Arial",sans-serif;font-size:3.6rem;line-height:5rem;font-weight:700}@media(max-width:528px){.yt-lp-large-feature-section-view-model--music-feature-type .yt-lp-large-feature-section-view-model__lp-large-feature-section-title{font-family:"Roboto","Arial",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:700}}@media(max-width:840px){.yt-lp-large-feature-section-view-model--music-feature-type .yt-lp-large-feature-section-view-model__lp-large-feature-section-title{font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}}@media(max-width:840px) and (max-width:528px){.yt-lp-large-feature-section-view-model--music-feature-type .yt-lp-large-feature-section-view-model__lp-large-feature-section-title{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}}.yt-lp-large-feature-section-view-model--music-feature-type .yt-lp-large-feature-section-view-model__lp-large-feature-section-subtitles{font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400;color:var(--premium-yt-spec-static-brand-white)}@media(max-width:840px){.yt-lp-large-feature-section-view-model--music-feature-type .yt-lp-large-feature-section-view-model__lp-large-feature-section-subtitles{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}}.ytm-lp-offer-card-option-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16px 0;cursor:default}.ytm-lp-offer-card-option-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}.ytm-lp-offer-card-option-view-model__input-el{height:20px;width:20px;margin:0 14px 0 0}.ytm-lp-offer-card-option-view-model__eyebrow-text{color:var(--premium-yt-spec-text-secondary);font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500;line-height:16px}.ytm-lp-offer-card-option-view-model__title{color:var(--premium-yt-spec-text-primary);font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;font-weight:400}.ytm-lp-offer-card-option-view-model__subtitle{color:var(--premium-yt-spec-text-primary);font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;line-height:18px}.ytm-lp-offer-card-option-view-model__description{color:var(--premium-yt-spec-text-secondary);font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;line-height:16px}.ytm-lp-offer-card-section-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);display:block;margin:0 auto}.ytm-lp-offer-card-section-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}@media(max-width:527px){.ytm-lp-offer-card-section-view-model{max-width:360px;padding:32px 16px}}@media(min-width:528px) and (max-width:1023px){.ytm-lp-offer-card-section-view-model{max-width:400px;padding:32px 0}}@media(min-width:1024px){.ytm-lp-offer-card-section-view-model{padding:32px 64px}}.ytm-lp-offer-card-section-view-model__title-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}@media(max-width:1023px){.ytm-lp-offer-card-section-view-model__title-container{margin-bottom:16px}}@media(min-width:1024px){.ytm-lp-offer-card-section-view-model__title-container{margin-bottom:104px}}.ytm-lp-offer-card-section-view-model__title-text{text-align:center;color:var(--premium-yt-spec-text-primary)}@media(max-width:299px){.ytm-lp-offer-card-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.6rem;line-height:5rem;font-weight:700}}@media(max-width:299px) and (max-width:528px){.ytm-lp-offer-card-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:700}}@media(min-width:300px) and (max-width:527px){.ytm-lp-offer-card-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4.8rem;line-height:6.6rem;font-weight:700;line-height:54px}}@media(min-width:300px) and (max-width:527px) and (max-width:528px){.ytm-lp-offer-card-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4rem;line-height:5.4rem;font-weight:700}}@media(min-width:528px){.ytm-lp-offer-card-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:6.4rem;line-height:8rem;font-weight:700}}@media(min-width:528px) and (max-width:528px){.ytm-lp-offer-card-section-view-model__title-text{font-family:"YouTube Sans","Roboto",sans-serif;font-size:5.6rem;line-height:7rem;font-weight:700}}@media(min-width:1024px){.ytm-lp-offer-card-section-view-model__title-text{max-width:550px}}.ytm-lp-offer-card-section-view-model__offer-cards-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}@media(max-width:1023px){.ytm-lp-offer-card-section-view-model__offer-cards-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}@media(min-width:1024px){.ytm-lp-offer-card-section-view-model__offer-cards-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}.ytm-lp-offer-card-section-view-model__offer-card-container{-webkit-box-flex:1;-webkit-flex:1 1 0;flex:1 1 0}@media(max-width:1023px){.ytm-lp-offer-card-section-view-model__offer-card-container{margin-top:16px}}@media(min-width:1024px){.ytm-lp-offer-card-section-view-model__offer-card-container{margin:16px;max-width:500px}}.ytm-lp-offer-card-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;max-width:500px;padding:16px;gap:20px;box-shadow:0 2px 16px rgba(0,0,0,.08);border-radius:24px;background-color:var(--premium-yt-spec-raised-background)}.ytm-lp-offer-card-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}.ytm-lp-offer-card-view-model__title-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ytm-lp-offer-card-view-model__offer-options-container{display:block;width:100%}.ytm-lp-offer-card-view-model__icon-container{display:-webkit-box;display:-webkit-flex;display:flex;margin-right:14px;color:var(--premium-yt-spec-text-primary)}.ytm-lp-offer-card-view-model__title-text{color:var(--premium-yt-spec-text-primary);font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}.ytm-lp-offer-card-view-model__divider{border-top:1px solid var(--premium-yt-spec-outline)}.ytm-lp-offer-card-view-model__purchase-button-container{display:block;width:100%}.yt-lp-offer-table-cell-content-view-model{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;margin:4px auto;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-title{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:400}.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-subtitle{word-break:break-word;font-family:"Roboto","Arial",sans-serif;font-size:2.8rem;line-height:3.8rem;font-weight:700}@media(max-width:528px){.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-subtitle{font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}}.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-description{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-feature-description{max-width:none;text-align:left;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}@media(max-width:1023px){.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-feature-description{margin-top:8px;text-align:center;color:#0f0f0f}}.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-purchase-button{color:#065fd4;margin-top:4px}.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-note{max-width:175px;color:#606060}@media(max-width:1023px){.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-note{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}}.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-feature-detail{max-width:175px;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}@media(max-width:1023px){.yt-lp-offer-table-cell-content-view-model__lp-offer-table-cell-feature-detail{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}}.yt-lp-offer-table-cell-view-model{display:block}.yt-lp-offer-table-row-view-model{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-gap:30px}@media(max-width:1023px){.yt-lp-offer-table-row-view-model{grid-template-columns:1fr 1fr;grid-gap:0}}.yt-lp-offer-table-row-view-model__lp-offer-table-row-header-cell{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:start;align-items:start;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding-top:12px;padding-bottom:12px;border-top:1px solid rgba(0,0,0,0.1)}@media(max-width:1023px){.yt-lp-offer-table-row-view-model__lp-offer-table-row-header-cell{-webkit-box-align:center;-webkit-align-items:center;align-items:center;grid-column:1/-1;padding:0;width:100%}}.yt-lp-offer-table-row-view-model__lp-offer-table-first-row-header-cell{padding-top:12px;padding-bottom:12px}@media(max-width:1023px){.yt-lp-offer-table-row-view-model__lp-offer-table-first-row-header-cell{grid-column:1/-1}}.yt-lp-offer-table-row-view-model__lp-offer-table-row-content-cell{padding-top:12px;padding-bottom:12px}@media(min-width:1024px){.yt-lp-offer-table-row-view-model__lp-offer-table-row-content-cell{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-top:1px solid rgba(0,0,0,0.1);border-left:1px solid rgba(0,0,0,0.1);border-right:1px solid rgba(0,0,0,0.1)}}.yt-lp-offer-table-row-view-model__lp-offer-table-first-row-content-cell{padding-top:12px;padding-bottom:12px}@media(min-width:1024px){.yt-lp-offer-table-row-view-model__lp-offer-table-first-row-content-cell{border-top:1px solid rgba(0,0,0,0.1);border-left:1px solid rgba(0,0,0,0.1);border-right:1px solid rgba(0,0,0,0.1);border-top-right-radius:24px;border-top-left-radius:24px}}.yt-lp-offer-table-row-view-model__lp-offer-table-last-row-content-cell{padding-top:12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,0.1)}@media(min-width:1024px){.yt-lp-offer-table-row-view-model__lp-offer-table-last-row-content-cell{border:1px solid rgba(0,0,0,0.1);border-bottom-right-radius:24px;border-bottom-left-radius:24px}}.yt-lp-offer-table-view-model{text-align:center}.yt-lp-offer-table-view-model__lp-offer-table-section-title{padding:64px 16px 0;color:#0f0f0f;font-family:"YouTube Sans","Roboto",sans-serif;font-size:6.4rem;line-height:8rem;font-weight:700}@media(max-width:528px){.yt-lp-offer-table-view-model__lp-offer-table-section-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:5.6rem;line-height:7rem;font-weight:700}}@media(max-width:1023px){.yt-lp-offer-table-view-model__lp-offer-table-section-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4.8rem;line-height:6.6rem;font-weight:700}}@media(max-width:1023px) and (max-width:528px){.yt-lp-offer-table-view-model__lp-offer-table-section-title{font-family:"YouTube Sans","Roboto",sans-serif;font-size:4rem;line-height:5.4rem;font-weight:700}}.yt-lp-offer-table-view-model__lp-offer-table-section-rows{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:32px 80px 24px;max-width:1000px}@media(min-width:1024px){.yt-lp-offer-table-view-model__lp-offer-table-section-rows{margin:32px auto 24px}}@media(max-width:528px){.yt-lp-offer-table-view-model__lp-offer-table-section-rows{margin:32px 16px 24px}}.yt-lp-offer-table-view-model__lp-offer-table-section-footer{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.ytm-lp-small-feature-section-group-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);display:block;margin:0 auto}.ytm-lp-small-feature-section-group-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}@media(max-width:528px){.ytm-lp-small-feature-section-group-view-model{max-width:360px;padding:32px 16px}}@media(min-width:528px) and (max-width:1024px){.ytm-lp-small-feature-section-group-view-model{max-width:400px;padding:32px 0}}@media(min-width:1024px){.ytm-lp-small-feature-section-group-view-model{max-width:none;padding:32px 64px}}.ytm-lp-small-feature-section-group-view-model__small-features-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;flex-flow:column wrap}@media(min-width:1024px){.ytm-lp-small-feature-section-group-view-model__small-features-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}.ytm-lp-small-feature-section-group-view-model__small-feature-container{-webkit-box-flex:1;-webkit-flex:1 1 0;flex:1 1 0;margin-top:16px}@media(min-width:1024px){.ytm-lp-small-feature-section-group-view-model__small-feature-container{margin:16px;max-width:500px}}.ytm-lp-small-feature-section-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:16px}.ytm-lp-small-feature-section-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}@media(max-width:528px){.ytm-lp-small-feature-section-view-model{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}}@media(min-width:528px) and (max-width:1024px){.ytm-lp-small-feature-section-view-model{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}@media(min-width:1024px){.ytm-lp-small-feature-section-view-model{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}@media(max-width:528px){.ytm-lp-small-feature-section-view-model__feature-image-container{margin-right:16px}}@media(min-width:528px) and (max-width:1024px){.ytm-lp-small-feature-section-view-model__feature-image-container{margin-bottom:24px}}@media(max-width:1023px){.ytm-lp-small-feature-section-view-model__feature-image-container{max-width:100px;min-width:100px}}@media(min-width:1024px){.ytm-lp-small-feature-section-view-model__feature-image-container{width:100px;height:100px;margin-bottom:24px}}.ytm-lp-small-feature-section-view-model__description-text{text-align:left;max-width:300px;color:var(--premium-yt-spec-text-primary)}@media(max-width:299px){.ytm-lp-small-feature-section-view-model__description-text{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}}@media(min-width:300px){.ytm-lp-small-feature-section-view-model__description-text{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}}@media(min-width:528px) and (max-width:1024px){.ytm-lp-small-feature-section-view-model__description-text{text-align:center}}@media(min-width:1024px){.ytm-lp-small-feature-section-view-model__description-text{text-align:center;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}}.yt-lp-section-group-view-model{--premium-yt-spec-base-background:#fff;--premium-yt-spec-raised-background:#fff;--premium-yt-spec-additive-background:rgba(0,0,0,0.05);--premium-yt-spec-outline:rgba(0,0,0,0.1);--premium-yt-spec-static-brand-white:#fff;--premium-yt-spec-text-primary:#0f0f0f;--premium-yt-spec-text-secondary:#606060;--premium-yt-spec-button-chip-background-hover:rgba(0,0,0,0.1);background-color:var(--premium-yt-spec-base-background);max-width:none;position:relative;overflow:hidden}.yt-lp-section-group-view-model--premium-force-dark-mode{--premium-yt-spec-base-background:#0f0f0f;--premium-yt-spec-raised-background:#212121;--premium-yt-spec-additive-background:rgba(255,255,255,0.1);--premium-yt-spec-outline:rgba(255,255,255,0.2);--premium-yt-spec-text-primary:#fff;--premium-yt-spec-text-secondary:#aaa;--premium-yt-spec-button-chip-background-hover:rgba(255,255,255,0.2)}.yt-lp-section-group-view-model__bg-image{background-size:105% 105%;background-repeat:no-repeat;position:absolute;height:105%;width:105%;-webkit-filter:blur(50px);filter:blur(50px)}.yt-lp-section-group-view-model__lp-section-group{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:auto;max-width:1440px;position:relative}.yt-mini-game-card-view-model{height:100%;display:inline-block;position:relative;box-sizing:border-box;vertical-align:top}.yt-mini-game-card-view-model__background-base{position:absolute;top:0;right:0;bottom:0;left:0}.yt-mini-game-card-view-model__background-blur{background-position:center center;background-repeat:no-repeat;background-size:200%;-webkit-filter:blur(35px);filter:blur(35px);position:absolute;top:0;right:0;bottom:0;left:0}.yt-mini-game-card-view-model__gradient-scrim{position:absolute;top:0;right:0;bottom:0;left:0}.yt-mini-game-card-view-model__thumbnail-wrapper{border-radius:4px;display:block;overflow:hidden;position:relative}.yt-mini-game-card-view-model__thumbnail-image{border-radius:inherit;box-sizing:border-box;position:absolute;top:0;left:0}.yt-mini-game-card-view-model__badge{width:-webkit-fit-content;width:fit-content;background-color:rgba(0,0,0,0.6);color:#fff;border-radius:2px;padding:0 4px;position:absolute;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model__avatar{margin-right:12px}.yt-mini-game-card-view-model__channel-metadata-line{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-line-clamp:2;-webkit-flex-wrap:wrap;flex-wrap:wrap}.yt-mini-game-card-view-model__card-metadata-wrapper{position:relative;margin-top:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.yt-mini-game-card-view-model__metadata-details{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;text-decoration:none}.yt-mini-game-card-view-model__title{color:#fff;margin-bottom:0;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model__genre{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model__genre-with-separator{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model__genre-with-separator::before{content:"•";margin:0 4px}.yt-mini-game-card-view-model__description{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:3.6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model__overflow-button{-webkit-transform:scale(1);transform:scale(1)}.yt-mini-game-card-view-model__card-action-button{margin-top:8px;display:block}.yt-mini-game-card-view-model--square-card{width:96px}.yt-mini-game-card-view-model--square-card .yt-mini-game-card-view-model__thumbnail-wrapper{border-radius:8px;padding-top:100%}.yt-mini-game-card-view-model--square-card .yt-mini-game-card-view-model__title{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;overflow:hidden;display:block;max-height:4rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model--square-card .yt-mini-game-card-view-model__genre{color:#606060}.yt-mini-game-card-view-model--square-card .yt-mini-game-card-view-model__overflow-button{margin-top:-8px;margin-right:-8px;-webkit-transform:scale(.67);transform:scale(.67)}.yt-mini-game-card-view-model--portrait-card{width:150px;overflow:hidden;padding:8px;border-radius:12px}.yt-mini-game-card-view-model--portrait-card .yt-mini-game-card-view-model__thumbnail-wrapper{border-radius:4px;padding-top:140%}.yt-mini-game-card-view-model--portrait-card .yt-mini-game-card-view-model__badge{top:4px;left:4px}.yt-mini-game-card-view-model--portrait-card .yt-mini-game-card-view-model__overflow-button{margin-top:-8px;margin-right:-12px;-webkit-transform:scale(.67);transform:scale(.67)}.yt-mini-game-card-view-model--singleton-card{display:block;overflow:hidden;padding:8px;border-radius:12px}.yt-mini-game-card-view-model--singleton-card .yt-mini-game-card-view-model__thumbnail-wrapper{padding-top:56.25%}.yt-mini-game-card-view-model--singleton-card .yt-mini-game-card-view-model__badge{bottom:4px;right:4px}.yt-mini-game-card-view-model--singleton-card .yt-mini-game-card-view-model__metadata-details{margin-right:12px}.yt-mini-game-card-view-model--singleton-card .yt-mini-game-card-view-model__overflow-button{margin-top:-2px}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.yt-mini-game-card-view-model--singleton-card{width:200px;margin-right:12px}}@media((min-width:840px) and (max-width:1024px)){.yt-mini-game-card-view-model--singleton-card{width:200px;margin-right:12px}}@media(min-width:1024px){.yt-mini-game-card-view-model--singleton-card{width:200px;margin-right:12px}}.yt-mini-game-card-view-model--singleton-card-desktop{max-width:360px;min-width:240px;margin-right:16px;-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px}.yt-mini-game-card-view-model--search-result-mweb{margin-bottom:12px}@media(max-width:299px) and (orientation:portrait){.yt-mini-game-card-view-model--search-result-mweb{margin-top:8px;margin-bottom:0;padding:0 8px}}@media(min-width:300px) and (max-width:330px){.yt-mini-game-card-view-model--search-result-mweb{margin-top:0;padding:0 12px}}@media((min-width:528px) and (max-width:840px)){.yt-mini-game-card-view-model--search-result-mweb{margin-top:12px;padding:0 12px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.yt-mini-game-card-view-model--search-result-mweb{margin-top:12px;padding:0 12px;-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:flex-start;-webkit-box-align:start;align-items:flex-start}.yt-mini-game-card-view-model--search-result-mweb .yt-mini-game-card-view-model__card-metadata-wrapper,.yt-mini-game-card-view-model--search-result-mweb .yt-mini-game-card-view-model__card-action-button{display:none}}@media((min-width:840px) and (max-width:1024px)){.yt-mini-game-card-view-model--search-result-mweb{margin-top:12px;padding:0 12px;-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:flex-start;-webkit-box-align:start;align-items:flex-start}.yt-mini-game-card-view-model--search-result-mweb .yt-mini-game-card-view-model__card-metadata-wrapper,.yt-mini-game-card-view-model--search-result-mweb .yt-mini-game-card-view-model__card-action-button{display:none}}@media(min-width:1024px){.yt-mini-game-card-view-model--search-result-mweb{margin-top:12px;padding:0 12px;-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:flex-start;-webkit-box-align:start;align-items:flex-start}.yt-mini-game-card-view-model--search-result-mweb .yt-mini-game-card-view-model__card-metadata-wrapper,.yt-mini-game-card-view-model--search-result-mweb .yt-mini-game-card-view-model__card-action-button{display:none}}.yt-mini-game-card-view-model--search-result-top-margin{margin-top:16px}.yt-mini-game-card-view-model--search-result-desktop{-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:flex-start;-webkit-box-align:start;align-items:flex-start}.yt-mini-game-card-view-model--search-result-metadata-wrapper{max-width:none;cursor:pointer;text-decoration:none;-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px}.yt-mini-game-card-view-model--search-result-metadata-wrapper .yt-mini-game-card-view-model__title{margin-right:8px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:400;overflow:hidden;display:block;max-height:5.2rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model--search-result-metadata-wrapper .yt-mini-game-card-view-model__genre{color:#606060}@media(max-width:840px) and (orientation:portrait){.yt-mini-game-card-view-model--search-result-metadata-wrapper-mweb{display:none}}.yt-mini-game-card-view-model--search-result-metadata-wrapper-mweb .yt-mini-game-card-view-model__title{margin-right:0;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;max-height:4rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model__search-result-info-row{-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.yt-mini-game-card-view-model__search-result-info-row-mweb{padding-right:16px}.yt-mini-game-card-view-model__search-result-action-button{margin-right:16px}.yt-mini-game-card-view-model--search-result-channel-metadata-row{padding:12px 0;-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.yt-mini-game-card-view-model--search-result-channel-metadata-row .yt-mini-game-card-view-model__avatar{margin-right:8px}.yt-mini-game-card-view-model--square-card-desktop{width:113px}.yt-mini-game-card-view-model--portrait-card-desktop{width:210px}.yt-mini-game-card-view-model--is-rich-grid{width:100%}.yt-mini-game-card-view-model--extra-bottom-padding{padding-bottom:12px}.yt-mini-game-card-view-model--big-metadata-font .yt-mini-game-card-view-model__title{color:#fff;margin-bottom:0;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:500;overflow:hidden;display:block;max-height:2.2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model--big-metadata-font .yt-mini-game-card-view-model__genre{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-mini-game-card-view-model--big-metadata-font .yt-mini-game-card-view-model__overflow-button{margin-top:-5px;margin-right:-12px;-webkit-transform:scale(1);transform:scale(1)}.yt-mini-game-card-view-model--show-overflow-menu-on-hover .yt-mini-game-card-view-model__overflow-button{opacity:0}.yt-mini-game-card-view-model--show-overflow-menu-on-hover .yt-mini-game-card-view-model__overflow-button:focus-within{opacity:1}.yt-mini-game-card-view-model--show-overflow-menu-on-hover:hover .yt-mini-game-card-view-model__overflow-button{opacity:1}@media(pointer:coarse){.yt-mini-game-card-view-model--show-overflow-menu-on-hover .yt-mini-game-card-view-model__overflow-button{opacity:1}}.yt-mini-game-card-view-model__dismissed-mini-app{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;height:100%;border:1px solid rgba(0,0,0,0.1);border-radius:12px}.yt-mini-game-card-view-model__dismissed-text{text-align:center;margin:8px;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-attribution-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-width:0;background-color:transparent;border-style:none;padding:0}.yt-attribution-view-model-wiz__attribution-text{min-width:32px;color:#0f0f0f;background-color:unset;border-style:unset;-webkit-flex-shrink:1;flex-shrink:1;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis}.yt-attribution-view-model-wiz__suffix{margin-left:4px;color:#0f0f0f;background-color:unset;border-style:unset;-webkit-flex-shrink:0;flex-shrink:0;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis}.yt-attribution-view-model-wiz__attribution-image{margin-right:8px;-webkit-box-flex:0;-webkit-flex:none;flex:none}.yt-attribution-view-model-wiz--tappable{cursor:pointer}.yt-attribution-view-model-wiz--overlay .yt-attribution-view-model-wiz__attribution-text,.yt-attribution-view-model-wiz--overlay .yt-attribution-view-model-wiz__suffix{color:#fff}.yt-content-preview-image-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden}.yt-content-preview-image-view-model-wiz--circle-image{border-radius:50%}.yt-content-preview-image-view-model-wiz--small-rounded-image{border-radius:4px}.yt-content-preview-image-view-model-wiz--large-rounded-image{border-radius:8px}.yt-content-preview-image-view-model-wiz--tappable{cursor:pointer}.yt-avatar-stack-view-model-wiz{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yt-avatar-stack-view-model-wiz__avatars{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.yt-avatar-stack-view-model-wiz__avatar:not(:last-child){margin-left:-8px}.yt-avatar-stack-view-model-wiz__avatar-stack-text{margin-left:8px;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-avatar-stack-view-model-wiz--tappable{cursor:pointer}.yt-avatar-stack-view-model-wiz__avatar-button{margin:4px 0;width:24px;height:24px}.yt-avatar-stack-view-model-wiz--is-overlay{position:relative;left:2px}.yt-content-metadata-view-model-wiz{display:block}.yt-content-metadata-view-model-wiz__metadata-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:2px}.yt-content-metadata-view-model-wiz__metadata-row--metadata-row-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex}.yt-content-metadata-view-model-wiz__metadata-text{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;white-space:nowrap;text-overflow:ellipsis}.yt-content-metadata-view-model-wiz__metadata-text:last-of-type{overflow:hidden}.yt-content-metadata-view-model-wiz__delimiter{margin:0 4px;vertical-align:middle}.yt-content-metadata-view-model-wiz--inline{white-space:normal}.yt-content-metadata-view-model-wiz--inline .yt-content-metadata-view-model-wiz__metadata-row{vertical-align:middle}.yt-content-metadata-view-model-wiz--tappable{cursor:pointer}.yt-lockup-metadata-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;min-width:0}.yt-lockup-metadata-view-model-wiz__heading-reset{margin:0;padding:0;border:0;max-height:unset}.yt-lockup-metadata-view-model-wiz__text-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-width:0}.yt-lockup-metadata-view-model-wiz__avatar{margin-right:12px}.yt-lockup-metadata-view-model-wiz__title{text-decoration:none;word-break:break-word;padding-right:24px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:500;overflow:hidden;display:block;max-height:4.4rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-lockup-metadata-view-model-wiz__metadata{color:#606060}.yt-lockup-metadata-view-model-wiz__menu-button{position:absolute;top:-6px;right:-10px}.yt-lockup-metadata-view-model-wiz__attribution{margin-top:2px}.yt-lockup-metadata-view-model-wiz--card{margin:4px 0}.yt-lockup-metadata-view-model-wiz--vertical.yt-lockup-metadata-view-model-wiz--centered{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-lockup-metadata-view-model-wiz--vertical.yt-lockup-metadata-view-model-wiz--centered .yt-lockup-metadata-view-model-wiz__title{padding-right:0}.yt-lockup-metadata-view-model-wiz--vertical.yt-lockup-metadata-view-model-wiz--centered .yt-lockup-metadata-view-model-wiz__text-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yt-lockup-metadata-view-model-wiz--vertical.yt-lockup-metadata-view-model-wiz--centered .yt-lockup-metadata-view-model-wiz__attribution{margin-top:12px}.yt-lockup-metadata-view-model-wiz--vertical.yt-lockup-metadata-view-model-wiz--card{margin:0 8px 8px}.yt-lockup-metadata-view-model-wiz--overlay .yt-lockup-metadata-view-model-wiz__title,.yt-lockup-metadata-view-model-wiz--overlay .yt-lockup-metadata-view-model-wiz__metadata{color:#fff}.yt-lockup-metadata-view-model-wiz--horizontal .yt-lockup-metadata-view-model-wiz__title{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:500;overflow:hidden;display:block;max-height:5.2rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-lockup-metadata-view-model-wiz--horizontal.yt-lockup-metadata-view-model-wiz--centered .yt-lockup-metadata-view-model-wiz__text-container{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding-right:28px}.yt-lockup-metadata-view-model-wiz--horizontal.yt-lockup-metadata-view-model-wiz--centered .yt-lockup-metadata-view-model-wiz__title{padding-right:0}.yt-lockup-metadata-view-model-wiz--horizontal.yt-lockup-metadata-view-model-wiz--centered .yt-lockup-metadata-view-model-wiz__menu-button{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.yt-lockup-metadata-view-model-wiz--compact .yt-lockup-metadata-view-model-wiz__title{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;overflow:hidden;display:block;max-height:4rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-lockup-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;position:relative;cursor:pointer}.yt-lockup-view-model-wiz__metadata{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;min-width:0}.yt-lockup-view-model-wiz__content-image{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-webkit-flex-direction:inherit;flex-direction:inherit}.yt-lockup-view-model-wiz--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.yt-lockup-view-model-wiz--vertical .yt-lockup-view-model-wiz__content-image{padding-bottom:8px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yt-lockup-view-model-wiz--horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;height:inherit}.yt-lockup-view-model-wiz--horizontal .yt-lockup-view-model-wiz__content-image{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:0;-webkit-flex:none;flex:none;padding-right:16px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.yt-lockup-view-model-wiz--horizontal .yt-lockup-view-model-wiz__metadata{-webkit-box-flex:1;-webkit-flex:1;flex:1}.yt-lockup-view-model-wiz--horizontal.yt-lockup-view-model-wiz--collection-stack-1{position:relative;margin-top:6px}.yt-lockup-view-model-wiz--horizontal.yt-lockup-view-model-wiz--collection-stack-2{position:relative;margin-top:10px}.yt-lockup-view-model-wiz--overlay{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;position:relative}.yt-lockup-view-model-wiz--overlay .yt-lockup-view-model-wiz__metadata{position:absolute;bottom:0;padding:8px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);background:linear-gradient(to top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);right:0;left:0}.yt-lockup-view-model-wiz--card{border-radius:12px;overflow:hidden;background-color:rgba(0,0,0,0.05)}.animated-action__container{display:block;position:relative}.animated-action__lottie{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;pointer-events:none}.animated-action__background{width:100%}.animated-action__background-container{overflow:hidden;border-radius:18px}.animated-action__content-with-background{position:relative}.smartimation__content{display:block}.smartimation--experiment-enabled{position:relative;display:block}.smartimation--experiment-enabled .smartimation__content{position:relative;z-index:1;border-radius:18px}.smartimation__border{z-index:1;border-radius:22px;position:absolute;overflow:hidden;top:-3px;left:-3px;bottom:-3px;right:-3px}.smartimation__border-gradient{opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.smartimation__background{position:absolute;z-index:2;border-radius:18px;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;pointer-events:none}.smartimation--active-border .smartimation__background{opacity:.2;z-index:10;pointer-events:none}.smartimation--active-border .smartimation__border-gradient{opacity:1}.smartimation--active-background .smartimation__content{background:#fff}.smartimation--enable-masking .smartimation__border{padding:3px;-webkit-mask:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));-webkit-mask:-webkit-linear-gradient(#fff 0 0) content-box,-webkit-linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.smartimation--enable-masking .smartimation__border-gradient{width:calc(100% + 12px);-webkit-transform:translate(-3px,-3px);transform:translate(-3px,-3px)}.smartimation--enable-masking .smartimation__content{background:transparent}.smartimation--invisible .smartimation__border,.smartimation--invisible .smartimation__border-gradient,.smartimation--invisible .smartimation__background{opacity:.001}ytm-subscribe-button-renderer{display:block}ytm-subscribe-button-renderer .button-renderer-icon{height:16px;width:16px}.modern-subscribe-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.subscribe-button-count{font-size:1.4rem;margin:0 8px}.animated-subscribe-container{width:100%}.animated-subscribe-content-container{width:100%;overflow:hidden;border-radius:18px}.animated-subscribe-flex-container{display:-webkit-box;display:-webkit-flex;display:flex;width:-webkit-fit-content;width:fit-content}.can-animate{-webkit-transition:width .5s ease;transition:width .5s ease}.static-width .animated-subscribe-flex-container{width:auto}.compact-media-item{padding:0 12px;display:-webkit-box;display:-webkit-flex;display:flex}.compact-media-item[data-has-subscribe-button=true] .compact-media-item-metadata{padding:0;-webkit-box-align:normal;-webkit-align-items:normal;align-items:normal;margin:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.compact-media-item-image{-webkit-flex-shrink:0;flex-shrink:0}.compact-media-item-image.stacked{position:relative;margin-top:6px}.compact-media-item-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;min-width:0;overflow:visible}.compact-media-item-metadata-content{display:block;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;min-width:0;overflow:hidden;padding:0 8px}.compact-media-item-metadata-content.stacked{margin-top:8px}.compact-media-item[data-has-subscribe-button=true] .compact-media-item-metadata ytm-menu-renderer{height:100%}.compact-media-item[data-has-subscribe-button=true] .compact-media-item-container{display:-webkit-box;display:-webkit-flex;display:flex}.compact-media-item[data-has-subscribe-button=true] .video-thumbnail-img{width:67px;height:67px;min-height:0;border-radius:50%}.compact-media-item[data-has-subscribe-button=true] .channel-subscribe-button{padding:0 0 0 8px}.compact-media-item-headline-placeholder{height:16px;max-width:300px;margin-bottom:8px;background-color:rgba(0,0,0,0.1);border-radius:2px}.compact-media-item-subhead-placeholder{height:16px;width:120px;margin-bottom:3px;background-color:rgba(0,0,0,0.1);border-radius:2px}div.compact-media-item>a{display:block}.compact-media-item-headline{overflow:hidden;margin:0;font-size:1.4rem}.compact-media-item-headline .ytm-channel-name{font-size:1.4rem}.compact-media-item-byline{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.compact-media-item-stats{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.compact-media-item-description{margin:8px 0;padding:0}.compact-media-item-stats~.compact-media-item-stats:before{content:" · "}.compact-media-item-menu{-webkit-flex-shrink:0;flex-shrink:0;color:#909090}.compact-media-item[data-color-palette-applied=true] .subhead{opacity:1}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.compact-media-item-metadata[data-has-badges=true] .compact-media-item-headline{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}@media(max-width:549px) and (orientation:portrait),(max-width:930px) and (orientation:landscape){.compact-media-item-headline{max-height:3.75em;-webkit-line-clamp:3}.compact-media-item-metadata[data-has-badges=true] .compact-media-item-headline{max-height:2.5em;-webkit-line-clamp:2}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.compact-media-item .video-thumbnail-container-compact{width:100%;height:auto;padding-bottom:56.25%}.compact-media-item{display:block;padding:0 8px}.compact-media-item-metadata{padding:4px 0}.compact-media-item-metadata-content{padding:0}.compact-media-item-metadata[data-has-badges=true]>.compact-media-item-headline{display:-webkit-box;white-space:normal}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-compact-playlist-renderer.feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-compact-playlist-renderer.feed-item{margin-bottom:24px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-compact-playlist-renderer.adaptive-feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-compact-playlist-renderer.adaptive-feed-item{margin-bottom:24px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.fresh-feeds-separators ytm-compact-playlist-renderer.adaptive-feed-item{margin-bottom:12px}}.fresh-feeds-separators ytm-compact-playlist-renderer.compact-feed-item{margin-bottom:12px}lazy-list ytm-compact-playlist-renderer.item .compact-media-item{margin-top:12px}lazy-list ytm-compact-playlist-renderer.item{margin-top:0}.fresh-feeds-separators ytm-compact-video-renderer{margin-bottom:12px}ytm-compact-video-renderer .offer-group-offers{margin:.7em .57em 12px 0;min-width:0;display:-webkit-box;display:-webkit-flex;display:flex;padding:8px 8px 8px 8px;word-break:break-word}ytm-compact-video-renderer ytm-thumbnail-overlay-time-status-renderer[data-style=SHORTS] .icon-text{display:none}ytm-compact-video-renderer ytm-badge-supported-renderer{-webkit-flex-wrap:wrap;flex-wrap:wrap}ytm-compact-video-renderer ytm-badge-supported-renderer ytm-metadata-badge-renderer+ytm-metadata-badge-renderer{margin-left:0}ytm-compact-video-renderer ytm-badge-supported-renderer ytm-metadata-badge-renderer{margin-right:4px;margin-top:4px}.YtmBackstageImageRendererHost{aspect-ratio:1/1;background-color:rgba(0,0,0,0.1);border-radius:12px;display:block;overflow:hidden;-webkit-flex:1;-webkit-box-flex:1;flex:1;-webkit-flex-basis:.000000001px;flex-basis:.000000001px}.YtmBackstageImageRendererHostPostImageCropped{object-fit:cover}.YtmBackstageImageRendererHostPostImageFull{object-fit:contain}.YtmBackstagePostRendererHost{display:block}.YtmBackstagePostRendererHostContentText{margin:8px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.YtmBackstagePostRendererHostSingleImageAttachment{margin:0 12px}.YtmCommentActionButtonsRendererHost{display:block;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;align-items:center;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.YtmCommentActionButtonsRendererHostLikeDislikeActionButtons{-webkit-align-items:center;-webkit-box-align:center;align-items:center;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.YtmCommentActionButtonsRendererHostLikeDislikeActionButtonsVoteCount{width:40px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.YtmPostHeaderHost{display:block;margin:12px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.YtmPostHeaderHostHeaderAuthor{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.YtmPostHeaderHostAuthorThumbnail{margin-right:8px;width:40px;height:40px}.YtmPostHeaderHostAuthorText{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}.YtmPostHeaderHostPublishedTimeText{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.YtmPostMultiImageRendererHost{overflow-x:auto;-webkit-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.YtmPostMultiImageRendererHostImageContainer{-webkit-flex-shrink:0;flex-shrink:0;margin-left:6px;margin-right:6px;position:relative;scroll-snap-align:center;width:calc(100% - 48px)}.YtmPostMultiImageRendererHostImageContainerPageNumberIndicator{-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#212121;border-radius:12px;color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;height:24px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:absolute;right:12px;top:12px;min-width:36px;z-index:1}.YtmPostMultiImageRendererHostImageContainer:first-child{margin-left:12px;margin-right:6px}.YtmPostMultiImageRendererHostImageContainer:last-child{margin-left:6px;margin-right:12px}.YtmBackstagePostThreadRendererHost{display:block}fullscreen-overlay{position:fixed;top:0;width:100%;height:100%;background-color:#fff;overflow:scroll}ytm-about-this-ad-renderer{display:inline}ytm-about-this-ad-renderer iframe{position:abosolute;top:0;left:0;width:100%;height:100%}ytm-channel-link{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:8px 0}.channel-link-icon{width:24px;height:24px;margin-right:8px}.channel-link-link{display:block;color:#065fd4}ytm-c4-tabbed-header-renderer:not([use-modern-style]){display:block;padding-bottom:8px;font-size:1.4rem;background-color:#fff}ytm-c4-tabbed-header-renderer[use-modern-style]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#fff}.c4-tabbed-header-title,.c4-tabbed-header-details>.ytm-channel-name{font-size:1.8rem}.c4-tabbed-header-banner-img{width:100%;min-height:16.5vw}.c4-tabbed-header-channel{position:relative;padding:16px 16px 0}.c4-tabbed-header-profile-icon{width:55px;height:55px}.c4-tabbed-header-details{margin-left:12px}.c4-tabbed-header-banner+.c4-tabbed-header-channel{margin-left:16px}.c4-tabbed-header-banner+.c4-tabbed-header-channel>.c4-tabbed-header-profile-icon{position:absolute;left:0;top:-28.5px}.c4-tabbed-header-banner+.c4-tabbed-header-channel>.c4-tabbed-header-details{margin-top:12px}.c4-tabbed-header-handle+.c4-tabbed-header-subscribe{margin-top:6px}.c4-tabbed-header-subscriber-count{-webkit-box-flex:1;-webkit-flex:1 1 0;flex:1 1 0;padding:0 8px}.c4-tabbed-header-modern-banner-img{display:block;width:100%;min-height:16.5vw}.c4-tabbed-header-modern-profile-section{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:grid}.c4-tabbed-header-modern-profile-icon{grid-area:profile-icon}.c4-tabbed-header-modern-details{grid-area:details;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.c4-tabbed-header-modern-badge{margin-left:8px}.c4-tabbed-header-modern-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:4px;color:#606060}.c4-tabbed-header-modern-metadata-item{white-space:nowrap}.c4-tabbed-header-modern-tagline{text-align:left;grid-area:tagline;overflow:hidden}.c4-tabbed-header-modern-links{grid-area:links}.c4-tabbed-header-modern-buttons{grid-area:buttons;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}@media(max-width:549px) and (orientation:portrait),(max-width:930px) and (orientation:landscape){.c4-tabbed-header-modern-profile-section{box-sizing:border-box;width:100%;max-width:500px;padding:12px 12px 0;grid-template-areas:"profile-icon" "details" "tagline" "links" "buttons";justify-items:center}.c4-tabbed-header-modern-profile-icon{width:56px;height:56px}.c4-tabbed-header-modern-details{margin-top:8px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.c4-tabbed-header-modern-title{text-align:center;color:#0f0f0f;font-family:"YouTube Sans","Roboto",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}.c4-tabbed-header-modern-metadata{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.c4-tabbed-header-modern-metadata-item{margin:0 3px}.c4-tabbed-header-modern-handle,.c4-tabbed-header-modern-pronouns{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}.c4-tabbed-header-modern-tagline{text-align:center;margin:8px 0;box-sizing:border-box;width:100%}.c4-tabbed-header-modern-links{max-width:100%;padding:8px 0}.c4-tabbed-header-modern-buttons{padding:6px 0;box-sizing:border-box;width:100%}.c4-tabbed-header-modern-button{-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.c4-tabbed-header-modern-button:not(:first-child){margin-left:8px}}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.c4-tabbed-header-modern-profile-section{align-self:stretch;margin:24px 24px 16px;grid-template:"profile-icon details" auto "profile-icon tagline" auto "profile-icon links" auto "profile-icon buttons" auto/auto 1fr;-webkit-box-align:start;-webkit-align-items:start;align-items:start}.c4-tabbed-header-modern-profile-icon{width:128px;height:128px;margin-right:24px}.c4-tabbed-header-modern-title{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:400}.c4-tabbed-header-modern-metadata{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.c4-tabbed-header-modern-metadata-item{margin-right:8px}.c4-tabbed-header-modern-handle,.c4-tabbed-header-modern-pronouns{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}.c4-tabbed-header-modern-tagline{text-align:center;max-width:40em;margin:12px 0}.c4-tabbed-header-modern-links{padding:8px 0;margin-bottom:8px}.c4-tabbed-header-modern-buttons{padding:6px 0}.c4-tabbed-header-modern-button{box-sizing:border-box;width:calc(33.3333333333% - 5.3333333333px)}.c4-tabbed-header-modern-button:not(:first-child){margin-left:8px}}.c4-tabbed-header-modern-profile-section ytm-subscribe-button-renderer .modern-subscribe-button{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.c4-tabbed-header-modern-profile-section ytm-button-renderer button{box-sizing:border-box;width:100%}ytm-c4-tabbed-header-renderer ytm-subscribe-button-renderer .subscribe-button-count{display:none}ytm-c4-tabbed-header-renderer[use-page-header-style]{display:block;background-color:unset;padding:0 12px}.c4-tabbed-header-page-header-section{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:grid;box-sizing:border-box;width:100%;margin-top:8px;grid-template:"profile-icon details" auto "profile-icon tagline" auto "profile-icon links" auto "profile-icon buttons" auto "profile-icon empty" minmax(0,1fr)/auto 1fr}@media(max-width:528px){.c4-tabbed-header-page-header-section{grid-template:"profile-icon details" auto "tagline tagline" auto "links links" auto "buttons buttons" auto/auto 1fr}}@media((min-width:840px) and (max-width:1024px)){.c4-tabbed-header-page-header-section{margin-top:12px}}@media(min-width:1024px){.c4-tabbed-header-page-header-section{margin-top:12px}}.c4-tabbed-header-page-header-section.c4-tabbed-header-page-header-non-grid{display:-webkit-box;display:-webkit-flex;display:flex}.c4-tabbed-header-page-header-section.c4-tabbed-header-page-header-non-grid .c4-tabbed-header-page-header-title,.c4-tabbed-header-page-header-section.c4-tabbed-header-page-header-non-grid .c4-tabbed-header-page-header-tagline{text-align:center}.c4-tabbed-header-page-header-section.c4-tabbed-header-page-header-non-grid .c4-tabbed-header-page-header-metadata{text-align:center;display:block}.c4-tabbed-header-page-header-section.c4-tabbed-header-page-header-non-grid .c4-tabbed-header-page-header-buttons{width:100%}.c4-tabbed-header-page-header-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.c4-tabbed-header-page-header-profile-icon{grid-area:profile-icon;width:72px;height:72px}@media((min-width:528px) and (max-width:840px)){.c4-tabbed-header-page-header-profile-icon{width:120px;height:120px}}@media((min-width:840px) and (max-width:1024px)){.c4-tabbed-header-page-header-profile-icon{width:160px;height:160px}}@media(min-width:1024px){.c4-tabbed-header-page-header-profile-icon{width:160px;height:160px}}.c4-tabbed-header-page-header-banner{margin:8px 0;margin-top:4px;border-radius:10px;overflow:hidden;height:0;padding-top:16.12%;position:relative}.c4-tabbed-header-page-header-banner-img{display:block;position:absolute;left:0;top:0;width:100%;height:100%}.c4-tabbed-header-page-header-details{margin-left:12px;grid-area:details;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.c4-tabbed-header-page-header-badge{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:8px;vertical-align:middle}.c4-tabbed-header-page-header-title{color:#0f0f0f;word-break:break-word;font-family:"Roboto","Arial",sans-serif;font-size:2.8rem;line-height:3.8rem;font-weight:900;overflow:hidden;display:block;max-height:7.6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){.c4-tabbed-header-page-header-title{font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:900;overflow:hidden;display:block;max-height:6.4rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.c4-tabbed-header-page-header-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:4px;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.c4-tabbed-header-page-header-metadata-item{white-space:nowrap}.c4-tabbed-header-page-header-metadata-item-delimiter{display:none;margin:0 4px}.c4-tabbed-header-page-header-metadata-item:not(:last-child)>.c4-tabbed-header-page-header-metadata-item-delimiter{display:inline}.c4-tabbed-header-page-header-tagline{grid-area:tagline;display:block;margin:8px 12px;text-align:left;overflow:hidden}@media(max-width:528px){.c4-tabbed-header-page-header-tagline{margin:8px 0}}.c4-tabbed-header-page-header-links{grid-area:links;max-width:100%;margin:8px 12px}@media(max-width:528px){.c4-tabbed-header-page-header-links{margin:8px 0}}.c4-tabbed-header-headline-section{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.c4-tabbed-header-page-header-buttons{grid-area:buttons;display:-webkit-box;display:-webkit-flex;display:flex;padding:6px 0;margin-left:12px}@media(max-width:528px){.c4-tabbed-header-page-header-buttons{margin-left:0}}.c4-tabbed-header-page-header-buttons-extra-padding{padding:12px 0}.c4-tabbed-header-page-header-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1}@media(max-width:528px){.c4-tabbed-header-page-header-button ytm-subscribe-button-renderer{-webkit-box-flex:1;-webkit-flex:1;flex:1}.c4-tabbed-header-page-header-button ytm-subscribe-button-renderer .modern-subscribe-button{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}}@media(min-width:528px){.c4-tabbed-header-page-header-landscape-button{-webkit-box-flex:unset;-webkit-flex:unset;flex:unset;box-sizing:border-box;width:calc(33.3333333333% - 5.3333333333px)}.c4-tabbed-header-page-header-landscape-button ytm-subscribe-button-renderer{-webkit-box-flex:1;-webkit-flex:1;flex:1}.c4-tabbed-header-page-header-landscape-button ytm-subscribe-button-renderer .modern-subscribe-button{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}}ytm-channel-header-links-renderer{display:block}ytm-channel-header-links-renderer .channel-link-icon{display:none}ytm-channel-header-links-view-model{display:block;overflow:hidden}.channel-header-links-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.channel-header-links-first-link{-webkit-flex-shrink:1;flex-shrink:1;min-width:2em;color:#065fd4;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.channel-header-links-more{-webkit-flex-shrink:0;flex-shrink:0;margin-left:4px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}.channel-header-links-primary-link{-webkit-flex-shrink:1;flex-shrink:1;min-width:2em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-decoration:none;color:#065fd4;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.channel-header-links-suffix{-webkit-flex-shrink:0;flex-shrink:0;margin-left:4px;white-space:nowrap;text-decoration:none;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-channel-header-links-view-model:not([is-page-header]) .channel-header-links-first-link{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}ytm-channel-header-links-view-model:not([is-page-header]) .channel-header-links-more{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}ytm-channel-header-links-view-model:not([is-page-header]) .channel-header-links-primary-link{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}ytm-channel-header-links-view-model:not([is-page-header]) .channel-header-links-suffix{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}}channel-tagline-renderer{display:block}.channel-tagline-text{color:#606060}@media(max-width:549px) and (orientation:portrait),(max-width:930px) and (orientation:landscape){.channel-tagline-wrapper{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.channel-tagline-text{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:3.6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.channel-tagline-text{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis}}@media(max-width:549px) and (orientation:portrait),(max-width:930px) and (orientation:landscape){ytm-channel-tagline-renderer[is-page-header] .channel-tagline-wrapper{-webkit-box-pack:start;-webkit-justify-content:start;justify-content:start}ytm-channel-tagline-renderer[is-page-header] .channel-tagline-text{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:3.6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-channel-tagline-renderer[is-page-header] .channel-tagline-text{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis}}ytm-chip-cloud-chip-renderer{cursor:pointer;outline:0;overflow:hidden;-webkit-user-select:none;user-select:none}.chip-container{height:32px;min-width:48px;text-align:center;padding:0 12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:8px;border:0}[chip-style=STYLE_DEFAULT] .chip-container,[chip-style=STYLE_HOME_FILTER] .chip-container,[chip-style=STYLE_REFRESH_TO_NOVEL_CHIP] .chip-container,[chip-style=STYLE_COLOR_RED] .chip-container,[chip-style=STYLE_COLOR_GREEN] .chip-container,[chip-style=STYLE_COLOR_BLUE] .chip-container{background-color:rgba(0,0,0,0.05);color:#0f0f0f;-webkit-transition:background-color .5s cubic-bezier(.05,0,0,1);transition:background-color .5s cubic-bezier(.05,0,0,1)}[chip-style=STYLE_DEFAULT].selected .chip-container,[chip-style=STYLE_HOME_FILTER].selected .chip-container,[chip-style=STYLE_COLOR_RED].selected .chip-container,[chip-style=STYLE_COLOR_GREEN].selected .chip-container,[chip-style=STYLE_COLOR_BLUE].selected .chip-container{background-color:#606060;color:#fff}[chip-style=STYLE_COLOR_RED].selected .chip-container{border:1px solid #c00;background-color:#c00}[chip-style=STYLE_COLOR_GREEN].selected .chip-container{border:1px solid #007f1b;background-color:#007f1b}[chip-style=STYLE_COLOR_BLUE].selected .chip-container{border:1px solid #005cff;background-color:#005cff}[chip-style=STYLE_REFRESH_TO_NOVEL_CHIP].selected .chip-container{-webkit-transition:background 2s;transition:background 2s;border:1px solid transparent;background-image:-webkit-linear-gradient(45deg,#d4fff8,#ffdeff,#ffe6e6),-webkit-linear-gradient(45deg,#007a65,#7f0e7f,#ff8983);background-image:linear-gradient(45deg,#d4fff8,#ffdeff,#ffe6e6),linear-gradient(45deg,#007a65,#7f0e7f,#ff8983);background-clip:padding-box,border-box;background-origin:border-box,border-box}.chip-text{max-width:20rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chip-text.modern{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}[chip-style=STYLE_EXPLORE_LAUNCHER_CHIP] .chip-container{background-color:rgba(0,0,0,0.05);border-radius:2px;border:0;padding:0 12px 0 6px}[chip-style=STYLE_EXPLORE_LAUNCHER_CHIP].more-drawer .chip-container{padding:0;min-width:42px}[chip-style=STYLE_EXPLORE_LAUNCHER_CHIP] .chip-container>c3-icon{padding-right:4px}[chip-style=STYLE_EXPLORE_LAUNCHER_CHIP].more-drawer .chip-container>c3-icon{padding-right:0}ytm-chip-divider-renderer{width:1px;margin:8px 12px 0 0;height:32px;background-color:rgba(0,0,0,0.1)}ytm-chip-divider-renderer.fresh-feeds-separators{width:0;color:transparent}.chip-bar{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff;border-bottom:1px solid rgba(0,0,0,0.1);border-top:1px solid rgba(0,0,0,0.1)}.chip-bar.fresh-feeds-separators{border:0}.playlist-chip-bar{display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff}.chip-bar-contents{white-space:nowrap;overflow-x:auto;overflow-y:hidden;height:48px}.chip-bar-contents::-webkit-scrollbar{display:none}.chip-bar-contents{-ms-overflow-style:none;scrollbar-width:none}.chip-bar-contents>*{display:inline-block;vertical-align:text-top}ytm-chip-cloud-chip-renderer{margin-right:12px;padding:8px 0}ytm-chip-cloud-chip-renderer:first-of-type{margin-left:12px}ytm-chip-cloud-chip-renderer:last-of-type{margin-right:16px}ytm-rich-grid-renderer{display:block;margin:0 16px}.rich-grid-renderer-contents{margin:16px -8px 0 -8px}@media(max-width:587px){ytm-rich-grid-renderer{margin:0}ytm-rich-grid-renderer .rich-grid-renderer-contents{margin:0}ytm-rich-grid-renderer.no-full-bleed{margin:0 12px}ytm-rich-grid-renderer.no-full-bleed .rich-grid-renderer-contents{margin:0 -6px 0 -6px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-rich-grid-renderer.no-full-bleed{margin:0 8px}ytm-rich-grid-renderer.no-full-bleed .rich-grid-renderer-contents{margin:0 -4px}}.rich-grid-renderer-contents.hashtag-page-with-feed-contents{margin-top:16px}.is-shorts .rich-grid-renderer-contents{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;margin-top:0}.is-shorts ytm-continuation-item-renderer{width:148px;margin:0 2px}.is-shorts ytm-rich-section-renderer{width:100%}.is-shorts .channel-page-grid-header ytm-feed-filter-chip-bar-renderer{margin-bottom:16px}@media(max-width:587px){.is-shorts .channel-page-grid-header ytm-feed-filter-chip-bar-renderer{margin-bottom:12px}}.rich-grid-sticky-header{width:100%;margin-bottom:62px}@media(max-width:587px){.rich-grid-sticky-header{margin-bottom:50px}}@media(max-width:587px){.no-full-bleed:not(.is-hashtag) .rich-grid-sticky-header{margin-bottom:58px}}.is-hashtag .rich-grid-sticky-header{height:50px;margin-bottom:0}.channel-page-grid-header ytm-feed-filter-chip-bar-renderer{border:0;margin-top:16px;margin-bottom:0}.channel-page-grid-header ytm-feed-filter-chip-bar-renderer .chip-bar-contents{height:32px}.channel-page-grid-header ytm-feed-filter-chip-bar-renderer ytm-chip-cloud-chip-renderer{padding:0}.channel-page-grid-header ytm-feed-filter-chip-bar-renderer ytm-chip-cloud-chip-renderer:first-of-type{margin-left:0}.channel-page-grid-header ytm-feed-filter-chip-bar-renderer ytm-chip-cloud-chip-renderer:last-of-type{margin-right:0}@media(max-width:587px){.channel-page-grid-header ytm-feed-filter-chip-bar-renderer{margin-left:0;margin-top:12px}.channel-page-grid-header ytm-feed-filter-chip-bar-renderer ytm-chip-cloud-chip-renderer:first-of-type{margin-left:12px}.channel-page-grid-header ytm-feed-filter-chip-bar-renderer ytm-chip-cloud-chip-renderer:last-of-type{margin-right:12px}}.rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer{position:fixed;top:48px;left:0;right:0;z-index:3;width:100%}.is-hashtag .rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer{position:relative;top:0;margin-left:-16px;padding-left:32px}@media(max-width:587px){.is-hashtag .rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer{margin-left:0;padding-left:0}}.rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer.filter-chip-bar-out{position:fixed;top:-60px;-webkit-transition:-webkit-transform 195ms cubic-bezier(.4,0,1,1);transition:-webkit-transform 195ms cubic-bezier(.4,0,1,1);transition:transform 195ms cubic-bezier(.4,0,1,1);transition:transform 195ms cubic-bezier(.4,0,1,1),-webkit-transform 195ms cubic-bezier(.4,0,1,1);-webkit-transition-property:all;transition-property:all}.rich-grid-sticky-header.persistent-header ytm-feed-filter-chip-bar-renderer.filter-chip-bar-out{top:0}.rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer.filter-chip-bar-in,.rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer.filter-chip-bar-in-no-header{position:fixed;top:48px;-webkit-transition:-webkit-transform 225ms cubic-bezier(0,0,.2,1);transition:-webkit-transform 225ms cubic-bezier(0,0,.2,1);transition:transform 225ms cubic-bezier(0,0,.2,1);transition:transform 225ms cubic-bezier(0,0,.2,1),-webkit-transform 225ms cubic-bezier(0,0,.2,1);-webkit-transition-property:all;transition-property:all}.rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer.filter-chip-bar-in-no-header{top:0}.rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer.filter-chip-bar-static{position:relative;top:0}.rich-grid-sticky-header ytm-feed-filter-chip-bar-renderer.filter-chip-bar-in-bottom{position:fixed;top:unset;bottom:49px}.rich-grid-renderer-title{font-size:2rem;font-weight:500;line-height:2.4rem;margin:24px 0}ytm-rich-grid-renderer .spinner{margin-top:80px}ytm-rich-section-renderer+ytm-rich-section-renderer .rich-section-content>ytm-rich-shelf-renderer,ytm-rich-section-renderer+ytm-rich-section-renderer .rich-section-content>ytm-reel-shelf-renderer{border-top:0}ytm-rich-section-renderer.fresh-feeds-separators+ytm-rich-section-renderer.fresh-feeds-separators{margin-top:0}.rich-grid-renderer-contents>ytm-statement-banner-renderer:first-child{border-top:0}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-statement-banner-renderer{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-statement-banner-renderer{margin-bottom:24px}}ytm-statement-banner-renderer{display:block;margin:0 8px 12px;position:relative}ytm-statement-banner-renderer.fresh-feeds-rounding{border-radius:12px;overflow:hidden}ytm-statement-banner-renderer.statement-banner-style-type-compact-border .statement-banner-background-content{box-sizing:border-box;border:1px solid rgba(0,0,0,0.1);border-radius:8px}@media(max-width:587px){ytm-statement-banner-renderer.statement-banner-style-type-compact-border{margin:8px 16px}}.statement-banner-background-content{background-color:#fff;background-position:bottom;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;width:100%}.statement-banner-background-lottie{height:100%;position:absolute;width:100%}.statement-banner-foreground-content{width:100%;position:relative;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.statement-banner-showcase-image{-webkit-flex-shrink:0;flex-shrink:0;height:auto;position:relative}.statement-banner-tile-image{width:100%;height:100%;display:block;-webkit-filter:none;filter:none}.statement-banner-tile-image img{display:block;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%;border-radius:none;-webkit-filter:none;filter:none}.statement-banner-tile-lottie{position:absolute;top:0;left:0;width:100%;height:100%;display:block;border-radius:none;-webkit-filter:none;filter:none}.statement-banner-lottie-component{height:100%;width:100%}.statement-banner-tile-container{position:absolute;-webkit-align-self:center;align-self:center;width:100%;height:100%}.statement-banner-logo-container{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.statement-banner-logo-container .statement-banner-logo-image{-webkit-align-self:center;align-self:center}.statement-banner-logo-container .statement-banner-logo-image img{height:24px}.statement-banner-logo-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.statement-banner-details-container{padding:16px;-webkit-box-flex:1;-webkit-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;min-width:0}.statement-banner-text-container{padding-right:16px;margin-bottom:8px}.statement-banner-metadata-container{margin-bottom:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.statement-banner-metadata-container .statement-banner-logo-image{margin-top:8px;margin-right:8px}.statement-banner-metadata-container .statement-banner-logo-image img{height:20px}.statement-banner-badge-container{margin-top:8px;margin-bottom:-1px;font-size:1.4rem;font-weight:400;line-height:2.1rem;letter-spacing:normal}.statement-banner-button-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.statement-banner-title-container{margin-bottom:8px;color:#0f0f0f;font-family:"YouTube Sans","YT Sans","Roboto",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:500}.statement-banner-subtitle-container{color:#0f0f0f;font-size:1.8rem;font-weight:400;line-height:2.4rem}.statement-banner-dismiss-button{position:absolute;top:8px;right:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:40px;width:40px}.statement-banner-primary-button .button-renderer,.statement-banner-secondary-button .button-renderer{margin:6px 12px 6px 0;height:48px}.statement-banner-primary-button .button-renderer button,.statement-banner-secondary-button .button-renderer button{margin-left:16px;margin-right:16px}.statement-banner-button-wrapper{-webkit-align-self:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-flow:nowrap;flex-flow:nowrap;margin-top:24px;width:100%}ytm-statement-banner-renderer .statement-banner-primary-button{width:100%}ytm-statement-banner-renderer ytm-button-renderer{display:-webkit-box;display:-webkit-flex;display:flex;margin:6px 8px 6px 0}ytm-statement-banner-renderer.has-secondary-button .statement-banner-button-wrapper,ytm-statement-banner-renderer.has-secondary-button .statement-banner-primary-button{width:auto}ytm-statement-banner-renderer[elements-per-row="1"]:not(.statement-banner-style-type-compact-border):not(.fresh-feeds-separators){margin:0;border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1)}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-showcase-image{width:100%;padding-bottom:56.25%}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-subtitle{font-size:1.4rem;font-weight:400;line-height:2.1rem;letter-spacing:normal}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-foreground-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-details-container{padding-top:40px;padding-left:12px;padding-right:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-self:flex-start;align-self:flex-start}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-title-container{margin-bottom:0}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-subtitle-container{margin-top:8px}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-text-container{padding-right:0;width:auto;margin-bottom:0;max-width:auto}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-button-container{margin-bottom:8px}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-primary-button .button-renderer,ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-secondary-button .button-renderer{margin-top:16px;margin-bottom:0}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-dismiss-button{top:12px;right:12px}ytm-statement-banner-renderer.with-multiple-elements .statement-banner-tile-image{border-radius:12px}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-dismiss-icon-container{position:absolute;padding:12px;right:0;top:0}ytm-statement-banner-renderer[elements-per-row="1"] .statement-banner-dismiss-button{position:relative;right:0;top:0}ytm-statement-banner-renderer[elements-per-row="1"][has-tile=true] .statement-banner-dismiss-button{border-radius:50%;background-color:rgba(0,0,0,.6)}ytm-statement-banner-renderer[elements-per-row="1"][has-tile=true] .statement-banner-dismiss-button c3-material-button{color:#fff}ytm-statement-banner-renderer[elements-per-row="1"][has-tile=true] .statement-banner-details-container{padding-top:12px}ytm-statement-banner-renderer[elements-per-row="1"][has-tile=false] .statement-banner-showcase-image{padding-bottom:0;height:0}ytm-statement-banner-renderer[elements-per-row="2"] .statement-banner-showcase-image{width:calc(50% - 8px);padding-bottom:calc(28.125% - 4.5px);-webkit-flex-shrink:0;flex-shrink:0}ytm-statement-banner-renderer[elements-per-row="2"] .statement-banner-details-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}ytm-statement-banner-renderer[elements-per-row="2"] .statement-banner-button-container{padding-top:4px;margin-bottom:8px}ytm-statement-banner-renderer[elements-per-row="2"] .statement-banner-primary-button .button-renderer,ytm-statement-banner-renderer[elements-per-row="2"] .statement-banner-secondary-button .button-renderer{margin-top:12px;margin-bottom:0}ytm-statement-banner-renderer[elements-per-row="2"] .statement-banner-text-container{width:auto;margin-bottom:0}ytm-statement-banner-renderer[elements-per-row="2"] .statement-banner-tile{-webkit-align-self:center;align-self:center}ytm-statement-banner-renderer[elements-per-row="2"] .statement-banner-subtitle{font-size:1.4rem;font-weight:400;line-height:2.1rem;letter-spacing:normal}ytm-statement-banner-renderer[elements-per-row="3"] .statement-banner-showcase-image{width:calc(33.3333333333% - 10.6666666667px);padding-bottom:calc(18.75% - 6px)}ytm-statement-banner-renderer[elements-per-row="3"] .statement-banner-button-container{padding-top:4px;margin-bottom:8px}ytm-statement-banner-renderer[elements-per-row="3"] .statement-banner-details-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}ytm-statement-banner-renderer[elements-per-row="3"] .statement-banner-text-container{margin-bottom:0;width:100%;max-width:100%}ytm-statement-banner-renderer[elements-per-row="3"] .statement-banner-primary-button .button-renderer,ytm-statement-banner-renderer[elements-per-row="3"] .statement-banner-secondary-button .button-renderer{margin-top:12px;margin-bottom:0}ytm-statement-banner-renderer[elements-per-row="3"] .statement-banner-tile{-webkit-align-self:center;align-self:center}ytm-statement-banner-renderer[elements-per-row="4"] .statement-banner-showcase-image{width:calc(25% - 12px);padding-bottom:calc(14.0625% - 6.75px)}ytm-statement-banner-renderer[elements-per-row="4"] .statement-banner-title-container{-webkit-align-self:center;align-self:center}ytm-statement-banner-renderer[elements-per-row="4"] .statement-banner-text-container{width:66.6666666667%;max-width:66.6666666667%}ytm-statement-banner-renderer[title-size=TITLE_SIZE_SMALL] .statement-banner-title-container{font-family:"YouTube Sans","YT Sans","Roboto",sans-serif;font-size:2.4rem;line-height:3.4rem;font-weight:500}ytm-statement-banner-renderer[title-size=TITLE_SIZE_MEDIUM] .statement-banner-title-container{font-family:"YouTube Sans","YT Sans","Roboto",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:500}ytm-statement-banner-renderer[title-size=TITLE_SIZE_LARGE] .statement-banner-title-container{font-family:"YouTube Sans","YT Sans","Roboto",sans-serif;font-size:4rem;line-height:5.4rem;font-weight:500}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-statement-banner-renderer.rounded-container .statement-banner-background-content{border-radius:12px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-reel-item-renderer{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-reel-item-renderer{margin-bottom:24px}}ytm-reel-item-renderer{display:inline-block;position:relative}ytm-reel-item-renderer .reel-item-endpoint{display:block;position:relative}ytm-reel-item-renderer .reel-item-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;color:#fff;position:absolute;bottom:0;left:0;right:0;top:0;padding:8px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);background:linear-gradient(to top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%)}ytm-reel-item-renderer .reel-item-metadata h3{width:100%;margin-bottom:4px;white-space:normal;max-height:3.75em;-webkit-line-clamp:3}ytm-rich-item-renderer.is-shorts ytm-reel-item-renderer.is-slim-short .reel-item-metadata h3{display:none}ytm-reel-item-renderer .reel-item-metadata .subhead{opacity:1}ytm-reel-item-renderer .reel-item-menu{position:absolute;top:0;right:0;margin:-4px -8px 0 0}ytm-reel-item-renderer .reel-item-menu .icon-button{padding:11px}ytm-reel-item-renderer .reel-item-menu c3-icon{width:18px;height:18px;fill:#fff}ytm-reel-item-renderer .reel-item-menu c3-icon>svg{-webkit-filter:drop-shadow(0 1px 4px rgba(0,0,0,.3));filter:drop-shadow(0 1px 4px rgba(0,0,0,.3))}ytm-reel-item-renderer.rounded-reel-item .reel-item-metadata{border-radius:8px}ytm-reel-item-renderer.rounded-reel-item .video-thumbnail-container-vertical{border-radius:8px}ytm-reel-item-renderer.rounded-reel-item .video-thumbnail-container-vertical .inline-on-thumbnail{border-radius:8px;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}ytm-reel-item-renderer .reel-item-badge,ytm-reel-item-renderer ytm-text-badge-renderer{position:absolute;top:0;left:0;margin:5px}ytm-reel-item-renderer .reel-item-badge ytm-badge.text-badge[data-type=BADGE_STYLE_TYPE_SIMPLE],ytm-reel-item-renderer ytm-text-badge-renderer ytm-badge.text-badge[data-type=BADGE_STYLE_TYPE_SIMPLE]{color:#fff;background-color:rgba(0,0,0,0.6);font-weight:500}.yt-badge-view-model-wiz{display:block}.ShortsLockupViewModelHost{display:inline-block;position:relative;width:var(--ytd-reel-item-width,100%)}.ShortsLockupViewModelHostThumbnailContainer::before{display:block;content:"";width:100%;padding-top:177.34%}.ShortsLockupViewModelHostThumbnailContainerIsSlimShort::before{display:block;content:"";width:100%;padding-top:133.34%}.ShortsLockupViewModelHostThumbnailContainerRounded{border-radius:8px;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.ShortsLockupViewModelHostThumbnail{position:absolute;top:0;left:0;bottom:0;right:0}.ShortsLockupViewModelHostEndpoint{display:block;position:relative;text-decoration:none}.ShortsLockupViewModelHostMetadataRounded{border-radius:8px;overflow:hidden}.ShortsLockupViewModelHostMetadataTitle{width:100%;margin-bottom:4px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;max-height:6rem;-webkit-line-clamp:3;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.ShortsLockupViewModelHostMetadataSubhead{opacity:1;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}@media(min-width:1024px){.ShortsLockupViewModelHostMetadataSubhead{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}}.ShortsLockupViewModelHostInlineMetadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;color:#fff;position:absolute;bottom:0;left:0;right:0;top:0;padding:8px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%);background:linear-gradient(to top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 100%)}@media(min-width:1024px){.ShortsLockupViewModelHostInlineMetadata{background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 36px);background:linear-gradient(to top,rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 36px)}}.ShortsLockupViewModelHostInlineMetadataMenu{position:absolute;top:0;right:0}.ShortsLockupViewModelHostOutsideMetadata{position:relative;color:#0f0f0f;padding:8px 36px 0 0;cursor:pointer}.ShortsLockupViewModelHostOutsideMetadataTitle{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500;overflow:hidden;display:block;max-height:4rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.ShortsLockupViewModelHostOutsideMetadataEndpoint{color:#0f0f0f}.ShortsLockupViewModelHostOutsideMetadataMenu{position:absolute;top:8px;right:0}.ShortsLockupViewModelHostBadge{position:absolute;top:0;left:0;margin:5px}ytm-reel-shelf-renderer{display:block;border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1);margin:0 8px}@media(max-width:587px){ytm-rich-section-renderer ytm-reel-shelf-renderer.no-full-bleed{margin-left:-6px;margin-right:-6px}}ytm-reel-shelf-renderer.fresh-feeds-separators{border-top:0;border-bottom:0;margin-bottom:0}[tab-identifier=FEhistory] ytm-reel-shelf-renderer{border-top:0;border-bottom:0;margin:0}[tab-identifier=FEhistory] ytm-reel-shelf-renderer .reel-shelf-menu{visibility:hidden}[tab-identifier=FEhistory] ytm-reel-shelf-renderer .reel-shelf-title{font-weight:400}ytm-reel-shelf-renderer.item{margin:0}ytm-reel-shelf-renderer.item:only-child{margin:0!important}ytm-reel-shelf-renderer .reel-shelf-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:12px;padding-left:12px}ytm-reel-shelf-renderer.fresh-feeds-separators .reel-shelf-header{margin-top:0}ytm-reel-shelf-renderer .reel-shelf-title{font-weight:500;margin:0 0 0 8px}ytm-reel-shelf-renderer .remove-title-margin{margin:0}ytm-reel-shelf-renderer .reel-shelf-title-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:0}.reel-shelf-menu ytm-menu-renderer .icon-button{width:40px;height:40px}ytm-reel-shelf-renderer .reel-shelf-items{padding:12px 0;display:block;overflow-x:auto;overflow-y:hidden;white-space:nowrap;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch}ytm-reel-shelf-renderer .reel-shelf-items::-webkit-scrollbar{background:transparent;height:0;width:0}ytm-reel-shelf-renderer.fresh-feeds-separators .reel-shelf-items{padding-top:4px;padding-bottom:0}ytm-reel-shelf-renderer .reel-shelf-items>*{margin-left:12px;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:148px;height:248px;vertical-align:top}ytm-reel-shelf-renderer .reel-shelf-items.mini-thumbnail>*{--num-visible-items:3;--min-peek:24px;--fixed-space:calc(12px + var(--min-peek) + 12px*var(--num-visible-items));--mini-thumbnail-width:calc((100vw - var(--fixed-space))/var(--num-visible-items));--mini-thumbnail-height:calc(var(--mini-thumbnail-width)/0.6666666667);width:var(--mini-thumbnail-width);height:var(--mini-thumbnail-height)}@media(max-width:930px) and (orientation:landscape){ytm-reel-shelf-renderer .reel-shelf-items.mini-thumbnail>*{--num-visible-items:5}}@media(min-width:550px) and (orientation:portrait){ytm-reel-shelf-renderer .reel-shelf-items.mini-thumbnail>*{--num-visible-items:4}}@media(min-width:931px) and (orientation:landscape){ytm-reel-shelf-renderer .reel-shelf-items.mini-thumbnail>*{--num-visible-items:6}}ytm-reel-shelf-renderer .reel-shelf-items>*:last-child{margin-right:8px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-reel-shelf-renderer .reel-shelf-items>*{width:110px;height:183px}}ytm-reel-shelf-renderer.modern-typography h3{max-height:unset}ytm-reel-shelf-renderer.modern-typography .reel-shelf-title{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:block;max-height:5.6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){ytm-reel-shelf-renderer.modern-typography .reel-shelf-title{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:5.2rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.nudge-form-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.nudge-form-view-model-wiz__subtitle{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;color:#0f0f0f;display:table-cell;text-align:center;padding:10px 0;margin:12px 0;max-width:450px}.nudge-form-view-model-wiz__form-options{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;max-width:330px}.nudge-form-view-model-wiz__submit{margin:12px 0;width:100%}.toggleable-image-button-view-model-wiz{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:16px;box-sizing:border-box;cursor:pointer;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin:0 4px;padding:16px;position:relative;overflow:hidden}@media(max-width:300px){.toggleable-image-button-view-model-wiz{padding:8px}}.toggleable-image-button-view-model-wiz__image{height:inherit;width:100%}.toggleable-image-button-view-model-wiz__label{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center;color:#0f0f0f;margin:10px 0 0;-webkit-user-select:none;user-select:none}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators div.feed-nudge-wrapper{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators div.feed-nudge-wrapper{margin-bottom:24px}}ytm-feed-nudge-renderer{width:100%;box-sizing:border-box;position:relative;padding:16px 8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-feed-nudge-renderer.fresh-feeds-separators{padding-top:0;padding-bottom:0}ytm-rich-section-renderer ytm-feed-nudge-renderer{padding:12px 0 0}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-rich-section-renderer ytm-feed-nudge-renderer{padding-left:8px;padding-right:8px}}ytm-rich-item-renderer ytm-feed-nudge-renderer.no-full-bleed{width:100%}ytm-single-column-watch-next-results-renderer ytm-feed-nudge-renderer.no-full-bleed{width:auto}ytm-item-section-renderer ytm-feed-nudge-renderer.no-full-bleed{padding-left:12px;padding-right:12px}@media(max-width:587px){.no-full-bleed ytm-feed-nudge-renderer{padding-left:0;padding-right:0}}ytm-feed-nudge-renderer.gradient-trim-1 .feed-nudge-content-wrapper:before{background:-webkit-gradient(linear,left top,right top,color-stop(17.85%,#ff8983),color-stop(53.28%,#7f0e7f),to(#007a65));background:-webkit-linear-gradient(left,#ff8983 17.85%,#7f0e7f 53.28%,#007a65 100%);background:linear-gradient(to right,#ff8983 17.85%,#7f0e7f 53.28%,#007a65 100%);content:"";height:4px;width:100%}.feed-nudge-dismiss-container{top:16px;right:8px;position:absolute}.feed-nudge-dismiss-container c3-material-button{width:48px;height:48px}.feed-nudge-content-wrapper{position:relative;overflow:hidden}ytm-feed-nudge-renderer .feed-nudge-content-wrapper:first-child:before{position:absolute;top:0;left:0;right:0}.feed-nudge-content-wrapper{border-radius:12px;border:1px solid rgba(0,0,0,0.1);border-top:0;background-color:rgba(0,0,0,0.05);padding:0 6%;height:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.feed-nudge-content-wrapper.is-dark-theme{border:0}.feed-nudge-image-container{margin-top:16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.feed-nudge-image-container img{height:36px;width:36px}.feed-nudge-text-container{margin:16px 0 12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.feed-nudge-title{color:#0f0f0f}.feed-nudge-subtitle{font-size:1.4rem;margin-top:4px;color:#606060}.feed-nudge-subtitle a{color:#065fd4}.feed-nudge-contents{max-width:100%;padding-bottom:16px}.feed-nudge-buttons{width:100%;margin-bottom:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.feed-nudge-buttons.horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.feed-nudge-buttons.horizontal>.feed-nudge-primary-button{margin-right:4px}.feed-nudge-buttons.horizontal>.feed-nudge-secondary-button{margin-left:4px}.feed-nudge-buttons c3-material-button.compact.feed-nudge-primary-button,.feed-nudge-buttons c3-material-button.compact.feed-nudge-secondary-button{height:48px;margin:0;margin-bottom:8px}.feed-nudge-buttons ytm-button-renderer{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;margin-bottom:8px}.feed-nudge-buttons c3-material-button.compact+c3-material-button.compact{margin-left:0}#dismissed{padding-bottom:56.19%;border:1px solid rgba(0,0,0,0.1);position:relative}#dismissed:focus{outline:0}#dismissed-content{padding:16px;box-sizing:border-box;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:flex}@media(min-width:588px){ytm-feed-nudge-renderer{width:100%;padding:0}.feed-nudge-dismiss-container{top:4px;right:0}}@media(max-width:930px) and (orientation:landscape){ytm-single-column-watch-next-results-renderer:not(.fresh-feeds-separators) .feed-nudge-wrapper{margin:12px}}@media(min-width:1280px) and (orientation:landscape){ytm-single-column-watch-next-results-renderer:not(.fresh-feeds-separators) .feed-nudge-wrapper{margin:8px;margin-left:0}}@media(min-width:931px) and (orientation:landscape){ytm-single-column-watch-next-results-renderer:not(.fresh-feeds-separators) .feed-nudge-wrapper{margin-bottom:8px}}ytm-single-column-watch-next-results-renderer:not(.fresh-feeds-separators) .feed-nudge-wrapper.no-full-bleed{margin:0}.modernized-nudge{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.modernized-nudge .feed-nudge-content-wrapper{max-width:min(360px,100% - 46px);border-radius:12px;background-color:#fff}.modernized-nudge .feed-nudge-content-wrapper .feed-nudge-title,.modernized-nudge .feed-nudge-content-wrapper .feed-nudge-subtitle{text-align:center}.modernized-nudge .feed-nudge-dismiss-container{top:8px;right:4px}.modernized-nudge .feed-nudge-text-container{max-width:100%}.lower-title .feed-nudge-text-container{margin-top:44px}.gradient-background{background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.1)),color-stop(23.44%,rgba(131,195,255,.1)),color-stop(46.88%,rgba(236,170,236,.1)),color-stop(74.48%,rgba(245,118,0,.1)),to(rgba(255,255,255,.1))),#fff;background:-webkit-linear-gradient(bottom,rgba(255,255,255,.1) 0,rgba(131,195,255,.1) 23.44%,rgba(236,170,236,.1) 46.88%,rgba(245,118,0,.1) 74.48%,rgba(255,255,255,.1) 100%),#fff;background:linear-gradient(to top,rgba(255,255,255,.1) 0,rgba(131,195,255,.1) 23.44%,rgba(236,170,236,.1) 46.88%,rgba(245,118,0,.1) 74.48%,rgba(255,255,255,.1) 100%),#fff}.gradient-background.is-dark-theme{background:-webkit-gradient(linear,left bottom,left top,from(rgba(61,61,61,.4)),color-stop(23.44%,rgba(0,0,102,.4)),color-stop(46.88%,rgba(57,0,63,.4)),color-stop(74.48%,rgba(102,26,0,.4)),to(rgba(53,57,61,.4))),rgba(255,255,255,.1);background:-webkit-linear-gradient(bottom,rgba(61,61,61,.4) 0,rgba(0,0,102,.4) 23.44%,rgba(57,0,63,.4) 46.88%,rgba(102,26,0,.4) 74.48%,rgba(53,57,61,.4) 100%),rgba(255,255,255,.1);background:linear-gradient(to top,rgba(61,61,61,.4) 0,rgba(0,0,102,.4) 23.44%,rgba(57,0,63,.4) 46.88%,rgba(102,26,0,.4) 74.48%,rgba(53,57,61,.4) 100%),rgba(255,255,255,.1)}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.modernized-nudge{padding-left:0;padding-right:0}.modernized-nudge .feed-nudge-content-wrapper{height:auto;margin:0 23px 23px;padding:0 16px}.modernized-nudge .feed-nudge-content-wrapper .feed-nudge-text-container{padding:0 8px}.modernized-nudge .feed-nudge-content-wrapper:not(.is-dark-theme){box-shadow:0 8px 23px rgba(0,0,0,0.1)}.modernized-nudge .feed-nudge-title{font-family:"Roboto","Arial",sans-serif;font-size:2.8rem;line-height:3.8rem;font-weight:700}}@media(min-width:300px) and (orientation:landscape) and (max-width:528px),(min-width:300px) and (orientation:portrait) and (max-width:528px){.modernized-nudge .feed-nudge-title{font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}}@media(max-width:587px){.feed-nudge-wrapper ytm-notification-text-renderer{margin-left:8px}}ytm-visit-site-cta-renderer{color:#065fd4}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-promoted-video-renderer.feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-promoted-video-renderer.feed-item{margin-bottom:24px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-promoted-video-renderer.adaptive-feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-promoted-video-renderer.adaptive-feed-item{margin-bottom:24px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.fresh-feeds-separators ytm-promoted-video-renderer.adaptive-feed-item{margin-bottom:12px}}ytm-promoted-video-renderer{display:block}.promoted-video-badge{margin-right:4px;color:#fff;background-color:#fbc02d}.promoted-video-shelf-title{display:none}.promoted-video-byline-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@media(max-width:549px) and (orientation:portrait),(max-width:930px) and (orientation:landscape){lazy-list ytm-promoted-video-renderer.item{margin-top:0}}@media(max-width:549px) and (orientation:portrait){.promoted-video-byline-container{padding:4px 0}}@media(max-width:930px) and (orientation:landscape){ytm-promoted-video-renderer ytm-media-item .media-item-info .media-item-metadata{max-height:none}}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]){display:-webkit-box;display:-webkit-flex;display:flex;min-width:0}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .media-item-thumbnail-container{-webkit-flex-shrink:0;flex-shrink:0}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .details{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:0;min-width:0}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .media-item-metadata{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;padding:0;margin-bottom:2px;overflow:hidden;min-width:0}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .media-channel{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .media-item-extra-endpoint{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .media-item-info{margin-left:0}ytm-promoted-video-renderer{display:block;position:relative;padding-top:40px}ytm-promoted-video-renderer ytm-media-item[use-vertical-layout]{margin-top:-40px}ytm-promoted-video-renderer .subhead{max-height:1.25em;-webkit-line-clamp:1;line-height:normal}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) h3{margin:0}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .video-thumbnail-container-large{width:160px;height:90px;padding-bottom:0}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .media-channel{position:absolute;top:0;left:0;padding-left:12px}lazy-list ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .media-channel{margin-top:0}lazy-list ytm-promoted-video-renderer.item ytm-media-item{margin-top:0}lazy-list ytm-promoted-video-renderer ytm-media-item .media-item-metadata{margin-top:0}ytm-promoted-video-renderer .media-item-info{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .media-item-info{padding-left:12px}ytm-promoted-video-renderer ytm-media-item .media-item-metadata{max-height:none}ytm-promoted-video-renderer ytm-visit-site-cta-renderer{font-weight:500;text-transform:uppercase}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) ytm-visit-site-cta-renderer{position:absolute;top:7px;right:0;padding-right:12px;font-weight:normal;text-transform:none}ytm-media-item:not([use-vertical-layout]) .promoted-video-shelf-title{display:block;position:absolute;top:6px;left:34px;padding-left:12px;font-size:1.4rem}ytm-promoted-video-renderer ytm-media-item:not([use-vertical-layout]) .media-icon{width:28px;height:28px}ytm-media-item[use-vertical-layout] .promoted-video-byline-container{padding:8px 0}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-radio-renderer.feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-radio-renderer.feed-item{margin-bottom:24px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-radio-renderer.adaptive-feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-radio-renderer.adaptive-feed-item{margin-bottom:24px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.fresh-feeds-separators ytm-radio-renderer.adaptive-feed-item{margin-bottom:12px}}ytm-radio-renderer{display:block}ytm-promo{display:block;background:rgba(0,0,0,0.05);text-align:center}.promo-img{max-height:246px;max-width:100%;min-height:8px}.promo-title{font-size:2.2rem;margin-bottom:8px}.promo-subtitle{width:100%;font-size:1.4rem;color:#606060;margin-bottom:16px}.promo-subtitle a{color:#065fd4}.promo-content{padding:8px 8px 0}.promo-img+.promo-content{padding-top:0}ytm-background-promo-renderer{display:block}ytm-background-promo-renderer .promo-cta{padding:4px}ytm-background-promo-renderer .promo-cta c3-material-button.promo-cta-button.compact{margin:0 0 8px 0;width:100%}ytm-background-promo-renderer.adaptive-full-height{display:-webkit-box;display:-webkit-flex;display:flex;height:100vh}ytm-background-promo-renderer.adaptive-full-height ytm-promo{height:100%;width:100%;padding-top:50px}ytm-background-promo-renderer.full-height-small-thumbnail{display:-webkit-box;display:-webkit-flex;display:flex;height:100vh}ytm-background-promo-renderer.full-height-small-thumbnail ytm-promo{height:100%;width:100%}ytm-background-promo-renderer.full-height-small-thumbnail .promo-img{max-height:246px;max-width:50%;min-height:8px;margin:16px}ytm-background-promo-renderer.full-height-error-message{display:-webkit-box;display:-webkit-flex;display:flex;height:90vh}ytm-background-promo-renderer.full-height-error-message ytm-promo{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%;width:100%}ytm-background-promo-renderer.full-height-error-message .promo-img{max-height:246px;max-width:75%;min-height:8px}ytm-background-promo-renderer.full-height-error-message .promo-cta{padding:20px 4px 4px}ytm-destination-button-renderer{background-color:rgba(0,0,0,0.05);border-radius:8px;-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0;display:-webkit-box;display:-webkit-flex;display:flex}ytm-destination-button-renderer:hover,ytm-destination-button-renderer:active{background-color:rgba(0,0,0,0.1)}.destination-button-content-root{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.destination-button-icon{width:24px;height:24px;margin:8px 8px 4px 8px}.destination-button-label-wrapper{height:2.5em;margin:0 8px 8px 8px;font-weight:500;font-size:1.4rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.destination-button-label{line-height:1.25}ytm-destination-shelf-renderer{background-color:#fff;display:block;overflow-x:auto}ytm-destination-shelf-renderer::-webkit-scrollbar{display:none}ytm-destination-shelf-renderer{-ms-overflow-style:none;scrollbar-width:none}.destination-shelf-title{margin-top:12px;margin-left:12px;color:#0f0f0f}.destination-shelf-title.modern-typography{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:block;max-height:5.6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){.destination-shelf-title.modern-typography{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:5.2rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.destination-shelf-subtitle{margin-left:12px;color:#606060}.destination-shelf-subtitle.modern-typography{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.destination-buttons-container{margin-top:12px;margin-left:12px;width:auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}ytm-destination-button-renderer{margin-right:12px;margin-bottom:12px}ytm-destination-button-renderer:last-child{margin-right:0}.destination-buttons-container::after{-webkit-flex-shrink:0;flex-shrink:0;width:12px;content:""}@media(min-width:931px) and (orientation:landscape){.destination-buttons-container>ytm-destination-button-renderer{width:142px}}@media(min-width:550px) and (orientation:portrait){.destination-buttons-container>ytm-destination-button-renderer{width:120px}}@media(max-width:930px) and (orientation:landscape){.destination-buttons-container>ytm-destination-button-renderer{width:114px}}@media(max-width:549px) and (orientation:portrait){.destination-buttons-container>ytm-destination-button-renderer{width:96px}}@media(min-width:300px) and (max-width:330px){.destination-buttons-container>ytm-destination-button-renderer{width:130px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.destination-buttons-container>ytm-destination-button-renderer{width:120px}}ytm-continuation-item-renderer{display:block}ytm-continuation-item-renderer .continuation-item-button{color:#065fd4}ytm-continuation-item-renderer.spinner .continuation-item-button{display:none}ytm-brand-video-shelf-renderer{display:block;position:relative;border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1)}ytm-brand-video-shelf-renderer.fresh-feeds-separators{margin-bottom:16px}ytm-brand-video-shelf-renderer.fresh-feeds-rounding{border-radius:12px;overflow:hidden}.brand-video-shelf-content-wrapper{background-color:#fff;background-position:bottom;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:24px 8px}.brand-video-shelf-logo-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.brand-video-shelf-logo-container .brand-video-shelf-logo-image{-webkit-align-self:center;align-self:center;height:24px;margin-right:8px}.brand-video-shelf-logo-container .brand-video-shelf-logo-image img{height:100%}.brand-video-shelf-title-container{color:#0f0f0f;margin-top:8px;font-family:"YouTube Sans","Roboto",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}.brand-video-shelf-subtitle-container{color:#0f0f0f;margin-top:8px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.brand-video-shelf-video-container{-ms-overflow-style:none;-webkit-overflow-scrolling:touch;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;margin-top:16px;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none}.brand-video-shelf-video-container ytm-video-with-context-renderer{margin-right:8px}.brand-video-shelf-video-container ytm-video-with-context-renderer ytm-media-item .video-thumbnail-container-large{display:block;margin:0;padding:0}.brand-video-shelf-video-container ytm-video-with-context-renderer ytm-media-item .video-thumbnail-container-large:before{display:block;content:"";padding-top:56.25%;width:100%}.brand-video-shelf-action-button-container{margin-top:0}.brand-video-shelf-action-button-container c3-material-button.compact{margin:0}.brand-video-shelf-action-button-container ytm-button-renderer button{width:100%}.brand-video-shelf-dismiss-container{height:40px;position:absolute;right:0;top:14px;width:40px}ytm-brand-video-shelf-renderer:not([elements-per-row="1"]) .brand-video-shelf-action-button-container{-webkit-align-self:center;align-self:center}ytm-brand-video-shelf-renderer[elements-per-row="2"] .brand-video-shelf-action-button-container{width:50%}ytm-brand-video-shelf-renderer[elements-per-row="3"] .brand-video-shelf-action-button-container{width:33%}ytm-brand-video-shelf-renderer[elements-per-row="4"] .brand-video-shelf-action-button-container{width:25%}ytm-brand-video-singleton-renderer{display:block;position:relative;border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1)}ytm-brand-video-singleton-renderer.fresh-feeds-separators{margin-bottom:16px}ytm-brand-video-singleton-renderer.fresh-feeds-rounding{border-radius:12px;overflow:hidden}.brand-video-singleton-wrapper{background-color:#fff;background-position:0 0;background-repeat:no-repeat;background-size:cover;padding:24px 8px}.brand-video-singleton-metadata-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.brand-video-singleton-metadata-container .brand-video-singleton-video-container{margin-top:16px}.brand-video-singleton-header-container{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.brand-video-singleton-header-container .brand-video-singleton-logo-container{-webkit-align-self:center;align-self:center;height:24px;margin-right:8px}.brand-video-singleton-header-container .brand-video-singleton-logo-container img{height:100%}.brand-video-singleton-title-container{color:#0f0f0f;margin-top:8px;font-family:"YouTube Sans","Roboto",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}.brand-video-singleton-subtitle-container{color:#0f0f0f;margin-top:8px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.brand-video-singleton-video-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.brand-video-singleton-video-container ytm-video-with-context-renderer ytm-media-item .video-thumbnail-container-large{display:block;margin:0;padding:0}.brand-video-singleton-video-container ytm-video-with-context-renderer ytm-media-item .video-thumbnail-container-large:before{display:block;content:"";padding-top:56.25%;width:100%}.brand-video-singleton-landscape-video-container{display:none}.brand-video-singleton-action-button-container ytm-button-renderer button{width:100%}.brand-video-singleton-action-button-container c3-material-button.compact{margin:0}.brand-video-singleton-dismiss-button-container{height:40px;position:absolute;right:0;top:14px;width:40px}ytm-brand-video-singleton-renderer:not([elements-per-row="1"]) .brand-video-singleton-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}ytm-brand-video-singleton-renderer:not([elements-per-row="1"]) .brand-video-singleton-landscape-video-container{margin:0 8px}ytm-brand-video-singleton-renderer:not([elements-per-row="1"]) .brand-video-singleton-metadata-container{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:0 8px}ytm-brand-video-singleton-renderer:not([elements-per-row="1"]) .brand-video-singleton-video-container{display:none}ytm-brand-video-singleton-renderer:not([elements-per-row="1"]) .brand-video-singleton-action-button-container ytm-button-renderer button{width:auto}ytm-brand-video-singleton-renderer[elements-per-row="2"] .brand-video-singleton-landscape-video-container{display:block;width:calc(50% - 8px);-webkit-flex-shrink:0;flex-shrink:0}ytm-brand-video-singleton-renderer[elements-per-row="2"] .brand-video-singleton-action-button-container{margin-top:16px}ytm-brand-video-singleton-renderer[elements-per-row="3"] .brand-video-singleton-landscape-video-container{display:block;width:calc(33.3333333333% - 10.6666666667px);-webkit-flex-shrink:0;flex-shrink:0}ytm-brand-video-singleton-renderer[elements-per-row="3"] .brand-video-singleton-action-button-container{margin-top:16px}ytm-brand-video-singleton-renderer[elements-per-row="4"] .brand-video-singleton-landscape-video-container{display:block;width:calc(25% - 12px);-webkit-flex-shrink:0;flex-shrink:0}ytm-brand-video-singleton-renderer[elements-per-row="4"] .brand-video-singleton-text-container{width:calc(66.6666666667% + 10.6666666667px);margin:0 8px}ytm-brand-video-singleton-renderer[elements-per-row="4"] .brand-video-singleton-metadata-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-brand-video-singleton-renderer[elements-per-row="4"] .brand-video-singleton-action-button-container{margin-left:8px}ytm-primetime-promo-details-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.price-and-terms{padding-bottom:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:12px}.detail-text-container{text-wrap:wrap;color:#606060}.headline-container{padding-bottom:4px}.button-text{font-size:1.4rem;-webkit-box-flex:1;-webkit-flex:1;flex:1}.button-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#065fd4;font-weight:500;background-color:#def1ff;padding:4px;padding-left:12px}.metadata-container{color:#606060;padding-left:12px;padding-bottom:8px;padding-top:8px;font-style:italic;overflow-x:hidden;white-space:nowrap;text-overflow:ellipsis}.thumbnail-button-container{overflow:hidden}.thumbnail-image-container{height:0;width:100%;padding-bottom:56.25%;position:relative}.panel-image{height:100%;width:100%;position:absolute}.button-container c3-icon{stroke:#065fd4;stroke-width:.6}ytm-primetime-promo-panel-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1)}ytm-rich-item-renderer{--ytm-rich-item-margin:8px;display:inline-block;vertical-align:top;margin:0 var(--ytm-rich-item-margin)}ytm-rich-item-renderer.is-shorts,ytm-rich-item-renderer.is-shorts.no-full-bleed{--ytm-rich-item-margin:1px;width:auto;margin:0 var(--ytm-rich-item-margin)}ytm-rich-item-renderer.is-shorts.fresh-feeds-separators>ytm-reel-item-renderer{margin-bottom:0}ytm-rich-item-renderer.small-lockup,ytm-rich-item-renderer.small-lockup.no-full-bleed{--ytm-rich-item-margin:16px;width:160px;margin:0;margin-left:var(--ytm-rich-item-margin)}@media(max-width:587px){ytm-rich-item-renderer{margin:0;width:100%}ytm-rich-item-renderer.no-full-bleed{--ytm-rich-item-margin:6px;margin-left:var(--ytm-rich-item-margin);margin-right:var(--ytm-rich-item-margin);width:calc(100% - var(--ytm-rich-item-margin)*2)}ytm-rich-item-renderer.small-lockup{margin-left:var(--ytm-rich-item-margin)}ytm-rich-item-renderer ytm-media-item .video-thumbnail-container-large{display:block;margin:0;padding:0}ytm-rich-item-renderer ytm-media-item .video-thumbnail-container-large:before{display:block;content:"";width:100%;padding-top:56.25%}ytm-rich-item-renderer ytm-media-item .details{margin-bottom:16px;margin-left:12px}ytm-rich-item-renderer ytm-media-item .media-item-endorsement-container.fresh-feeds-endorsements{margin-left:12px}ytm-rich-item-renderer.no-full-bleed ytm-media-item .details,ytm-rich-item-renderer.no-full-bleed ytm-media-item .media-item-endorsement-container.fresh-feeds-endorsements{margin-left:0}ytm-rich-item-renderer .compact-media-item-headline-placeholder{max-width:95%}ytm-rich-item-renderer.fresh-feeds-dismissals ytm-notification-multi-action-renderer{padding:0;margin:0 12px 12px}.no-full-bleed ytm-rich-item-renderer.fresh-feeds-dismissals ytm-notification-multi-action-renderer{margin:12px 0}ytm-rich-item-renderer.fresh-feeds-dismissals ytm-notification-text-renderer.fresh-feeds-dismissals{padding:12px;margin:0 12px 12px}.no-full-bleed ytm-rich-item-renderer.fresh-feeds-dismissals ytm-notification-text-renderer.fresh-feeds-dismissals{margin:12px 0}}@media(min-width:588px){ytm-rich-item-renderer{width:calc(50% - var(--ytm-rich-item-margin)*2)}ytm-rich-item-renderer.small-lockup{margin-left:var(--ytm-rich-item-margin)}}@media(min-width:874px){ytm-rich-item-renderer{width:calc(33.3% - 16px)}}@media(min-width:1160px){ytm-rich-item-renderer{width:calc(25% - 16px)}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-rich-item-renderer{margin:8px;width:calc(100% - 16px)}ytm-rich-item-renderer.no-full-bleed{--ytm-rich-item-margin:4px;margin:0 4px}ytm-rich-item-renderer.small-lockup:first-child{margin-left:8px}ytm-rich-item-renderer.small-lockup{margin-left:0;margin-right:8px}ytm-rich-item-renderer ytm-media-item .details{margin-bottom:0;margin-left:0}ytm-rich-item-renderer ytm-media-item .media-item-endorsement-container.fresh-feeds-endorsements{margin-left:0}ytm-rich-item-renderer ytm-menu-renderer .icon-button{margin-top:8px;padding:0 0 0 8px;width:24px;height:24px}}ytm-rich-item-renderer.is-extra-compact-layout{margin:6px 4px}@media(min-width:302px){ytm-rich-item-renderer.is-extra-compact-layout{width:calc(50% - 8px)}}@media(min-width:445px){ytm-rich-item-renderer.is-extra-compact-layout{width:calc(33.3333333333% - 8px)}}@media(min-width:588px){ytm-rich-item-renderer.is-extra-compact-layout{width:calc(25% - 8px)}}@media(min-width:731px){ytm-rich-item-renderer.is-extra-compact-layout{width:calc(20% - 8px)}}@media(min-width:874px){ytm-rich-item-renderer.is-extra-compact-layout{width:calc(16.6666666667% - 8px)}}@media(min-width:1017px){ytm-rich-item-renderer.is-extra-compact-layout{width:calc(14.2857142857% - 8px)}}@media(min-width:1160px){ytm-rich-item-renderer.is-extra-compact-layout{width:calc(12.5% - 8px)}}ytm-rich-item-renderer ytm-notification-text-renderer{display:block;padding:0 12px 56.25%;position:relative;border:1px solid rgba(0,0,0,0.1);margin-bottom:24px}ytm-rich-item-renderer ytm-notification-multi-action-renderer{padding:28.125% 12px 28.125%;border:1px solid rgba(0,0,0,0.1);margin-bottom:12px}ytm-rich-item-renderer.fresh-feeds-dismissals ytm-notification-text-renderer{padding:28.125% 12px 28.125%;margin-bottom:12px}ytm-rich-item-renderer.fresh-feeds-dismissals ytm-notification-text-renderer,ytm-rich-item-renderer.fresh-feeds-dismissals ytm-notification-multi-action-renderer{border:0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}ytm-rich-item-renderer.small-lockup ytm-notification-multi-action-renderer{width:136px;padding:12px 12px 0;margin-bottom:0}ytm-rich-item-renderer ytm-notification-text-renderer .notification-text-wrapper{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}ytm-rich-item-renderer.fresh-feeds-dismissals ytm-notification-text-renderer .notification-text-wrapper{position:relative}ytm-rich-item-renderer.small-lockup ytm-notification-multi-action-renderer .notification-multi-action-text-wrapper{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding:8px 8px 0;margin-bottom:8px}ytm-rich-item-renderer .media-item-headline,ytm-rich-item-renderer ytm-thumbnail-overlay-time-status-renderer{font-weight:500}ytm-rich-item-renderer ytm-compact-video-renderer .compact-media-item{padding-top:12px}ytm-rich-item-renderer ytm-compact-playlist-renderer .compact-media-item{padding-top:12px}.ytm-chips-shelf-view-model{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin-left:8px;margin-right:8px}.ytm-chips-shelf-view-model ytm-chip-cloud-chip-renderer{margin-right:0;padding:0}.ytm-chips-shelf-view-model ytm-chip-cloud-chip-renderer:first-of-type{margin-left:0}.ytm-chips-shelf-view-model ytm-chip-cloud-chip-renderer:last-of-type{margin-right:0}.ytm-chips-shelf-view-model__chips-shelf-header{margin:8px 16px}.ytm-chips-shelf-view-model__chips-shelf-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-left:16px;margin-right:16px;margin-bottom:16px;max-height:72px;overflow:hidden}.ytm-chips-shelf-view-model__chips-shelf-title{line-height:1.25;margin:0;font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:500}ytm-primetime-promo-header-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:end;-webkit-align-items:end;align-items:end}.badge-container .metadata-badge{color:#0f0f0f;font-size:1.4rem;padding-left:12px;padding-right:12px}.primetime-header-thumbnail-container{height:0;width:117.9px;padding-bottom:21.6px;position:relative}.primetime-header-thumbnail{height:100%;width:100%;position:absolute}ytm-primetime-promo-renderer{border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1);margin:0 8px}ytm-primetime-promo-renderer .header-bar{padding:0 12px;padding-bottom:inherit}ytm-primetime-promo-renderer ytm-rich-item-renderer{margin:0}ytm-primetime-promo-renderer.details-outside-panels .details-container{padding:0 12px}ytm-primetime-promo-renderer .action-button{display:none}ytm-primetime-promo-renderer.singleton .panels{padding:0 12px}ytm-primetime-promo-renderer.singleton ytm-rich-item-renderer{width:100%}ytm-primetime-promo-renderer.multishelf .panels{display:-webkit-box;display:-webkit-flex;display:flex;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-left:12px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-primetime-promo-renderer.multishelf .panels::-webkit-scrollbar{display:none}ytm-primetime-promo-renderer.multishelf .panels ytm-rich-item-renderer{min-width:45%}ytm-primetime-promo-renderer.multishelf ytm-primetime-promo-panel-renderer{margin-right:12px}@media(min-width:588px){ytm-primetime-promo-renderer{border-top:0;border-bottom:0;margin:0}ytm-primetime-promo-renderer .header-bar{padding:0 0 12px 0}ytm-primetime-promo-renderer .details-container{padding:0}ytm-primetime-promo-renderer ytm-rich-item-renderer{margin:0 8px}ytm-primetime-promo-renderer.details-outside-panels .details-container{padding:0}ytm-primetime-promo-renderer.singleton .panels{padding:0}ytm-primetime-promo-renderer.singleton ytm-rich-item-renderer{width:auto}ytm-primetime-promo-renderer.multishelf .panels{overflow-x:hidden;padding-left:0}ytm-primetime-promo-renderer.multishelf ytm-primetime-promo-panel-renderer{margin-right:0}ytm-primetime-promo-renderer.details-in-panels .details-container .action-button{display:inline}ytm-primetime-promo-renderer .panels{margin-bottom:16px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}ytm-primetime-promo-renderer .header-bar{margin:0 8px}ytm-primetime-promo-renderer .details-container{margin:0 8px}ytm-primetime-promo-renderer ytm-primetime-promo-details-renderer ytm-button-renderer{display:inline-block}.primetime-top-divider{margin:12px 8px;border-top:6px solid rgba(0,0,0,0.1)}.primetime-bottom-divider{margin:8px 8px;border-top:6px solid rgba(0,0,0,0.1)}ytm-primetime-promo-renderer[data-elements-per-row="2"] .panels ytm-rich-item-renderer{min-width:calc(50% - 16px)}ytm-primetime-promo-renderer[data-elements-per-row="3"] .panels ytm-rich-item-renderer{min-width:calc(33.3% - 16px)}ytm-primetime-promo-renderer[data-elements-per-row="4"] .panels ytm-rich-item-renderer{min-width:calc(25% - 16px)}}.header-bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-bottom:12px}.header-container{-webkit-box-flex:1;-webkit-flex:1;flex:1}ytm-primetime-promo-renderer.fresh-feeds-rounding ytm-primetime-promo-panel-renderer{border-radius:12px;overflow:hidden}ytm-primetime-promo-renderer.details-in-panels .details-container{-webkit-box-flex:1;-webkit-flex:1;flex:1}ytm-primetime-promo-renderer{padding:12px 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-rich-section-renderer{display:block;margin:0 8px}.rich-section-content{display:block;margin:0 -8px}div.rich-section-content>ytm-statement-banner-renderer:not(.statement-banner-style-type-compact-border),.rich-section-content>ytm-source-pivot-header-renderer{margin-left:8px;margin-right:8px}.rich-section-content>ytm-notification-multi-action-renderer{border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1);margin:0 8px 24px 8px}.rich-section-content.fresh-feeds-dismissals>ytm-notification-multi-action-renderer,.rich-section-content.fresh-feeds-dismissals>ytm-notification-text-renderer{border:0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.1);margin:0 6px 12px}.rich-section-content>ytm-notification-multi-action-renderer .notification-multi-action-content-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.rich-section-content.fresh-feeds-dismissals>ytm-notification-multi-action-renderer .notification-multi-action-text-wrapper{margin:0}.rich-section-content>ytm-notification-text-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-top:4px solid rgba(0,0,0,0.1);border-bottom:4px solid rgba(0,0,0,0.1);width:100%;margin-bottom:12px}.rich-section-content.fresh-feeds-dismissals>ytm-notification-text-renderer{width:calc(100% - 36px)}@media(max-width:587px){ytm-rich-section-renderer{margin:0}ytm-rich-section-renderer.no-full-bleed{margin:0 8px}.rich-section-content.fresh-feeds-dismissals>ytm-notification-multi-action-renderer .notification-multi-action-content-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.rich-section-content.fresh-feeds-dismissals>ytm-notification-multi-action-renderer{margin:0 20px 12px}.no-full-bleed .rich-section-content.fresh-feeds-dismissals>ytm-notification-multi-action-renderer{margin:0 6px 12px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-rich-section-renderer:not(.no-full-bleed) .rich-section-content{margin:0}}ytm-rich-shelf-renderer{border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1);display:block;margin:0 8px 24px 8px;overflow-x:hidden}ytm-rich-shelf-renderer.fresh-feeds-separators{border-top:0;border-bottom:0}.scrollable-shelf{margin:0 8px}.rich-shelf-header{margin-top:12px;-webkit-align-self:center;align-self:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}ytm-rich-shelf-renderer.fresh-feeds-separators .rich-shelf-header{margin-top:0}.rich-shelf-title{font-size:2rem;font-weight:500;line-height:2.4rem;max-height:3.75em;-webkit-line-clamp:3;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.rich-shelf-header ytm-menu-renderer .icon-button{width:40px;height:40px}.rich-shelf-title{margin:0;padding-left:4px}.rich-shelf-subtitle{font-size:1.4rem;margin-top:4px}.scrollable-shelf .rich-shelf-title{margin-left:8px}.rich-shelf-content{margin:12px -8px 0 -8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;overflow-x:hidden}.rich-shelf-content.scrollable{-ms-overflow-style:none;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;margin-left:0;margin-right:0;margin-bottom:24px;overflow-x:auto;scrollbar-width:none}ytm-rich-shelf-renderer.fresh-feeds-separators .rich-shelf-content.scrollable{margin-top:4px;margin-bottom:0}.rich-shelf-content.scrollable::-webkit-scrollbar{display:none}.rich-shelf-content.scrollable ytm-rich-item-renderer.small-lockup:last-child{margin-right:16px}.rich-shelf-expand-button{width:100%}.rich-shelf-expand-button .c3-material-button-button{margin-top:-18px;padding:12px 0}ytm-rich-shelf-renderer .grid-media-item{margin-bottom:0}@media(max-width:587px){.rich-shelf-content{margin-left:0;margin-right:0}.rich-shelf-title{margin-left:8px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-rich-shelf-renderer{margin:0;margin-bottom:8px}.rich-shelf-header{margin-top:8px}.rich-shelf-content{margin:0}.rich-shelf-title{font-size:1.6rem;line-height:2rem;padding-left:0}.rich-shelf-expand-button .c3-material-button-button{margin-top:0;padding:0;padding-bottom:8px}}ytm-search-bar-entry-point-view-model{padding:48px 23px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-search-bar-entry-point-view-model{padding:16px 8px}}.search-bar-entry-point-top-image{margin-bottom:16px}.search-bar-entry-point-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;width:100%}.search-bar-entry-point-button{background-color:rgba(0,0,0,0.05);height:40px;min-width:40px;border-radius:20px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.search-bar-entry-point-primary-button{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:1;flex-shrink:1}.search-bar-entry-point-more-drawer-button{margin-right:8px;-webkit-flex-shrink:0;flex-shrink:0}.search-bar-entry-point-voice-search-button{margin-left:8px;-webkit-flex-shrink:0;flex-shrink:0}.search-bar-entry-point-icon{color:#0f0f0f;margin-left:8px}.search-bar-entry-point-text{margin-left:16px;color:#909090;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400;overflow:hidden;display:block;max-height:2.2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.profile-page-header-information-view-model-wiz{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.profile-page-header-information-view-model-wiz__profile-page-header-thumbnail{margin-right:16px;min-width:1px;min-height:1px}.profile-page-header-information-view-model-wiz__profile-page-header-thumbnail-image{border-radius:8px}.profile-page-header-information-view-model-wiz__flex-container{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;flex:1}.profile-page-header-information-view-model-wiz__profile-page-header-title{display:block;color:#0f0f0f;text-decoration:none;font-family:"Roboto","Arial",sans-serif;font-size:2.8rem;line-height:3.8rem;font-weight:700}@media(max-width:528px){.profile-page-header-information-view-model-wiz__profile-page-header-title{font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}}.profile-page-header-information-view-model-wiz__profile-page-header-metadata{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.profile-page-header-information-view-model-wiz--mobile .profile-page-header-information-view-model-wiz__profile-page-header-thumbnail{margin-left:16px}.profile-page-header-information-view-model-wiz--mobile .profile-page-header-information-view-model-wiz__profile-page-header-title{font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700;overflow:hidden;display:block;max-height:3.2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){.profile-page-header-information-view-model-wiz--mobile .profile-page-header-information-view-model-wiz__profile-page-header-title{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:block;max-height:2.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.profile-page-header-information-view-model-wiz--mobile .profile-page-header-information-view-model-wiz__profile-page-header-metadata{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.ytm-source-pivot-header-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;padding:12px 0}ytm-comment-simplebox-renderer{display:-webkit-box;display:-webkit-flex;display:flex;padding-bottom:12px}.comment-simplebox-input{overflow:hidden;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.comment-simplebox-icon{width:48px;height:48px;margin-right:8px}.comment-simplebox-reply{padding:6px;font-size:1.4rem}.comment-simplebox-reply,.comment-simplebox-placeholder{border-radius:12px}.comment-simplebox-placeholder{height:4.8rem;color:#606060;border:1px solid rgba(0,0,0,0.1);padding:3px}.comment-simplebox-buttons{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:8px}.comment-simplebox-buttons>.button-renderer:last-child{color:#065fd4}button.comment-simplebox-reply{width:100%;height:100%;text-align:initial}.comment-simplebox-input{overflow:initial}.fresh-feeds-separators ytm-game-card-renderer{margin-bottom:12px}ytm-game-card-renderer{display:inline-block;width:160px}ytm-game-card-renderer .ytm-game-card-box-art{width:160px;height:230px;-webkit-flex-shrink:0;flex-shrink:0}.ytm-game-card-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ytm-game-card-line-item{margin:8px 0 0 4px;white-space:normal;max-height:3.75em;-webkit-line-clamp:3}.ytm-game-card-live-viewers{margin-top:4px}ytm-compact-channel-renderer.fresh-feeds-separators{margin-bottom:12px;display:block}ytm-compact-channel-renderer .video-thumbnail-img{width:90px;height:90px;min-height:0;border-radius:50%}ytm-compact-channel-renderer .compact-media-item-metadata{-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-compact-channel-renderer[data-has-subscribe-button]{border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1);padding-top:12px;padding-bottom:12px}ytm-compact-channel-renderer[data-has-subscribe-button]:first-child{border-top:0;border-bottom:6px solid rgba(0,0,0,0.1)}ytm-compact-channel-renderer.fresh-feeds-separators{padding-top:12px;padding-bottom:12px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1)}ytm-compact-channel-renderer.fresh-feeds-separators:first-child{border-top:0;border-bottom:1px solid rgba(0,0,0,0.1)}ytm-info-panel-container-renderer+ytm-compact-channel-renderer[data-has-subscribe-button]{margin-top:0}ytm-compact-channel-renderer .modern-subscribe-button{padding-top:8px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-compact-radio-renderer.feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-compact-radio-renderer.feed-item{margin-bottom:24px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-compact-radio-renderer.adaptive-feed-item{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-compact-radio-renderer.adaptive-feed-item{margin-bottom:24px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.fresh-feeds-separators ytm-compact-radio-renderer.adaptive-feed-item{margin-bottom:12px}}.fresh-feeds-separators ytm-compact-radio-renderer.compact-feed-item{margin-bottom:12px}ytm-compact-radio-renderer .compact-media-item-menu{display:none}ytm-compact-radio-renderer{vertical-align:bottom}lazy-list ytm-compact-radio-renderer.item .compact-media-item{margin-top:12px}lazy-list ytm-compact-radio-renderer.item{margin-top:0}.fresh-feeds-separators ytm-compact-show-renderer{margin-bottom:12px}.comopact-show-overlay{position:absolute;bottom:0;left:0;right:0;padding:1px 0;font-size:1.2rem;text-align:center;color:#fff;background-color:rgba(0,0,0,0.8)}lazy-list ytm-compact-show-renderer.item .compact-media-item{margin-top:12px}lazy-list ytm-compact-show-renderer.item{margin-top:0}ytm-grid-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;flex-flow:row wrap;-webkit-justify-content:space-around;justify-content:space-around}.ytm-grid-renderer-item{-webkit-flex-shrink:0;flex-shrink:0;padding:0 4px 12px}.grid-media-item{margin-bottom:12px}.grid-media-item[use-vertical-layout=true]{width:100%}.grid-media-item[use-vertical-layout=true] .compact-media-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.grid-media-item[use-vertical-layout=true] .video-thumbnail-container-compact{width:100%;height:auto;padding-bottom:56.25%}.grid-media-item[use-vertical-layout=true] .compact-media-item-metadata{margin:12px 0}ytm-grid-playlist-renderer{display:block}ytm-grid-radio-renderer{display:block}ytm-grid-video-renderer{display:block}ytm-thumbnail-overlay-pinking-renderer{position:absolute;top:0;right:0;bottom:0;left:0}ytm-thumbnail-overlay-pinking-renderer .pinking-left{position:absolute;left:0;width:4px;height:100%}ytm-thumbnail-overlay-pinking-renderer .pinking-right{position:absolute;right:0;width:4px;height:100%}ytm-thumbnail-overlay-pinking-renderer .pinking{fill:#fff}ytm-horizontal-list-renderer{display:block}.horizontal-list-items{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.horizontal-list-expand-button{display:none;margin:0 auto}@media(max-width:549px) and (orientation:portrait),(max-width:930px) and (orientation:landscape){.horizontal-list-collapse-portrait .horizontal-list-item{display:none}.horizontal-list-items .horizontal-list-item-portrait-visible,.horizontal-list-collapse-portrait .horizontal-list-expand-button,.horizontal-list-collapse-portrait .horizontal-list-expand-button{display:block}}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.horizontal-list-items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;flex-flow:row wrap}.horizontal-list-items .horizontal-list-item{-webkit-flex-shrink:0;flex-shrink:0;padding:0 6px}.horizontal-list-expand-button{display:none;width:100%}.horizontal-list-collapse-portrait .horizontal-list-item,.horizontal-list-collapse-landscape .horizontal-list-item{display:none}.horizontal-list-collapse-portrait .horizontal-list-expand-button,.horizontal-list-collapse-landscape .horizontal-list-expand-button{display:block}}@media(min-width:550px) and (orientation:portrait){.horizontal-list-items .horizontal-list-item{box-sizing:border-box;-webkit-box-flex:1;-webkit-flex:1 1 33%;flex:1 1 33%;max-width:33.3%;min-width:33.3%}.horizontal-list-items .horizontal-list-item-portrait-visible{display:block}}@media(min-width:931px) and (orientation:landscape){.horizontal-list-items .horizontal-list-item{box-sizing:border-box;-webkit-box-flex:1;-webkit-flex:1 1 25%;flex:1 1 25%;max-width:25%;min-width:25%}.horizontal-list-items .horizontal-list-item-landscape-visible{display:block}}ytm-shelf-renderer.item:not(:first-child){margin:0}ytm-shelf-renderer.item.fresh-feeds-separators:first-child{margin-top:0}ytm-shelf-renderer.item.fresh-feeds-separators:last-child{margin-bottom:16px}.shelf-header{padding:0 12px;margin-bottom:8px}.shelf-header-endpoint,.shelf-title-bar{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.shelf-featured-badge{color:#fff;background:#065fd4}.shelf-icon{width:28px;height:28px;margin-right:6px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.shelf-header{padding:0 8px}}ytm-shelf-renderer[data-is-search-bordered-item]{padding-top:12px;border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1)}ytm-shelf-renderer.fresh-feeds-separators{display:block;border-top:unset;border-bottom:unset}ytm-shelf-renderer.fresh-feeds-separators.vertical-shelf-separators{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1);padding-top:12px}ytm-shelf-renderer.modern-typography .shelf-title-bar h3{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:block;max-height:2.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){ytm-shelf-renderer.modern-typography .shelf-title-bar h3{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:2.6rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}ytm-shelf-renderer.modern-typography .shelf-title-bar>span{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:3.6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}ytm-compact-station-renderer .video-thumbnail-container-compact{width:160px;height:160px}ytm-compact-station-renderer .compact-media-item-metadata{-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-compact-station-renderer .subhead{max-height:6.25em;-webkit-line-clamp:3}ytm-compact-station-renderer .compact-media-item-byline{text-overflow:clip;white-space:normal}ytm-compact-station-renderer.collection .compact-media-item-headline{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:5.2rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}ytm-compact-station-renderer.collection .subhead{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:5.4rem;-webkit-line-clamp:3;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}ytm-vertical-list-renderer>div.center>button.icon-button{padding:0}ytm-vertical-list-renterer .center{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}lazy-list{display:block}ytm-channel-age-gate-renderer{display:block;padding:12px}.channel-age-gate-profile-icon{width:55px;height:55px}.channel-age-gate-text>a{color:#065fd4}ytm-channel-list-sub-menu-avatar-renderer{display:inline-block;margin:8px}ytm-channel-list-sub-menu-avatar-renderer[status=live]::after,ytm-channel-list-sub-menu-avatar-renderer[status=unread]::after{content:"";display:block;margin-left:13px;width:6px;height:6px;border-radius:50%}ytm-channel-list-sub-menu-avatar-renderer[status=live]::after{background:#f00}ytm-channel-list-sub-menu-avatar-renderer[status=unread]::after{background:#065fd4}.channel-list-sub-menu-avatar-profile-icon{width:32px;height:32px}.channel-list-sub-menu-avatar-title{text-align:center}.channel-list-sub-menu-avatar-large-icon{height:56px;width:56px}ytm-channel-list-sub-menu-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid rgba(0,0,0,0.1);background-color:#fff}.channel-list-sub-menu-avatars{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;height:52px;overflow:hidden}.channel-list-sub-menu-avatars:not(.has-show-all){overflow-x:auto;white-space:nowrap}.channel-list-sub-menu-large-avatars{box-sizing:border-box;height:100px;padding-top:8px}ytm-channel-list-sub-menu-avatar-renderer a{display:block}ytm-channel-sub-menu-renderer ytm-select{margin:12px 12px 0}ytm-channel-sub-menu-renderer ytm-select:last-of-type{margin-bottom:12px}.video-with-context-renderer-ghost-card{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin-top:12px;padding:0}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.video-with-context-renderer-ghost-card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;padding:0 12px}}.video-with-context-renderer-ghost-card__thumbnail{width:100%;padding-bottom:56.25%;background-color:rgba(0,0,0,0.1)}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.video-with-context-renderer-ghost-card__thumbnail{width:200px;height:112px;padding-bottom:0}}.video-with-context-renderer-ghost-card__metadata{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin:12px 12px 16px 12px}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.video-with-context-renderer-ghost-card__metadata{margin:0 0 0 12px;padding-top:8px}}.video-with-context-renderer-ghost-card__title{height:16px;max-width:300px;background-color:rgba(0,0,0,0.1);margin-bottom:8px;border-radius:2px}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.video-with-context-renderer-ghost-card__title{height:20px}}.video-with-context-renderer-ghost-card__author{height:16px;max-width:120px;background-color:rgba(0,0,0,0.1);margin:0;border-radius:2px}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.video-with-context-renderer-ghost-card__author{height:20px}}ytm-search-sub-menu-renderer{display:-webkit-box;display:-webkit-flex;display:flex;padding:12px}ytm-search-filter-group-renderer[data-has-options=true]+ytm-search-filter-group-renderer[data-has-options=false]{display:none}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-search-sub-menu-renderer{padding:8px}}ytm-section-list-renderer{display:block}ytm-section-list-renderer>lazy-list>ytm-shelf-renderer,ytm-section-list-renderer>lazy-list>ytm-notification-text-renderer{border-bottom:1px solid rgba(0,0,0,0.1);display:block}ytm-section-list-renderer>lazy-list>ytm-shelf-renderer:not(.fresh-feeds-separators),ytm-section-list-renderer>lazy-list>ytm-notification-text-renderer:not(.fresh-feeds-dismissals){padding:12px}ytm-section-list-renderer.no-bottom-separator>lazy-list>ytm-item-section-renderer{border-bottom:0}ytm-dropdown-renderer{display:block}.dropdown-label{display:block;margin-bottom:4px}.collapsed-string-container{position:relative}.collapsed-string{overflow:hidden;display:block;-webkit-clip-path:url(/);clip-path:url(/)}.collapsed-string-expand-button-container{position:relative;width:inherit}.collapsed-string-svg-clip{height:0;width:0;display:block}.collapsed-string-expand-button{position:absolute;font-weight:bold;bottom:0;right:0}.feature-phone-collapsed-string-expand-button{position:relative;font-weight:bold;float:right}ytm-active-account-header-renderer{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;font-size:1.6rem;margin:12px 0}.account-header-border{border-bottom:1px solid rgba(0,0,0,0.1)}.account-photo-and-info-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;max-width:100%}.active-account-photo-container{width:48px;height:48px;padding:12px}.active-account-icon{width:48px;height:48px}.active-account-information{padding:8px 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;justify-content:space-evenly;min-width:0}.view-account-icon{width:24px;height:24px;padding:0 8px}.active-account-manage-account{padding:12px 12px 12px 0;margin-right:84px}.active-account-manage-account-new{margin-right:0;padding:12px 12px 0 0}.active-account-email{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.active-account-channel-handle{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.active-account-manage-account>a,.active-account-manage-account-new>a{display:block;padding:12px 0;margin:-12px 0;color:#065fd4}.unlimited-status{width:100%;padding:8px 12px;box-sizing:border-box;background-color:rgba(0,0,0,0.8);color:#fff}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-active-account-header-renderer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;flex-flow:row wrap}.active-account-photo-container,.active-account-icon{width:24px;height:24px}.active-account-email{padding-bottom:8px}.active-account-manage-account{font-size:1.4rem;padding:0 0 8px 0}.active-account-manage-account:last-of-type{margin-right:63px}}ytm-header-fab-renderer{position:absolute;bottom:-28px;right:28px;width:56px;height:56px;color:#fff;background-color:#f00;border-radius:50%;box-shadow:0 2px 2px rgba(0,0,0,.5)}ytm-header-fab-renderer .fab-icon-link{width:48px;height:48px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-header-fab-renderer{bottom:-21px;right:21px;width:42px;height:42px}}ytm-lugash-footer-renderer{display:block;padding:12px;font-size:1.2rem}ytm-sponsorships-account-bar-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;padding:8px 16px;border-bottom:1px solid rgba(0,0,0,0.1);background-color:#fff}.sponsorships-account-bar-image{border-radius:50%;height:36px;width:36px;margin-right:16px;vertical-align:middle}.sponsorships-account-bar-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.sponsorships-account-bar-display-name{font-size:1.4rem;font-weight:500;margin:0}.sponsorships-account-bar-email{font-size:1.2rem;margin:0}.ytm-sponsorships-app-bar-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}ytm-sponsorships-app-bar-renderer{display:block}.close-offer-screen-button{margin-right:.57em}.ytm-sponsorships-app-bar-close-and-title{margin-right:auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-sponsorships-offer-list-renderer{display:block}ytm-sponsorships-app-bar-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;padding:0 8px}ytm-sponsorships-offer-list-renderer ytm-item-section-renderer{padding:0;margin-top:0;border-bottom:0}.sponsorships-app-bar-text{font-size:1.6rem;font-weight:450;padding:10px;color:#606060}.sponsorships-app-bar-menu{margin-right:0;margin-left:auto}.truncated-text-wiz{display:block;position:relative;overflow:auto;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.truncated-text-wiz__truncated-text-content{overflow:hidden;display:block}.truncated-text-wiz__inline-button{visibility:hidden;border:0;margin:0;padding:0;cursor:pointer;background:transparent;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}.truncated-text-wiz__absolute-button{position:absolute;bottom:0;right:0;border:0;margin:0;padding:0;cursor:pointer;background:transparent;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}.truncated-text-wiz__bottom-button{float:right;border:0;margin:0;padding:0;cursor:pointer;background:transparent;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}.truncated-text-wiz--overlay{color:rgba(255,255,255,0.7)}.truncated-text-wiz--overlay .truncated-text-wiz__inline-button,.truncated-text-wiz--overlay .truncated-text-wiz__absolute-button,.truncated-text-wiz--overlay .truncated-text-wiz__bottom-button{color:#fff}.truncated-text-wiz--hidden{display:none}.YtCinematicContainerViewModelHost{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden}.YtCinematicContainerViewModelBackgroundImage{position:absolute;width:200%;max-width:200%;height:auto;-webkit-transform:translateX(-25%) translateY(-25%);transform:translateX(-25%) translateY(-25%);opacity:.7;-webkit-filter:blur(30px);filter:blur(30px)}.YtCinematicContainerViewModelBackgroundGradient{position:relative;width:100%;height:100%}.page-header-view-model-wiz{display:block;padding:16px;position:relative}.page-header-view-model-wiz__page-header-background{position:absolute;top:0;right:0;bottom:0;left:0}.page-header-view-model-wiz__page-header-content{position:relative}.page-header-view-model-wiz__page-header-banner-container{height:0;padding-top:16.12%;position:relative;margin-bottom:16px}.page-header-view-model-wiz__page-header-banner-container--full-bleed{margin-left:-12px;margin-right:-12px}.page-header-view-model-wiz__page-header-headline{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.page-header-view-model-wiz__page-header-headline--page-header-headline-full-width-hero{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:start;align-items:start}.page-header-view-model-wiz__page-header-headline-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.page-header-view-model-wiz__page-header-title-container{margin:0;max-height:unset}.page-header-view-model-wiz__page-header-headline-image-hero-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.page-header-view-model-wiz__page-header-title{color:#0f0f0f}.page-header-view-model-wiz__page-header-title--page-header-title-medium{font-family:"Roboto","Arial",sans-serif;font-size:2.8rem;line-height:3.8rem;font-weight:900;overflow:hidden;display:block;max-height:7.6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){.page-header-view-model-wiz__page-header-title--page-header-title-medium{font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:900;overflow:hidden;display:block;max-height:6.4rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.page-header-view-model-wiz__page-header-title--page-header-title-large{font-family:"Roboto","Arial",sans-serif;font-size:3.6rem;line-height:5rem;font-weight:900;overflow:hidden;display:block;max-height:10rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){.page-header-view-model-wiz__page-header-title--page-header-title-large{font-family:"Roboto","Arial",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:900;overflow:hidden;display:block;max-height:8.8rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.page-header-view-model-wiz__page-header-title--page-header-title-overlay{color:#fff}.page-header-view-model-wiz__page-header-headline-image{-webkit-flex-shrink:0;flex-shrink:0;margin-right:16px}.page-header-view-model-wiz__page-header-headline-image--page-header-headline-image-hero{margin:0 0 16px}.page-header-view-model-wiz__page-header-content-metadata{color:#606060}.page-header-view-model-wiz__page-header-content-metadata--page-header-content-metadata-overlay{color:rgba(255,255,255,0.7)}.page-header-view-model-wiz__page-header-attribution{margin-top:12px}.page-header-view-model-wiz__page-header-description{margin-top:12px;max-width:600px}.page-header-view-model-wiz__page-header-flexible-actions{margin-top:12px}.page-header-view-model-wiz__page-header-flexible-actions--page-header-flexible-actions-margin{margin-bottom:8px}.page-header-view-model-wiz--small-top-padding{padding-top:8px}.page-header-view-model-wiz--small-bottom-padding{padding-bottom:8px}.page-header-view-model-wiz--no-padding{padding:0}.yt-decorated-avatar-view-model-wiz{display:block}.yt-description-preview-view-model-wiz{display:block}.yt-description-preview-view-model-wiz--clickable{cursor:pointer}.dynamic-text-view-model-wiz{display:inline}.dynamic-text-view-model-wiz__h1{all:unset}.dynamic-text-view-model-wiz--tappable{cursor:pointer}.yt-flexible-actions-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.yt-flexible-actions-view-model-wiz__action-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yt-flexible-actions-view-model-wiz__action-row:not(:last-child){padding-bottom:8px}.yt-flexible-actions-view-model-wiz__action:not(:last-child){padding-right:8px}.yt-flexible-actions-view-model-wiz__action--row-action{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:0;flex-basis:0;min-width:0}.yt-flexible-actions-view-model-wiz__action--row-action-feature-phone{-webkit-flex-basis:unset;flex-basis:unset;min-width:unset}.yt-flexible-actions-view-model-wiz--inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.yt-flexible-actions-view-model-wiz--scrollable{overflow-x:scroll;overflow-y:hidden;white-space:nowrap;overflow-y:auto;scrollbar-color:transparent transparent;scrollbar-width:thin}.yt-flexible-actions-view-model-wiz--scrollable::-webkit-scrollbar{background:transparent;width:8px}.yt-flexible-actions-view-model-wiz--scrollable::-webkit-scrollbar-thumb{height:56px;background:transparent}.yt-flexible-actions-view-model-wiz--scrollable:hover{scrollbar-color:#ccc transparent}.yt-flexible-actions-view-model-wiz--scrollable:hover::-webkit-scrollbar-thumb{background:#ccc}.yt-subscribe-button-view-model-wiz{position:relative;display:-webkit-box;display:-webkit-flex;display:flex}.yt-subscribe-button-view-model-wiz__can-animate-width{-webkit-transition:width .5s ease;transition:width .5s ease}.yt-subscribe-button-view-model-wiz__invisible{position:absolute;visibility:hidden;pointer-events:none}.yt-subscribe-button-view-model-wiz__container{display:-webkit-box;display:-webkit-flex;display:flex}.yt-subscribe-button-view-model-wiz__animated-action-wrapper{max-width:100%}.yt-subscribe-button-view-model-wiz__static-width{width:100%}.yt-image-banner-view-model-wiz{width:100%;height:100%;position:absolute;left:0;top:0}.yt-image-banner-view-model-wiz--inset{border-radius:16px;overflow:hidden}.yt-image-banner-view-model-wiz--small-inset{border-radius:8px}.yt-image-banner-view-model-wiz--tappable{cursor:pointer}.yt-image-banner-view-model-wiz--overlays{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}ytm-browse{display:block}.error-message{text-align:center;font-size:1.6rem;padding:12px}ytm-playlist-header-renderer{display:block}.playlist-header{position:relative;background-color:#fff}.playlist-header-box{padding:12px}.playlist-header-actions{margin:0 -8px}.playlist-header-actions button{height:48px;width:48px}.playlist-channel-link{font-size:1.6rem}.offer{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:12px 0;margin:auto}.offer button{width:auto}.offer .button-renderer{width:100%}.playlist-header-stats{padding:12px;margin-right:76px;font-size:1.4rem}.playlist-header ytm-dropdown-renderer{padding:12px}.playlist-play-all-button{position:absolute;bottom:-28px;right:28px;width:56px;height:56px;color:#fff;background-color:#f00;border-radius:50%;box-shadow:0 2px 2px rgba(0,0,0,.5)}ytm-hero-playlist-thumbnail-renderer{position:relative;display:block;overflow:hidden}.amsterdam-playlist-thumbnail{--header-padding:32px;--thumbnail-width-16-9:calc(100vw - var(--header-padding));--horizontal-max-width:100%;border-radius:12px;margin-bottom:16px;object-fit:cover;object-position:center center;-webkit-align-self:center;align-self:center;height:calc(var(--thumbnail-width-16-9)*.5625);max-height:320px}@media(max-width:930px) and (orientation:landscape){.amsterdam-playlist-thumbnail{--thumbnail-width-16-9:400px;max-height:200px;max-width:var(--horizontal-max-width)}}@media(min-width:931px) and (orientation:landscape){.amsterdam-playlist-thumbnail{--thumbnail-width-16-9:400px;max-height:200px;max-width:var(--horizontal-max-width)}}@media(max-height:550px) and (orientation:portrait){.amsterdam-playlist-thumbnail{height:calc(var(--thumbnail-width-16-9)*.5625*.8)}}@media(max-height:480px) and (orientation:portrait){.amsterdam-playlist-thumbnail{display:none}}.playlist-immersive-header-container{--above-the-fold-buffer-px:60px;margin-top:-48px;padding:16px;box-sizing:border-box;padding-top:48px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;position:relative}.playlist-immersive-header-container.no-playlist-background .amsterdam-playlist-title,.playlist-immersive-header-container.no-playlist-background .amsterdam-playlist-owner-text,.playlist-immersive-header-container.no-playlist-background .amsterdam-playlist-description{color:#0f0f0f}.playlist-immersive-header-container.no-playlist-background .amsterdam-playlist-stats-text{color:#606060}.playlist-immersive-header-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;flex:1;margin:0 auto;z-index:1;min-width:0}.immsersive-header-background-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.playlist-blurred-img{width:200%;opacity:.7;-webkit-filter:blur(30px);filter:blur(30px);-webkit-transform:translateX(-25%);transform:translateX(-25%)}.immsersive-header-gradient{position:absolute;top:0;left:0;right:0;bottom:0}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait),(min-width:300px) and (max-width:330px){.playlist-immersive-header-container{max-height:none}}.amsterdam-playlist-description{margin-bottom:16px;color:#fff}.amsterdam-playlist-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;margin-bottom:16px}.amsterdam-playlist-details-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;overflow:hidden;min-width:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.amsterdam-playlist-owner-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-width:0;color:#fff;margin-bottom:4px}.amsterdam-playlist-stats-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-width:0;color:rgba(255,255,255,0.7)}.amsterdam-playlist-stat{padding-right:8px}.amsterdam-playlist-privacy-icon{height:16px;width:16px;vertical-align:text-bottom;padding-right:4px}.amsterdam-action-buttons-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:8px}.amsterdam-single-button-container{margin-left:8px}.playlist-landing-page-no-background{border-radius:50%;background-color:rgba(0,0,0,0.05)}.amsterdam-playlist-play-menu{display:-webkit-box;display:-webkit-flex;display:flex;width:100%}.spaced-row{display:-webkit-box;display:-webkit-flex;display:flex}.spaced-row>.amsterdam-play-menu-button{margin:0 4px}.spaced-row>.amsterdam-play-menu-button:first-child{margin-left:0}.spaced-row>.amsterdam-play-menu-button:last-child{margin-right:0}.amsterdam-play-menu-button{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden}.amsterdam-playlist-thumbnail-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}@media(orientation:landscape){.amsterdam-playlist-thumbnail-wrapper{display:block;height:200px}.amsterdam-playlist-thumbnail-wrapper.vertical{width:112.5px;max-width:50%}.amsterdam-playlist-thumbnail-wrapper.horizontal{width:355.5555555556px;max-width:50%}.amsterdam-playlist-thumbnail-wrapper.square{width:200px;max-width:50%}.amsterdam-playlist-thumbnail-wrapper.empty{display:none}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.amsterdam-playlist-thumbnail-wrapper{display:none}}@media(min-width:300px) and (max-width:330px){.amsterdam-playlist-thumbnail-wrapper{display:none}}.amsterdam-playlist-title{font-family:"YouTube Sans","Roboto","Arial",sans-serif;color:#fff;width:100%;font-weight:700}.amsterdam-playlist-title-wrapper{overflow:hidden;margin-bottom:16px}.amsterdam-playlist-title.large{font-size:28px;line-height:32px}.amsterdam-playlist-title.medium{font-size:24px;line-height:28px}.amsterdam-playlist-title.small{font-size:20px;line-height:24px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.amsterdam-playlist-title-wrapper.large{max-height:32px}.amsterdam-playlist-title-wrapper.medium{max-height:56px}.amsterdam-playlist-title-wrapper.small{max-height:48px}.amsterdam-playlist-header-metadata-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-width:0}.playlist-dropdown-wrapper{margin-left:4px;margin-bottom:-12px}.playlist-dropdown-wrapper ytm-select{background:transparent;border:0}.playlist-dropdown-wrapper .select{font-weight:500}@media(max-width:930px) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.playlist-immersive-header-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;max-width:720px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.amsterdam-playlist-header-metadata-wrapper{margin-left:24px;margin-bottom:16px;-webkit-box-flex:1;-webkit-flex:1;flex:1}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait),(min-width:300px) and (max-width:330px){.amsterdam-playlist-header-metadata-wrapper{margin-left:0}}@media(max-height:700px),(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait),(max-width:930px) and (orientation:landscape),(min-width:300px) and (max-width:330px){.optimize-height .amsterdam-playlist-thumbnail-wrapper{display:none}.optimize-height .amsterdam-playlist-header-metadata-wrapper{margin-left:0;margin-bottom:0}}ytm-carousel-header-renderer{display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;background:rgba(0,0,0,0.05);height:80px;padding:12px 16px;width:100%}ytm-topic-channel-details-renderer{display:-webkit-box;display:-webkit-flex;display:flex}.ytm-carousel-header-avatar{border-radius:100%;height:56px;width:56px}.ytm-carousel-header-details{padding-top:4px;margin-left:16px}ytm-carousel-header-renderer .button-renderer[data-icon-only=false] .button-renderer-icon{margin-left:0}.ytm-carousel-header-details-subscribe-button .modern-subscribe-button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-carousel-header-renderer .ytm-carousel-header-avatar,ytm-topic-channel-details-renderer .ytm-carousel-header-avatar{-webkit-box-flex:0;-webkit-flex:none;flex:none}ytm-carousel-header-renderer .ytm-carousel-header-details,ytm-topic-channel-details-renderer .ytm-carousel-header-details{padding-top:0}ytm-carousel-header-renderer ytm-subscribe-button-renderer>.cbox,ytm-topic-channel-details-renderer ytm-subscribe-button-renderer>.cbox{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-carousel-header-renderer ytm-subscribe-button-renderer .subscribe-button-count,ytm-topic-channel-details-renderer ytm-subscribe-button-renderer .subscribe-button-count{margin:0}ytm-carousel-header-renderer .ytm-carousel-header-details-subscribe-button .modern-subscribe-button .subscribe-button-count,ytm-topic-channel-details-renderer .ytm-carousel-header-details-subscribe-button .modern-subscribe-button .subscribe-button-count{margin-left:8px}}ytm-channel-metadata-renderer{display:none}ytm-hashtag-header-renderer{position:relative;box-sizing:border-box;width:100%;padding:16px;padding-bottom:12px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.ytm-hashtag-header-title{margin-bottom:4px;font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:500}.entity-framework-cosmetic-refresh .ytm-hashtag-header-title{margin-bottom:4px;white-space:nowrap;font-family:"Roboto","Arial",sans-serif;font-size:3.6rem;line-height:5rem;font-weight:700;overflow:hidden;display:block;max-height:5rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){.entity-framework-cosmetic-refresh .ytm-hashtag-header-title{font-family:"Roboto","Arial",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:700;overflow:hidden;display:block;max-height:4.4rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.ytm-hashtag-header-info{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.ytm-hashtag-header-info .secondary-text{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}ytm-interactive-tabbed-header-renderer{display:block}.interactive-tabbed-header-banner{background-size:cover;background-position:center;height:25vw;position:relative;width:100%}.interactive-tabbed-header-banner-overlay{fill:#fff;position:absolute;width:100%;height:100%}.interactive-tabbed-header-description{display:-webkit-box;display:-webkit-flex;display:flex;margin-top:16px}.interactive-tabbed-header-boxart{-webkit-flex-shrink:0;flex-shrink:0;background-size:cover;background-position:center;border-radius:8px;height:112px;margin:0 16px;width:80px}.interactive-tabbed-header-summary{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;position:relative;width:100%}.interactive-tabbed-header-title{font-size:2rem;line-height:2.4rem}.interactive-tabbed-header-autogenerated{font-size:1.2rem;line-height:1.6rem}.interactive-tabbed-header-badges{height:18px;margin:4px 0;overflow:hidden}.interactive-tabbed-header-badges::-webkit-scrollbar{background:transparent;height:0;width:0}.interactive-tabbed-header-buttons{left:-8px;position:relative}ytm-scrollable-tab-header{display:block}.scrollable-tab-header-container{display:-webkit-box;display:-webkit-flex;display:flex;box-shadow:0 2px 2px rgba(0,0,0,0.1);font-size:1.4rem;overflow:scroll;text-align:center;text-transform:uppercase;white-space:nowrap}.scrollable-tab-header-container::-webkit-scrollbar{background:transparent;height:0;width:0}.scrollable-tab{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;padding:12px 16px}.scrollable-tab[aria-selected=true]{border-bottom:2px solid #0f0f0f}.yt-tab-group-shape-wiz{display:block;height:48px;position:relative;width:-webkit-max-content;width:max-content}.yt-tab-group-shape-wiz__tabs{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;white-space:nowrap}.yt-tab-group-shape-wiz__slider{background-color:#0f0f0f;border-radius:1px;bottom:1px;height:2px;margin-top:-2px;position:absolute;-webkit-transition:.2s;transition:.2s;width:50px}.yt-tab-group-shape-wiz--overflow-hidden{overflow:hidden}.yt-tab-group-shape-wiz:focus .yt-tab-group-shape-wiz__tabs{outline:0}.yt-tab-shape-wiz{-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;height:48px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-right:24px;min-width:48px;padding:0;position:relative}@media(max-width:299px){.yt-tab-shape-wiz{margin-right:12px}}.yt-tab-shape-wiz--host-disabled{pointer-events:none}.yt-tab-shape-wiz__tab{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:500}.yt-tab-shape-wiz__tab--tab-selected{color:#0f0f0f}.yt-tab-shape-wiz__tab--last-tab{margin-right:0}.yt-tab-shape-wiz__tab-bar{bottom:1px;left:0;position:absolute;right:0;z-index:1}.yt-tab-shape-wiz__tab-bar--tab-bar-selected{height:0}.yt-tab-shape-wiz:hover .yt-tab-shape-wiz__tab-bar{background-color:#909090;border-radius:1px;height:2px}.yt-tab-shape-wiz:hover .yt-tab-shape-wiz__tab-bar--tab-bar-selected{height:0}.yt-tab-shape-wiz:focus{outline:0}.yt-tab-shape-wiz:focus .yt-tab-shape-wiz__tab{color:#0f0f0f}ytm-single-column-browse-results-renderer{display:block}.single-column-browse-results-tab-bar{box-shadow:0 4px 2px -2px rgba(0,0,0,.2);color:#606060;height:48px}.single-column-browse-results-tabs{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;height:100%;overflow-x:auto;text-transform:uppercase}.single-column-browse-results-tab-bar:not([is-page-header=true]){background-color:#fff}.single-column-browse-results-tab{padding:8px;text-align:center;-webkit-align-self:stretch;align-self:stretch;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.single-column-browse-results-tab[aria-selected=true]{color:#0f0f0f;border-bottom:2px solid #606060}.single-column-browse-results-tab-bar[is-channel=true]{font-size:1.4rem;font-weight:400;color:#0f0f0f}.single-column-browse-results-tab-bar[is-channel=true]:not([is-page-header=true]){background-color:#fff}.single-column-browse-results-tab-bar[is-channel=true] .single-column-browse-results-tab[aria-selected=true]{color:#0f0f0f}.single-column-browse-results-tab[is-placeholder=true]{border-bottom:0}ytm-single-column-browse-results-renderer.modern-tabs .single-column-browse-results-tab-bar{border-bottom:1px solid rgba(0,0,0,0.1);box-shadow:none;color:#606060;height:48px;padding:0}ytm-single-column-browse-results-renderer.modern-tabs .single-column-browse-results-tabs{-ms-overflow-style:none;scrollbar-width:none;text-transform:none;padding:0 14px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-single-column-browse-results-renderer.modern-tabs .single-column-browse-results-tabs{padding:0 8px}}ytm-single-column-browse-results-renderer.modern-tabs .single-column-browse-results-tabs::-webkit-scrollbar{display:none}ytm-single-column-browse-results-renderer.modern-tabs .single-column-browse-results-tab-bar ytm-menu{margin:0 24px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-single-column-browse-results-renderer.modern-tabs .single-column-browse-results-tab-bar ytm-menu{margin:0 4px}}ytm-sign-in-promo-with-background-renderer{background:rgba(0,0,0,0.1)}.sign-in-header{width:100%;box-sizing:border-box;padding:8px;background:#f1f1f1}.sign-in-icon{width:36px;height:36px}.sign-in-header-text{margin-left:8px;font-size:1.4rem;color:#0f0f0f}.sign-in-link{margin:8px 0}.sign-in-button{font-size:1.4rem;background-color:#065fd4;color:#fff;text-transform:none}ytm-sign-in-promo-with-background-renderer ytm-promo{box-sizing:border-box;padding-bottom:16px;min-height:100%;min-height:calc(100vh - 96px)}ytm-experiments{display:block}.ytm-experiments-search{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:8px 8px 0 8px}.ytm-experiments-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:14px;padding:0 8px}.ytm-experiments-buttons c3-material-button{min-width:auto}.ytm-experiments-search input{width:100%}ytm-experiments-list-renderer{display:block;padding:5px;line-height:2.8rem}ytm-experiments-group-renderer,ytm-experiments-study-renderer{display:block;padding:0 1px 5px 0}.experiment-group-title{font-size:1.4rem}.experiment-group-title,ytm-experiments-study-item-renderer{padding:5px}ytm-experiments-study-item-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}ytm-experiments-study-item-renderer[data-joined=true]{color:#0f0f0f;background-color:#107516}ytm-experiments-study-item-renderer.ineligible:nth-child(odd){background:-webkit-repeating-linear-gradient(45deg,transparent,transparent 24px,#fad 24px,#fad 48px);background:repeating-linear-gradient(45deg,transparent,transparent 24px,#fad 24px,#fad 48px)}ytm-experiments-study-item-renderer.ineligible:nth-child(even){background:-webkit-repeating-linear-gradient(315deg,transparent,transparent 24px,#fad 24px,#fad 48px);background:repeating-linear-gradient(135deg,transparent,transparent 24px,#fad 24px,#fad 48px)}.experiments-study-item-description{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}ytm-experiments-study-item-renderer c3-material-button{margin-right:0}.setting-title-subtitle-block{display:block;padding:12px;color:#606060}.setting-title-subtitle-block h3{font-size:1.4rem;color:#0f0f0f;margin:0;line-height:1.8;max-height:3.6em;-webkit-line-clamp:2}.setting-title-subtitle-block.disabled,.setting-title-subtitle-block.disabled h3{color:#909090}.setting-title-subtitle-block a{color:#065fd4}[tab-identifier=SPminor_moment] .setting-title-subtitle-block{font-size:1.4rem}[tab-identifier=SPminor_moment] .setting-title-subtitle-block h3{font-size:1.6rem;line-height:1.25}ytm-setting-boolean-renderer{display:block}ytm-setting-boolean-renderer label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-setting-boolean-renderer .setting-title-subtitle-block{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}ytm-setting-boolean-renderer c3-material-toggle-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48px;min-width:48px;margin-right:4px}ytm-settings{display:block;border-bottom:4px solid rgba(0,0,0,0.1)}ytm-connected-accounts-setting-category-entry-renderer{display:block}.setting-generic-category-title{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:48px}.setting-generic-category-title.expanded{border-bottom:1px solid rgba(0,0,0,0.1)}.setting-generic-category-title-block{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin:12px;color:#606060}.setting-generic-category-title-block h2{font-size:1.4rem;color:#0f0f0f;font-weight:500;margin:0;line-height:1.8}.setting-generic-category c3-icon,ytm-setting-generic-category c3-icon{padding:12px;color:#909090}.setting-generic-category,ytm-setting-generic-category{display:block;border-top:4px solid rgba(0,0,0,0.1)}ytm-eom-settings-disclaimer-renderer{margin:28px 16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#def1ff}.disclaimer{padding:16px 16px 16px 0;color:#0f0f0f}.eom-info-icon{padding:12px;color:#0f0f0f}.disclaimer a{color:#065fd4}ytm-setting-action-renderer{display:block}ytm-setting-action-renderer label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-setting-action-renderer .setting-title-subtitle-block{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}ytm-setting-action-renderer .action-label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48px;min-width:48px;margin-right:4px;color:#065fd4;text-transform:uppercase;font-weight:bold}ytm-setting-category-collection-renderer{display:block}ytm-setting-category-section-renderer{display:block}ytm-setting-notification-item-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.setting-notification-item-renderer-description{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;color:#606060;padding:4px 12px}.setting-notification-item-renderer-success{color:#606060}ytm-setting-notification-item-renderer>button{color:#065fd4;padding:8px 16px;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-basis:auto;flex-basis:auto}ytm-setting-notification-list-renderer{display:block}.setting-notification-list-renderer-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.setting-notification-list-renderer-header>h3{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin:0;padding:8px 0 8px 12px}.setting-notification-list-renderer-header>button{color:#065fd4;padding:12px 16px}ytm-setting-read-only-item-renderer{display:block;min-height:48px}ytm-setting-single-option-menu-renderer{display:block}ytm-setting-menu-item-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 12px;font-size:1.6rem;height:48px;line-height:48px}ytm-setting-menu-item-renderer svg{vertical-align:top;color:#606060}.setting-menu-item-renderer-description{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.setting-single-option-menu-items{padding-top:48px}.setting-single-option-menu-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-shadow:0 4px 2px -2px rgba(0,0,0,.2);font-size:1.6rem;background-color:#fff;width:100%;position:fixed}.setting-single-option-menu-header .icon-button{color:#606060;padding:12px;width:48px;height:48px}.setting-single-option-menu-header c3-icon{display:block}ytm-subscription-products-setting-category-entry-renderer{display:block}.ytm-info-panel-content-wrapper{padding:12px 16px 16px 16px}ytm-info-panel-content-renderer[ytm-info-panel-content-has-menu=true] .ytm-info-panel-content-wrapper{padding-bottom:12px}ytm-info-panel-content-renderer .ytm-info-panel-content-wrapper[data-has-icon=true]{padding:14px 12px 14px 12px}.ytm-info-panel-content-body{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}ytm-info-panel-content-renderer[ytm-info-panel-content-has-menu=true]{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}ytm-info-panel-content-renderer.watch-info-panel{margin:12px;border-radius:12px}.ytm-info-panel-content-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.ytm-info-panel-content-title-container{-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;color:#065fd4;margin-bottom:4px;max-height:2.5em;-webkit-line-clamp:2}.ytm-info-panel-content-link-icon{padding-left:1px;width:14px;height:14px;vertical-align:text-top}.ytm-info-panel-content-metadata{margin-bottom:4px}.ytm-info-panel-content-publish-time{display:inline;color:#606060;padding-left:3px}ytm-info-panel-content-renderer[ytm-info-panel-content-truncate-paragraphs=true] .ytm-info-panel-content-paragraph{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3}.ytm-info-panel-content-inline-source{display:inline-block;color:#065fd4;padding-left:2px}.ytm-info-panel-content-inline-source-text{display:inline-block}ytm-info-panel-content-renderer[data-background=INFO_PANEL_CONTENT_BACKGROUND_OVERLAY_BLACK] .ytm-info-panel-content-inline-source{color:#fff;font-weight:500}ytm-info-panel-content-renderer[data-background=INFO_PANEL_CONTENT_BACKGROUND_BLUE]{background-color:#def1ff}ytm-info-panel-content-renderer.cinematic-background{background:rgba(0,0,0,0.1)}.ytm-info-panel-content-thumbnail{-webkit-flex-shrink:0;flex-shrink:0;height:64px;width:64px;margin-left:8px}.ytm-info-panel-content-endpoint{width:100%}.ytm-info-panel-content-header-right-items{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.ytm-info-panel-content-header-icon{margin-left:4px;margin-right:4px;width:16px;height:16px}ytm-info-panel-container-renderer.item{margin-top:0}ytm-info-panel-container-renderer{background-color:#def1ff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-info-panel-container-renderer[background=INFO_PANEL_CONTAINER_BACKGROUND_SYSTEM]:first-child{border-top:0}ytm-info-panel-container-renderer[background=INFO_PANEL_CONTAINER_BACKGROUND_SYSTEM]{background-color:#fff;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1)}ytm-info-panel-container-renderer[background=INFO_PANEL_CONTAINER_BACKGROUND_GRAY]{background-color:#fff}ytm-info-panel-container-renderer[background=INFO_PANEL_CONTAINER_BACKGROUND_OVERLAY_BLACK]{background-color:rgba(0,0,0,0.6)}.ytm-info-panel-container-header{height:36px;border-bottom:1px solid rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ytm-info-panel-container-header-left-items{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ytm-info-panel-container-header-icon{margin-left:16px;margin-right:8px}.marquee-scroll{font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400;display:block;overflow:hidden}.marquee-scroll__inner-container{position:relative}.marquee-scroll__inner-container-animation-enabled{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;gap:16px;-webkit-animation:scrolling-parent 16s linear infinite;animation:scrolling-parent 16s 3s linear infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes scrolling-parent{100%{-webkit-transform:translateX(var(--marquee-translate,0));transform:translateX(var(--marquee-translate,0))}}@keyframes scrolling-parent{100%{-webkit-transform:translateX(var(--marquee-translate,0));transform:translateX(var(--marquee-translate,0))}}.marquee-scroll__primary-string{display:inline-block}.marquee-scroll__duplicate-string-visible{display:block}.marquee-scroll__duplicate-string-hidden{display:none}.reel-sound-metadata-view-model{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer}.reel-sound-metadata-view-model__icon{width:24px;height:24px;margin-right:4px;color:#fff}.reel-sound-metadata-view-model__marquee-container{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;flex:1}.interstitial-view-model-wiz{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:start;align-items:flex-start;padding:16px}@media(max-width:528px){.interstitial-view-model-wiz{overflow-y:scroll}}.interstitial-view-model-wiz__flex-item{width:100%;margin:8px 0}.interstitial-view-model-wiz__interstitial-icon{text-align:center}@media(max-width:528px){.interstitial-view-model-wiz__icon-image{width:25%;object-fit:contain}}.interstitial-view-model-wiz__interstitial-title{color:#fff;font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}@media(max-width:528px){.interstitial-view-model-wiz__interstitial-title{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}}.interstitial-view-model-wiz__interstitial-description{color:#fff;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.player-interstitial-renderer-wiz{display:block;height:100%;background:#606060}.player-interstitial-renderer-wiz__scrim{width:100%;height:100%;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-justify-content:flex-end;-webkit-box-pack:end;justify-content:flex-end;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),color-stop(75%,rgba(0,0,0,.6)),to(rgba(0,0,0,.6)));background:-webkit-linear-gradient(top,rgba(0,0,0,.4) 0,rgba(0,0,0,.6) 75%,rgba(0,0,0,.6) 100%);background:linear-gradient(to bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,.6) 75%,rgba(0,0,0,.6) 100%)}.PlayerControlsProgressBarHost{width:100%;overflow:visible;cursor:pointer;position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.PlayerControlsProgressBarHostProgressBarLine{position:absolute;height:3px;width:100%;padding:20px 0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.PlayerControlsProgressBarHostProgressBarLineIsHoverableMode{padding:12px 0}.PlayerControlsProgressBarHostProgressBarBackground{position:absolute;height:3px;background-color:#fff;opacity:.3;width:100%}.PlayerControlsProgressBarHostProgressBarLoaded{position:absolute;height:3px;background-color:#fff;opacity:.6}.PlayerControlsProgressBarHostProgressBarPlayed{position:absolute;height:3px;background-color:#f00}.PlayerControlsProgressBarHostProgressBarHovered{position:absolute;height:3px;background-color:#fff;opacity:.7}.PlayerControlsProgressBarHostProgressBarPlayheadDot{display:block;width:2px;height:2px;border-radius:50%;background-color:#f00;-webkit-transition-property:width,height;transition-property:width,height;-webkit-transition-duration:.25s;transition-duration:.25s}.PlayerControlsProgressBarHostProgressBarPlayheadDotIsScrubbableMode{width:20px;height:20px;-webkit-transition-duration:.5s;transition-duration:.5s}.PlayerControlsProgressBarHostProgressBarPlayheadDotIsHovering{width:16px;height:16px;-webkit-transition-duration:.5s;transition-duration:.5s}.PlayerControlsProgressBarHostProgressBarPlayheadWrapper{z-index:0}.PlayerControlsProgressBarHostProgressBarPlayheadWrapperIsHoverableMode{position:absolute}.ReelWatchBreakViewModelHost{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ReelWatchBreakViewModelHostTitle{color:#fff;margin-bottom:16px;font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:900;overflow:hidden;display:block;max-height:3.2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.ReelWatchBreakViewModelHostBody{color:#fff;margin-bottom:16px;max-width:279px;text-align:center;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.ReelWatchBreakViewModelHostContinueWatchingButton{margin-bottom:8px;min-width:199px}.ReelWatchBreakViewModelHostGoHomeButton{min-width:199px}.ytStorybookReelMultiFromatLinkViewModelEndpoint{position:relative;margin-top:0;display:inline-block;cursor:pointer;text-decoration:none;color:var(--yt-endpoint-color,#fff)}.ytStorybookReelMultiFromatLinkViewModelLink{margin-right:48px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:-webkit-box;display:-webkit-flex;display:flex}.ytStorybookReelMultiFromatLinkViewModelIcon{width:18px;height:18px;margin-right:6px}.YtdShortsSuggestedActionHost{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;padding-top:4px;padding-bottom:16px}.YtdShortsSuggestedActionHostSuggestedActionButton{max-width:250px}.YtdShortsSuggestedActionHostEnableShortsOverlayUpdate{height:36px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 0 0;flex:1 0 0;padding-top:2px;padding-bottom:6px}shorts-carousel{display:block;height:100%;background-color:#000;padding:0;padding:0 env(safe-area-inset-right) 0 env(safe-area-inset-left)}shorts-carousel .carousel-wrapper{position:relative;overflow:hidden;width:100%}shorts-carousel .carousel-items{will-change:transform;position:absolute;width:100%}shorts-carousel .carousel-items.sliding{-webkit-transition:top .5s ease 0s,-webkit-transform .5s ease 0s;transition:top .5s ease 0s,-webkit-transform .5s ease 0s;transition:transform .5s ease 0s,top .5s ease 0s;transition:transform .5s ease 0s,top .5s ease 0s,-webkit-transform .5s ease 0s;-webkit-transition-timing-function:cubic-bezier(.05,0,0,1);transition-timing-function:cubic-bezier(.05,0,0,1)}.player-container shorts-carousel .hide-player #player{left:-9999px}player-component,player-component>div{display:block;width:100%;height:100%}.player-container player-component .background-style-transparent #player,.player-container player-component .background-style-transparent #player .html5-video-player,.player-container player-component .background-style-transparent #player .html5-video-container,.player-container player-component .background-style-transparent #player video{background:transparent!important}player-component .background-style-black{background-color:black}player-component .background-style-hidden{display:none}shorts-carousel-kaios{display:block;height:100%;padding:0;padding:0 env(safe-area-inset-right) 0 env(safe-area-inset-left)}shorts-non-video-content{display:block;height:100%;width:100%}.non-video-content-wrapper{height:100%;width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#000}shorts-non-video-content.is-interstitial-view-model .non-video-content-wrapper{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;background-color:#606060;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),color-stop(75%,rgba(0,0,0,.6)),to(rgba(0,0,0,.6)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.4) 0,rgba(0,0,0,.6) 75%,rgba(0,0,0,.6) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,.6) 75%,rgba(0,0,0,.6) 100%)}.shorts-skip-button{position:absolute;top:50%;left:50%}body.shorts-carousel{overflow:hidden}shorts-page{display:block;height:100%}shorts-video{position:relative;display:block;height:100%;width:100%;color:#fff}shorts-video .video-wrapper{position:relative;height:100%;width:100%}shorts-video .layer{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;height:100%;width:100%}.player-container shorts-video .ytp-large-play-button{display:none}shorts-video .layer.touch-feedback{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}shorts-video .layer.touch-feedback .playIcon{width:80px;height:80px}shorts-video .layer.touch-feedback c3-icon.playIcon svg #circle{fill:rgba(0,0,0,0.6)}shorts-video .play-animation,.pause-animation{width:96px;height:96px}shorts-video .like-animation{width:240px;height:240px}shorts-video *{touch-action:manipulation}shorts-video .layer.touch-controls{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;background:-webkit-linear-gradient(bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 160px),-webkit-linear-gradient(top,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 96px);background:linear-gradient(to top,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 160px),linear-gradient(to bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 96px)}shorts-video .layer.touch-controls .shorts-header{width:100%;position:absolute;top:0}shorts-video .layer.touch-controls ytm-reel-player-overlay-renderer{height:-webkit-fit-content;height:fit-content;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-pack:end;-webkit-justify-content:end;justify-content:end}shorts-video ytm-reel-player-overlay-renderer button:not([aria-pressed=true]) c3-icon{-webkit-filter:drop-shadow(0 1px 6px rgba(0,0,0,.4));filter:drop-shadow(0 1px 6px rgba(0,0,0,.4))}shorts-video ytm-reel-player-overlay-renderer .button-renderer-text{text-shadow:0 1px 6px rgba(0,0,0,.4)}.player-container shorts-video .layer.video-playback #player{position:absolute}shorts-video .layer.player-error ytm-playability-status{width:100%}shorts-video .layer.player-error ytm-playability-status c3-material-button{display:none}shorts-video .shorts-player-controls-pb{position:absolute;right:0;left:0;bottom:0;height:3px;direction:ltr;-webkit-transition-property:right,left,height,padding,visibility;transition-property:right,left,height,padding,visibility;-webkit-transition-duration:.25s;transition-duration:.25s}shorts-video .shorts-player-controls-pb.is-scrubbable-mode{position:absolute;right:16px;left:16px;height:16px;padding:16px 0;-webkit-transition-duration:.5s;transition-duration:.5s}shorts-video .shorts-player-controls-pb.hide-progress-bar{visibility:hidden}shorts-video .layer.touch-controls.scrubber-animated-overlay ytm-reel-player-overlay-renderer{-webkit-transition:margin-bottom .25s;transition:margin-bottom .25s;margin-bottom:0}shorts-video .layer.touch-controls.is-scrubbable-mode ytm-reel-player-overlay-renderer{-webkit-transition:margin-bottom .5s;transition:margin-bottom .5s;margin-bottom:32px}shorts-video .layer.touch-controls.fade-out-overlay{-webkit-transition:background .5s;transition:background .5s;background:rgba(0,0,0,.5)}shorts-video .layer.touch-controls.fade-out-overlay ytm-reel-player-overlay-renderer,shorts-video .layer.touch-controls.fade-out-overlay .shorts-header{-webkit-transition:opacity .5s;transition:opacity .5s;opacity:0}shorts-video .layer.touch-controls.fade-in-overlay{-webkit-transition:background .25s;transition:background .25s}shorts-video .layer.touch-controls.fade-in-overlay ytm-reel-player-overlay-renderer,shorts-video .layer.touch-controls.fade-in-overlay .shorts-header{-webkit-transition:opacity .25s;transition:opacity .25s}shorts-video .player-storyboard-metadata{font-family:"Roboto";font-style:normal;font-weight:700;font-size:2.4rem;line-height:1.25;padding-top:8px}shorts-video .storyboard-container{margin-bottom:48px}shorts-video .progress-bar-played{position:relative}ytm-playability-status .playability-status-message{width:100%;text-align:center;font-size:1.4rem;margin-bottom:8px}.ytm-forced-mute-message .cbox{background-color:rgba(0,0,0,0.3);border:1px solid #fff;border-radius:3px;width:24px;height:24px;padding:6px}.ytm-forced-mute-message .cbox c3-icon{width:24px;height:24px}.ytm-pivot-button button div.cbox,.ytm-pivot-button button div.cbox img{border-radius:3px;width:36px;height:36px}.ytm-pivot-button button div.cbox{border:1px solid #fff}.ytm-pivot-button.animated div.cbox{position:relative}.ytm-pivot-button.animated .waveform-lottie-component{position:absolute;width:12px;height:12px;padding:4px;bottom:-6px;right:-6px;background-color:#212121;border-radius:50%}.ytm-pivot-button-with-icon .cbox{background-color:rgba(0,0,0,0.3);border:1px solid #fff;border-radius:3px;width:24px;height:24px;padding:6px}.ytm-pivot-button-with-icon .cbox c3-icon{width:24px;height:24px}.reel-multimix-title{max-height:1.25em;-webkit-line-clamp:1;word-break:break-word;margin-bottom:0}.reel-multimix-icon{width:18px;height:18px;margin-right:6px}ytm-reel-player-header-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.reel-player-header-suggested-action{pointer-events:auto}.reel-player-header-channel-endpoint{height:48px}.reel-player-header-thumbnail{width:24px;height:24px}.reel-player-header-subscribe-button{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto}.reel-player-header-subscribe-button c3-material-button{margin:0}.reel-player-header-channel-title{max-height:1.25em;-webkit-line-clamp:1;font-weight:500;margin:0 8px;margin-bottom:0;word-break:break-word}.reel-player-header-reel-title{max-height:3.75em;-webkit-line-clamp:3;font-size:1.5rem;word-break:break-word}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.reel-player-header-reel-title{max-height:2.5em;-webkit-line-clamp:2;font-size:1.5rem;word-break:break-word}}.reel-player-header-reel-title>a{font-weight:500}.reel-multimix-endpoint{padding-top:15px;padding-bottom:15px}yt-reel-multi-format-link-view-model{display:-webkit-box;display:-webkit-flex;display:flex;padding-top:15px;padding-bottom:10px}.enable-shorts-overlay-update .reel-player-header-channel-endpoint{height:40px;gap:6px}.enable-shorts-overlay-update .reel-multimix-endpoint,.enable-shorts-overlay-update yt-reel-multi-format-link-view-model{display:-webkit-box;display:-webkit-flex;display:flex;height:36px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;padding:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:6px;-webkit-box-flex:1;-webkit-flex:1 0 0;flex:1 0 0}.enable-shorts-overlay-update .reel-player-header-reel-title{margin-bottom:0;padding:6px 0;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;pointer-events:auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}ytm-reel-player-overlay-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;box-sizing:border-box;width:100%}.reel-player-overlay-main-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-pack:end;-webkit-justify-content:end;justify-content:end;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end;padding:0 0 16px 16px}.reel-player-overlay-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1 1 0;flex:1 1 0;-webkit-align-self:flex-end;align-self:flex-end;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;min-width:0}.reel-player-overlay-metadata ytm-metadata-badge-renderer{margin-bottom:12px}.enable-shorts-overlay-update ytm-metadata-badge-renderer{margin-bottom:0;height:24px;padding:3px 4px 3px 0}.reel-player-overlay-actions{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:0 8px}.reel-player-overlay-actions c3-material-button{margin:0!important;min-width:0;text-transform:none}.reel-player-overlay-actions c3-material-button .button-renderer-text{margin-top:7px;max-width:64px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.reel-player-overlay-actions ytm-button-renderer{max-width:64px}@media(max-width:930px) and (orientation:landscape){.reel-player-overlay-actions{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;max-height:calc(100vh - 48px)}.reel-player-overlay-actions c3-material-button button{padding-top:.3em;padding-bottom:.3em}}.reel-player-overlay-actions ytm-menu-renderer{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.reel-player-overlay-actions ytm-menu-renderer .icon-button{height:48px;width:48px}.reel-player-overlay-actions button>.cbox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-reel-player-overlay-renderer ytm-profile-icon{border:1px solid #fff}@media(max-height:411px) and (orientation:landscape){.reel-player-overlay-actions c3-material-button,.reel-player-overlay-actions ytm-forced-mute-message-renderer{min-height:40px}.reel-player-overlay-actions c3-material-button .button-renderer-text{display:none}.reel-player-overlay-actions .yt-core-attributed-string{display:none}.reel-player-overlay-actions ytm-menu-renderer .icon-button{height:32px}}ytm-sponsorships-loyalty-badges-renderer{display:block}ytm-sponsorships-loyalty-badge-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.description{color:#606060;padding:8px}.badge-container{display:inline-block}.badge-line{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.badge-selected{border:1px solid rgba(0,0,0,0.1);border-radius:4px}.badge-not-selected{opacity:.8}.badge-icon{padding:8px;height:18px;width:18px;vertical-align:middle;margin-left:auto;margin-right:0}.badge-title-container{padding:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-sponsorships-list-tile-renderer{display:block;font-size:1.4rem;background-color:#f1f1f1;padding-bottom:12px}ytm-sponsorships-list-tile-renderer.item{margin-top:0}.tile{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16px;width:100%}.sponsorships-list-tile-icon{width:24px;min-width:24px;height:24px;margin:0 24px auto 0}.sponsorships-list-tile-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.sponsorships-list-tile-title,.sponsorships-list-tile-subtitle{font-weight:500;color:#606060;text-align:left}.sponsorships-list-tile-expand-icon{color:#909090;width:20px;height:20px;margin-right:0;margin-left:auto;padding:4px}.container{margin-left:40px}ytm-sponsorships-alert-renderer{display:block;background-color:#0f0f0f;color:#fff;font-size:1.4rem;line-height:2.1rem}ytm-sponsorships-alert-renderer.item{margin:-12px -12px 0;padding:10px 28px}ytm-sponsorships-alert-renderer.item.item{margin-top:-12px}.sponsorships-alert-bar-action-button{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding-top:10px}ytm-sponsorships-celebration-renderer{display:block;padding-bottom:44px}ytm-sponsorships-header-renderer{display:block}.sponsorships-celebration-renderer-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;background-position:55% 0;background-repeat:no-repeat;width:100%}.header-background{background-size:cover}.sponsorships-celebration-renderer-header-image-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.sponsorships-celebration-renderer-header-image{height:132px;width:132px;padding:50px;border-radius:50%}.sponsorships-celebration-renderer-header-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;color:#0f0f0f;padding-bottom:40px;text-align:center}.sponsorships-celebration-renderer-header-title{font-size:4.4rem;font-weight:600}.sponsorships-celebration-renderer-header-subtitle{font-size:1.6rem}.content{padding:4px 4px}.content ytm-sponsorships-list-tile-renderer{background-color:transparent}.button-bar{border-top:1px solid rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;position:fixed;bottom:0;width:100%;background:#fff}.button-bar c3-material-button.compact{margin:8px;font-weight:500}ytm-sponsorships-perk-renderer{display:block;color:#606060;font-size:1.4rem;margin-top:20px}.sponsorships-perk-renderer-title{color:#0f0f0f;margin:4px 0}.sponsorships-perk-renderer-fulfillment-instructions{margin-top:10px;white-space:pre-wrap}.sponsorships-perk-renderer-image-line{vertical-align:top;margin-bottom:10px}.sponsorships-perk-renderer-image-line-text{vertical-align:middle;padding-right:5px}.sponsorships-perk-renderer-images{vertical-align:middle;width:28px;height:28px;padding-right:5px}ytm-sponsorships-perks-renderer{display:block}ytm-sponsorships-perks-renderer>ytm-sponsorships-perk-renderer{margin-top:10px;margin-left:15px}ytm-sponsorships-perks-renderer>ytm-sponsorships-perk-renderer.sponsorships-perk-list-item{display:list-item}.sponsorships-perks-renderer-title{font-size:1.4rem;font-weight:500}ytm-sponsorships-expandable-message-renderer{display:block}.style-single-perk,.style-single-perk-first{border-bottom:1px solid rgba(0,0,0,0.1)}.style-single-perk-first{border-top:1px solid rgba(0,0,0,0.1)}.message-container{display:-webkit-box;display:-webkit-flex;display:flex;padding:16px;width:100%}.style-single-perk>.message-container,.style-single-perk-first>.message-container{background-color:transparent;padding:16px}.content-container{padding:8px 16px}.style-single-perk>.content-container,.style-single-perk-first>.content-container{background-color:transparent;padding:16px 16px 40px 68px}.expandable-message-renderer-text{color:#606060;font-size:1.4rem;padding:4px 0;text-align:left}.expandable-message-renderer-expand-icon{color:#909090;width:20px;height:20px;margin-right:0;margin-left:auto;padding:4px}.expandable-message-renderer-check-icon{color:#909090;width:26px;height:26px;margin-right:12px}ytm-sponsorships-header-renderer{margin-bottom:12px}ytm-sponsorships-header-renderer.item{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin-top:0;width:100%}.sponsorships-header{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;background-position:top right;background-repeat:no-repeat;width:100%;min-height:168px}.sponsorships-header-background{background-size:cover}.sponsorships-header-text{color:#0f0f0f;padding:16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.sponsorships-header-supertitle{font-size:1.6rem;font-weight:500;padding:4px 0}.sponsorships-header-title{font-size:2.4rem;font-weight:600;padding:4px 0}.sponsorships-header-subtitle{font-size:1.6rem;font-weight:400;padding:4px 0}.sponsorships-image-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-height:100px;min-width:100px;padding:40px 20px 20px;margin-right:36px;margin-left:auto}.sponsorships-image{display:block;height:80px;width:80px;border-radius:50%;overflow:hidden}ytm-sponsorships-heading-renderer.item.item{display:-webkit-box;display:-webkit-flex;display:flex}.sponsorships-heading-renderer{display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:12px}.sponsorships-heading-renderer-dark-background{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;background-color:#f1f1f1}.sponsorships-heading-renderer-text{font-size:1.4rem;margin-left:16px}.sponsorships-heading-renderer-title{margin-top:6px;padding:10px 0;color:#606060;font-weight:500}.sponsorships-heading-renderer-subtitle-line{margin-top:6px;display:-webkit-box;display:-webkit-flex;display:flex}.sponsorships-heading-renderer-subtitle-icon{width:24px;height:24px;border-radius:50%;margin-right:12px}.sponsorships-heading-renderer-subtitle{color:#606060;font-size:1.4rem}.sponsorships-heading-renderer-bottom-button{display:-webkit-box;display:-webkit-flex;display:flex;margin-top:12px;margin-left:36px;color:#065fd4;font-weight:500}.sponsorships-heading-renderer-end-button{margin-right:8px;margin-left:auto;padding:4px;font-weight:500;color:#909090}ytm-sponsorships-links-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;color:#065fd4;font-size:1.4rem;line-height:2.4rem}ytm-sponsorships-links-renderer.item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-sponsorships-tier-renderer{display:block;padding:16px 16px 22px 16px}ytm-sponsorships-tier-renderer.item.item{margin-top:0}ytm-sponsorships-tier-renderer:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,0.1)}.sponsorships-tier-renderer-title{font-size:2rem;font-weight:500;padding:4px 0;margin-top:4px;color:#0f0f0f}.sponsorships-tier-renderer-above-purchase-button-text{padding:4px 0;font-size:1.8rem;color:#0f0f0f;margin-top:4px;margin-bottom:8px}.sponsorships-tier-renderer-disclaimer{font-size:1.2rem;font-weight:400;padding:10px 0;color:#606060;white-space:pre-wrap}.sponsorships-tier-renderer-disclaimer>a{color:#065fd4}.sponsorships-tier-renderer-expansion{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin-top:10px;color:#065fd4}.sponsorships-tier-renderer-purchase-button-container{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin:8px}.sponsorships-tier-renderer-purchase-button{font-weight:500;padding:4px}.sponsorships-tier-renderer-expand-icon{width:20px;height:20px;padding:2px}.sponsorships-tier-renderer-expand-text{font-size:1.4rem;padding:4px 0}ytm-sponsorships-expandable-message-renderer{display:block}.style-single-perk,.style-single-perk-first{border-bottom:1px solid rgba(0,0,0,0.1)}.style-single-perk-first{border-top:1px solid rgba(0,0,0,0.1)}.message-container{display:-webkit-box;display:-webkit-flex;display:flex;padding:16px;width:100%}.style-single-perk>.message-container,.style-single-perk-first>.message-container{background-color:transparent;padding:16px}.content-container{padding:8px 16px}.style-single-perk>.content-container,.style-single-perk-first>.content-container{background-color:transparent;padding:16px 16px 40px 68px}.expandable-message-renderer-text{color:#606060;font-size:1.4rem;padding:4px 0;text-align:left}.expandable-message-renderer-expand-icon{color:#909090;width:20px;height:20px;margin-right:0;margin-left:auto;padding:4px}.expandable-message-renderer-check-icon{color:#909090;width:26px;height:26px;margin-right:12px}ytm-sponsorship{display:block}.offer-error{text-align:center;font-size:1.6rem;padding:12px}ytm-clarification-renderer.item{margin-top:0}.clarification-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;background-color:#fff}ytm-clarification-renderer.amsterdam{margin:12px;border-radius:12px;overflow:hidden}ytm-clarification-renderer.amsterdam .clarification-source-icon{display:none}.clarification-container.cinematic-background{background:rgba(0,0,0,0.1)}.clarification-container.cinematic-background .clarification-action-button a{color:#fff}.clarification-container>button{-webkit-box-flex:1;-webkit-flex:1;flex:1}.clarification-render-background-info{background-color:#def1ff;display:-webkit-box;display:-webkit-flex;display:flex}.clarification-render-background-info .clarification-endpoint.clarification-with-menu{display:block}.clarification-bottom-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-top:8px;border-top:1px solid rgba(0,0,0,0.1)}.clarification-secondary-endpoint .clarification-source.secondary-text{color:#606060}.clarification-secondary-endpoint{-webkit-box-flex:1;-webkit-flex:1;flex:1}.clarification-bottom-row .clarification-source.secondary-text{margin-left:8px;margin-top:0}.clarification-menu-button{padding-top:12px}ytm-search .clarification-container.breakout-item-content{margin-bottom:12px;border-bottom:1px solid rgba(0,0,0,0.1)}ytm-search ytm-clarification-renderer.amsterdam{margin-top:12px}ytm-search ytm-clarification-renderer.amsterdam .clarification-container.breakout-item-content{margin-bottom:0;border-bottom:0}.clarification-image{margin-right:12px;width:72px;height:72px;-webkit-flex-shrink:0;flex-shrink:0}.clarification-image.small-style{width:24px;height:24px}.clarification-secondary-icon{height:16px;width:16px}.clarification-secondary-icon path[fill="#000000"]{fill:#606060}.clarification-section-header .clarification-image-small{margin-right:8px}.clarification-body{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin-right:12px}.clarification-text{font-size:1.2rem}.clarification-text.subhead{opacity:1;text-align:left}.clarification-text.medium-style{margin-bottom:8px;max-height:3.75em;-webkit-line-clamp:3}.clarification-render-background-info .clarification-text.medium-style{margin-bottom:0}.clarification-text.large-style{margin-bottom:8px;max-height:6.25em;-webkit-line-clamp:5}.clarification-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;padding:12px}.clarification-endpoint .clarification-action-button{-webkit-flex-shrink:0;flex-shrink:0;margin:auto 0 auto 12px}.clarification-endpoint .clarification-action-button .button-renderer-text{max-width:112px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clarification-endpoint.clarification-with-menu{padding:12px 0 12px 12px}.clarification-source-icon{padding-left:2px;width:12px;height:12px}.clarification-section-title{margin:0}.clarification-section-header{margin-bottom:12px}.clarification-content{display:-webkit-box;display:-webkit-flex;display:flex;margin:0}.clarification-render-background-info .clarification-content{padding-bottom:8px}.clarification-content-title{margin-bottom:4px;font-weight:500;text-align:left}.clarification-source.secondary-text{color:#065fd4;margin-top:4px}.clarification-container ytm-menu-renderer{-webkit-flex-shrink:0;flex-shrink:0}.clarification-container a{-webkit-box-flex:1;-webkit-flex:1;flex:1}.clarification-content>button{padding:0;text-align:initial;text-transform:none;-webkit-box-flex:1;-webkit-flex:1;flex:1}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.clarification-render-background-info .clarification-content{padding-bottom:12px;margin:0}.clarification-render-background-info .clarification-content>button>div.cbox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:initial;-webkit-align-items:initial;align-items:normal}ytm-clarification-renderer ytm-menu-renderer.clarification-menu-button ytm-menu button.icon-button{padding:0}.clarification-render-background-info .clarification-action-button{margin:8px 0 auto 0}}.clarification-source-icon svg{stroke:#000}ytm-playlist-panel-entry-point{background-color:#fff;color:#0f0f0f;position:fixed;z-index:3;display:none;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:56px;-webkit-box-pack:start;-webkit-justify-content:start;justify-content:start;border-radius:8px;bottom:16px;left:8px;right:8px}.entry-point-showing{display:-webkit-box;display:-webkit-flex;display:flex}.slide-in-animation-entry-point{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-animation-name:slide-in-from-bottom;animation-name:slide-in-from-bottom;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes slide-in-from-bottom{from{bottom:-500px}to{bottom:16px}}@keyframes slide-in-from-bottom{from{bottom:-500px}to{bottom:16px}}.playlist-entrypoint-background-protection{background:-webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(bottom,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to top,#fff 0,rgba(255,255,255,0) 100%);height:87px;width:100%;position:fixed;z-index:3;bottom:0}.playlist-panel-left-icon{width:24px;height:24px;margin-left:16px;margin-right:16px}.playlist-panel-data{overflow:hidden;margin:0;-webkit-box-flex:1;-webkit-flex:1;flex:1}.playlist-panel-next-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.playlist-panel-next-label{font-weight:bold;padding-right:4px;white-space:nowrap}.playlist-panel-next-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.playlist-panel-subhead{overflow:hidden;color:#606060;text-overflow:ellipsis;white-space:nowrap}.playlist-panel-list-title{display:inline}.playlist-panel-right-icon{width:24px;margin-left:12px;margin-right:12px;padding:0}@media(min-width:931px) and (orientation:landscape){ytm-playlist-panel-entry-point{width:256px;right:0;left:auto}}@media(min-width:1280px) and (orientation:landscape){ytm-playlist-panel-entry-point{width:500px}}@media(min-width:931px) and (orientation:landscape){.playlist-entrypoint-background-protection{width:256px;right:0;left:auto}}@media(min-width:1280px) and (orientation:landscape){.playlist-entrypoint-background-protection{width:500px}}ytm-playlist-panel-video-renderer.item{padding-top:12px;margin-top:0}ytm-playlist-panel-video-renderer[selected=true].item{background-color:rgba(255,255,255,0.1);padding:12px 0}ytm-playlist-panel-video-renderer.item+ytm-playlist-panel-video-renderer[selected=true].item{margin-top:12px}ytm-playlist-panel-video-renderer[data-has-overflow-menu=true] .compact-media-item-menu{display:-webkit-box;display:-webkit-flex;display:flex;visibility:visible}ytm-related-chip-cloud-renderer{position:-webkit-sticky;position:sticky;top:calc(56.25vw + 96px);z-index:1;display:block;height:0;opacity:0;pointer-events:none;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .2s cubic-bezier(.05,0,0,1),-webkit-transform .2s cubic-bezier(.05,0,0,1);transition:opacity .2s cubic-bezier(.05,0,0,1),-webkit-transform .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),-webkit-transform .2s cubic-bezier(.05,0,0,1)}ytm-related-chip-cloud-renderer.chips-fixed-positioning{position:fixed;left:0;right:0}ytm-related-chip-cloud-renderer>ytm-chip-cloud-renderer{border-top:0}ytm-related-chip-cloud-renderer.chips-visible{opacity:1;pointer-events:auto;-webkit-transform:translateY(-48px);transform:translateY(-48px);-webkit-transition:opacity .1s cubic-bezier(.05,0,0,1),-webkit-transform .1s cubic-bezier(.05,0,0,1);transition:opacity .1s cubic-bezier(.05,0,0,1),-webkit-transform .1s cubic-bezier(.05,0,0,1);transition:transform .1s cubic-bezier(.05,0,0,1),opacity .1s cubic-bezier(.05,0,0,1);transition:transform .1s cubic-bezier(.05,0,0,1),opacity .1s cubic-bezier(.05,0,0,1),-webkit-transform .1s cubic-bezier(.05,0,0,1)}@media(max-width:930px) and (orientation:landscape){ytm-related-chip-cloud-renderer.chips-visible{top:96px}}.related-chips-slot-wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1);transition:-webkit-transform .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1),-webkit-transform .2s cubic-bezier(.05,0,0,1)}.related-chips-slot-wrapper.slot-open{-webkit-transform:translateY(-48px);transform:translateY(-48px);-webkit-transition:-webkit-transform .1s cubic-bezier(.05,0,0,1);transition:-webkit-transform .1s cubic-bezier(.05,0,0,1);transition:transform .1s cubic-bezier(.05,0,0,1);transition:transform .1s cubic-bezier(.05,0,0,1),-webkit-transform .1s cubic-bezier(.05,0,0,1)}.related-chips-sentinel{background:transparent;-webkit-transform:translateY(-1px);transform:translateY(-1px);height:1px;width:100%;margin-bottom:12px}ytm-slim-owner-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:12px}.slim-owner-icon-and-title{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-width:0}.slim-owner-bylines{-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;display:-webkit-box;display:-webkit-flex;display:flex;min-width:0}.slim-owner-bylines .slim-owner-channel-name{margin-bottom:0;display:block;white-space:nowrap}.slim-owner-bylines .subhead{margin:0 8px;-webkit-flex-shrink:0;flex-shrink:0}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-slim-owner-renderer{display:block;padding:8px 12px}.slim-owner-purchase-button,.slim-owner-subscribe-button{margin-left:46px;margin-top:4px}}.slim-owner-icon-and-title h3,.slim-owner-icon-and-title .subhead{max-height:1.25em;-webkit-line-clamp:1}.slim-owner-profile-icon{width:34px;height:34px;margin-right:12px}.slim-owner-subscribe-button .subscribe-button-count{display:none}.slim-owner-subscribe-button .button-renderer-icon{width:16px;height:16px;margin:0 6px 0 0}.hidden-subscribe-button.hidden-subscribe-button{display:none}ytm-metadata-row-container-renderer{display:block}ytm-metadata-row-header-renderer{display:block;color:#0f0f0f}.metadata-row-header-header{border-top:1px solid rgba(0,0,0,0.1);padding-top:4px;margin:4px 0}ytm-metadata-row-header-renderer>a{color:#065fd4}ytm-metadata-row-renderer{display:-webkit-box;display:-webkit-flex;display:flex}.metadata-row-title{display:inline-block;-webkit-flex-basis:100px;flex-basis:100px;min-width:100px;color:#0f0f0f}.metadata-row-items{overflow:hidden}.metadata-row-item:not(:last-of-type):after{content:"·";margin:0 5px}.ytm-rich-metadata-container{background:rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex}.ytm-rich-metadata-boxart{height:100px}.ytm-rich-metadata-topic{height:40px;margin:16px;width:40px}.ytm-rich-metadata-details{color:#0f0f0f;margin:16px 0 0 16px}.ytm-rich-metadata-details .small-text{opacity:.8}.ytm-rich-metadata-subtitle{margin-bottom:4px}.ytm-rich-metadata-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-transform:uppercase}.ytm-rich-metadata-endpoint c3-icon{vertical-align:middle}.ytm-rich-metadata-row{display:block;margin-bottom:8px}ytm-standalone-badge-supported-renderer{display:-webkit-box;display:-webkit-flex;display:flex}ytm-standalone-badge-supported-renderer>ytm-metadata-badge-renderer,ytm-standalone-badge-supported-renderer>ytm-standalone-collection-badge-renderer{-webkit-flex-shrink:10000;flex-shrink:10000;min-width:0}ytm-standalone-badge-supported-renderer>ytm-metadata-badge-renderer:first-child,ytm-standalone-badge-supported-renderer>ytm-standalone-collection-badge-renderer:first-child{-webkit-flex-shrink:1;flex-shrink:1}ytm-standalone-badge-supported-renderer ytm-badge{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}ytm-watch-metadata-app-promo-renderer,ytm-watch-metadata-app-promo-renderer.item,ytm-watch-metadata-app-promo-renderer.item:last-child{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:12px;margin:0;background-color:rgba(0,0,0,0.1);border-radius:12px}.watch-metadata-app-promo-thumb{-webkit-flex-shrink:0;flex-shrink:0;padding-right:8px;height:48px;width:48px}.watch-metadata-app-promo-content{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;padding:0 8px}.watch-metadata-app-promo-content .subhead{opacity:1}.watch-metadata-app-promo-button{padding:0 8px}.YtDislikeButtonViewModelHost{display:block}.YtLikeButtonViewModelHost{display:block}.YtSegmentedLikeDislikeButtonViewModelHost{display:block}.YtSegmentedLikeDislikeButtonViewModelSegmentedButtonsWrapper{display:-webkit-box;display:-webkit-flex;display:flex}.PlayerMicroformatRendererHost{display:none}ytm-watch{display:block;position:relative}.watch-below-the-player{position:relative}ytm-watch ytm-engagement-panel-section-list-renderer ytm-section-list-renderer{overflow-y:scroll;-webkit-overflow-scrolling:touch}@media(min-width:931px) and (orientation:landscape){ytm-watch{margin-right:256px}}@media(min-width:1280px) and (orientation:landscape){ytm-watch{margin-right:500px}}ytm-watch .compact-media-item-menu{display:none;visibility:hidden}ytm-watch.enable-compact-media-item-menu ytm-compact-promoted-video-renderer .compact-media-item-menu{display:inline;visibility:initial}ytm-watch .playability-status-message{width:100%;text-align:center;font-size:1.4rem;margin-bottom:8px}@media(max-width:930px) and (orientation:landscape){ytm-watch .watch-content[data-ep-shown=true]{display:none}[engagement-panel-open] ytm-watch{display:none}}@media(max-width:299px) and (orientation:portrait){[engagement-panel-open] ytm-watch .watch-content[data-ep-shown=true]{display:none}[engagement-panel-open] ytm-watch{display:none}}@media(max-width:549px) and (orientation:portrait){ytm-watch.rounded-edges:not(.ambient-topbar) .watch-below-the-player{border-radius:12px 12px 0 0;overflow:hidden}ytm-watch.ambient-topbar .player-placeholder{overflow:visible;position:relative;z-index:1;-webkit-transform-origin:bottom;transform-origin:bottom;background:transparent}@supports((-webkit-clip-path:path("M 0 0 L 0 12 A 12 12 0 0 1 12 0 L 0 0")) or(clip-path:path("M 0 0 L 0 12 A 12 12 0 0 1 12 0 L 0 0"))) and ((-webkit-clip-path:path("M 0 0 A 12 12 0 0 1 12 12 L 12 0 L 0 0")) or(clip-path:path("M 0 0 A 12 12 0 0 1 12 12 L 12 0 L 0 0"))){ytm-watch.rounded-edges.ambient-topbar .watch-below-the-player::before,ytm-watch.rounded-edges.ambient-topbar .watch-below-the-player::after{content:"";position:absolute;background:black;top:0;z-index:1;width:12px;height:12px}ytm-watch.rounded-edges.ambient-topbar .watch-below-the-player::before{left:0;-webkit-clip-path:path("M 0 0 L 0 12 A 12 12 0 0 1 12 0 L 0 0");clip-path:path("M 0 0 L 0 12 A 12 12 0 0 1 12 0 L 0 0")}ytm-watch.rounded-edges.ambient-topbar .watch-below-the-player::after{right:0;-webkit-clip-path:path("M 0 0 A 12 12 0 0 1 12 12 L 12 0 L 0 0");clip-path:path("M 0 0 A 12 12 0 0 1 12 12 L 12 0 L 0 0")}}ytm-watch.watch-background-rework .watch-below-the-player{background:#fff}}.playlist-controls{height:48px}.playlist-controls:not(.use-theme-color-settings){color:#fff;background-color:#0f0f0f}.playlist-content:not(.use-theme-color-settings){color:#fff;background-color:#0f0f0f}ytm-playlist-controls{display:-webkit-box;display:-webkit-flex;display:flex;height:48px}ytm-playlist-controls:not(.use-theme-color-settings){color:#fff;background-color:#0f0f0f}ytm-playlist-controls c3-material-button.disabled .c3-material-button-button,ytm-playlist-controls .c3-material-button-button[disabled]{color:#ccc}.playlist-controls-secondary{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.playlist-controls-primary{display:-webkit-box;display:-webkit-flex;display:flex;direction:ltr}ytm-playlist-panel-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48px}ytm-playlist-panel-header:not(.use-theme-color-settings):not(.cinematic){color:#fff;background-color:#0f0f0f}ytm-playlist-panel-header.cinematic{background-color:transparent;border-bottom:1px solid rgba(0,0,0,0.1)}.playlist-panel-header-metadata{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;overflow:hidden;padding:0 12px;min-width:0}.playlist-panel-header-title,.playlist-panel-header-subhead{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.playlist-panel-header-byline{padding-left:5px}.playlist-panel-header-icon{-webkit-flex-shrink:0;flex-shrink:0}ytm-action-companion-ad-renderer{display:block}.companion-ad-container{background-color:transparent;border-bottom:1px solid rgba(0,0,0,0.1);padding:0 12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.companion-ad-body-container{cursor:pointer;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.companion-ad-icon{border-radius:0;color:#fff;width:40px;height:40px;margin:8px 6px 8px 0;-webkit-flex-shrink:0;flex-shrink:0}.companion-ad-body{overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.companion-ad-text-container{overflow:hidden;padding:0 6px}.companion-ad-badge{margin-right:6px;color:#fff;background-color:#fbc02d}.companion-ad-badge-container .metadata-badge[data-type=BADGE_STYLE_TYPE_AD]{padding-bottom:4px;font-size:1.4rem}.companion-ad-headline{font-size:1.5rem;padding-bottom:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.companion-ad-description-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.companion-ad-description{color:#606060;font-size:1.4rem;padding-bottom:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-box-flex:1;-webkit-flex:1;flex:1}.companion-ad-button{cursor:pointer;padding:8px;border-radius:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-flex-shrink:0;flex-shrink:0}.companion-ad-menu{-webkit-flex-shrink:0;flex-shrink:0}ytm-companion-slot-renderer{display:block}ytm-single-column-watch-next-results-renderer lazy-list ytm-media-item .video-thumbnail-container-large{margin:0}ytm-single-column-watch-next-results-renderer.with-z-index{position:relative;z-index:1}ytm-single-column-watch-next-results-renderer lazy-list ytm-media-item .details{padding:0}ytm-single-column-watch-next-results-renderer lazy-list ytm-compact-playlist-renderer ytm-media-item .details{padding:0 12px}ytm-single-column-watch-next-results-renderer lazy-list ytm-media-item .media-item-thumbnail-container{padding:0}ytm-single-column-watch-next-results-renderer>ytm-playlist[aria-expanded=true]~[data-content-type],ytm-single-column-watch-next-results-renderer>ytm-playlist[aria-expanded=true]~.related-chips-slot-wrapper{display:none}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-video-with-context-renderer{margin:0}ytm-single-column-watch-next-results-renderer.fresh-feeds-dismissals [section-identifier=related-items] ytm-notification-multi-action-renderer,ytm-single-column-watch-next-results-renderer.fresh-feeds-dismissals [section-identifier=related-items] ytm-notification-text-renderer{border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.1)}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .video-thumbnail-container-large{margin-top:0}ytm-single-column-watch-next-results-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-single-column-watch-next-results-renderer .single-column-watch-next-modern-panels ytm-comments-entry-point-header-renderer{border-top:1px solid rgba(0,0,0,0.1)}ytm-single-column-watch-next-results-renderer .single-column-watch-next-modern-panels .related-chips-sentinel{margin:0}ytm-single-column-watch-next-results-renderer ytm-slim-video-metadata-section-renderer.single-column-watch-next-modern-panels:last-child{padding-bottom:8px}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-notification-text-renderer{display:block}@media(max-width:549px) and (orientation:portrait),(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .compact-media-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .compact-media-item-byline::after{content:"•";padding:0 4px}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .video-thumbnail-container-compact{width:100%;height:auto;padding-bottom:56.25%}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .compact-media-item-metadata-content{padding:0}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .compact-media-item-metadata{position:relative}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .subhead{display:-webkit-box;display:-webkit-flex;display:flex}}@media(max-width:549px) and (orientation:portrait){ytm-single-column-watch-next-results-renderer:not(.fresh-feeds-separators) [section-identifier=related-items] ytm-video-with-context-renderer{margin:0 12px}ytm-single-column-watch-next-results-renderer.full-bleed-wn-thumbs:not(.fresh-feeds-separators) [section-identifier=related-items] ytm-video-with-context-renderer{margin:0}ytm-single-column-watch-next-results-renderer.full-bleed-wn-thumbs [section-identifier=related-items] ytm-video-with-context-renderer ytm-media-item .details{margin:12px}ytm-single-column-watch-next-results-renderer.fresh-feeds-separators [section-identifier=related-items] ytm-video-with-context-renderer ytm-media-item .details{margin:4px 0 0 12px}ytm-single-column-watch-next-results-renderer.no-full-bleed [section-identifier=related-items] ytm-video-with-context-renderer ytm-media-item .details{margin-left:0}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-video-with-context-renderer ytm-media-item:not(.no-full-bleed){padding:0}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-video-with-context-renderer .video-thumbnail-container-large{margin-left:0;margin-right:0}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-video-with-context-renderer img{object-fit:cover}ytm-single-column-watch-next-results-renderer.fresh-feeds-dismissals [section-identifier=related-items] ytm-notification-multi-action-renderer,ytm-single-column-watch-next-results-renderer.fresh-feeds-dismissals [section-identifier=related-items] ytm-notification-text-renderer{margin:8px 12px}}@media(max-width:299px) and (orientation:portrait){ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-video-with-context-renderer{margin:0}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-video-with-context-renderer ytm-media-item{padding:0 8px}}@media(max-width:930px) and (orientation:landscape){ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-video-with-context-renderer{margin:12px 0}ytm-single-column-watch-next-results-renderer.fresh-feeds-dismissals [section-identifier=related-items] ytm-notification-multi-action-renderer,ytm-single-column-watch-next-results-renderer.fresh-feeds-dismissals [section-identifier=related-items] ytm-notification-text-renderer{margin:8px 12px}}@media(min-width:931px) and (orientation:landscape){ytm-single-column-watch-next-results-renderer [section-identifier=related-items],ytm-single-column-watch-next-results-renderer>ytm-playlist{position:fixed;right:0;top:48px;bottom:0;width:256px}ytm-single-column-watch-next-results-renderer>.header-in-player[section-identifier=related-items]{top:0}ytm-single-column-watch-next-results-renderer [section-identifier=related-items]{height:calc(100% - 48px);overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;border-bottom:0;padding:4px 8px 8px}ytm-single-column-watch-next-results-renderer>ytm-playlist~[section-identifier=related-items]{top:96px;height:calc(100% - 96px)}ytm-single-column-watch-next-results-renderer .playlist-content{position:fixed;overflow-y:auto;-webkit-overflow-scrolling:touch;height:calc(100% - 144px);width:256px}ytm-single-column-watch-next-results-renderer>ytm-playlist[aria-expanded=true]~[data-content-type]:not([section-identifier=related-items]){display:block}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .item{padding:2px 0;margin-top:0}ytm-single-column-watch-next-results-renderer.fresh-feeds-separators.fresh-feeds-separators [section-identifier=related-items]>lazy-list>*{margin-bottom:16px}}@media(min-width:1280px) and (orientation:landscape){ytm-single-column-watch-next-results-renderer [section-identifier=related-items],ytm-single-column-watch-next-results-renderer>ytm-playlist{width:500px;padding:0 0 8px 8px}ytm-single-column-watch-next-results-renderer .playlist-content{width:500px}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .item,ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-notification-multi-action-renderer,ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-notification-text-renderer{width:50%;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;padding-right:8px;box-sizing:border-box;vertical-align:top}}@media(orientation:portrait){ytm-single-column-watch-next-results-renderer .playlist-content{min-height:calc(100vh - 56.25vw - 144px)}}@media(min-width:550px) and (orientation:portrait){ytm-single-column-watch-next-results-renderer [section-identifier=related-items]{padding:8px;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}ytm-single-column-watch-next-results-renderer ytm-comment-section-renderer{border-bottom:1px solid rgba(0,0,0,0.1)}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .item,ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-notification-multi-action-renderer,ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-notification-text-renderer{display:inline-block;width:50%;padding:8px;margin-top:0;vertical-align:top;box-sizing:border-box}ytm-single-column-watch-next-results-renderer lazy-list ytm-media-item{margin-top:0}}@media(min-width:768px) and (orientation:portrait){ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .item,ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-notification-multi-action-renderer,ytm-single-column-watch-next-results-renderer [section-identifier=related-items] ytm-notification-text-renderer{width:33%;display:inline-block;box-sizing:border-box}}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .video-thumbnail-container-compact{width:100%;height:auto;padding-bottom:56.25%}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .compact-media-item{display:block}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .compact-media-item-metadata{padding:4px 0}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .compact-media-item-metadata-content{padding:0}ytm-single-column-watch-next-results-renderer [section-identifier=related-items] .compact-media-item-metadata[data-has-badges=true]>.compact-media-item-headline{display:-webkit-box;white-space:normal}ytm-single-column-watch-next-results-renderer ytm-playlist .video-thumbnail-container-compact{width:120px;height:67px}ytm-single-column-watch-next-results-renderer lazy-list ytm-media-item .details{margin-bottom:24px}ytm-single-column-watch-next-results-renderer.fresh-feeds-separators lazy-list ytm-media-item .details{margin-bottom:4px}ytm-single-column-watch-next-results-renderer lazy-list .item ytm-media-item{margin:0}ytm-single-column-watch-next-results-renderer lazy-list ytm-compact-playlist-renderer ytm-media-item .details{padding:0}ytm-single-column-watch-next-results-renderer lazy-list ytm-promoted-sparkles-web-renderer.no-full-bleed{padding-left:16px;padding-right:16px}ytm-single-column-watch-next-results-renderer lazy-list ytm-feed-nudge-renderer.no-full-bleed{padding-left:8px;padding-right:8px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-single-column-watch-next-results-renderer lazy-list .video-thumbnail-container-large{margin:0}ytm-single-column-watch-next-results-renderer lazy-list ytm-compact-playlist-renderer ytm-media-item .details{padding:0}}@media(min-width:300px) and (max-width:330px){ytm-single-column-watch-next-results-renderer lazy-list ytm-compact-playlist-renderer ytm-media-item .details{padding:0}}.segmented-buttons{display:-webkit-box;display:-webkit-flex;display:flex}ytm-slim-video-action-bar-renderer{display:block}.slim-video-action-bar-actions{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:start;justify-content:start;overflow-x:scroll;overflow-y:hidden;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;padding:8px 16px}.slim-video-action-bar-actions::-webkit-scrollbar{display:none}.slim-video-action-bar-actions>.slim_video_action_bar_renderer_button,.slim-video-action-bar-actions>yt-smartimation,.slim-video-action-bar-actions>ytm-account-link-button-renderer{margin-right:8px}.slim-video-action-bar-limited-state{margin-top:-12px;padding-bottom:0;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.slim-video-action-bar-actions c3-material-button.button-renderer.compact{font-size:1.2rem;text-transform:none;min-width:0;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin:-.7em 0}.slim-video-action-bar-actions button{overflow:hidden}.slim-video-action-bar-actions .button-renderer-text{margin-top:7px}.slim-video-action-bar-actions :not([data-button-id=TOGGLE_BUTTON_ID_TYPE_ACCOUNT_LINKING]) [aria-pressed=true] c3-icon[icon-state-outline],.slim-video-action-bar-actions :not([data-button-id=TOGGLE_BUTTON_ID_TYPE_ACCOUNT_LINKING]) [aria-pressed=false] c3-icon[icon-state-filled]{display:none}.slim-video-action-bar-actions:not(.slim-video-action-bar-limited-state) button>.cbox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.slim-video-action-bar-info{font-size:1.4rem;color:#606060;padding:12px;border-top:1px solid rgba(0,0,0,0.1)}ytm-slim-video-action-bar-renderer ytm-menu{-webkit-box-flex:1;-webkit-flex:1 1;flex:1 1}.slim-video-action-bar-overflow-menu c3-material-button.button-renderer.compact{margin:0}.slim-video-action-bar-overflow-menu .c3-material-button-button{padding:8px;width:100%}.slim-video-action-bar-overflow-menu ytm-menu-item button{margin:0 auto;padding:8px}.slim-video-action-bar-overflow-menu .button-renderer-text{font-size:1.6rem;text-transform:none}ytm-slim-video-description-renderer{display:block;border-bottom:1px solid rgba(0,0,0,0.1)}.slim-video-metadata-info{font-size:1.4rem;color:#606060;padding:12px}.slim-video-metadata-info.metadata-row{border:0}ytm-slim-video-information-renderer{display:block}ytm-slim-video-information-renderer.item:first-child{margin-top:0}ytm-slim-video-information-renderer.item:last-child{margin-bottom:0}.slim-video-metadata-header{margin:0 3px 3px;width:99%;width:calc(100% - 6px);text-align:initial}.slim-video-metadata-header .slim-video-information-content{padding:4px 13px 5px}.slim-video-metadata-header .slim-video-information-content.slim-video-information-empty-badge{padding-top:16px}.slim-video-metadata-header.slim-video-metadata-header-with-standalone-badge .slim-video-information-content{padding-top:0}.top-standalone-badge-modern{padding-left:4px}.slim-video-metadata-title-modern{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:500}.slim-video-metadata-header.inlined-badges{padding-top:12px}.slim-video-information-content{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 9px 9px}.slim-video-information-content.slim-video-information-empty-badge{padding-top:12px}.slim-video-information-title-and-badges{min-width:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.slim-video-metadata-information-inline-badge{padding:4px 4px 0}.slim-video-metadata-information-standalone-badge{padding:12px 12px 0}.secondary-text{line-height:1.6rem}.secondary-text ytm-badge{display:inline}.slim-video-information-title-one-line{max-height:1.25em;-webkit-line-clamp:1}.slim-video-information-title-two-lines{max-height:2.5em;-webkit-line-clamp:2}.slim-video-information-title-three-lines{max-height:3.75em;-webkit-line-clamp:3}.slim-video-information-title{-webkit-line-clamp:initial;max-height:none}.slim-video-information-title a,.slim-video-information-title-one-line a,.slim-video-information-title-two-lines a,.slim-video-information-title-three-lines a{color:#065fd4}.slim-video-information-header-expand-placeholder{visibility:hidden}.slim-video-information-show-more{margin-left:8px}.modern-panel-with-inline-badge-subtitle{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;white-space:pre}.modern-panel-with-inline-badge-subtitle .secondary-text{width:auto;overflow:hidden}[dir=ltr] .modern-panel-with-inline-badge-subtitle .secondary-text{-webkit-mask-image:-webkit-gradient(linear,left top,right top,color-stop(90%,#000),to(rgba(0,0,0,0)));-webkit-mask-image:-webkit-linear-gradient(left,#000 90%,rgba(0,0,0,0) 100%);mask-image:-webkit-gradient(linear,left top,right top,color-stop(90%,#000),to(rgba(0,0,0,0)));mask-image:linear-gradient(to right,#000 90%,rgba(0,0,0,0) 100%)}[dir=rtl] .modern-panel-with-inline-badge-subtitle .secondary-text{-webkit-mask-image:-webkit-gradient(linear,right top,left top,color-stop(90%,#000),to(rgba(0,0,0,0)));-webkit-mask-image:-webkit-linear-gradient(right,#000 90%,rgba(0,0,0,0) 100%);mask-image:-webkit-gradient(linear,right top,left top,color-stop(90%,#000),to(rgba(0,0,0,0)));mask-image:linear-gradient(to left,#000 90%,rgba(0,0,0,0) 100%)}ytm-slim-video-metadata-section-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-slim-video-metadata-section-renderer ytm-slim-owner-renderer{padding:8px 16px}ytm-slim-video-metadata-section-renderer ytm-watch-metadata-app-promo-renderer{padding:0 4px;margin:0 12px 4px 12px}ytm-cinematic-container-renderer:not(.fullscreen){position:absolute;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);width:100%;z-index:-1;opacity:1;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}ytm-cinematic-container-renderer:not(.fullscreen).modified-z-index{z-index:0}ytm-cinematic-container-renderer:not(.fullscreen).fade-out{opacity:0}ytm-cinematic-container-renderer:not(.fullscreen).ambient-light-theme{padding-top:100%;overflow:hidden}ytm-cinematic-container-renderer:not(.ambient-v2){padding-bottom:56.25%}ytm-cinematic-container-renderer.fullscreen{position:absolute;width:100%;height:100%}@media(max-width:299px) and (orientation:landscape),(max-width:930px) and (orientation:landscape){ytm-cinematic-container-renderer:not(.fullscreen):not(.ambient-topbar){display:none}}.player-cinematics{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:none;background:#000}.player-cinematics~.player-size{background:transparent}.crawler-full-description{display:none}.fresh-feeds-separators ytm-playlist-video-list-renderer{margin-bottom:12px}ytm-playlist-video-list-renderer{display:block}.delete-dl-button{padding-top:16px}.ytm-playlist-panel-video-renderer-v2{display:block;padding:12px}.ytm-playlist-panel-video-renderer-v2--selected{background-color:rgba(0,0,0,0.05)}.yt-channel-external-link-view-model-wiz{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.yt-channel-external-link-view-model-wiz__favicon{-webkit-flex-shrink:0;flex-shrink:0;margin-right:16px}.yt-channel-external-link-view-model-wiz__container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-width:0;-webkit-box-align:start;-webkit-align-items:start;align-items:start}.yt-channel-external-link-view-model-wiz__title{max-width:100%;margin-bottom:4px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}.yt-channel-external-link-view-model-wiz__title--title-small-font{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}.yt-channel-external-link-view-model-wiz__link{max-width:100%;color:#065fd4;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-channel-external-link-view-model-wiz__link--link-small-font{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}ytm-about-channel-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.about-channel-container{color:#0f0f0f;word-wrap:break-word;padding-left:12px;padding-right:12px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;--paper-dialog-scrollable-height:100%;--paper-dialog-scrollable-padding:0}.about-channel-header-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.about-channel-section{margin-top:16px}.about-channel-headline{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;width:100%;padding-top:6px;margin:0;vertical-align:baseline}@media(max-width:528px){.about-channel-headline{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700}}.about-channel-subheadline{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;margin-bottom:12px}@media(max-width:528px){.about-channel-subheadline{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700}}.about-channel-new-links-container>yt-channel-external-link-view-model{padding:4px 0}.about-channel-new-links-container>yt-channel-external-link-view-model:not(:last-of-type){margin-bottom:8px}.about-channel-links-container{display:block;margin-bottom:5px}.about-channel-single-link{display:block;margin-bottom:6px}.about-channel-link-image-container{display:inline-block;height:2.2rem;width:2.2rem;margin-right:19px}.about-channel-link-label{display:inline-block;vertical-align:top}.channel-detail{display:block;height:40px}.channel-detail-icon{display:inline-block;margin-right:15px}.channel-detail-value{vertical-align:top;padding-top:2px;display:inline-block}.channel-detail-value a{vertical-align:middle}.channel-detail-phone-status-info-icon{margin-left:4px}.about-channel-action-button-container{min-height:6rem;margin-top:12px}.about-channel-action-button{display:inline-block;margin-right:12px}.ytm-account-link-setting-item-renderer{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 12px;font-size:1.4rem;margin-bottom:10px}.ytm-account-link-setting-item-renderer-title{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ytm-account-link-setting-item-renderer-icon{height:32px;margin-right:12px;width:32px;border-radius:50%}ytm-account-link-setting-item-renderer ytm-account-link-button-renderer{display:-webkit-box;display:-webkit-flex;display:flex}ytm-account-link-setting-item-renderer button{padding:0;color:#065fd4}ytm-card-item-badge-renderer{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;white-space:pre-wrap}.ytm-card-item-renderer-badges{margin-right:4px}ytm-card-item-text-collection-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.card-item-text-collection-alignment-end{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.card-item-text-collection-alignment-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-align:center}ytm-card-item-text-renderer{display:inline-block;white-space:pre-wrap}ytm-card-item-text-renderer a{color:#065fd4}.color-general-background-a{color:#fff}.color-general-background-b{color:#fff}.color-error-background{color:#0f0f0f}.color-text-primary{color:#0f0f0f}.color-text-secondary{color:#606060}.color-text-disabled{color:#909090}.color-text-primary-inverse{color:#fff}.color-call-to-action{color:#065fd4}.color-icon-inactive{color:#909090}.color-icon-disable{color:#ccc}.color-brand-icon-active{color:#f00}.color-brand-icon-inactive{color:#606060}.color-ten-percent-layer{color:rgba(0,0,0,0.1)}.color-icon-active-other{color:#606060}.color-themed-green{color:#107516}.background-color-unknown{background-color:transparent}.background-color-error-background{background-color:#0f0f0f}.background-color-general-background-a{background-color:#fff}.background-color-general-background-b{background-color:#fff}.background-color-text-primary{background-color:#0f0f0f}.background-color-text-secondary{background-color:#606060}.background-color-text-primary-inverse{background-color:#fff}.background-color-call-to-action{background-color:#065fd4}.background-color-icon-inactive{background-color:#909090}.background-color-icon-disable{background-color:#ccc}.background-color-brand-icon-active{background-color:#f00}.background-color-brand-icon-inactive{background-color:#606060}.background-color-ten-percent-layer{background-color:rgba(0,0,0,0.1)}.background-color-icon-active-other{background-color:#606060}.card-item-mt-xs{margin-top:4px}.card-item-mb-xs{margin-bottom:4px}.card-item-ml-xs{margin-left:4px}.card-item-mr-xs{margin-right:4px}.card-item-mt-s{margin-top:8px}.card-item-mb-s{margin-bottom:8px}.card-item-ml-s{margin-left:8px}.card-item-mr-s{margin-right:8px}.card-item-mt-m{margin-top:12px}.card-item-mb-m{margin-bottom:12px}.card-item-ml-m{margin-left:12px}.card-item-mr-m{margin-right:12px}.card-item-mt-l{margin-top:16px}.card-item-mb-l{margin-bottom:16px}.card-item-ml-l{margin-left:16px}.card-item-mr-l{margin-right:16px}.card-item-mt-xl{margin-top:24px}.card-item-mb-xl{margin-bottom:24px}.card-item-ml-xl{margin-left:24px}.card-item-mr-xl{margin-right:24px}.card-item-pt-xs{padding-top:4px}.card-item-pb-xs{padding-bottom:4px}.card-item-pl-xs{padding-left:4px}.card-item-pr-xs{padding-right:4px}.card-item-pt-s{padding-top:8px}.card-item-pb-s{padding-bottom:8px}.card-item-pl-s{padding-left:8px}.card-item-pr-s{padding-right:8px}.card-item-pt-m{padding-top:12px}.card-item-pb-m{padding-bottom:12px}.card-item-pl-m{padding-left:12px}.card-item-pr-m{padding-right:12px}.card-item-pt-l{padding-top:16px}.card-item-pb-l{padding-bottom:16px}.card-item-pl-l{padding-left:16px}.card-item-pr-l{padding-right:16px}.card-item-pt-xl{padding-top:24px}.card-item-pb-xl{padding-bottom:24px}.card-item-pl-xl{padding-left:24px}.card-item-pr-xl{padding-right:24px}ytm-themed-image-renderer{display:block}.themed-image-icon,.themed-image-thumbnail{display:block}.themed-image-thumbnail-circular{border-radius:50%}.themed-image-thumbnail-fit{width:100%;height:auto}ytm-activity-item-renderer{margin:16px 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.activity-item-image{width:60px;margin:0 16px;-webkit-flex-shrink:0;flex-shrink:0}.activity-item-details{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.activity-item-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.activity-item-contents{margin-right:16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.activity-item-activity{margin-left:auto;-webkit-flex-shrink:0;flex-shrink:0}.activity-item-menu{width:40px;margin-top:-8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.activity-item-image{margin:0 4px}.activity-item-contents{margin-right:4px}.activity-item-menu{width:24px}}.fresh-feeds-separators ytm-promoted-sparkles-web-renderer{margin-bottom:12px}ytm-promoted-sparkles-web-renderer{display:block}.sparkles-ad-thumbnail-icon{position:absolute;bottom:0;right:0;height:16px;width:16px;margin:5px;padding:4px;border-radius:2px;color:#fff;background-color:rgba(0,0,0,0.8)}ytm-promoted-sparkles-web-renderer .compact-media-item-metadata{pointer-events:none}ytm-promoted-sparkles-web-renderer ytm-menu-renderer,ytm-promoted-sparkles-web-renderer ytm-bottom-sheet-renderer,ytm-promoted-sparkles-web-renderer .compact-media-item-headline,ytm-promoted-sparkles-web-renderer .sparkles-ad-byline,ytm-promoted-sparkles-web-renderer .sparkles-ad-button .button-renderer{cursor:pointer;pointer-events:auto}ytm-promoted-sparkles-web-renderer.click-target-disabled ytm-menu-renderer,ytm-promoted-sparkles-web-renderer.click-target-disabled .compact-media-item-headline,ytm-promoted-sparkles-web-renderer.click-target-disabled .sparkles-ad-byline,ytm-promoted-sparkles-web-renderer.click-target-disabled .sparkles-ad-button .button-renderer,ytm-promoted-sparkles-web-renderer.click-target-disabled .compact-media-item-image{pointer-events:none}ytm-promoted-sparkles-web-renderer .compact-media-item .compact-media-item-headline{max-height:2.5em;-webkit-line-clamp:2}ytm-promoted-sparkles-web-renderer .compact-media-item .compact-media-item-metadata-content{padding-right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}ytm-promoted-sparkles-web-renderer.modern{margin-top:0}.sparkles-extra-contents{max-width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.sparkles-ad-byline{max-width:100%;margin-bottom:auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.sparkles-ad-badge{margin-right:6px;color:#fff;background-color:#fbc02d;white-space:nowrap}.sparkles-ad-website-text{color:#606060;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sparkles-ad-button{display:inline-block;margin-top:4px;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sparkles-ad-button c3-material-button.compact{margin:0}.sparkles-ad-button .c3-material-button-button{padding:4px 4px 4px 12px;max-width:100%}.sparkles-ad-button .button-renderer-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sparkles-ad-button c3-icon{height:20px;width:20px}.sparkles-ad-button.modern c3-icon{height:unset;width:unset}ytm-promoted-sparkles-web-renderer .compact-media-item .compact-media-item-menu{display:block;visibility:visible}@media(orientation:portrait){ytm-promoted-sparkles-web-renderer.item,ytm-promoted-sparkles-web-renderer.item .compact-media-item-metadata{padding-bottom:0}}.sparkles-ad-button.legacy{display:none}@media(max-width:549px) and (orientation:portrait),(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){.sparkles-ad-button.legacy{display:unset}.sparkles-ad-button.modern{display:none}ytm-promoted-sparkles-web-renderer .compact-media-item-headline{margin-top:36px;padding:8px 12px 0}ytm-promoted-sparkles-web-renderer.modern .compact-media-item-headline{margin-top:43px}ytm-promoted-sparkles-web-renderer .sparkles-ad-button{position:absolute;top:0;left:0;right:0;margin-top:0}ytm-promoted-sparkles-web-renderer .sparkles-ad-button c3-material-button{background-color:#def1ff!important;color:#065fd4!important;border-radius:0}ytm-promoted-sparkles-web-renderer .sparkles-ad-button button{-webkit-box-flex:1;-webkit-flex:1;flex:1}ytm-promoted-sparkles-web-renderer .sparkles-ad-button .c3-material-button-button{padding:8px 4px 8px 12px}ytm-promoted-sparkles-web-renderer .sparkles-ad-button button .cbox{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}ytm-promoted-sparkles-web-renderer .sparkles-extra-contents{padding:0 40px 0 12px;margin-top:4px;box-sizing:border-box}ytm-promoted-sparkles-web-renderer .compact-media-item-metadata-content{padding-top:0}ytm-promoted-sparkles-web-renderer .compact-media-item-menu{position:absolute;top:40px;right:0;display:block}ytm-promoted-sparkles-web-renderer .compact-media-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-promoted-sparkles-web-renderer .video-thumbnail-container-compact{width:100%;height:auto;padding-bottom:56.25%}ytm-promoted-sparkles-web-renderer .compact-media-item-metadata-content{padding:0}ytm-promoted-sparkles-web-renderer .compact-media-item-metadata{position:relative}ytm-promoted-sparkles-web-renderer .sparkles-ad-byline{margin-bottom:4px}}ytm-promoted-sparkles-web-renderer.rounded-container .video-thumbnail-container-compact-rounded{border-radius:8px}ytm-promoted-sparkles-web-renderer.rounded-container .sparkles-ad-button c3-material-button{border-radius:8px}@media(max-width:549px) and (orientation:portrait){ytm-promoted-sparkles-web-renderer.rounded-container .video-thumbnail-container-compact-rounded{border-radius:0}ytm-promoted-sparkles-web-renderer.rounded-container .sparkles-ad-button c3-material-button{border-radius:0}ytm-promoted-sparkles-web-renderer.rounded-container.fresh-feeds-rounding .video-thumbnail-container-compact-rounded{border-radius:8px 8px 0 0}ytm-promoted-sparkles-web-renderer.rounded-container.fresh-feeds-rounding .sparkles-ad-button c3-material-button{border-radius:0 0 8px 8px}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-promoted-sparkles-web-renderer.rounded-container .video-thumbnail-container-compact-rounded{border-radius:8px 8px 0 0}ytm-promoted-sparkles-web-renderer.rounded-container .sparkles-ad-button c3-material-button{border-radius:0 0 8px 8px}}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-promoted-sparkles-web-renderer.rounded-container .video-thumbnail-container-compact-rounded{border-bottom-right-radius:0;border-bottom-left-radius:0}ytm-promoted-sparkles-web-renderer.rounded-container .sparkles-ad-button c3-material-button{border-top-right-radius:0;border-top-left-radius:0}}@media(max-width:930px) and (orientation:landscape){ytm-promoted-sparkles-web-renderer .video-thumbnail-container-compact{width:200px;height:112px}}@media(max-width:549px) and (orientation:portrait){.full-bleed-wn-thumbs ytm-promoted-sparkles-web-renderer .compact-media-item{padding:0}}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-promoted-sparkles-web-renderer{vertical-align:top}ytm-promoted-sparkles-web-renderer .compact-media-item{padding:0;margin-bottom:0}}ytm-promoted-sparkles-text-search-renderer{display:block;padding:0 12px}.promoted-sparkles-text-search-root-container{cursor:pointer;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:left;-webkit-align-items:left;align-items:left;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.promoted-sparkles-text-search-primary-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.promoted-sparkles-text-search-title{font-size:1.4rem}.promoted-sparkles-text-search-menu{-webkit-flex-shrink:0;flex-shrink:0}.promoted-sparkles-text-search-description.subhead{color:#606060;font-size:1.2rem;max-height:3.75em;-webkit-line-clamp:3;opacity:1}.promoted-sparkles-text-search-format-container{margin-top:8px;margin-right:16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.promoted-sparkles-text-search-ad-badge{margin-top:auto;margin-bottom:auto;margin-right:4px;color:#fff;background-color:#fbc02d}.promoted-sparkles-text-search-display-url{min-width:0;margin-top:auto;margin-bottom:auto;margin-right:12px;color:#606060;font-size:1.2rem;font-weight:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.promoted-sparkles-text-search-call-to-action-button{margin-top:auto;margin-bottom:auto;margin-left:auto;-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex}.promoted-sparkles-text-search-call-to-action-button c3-material-button.compact{margin:0}.promoted-sparkles-text-search-call-to-action-button .c3-material-button-button{padding:4px 4px 4px 12px}ytm-text-input-form-field-renderer{font-size:1.4rem}ytm-text-input-form-field-renderer label{display:block;margin-bottom:12px;color:#606060;font-size:1.2rem}ytm-text-input-form-field-renderer input{display:block;width:100%;margin-bottom:0}ytm-text-input-form-field-renderer.input-outlined,ytm-text-input-form-field-renderer.input-invalid{border:1px solid rgba(0,0,0,0.1);border-radius:4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);display:block;padding:4px 8px 12px 8px}ytm-text-input-form-field-renderer,ytm-text-input-form-field-renderer textarea{border-radius:8px}ytm-text-input-form-field-renderer.input-outlined input,ytm-text-input-form-field-renderer.input-outlined textarea{border:0}ytm-text-input-form-field-renderer.input-invalid input,ytm-text-input-form-field-renderer.input-invalid textarea{border-color:#c00}ytm-text-input-form-field-renderer.input-invalid{border-color:#c00}.text-input-invalid-message{margin-top:4px;color:#c00}.error-and-count{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.error-and-count .char-count{visibility:hidden;color:#606060;margin:4px 0 0 8px;font-size:1.2rem;line-height:1.6rem;word-break:normal;word-wrap:normal}.error-and-count .char-count.show-count{visibility:visible}ytm-compact-link-renderer{display:block}.compact-link-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.compact-link-icon{margin-right:32px}ytm-section-list-renderer .compact-link-icon{margin-right:12px}ytm-compact-link-renderer>c3-material-button{-webkit-box-pack:start;-webkit-justify-content:start;justify-content:start;margin:0}ytm-compact-link-renderer c3-icon{float:left}.compact-link-endpoint{box-sizing:border-box;text-transform:none;font-size:1.6rem;height:48px;padding:12px;width:100%}.compact-link-subtitle{font-size:1.4rem;opacity:.6}ytm-add-to-playlist-create-renderer,.add-to-playlist-create-link{display:block}.add-to-playlist-create-header{margin-bottom:20px}.add-to-playlist-create-link .compact-link-endpoint{font-size:1.4rem}.add-to-playlist-privacy-input{margin:20px 0}.add-to-playlist-privacy-input label{color:#606060;font-size:1.2rem}.add-to-playlist-privacy-input ytm-badge{margin-bottom:8px}.add-to-playlist-errors{font-size:1.4rem;color:#c00}ytm-create-playlist-buttons-component{display:-webkit-box;display:-webkit-flex;display:flex}.add-to-playlist-create-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1}.add-to-playlist-title{margin:0;padding:8px 12px}.add-to-playlist-title,.add-to-playlist-option{border-bottom:1px solid rgba(0,0,0,0.1)}.add-to-playlist-bottom-sheet-create .compact-link-icon{margin-right:12px}.add-to-playlist-bottom-sheet-content .playlist-add-to-option-label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.add-to-playlist-button-wrapper{width:100%;margin-top:-12px;border-top:1px solid rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}ytm-playlist-add-to-option-renderer{display:block}.playlist-add-to-option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;box-sizing:border-box;padding:0 12px;height:48px;width:100%;text-align:left}.playlist-add-to-option-label{min-width:0}.playlist-add-to-option-title{font-size:1.4rem;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.playlist-add-to-option-byline{margin-top:6px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.playlist-add-to-option-icon{margin-left:24px;width:16px;height:16px}.modern-playlist-add-to-option-icon{margin-right:12px}ytm-alert-renderer{display:block;text-align:center;padding:12px}ytm-alert-renderer a{color:#065fd4}ytm-alert-with-actions-renderer{display:block}.alert-with-actions-renderer-content-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;flex-flow:row wrap;padding:8px 16px;background-color:#def1ff}.alert-with-actions-renderer-content-wrapper[alert-type=ALERT_TYPE_WARNING]{background-color:#ffe6e6}.alert-with-actions-renderer-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.alert-with-actions-renderer-text-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.alert-with-actions-renderer-content-wrapper c3-icon{color:#0f0f0f;margin-right:16px}.alert-with-actions-renderer-content-wrapper[alert-type=ALERT_TYPE_WARNING] c3-icon{color:#c00}.alert-with-actions-renderer-title{font-weight:500}.alert-with-actions-renderer-actions{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:8px 0}ytm-alert-with-button-renderer{-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid rgba(0,0,0,0.1)}.alert-with-button-text-icon{display:-webkit-box;display:-webkit-flex;display:flex}.alert-with-button-text{margin-top:12px;line-height:16px}.alert-with-button-button{margin:16px 16px 8px;white-space:nowrap}.alert-with-button-close-icon,.alert-with-button-icon{vertical-align:top;margin:8px}.alert-with-button-icon[data-type=WARNING]{color:#065fd4}.alert-with-button-icon[data-type=ERROR]{color:#990412}.alert-with-button-icon[data-type=SUCCESS]{color:#107516}.alert-with-button-icon[data-type=INFO]{color:#065fd4}.alert-with-button-icon[data-type=HELP]{color:#0f0f0f}.card-item-text-with-image-image-placement-top{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.card-item-text-with-image-image-placement-start{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-card-item-actions-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.card-item-actions-primary-button{margin:10px 16px}.card-item-actions-primary-button.card-item-actions-blue-text{margin-right:0}.card-item-actions-secondary-button{margin:10px 24px 10px 0}ytm-card-item-actions-renderer c3-material-button[data-style=STYLE_BLUE_TEXT]{min-width:0}ytm-card-item-actions-renderer c3-material-button.compact{margin:-10px -16px}ytm-card-item-actions-renderer .c3-material-button-button{padding:10px 16px}ytm-card-item-actions-renderer .button-renderer[data-icon-only=false] .button-renderer-icon{margin-right:0}ytm-card-item-divider-renderer{display:block}.card-item-divider-inset-thin{border-bottom:1px solid rgba(0,0,0,0.1);margin-left:16px;margin-right:16px}.card-item-divider-fullbleed-thin{border-bottom:1px solid rgba(0,0,0,0.1)}ytm-card-item-error-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin-top:-4px}.card-item-error-triangle-up-container{margin-left:16px}.card-item-error-triangle-up{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #def1ff}.card-item-error-error-text-renderer{background-color:#def1ff;padding:12px 20px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-card-item-renderer{display:block}.card-item-additional-info-placement-top{-webkit-align-self:flex-start;align-self:flex-start}.card-item-additional-info-placement-center{-webkit-align-self:center;align-self:center}.card-item-additional-info-placement-bottom{-webkit-align-self:flex-end;align-self:flex-end}.card-item-additional-info-placement-vertical-centered ytm-card-item-actions-renderer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.card-item-additional-info-placement-vertical-centered ytm-card-item-actions-renderer ytm-button-renderer{display:-webkit-box;display:-webkit-flex;display:flex}.card-item-additional-info-placement-vertical-centered ytm-card-item-actions-renderer ytm-button-renderer button{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.card-item-additional-info-placement-vertical-centered ytm-card-item-actions-renderer .card-item-actions-primary-button{-webkit-box-ordinal-group:1;-webkit-order:0;order:0;margin:0;margin-top:12px}.card-item-additional-info-placement-vertical-centered ytm-card-item-actions-renderer .card-item-actions-secondary-button{margin:0;margin-top:12px;padding-right:0;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.card-item-primary-container-placement-top{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.card-item-primary-container-placement-start{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.card-item-primary-container-placement-start.card-item-primary-content-placement-center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.card-item-primary-container-placement-start>.card-item-heading-description-container{-webkit-align-self:center;align-self:center}.card-item-heading-description-container{margin-right:16px}.card-item-heading-description-container:only-child{margin-right:0}.card-item-header-promo-container,.card-item-header-promo-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.card-item-header-promo-renderer{-webkit-align-self:center;align-self:center;padding-left:4px;padding-right:4px;margin-left:4px}.card-item-footer-container{margin-left:16px;margin-right:16px;padding-bottom:24px}ytm-card-item-text-with-button-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}ytm-channel-about-metadata-renderer{display:block;font-size:1.4rem;padding:0 12px}.channel-about-metadata-button{display:inline-block}.channel-about-metadata-button .c3-material-button-button{padding-left:0}.channel-about-metadata-button.button-renderer .button-renderer-icon{margin:0 8px 0 4px}.phone-verified-text a{color:#065fd4}ytm-channel-about-metadata-renderer>yt-channel-external-link-view-model{margin:8px 0}ytm-channel-creation-form-renderer{display:block;padding:24px}.ytm-channel-creation-form-renderer-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;padding:24px 0}.ytm-create-core-identity-channel-content-renderer-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:1.8rem;padding:16px 0}.ytm-create-core-identity-channel-content-renderer-icon{width:72px;height:72px;margin-right:16px}.ytm-create-core-identity-channel-content-renderer-messages a{color:#065fd4}.ytm-create-core-identity-channel-content-renderer-message{padding-bottom:8px}.ytm-create-core-identity-channel-content-renderer-input{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;max-width:356px;min-width:0}.ytm-create-core-identity-channel-content-renderer-family-name-input{margin-top:12px}.ytm-create-core-identity-channel-content-renderer-input>input{height:48px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-channel-featured-video-renderer{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-channel-featured-video-renderer{margin-bottom:24px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.fresh-feeds-separators ytm-channel-featured-video-renderer{margin-bottom:12px}}ytm-channel-featured-video-renderer{display:block;padding:0 12px}@media(min-aspect-ratio:13/9),(min-width:600px){ytm-channel-featured-video-renderer .video-thumbnail-container-large{height:160px;padding-bottom:0}}ytm-channel-featured-video-renderer.no-full-bleed .video-thumbnail-container-large{margin-left:0;margin-right:0}ytm-channel-featured-video-renderer a{display:block}ytm-channel-list-item-renderer{display:block;font-size:1.6rem;padding:0 12px}.channel-list-item-link.presentation-style-greyed-out{color:#606060}.channel-list-item-link.presentation-style-new-content::after{content:"";display:block;width:6px;height:6px;border-radius:50%;background-color:#606060;-webkit-flex-shrink:0;flex-shrink:0;margin-left:8px}.channel-list-item-thumbnail{width:48px;height:48px;margin-right:12px}.channel-list-item-title{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.channel-list-item-live-status{margin-left:4px;font-size:1.2rem;color:#606060}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-channel-list-item-renderer{padding:0 8px}}ytm-channel-search-box-renderer{padding:0 12px}.channel-searchbox-form,.channel-searchbox-input-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.channel-searchbox-input{width:100%}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-channel-search-box-renderer{padding:0 8px}}ytm-clip-attribution-renderer{display:block}ytm-clip-attribution-renderer .icon-button{color:#909090;margin-right:-16px}ytm-clip-attribution-renderer.is-ad-playing,ytm-clip-attribution-renderer.clip-section-renderer-item.is-ad-playing{display:none}.ytm-clip-attribution-header{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:12px}.ytm-clip-attribution-author-container{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.ytm-clip-attribution-author{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.ytm-clip-attribution-author ytm-metadata-badge-renderer{display:-webkit-box;display:-webkit-flex;display:flex;margin-left:4px}.ytm-clip-attribution-avatar{-webkit-flex-shrink:0;flex-shrink:0}.ytm-clip-attribution-avatar{height:36px;margin-right:16px;width:36px}.ytm-clip-attribution-created,.ytm-clip-attribution-views{color:#606060}.ytm-clip-attribution-views{padding-top:3px}ytm-comment-renderer{display:-webkit-box;display:-webkit-flex;display:flex;padding:4px 0;font-size:1.3rem;word-wrap:break-word}.comment-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.comment-title{display:inline-block;font-size:1.2rem;word-wrap:break-word;color:#606060}.comment-title[is-owner=true]{padding:1px 6px;border-radius:8px;color:#fff;background-color:#065fd4}.comment-text{font-size:1.4rem;max-height:6em;overflow:hidden;word-wrap:break-word;margin:4px 0}.comment-text>a{color:#065fd4}ytm-comment-renderer[expanded=true] .comment-text{max-height:none}ytm-comment-renderer c3-material-button.compact.comment-expand{margin:0}ytm-comment-renderer .comment-expand{padding-top:6px;display:block}ytm-comment-renderer[expanded=true] .comment-expand{display:none}ytm-comment-renderer[expanded=false] .comment-details{margin-top:8px}.comment-content{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;overflow:hidden;padding:0 8px;text-align:initial}.comment-details{font-size:1.1rem}.comment-published-time{margin-right:4px;color:#606060}.comment-count{-webkit-flex-shrink:0;flex-shrink:0}.comment-icons{width:40px;height:36px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.comment-action-icon{width:16px;height:16px}.comment-icons:nth-of-type(1) c3-icon.comment-action-icon{margin-right:4px;margin-bottom:2px}.comment-icons:nth-of-type(3) c3-icon.comment-action-icon{margin-right:4px}.comment-icon-container{-webkit-flex-shrink:0;flex-shrink:0}.comment-action-icon[data-selected=true]{color:#065fd4}.comment-action-icon[data-disabled=true]{color:#909090}.comment-more-option{width:1px;height:1px}.comment-menu{color:#909090;margin-left:auto}.bottom-sheet-content-without-icon c3-icon{display:none}.bottom-sheet-comment-menu-item ytm-menu-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0;height:48px}.bottom-sheet-comment-menu-item .menu-item-button{padding:0;margin-left:12px;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem}.creator-heart-thumbnail,.comment-heart-icon{width:16px;height:16px;margin:0 12px 0 12px;border-radius:50%}.comment-heart-icon[data-selected=true]{width:12px;height:12px;color:#f00;position:absolute;bottom:0;right:0;-webkit-transform:translate(40%,0);transform:translate(40%,0)}.creator-heart-thumbnail[data-disabled=true],.comment-heart-icon[data-disabled=true][data-selected=true]{opacity:.38}.comment-heart-icon[data-disabled=true][data-selected=false]{color:#909090}.heart-wrapper{position:relative}ytm-pinned-comment-badge-renderer{display:block;color:#606060;margin-bottom:2px}.comment-pin{width:14px;height:14px}ytm-comment-thread-renderer{display:block;padding:16px 12px;border-bottom:1px solid rgba(0,0,0,0.1)}ytm-comment-thread-renderer.fresh-feeds-separators{border-bottom:0}ytm-comment-thread-renderer:last-of-type{border-bottom:0}ytm-comment-replies-renderer{display:block;margin:16px 0 0 50px}ytm-comment-thread-renderer .comment-icon{width:48px;height:48px}ytm-comment-replies-renderer .comment-icon{width:26px;height:26px}ytm-comment-replies-renderer c3-material-button,ytm-comment-replies-renderer .continuation-item-button{-webkit-box-pack:left;-webkit-justify-content:left;justify-content:left;font-weight:500}ytm-comment-replies-renderer c3-material-button.compact{margin:0}ytm-comment-section-renderer{display:block;padding:12px}.comment-section-content{margin-top:16px}.comment-section-header-text{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}ytm-comment-section-renderer.extra-tall{padding-bottom:100px}ytm-comment-section-header-renderer button{display:block;text-align:initial;width:100%}ytm-message-renderer{font-size:1.4rem;display:block;padding:0 12px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-message-renderer{padding:0 8px}}ytm-message-renderer c3-material-button.compact{margin:10px 0 0}.ytm-message-content{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center;white-space:pre-line}.ytm-message-content a{color:#065fd4}.ytm-message-subtext,.ytm-message-subtext-item{margin-top:4px}.ytm-message-thumbnail{-webkit-flex-shrink:0;flex-shrink:0;border-radius:100%;height:36px;margin-right:4px;width:36px}.ytm-horizontal-message{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.ytm-horizontal-message .ytm-message-thumbnail{margin-right:12px}.ytm-horizontal-message .ytm-message-content{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;text-align:left}.ytm-horizontal-message .ytm-message-text{padding:0}.ytm-horizontal-message ytm-button-renderer,.ytm-horizontal-message c3-material-button.compact{-webkit-flex-shrink:0;flex-shrink:0;margin:0 0 0 12px}.ytm-left-justified-message .ytm-message-content{text-align:left}.ytm-left-justified-message .ytm-message-text{padding:0 12px}.ytm-full-page-centered{margin-top:50vh;-webkit-transform:translateY(-100%);transform:translateY(-100%);text-align:center;font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}@media(max-width:528px){.ytm-full-page-centered{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}}.ytm-full-page-centered .ytm-message-subtext{margin:12px 0;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.ytm-full-page-centered ytm-button-renderer{display:inline-block}ytm-comments-header-renderer{border-bottom:1px solid rgba(0,0,0,0.1);display:block}.pause-message{background:rgba(0,0,0,0.05);padding:12px 16px}ytm-comments-simplebox-renderer{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;padding-top:4px}.comments-simplebox-creator-thumbnail{width:24px;height:24px;border-radius:50%;margin-right:8px}.comments-simplebox-placeholder{background-color:rgba(0,0,0,0.05);border-radius:24px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-top:4px;padding-left:12px;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.comments-simplebox-text{height:16px;padding-top:4px;padding-left:12px}ytm-comments-entry-point-header-renderer{display:block;padding:12px}ytm-comments-entry-point-header-renderer h2{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin-bottom:0;font-size:1.4rem}ytm-comments-entry-point-header-renderer h2 strong{color:#0f0f0f;font-weight:normal}ytm-comments-entry-point-header-renderer .comments-entry-point-header-text .yt-core-attributed-string>span{color:#0f0f0f;font-weight:normal!important}ytm-comments-entry-point-header-renderer button{text-align:initial;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-comments-entry-point-header-renderer .comments-entry-point-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;width:100%}ytm-comments-entry-point-header-renderer c3-icon{width:16px}.comments-entry-point-header-count{padding-left:4px}.modern-styling{border:0;border-radius:12px;background-color:rgba(0,0,0,0.05);margin:8px 16px 12px}ytm-single-column-watch-next-results-renderer .single-column-watch-next-modern-panels ytm-comments-entry-point-header-renderer.modern-styling{border-top:0}ytm-comments-entry-point-teaser-renderer{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;max-height:35px}.ytm-comments-entry-point-teaser-avatar{height:24px;width:24px;margin:5px 12px 0 0;min-width:auto;border-radius:50%}.ytm-comments-entry-point-teaser-content{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-top:5px;overflow:hidden}ytm-comments-entry-point-user-edu-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:16px;background-color:#def1ff;color:#065fd4;font-size:1.4rem}.comments-entry-point-user-edu-call-to-action{font-weight:500;margin:0 0 0 auto;text-transform:uppercase}@media(max-width:299px) and (orientation:portrait){ytm-comments-entry-point-user-edu-renderer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:initial;-webkit-align-items:initial;align-items:normal;padding:16px}.comments-entry-point-user-edu-call-to-action{text-align:right;margin-top:24px}}.ytm-autonav-bar{margin:12px;font-size:1.4rem}.ytm-autonav-title{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin-bottom:0}.ytm-autonav-toggle-description{margin-right:8px}.ytm-autonav-toggle-wrapper{margin-left:12px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.ytm-autonav-bar{margin:12px 8px}}ytm-compact-movie-renderer .video-thumbnail-container-compact{width:160px;height:230px}ytm-compact-movie-renderer .subhead{max-height:12.5em;-webkit-line-clamp:3}ytm-compact-movie-renderer .compact-media-item-byline{white-space:normal}ytm-compact-movie-renderer .compact-movie-renderer-offer-button{margin:.3em .57em 12px 0;min-width:0;display:inline-block;max-width:100%}@media(max-width:549px) and (orientation:portrait),(max-width:930px) and (orientation:landscape){ytm-compact-movie-renderer .button-renderer-text{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}ytm-compact-movie-renderer .compact-movie-renderer-offer-button .c3-material-button-button{max-width:100%}}ytm-compact-movie-renderer.horizontal .video-thumbnail-container-compact{height:90px}@media(min-width:300px) and (max-width:330px){ytm-compact-movie-renderer .compact-media-item-description{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-compact-movie-renderer.horizontal .video-thumbnail-container-compact{width:100%;height:auto;padding-bottom:56.25%}}ytm-compact-movie-renderer.horizontal .compact-media-item-headline,ytm-compact-movie-renderer.horizontal .compact-media-item-byline,ytm-compact-movie-renderer.horizontal .subhead{margin-bottom:0}ytm-compact-multi-offer-renderer{display:block}ytm-compact-multi-offer-renderer .compact-offer-cell{padding:12px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}ytm-compact-multi-offer-renderer .button-renderer-text{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}ytm-compact-multi-offer-renderer c3-material-button.compact{margin:-.7em 0}ytm-compact-multi-offer-renderer .c3-material-button-button{max-width:100%}ytm-compact-offer-module-renderer{display:block;padding:12px;background-color:#fff;border-radius:8px}.compact-offer-module-title{margin-right:12px;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}ytm-compact-promoted-video-renderer{display:block}.compact-promoted-video-badge{margin-right:4px;color:#fff;background-color:#fbc02d;-webkit-flex-shrink:0;flex-shrink:0}.compact-promoted-video-byline-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.compact-promoted-video-length-overlay{margin:5px;padding:1px 4px;border-radius:2px;font-size:1.2rem;color:#fff;background-color:rgba(0,0,0,0.8)}.consent-bump-v2-lightbox{position:fixed;top:0;bottom:0;left:0;right:0;z-index:4;background-color:rgba(0,0,0,0.8)}ytm-consent-bump-v2-renderer .dialog{padding:16px;overflow-x:hidden;max-height:80vh;overflow-y:hidden;position:relative}ytm-consent-bump-v2-renderer .icon-button{padding:0}.spinner-overlay{position:absolute;width:100%;height:100%;left:0;top:0;background:#fff;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:1.4rem}.consent-bump-spinner{margin-bottom:12px}.mandatory-consent-v2-kickin{border-radius:2px;padding:20px}.eom-dialog-container{position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;z-index:4;padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.mandatory-consent-v2-kickin .dialog-topbar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin:0 -16px;box-shadow:0 2px 4px rgba(82,105,125,.08),0 6px 8px rgba(82,105,125,.08);padding-bottom:12px}.dialog-topbar>.topbar-buttons{margin-right:16px}.brand-background{background:#fff}.mandatory-consent-v2-kickin .dialog-topbar-logo-two-lines{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:16px;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:108px}.mandatory-consent-v2-kickin .dialog-topbar-ringo-logo{width:89px;height:20px;margin-right:4px}.mandatory-consent-v2-kickin .dialog-topbar-logo-aside{color:#909090;font-size:1.2rem;margin-top:4px;font-family:"Google Sans",Roboto,Arial,sans-serif}.mandatory-consent-v2-kickin .consent-bump-v2-lightbox-header-eom{color:#0f0f0f;margin:24px 0;font-size:2rem;overflow:visible;line-height:1.25}.mandatory-consent-v2-kickin .dialog-body-eom{color:#0f0f0f;margin-bottom:24px;line-height:2rem;font-size:1.4rem;letter-spacing:.2px;max-height:none}.dialog-body-eom a{color:#065fd4}.mandatory-consent-v2-kickin .one-col-dialog-buttons{display:-webkit-box;display:-webkit-flex;display:flex;margin:24px auto 0;font-size:1.4rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column wrap;flex-flow:column wrap;padding-bottom:4px}.mandatory-consent-v2-kickin .one-col-dialog-buttons ytm-button-renderer:not(:last-child){display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:16px}.mandatory-consent-v2-kickin .one-col-dialog-buttons c3-material-button.compact{width:100%;margin:0 auto 16px}.mandatory-consent-v2-kickin .one-col-dialog-buttons c3-material-button.compact:last-child{margin:0 auto}.mandatory-consent-v2-kickin .one-col-dialog-buttons .c3-material-button-button{padding:.8em;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:100%}.topbar-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.topbar-buttons c3-material-button.compact{margin:0;height:36px}.topbar-buttons .c3-material-button-button{padding:.4em 1em}.topbar-buttons .custom-language-select{margin-right:12px}.topbar-buttons c3-material-button:first-child{white-space:nowrap}.topbar-buttons c3-material-button:first-child .button-renderer-icon{margin:0 8px 0 0}.mandatory-consent-v2-kickin .button-renderer-text{text-transform:uppercase}.mandatory-consent-v2-kickin .dialog-scrollable-content{overflow-y:auto;margin-bottom:12px;padding:0 8px}.mandatory-consent-v2-kickin .dialog-scrollable-content .legal-text{margin:24px 0}.mandatory-consent-v2-kickin .dialog-scrollable-content .legal-text:last-child{margin-bottom:0}.mandatory-consent-v2-kickin .dialog-scrollable-content ul{padding-left:0;margin:16px 0}.mandatory-consent-v2-kickin .dialog-scrollable-content ul li{margin:6px 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.mandatory-consent-v2-kickin .dialog-scrollable-content ul li.list-item{margin:12px 0}.mandatory-consent-v2-kickin .dialog-scrollable-content ul li div.list-icon{margin-right:16px}.mandatory-consent-v2-kickin .show-more-button.compact{background-color:#f1f1f1;margin:0}.show-more-button.compact button{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}ytm-button-renderer.show-more-button{display:-webkit-box;display:-webkit-flex;display:flex}.mandatory-consent-v2-kickin .consent-bump-v2-footer{display:none;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#fff}.consent-bump-v2-footer .privacy-terms{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.mandatory-consent-v2-kickin .privacy-terms .term-separator{padding:0 8px;display:inline-block}.language-picker-dropdown ytm-select{border:0;background-color:#fff;color:#606060}.language-picker-dropdown select{padding:0;width:8em;font-size:1.2rem}.language-picker-dropdown .select-icon{height:1.4rem}.custom-language-select{position:relative}.custom-language-select ytm-dropdown-renderer{position:absolute;top:0;width:100%;height:100%;opacity:0}.custom-language-select ytm-select{width:100%;height:100%}.custom-language-select select{width:100%;height:100%}.error-overlay{position:absolute;width:100%;left:0;bottom:0;background:#0f0f0f;box-shadow:0 8px 10px rgba(0,0,0,.14),0 3px 14px rgba(0,0,0,.12),0 4px 15px rgba(0,0,0,.2);border-radius:2px}.retry-error-message{font-size:1.4rem;color:#fff;padding:12px}.eom-dialog{max-height:80vh;position:relative;z-index:3;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-width:100%;box-sizing:border-box;padding:16px;margin:0 auto;overflow-x:hidden;overflow-y:hidden;font-size:1.4rem;color:#0f0f0f;border:0}@media(min-width:344px) and (min-height:344px){.eom-dialog{min-width:320px;max-width:356px}.eom-dialog-container{margin:0 12px;padding:0;padding:0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}.claimer-header{padding:12px 24px;background-color:#fff;font-size:1.2rem;line-height:1.25;border-radius:8px}.claimer-header a{color:#065fd4}c3-material-radio{display:block;padding:12px 0}c3-material-radio input{position:absolute;opacity:0}c3-material-radio input+label{cursor:pointer;display:block;position:relative;padding-left:32px}c3-material-radio input+label::before{content:"";border-radius:50%;position:absolute;top:0;left:0;width:14px;height:14px;margin-top:-2px;border:2px solid #606060}c3-material-radio input:checked+label::before{border-color:#065fd4}c3-material-radio input:checked+label::after{content:"";border-radius:50%;position:absolute;top:0;left:4px;width:10px;height:10px;margin-top:2px;background-color:#065fd4}c3-material-radio.killswitch{padding:unset}c3-material-radio.killswitch input+label{margin:12px 0}ytm-donation-amount-picker-renderer{display:block}.donation-amount-picker-header{margin-top:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.donation-amount-picker-campaign-thumbnail{margin-right:12px;max-width:48px;max-height:48px;-webkit-align-self:center;align-self:center}.donation-amount-picker-title{display:inline}.donation-amount-picker-nonprofit-subtitle{margin-top:4px;color:#606060}.donation-amount-picker-line-item{margin-top:12px;color:#606060}.donation-amount-picker-custom{display:none;margin-left:32px;color:#606060}.donation-amount-picker-buttons.custom .donation-amount-picker-custom{display:block}.donation-amount-picker-edit{border-bottom:2px solid #065fd4}.donation-amount-picker-custom.error .donation-amount-picker-edit{border-bottom-color:#c00}.donation-amount-picker-input{border-style:none;padding-left:4px}.donation-amount-picker-error{display:none;margin-top:4px}.donation-amount-picker-custom.error .donation-amount-picker-error{display:block}.donation-amount-picker-continue{margin-top:12px;margin-bottom:12px}.donation-amount-picker-continue :disabled{color:#909090}.donation-post-transaction-icon{display:block;margin:24px auto;width:48px;height:48px}.donation-post-transaction-icon.donation-post-transaction-icon-modern{margin-bottom:0}.donation-post-transaction-title{text-align:center;margin-bottom:8px}div.donation-post-transaction-title{color:#606060}.donation-post-transaction-creator-message{display:-webkit-box;display:-webkit-flex;display:flex;margin-top:12px;margin-bottom:32px}.donation-post-transaction-creator-message.donation-post-transaction-creator-message-modern{text-align:left;margin-bottom:0}.donation-post-transaction-creator-message-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.donation-post-transaction-avatar{width:24px;height:24px;-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0;margin-right:12px}.donation-post-transaction-message{border:1px solid rgba(0,0,0,0.1);border-radius:12px;padding:16px;max-height:none;-webkit-line-clamp:initial}.donation-post-transaction-message-right div{margin-top:8px;color:#606060}.donation-post-transaction-button{margin:8px}.donation-post-transaction-button-modern{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1}ytm-donation-shelf-renderer{display:block;padding:0 12px}.donation-shelf-basics{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.donation-shelf-campaign{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.donation-shelf-campaign-thumbnail{max-width:48px;max-height:48px;-webkit-align-self:center;align-self:center;margin-right:12px}.donation-shelf-campaign-text{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;min-width:0;margin-right:12px}.donation-shelf-campaign-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.donation-shelf-campaign-subtitle{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}ytm-donation-shelf-renderer c3-material-button.donation-shelf-button{margin:0;font-weight:500;padding-left:8px;padding-right:8px}.donation-shelf-amount-raised-label{margin-top:12px}.donation-shelf-progress{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.donation-shelf-progress-bar{margin-top:12px;background:rgba(0,0,0,0.1);height:4px;width:100%}.donation-shelf-progress-bar-progress{background:#065fd4;height:100%}.donation-shelf-match-label a{color:#065fd4;display:block}.donation-shelf-labels{margin-top:12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.donation-shelf-expander{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:8px;border-top:1px solid rgba(0,0,0,0.1)}.donation-shelf-expand-text{margin-top:12px}.donation-shelf-expand-icon{margin-top:8px;margin-left:16px;margin-bottom:-4px}.donation-shelf-expanded-separator{border-top:1px solid rgba(0,0,0,0.1);margin-top:12px}.donation-shelf-creator-message{padding-top:12px;padding-bottom:8px}.donation-shelf-creator-message-thumbnail{margin-right:8px;width:12px;height:12px}.donation-shelf-creator-message-description{margin-top:4px}.donation-shelf-nonprofit-title{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,0.1)}.donation-shelf-nonprofit-subtitle{margin-top:4px}.donation-shelf-nonprofit-website{color:#065fd4}.donation-shelf-nonprofit-description{margin-top:8px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-donation-shelf-renderer{padding:0 8px}}ytm-survey-answer-card-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:12px;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1)}ytm-survey-answer-card-renderer:not(:first-of-type){margin-top:-1px}ytm-survey-flow-step-renderer{display:block;background-color:#fff}.survey-flow-step-question{padding:16px 12px}.yt-radio-button-group-view-model{display:block}.yt-radio-button-item-view-model{display:block}.yt-radio-button-item-view-model__label{padding-right:48px;padding-left:6px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.yt-radio-button-item-view-model__radio-button-item-title{padding-top:4px;padding-left:6px;padding-bottom:4px}.yt-report-form-bottom_bar-view-model{display:-webkit-box;display:-webkit-flex;display:flex}.yt-report-form-bottom_bar-view-model__button{padding:12px}.yt-report-form-confirmation-page-view-model{display:block}.yt-report-form-confirmation-page-view-model__container{width:400px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.yt-report-form-confirmation-page-view-model__image{-webkit-align-self:center;align-self:center}.yt-report-form-confirmation-page-view-model__icon{color:#0f0f0f}.yt-report-form-confirmation-page-view-model__confirmation-container{padding-right:24px;padding-left:24px}.yt-report-form-confirmation-page-view-model__header{padding-top:16px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}.yt-report-form-confirmation-page-view-model__body{padding-top:12px;padding-bottom:32px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-report-form-confirmation-page-view-model__expect-header{padding-bottom:12px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}.yt-report-form-confirmation-page-view-model__row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-bottom:16px}.yt-report-form-confirmation-page-view-model__next-step-text{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:inline-block;position:relative;padding-left:12px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-report-form-confirmation-page-view-model__legal-text{padding-bottom:16px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-report-form-details-page-view-model__container{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:auto}.yt-report-form-details-page-view-model__header{padding-left:16px;padding-right:16px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}.yt-report-form-details-page-view-model__body{padding:12px 16px 16px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-report-form-details-page-view-model__input{padding-left:16px;padding-right:16px;padding-bottom:50px}.YtStandardsTextareaShapeHost{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.YtStandardsTextareaShapeTextArea{padding:16px 12px;min-height:0;resize:none;color:#0f0f0f;background-color:transparent;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.YtStandardsTextareaShapeTextArea:focus::-webkit-input-placeholder{color:transparent}.YtStandardsTextareaShapeTextArea:focus::placeholder{color:transparent}.YtStandardsTextareaShapeTextAreaOutline{border-radius:8px;border:1px solid #909090}.YtStandardsTextareaShapeTextAreaOutline:not(:placeholder-shown),.YtStandardsTextareaShapeTextAreaOutline:focus{padding:24px 12px 8px;border:2px solid #0f0f0f}.YtStandardsTextareaShapeTextAreaOutline:disabled{border:0;color:#606060;background-color:rgba(0,0,0,0.05)}.YtStandardsTextareaShapeTextAreaOutlineError:not(:placeholder-shown){border:1px solid #990412}.YtStandardsTextareaShapeTextAreaOutlineError:focus{border:2px solid #990412}.YtStandardsTextareaShapeTextAreaOutlineError:disabled{border:0;color:#606060;background-color:rgba(0,0,0,0.05)}.YtStandardsTextareaShapeLabel{display:none;position:absolute;top:8px;left:14px;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:500}.YtStandardsTextareaShapeError{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin-top:4px;color:#990412}.YtStandardsTextareaShapeErrorMessage{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.YtStandardsTextareaShapeTextArea:focus+.YtStandardsTextareaShapeLabel,.YtStandardsTextareaShapeTextArea:not(:placeholder-shown)+.YtStandardsTextareaShapeLabel{display:block}.YtStandardsTextareaShapeTextArea:disabled+.YtStandardsTextareaShapeLabel,.YtStandardsTextareaShapeTextArea:disabled~.YtStandardsTextareaShapeError{color:#909090}.yt-report-form-reason-select-page-view-model__container{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:auto}.yt-report-form-reason-select-page-view-model__header{padding-right:16px;padding-left:16px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}.yt-report-form-reason-select-page-view-model__body{padding:12px 16px 8px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-report-form-reason-select-page-view-model__reasons{height:300px}.yt-report-form-sign-in-page-view-model{display:block}.yt-report-form-sign-in-page-view-model__sign-in-prompt-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:left;-webkit-align-items:left;align-items:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.yt-report-form-sign-in-page-view-model__sign-in-prompt-image{-webkit-align-self:center;align-self:center;margin-bottom:12px}.yt-report-form-sign-in-page-view-model__sign-in-text-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-self:stretch;align-self:stretch;margin:0 16px 8px;gap:12px}.yt-report-form-sign-in-page-view-model__sign-in-prompt-header{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}.yt-report-form-sign-in-page-view-model__sign-in-prompt-body{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.yt-flow-bottom-bar-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;box-sizing:border-box;min-height:56px;margin-top:auto;padding:16px 24px 24px}.yt-flow-bottom-bar-renderer__flow-bottom-bar-button{display:-webkit-box;display:-webkit-flex;display:flex}.yt-flow-bottom-bar-renderer__flow-bottom-bar-secondary-button{padding-right:8px}.yt-flow-bottom-bar-renderer--flow-bottom-bar-button-layout-style-full-distributed .yt-flow-bottom-bar-renderer__flow-bottom-bar-button{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-basis:0;flex-basis:0}.yt-flow-bottom-bar-renderer--flow-bottom-bar-button-layout-style-distributed-space{gap:8px}.yt-flow-bottom-bar-renderer--flow-bottom-bar-button-layout-style-distributed-space .yt-flow-bottom-bar-renderer__flow-bottom-bar-button{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-basis:0;flex-basis:0}.yt-flow-bottom-bar-renderer--flow-bottom-bar-button-layout-style-flex-primary .yt-flow-bottom-bar-renderer__flow-bottom-bar-primary-button{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.yt-flow-bottom-bar-renderer--flow-bottom-bar-button-layout-style-vertical-centered{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.yt-flow-bottom-bar-renderer--flow-bottom-bar-button-layout-style-vertical-centered .yt-flow-bottom-bar-renderer__flow-bottom-bar-button{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.yt-flow-bottom-bar-renderer--flow-bottom-bar-button-layout-style-vertical-centered .yt-flow-bottom-bar-renderer__flow-bottom-bar-primary-button{-webkit-box-ordinal-group:1;-webkit-order:0;order:0;margin:0}.yt-flow-bottom-bar-renderer--flow-bottom-bar-button-layout-style-vertical-centered .yt-flow-bottom-bar-renderer__flow-bottom-bar-secondary-button{margin:0;margin-top:12px;padding-right:0;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.yt-flow-bottom-bar-renderer--flow-bottom-bar-button-layout-style-justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.yt-premium-purchase-button-renderer__c3-material-button--compact{margin:0 .3em;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.ytm-option-item-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border:1px solid #ccc;border-radius:4px;padding:12px;margin:10px 28px}.ytm-option-item-renderer__option-item-radio-container{position:relative;top:0;left:0;width:20px;height:20px}.ytm-option-item-renderer__option-item-radio-container--label{position:static}.ytm-option-item-renderer__option-item-radio-button{-webkit-appearance:none;appearance:none;height:20px;width:20px;margin:0 14px 0 0;border:1px solid #065fd4;background-color:transparent;border-radius:50%;background-clip:content-box}.ytm-option-item-renderer__option-item-radio-button:checked{padding:2px;background-color:#065fd4}.ytm-option-item-renderer__option-item-text-container{padding-left:12px}.ytm-option-item-renderer__option-item-title{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700}.ytm-option-item-renderer__option-item-subtitle{margin-top:4px;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.ytm-option-item-renderer__option-item-description{color:#606060;margin-top:4px;white-space:pre-line;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.ytm-option-item-renderer__option-item-eyebrow-text{text-align:left;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.ytm-option-item-renderer--lp2-style{border:1px solid rgba(0,0,0,0.1);padding:16px 12px;margin:unset;border-radius:16px}.ytm-option-item-renderer--lp2-style .ytm-option-item-renderer__option-item-radio-container{margin-right:16px}.ytm-option-item-renderer--lp2-style .ytm-option-item-renderer__option-item-radio-button{-webkit-appearance:none;appearance:none;background-color:transparent;border:1px solid #0f0f0f}.ytm-option-item-renderer--lp2-style .ytm-option-item-renderer__option-item-radio-button:checked{background-color:#0f0f0f}.ytm-option-item-renderer--lp2-style .ytm-option-item-renderer__option-item-text-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;padding-left:0}.ytm-option-item-renderer--lp2-style .ytm-option-item-renderer__option-item-description,.ytm-option-item-renderer--lp2-style .ytm-option-item-renderer__option-item-subtitle{margin-top:0}.yt-option-section-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.yt-option-section-renderer__option-section-header-section{margin-bottom:16px}.yt-option-section-renderer__option-section-header{text-align:center;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700}.yt-option-section-renderer__option-section-disclaimer{text-align:center;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.yt-option-section-renderer__option-item{margin-bottom:16px}.yt-option-section-renderer:last-child{margin-bottom:0}.ytm-option-selection-flow-step-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ytm-option-selection-flow-step-renderer--lp2-style{padding:0 16px;margin-left:auto;margin-right:auto}@media(min-width:450px){.ytm-option-selection-flow-step-renderer--lp2-style{min-width:402px}}.ytm-option-selection-flow-step-renderer__option-selection-flow-step-header{margin:60px 42px 16px;text-align:center;color:#0f0f0f;font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.6rem;line-height:5rem;font-weight:700}@media(max-width:528px){.ytm-option-selection-flow-step-renderer__option-selection-flow-step-header{font-family:"YouTube Sans","Roboto",sans-serif;font-size:3.2rem;line-height:4.4rem;font-weight:700}}.ytm-option-selection-flow-step-renderer__option-selection-flow-step-subtitle{margin:12px 24px;text-align:center;color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}.ytm-option-selection-flow-step-renderer--lp2-style .ytm-option-selection-flow-step-renderer__option-selection-flow-step-child{margin-bottom:24px}.ytm-option-selection-flow-step-renderer--lp2-style .ytm-option-selection-flow-step-renderer__option-selection-flow-step-child:last-child{margin-bottom:0}.ytm-option-selection-flow-step-renderer--lp2-style .ytm-option-selection-flow-step-renderer__option-selection-flow-step-header{margin:unset;-webkit-box-flex:0;-webkit-flex:none;flex:none;-webkit-align-self:stretch;align-self:stretch;margin-bottom:12px;margin-top:30px}.ytm-option-selection-flow-step-renderer--lp2-style .ytm-option-selection-flow-step-renderer__option-selection-flow-step-subtitle{margin:unset;-webkit-box-flex:0;-webkit-flex:none;flex:none;-webkit-align-self:stretch;align-self:stretch}.ytm-option-selection-flow-step-renderer--lp2-style .ytm-option-selection-flow-step-renderer__option-selection-flow-step-header-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:0 24px}.ytm-option-selection-flow-step-renderer--lp2-style .ytm-option-selection-flow-step-renderer__option-selection-flow-step-header-container:last-child{margin-bottom:0}.ytm-option-selection-flow-step-renderer--desktop .ytm-option-selection-flow-step-renderer__option-selection-flow-step-header{margin-top:0}ytm-billboard-masthead-renderer{display:block;width:100%}.billboard-masthead-renderer-billboard{width:100%}ytm-bullet-formatted-string{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;white-space:pre-line}.bullet-formatted-string-text{margin:0 12px}.ytm-channel-masthead-renderer-horizontal{display:-webkit-flex;display:-webkit-box;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;display:flex;max-width:100%;padding:8px 12px;gap:12px}.channel-masthead-renderer-image{aspect-ratio:1;border-radius:50%;overflow:hidden;height:72px;width:72px}.ytm-channel-masthead-renderer-text{-ms-align-self:center;-webkit-align-self:center;align-self:center;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.ytm-channel-masthead-renderer-title{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;color:#0f0f0f}.ytm-channel-masthead-renderer-subtitle{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;color:#606060}.confirmation-flow-step-thumbnail-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.confirmation-flow-step-title{font-size:3rem;color:#0f0f0f;text-align:center;font-weight:500}.confirmation-flow-step-subtitle{text-align:center;font-size:1.2rem;color:#606060;padding:12px 12px 24px}.confirmation-masthead{position:relative;margin-left:auto;margin-right:auto;width:90px}.confirmation-masthead-thumbnail{width:90px}.confirmation-masthead-entitlement-icon{border-radius:50%;overflow:hidden;background-color:#deffde;color:#107516;height:32px;width:32px;position:absolute;bottom:-5%;right:-10%}ytm-flow-root-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:#fff;overflow-y:auto}ytm-flow-step-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.flow-step-renderer-content{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.flow-step-progress-bar{height:4px;width:100%;background-color:rgba(0,0,0,0.1)}.flow-step-progress-fill{height:100%;background-color:#0f0f0f}free-text-input-flow-step-renderer .free-text-input-flow-step-question{margin:24px 16px 24px;padding:0;line-height:1.8rem;font-size:1.4rem}free-text-input-flow-step-renderer .text-input{margin-left:16px;margin-right:16px;padding:8px;border:1px solid rgba(0,0,0,0.1);border-radius:6px;background-color:rgba(0,0,0,0.05);font-size:1.4rem}free-text-input-flow-step-renderer .text-input label{margin-bottom:8px;line-height:1.6rem;font-size:1.2rem;color:#606060}free-text-input-flow-step-renderer .text-input textarea{padding:0;line-height:1.8rem;border:0;font-size:1.4rem;color:#909090}free-text-input-flow-step-renderer .char-count-wrapper{margin-top:2px 16px 16px;text-align:right;font-size:1.2rem;line-height:1.6rem;color:#606060}free-text-input-flow-step-renderer .text-input:focus-within+.char-count-wrapper{color:#065fd4}free-text-input-flow-step-renderer .text-input:focus-within{border:2px solid #065fd4}free-text-input-flow-step-renderer .text-input:focus-within label{color:#065fd4}free-text-input-flow-step-renderer .text-input textarea:focus{color:#606060}free-text-input-flow-step-renderer .text-input.maxed-out{border:2px solid #990412}free-text-input-flow-step-renderer .text-input.maxed-out label{color:#990412}free-text-input-flow-step-renderer .text-input.maxed-out+.char-count-wrapper{color:#990412}ytm-info-list-flow-step-renderer{display:block}.info-list-flow-step-renderer-title,.info-list-flow-step-renderer-description{padding:16px 12px 8px}.info-list-flow-step-renderer-header{padding:8px 12px}.info-list-flow-step-renderer-items>ytm-bullet-formatted-string{padding:8px 12px}ytm-info-list-flow-step-renderer .bullet-formatted-string-text{font-size:1.6rem}.media-product-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.media-product-renderer-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.media-product-renderer-metadata-lines{padding-top:4px}.media-product-renderer-image{padding-right:12px;max-height:90px}ytm-metadata-line-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-flow:wrap-reverse;flex-flow:wrap-reverse;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.metadata-line-renderer-text{color:#606060}.metadata-line-renderer-badge{padding-right:4px}ytm-offer-detail-renderer{display:block}ytm-offer-detail-renderer>*{margin:8px 0}.offer-detail-renderer-terms{padding:8px 0;color:#606060}.offer-detail-renderer-terms>a{color:#065fd4}.offer-detail-renderer-benefits>ytm-bullet-formatted-string{padding:4px 0}ytm-offer-detail-step-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.offer-detail-step-renderer-body{padding:0 12px}.offer-detail-step-renderer-masthead .media-product-renderer{padding:12px 0 12px;border-bottom:1px solid rgba(0,0,0,0.1)}ytm-offer-content-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:8px 12px}.offer-content-renderer-offer-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.offer-content-renderer-thumbnail{height:32px;width:32px;margin-right:12px;min-width:32px}.offer-content-renderer-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-align-self:stretch;align-self:stretch;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.offer-content-info-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-align-self:stretch;align-self:stretch;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.offer-content-renderer-description{color:#606060}.offer-content-renderer-action-button{white-space:nowrap}.offer-content-renderer-benefits>ytm-bullet-formatted-string{padding:4px 0}ytm-offer-section-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;border-bottom:1px solid rgba(0,0,0,0.1)}.offer-section-renderer-heading{padding:8px 12px}.offer-section-renderer-description{color:#606060}ytm-offer-selection-step-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding-bottom:16px;max-height:600px;max-width:520px;min-width:300px}ytm-offer-section-renderer:last-of-type{border:0}ytm-offer-selection-step-renderer .media-product-renderer{padding:12px 0 12px;border-bottom:1px solid rgba(0,0,0,0.1)}ytm-offer-selection-step-renderer ytm-card-item-renderer{border-bottom:1px solid rgba(0,0,0,0.1)}ytm-purchase-complete-detail-renderer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;font-size:1.6rem;line-height:1.25;white-space:pre-line}ytm-purchase-complete-detail-renderer>*{margin:8px 0}.purchase-complete-detail-description{display:block}.purchase-complete-detail-description a{color:#065fd4}ytm-purchase-complete-step-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.purchase-complete-step-renderer-body{padding:8px 24px;width:-webkit-fit-content;width:fit-content;margin-left:auto;margin-right:auto}ytm-ypc-transaction-error-message-renderer{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;padding:8px 24px}ytm-ypc-transaction-error-message-renderer .error-message{letter-spacing:.01em;text-align:left}ytm-flow-top-bar-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding:12px}.flow-top-bar-renderer-back-button{margin-right:8px}.flow-top-bar-renderer-text{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.flow-top-bar-renderer-title{font-weight:500}.flow-top-bar-renderer-subtitle{color:#606060}.video-summary-content-view-model-wiz{display:block;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;margin:12px}.video-summary-content-view-model-wiz--is-search{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.video-summary-content-view-model-wiz__list{margin-left:24px;margin-bottom:4px;list-style-type:disc}.video-summary-content-view-model-wiz__list-item{padding-left:8px}.video-summary-content-view-model-wiz__paragraph{margin-bottom:4px}.expandable-metadata-renderer-wiz{width:100%;display:block;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.expandable-metadata-renderer-wiz__container{background-color:rgba(0,0,0,0.05);border-radius:12px;padding:4px;margin:12px 0}.expandable-metadata-renderer-wiz__container--expanded{background-color:rgba(0,0,0,0.05);border-radius:12px;padding:4px;margin:12px 0}.expandable-metadata-renderer-wiz__header{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-justify-content:space-between;-webkit-box-pack:justify;justify-content:space-between}.expandable-metadata-renderer-wiz__left-section-expanded{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding-top:8px;padding-left:8px}.expandable-metadata-renderer-wiz__left-section-collapsed{-webkit-align-items:center;-webkit-box-align:center;align-items:center;margin-left:12px;color:#0f0f0f}.expandable-metadata-renderer-wiz__collapsed-left-section-summary{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.expandable-metadata-renderer-wiz__expanded-title-container{margin-left:8px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.expandable-metadata-renderer-wiz__expanded-title{margin-bottom:0;color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.expandable-metadata-renderer-wiz__expanded-subtitle-command{color:#606060;text-decoration:none}.expandable-metadata-renderer-wiz__expanded-subtitle{margin:0;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.expandable-metadata-renderer-wiz__right-section{margin-left:12px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.expandable-metadata-renderer-wiz__collapsed-right-section{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.expandable-metadata-renderer-wiz__collapsed-right-section-header{margin-bottom:0;margin-left:4px;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}.expandable-metadata-renderer-wiz__content{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.expandable-metadata-renderer-expanded-icon{margin-left:4px;margin-top:4px;width:12px;height:12px;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400}.expanded-metadata-renderer-expanded-menu-footer{margin:12px}.yt-video-attribute-view-model{position:relative}.yt-video-attribute-view-model__hero-section{overflow:hidden;position:relative;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center}.yt-video-attribute-view-model__title{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;max-height:4rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-video-attribute-view-model__subtitle{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-video-attribute-view-model__secondary-subtitle{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-video-attribute-view-model__hero-image{width:100%}.yt-video-attribute-view-model__hero-text-wrapper{width:100%;height:100%;background-color:#def1ff;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-align-items:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-webkit-box-pack:center;justify-content:center}.yt-video-attribute-view-model__hero-text{color:#065fd4;font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;max-height:2rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-video-attribute-view-model__metadata{margin:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.yt-video-attribute-view-model__button{margin-top:auto}.yt-video-attribute-view-model__link-container{display:block;text-decoration:none}.yt-video-attribute-view-model__overflow-menu{position:absolute;top:0;right:0;color:#fff}.yt-video-attribute-view-model--horizontal .yt-video-attribute-view-model__link-container{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.yt-video-attribute-view-model--horizontal .yt-video-attribute-view-model__metadata{margin-left:16px}.yt-video-attribute-view-model--image-small .yt-video-attribute-view-model__hero-section{border-radius:4px;width:72px}.yt-video-attribute-view-model--image-large .yt-video-attribute-view-model__hero-section{border-radius:8px;width:164px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.yt-video-attribute-view-model--image-large.yt-video-attribute-view-model--horizontal .yt-video-attribute-view-model__link-container{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.yt-video-attribute-view-model--image-large.yt-video-attribute-view-model--horizontal .yt-video-attribute-view-model__metadata{margin-left:0;margin-top:4px}.yt-video-attribute-view-model--image-large.yt-video-attribute-view-model--horizontal .yt-video-attribute-view-model__button{margin-top:8px}}.yt-video-attribute-view-model--vertical .yt-video-attribute-view-model__link-container{display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.yt-video-attribute-view-model--vertical .yt-video-attribute-view-model__metadata{margin-top:4px}.yt-video-attribute-view-model--vertical.yt-video-attribute-view-model--image-small{width:72px}.yt-video-attribute-view-model--vertical.yt-video-attribute-view-model--image-large{width:164px}.yt-video-attribute-view-model--image-square .yt-video-attribute-view-model__hero-image{height:auto}.yt-video-attribute-view-model--image-square.yt-video-attribute-view-model--image-small .yt-video-attribute-view-model__hero-section{height:72px}.yt-video-attribute-view-model--image-square.yt-video-attribute-view-model--image-large .yt-video-attribute-view-model__hero-section{height:164px}.yt-video-attribute-view-model--image-avatar .yt-video-attribute-view-model__hero-image{border-radius:50%}.fresh-feeds-separators ytm-album-card-renderer{margin-bottom:12px}ytm-album-card-renderer{display:inline-block}ytm-simple-card{display:inline-block;width:100px}.simple-card-endpoint{background-color:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.simple-card-thumbnail{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:100px;box-sizing:border-box;background-color:#fff}.simple-card-title{margin:8px;white-space:normal;height:2.5em}ytm-horizontal-card-list-renderer{display:block;position:relative}ytm-horizontal-card-list-renderer.item.fresh-feeds-separators{margin-top:0;margin-bottom:0}ytm-horizontal-card-list-renderer:not([loading]) .spinner,ytm-horizontal-card-list-renderer[loading] .horizontal-card-list-cards{display:none}ytm-horizontal-card-list-renderer ytm-sort-filter-sub-menu-renderer{margin-top:4px}ytm-horizontal-card-list-renderer[data-is-library-page]:not(.fresh-feeds-separators) .horizontal-card-list-header{padding-top:0}ytm-horizontal-card-list-renderer[data-is-library-page] .horizontal-card-list-header{-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-horizontal-card-list-renderer[data-is-library-page] .ytm-rich-list-header-title{font-size:1.6rem}ytm-horizontal-card-list-renderer[data-is-library-page] .horizontal-card-list-top-container{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.horizontal-card-list-divider{background-color:rgba(0,0,0,0.1);border:0;height:6px;margin-left:-12px;margin-right:-12px}.horizontal-card-list-top-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.horizontal-card-list-header{padding:12px 12px 10px}.horizontal-card-list-header .ytm-rich-list-header-icon{margin-right:12px}.macromarker .horizontal-card-list-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:12px 0}c3-material-button.compact.horizontal-card-list-button{margin:0}.horizontal-card-list-button .c3-material-button-button{padding-bottom:10px;padding-top:0}.horizontal-card-list-button a{padding-bottom:10px}.horizontal-card-list-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.horizontal-card-list-cards{display:block;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;white-space:nowrap}.constrain-shelf-items-to-equal-height{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.horizontal-card-list-card-thumbnail-xlarge{width:311px;-webkit-flex-shrink:0;flex-shrink:0}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.horizontal-card-list-card-thumbnail-xlarge{width:200px;-webkit-flex-shrink:0;flex-shrink:0}}.macromarker .horizontal-card-list-cards{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-column-gap:8px;column-gap:8px;margin-bottom:16px;margin-right:-12px;padding-right:12px}.video-attribute-card-shelf .horizontal-card-list-cards{display:-webkit-box;display:-webkit-flex;display:flex}.video-attribute-card-shelf .horizontal-card-list-cards video-attribute-view-model-c3,.video-attribute-card-shelf .horizontal-card-list-cards yt-video-attribute-view-model{margin-left:12px}.horizontal-card-list-cards::-webkit-scrollbar{background:transparent;height:0;width:0;display:none}.horizontal-card-list-card{margin-left:12px}.horizontal-card-list-cards mini-game-card-view-model-c3{margin-left:12px}.horizontal-card-list-cards .horizontal-card-list-card:last-child,.horizontal-card-list-cards ytm-notification-multi-action-renderer:last-child{margin-right:12px}.horizontal-card-list-cards ytm-notification-multi-action-renderer{display:inline-block;width:160px;margin-left:12px}lazy-list ytm-horizontal-card-list-renderer+ytm-video-with-context-renderer.item,lazy-list ytm-horizontal-card-list-renderer+ytm-compact-radio-renderer.item,lazy-list ytm-horizontal-card-list-renderer+ytm-compact-playlist-renderer.item{margin-top:12px}@media(max-width:930px) and (orientation:landscape),(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){lazy-list ytm-horizontal-card-list-renderer+ytm-video-with-context-renderer.item,lazy-list ytm-horizontal-card-list-renderer+ytm-compact-radio-renderer.item,lazy-list ytm-horizontal-card-list-renderer+ytm-compact-playlist-renderer.item{margin-top:0}}ytm-horizontal-card-list-renderer.modern-typography .ytm-rich-list-header-title{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:block;max-height:2.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){ytm-horizontal-card-list-renderer.modern-typography .ytm-rich-list-header-title{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:2.6rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}ytm-horizontal-card-list-renderer.modern-typography .ytm-rich-list-header-text .subhead{font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:3.6rem;-webkit-line-clamp:2;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.horizontal-card-list-footer-button{margin-top:16px}.fresh-feeds-separators ytm-movie-card-renderer{margin-bottom:12px}ytm-movie-card-renderer{display:inline-block;width:160px}ytm-movie-card-renderer .video-thumbnail-container-compact{width:160px;height:230px;-webkit-flex-shrink:0;flex-shrink:0}.ytm-movie-card-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ytm-movie-card-title{margin:8px 0 0 4px;white-space:normal;max-height:3.75em;-webkit-line-clamp:3}.fresh-feeds-separators ytm-playlist-card-renderer{margin-bottom:12px}ytm-playlist-card-renderer{display:inline-block}.playlist-card-metadata{margin-top:8px;overflow:hidden;width:160px;display:-webkit-box;display:-webkit-flex;display:flex}.playlist-card-title-container{white-space:normal;width:100%}.playlist-card-overlay{text-align:center}.playlist-card-overlay c3-icon{width:32px;height:32px}.playlist-card-overlay-text{font-weight:500}ytm-playlist-card-renderer .playlist-card-image{display:block}ytm-playlist-card-renderer .playlist-card-image.stacked{position:relative;margin-top:6px}.fresh-feeds-separators ytm-premium-season-card-renderer{margin-bottom:12px}ytm-premium-season-card-renderer{display:inline-block;width:160px}.fresh-feeds-separators ytm-preview-card-renderer{margin-bottom:12px}ytm-preview-card-renderer{display:inline-block}ytm-preview-card-renderer .video-thumbnail-container-compact{width:120px;height:67px}ytm-preview-card-renderer .video-card-metadata{width:120px}ytm-preview-card-renderer .video-card-title{max-height:3.75em;-webkit-line-clamp:3}.ytm-preview-card-header{margin:16px 0}.ytm-preview-card-item:not(:last-of-type){margin-right:8px}.ytm-preview-card-content{margin:0 16px}ytm-rich-list-header-renderer{display:-webkit-box;display:-webkit-flex;display:flex}ytm-rich-list-header-renderer .channel-thumbnail-icon,ytm-rich-list-header-renderer c3-icon{margin-right:8px;vertical-align:middle}.ytm-rich-list-header-title{font-size:1.5rem}.macromarker .ytm-rich-list-header-title{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:1.8rem}.ytm-rich-list-header-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ytm-rich-list-header-title-only{margin:auto}ytm-rich-list-header-renderer.horizontal-card-list-header-bold .ytm-rich-list-header-title{font-weight:500}.fresh-feeds-separators ytm-video-card-renderer{margin-bottom:12px}ytm-video-card-renderer{display:inline-block}.video-card-metadata{margin-top:8px;overflow:hidden;width:160px;display:-webkit-box;display:-webkit-flex;display:flex}.video-card-metadata.video-card-fill-parent{width:100%}.horizontal-card-list-card .video-card-metadata{margin-top:unset}.horizontal-card-list-card .video-card-title-container{margin-top:8px}.video-card-title-container{white-space:normal;width:100%}.video-card-menu{-webkit-flex-shrink:0;flex-shrink:0;overflow:hidden;margin-right:-16px}ytm-video-card-renderer .video-card-image{display:block}ytm-video-card-renderer ytm-thumbnail-overlay-time-status-renderer[data-style=SHORTS] .icon-text{display:none}ytm-video-card-renderer ytm-badge-supported-renderer{-webkit-flex-wrap:wrap;flex-wrap:wrap}ytm-video-card-renderer ytm-badge-supported-renderer ytm-metadata-badge-renderer+ytm-metadata-badge-renderer{margin-left:0}ytm-video-card-renderer ytm-badge-supported-renderer ytm-metadata-badge-renderer{margin-right:4px;margin-top:4px}.fresh-feeds-separators ytm-search-refinement-card-renderer{margin-bottom:12px}ytm-search-refinement-card-renderer{display:inline-block}ytm-search-refinement-card-renderer.stacked{position:relative;margin-top:4px}ytm-search-refinement-card-renderer .simple-card-endpoint{border:1px solid rgba(0,0,0,0.1);border-radius:10px;border-radius:8px;overflow:hidden}ytm-search-refinement-card-renderer.stacked .simple-card-endpoint{position:relative;border:1px solid #fff}ytm-search-refinement-card-renderer[data-style=CARD_RENDERER_STYLE_TYPE_UNIVERSAL_WATCH_CARD] .simple-card-thumbnail{border-radius:0}ytm-search-refinement-card-renderer[data-style=CARD_RENDERER_STYLE_TYPE_ALBUM_CARD] .simple-card-thumbnail{border-radius:8px}ytm-search-refinement-card-renderer:not([data-style=CARD_RENDERER_STYLE_TYPE_UNIVERSAL_WATCH_CARD]):not([data-style=CARD_RENDERER_STYLE_TYPE_ALBUM_CARD]) ytm-simple-card{width:127px}ytm-search-refinement-card-renderer:not([data-style=CARD_RENDERER_STYLE_TYPE_UNIVERSAL_WATCH_CARD]):not([data-style=CARD_RENDERER_STYLE_TYPE_ALBUM_CARD]):not([data-style=CARD_RENDERER_STYLE_TYPE_MOVIE_POSTER]) .simple-card-thumbnail{height:69px}ytm-search-refinement-card-renderer[data-style=CARD_RENDERER_STYLE_TYPE_MOVIE_POSTER] .simple-card-thumbnail{height:183px}.ytm-sort-filter-sub-menu-item{padding:12px;font-size:1.6rem}.ytm-sort-filter-sub-menu-item[selected=true]{background:rgba(0,0,0,0.1)}.yt-video-attributes-section-view-model{display:block}.yt-video-attributes-section-view-model__header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.yt-video-attributes-section-view-model__title{color:#0f0f0f;font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:900;overflow:hidden;display:block;max-height:2.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){.yt-video-attributes-section-view-model__title{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:900;overflow:hidden;display:block;max-height:2.6rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}.yt-video-attributes-section-view-model__subtitle{color:#606060;font-family:"Roboto","Arial",sans-serif;font-size:1.2rem;line-height:1.8rem;font-weight:400;overflow:hidden;display:block;max-height:1.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}.yt-video-attributes-section-view-model__video-attributes{margin-top:16px}.yt-video-attributes-section-view-model__footer-button{margin-top:16px}ytm-playlist-engagement-panel-header{overflow:hidden;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.playlist-engagement-panel-header{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin:0;font-size:1.8rem;line-height:2rem;white-space:nowrap}.playlist-engagement-panel-header-feature-phone{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;font-size:1.8rem;line-height:2rem;margin-bottom:32px;white-space:nowrap}.playlist-engagement-panel-subhead{display:-webkit-box;display:-webkit-flex;display:flex}.playlist-engagement-panel-list-title{display:inline;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:700;padding-right:4px}.playlist-engagement-panel-mix-subhead{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden}.playlist-engagement-panel-mix-title{font-weight:700;margin-left:4px;display:inline;text-overflow:ellipsis;overflow:hidden}.playlist-engagement-panel-subtitle{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.playlist-engagement-panel-list-count{color:#606060;font-size:1.4rem}.playlist-engagement-panel-list-owner-name{color:#606060;font-size:1.2rem;line-height:1.6;display:inline;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.playlist-engagement-panel-list-badge{margin-left:4px;vertical-align:text-top}.playlist-engagement-panel-controls{position:absolute;display:-webkit-box;display:-webkit-flex;display:flex;bottom:0;left:0}.next-video-button:active{background-color:#fff;box-shadow:0 4px 2px -2px rgba(0,0,0,.2)}.previous-video-button:active{background-color:#fff;box-shadow:0 4px 2px -2px rgba(0,0,0,.2)}ytm-clip-section-footer-renderer{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;background:#fff;bottom:0;min-height:58px;left:0;right:0;padding:16px;position:absolute}ytm-clip-section-footer-renderer c3-material-button.compact{margin:0}@media(max-width:299px) and (orientation:portrait){ytm-clip-section-footer-renderer{position:relative}}@media(max-width:930px) and (orientation:landscape){ytm-clip-section-footer-renderer{margin-bottom:106px;position:static}}ytm-clip-section-renderer{background-color:#f1f1f1;overflow:auto;-webkit-overflow-scrolling:touch}.clip-section-renderer-contents>.clip-section-renderer-item{border-bottom:1px solid rgba(0,0,0,0.1);display:block;padding:16px}.clip-section-renderer-contents>.clip-section-renderer-item .ytm-item-section-header-title{color:#606060}.clip-section-renderer-contents>.clip-section-renderer-item:last-child{border:0}@media(max-width:549px) and (orientation:portrait){.clip-section-renderer-contents{margin-bottom:58px;overflow:auto}[has-pivot-bar=true] .clip-section-renderer-contents{margin-bottom:106px}}@media(max-width:299px) and (orientation:portrait){[has-pivot-bar=true] .clip-section-renderer-contents{margin-bottom:0}}@media(min-width:931px) and (orientation:landscape){.clip-section-renderer-contents{overflow:auto}}ytm-compact-infocard-renderer{display:block}ytm-compact-infocard-renderer ytm-media-lockup-renderer .ytm-media-lockup-thumbnail-container{border-radius:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:67px;width:120px;overflow:hidden}ytm-compact-infocard-renderer ytm-media-lockup-renderer .ytm-media-lockup-thumbnail{width:100%}ytm-media-lockup-renderer{display:block}.ytm-media-lockup-overlay-link{display:-webkit-box;display:-webkit-flex;display:flex}.ytm-media-lockup-info{margin-left:12px}.ytm-media-lockup-thumbnail{border-radius:4px}.ytm-media-lockup-title{color:#0f0f0f;font-size:1.4rem}.ytm-media-lockup-subtitle{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#606060;font-size:1.2rem}.ytm-media-lockup-link-icon{width:12px;height:12px;margin-left:4px}ytm-structured-description-channel-lockup-renderer{display:block}.ytm-structured-description-channel-lockup-endpoint{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.structured-description-channel-lockup-thumbnail-container{display:-webkit-box;display:-webkit-flex;display:flex;height:67px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-right:12px;width:120px}.structured-description-channel-lockup-thumbnail{border-radius:50%;height:100%;width:auto}.structured-description-channel-lockup-headline{color:#0f0f0f}.structured-description-channel-lockup-subscriber-count{color:#606060}ytm-structured-description-playlist-lockup-renderer{display:block}ytm-structured-description-playlist-lockup-renderer .compact-media-item{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;padding:0}ytm-structured-description-playlist-lockup-renderer .compact-media-item .compact-media-item-headline{max-height:2.5em;-webkit-line-clamp:2}ytm-structured-description-playlist-lockup-renderer .video-thumbnail-container-compact{width:120px;height:67px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-structured-description-playlist-lockup-renderer .compact-media-item-metadata-content{padding:0}}ytm-structured-description-video-lockup-renderer{display:block}ytm-structured-description-video-lockup-renderer .compact-media-item .compact-media-item-headline{max-height:2.5em;-webkit-line-clamp:2}ytm-structured-description-video-lockup-renderer .video-thumbnail-container-compact{width:120px;height:67px}ytm-structured-description-video-lockup-renderer .compact-media-item{padding:0}ytm-expandable-video-description-body-renderer{display:block;white-space:pre-wrap;padding-top:12px;padding-bottom:32px;line-height:16px}ytm-expandable-video-description-body-renderer a{color:#065fd4}ytm-expandable-video-description-body-renderer.expandable-video-description-modern{background-color:rgba(0,0,0,0.05);border-radius:12px;padding:12px;margin:12px 0}ytm-expandable-video-description-body-renderer.expandable-video-description-modern .collapsed-string-expand-button{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:500}ytm-expandable-video-description-body-renderer.faded-scrim-video-description .expandable-video-description-container{font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400}ytm-expandable-video-description-body-renderer.faded-scrim-video-description .expandable-video-description-container:not(.expandable-video-description-expanded){font-family:"Roboto","Arial",sans-serif;font-size:1.4rem;line-height:2rem;font-weight:400;overflow:hidden;display:block;max-height:14rem;-webkit-line-clamp:7;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}ytm-expandable-video-description-body-renderer.faded-scrim-video-description .expandable-video-description-collapsible:not(.expandable-video-description-expanded){-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#000),to(transparent));-webkit-mask-image:-webkit-linear-gradient(#000 50%,transparent);mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#000),to(transparent));mask-image:linear-gradient(#000 50%,transparent)}ytm-structured-description-content-renderer{display:block;padding:12px 16px;overflow-y:scroll;-webkit-overflow-scrolling:touch}ytm-structured-description-content-renderer ytm-expandable-video-description-body-renderer{font-size:1.4rem;line-height:1.25}ytm-structured-description-content-renderer ytm-reel-shelf-renderer{margin-left:0;margin-right:0;border-bottom:0}ytm-structured-description-content-renderer ytm-reel-shelf-renderer .reel-shelf-header{padding-left:0}ytm-structured-description-content-renderer ytm-reel-item-renderer:first-of-type{margin-left:0}.draggable ytm-structured-description-content-renderer{padding:12px 12px}ytm-structured-description-content-renderer:not(.modern-sd-v2-container) ytm-video-description-gaming-section-renderer,ytm-structured-description-content-renderer:not(.modern-sd-v2-container) ytm-video-description-music-section-renderer,ytm-structured-description-content-renderer:not(.modern-sd-v2-container) ytm-video-description-infocards-section-renderer{border-top:6px solid rgba(0,0,0,0.1)}ytm-topic-link-renderer{display:block;border:1px solid rgba(0,0,0,0.1);border-radius:6px}.ytm-topic-link-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:8px}.ytm-topic-link-title{color:#0f0f0f;font-size:1.4rem;margin-left:12px;margin-bottom:unset}.ytm-topic-link-icon{margin-left:auto}.ytm-topic-link-thumbnail{width:32px;border-radius:2px}ytm-video-description-gaming-section-renderer{display:block;padding:16px 0}.ytm-video-description-gaming-section-title{margin-bottom:12px;font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:500}ytm-video-description-gaming-section-renderer ytm-topic-link-renderer{margin-top:16px}ytm-factoid-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-factoid-renderer .factoid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:0 4px;text-align:center;width:100%}ytm-factoid-renderer .factoid-value{color:#0f0f0f;font-family:"YouTube Sans",Roboto,Arial,sans-serif;font-weight:700;font-size:1.8rem;line-height:26px;margin-bottom:2px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-factoid-renderer .factoid-value{font-size:1.4rem;line-height:20px}}ytm-factoid-renderer .factoid-label{color:#606060;line-height:16px}ytm-sentiment-factoid-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1}ytm-video-description-header-renderer{display:block}ytm-video-description-header-renderer .primary-info{border-bottom:1px solid rgba(0,0,0,0.1)}ytm-video-description-header-renderer .title{padding:4px 0;font-weight:700;font-size:1.8rem}ytm-video-description-header-renderer .metadata{padding:0 4px 4px 0;color:#606060;overflow:hidden}ytm-video-description-header-renderer .metadata>span{white-space:nowrap;display:inline-block;margin-right:5px;padding-right:5px}ytm-video-description-header-renderer .metadata>span::before{content:"•";display:inline-block;width:7px;margin-left:-7px}ytm-video-description-header-renderer .factoids{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;padding:8px 0}ytm-video-description-header-renderer .header-thumbnail{width:24px;height:24px}ytm-video-description-header-renderer .channel-title{max-height:1.25em;-webkit-line-clamp:1;font-weight:500;margin:0 8px;margin-bottom:0;word-break:break-word}ytm-video-description-header-renderer .clickable-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;padding-top:8px}ytm-video-description-header-renderer .clickable-metadata button-view-model{margin-right:8px}ytm-video-description-header-renderer.video-description-header-no-divider .primary-info{border-bottom:unset}ytm-view-count-factoid-renderer{display:block}ytm-video-description-infocards-section-renderer{display:block;padding:16px 0}ytm-video-description-infocards-section-renderer ytm-compact-infocard-renderer{margin-bottom:12px}.ytm-video-description-infocards-section-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ytm-video-description-infocards-section-title{color:#0f0f0f;font-size:1.8rem}.ytm-video-description-infocards-section-subtitle{color:#0f0f0f;font-size:1.4rem}.ytm-infocards-channel-details-thumbnail{border-radius:50%;margin-right:12px;height:72px;width:72px}.ytm-video-description-infocards-action-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:48px;margin-top:12px}.ytm-video-description-infocards-action-buttons ytm-button-renderer{-webkit-flex-basis:50%;flex-basis:50%}.ytm-video-description-infocards-action-buttons ytm-button-renderer:first-child{margin-right:12px}.ytm-video-description-infocards-list:empty{display:none}.ytm-video-description-infocards-list{margin-top:12px}.ytm-infocards-creator-custom-url-buttons{white-space:nowrap;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;margin-top:12px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;align-items:center}.ytm-infocards-creator-custom-url-buttons ytm-button-renderer,.ytm-infocards-creator-custom-url-buttons button-view-model{margin-right:8px}.ytm-infocards-creator-custom-url-buttons::-webkit-scrollbar{display:none}ytm-video-description-infocards-section-renderer.ytm-description-infocards-channel-details-v2 .ytm-video-description-infocards-section-subtitle{color:#606060;font-size:1.2rem}ytm-video-description-infocards-section-renderer.ytm-description-infocards-channel-details-v2 .ytm-infocards-channel-details-thumbnail{height:36px;width:36px}ytm-info-row-renderer{display:block;border-bottom:1px solid rgba(0,0,0,0.1)}.info-row-container{padding:16px 0}.info-row-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:15px}.info-row-title{color:#606060;margin-right:24px;font-weight:500}.info-row-default-metadata-section{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-left:auto;font-size:1.4rem;color:#0f0f0f;overflow:hidden}.info-row-default-metadata{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.info-row-default-metadata a{color:#065fd4;font-weight:500}.info-row-truncation-text{white-space:nowrap;margin-left:4px;font-weight:500}ytm-info-row-renderer .expand-icon{margin-left:4px}.info-row-expanded-metadata{margin-top:4px}ytm-video-description-music-section-renderer{display:block;padding:16px 0}ytm-video-description-music-section-renderer ytm-compact-video-renderer .compact-media-item-image{display:none}.music-metadata-video-lockups{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;overflow-x:scroll;-webkit-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:12px}.music-metadata-video-lockups ytm-compact-video-renderer{-webkit-box-flex:0;-webkit-flex:0 0 80%;flex:0 0 80%;border-radius:6px;margin-right:16px;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;background-color:rgba(0,0,0,0.05);-ms-overflow-style:none;scrollbar-width:none}.music-metadata-video-lockups ytm-compact-video-renderer a.compact-media-item-metadata-content{padding:8px}.music-metadata-video-lockups ytm-compact-video-renderer a[href] .compact-media-item-headline{color:#065fd4}.music-metadata-video-lockups ytm-compact-video-renderer .compact-media-item-headline{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.music-metadata-video-lockups:empty{display:none}.music-metadata-video-lockups::-webkit-scrollbar{display:none}.ytm-video-description-music-section-title{color:#0f0f0f;font-weight:500;font-size:1.8rem}.music-metadata-premium-upsell-link{margin-top:16px}.music-metadata-premium-upsell-link a{display:block;color:#065fd4;font-weight:500}.music-metadata-topic-link{margin-top:16px}ytm-fact-check-renderer{display:block}ytm-fact-check-renderer.item{margin-top:0}.fact-check-container{background-color:rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}ytm-search .fact-check-container.breakout-item-content{margin-bottom:12px;border-bottom:1px solid rgba(0,0,0,0.1)}.fact-check-endpoint{padding:12px 0 12px 12px;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.fact-check-section-title{margin-bottom:12px}.fact-check-section-title-text.title{margin-left:8px}.fact-check-menu{padding:12px 12px 0 0;-webkit-flex-shrink:0;flex-shrink:0}.fact-check-article-title{color:#065fd4}.fact-check-article-title-text{font-weight:500}.fact-check-publisher-link-icon{padding-left:2px;width:12px;height:12px}.fact-check-body{margin-top:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.fact-check-image{margin-right:12px;width:84px;height:84px;-webkit-flex-shrink:0;flex-shrink:0}.fact-check-rating{margin-top:4px}ytm-fancy-dismissible-dialog-renderer{display:block}.fancy-dismissable-dialog-content{margin:8px 0 12px;white-space:pre-wrap}.fancy-dismissable-dialog-content a{color:#065fd4}ytm-feed-entry-renderer{display:block}.feed-entry-profile-icon{width:28px;height:28px;margin-right:8px}.feed-entry-header{margin-bottom:8px;padding:0 12px}.feed-entry-time{margin-left:4px}.gaming-account-link-confirm-dialog-renderer-banner{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:8px;padding-bottom:16px}.gaming-account-link-confirm-dialog-renderer-banner.gaming-account-link-confirm-dialog-renderer-banner-modern{margin:0;padding:0;width:100%}.gaming-account-link-confirm-dialog-renderer-background{background:rgba(0,0,0,0.1);height:88px;position:absolute;left:0;top:0;width:100%;z-index:-1}.gaming-account-link-confirm-dialog-renderer-background.gaming-account-link-confirm-dialog-renderer-background-modern{z-index:auto}.gaming-account-link-confirm-dialog-renderer-title{-webkit-line-clamp:initial;max-height:none;padding:8px 0 0}.gaming-account-link-confirm-dialog-renderer-icon-container{padding:16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;z-index:1}.gaming-account-link-confirm-dialog-renderer-avatar{border-radius:100%;height:56px;margin:0 -16px;width:56px}.gaming-account-link-confirm-dialog-renderer-icon{background:#3ea6ff;border-radius:100%;color:#fff;height:20px;padding:2px;width:20px;z-index:2}.gaming-account-link-confirm-dialog-renderer-close{color:#909090;position:absolute;right:0;top:0}.gaming-account-link-confirm-dialog-renderer-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:100%}.gaming-account-link-confirm-dialog-renderer-buttons:not([loading]) .spinner,.gaming-account-link-confirm-dialog-renderer-buttons[loading] .gaming-account-confirm-dialog-renderer-button,.gaming-account-confirm-dialog-renderer-cancel:not([loading]) .spinner,.gaming-account-confirm-dialog-renderer-cancel[loading] .gaming-account-confirm-dialog-renderer-button{display:none}.gaming-account-link-setting-renderer-banner{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:8px;padding-bottom:24px}.gaming-account-link-setting-renderer-banner.gaming-account-link-setting-renderer-banner-modern{margin:0;padding:0;width:100%;position:relative;overflow:hidden}.gaming-account-link-setting-renderer-background{background:rgba(0,0,0,0.1);height:88px;position:absolute;left:0;top:0;width:100%;z-index:-1}.gaming-account-link-setting-renderer-background.gaming-account-link-setting-renderer-background-modern{z-index:auto}.gaming-account-link-setting-renderer-title{-webkit-line-clamp:initial;border-bottom:1px solid rgba(0,0,0,0.1);max-height:none;padding-bottom:16px;margin-bottom:8px}.gaming-account-link-setting-renderer-icon-container{padding:16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;z-index:1}.gaming-account-link-setting-renderer-avatar{border-radius:100%;height:56px;width:56px}.gaming-account-link-setting-renderer-icon{color:#fff;background:#3ea6ff;border-radius:100%;padding:2px;width:20px;height:20px;margin:0 8px}.gaming-account-link-setting-renderer-close{color:#909090;position:absolute;right:0;top:0}.gaming-account-link-setting-renderer-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1}.gaming-account-link-setting-renderer-buttons,.gaming-account-link-setting-renderer-buttons .c3-material-button-button{width:100%}.gaming-account-link-setting-renderer-buttons .c3-material-button-button .cbox{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.gaming-account-link-setting-renderer-buttons:not([loading]) .spinner,.gaming-account-link-setting-renderer-buttons[loading] .gaming-account-link-setting-renderer-button{display:none}c3-material-button.gaming-account-link-setting-renderer-button.compact{margin:0}ytm-item-section-header-renderer{display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:12px;padding:12px}[tab-identifier=FEhistory] ytm-item-section-header-renderer{padding-top:4px;padding-bottom:4px}[tab-identifier=FEhistory] ytm-item-section-header-renderer .ytm-item-section-header-title{font-weight:500}ytm-item-section-header-renderer>.item-section-header-buttons{-webkit-box-flex:1;-webkit-flex:1 1 0;flex:1 1 0;min-width:0}ytm-item-section-header-renderer>.item-section-header-buttons:first-child{padding-left:12px}ytm-item-section-header-renderer>.item-section-header-buttons:last-child{padding-right:12px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-item-section-header-renderer{padding:8px}ytm-item-section-header-renderer>.item-section-header-buttons{font-size:1.2rem}ytm-item-section-header-renderer>.item-section-header-buttons:first-child{padding-left:4px}ytm-item-section-header-renderer>.item-section-header-buttons:last-child{padding-right:4px}}.ytm-item-section-header-title{font-size:1.6rem}ytm-item-section-header-renderer.minor-moment-settings{padding-top:24px;margin-bottom:0}ytm-item-section-header-renderer.minor-moment-settings .ytm-item-section-header-title{font-size:1.8rem}ytm-item-section-header-renderer.modern-typography .ytm-item-section-header-title{font-family:"Roboto","Arial",sans-serif;font-size:2rem;line-height:2.8rem;font-weight:700;overflow:hidden;display:block;max-height:2.8rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}@media(max-width:528px){ytm-item-section-header-renderer.modern-typography .ytm-item-section-header-title{font-family:"Roboto","Arial",sans-serif;font-size:1.8rem;line-height:2.6rem;font-weight:700;overflow:hidden;display:block;max-height:2.6rem;-webkit-line-clamp:1;display:box;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal}}ytm-item-section-renderer{display:block;border-bottom:1px solid rgba(0,0,0,0.1)}ytm-item-section-renderer:not(.fresh-feeds-separators) .horizontal-card-list-header{padding-top:0}ytm-item-section-renderer yt-lockup-view-model{display:-webkit-box;display:-webkit-flex;display:flex;margin-bottom:12px;padding:0 16px}ytm-item-section-renderer ytm-info-panel-container-renderer{margin-top:0;border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1)}.memberships-and-purchases ytm-item-section-renderer{border-bottom:6px solid rgba(0,0,0,0.1)}.memberships-and-purchases ytm-item-section-renderer:last-child{border-bottom:0}.memberships-and-purchases [tab-identifier=FEmembership_detail] ytm-item-section-renderer{border-bottom:0}.engagement-panel-comments-section ytm-item-section-renderer{border-bottom:0;padding:0}[tab-identifier=FEhistory] ytm-item-section-renderer{border-bottom:0}[tab-identifier=FEhistory] ytm-item-section-renderer:first-child{padding-top:12px}[tab-identifier=FEypc_offers] ytm-item-section-renderer{border:0}ytm-item-section-renderer.no-bottom-separator{border-bottom:0}[tab-identifier=SPminor_moment] .item{margin-top:0}ytm-item-section-renderer.no-bottom-separator .item:last-child{margin-bottom:0}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-item-section-renderer.feature-phone-minimal-lockups .icon-button{padding:0 0 0 8px;width:24px;height:24px}}.related-items-spinner{height:90vh;padding-top:70px}.item[data-is-search-bordered-item]+.item[data-is-search-bordered-item]{border-top:0}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){ytm-item-section-renderer ytm-promoted-sparkles-web-renderer.modern{margin-top:12px}}ytm-item-section-renderer.fresh-feeds-separators{border:0}ytm-timestamp-input{display:block;margin:8px 0 4px}.ytm-timestamp-input{margin-top:4px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}[dir=rtl] .ytm-timestamp-input{direction:ltr;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.timestamp-number-input{text-align:right;padding:2px 0}.timestamp-number-input::-webkit-inner-spin-button,.timestamp-number-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.timestamp-input-minutes{width:30px}.timestamp-input-separator{padding:0 2px}.timestamp-input-seconds{width:20px}ytm-legal-report-details-form-renderer{display:block}.legal-report-details-form-description-input{margin:12px 0;border-radius:8px}.legal-report-details-form-issue-type ytm-select,.legal-report-details-form-affiliation ytm-select{width:100%;margin-bottom:12px}.legal-report-details-form-name-input{width:100%;margin:12px 0 4px}.legal-report-details-form-name-subtext{color:#606060;margin-top:4px;font-size:1.2rem}.legal-report-details-form-footer-text{color:#606060;margin:24px 0;font-size:1.2rem}.legal-report-details-form-footer-text a{color:#065fd4}.legal-report-details-form-footer{-webkit-box-flex:1;-webkit-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.legal-report-details-form-buttons{display:-webkit-box;display:-webkit-flex;display:flex}ytm-limited-state-message-renderer{display:block;padding:12px;background-color:#fff}.limited-state-message-header{font-size:1.4rem;margin-bottom:12px}.limited-state-message-buttons{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin:12px 0}.limited-state-message-icon{color:#fbc02d;margin-right:12px}ytm-live-stream-offline-slate-renderer{display:block}.slate-overlay{background:rgba(0,0,0,0.8)}.slate-bar{position:absolute;bottom:12px;left:12px;right:12px;border-radius:5px;background:rgba(0,0,0,.7);padding:12px}.slate-bar-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.slate-bar-main-text{font-size:1.4rem;color:#fff}.slate-bar-subtitle-text{font-size:1.2rem;color:rgba(255,255,255,0.7);margin-top:4px}ytm-live-streamability-renderer{display:block}ytm-location-collection-renderer{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:calc(100vh - 48px);text-align:center}ytm-location-collection-renderer .loading-text{font-size:1.6rem;line-height:1.25;margin-top:24px;width:100%}ytm-location-collection-renderer .button-renderer-text{font-size:1.4rem;font-weight:500;line-height:1.25}ytm-location-collection-renderer .button-renderer{-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-radius:2px;height:36px;padding:8px}ytm-location-collection-renderer ytm-promo{background:0;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding-bottom:16px}ytm-location-collection-renderer ytm-promo .promo-img{margin-bottom:16px;width:120px}ytm-location-collection-renderer ytm-promo .promo-title{display:block;font-size:2.4rem;font-weight:500;line-height:1.25;margin-bottom:16px;text-align:center;width:256px;word-break:break-word}ytm-location-collection-renderer ytm-promo .promo-subtitle{color:#0f0f0f;display:block;font-size:1.6rem;line-height:1.25;margin-bottom:24px;margin-left:auto;margin-right:auto;width:256px;word-break:break-word}.mealbar-promo-renderer:empty{display:none}.mealbar-title:empty{display:none}.mealbar-promo-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;max-width:100%}ytm-mealbar{position:fixed;bottom:0;left:0;right:0;z-index:3;display:block;background:#fff;padding:16px;box-shadow:0 -1px 2px rgba(0,0,0,0.1)}[has-safe-area-in-max=true] ytm-mealbar{padding:16px;padding:16px max(16px,env(safe-area-inset-right)) 16px max(16px,env(safe-area-inset-left))}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-mealbar{position:fixed;bottom:24px;left:auto;right:24px;border-radius:4px;width:360px;box-shadow:0 6px 12px rgba(0,0,0,0.1)}}[has-pivot-bar=true] ytm-mealbar{bottom:48px;margin-bottom:0;margin-bottom:env(safe-area-inset-bottom)}.mealbar-icon-and-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.mealbar-icon{width:40px;height:auto;margin-right:16px;color:#f00;-webkit-flex-shrink:0;flex-shrink:0}.mealbar-title{margin-bottom:8px;color:#0f0f0f;font-weight:500}.mealbar-body{color:#606060}.mealbar-dismissal-icon{margin:-11px -13px 0 auto;color:#606060}.mealbar-buttons{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16px}.mealbar-buttons .ytm-mealbar-promo-button{max-width:100%}.mealbar-buttons .ytm-mealbar-promo-button c3-material-button{margin:0;max-width:100%}.ytm-mealbar-promo-button c3-material-button .c3-material-button-button{max-width:100%;padding-left:.85em;padding-right:.85em;font-weight:500}.ytm-mealbar-promo-button c3-material-button .button-renderer-text{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ytm-mealbar-promo-button{font-size:1.4rem}.ytm-mealbar-promo-button+.ytm-mealbar-promo-button{margin-left:.7em}ytm-menu-popup-renderer{display:block}.bottom-sheet-media-menu-popup-item ytm-menu-item{padding:0;height:48px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bottom-sheet-media-menu-popup-item .menu-item-button{display:-webkit-box;display:-webkit-flex;display:flex;padding:0;margin-left:12px;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem}.bottom-sheet-media-menu-popup-item c3-icon{margin-right:12px}ytm-minor-moment-header-renderer{display:block;text-align:center}.minor-moment-header .minor-moment-header-title{padding-top:33px;font-size:2.4rem;font-weight:700;line-height:1}.minor-moment-header .minor-moment-header-image img{padding-top:16px;max-height:166px}.minor-moment-header .minor-moment-header-caption{padding:29px 29px 48px 22px;font-size:20px;line-height:28px;color:#606060}ytm-report-channel-modal-footer-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding:16px}ytm-option-selectable-item-renderer{display:block}ytm-option-selectable-item-renderer ytm-select{display:block;margin-left:30px}ytm-options-renderer{display:block}c3-material-checkbox{height:48px}.c3-material-checkbox-input{position:absolute;opacity:0}.c3-material-checkbox-input+.c3-material-checkbox-content{display:block;position:relative;padding-left:32px;margin:12px 0}.c3-material-checkbox-input+.c3-material-checkbox-content .c3-material-checkbox-label::before{content:"";position:absolute;top:8px;left:0;width:14px;height:14px;margin-top:-9px;border:2px solid #606060}.c3-material-checkbox-input:checked+.c3-material-checkbox-content .c3-material-checkbox-label::before{background-color:#065fd4;border-color:#065fd4}.c3-material-checkbox-input:checked+.c3-material-checkbox-content .c3-material-checkbox-label::after{content:"";position:absolute;left:1px;width:3px;height:8px;top:8px;margin-top:-7px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}[dir=rtl] .c3-material-checkbox-input:checked+.c3-material-checkbox-content .c3-material-checkbox-label::after{left:10px}ytm-account-item-section-renderer{display:block}ytm-account-item-renderer{display:block}ytm-account-item-section-header-renderer{padding-left:12px;display:block}.account-channel-handle{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.account-item-icon{width:36px;height:36px}.account-item-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;font-size:1.6rem;padding-left:12px;width:100%;height:48px;text-align:left}.account-item-endpoint .cbox{-webkit-box-flex:1;-webkit-flex:1;flex:1;width:100%}.account-item-content{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin-left:8px;overflow:hidden}.selected-account{margin-right:12px}.ytm-listbox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.ytm-listbox .listbox-option{display:block;text-align:initial}ytm-account-section-list-renderer{display:block;padding:12px 0}.add-bottom-border{border-bottom:1px solid rgba(0,0,0,0.1)}.none-bottom-border{border-bottom:0}.accounts-dialog-header-renderer{padding:12px 12px 0 12px;border-top:4px solid rgba(0,0,0,0.1);font-size:1.2rem}.google-account-header-renderer{margin:12px 12px 0 12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,0.1)}ytm-abuse-type-selector-renderer{display:block;padding:0 8px}ytm-additional-context-renderer{display:block;padding:8px}ytm-impersonation-screen-renderer{display:block;padding:8px}ytm-report-channel-modal-header-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;box-shadow:0 4px 2px -2px rgba(0,0,0,.2);padding:8px}.ytm-report-channel-header-title{font-weight:500;font-size:1.6rem}.ytm-report-channel-header-subtitle{font-size:1.4rem;color:#606060}ytm-selectable-video-list-renderer{display:block;height:100%;overflow-y:auto}ytm-selectable-video-renderer:not(:last-child){border-bottom:1px solid rgba(0,0,0,0.1)}.ytm-selectable-video-list-renderer-empty{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:8px}ytm-selectable-video-renderer{display:block;padding:0 8px}ytm-selectable-video-renderer .compact-media-item{padding:0}ytm-flow-footer-renderer{padding:16px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-flow-footer-renderer c3-material-button.compact{margin:0}.flow-footer-secondary-button{margin-right:16px}ytm-flow-header-renderer{display:block}.flow-header-top-bar{color:#606060;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flow-header-title{color:#0f0f0f;padding:12px}.flow-header-progress-bar{height:4px;width:100%;background-color:rgba(0,0,0,0.1)}.flow-header-progress-fill{height:100%;background-color:#0f0f0f}ytm-multi-page-menu-renderer,ytm-multi-page-menu-section-renderer{display:block}ytm-multi-page-menu-renderer{background-color:inherit}ytm-multi-page-menu-renderer[data-has-footer=true]{padding-bottom:42px}ytm-simple-menu-header-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-shadow:0 4px 2px -2px rgba(0,0,0,.2);font-size:1.6rem;padding:6px 4px}ytm-simple-menu-header-renderer .icon-button{margin-right:24px}button.multi-page-menu-system-link{width:100%;text-align:left;cursor:pointer;line-height:24px}ytm-multi-page-menu-section-renderer,.multi-page-menu-system-link-list{padding:12px 0}ytm-multi-page-menu-section-renderer{border-bottom:1px solid rgba(0,0,0,0.1)}h1.ytm-simple-menu-header-title{font-size:1.6rem;margin:0}.multi-page-menu-contents{background-color:inherit}.multi-page-menu-system-link{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:12px;font-size:1.6rem}.multi-page-menu-system-link c3-icon{margin-right:32px;float:left}.multi-page-menu-spinner{margin:auto}ytm-multi-page-menu-renderer ytm-privacy-tos-footer-renderer{background-color:inherit;position:fixed;bottom:0}ytm-multi-page-menu-renderer ytm-report-channel-modal-footer-renderer{box-sizing:border-box;background:#fff;border-top:1px solid rgba(0,0,0,0.1);bottom:0;position:fixed;width:100%;width:calc(100% - env(safe-area-inset-left) - env(safe-area-inset-right))}ytm-multi-page-menu-renderer[data-menu-style=multi-page-menu-style-type-flow]{height:100%}ytm-multi-page-menu-renderer[data-menu-style=multi-page-menu-style-type-flow][data-has-footer=true]{padding-bottom:0}ytm-multi-page-menu-renderer[data-menu-style=multi-page-menu-style-type-flow]>div{height:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}ytm-multi-page-menu-renderer[data-menu-style=multi-page-menu-style-type-flow]>div>*:nth-child(2){-webkit-box-flex:1;-webkit-flex:1;flex:1}ytm-multi-page-menu-renderer[data-menu-style=multi-page-menu-style-type-switcher][data-has-footer=true]>div>*:last-child{border-top:1px solid rgba(0,0,0,0.1)}ytm-legal-disclosure-view-model h3{max-height:12.5em;-webkit-line-clamp:10;color:#606060;padding:12px;overflow:inherit}ytm-post-confirmation-flow-step-renderer{display:block;padding:16px;box-sizing:border-box}ytm-privacy-tos-footer-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;box-sizing:border-box;padding:16px 12px 12px}.privacy-tos-footer-container{display:-webkit-box;display:-webkit-flex;display:flex}.privacy-tos-footer-privacy,.privacy-tos-footer-tos{font-weight:500;padding-top:16px;margin-top:-16px;min-height:16px;color:#0f0f0f}.privacy-tos-footer-separator{padding:0 8px;opacity:.6}ytm-privacy-tos-footer-renderer ytm-lugash-footer-renderer{background-color:inherit;padding:0;margin-top:6px}ytm-refund-confirmation-flow-step-renderer{display:block;padding:16px;box-sizing:border-box}.refund-confirmation-flow-step-user-info{margin-bottom:16px;word-break:break-all}.refund-confirmation-flow-step-confirmation-text{margin-bottom:24px}.refund-confirmation-flow-step-confirmation-details{padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid rgba(0,0,0,0.1)}ytm-music-pass-feature-info-renderer{display:block}.music-pass-feature-info-content{padding:40px 24px}.music-pass-feature-info-header{color:#0f0f0f;font-size:2rem;font-weight:normal;line-height:2.4rem}.music-pass-feature-info-description{color:#606060;font-size:1.4rem;line-height:2.4rem}.music-pass-feature-info-thumbnail{width:100%}ytm-music-pass-small-feature-info-renderer{display:-webkit-box;display:-webkit-flex;display:flex;padding:15px 12px}.music-pass-small-feature-thumbnail{-webkit-align-self:flex-start;align-self:flex-start;width:42px;min-width:42px}.music-pass-small-feature-description{-webkit-align-self:center;align-self:center;padding-left:25px;color:#606060}.music-pass-small-feature-header{color:#0f0f0f;font-size:1.8rem;line-height:2.4rem}.music-pass-small-feature-description-details{font-size:1.4rem;line-height:2rem}.music-pass-small-feature-description-details>a{color:#065fd4}ytm-offer-item-renderer{display:block;padding:16px}.offer-item-heading{margin-top:8px;margin-bottom:4px}.offer-item-description{margin-bottom:8px}.offer-item-additionalinfo{margin-right:4px}ytm-offer-item-upsell-renderer{display:block;padding:12px 16px}.offer-upsell-heading-renderer{display:block;margin-top:16px}.offer-upsell-price-renderer{display:block}.offer-upsell-description-renderer{display:block;margin:8px 0 16px 0}ytm-open-in-native-app-view-model{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-align:center;padding:24px;height:100%}.open-in-native-app-image{margin-top:24px;margin-bottom:24px;height:auto}.open-in-native-app-title{color:#0f0f0f;margin-bottom:8px;font-family:"Roboto","Arial",sans-serif;font-size:2.8rem;line-height:3.8rem;font-weight:700}@media(max-width:528px){.open-in-native-app-title{font-family:"Roboto","Arial",sans-serif;font-size:2.4rem;line-height:3.2rem;font-weight:700}}.open-in-native-app-text{color:#0f0f0f;margin-bottom:16px;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:400}.open-in-native-app-link{margin-bottom:24px;text-transform:uppercase;color:#065fd4;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem;font-weight:500}.open-in-native-app-cta{width:100%;bottom:60px}ytm-button-renderer button{width:100%}ytm-player-error-message-renderer{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden;padding:12px;color:#fff;background-color:#0f0f0f;height:100%}ytm-player-error-message-renderer a{color:#065fd4}.playability-status-message{width:100%;text-align:center}ytm-player-error-message-renderer .playability-status-message.playability-reason{font-weight:500}ytm-player-error-message-renderer .playability-status-message.playability-submessage{margin-bottom:16px}ytm-player-error-message-renderer .playability-status-dismiss-button{margin-right:24px}ytm-player-error-message-renderer .playability-status-dismiss-button .button-renderer-text,ytm-player-error-message-renderer .playability-status-signin-button .button-renderer-text{font-weight:normal}ytm-player-error-message-renderer c3-material-button.button-renderer.compact{margin:24px 0 0 0}ytm-player-error-message-renderer .playability-status-dismiss-button .c3-material-button-button,ytm-player-error-message-renderer .playability-status-signin-button .c3-material-button-button{padding:9px 16px;min-height:36px}ytm-player-error-message-renderer .playability-status-buttons{-webkit-flex-shrink:0;flex-shrink:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.playlist-notification{white-space:pre-wrap;padding:0 12px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-playlist-notification-renderer .button-renderer[data-style=STYLE_PRIMARY]{margin:0 8px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.playlist-notification{padding:0 8px}}ytm-product-card-renderer{display:-webkit-box;display:-webkit-flex;display:flex}.product-card-renderer-metadata{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.product-card-renderer-metadata-brand{padding-top:4px;color:#606060}.product-card-renderer-image{background-color:#fff;margin-right:12px;height:80px;width:80px}.product-card-renderer-metadata-cta{padding-top:12px;color:#065fd4}ytm-purchase-item-renderer .video-thumbnail-img{width:90px;height:90px;min-height:0;border-radius:50%}ytm-purchase-item-renderer .compact-media-item-metadata{-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-post-redemption-section-renderer{display:block}.post-redemption-container{height:240px;margin:0 auto 16px auto;padding-top:40px}.post-redemption-logo-image{width:200px;height:67px;background-position:center center;background-repeat:no-repeat;background-size:contain;margin:0 auto 16px auto}.post-redemption-title{color:#fff;font-size:2.4rem;font-weight:500;margin:0 auto 24px auto;max-width:300px;text-align:center}.post-redemption-button-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.post-redemption-button-container .button-renderer{height:40px}ytm-redeem-code-renderer{display:block;padding:0 12px}.redeem-code-container{background-color:#fff;background-size:cover;margin:24px}.redeem-code-title{color:#606060;font-size:2.4rem;margin-bottom:8px}.redeem-code-subtitle{color:#606060;font-size:1.4rem}.redeem-code-input-container{margin-top:16px;margin-bottom:24px}.redeem-code-input{border-radius:2px;border:1px solid #3ea6ff;box-shadow:0 2px 2px rgba(0,0,0,0.1);color:#606060;font-size:1.6rem;padding:16px 0 16px 16px;width:100%}.redeem-code-terms-conditions{color:#606060;display:inline-block;font-size:1.4rem;margin:12px 0 12px 0}.redeem-code-terms-conditions>a{color:#065fd4}.redeem-code-error-message{color:#c00;font-size:1.2rem;margin:12px 0 12px 0}.redeem-button-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin:0 12px 12px 0;padding-top:12px}.redeem-button-container .button-renderer{height:36px;min-width:88px}.redeem-button-container .button-renderer[disabled=true]{color:#fff;background-color:transparent;height:36px;min-width:88px}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-redeem-code-renderer{padding:0 8px}}ytm-ypc-post-redemption-renderer{display:block}.redeem-store-value-balance{color:#606060;font-size:2.4rem;height:30px;margin:24px 0}.report-details-form-content-description-container{position:relative;margin:12px 0}.report-details-form-content-description-input{border-radius:8px}.report-details-form-content-char-counter{position:absolute;color:#606060;right:8px;bottom:8px}.report-details-form-content-footer{color:#606060;margin:0 0 16px;font-size:1.2rem}.report-details-form-content-footer a{color:#065fd4}ytm-report-details-form-renderer{display:block}.report-details-form-renderer-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.report-details-form-renderer-header button{margin:0 4px 0 -8px}.report-details-form-renderer-header h2{margin:0}.report-details-form-description-input{margin:12px 0;border-radius:8px}.report-details-form-footer{color:#606060;margin:0 0 16px;font-size:1.2rem}.report-details-form-footer a{color:#065fd4}ytm-boolean-form-field-v2-renderer{display:block}ytm-report-form-modal-renderer{display:block}.report-form-legal-report-checkbox a,.report-form-footer a{color:#065fd4}.report-form-footer{margin:16px 0 8px;font-size:1.2rem}ytm-simple-text-section-renderer{margin:0 12px}.simple-text-section-content>a{color:#065fd4}.simple-text-section-content[is-paid-memberships=true]{font-size:1.6rem}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){ytm-simple-text-section-renderer{margin:0 8px}}p.minor-moment-header{font-size:2.4rem;color:#0f0f0f;margin-bottom:16px;line-height:1.25}p.minor-moment-summary:last-of-type{margin-bottom:48px}p.minor-moment-summary{font-size:1.4rem;line-height:1.25}p.minor-moment-summary.has-link-only{margin-top:24px}ytm-slim-video-metadata-renderer{display:block}ytm-slim-video-metadata-renderer.item:first-child{margin-top:0}ytm-slim-video-metadata-renderer.item:last-child{margin-bottom:0}.slim-video-metadata-header{margin:0 3px 3px;width:99%;width:calc(100% - 6px);text-align:initial}.slim-video-metadata-header-content{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 9px 9px}.slim-video-metadata-title-and-badges{min-width:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.slim-video-metadata-standalone-badge{padding:12px 12px 0}.slim-video-metadata-title-one-line{max-height:1.25em;-webkit-line-clamp:1}.slim-video-metadata-title-two-lines{max-height:2.5em;-webkit-line-clamp:2}.slim-video-metadata-title-three-lines{max-height:3.75em;-webkit-line-clamp:3}.slim-video-metadata-title{-webkit-line-clamp:initial;max-height:none}.slim-video-metadata-title a,.slim-video-metadata-title-one-line a,.slim-video-metadata-title-two-lines a,.slim-video-metadata-title-three-lines a{color:#065fd4}.slim-video-metadata-header-expand-placeholder{visibility:hidden}.slim-video-metadata-actions{padding:0 12px 12px;color:#606060;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around}.slim-video-metadata-limited-state{margin-top:-12px;padding-bottom:0;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.slim-video-metadata-actions c3-material-button.button-renderer.compact{font-size:1.2rem;text-transform:none;min-width:0;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin:-.7em 0}.slim-video-metadata-actions button{overflow:hidden}.slim-video-metadata-actions:not(.slim-video-metadata-limited-state) c3-material-button{-webkit-box-flex:1;-webkit-flex:1 1;flex:1 1}.slim-video-metadata-actions .button-renderer-text{margin-top:7px}.slim-video-metadata-actions :not([data-button-id=TOGGLE_BUTTON_ID_TYPE_ACCOUNT_LINKING]) [aria-pressed=true]{color:#065fd4}.slim-video-metadata-actions :not([data-button-id=TOGGLE_BUTTON_ID_TYPE_ACCOUNT_LINKING]) [aria-pressed=true] c3-icon[icon-state-outline],.slim-video-metadata-actions :not([data-button-id=TOGGLE_BUTTON_ID_TYPE_ACCOUNT_LINKING]) [aria-pressed=false] c3-icon[icon-state-filled]{display:none}.slim-video-metadata-actions:not(.slim-video-metadata-limited-state) button>.cbox{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.slim-video-metadata-info{font-size:1.4rem;color:#606060;padding:12px;border-top:1px solid rgba(0,0,0,0.1)}.slim-video-metadata-info.metadata-row{border:0}ytm-slim-video-metadata-renderer ytm-menu{-webkit-box-flex:1;-webkit-flex:1 1;flex:1 1}.slim-video-metadata-overflow-menu c3-material-button.button-renderer.compact{margin:0}.slim-video-metadata-overflow-menu .c3-material-button-button{padding:8px;width:100%}.slim-video-metadata-overflow-menu ytm-menu-item button{margin:0 auto;padding:8px}.slim-video-metadata-overflow-menu .button-renderer-text{font-size:1.6rem;text-transform:none}ytm-slim-video-metadata-renderer ytm-slim-owner-renderer{border-top:1px solid rgba(0,0,0,0.1)}.slim-video-metadata-description>a,.metadata-row-item>a{color:#065fd4}.slim-video-metadata-description>.yt-core-attributed-string a,.metadata-row-item>.yt-core-attributed-string a{color:#065fd4}.membership-post-cancel-renderer-header{font-weight:500;font-size:1.6rem}.membership-post-cancel-renderer-messages{font-size:1.4rem}ytm-sponsorships-expandable-perks-renderer{background-color:#fff;color:#0f0f0f;display:block;padding:20px 12px}ytm-sponsorships-expandable-perks-renderer .row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-sponsorships-expandable-perks-renderer .title{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;font-size:1.6rem}ytm-sponsorships-expandable-perks-renderer .end-button{height:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-right:-12px}ytm-sponsorships-expandable-perks-renderer .row>img{margin-right:8px;height:16px;width:16px}ytm-sponsorships-expandable-perks-renderer .subtitle{color:#606060}ytm-sponsorships-expandable-perks-renderer>hr{border:0;border-top:1px solid rgba(0,0,0,0.1);margin-top:12px;margin-bottom:28px}ytm-sponsorships-expandable-perks-renderer .expandable-heading{margin-bottom:4px;-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;font-size:1.6rem;font-weight:500}ytm-sponsorships-expandable-perks-renderer .expand-collapse-button{display:-webkit-box;display:-webkit-flex;display:flex}ytm-sponsorships-expandable-perks-renderer .collapse-button,ytm-sponsorships-expandable-perks-renderer .expand-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;justify-items:start}ytm-sponsorships-expandable-perks-renderer[expanded=false] .collapse-button,ytm-sponsorships-expandable-perks-renderer[expanded=true] .expand-button{display:none}ytm-sponsorships-expandable-perks-renderer[expanded=false] .expandable-content{overflow:hidden;height:0}ytm-sponsorships-expandable-perks-renderer .expandable-content ytm-sponsorships-perk-renderer.sponsorships-perk-list-item{border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:16px}ytm-sponsorships-expandable-perks-renderer .bottom-button{margin-left:8px}ytm-sponsorships-expandable-perks-renderer .button-renderer{text-transform:none}ytm-subscription-product-renderer{display:block;padding:16px 16px 0;border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.1)}ytm-subscription-product-renderer ytm-menu-renderer{float:right;display:inline-block;margin-top:-8px}.subscription-product-primary-button .button-renderer{display:inline-block;margin:14px 0 14px -8px}.subscription-product-logo{height:23px}.subscription-product-metadatas,.subscription-product-additional-infos{line-height:2rem;font-size:1.6rem}.subscription-product-metadatas{margin-top:12px;color:#0f0f0f}.subscription-product-additional-infos{margin-top:16px;color:#606060}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-subscription-product-renderer{width:50%}}@media(min-width:1280px) and (orientation:landscape){ytm-subscription-product-renderer{width:33.33%}}ytm-subscription-product-upsell-offer-renderer{display:block;border-bottom:1px solid rgba(0,0,0,0.1)}ytm-subscription-product-upsell-offer-renderer.item{margin-top:0}.subscription-product-upsell-image{height:100px;background-size:cover}.subscription-product-upsell-scrim{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 16px;height:100px}.subscription-product-upsell-logo{height:26px}.subscription-product-upsell-info{margin:16px}.subscription-product-upsell-info .button-renderer{display:inline-block;margin-top:14px}.subscription-product-upsell-title{margin-top:20px;color:#606060;font-size:1.8rem}.subscription-product-upsell-description{margin-top:8px;color:#606060;font-size:1.4rem;line-height:1.8rem}.subscription-product-upsell-description>a{color:#065fd4}.subscription-product-upsell-additional-infos{margin-top:12px;color:#0f0f0f}@media(min-width:550px) and (orientation:portrait),(min-width:931px) and (orientation:landscape){ytm-subscription-product-upsell-offer-renderer{width:50%}}@media(min-width:1280px) and (orientation:landscape){ytm-subscription-product-upsell-offer-renderer{width:33.33%}}#surveys{position:fixed;z-index:5}c3-survey{display:-webkit-box;display:-webkit-flex;display:flex;position:fixed;right:0;bottom:0;margin:0;margin:0 env(safe-area-inset-right) 0 env(safe-area-inset-left);z-index:3;box-sizing:border-box;padding:24px 48px 24px 24px;border-style:solid none none solid;border-width:1px;border-color:rgba(0,0,0,0.1);background-color:#fff;max-width:420px;width:100%;max-height:100%;max-height:calc(100% - 48px)}[has-pivot-bar=true] c3-survey{margin-bottom:0;margin-bottom:env(safe-area-inset-bottom);box-shadow:0 2px 2px rgba(0,0,0,0.1);max-height:calc(100% - 48px)}.c3-survey-expand{background-color:#065fd4;border-radius:50%;color:#fff;height:28px;width:28px;position:absolute;left:calc(50% - 14px);top:-14px}c3-survey-close-icon{position:absolute;top:0;right:0}c3-survey-close-icon .icon-button{height:48px;width:48px}ytm-survey-follow-up-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;width:100%}.ytm-survey-follow-up-header{font-size:1.8rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ytm-survey-follow-up-button{-webkit-align-self:flex-start;align-self:flex-start}ytm-checkbox-survey-option-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;font-size:1.4rem}ytm-checkbox-survey-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-width:100%;max-height:90vh}.ytm-checkbox-survey-renderer-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:1.4rem}.expanded .ytm-checkbox-survey-renderer-header{font-weight:500;font-size:1.8rem;padding:10px 0}ytm-checkbox-survey-renderer c3-material-button.compact,.ytm-checkbox-submit-button-wrapper{float:right}.ytm-checkbox-survey-options{overflow-y:scroll}@media(min-width:360px){ytm-checkbox-survey-renderer{max-width:360px}}ytm-single-option-survey-option-renderer{display:inline-block;padding-bottom:12px;position:relative}ytm-single-option-survey-option-renderer{color:#909090}.ytm-single-option-survey-option-label{color:#606060}ytm-single-option-survey-renderer{display:block}.ytm-single-option-survey-header{font-size:1.3rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.ytm-single-option-survey-header button{color:#606060}.ytm-single-option-survey-options{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.ytm-single-option-survey-options .ytm-single-option-survey-option-label{display:none;position:absolute;bottom:0;white-space:nowrap;width:calc(50vw - 24px);max-width:176px;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ytm-single-option-survey-options ytm-single-option-survey-option-renderer{width:40px}.ytm-single-option-survey-options ytm-single-option-survey-option-renderer:first-of-type .ytm-single-option-survey-option-label{display:inline-block;left:0;padding-left:8px}.ytm-single-option-survey-options ytm-single-option-survey-option-renderer:last-of-type .ytm-single-option-survey-option-label{display:inline-block;right:0;text-align:right;padding-right:8px}ytm-survey-trigger-renderer{display:block}ytm-call-to-action-button-renderer{display:inline-block;color:#fff;background-color:rgba(204,0,0,0.9);font-size:1.2rem;font-weight:500;padding:4px 8px 4px 2px;border-radius:8px;text-transform:uppercase;box-shadow:0 0 2px 0 rgba(0,0,0,.12),0 2px 2px 0 rgba(0,0,0,.24)}ytm-call-to-action-button-renderer[data-style=CALL_TO_ACTION_BUTTON_RENDERER_STYLE_OPAQUE_BLACK]{background-color:rgba(0,0,0,0.8)}.call-to-action-button-label{padding-left:2px;white-space:nowrap}ytm-collage-hero-image-renderer{display:block;padding-bottom:55%;width:100%;position:relative;border-radius:0 0 12px 12px;overflow:hidden}ytm-collage-hero-image-renderer .collage-top{border-top:0}.collage-image{position:absolute;background-size:cover;background-repeat:no-repeat;background-position:center;box-sizing:border-box}.collage-left{left:0;width:55%;border-right:1px solid #fff}.collage-right{right:0;height:50%;width:45%;border-left:1px solid #fff}.collage-bottom{bottom:0;border-top:2px solid #fff}.collage-top{top:0;border-top:2px solid #fff}ytm-single-hero-image-renderer{display:block}.single-hero-image{position:relative;width:100%}:root ytm-universal-watch-card-renderer{display:block;padding:0 12px}:root ytm-universal-watch-card-renderer .horizontal-card-list-header{padding-left:0;padding-right:0}:root ytm-universal-watch-card-renderer .horizontal-card-list-card:first-child{margin-left:0}:root .universal-watch-card-call-to-action{padding-bottom:8px}:root .universal-watch-card-toggle-container-wrapper{display:-webkit-box;display:-webkit-flex;display:flex}:root .universal-watch-card-toggle-container{-webkit-box-flex:1;-webkit-flex:1 0 0;flex:1 0 0;position:relative;margin:0 0 28px;border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:28px;text-align:center;font-size:1.2rem}:root .universal-watch-card-toggle-button{position:absolute;left:50%;bottom:-20px;margin-left:-20px;color:#606060;background-color:#fff;border-radius:50%;border:1px solid rgba(0,0,0,0.1);box-shadow:0 2px 2px rgba(0,0,0,.5)}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){:root ytm-universal-watch-card-renderer{padding:0}:root ytm-universal-watch-card-renderer.feature-phone-minimal-lockups{padding:0 8px}:root .universal-watch-card-toggle-container{margin:0 0 28px}}ytm-watch-card-hero-one-vs-one-event-renderer{display:block}.watch-card-hero-one-vs-one-event-endpoint{display:block;position:relative}.watch-card-hero-one-vs-one-event-hero-image{width:100%}.watch-card-hero-one-vs-one-event-bottom-fade{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.watch-card-one-vs-one-event{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;color:#fff;padding:0 16px 8px}ytm-one-vs-one-event{display:block;min-width:0}.one-vs-one-team-row{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;margin:0 0 4px;font-size:1.4rem;font-weight:500;line-height:1.6rem}.one-vs-one-event-description{font-size:1.2rem;font-weight:400;line-height:1.5rem}ytm-watch-card-hero-video-renderer{display:block}.watch-card-hero-video-endpoint{display:block;position:relative}.watch-card-hero-video-call-to-action{position:absolute;left:8px;bottom:8px}.watch-card-single-hero-bottom-fade{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.watch-card-single-hero-title{color:#fff;margin:0 16px 12px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.watch-card-single-hero-subtitle{color:#fff}.watch-card-metadata-container{margin:0 16px 6px;word-break:break-word;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.watch-card-reminder-button-container{min-height:40px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-shrink:0;flex-shrink:0}.watch-card-reminder-button-container c3-material-button.compact{margin:-.7em 0}ytm-watch-card-rich-header-renderer{padding:12px 0;display:-webkit-box;display:-webkit-flex;display:flex}ytm-watch-card-rich-header-renderer.rounded-container{padding:12px;background-color:#fff;margin-top:8px;border-radius:12px 12px 0 0}.watch-card-rich-header-text{font-size:1.2rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.watch-card-rich-header-title,.watch-card-rich-header-text .ytm-channel-name{font-size:1.4rem}.watch-card-rich-header-badge{display:inline-block;margin-left:4px}.profile-icon{width:40px;height:40px;background-color:#fff}.watch-card-rich-header-profile-icon{width:40px;height:40px;margin-right:16px}.watch-card-rich-header-profile-icon a{display:block}.watch-card-rich-header-profile-icon-right{width:40px;height:40px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:50%;-webkit-flex:50%;flex:50%;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-ordinal-group:3;-webkit-order:2;order:2}.watch-card-rich-header-call-to-actions-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.watch-card-rich-header-call-to-action{margin-top:4px}.watch-card-rich-header-call-to-action .button-renderer[data-icon-only=false] .button-renderer-icon{width:15px;height:15px;margin:0 4px 0 0}.watch-card-rich-header-call-to-action c3-material-button{font-size:1.2rem}.watch-card-rich-header-call-to-action .subscribe-button-count{display:none}ytm-vertical-watch-card-list-renderer{display:block}ytm-vertical-watch-card-list-renderer ytm-watch-card-one-vs-one-event-compact-video-renderer:not(:first-of-type){margin-top:12px}ytm-watch-card-compact-video-renderer{display:block}ytm-watch-card-compact-video-renderer .compact-media-item{padding-right:0;padding-left:0}ytm-watch-card-compact-video-renderer:not(:last-of-type) .compact-media-item{margin-bottom:12px}ytm-watch-card-compact-video-renderer .video-thumbnail-container-compact{width:120px;height:67px}.watch-card-compact-video-condensed-endpoint{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid rgba(0,0,0,0.1);padding:8px 0}ytm-watch-card-compact-video-renderer:last-of-type .watch-card-compact-video-condensed-endpoint{border-bottom:0;padding-bottom:0}.watch-card-compact-video-condensed-thumbnail{width:120px;height:67px;background-color:rgba(0,0,0,0.1);-webkit-flex-shrink:0;flex-shrink:0}.watch-card-compact-video-condensed-metadata{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;padding:0 8px;min-width:0}.watch-card-compact-video-condensed-title{font-size:1.4rem}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.watch-card-compact-video-condensed-endpoint .watch-card-compact-video-condensed-thumbnail{width:100%;height:auto}.watch-card-compact-video-condensed-endpoint{display:block}.watch-card-compact-video-condensed-metadata{padding:4px 0}}ytm-watch-card-one-vs-one-event-compact-video-renderer{display:block}.ytm-watch-card-one-vs-one-event-link{display:-webkit-box;display:-webkit-flex;display:flex}.ytm-watch-card-one-vs-one-event-container{padding:0 8px;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;min-width:0}ytm-watch-card-one-vs-one-event-compact-video-renderer .one-vs-one-team-name,ytm-watch-card-one-vs-one-event-compact-video-renderer .one-vs-one-event-description{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.ytm-watch-card-one-vs-one-event-link .video-thumbnail-container-compact{width:100%;height:auto;padding-bottom:56.25%}.ytm-watch-card-one-vs-one-event-link{display:block}.ytm-watch-card-one-vs-one-event-container{padding:4px 0}}ytm-watch-card-section-sequence-renderer{display:block}.unlimited-family-interstitial-content-container{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;padding:60px 40px 56px;background:#fff;overflow:scroll}.unlimited-family-interstitial-title{margin-bottom:20px;color:#0f0f0f;font-size:2rem;font-weight:500}.unlimited-family-interstitial-content{margin:16px 0;color:#606060;font-size:1.6rem;line-height:2.4rem}.unlimited-family-interstitial-buttons-container{display:-webkit-box;display:-webkit-flex;display:flex;width:100%}.unlimited-family-interstitial-buttons{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.unlimited-family-interstitial-buttons-container c3-material-button.compact{margin:0;border-radius:0;height:56px;font-size:1.4rem;font-weight:500;text-transform:uppercase}.unlimited-family-interstitial-buttons-container c3-material-button.compact+c3-material-button.compact{margin-left:0}.unlimited-family-message-footer>a,.unlimited-family-interstitial-content>a{color:#065fd4}ytm-unlimited-family-message-interstitial-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%}.unlimited-family-message-thumbnail{display:block;margin:0 auto 40px;max-height:50%;max-width:100%}.unlimited-family-message-footer{margin:16px 0;color:#606060;font-size:1.2rem;line-height:2rem}ytm-unlimited-family-profile-interstitial-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%}.unlimited-family-interstitial-member-container{margin-bottom:36px;color:#606060;text-align:center}.unlimited-family-profile-main-thumbnail{margin-bottom:16px;border-radius:50%}.unlimited-family-profile-secondary-thumbnails{margin-bottom:16px}.unlimited-family-profile-secondary-thumbnail{margin-right:8px;border-radius:50%;max-width:36px}.unlimited-family-interstitial-member-info{font-size:1.6rem;line-height:2.4rem}.unlimited-family-interstitial-manage-button{margin-top:16px}.unlimited-family-interstitial-member-title{font-size:1.4rem;font-weight:500;line-height:2.4rem}ytm-unlimited-page-header-renderer{display:block}ytm-unlimited-page-header-renderer.item{margin-top:0}.unlimited-page-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding:15px 24px;height:432px;background-color:#0f0f0f;background-position:center bottom;background-repeat:no-repeat;background-size:cover;text-align:center;white-space:pre-line}.unlimited-page-header .button-renderer[data-style=STYLE_DARK_ON_WHITE]{color:#0f0f0f;background-color:#fff}.unlimited-page-header-logo-thumbnail{display:block;max-height:80px}.unlimited-page-header-subtitle{margin:24px auto 0;max-width:640px;color:#fff;font-size:1.6rem;line-height:2rem}.unlimited-page-header-button{margin:36px 0 24px}.unlimited-page-header-metadatas{color:#fff}.unlimited-page-header-metadatas a{color:#065fd4}ytm-unlimited-user-notification-renderer{display:block;width:100%;background-color:#0f0f0f}.unlimited-user-notification-infobox{display:inline-block;color:#fff}.unlimited-user-notification-infobox .unlimited-user-notification-title{font-size:1.6rem;margin:16px 0 8px 16px}.unlimited-user-notification-infobox .unlimited-user-notification-message{font-size:1.4rem;margin:4px 16px 16px 16px}.unlimited-user-notification-action-button-container{padding:0 32px 16px 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.upsell-dialog-lightbox{background-color:rgba(0,0,0,0.8);display:block;position:fixed;bottom:0;left:0;right:0;top:0;z-index:4}.upsell-dialog-header-background{background-position:center;background-repeat:no-repeat;background-size:contain}.upsell-dialog-header-foreground{position:absolute;width:100%;background-position:center;background-repeat:no-repeat;background-size:contain}.upsell-dialog-logo{background-repeat:no-repeat;background-size:contain;background-position:left;height:20px;margin:16px 16px 0}.upsell-dialog-logo-modern{margin:0 0 16px}@media(max-width:930px) and (orientation:landscape){.upsell-dialog-header-background{display:none}.upsell-dialog-header-foreground{position:relative}}.upsell-dialog-buttons{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding:16px;width:100%;box-sizing:border-box;gap:8px}@media(max-width:549px) and (orientation:portrait),(min-width:550px) and (orientation:portrait){.upsell-dialog-buttons{-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.upsell-dialog-action-button,.upsell-dialog-dismiss-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1}}.upsell-dialog-buttons .button-renderer.compact{min-width:0;height:48px}.upsell-dialog-title-text,.upsell-dialog-body-text{padding:16px 16px 0 16px}.upsell-dialog-title-text-modern,.upsell-dialog-body-text-modern{padding:16px 0 0 0}.upsell-dialog-title-text-modern{padding-top:0}.upsell-dialog-body-text{color:#606060;white-space:pre-wrap}ytm-upsell-dialog-renderer.dialog-container .dialog{border-radius:24px;padding:0}ytm-upsell-dialog-renderer a{color:#065fd4}ytm-web-answer-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;border-top:6px solid rgba(0,0,0,0.1);border-bottom:6px solid rgba(0,0,0,0.1)}.header{background-color:#fff;color:#606060;padding-left:16px;font-weight:500;font-size:1.4rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.header-menu{color:#909090}.web-answer-content{padding:12px 16px}.content-title{-webkit-box-orient:vertical;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;color:#065fd4;margin-bottom:8px;font-weight:500;font-size:1.4rem;max-height:2.5em;-webkit-line-clamp:2}.title-icon{vertical-align:middle;width:14px;height:14px;margin-left:4px}.content-body{font-size:1.2rem;margin-bottom:8px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.thumbnail{margin-left:8px;width:64px;height:64px;-webkit-flex-shrink:0;flex-shrink:0}.metadata{font-size:1.2rem;color:#606060;margin-bottom:8px}.bottom-link-container{color:#606060;padding-top:12px;border-top:1px solid rgba(0,0,0,0.1);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.bottom-link-container[blue-bottom-link=true]{color:#065fd4}.google-logo-icon{width:16px;height:16px;margin-right:8px}.google-logo-icon[fill-icon=true] path[fill="#000000"]{fill:#606060}.bottom-link-command{width:100%}.bottom-link-icon{width:12px;height:12px;margin-left:4px}ytm-collapsible-ypc-offer-renderer{display:block}.collapsible-ypc-offer-header{color:#606060;font-size:1.4rem}.collapsible-ypc-offer-header a{color:#065fd4}ytm-single-ypc-offer-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.single-ypc-offer{margin-right:16px}.single-ypc-offer-type-name{color:#0f0f0f;font-size:1.6rem;font-weight:500;line-height:2.4rem}.single-ypc-offer-metadatas{color:#606060;font-size:1.4rem;line-height:2rem}.single-ypc-offer-metadatas>a{color:#065fd4}.single-ypc-offer-button{margin-right:.57em;white-space:nowrap}ytm-single-ypc-offer-list-renderer{display:block}ytm-single-ypc-offer-list-renderer ytm-collapsible-ypc-offer-renderer{padding:15px 12px}.single-ypc-offer-list-renderer-offer{border-bottom:1px solid rgba(0,0,0,0.1);padding:12px 15px}ytm-ypc-offers-list-renderer{display:block}.ypc-offers-list-more-info-header{display:-webkit-box;display:-webkit-flex;display:flex;border:solid rgba(0,0,0,0.1);border-width:1px 0;padding:12px;color:#606060;font-size:1.2rem;line-height:2rem}.ypc-offers-list-more-info-header-text{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.ypc-offers-list-more-info-details{padding:0 12px;color:#606060}.ypc-offers-list-more-info-item{margin:15px 0}.ypc-offers-list-more-info-item>a{color:#065fd4}ytm-ypc-upgrade-dialog-renderer{font-weight:500}ytm-ypc-upgrade-dialog-renderer .dialog{padding:0}ytm-ypc-upgrade-dialog-renderer.dialog-buttons{padding:16px}.ypc-upgrade-dialog-renderer-header-title{font-size:1.6rem;color:#0f0f0f;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:16px}.ypc-upgrade-dialog-renderer-header-access-message{font-size:1.4rem;color:#606060;padding:0 16px 16px 16px}.ypc-upgrade-dialog-renderer-header-access-message.ypc-upgrade-dialog-renderer-header-access-message-modern{padding:0 0 16px 0}.billing-items{border:1px solid rgba(0,0,0,0.1);background-color:#fff;padding:0 16px}.billing-item:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,0.1)}.billing-item-header{font-size:1.4rem;color:#0f0f0f;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;padding:16px 0}.billing-item-description{font-size:1.4rem;color:#606060;padding-bottom:16px}.ypc-upgrade-dialog-renderer-legal-text{font-size:1.4rem;color:#606060;padding:16px}.ypc-upgrade-dialog-renderer-button{display:-webkit-box;display:-webkit-flex;display:flex;margin:4px 16px 16px 16px}.comment-reply-input{margin:10px 0}.comment-reply-button{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1}.modal-title{-webkit-line-clamp:initial;max-height:none}ytm-playlist-settings-editor-renderer,ytm-playlist-settings-editor-casual-section-renderer,ytm-dropdown-form-field-renderer{display:block}.casual-section-header-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-shadow:0 4px 2px -2px rgba(0,0,0,.2)}.casual-section-header-container .casual-section-header-title{color:#0f0f0f;font-size:1.6rem;margin-bottom:0}.casual-section-header-container .icon-button{width:48px;height:48px;color:#606060}.casual-section-header-container .icon-button.check-button{margin-left:auto}.casual-section-thumbnail-and-title{display:-webkit-box;display:-webkit-flex;display:flex;margin:16px}.casual-section-description-and-privacy{margin:16px}.casual-section-thumbnail-container{margin-right:16px}.casual-section-playlist-title{width:40%;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait),(min-width:300px) and (max-width:330px){.casual-section-thumbnail-and-title{display:block}.casual-section-thumbnail-container{margin-right:0}.casual-section-playlist-title{width:auto;margin-top:16px}}.casual-section-playlist-description{width:100%}.casual-section-playlist-privacy{margin-top:24px}.casual-section-errors{width:100%;margin-top:4px;color:#c00;font-size:1.2rem;line-height:1.6rem;word-break:break-word}.unified-share-url{display:block;padding:12px;color:#065fd4;background-color:#fff}.unified-share-url-input{width:100%;display:block;padding:12px;color:#065fd4;background-color:#fff;border-bottom-style:none;border-radius:8px}.bottom-sheet-share-item .unified-share-url-input{height:48px;margin-bottom:12px}.share-target-link{display:block;padding:12px}.bottom-sheet-share-item .share-target-link{padding:0;margin-left:12px;height:48px;font-family:"Roboto","Arial",sans-serif;font-size:1.6rem;line-height:2.2rem}ytm-unicorn-iframe{position:fixed;top:0;width:100%;height:100%;background:#fff}ytm-offer-group-renderer{display:block}ytm-offer-group-renderer .offer-group-title{margin:0;font-size:1.4rem;padding:0 8px 8px}ytm-offer-group-renderer .offer-group-byline{padding:4px 8px 8px;line-height:1.4;color:#606060;font-size:1.2rem}ytm-offer-group-renderer .offer-group-offers{margin:.7em .57em 12px 0;min-width:0;display:-webkit-box;display:-webkit-flex;display:flex;padding:8px 8px 16px 16px;word-break:break-word}ytm-tvfilm-offers-renderer{display:block}ytm-tvfilm-rich-offers-renderer .rich-offers-headline{padding:16px 8px;font-weight:500;font-size:2rem;text-align:center}ytm-tvfilm-rich-offers-renderer .rich-offers-top{padding:0 8px 16px}ytm-tvfilm-rich-offers-renderer .rich-offers-button{position:fixed;top:4px;left:8px;height:48px;width:48px}ytm-tvfilm-rich-offers-renderer .rich-offers-button c3-icon{height:20px;width:20px;stroke:currentcolor}ytm-tvfilm-rich-offers-renderer .rich-offers-legal{font-size:1rem;line-height:1.25;padding:0 8px 16px;color:#606060}ytm-tvfilm-rich-offers-renderer .rich-offers-legal a{color:#065fd4}ytm-tvfilm-sellable-item-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}ytm-tvfilm-sellable-item-renderer.poster-thumbnail .video-thumbnail-container-compact{width:160px;height:230px}ytm-tvfilm-sellable-item-renderer.square-thumbnail .video-thumbnail-container-compact{height:160px}ytm-tvfilm-sellable-item-renderer .sellable-item-metadata{padding:0 8px;min-width:0}ytm-ypc-transaction-offer-overlay{overflow:scroll;display:block;padding:0 16px}ytm-unplugged-pause-membership-dialog-renderer{display:block}.pause-dialog-title a,.pause-period-messages a{color:#0f0f0f}.pause-end-messages a,.pause-dialog-messages a{color:#606060}.pause-period-modern{margin-top:0}.pause-slider{box-sizing:border-box;padding-right:2px;width:100%}.confirm-dialog-header-image{padding-bottom:12px}.confirm-dialog-messages a{color:#065fd4}c3-search-query-correction{display:block;font-size:1.4rem;padding:0 12px}.search-query-correction-endpoint{display:inline-block;margin:0 4px;color:#065fd4}ytm-notification-action-renderer{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.notification-action-response-text{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;padding-right:1rem}.notification-action-button{-webkit-flex-shrink:0;flex-shrink:0}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-notification-multi-action-renderer{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-notification-multi-action-renderer{margin-bottom:24px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.fresh-feeds-separators ytm-notification-multi-action-renderer{margin-bottom:12px}}ytm-notification-multi-action-renderer{display:block}.notification-multi-action-content-wrapper{padding:4px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.notification-multi-action-content-wrapper.fresh-feeds-dismissals{padding:12px}.notification-multi-action-text-wrapper{box-sizing:border-box;max-width:100%;color:#606060;padding:8px;text-align:center;white-space:normal}.notification-multi-action-content-wrapper.fresh-feeds-dismissals .notification-multi-action-text-wrapper{color:#0f0f0f;margin-bottom:16px}.notification-multi-action-button{display:-webkit-box;display:-webkit-flex;display:flex;color:#065fd4}.notification-multi-action-button c3-material-button{padding:8px;margin:inherit}@media(max-width:299px) and (orientation:landscape),(max-width:299px) and (orientation:portrait){.fresh-feeds-separators ytm-notification-text-renderer{margin-bottom:16px}}@media(min-width:300px) and (orientation:landscape),(min-width:300px) and (orientation:portrait){.fresh-feeds-separators ytm-notification-text-renderer{margin-bottom:24px}}@media(min-aspect-ratio:13/9) and (orientation:landscape),(min-width:931px) and (orientation:landscape){.fresh-feeds-separators ytm-notification-text-renderer{margin-bottom:12px}}ytm-notification-text-renderer{display:inline-block;font-size:1.4rem;padding:8px 12px}ytm-notification-text-renderer.fresh-feeds-dismissals{padding:12px;color:#0f0f0f;-webkit-flex-shrink:0;flex-shrink:0}