@import "https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap";:root{--ui-bg:#1e1e1e;--ui-surface:#252526;--ui-surface-2:#2a2d2e;--ui-surface-3:#3c3c3c;--ui-border:#454545;--ui-border-soft:#333;--ui-text:#ccc;--ui-text-muted:#999;--ui-text-dim:#666;--ui-accent:#0e639c;--ui-accent-hover:#17b;--ui-accent-dim:#0e639c40;--ui-accent-text:#fff;--ui-danger:#f14c4c;--ui-danger-hover:#d13c3c;--ui-success:#16825d;--ui-success-hover:#116b4a;--ui-font:"Inter", system-ui, sans-serif;--ui-radius:4px;--ui-radius-sm:3px;--ui-radius-xs:2px;--ui-transition:.1s ease}[data-theme=discord]{--ui-bg:#1e1f22;--ui-surface:#2b2d31;--ui-surface-2:#313338;--ui-surface-3:#383a40;--ui-border:#3f4147;--ui-border-soft:#35373c;--ui-accent:#5865f2;--ui-accent-hover:#4752c4;--ui-accent-dim:#5865f240;--ui-text:#f2f3f5;--ui-text-muted:#b5bac1;--ui-text-dim:#949ba4}[data-theme=github]{--ui-bg:#0d1117;--ui-surface:#161b22;--ui-surface-2:#21262d;--ui-surface-3:#30363d;--ui-border:#30363d;--ui-border-soft:#21262d;--ui-accent:#2f81f7;--ui-accent-hover:#1f6feb;--ui-accent-dim:#2f81f740;--ui-text:#e6edf3;--ui-text-muted:#8b949e;--ui-text-dim:#6e7681}[data-theme=slack]{--ui-bg:#1a1d21;--ui-surface:#222529;--ui-surface-2:#2c3136;--ui-surface-3:#3a3f45;--ui-border:#3a3f45;--ui-border-soft:#2c3136;--ui-accent:#672268;--ui-accent-hover:#611f69;--ui-accent-dim:#62266340;--ui-text:#f8f8f8;--ui-text-muted:#a8a8a8;--ui-text-dim:#888}[data-theme=notion]{--ui-bg:#191919;--ui-surface:#202020;--ui-surface-2:#282828;--ui-surface-3:#373737;--ui-border:#373737;--ui-border-soft:#2e2e2e;--ui-accent:#2383e2;--ui-accent-hover:#1e66b0;--ui-accent-dim:#2383e240;--ui-text:#f1f1ef;--ui-text-muted:#9b9a97;--ui-text-dim:#7a7a77}[data-theme=material]{--ui-bg:#121212;--ui-surface:#1e1e1e;--ui-surface-2:#252525;--ui-surface-3:#2c2c2c;--ui-border:#2c2c2c;--ui-border-soft:#1e1e1e;--ui-accent:#bb86fc;--ui-accent-hover:#9965db;--ui-accent-dim:#bb86fc40;--ui-text:#fff;--ui-text-muted:#b3b3b3;--ui-text-dim:gray}[data-theme=nord]{--ui-bg:#2e3440;--ui-surface:#3b4252;--ui-surface-2:#434c5e;--ui-surface-3:#4c566a;--ui-border:#434c5e;--ui-border-soft:#3b4252;--ui-accent:#88c0d0;--ui-accent-hover:#81a1c1;--ui-accent-dim:#88c0d040;--ui-text:#eceff4;--ui-text-muted:#d8dee9;--ui-text-dim:#e5e9f0}[data-theme=dracula]{--ui-bg:#282a36;--ui-surface:#343746;--ui-surface-2:#44475a;--ui-surface-3:#6272a4;--ui-border:#44475a;--ui-border-soft:#343746;--ui-accent:#bd93f9;--ui-accent-hover:#ff79c6;--ui-accent-dim:#bd93f940;--ui-text:#f8f8f2;--ui-text-muted:#bfbfbf;--ui-text-dim:#999}[data-theme=catppuccin]{--ui-bg:#1e1e2e;--ui-surface:#313244;--ui-surface-2:#45475a;--ui-surface-3:#585b70;--ui-border:#45475a;--ui-border-soft:#313244;--ui-accent:#89b4fa;--ui-accent-hover:#cba6f7;--ui-accent-dim:#89b4fa40;--ui-text:#cdd6f4;--ui-text-muted:#a6adc8;--ui-text-dim:#bac2de}[data-theme=onedark]{--ui-bg:#282c34;--ui-surface:#21252b;--ui-surface-2:#2c313c;--ui-surface-3:#3e4451;--ui-border:#3e4451;--ui-border-soft:#21252b;--ui-accent:#61afef;--ui-accent-hover:#528bff;--ui-accent-dim:#61afef40;--ui-text:#abb2bf;--ui-text-muted:#7f848e;--ui-text-dim:#5c6370}body,html{width:100%;height:100%;margin:0;padding:0}#spawner-root{background:var(--ui-bg);height:100vh;font-family:var(--ui-font);color:var(--ui-text);-webkit-font-smoothing:antialiased;font-size:13px;display:flex;overflow:hidden}#tool-pane{background:var(--ui-surface);border-right:1px solid var(--ui-border);scrollbar-width:thin;scrollbar-color:var(--ui-border) transparent;flex-direction:column;height:100%;display:flex;overflow-y:auto}.resizer{cursor:col-resize;z-index:10;width:6px;transition:background-color var(--ui-transition);background-color:#0000;flex-shrink:0}.resizer:hover,.resizer.active{background-color:var(--ui-accent)}#tool-pane::-webkit-scrollbar{width:4px}#tool-pane::-webkit-scrollbar-thumb{background:var(--ui-border);border-radius:2px}.spawner-title{background:var(--ui-surface);border-bottom:1px solid var(--ui-border);z-index:10;padding:18px 16px 14px;position:sticky;top:0}.spawner-title h2{letter-spacing:.06em;text-transform:uppercase;color:var(--ui-accent);margin:0;font-size:13px;font-weight:700}.spawner-title span{color:var(--ui-text-muted);letter-spacing:.04em;margin-top:3px;font-size:10px;font-weight:400;display:block}.spawner-section{border-bottom:1px solid var(--ui-border-soft);flex-direction:column;gap:8px;padding:14px 16px;display:flex}.spawner-section-title{text-transform:uppercase;letter-spacing:.1em;color:var(--ui-text-muted);margin:0 0 2px;font-size:10px;font-weight:600}.sub-label{text-transform:uppercase;letter-spacing:.08em;color:var(--ui-text-dim);margin:4px 0 0;font-size:10px;font-weight:600}.btn{border-radius:var(--ui-radius-sm);font-family:var(--ui-font);cursor:pointer;transition:background var(--ui-transition), border-color var(--ui-transition), color var(--ui-transition);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:5px;padding:7px 12px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.btn-default{background:var(--ui-surface-3);border-color:var(--ui-border);color:var(--ui-text)}.btn-default:hover:not(:disabled){background:var(--ui-surface-2);border-color:#484848}.btn-danger{background:var(--ui-danger);border-color:var(--ui-danger);color:#fff;font-weight:600}.btn-danger:hover:not(:disabled){background:var(--ui-danger-hover);border-color:var(--ui-danger-hover)}.btn-success{background:var(--ui-accent);border-color:var(--ui-accent);color:#fff;font-weight:600}.btn-success:hover:not(:disabled){background:var(--ui-accent-hover);border-color:var(--ui-accent-hover)}.btn-sm{border-radius:var(--ui-radius-xs);min-width:28px;padding:5px 8px;font-size:13px}.btn-full{width:100%}.spawn-buttons{flex-wrap:wrap;gap:5px;display:flex}.btn-spawn{background:var(--ui-accent);border:1px solid var(--ui-accent);color:#fff;font-family:var(--ui-font);border-radius:var(--ui-radius-sm);cursor:pointer;text-transform:capitalize;transition:background var(--ui-transition), color var(--ui-transition), border-color var(--ui-transition);padding:5px 10px;font-size:11px;font-weight:600}.btn-spawn:hover:not(:disabled){background:var(--ui-accent-hover);border-color:var(--ui-accent-hover);color:#fff}.btn-spawn:disabled{opacity:.28;cursor:not-allowed}.check-group{flex-direction:column;gap:1px;display:flex}.check-label{color:var(--ui-text);cursor:pointer;border-radius:var(--ui-radius-xs);transition:background var(--ui-transition);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:4px 6px;font-size:12px;display:flex}.check-label:hover{background:var(--ui-surface-3)}.check-label input[type=checkbox]{width:13px;height:13px;accent-color:var(--ui-accent);cursor:pointer;flex-shrink:0}.spawner-input-row{color:var(--ui-text-muted);align-items:center;gap:8px;display:flex}.spawner-input{background:var(--ui-surface-3);border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);color:var(--ui-text);font-family:var(--ui-font);width:80px;transition:border-color var(--ui-transition);outline:none;padding:5px 8px;font-size:13px}.spawner-input:focus{border-color:var(--ui-accent)}.spawner-input:disabled{opacity:.4}.limit-row{color:var(--ui-text-muted);align-items:center;gap:6px;display:flex}.limit-value{text-align:center;min-width:34px;color:var(--ui-text);font-size:16px;font-weight:700;display:inline-block}#preview-outer{cursor:grab;background-color:#0d0d0d;background-image:linear-gradient(#1a1a1a 1px,#0000 1px),linear-gradient(90deg,#1a1a1a 1px,#0000 1px);background-size:20px 20px;flex:1;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}#preview-outer:active{cursor:grabbing}#preview-inner{background:#000;flex-direction:column-reverse;transition:width .2s,height .2s;display:flex;overflow:visible;box-shadow:0 0 40px #0000004d}.preview-scroll{flex-direction:column;display:flex;overflow-y:auto}#preview-outer.disable-css-effects *,#preview-outer.disable-css-effects :before,#preview-outer.disable-css-effects :after{transition:none!important;animation:none!important}#workspace.is-dragging{-webkit-user-select:none;user-select:none}#media-canvas{box-sizing:border-box;cursor:move;z-index:0;position:absolute}#media-canvas img,#media-canvas video,#preview-inner{-webkit-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none}#preview-inner{pointer-events:auto!important}#media-canvas:hover,#preview-inner:hover,#text-canvas:hover{outline:2px dashed #ffffffb3}#media-canvas.active,#preview-inner.active,#text-canvas.active{outline:2px solid var(--ui-accent)}.canvas-handle{z-index:10;pointer-events:auto;background:#fff;border:1px solid #333;border-radius:2px;width:12px;height:12px;display:none;position:absolute}#media-canvas:hover .canvas-handle,#media-canvas.active .canvas-handle,#preview-inner:hover .canvas-handle,#preview-inner.active .canvas-handle,#text-canvas:hover .canvas-handle,#text-canvas.active .canvas-handle{display:block}.canvas-handle-se{cursor:nwse-resize;bottom:-6px;right:-6px}.canvas-handle-sw{cursor:nesw-resize;bottom:-6px;left:-6px}.canvas-handle-ne{cursor:nesw-resize;top:-6px;right:-6px}.canvas-handle-nw{cursor:nwse-resize;top:-6px;left:-6px}.css-preview-scroll{max-height:100%;overflow-y:auto!important}#player.skeleton{z-index:1;margin:80px auto 0;position:relative}@media (width>=882px){#player.skeleton.theater{margin-top:56px;margin-bottom:16px}}#player.skeleton embed{width:100%;height:100%}#player.skeleton.theater.full-window-mode{width:100vw;height:100vh;max-height:none;margin:0}#player.skeleton.theater.full-window-mode .player-api{width:100vw;height:100vh}@media (width<=999px){#player.skeleton{width:854px}#player.skeleton .player-api{width:854px;height:480px}}@media (width<=856px){#player.skeleton{width:640px}#player.skeleton .player-api{width:640px;height:360px}}@media (width<=656px){#player.skeleton{width:426px}#player.skeleton .player-api{width:426px;height:240px}}@media (width>=1000px){#player.skeleton{width:1066px}#player.skeleton .player-api{width:640px;height:360px}}@media (width>=1294px) and (height>=630px){#player.skeleton{width:1280px}#player.skeleton .player-api{width:854px;height:480px}}@media (width>=1720px) and (height>=980px){#player.skeleton{width:1706px}#player.skeleton .player-api{width:1280px;height:720px}}@media (width>=882px){#player.skeleton.theater{width:100%;height:56.25vw;min-height:480px;max-height:calc(100vh - 185px)}#player.skeleton.theater .player-api{width:100%;height:100%}}#player.skeleton.theater.theater-all-widths{width:100%;height:56.25vw;min-height:480px;max-height:calc(100vh - 185px);margin-top:56px;margin-bottom:16px}#player.skeleton.theater.theater-all-widths .player-api{width:100%;height:100%}#player.skeleton.flexy.theater{max-height:calc(100vh - 169px);margin-bottom:0}#player.skeleton.flexy{box-sizing:border-box;width:100%;max-width:1754px;margin:56px auto 0;padding:24px}#player.skeleton.flexy #player-wrap{width:calc(100vw - 474px)}#player.skeleton.flexy #player-api,#player.skeleton.flexy #player-placeholder{height:calc(56.25vw - 266.625px);margin:0 auto}#player.skeleton #player-api:empty{display:none}#player.skeleton #player-api.show-empty:empty{display:block}#player.skeleton.flexy #player-api.round{border-radius:12px;overflow:hidden}#player.skeleton #player-placeholder{-webkit-background-size:cover;background-position:50%;background-repeat:no-repeat;background-size:cover}#player.skeleton.shorts{box-sizing:border-box;width:calc(56.25vh - 54px);margin:56px auto 0;padding:8px 0 32px 120px}@media (width<=791px){#player.skeleton.shorts{padding:24px 0}}#player.skeleton.shorts #player-api,#player.skeleton.shorts #player-placeholder{border-radius:12px;justify-content:center;width:calc(56.25vh - 54px);height:calc(100vh - 96px);display:flex;overflow:hidden}#watch-page-skeleton{z-index:1;margin:0 auto;position:relative}#watch-page-skeleton,#watch-page-skeleton #grid-container-skeleton,#watch-page-skeleton #info-container,#watch-page-skeleton #related,#watch-page-skeleton #side-info-container{box-sizing:border-box}.watch-skeleton .text-shell{border-radius:8px;height:20px}.watch-skeleton .skeleton-bg-color{background-color:#e3e3e3}.watch-skeleton .skeleton-light-border-bottom{border-bottom:1px solid #eee}html[dark] .watch-skeleton .skeleton-bg-color{background-color:#292929}html[dark] .watch-skeleton .skeleton-light-border-bottom{border-bottom:1px solid #ffffff14}#watch-page-skeleton #grid-container-skeleton.hidden,#watch-page-skeleton #side-info-container.hidden{display:none}#grid-container-skeleton.hidden:not(.layered){opacity:0}#grid-container-skeleton{background-color:#fff;width:calc(100vw - 474px);overflow:hidden}#grid-container-skeleton .text-shell{border-radius:2px}#grid-container-skeleton .skeleton-bg-color{background-color:#e3e3e3}html[dark] #grid-container-skeleton .skeleton-bg-color{background-color:#292929}html[dark] #grid-container-skeleton{background-color:#0f0f0f}html[dark]{scrollbar-color:#ababab transparent}body::-webkit-scrollbar{width:16px}body::-webkit-scrollbar-thumb{background-color:#ababab;background-clip:content-box;border:4px solid #0000;border-radius:8px;height:56px}#grid-container-media{border-bottom:none;flex-flow:wrap;justify-content:center;margin-left:-12px;margin-right:-12px;padding:0;display:flex}#grid-container-skeleton .rich-grid-media-skeleton{flex-grow:1;flex-basis:310px;min-width:310px;max-width:500px;margin:0}@media only screen and (width>=2244px){#grid-container-skeleton .rich-grid-media-skeleton{flex-grow:0;flex-basis:auto;width:calc(16.6% - 16px)}}@media only screen and (width>=392px){#grid-container-skeleton .rich-grid-media-skeleton{margin:0 8px}}#grid-container-skeleton .video-details{flex-direction:column;padding-bottom:40px;display:flex}#grid-container-skeleton .rich-thumbnail{border-radius:8px;width:100%;position:relative}#grid-container-skeleton .rich-thumbnail:before{content:"";background-color:#0000001a;border-radius:8px;width:100%;padding-top:56.25%;display:block}#grid-container-skeleton .details{display:flex}#grid-container-skeleton .channel-avatar{border-radius:50%;width:36px;height:36px;margin-top:12px;margin-right:12px}#grid-container-skeleton .details-text-shell{flex:auto}#grid-container-skeleton .rich-video-title{width:90%;height:20px;margin:10px 0}#grid-container-skeleton .rich-video-meta{width:60%;height:20px;margin:10px 0}.watch-skeleton .flex-1{flex:1e-9px}.watch-skeleton #primary-info{height:64px;padding:20px 0 8px}.watch-skeleton #primary-info #title{width:400px;margin-bottom:12px}.watch-skeleton #primary-info #info{flex-direction:row;align-items:center;display:flex}.watch-skeleton #primary-info #info #count{width:200px}.watch-skeleton #primary-info #info #menu{flex-direction:row;padding-right:8px;display:flex}.watch-skeleton #primary-info .menu-button{border-radius:50%;width:20px;height:20px;margin-left:20px}.watch-skeleton #bottom-row .menu-button{border-radius:50%;width:36px;height:36px;margin-left:20px}.watch-skeleton #secondary-info{height:151px;margin-bottom:24px;padding:16px 0}.watch-skeleton #secondary-info #top-row,.watch-skeleton #secondary-info #top-row #video-owner{flex-direction:row;display:flex}.watch-skeleton #secondary-info #top-row #video-owner #channel-icon{border-radius:50%;width:48px;height:48px;margin-right:16px}.watch-skeleton #secondary-info #top-row #video-owner #upload-info{flex-direction:column;justify-content:center;display:flex}.watch-skeleton #secondary-info #top-row #video-owner #upload-info #owner-name{width:200px;margin-bottom:12px}.watch-skeleton #secondary-info #top-row #video-owner #upload-info #published-date{width:200px}.watch-skeleton #secondary-info #top-row #subscribe-button{border-radius:8px;width:137px;height:36px;margin:7px 4px 0 0}#watch-page-skeleton #related{float:right;clear:right;width:calc(100% - 640px);max-width:426px;position:relative}#watch-page-skeleton #side-info-container{float:right;clear:right;flex-direction:column;width:calc(100% - 672px);max-width:426px;display:flex;position:absolute;top:56px;right:16px}#watch-page-skeleton #side-info-container.theater{position:relative;right:16px}#watch-page-skeleton.theater #related{width:100%}.watch-skeleton #related .autoplay{margin-bottom:16px}.watch-skeleton #related[playlist] .autoplay{border-bottom:none;margin-bottom:0}.watch-skeleton #related #upnext{width:120px;height:20px;margin-bottom:14px}.watch-skeleton #related[playlist] #upnext{display:none}.watch-skeleton #related .video-details{flex-direction:row;padding-bottom:8px;display:flex}.watch-skeleton #related:not([playlist]) .autoplay .video-details{padding-bottom:16px}.watch-skeleton #related .video-details .thumbnail{width:168px;height:94px;margin-right:8px}.watch-skeleton #related .video-details .video-title{width:200px;margin-bottom:12px}.watch-skeleton #related .video-details .video-meta{width:120px}@media (width<=999px){#watch-page-skeleton{width:854px}#watch-page-skeleton #container{flex-direction:column;display:flex}#watch-page-skeleton #info-container{order:1}#watch-page-skeleton #grid-container-skeleton{order:1;width:calc(100vw - 474px)}#watch-page-skeleton #related{order:2;width:100%;max-width:100%}}@media (width<=856px){#watch-page-skeleton{width:640px}}@media (width<=656px){#watch-page-skeleton{width:426px}}@media (width>=882px){#watch-page-skeleton.theater{width:100%;max-width:1706px;padding:0 32px}#watch-page-skeleton.theater #related{margin-top:0}#watch-page-skeleton.theater #info-container>*{margin-right:24px}}@media (width>=1000px){#watch-page-skeleton{width:100%;max-width:1066px}#watch-page-skeleton #related{margin-top:-360px;padding-left:24px}#watch-page-skeleton #info-container{width:640px}#watch-page-skeleton.theater #info-container{width:100%;padding-right:426px}}@media (width>=1294px) and (height>=630px){#watch-page-skeleton{width:100%;max-width:1280px}#watch-page-skeleton #related{margin-top:-480px}#watch-page-skeleton #info-container{width:854px}}@media (width>=1720px) and (height>=980px){#watch-page-skeleton{width:100%;max-width:1706px}#watch-page-skeleton #related{margin-top:-720px}#watch-page-skeleton #info-container{width:1280px}}#watch-page-skeleton.theater.theater-all-widths{width:100%;max-width:1706px;padding:0 32px}#watch-page-skeleton.theater.theater-all-widths #related{margin-top:0}#watch-page-skeleton.theater.theater-all-widths #info-container>*{margin-right:24px}#watch-page-skeleton #related{display:none}.picker-frame{border:0;width:100%;height:100%;overflow:hidden}.picker.modal-dialog-bg{background-color:#fff;border:none;position:absolute;inset:0 auto auto 0}.picker.modal-dialog{z-index:1001;background-color:#fff;border:1px solid #acacac;width:auto;padding:0;transition:top .5s ease-in-out;position:absolute;inset:0 auto auto 0;overflow:auto;box-shadow:0 4px 16px #0003}.picker-min{z-index:1002;position:absolute}.picker.modal-dialog-content{background-color:#e9eef6;padding:0;font-size:0}.picker.modal-dialog-title{height:0;margin:0}.picker.modal-dialog-buttons,.picker.modal-dialog-title-text{display:none}.picker.modal-dialog-bg,.picker.modal-dialog.picker-dialog{z-index:1999999999}.html5-video-player{z-index:0;color:#eee;text-align:left;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:#0000;touch-action:manipulation;direction:ltr;outline:0;width:100%;height:100%;font-family:YouTube Noto,Roboto,Arial,Helvetica,sans-serif;font-size:11px;line-height:1.3;position:relative;overflow:hidden}.html5-video-player,.ytp-contextmenu{-ms-high-contrast-adjust:none;forced-color-adjust:none}.html5-video-player.ad-showing,.html5-video-player.ended-mode,.html5-video-player.unstarted-mode,.html5-video-player:not(.ytp-transparent){background-color:#000}.ytd-video-masthead-ad-primary-video-renderer .html5-video-player.ad-showing,.ytd-video-masthead-ad-primary-video-renderer .html5-video-player.ended-mode,.ytd-video-masthead-ad-primary-video-renderer .html5-video-player.unstarted-mode,.ytd-video-masthead-ad-primary-video-renderer .html5-video-player:not(.ytp-transparent){background-color:#0000}.ytp-big-mode{font-size:17px}.ytp-autohide{cursor:none}.html5-video-player a{color:inherit;outline:0;text-decoration:none;transition:color .1s cubic-bezier(0,0,.2,1)}.html5-video-player a:hover{color:#fff;transition:color .1s cubic-bezier(.4,0,1,1)}.ytp-probably-keyboard-focus a:focus{box-shadow:inset 0 0 0 2px #1b7fcccc}.html5-video-player h1,.html5-video-player h2{margin:0}.html5-video-player svg{pointer-events:none}.html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar{background-color:#424242;width:10px}.ytp-big-mode:not(.ytp-touch-mode) ::-webkit-scrollbar{width:15px}.html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar-track{background-color:#424242}.html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar-thumb{background-color:#8e8e8e;border:1px solid #424242;border-radius:5px}.ytp-big-mode:not(.ytp-touch-mode) ::-webkit-scrollbar-thumb{border-radius:8px}.html5-video-container{z-index:10;position:relative}.ytp-embed-error .html5-video-container{display:none}.html5-main-video{outline:0;width:100%;height:100%;position:absolute;top:0;left:0}.ytp-fit-cover-video .html5-main-video{-o-object-fit:cover;object-fit:cover}.html5-main-video[data-no-fullscreen=true]::-webkit-media-controls-fullscreen-button{display:none}.html5-main-video:not([controls])::-webkit-media-controls{display:none}.html5-main-video:not([controls])::-webkit-media-controls-start-playback-button{display:none}.html5-main-video::-webkit-media-controls-timeline{display:inline}.unstarted-mode .html5-main-video::-webkit-media-controls-start-playback-button{display:none}@media screen and (width<=325px){.html5-main-video::-webkit-media-controls-wireless-playback-picker-button{display:none}}.html5-main-video::-webkit-media-controls-current-time-display{display:-webkit-flex}.html5-main-video::-webkit-media-controls-time-remaining-display{display:-webkit-flex}.ytp-player-content{transition:bottom .25s cubic-bezier(0,0,.2,1),top .25s cubic-bezier(0,0,.2,1);position:absolute;inset:48px 0 61px}.ytp-delhi-modern .ytp-player-content,.ytp-delhi-modern:not(.ytp-xsmall-width-mode):not(.ad-showing) .ytp-player-content{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 14px)}.ytp-delhi-modern:not(.ytp-xsmall-width-mode):not(.ad-showing).ytp-has-fullscreen-quick-actions .ytp-player-content{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 94px)}.ytp-delhi-modern:not(.ytp-xsmall-width-mode):not(.ad-showing).ytp-has-fullscreen-quick-actions.ytp-fullscreen-grid-peeking .ytp-player-content{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 94px + var(--ytp-grid-peek-height))}.ytp-delhi-modern:not(.ytp-xsmall-width-mode):not(.ad-showing).ytp-big-mode .ytp-player-content{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 14px)}.ytp-delhi-modern:not(.ytp-xsmall-width-mode):not(.ad-showing).ytp-big-mode.ytp-has-fullscreen-quick-actions .ytp-player-content{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 94px)}.ytp-delhi-modern:not(.ytp-xsmall-width-mode):not(.ad-showing).ytp-big-mode.ytp-has-fullscreen-quick-actions.ytp-fullscreen-grid-peeking .ytp-player-content{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 94px + var(--ytp-grid-peek-height))}.ytp-small-mode .ytp-player-content{bottom:49px}.ytp-embed .ytp-player-content{bottom:53px}.ytp-embed:not(.ad-showing) .ytp-player-content:not(.ytp-upnext){top:60px}.ytp-big-mode .ytp-player-content{top:69px;bottom:70px}.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-player-content:not(.ytp-upnext){top:89px}.ytp-player-content.ytp-iv-player-content,.ytp-player-content.ytp-timely-actions-content{left:12px;right:12px}.ytp-branding-shown .ytp-player-content.ytp-timely-actions-content{right:calc(22px + var(--branding-image-width))}.ytp-big-mode .ytp-player-content.ytp-iv-player-content,.ytp-big-mode .ytp-player-content.ytp-timely-actions-content{left:24px;right:24px}.ytp-branding-shown.ytp-big-mode .ytp-player-content.ytp-timely-actions-content{right:calc(22px + var(--branding-image-width))}.ytp-autohide .ytp-player-content:not(.html5-endscreen),.ytp-autohide .ytp-player-content:not(.ytp-upnext),.ytp-hide-info-bar .ytp-player-content{transition:bottom .1s cubic-bezier(.4,0,1,1),top .1s cubic-bezier(.4,0,1,1);top:0}.ytp-autohide .ytp-ypc-player-content,.ytp-hide-controls .ytp-player-content{bottom:0}.ytp-autohide:not(.ytp-ad-overlay-open) .ytp-iv-player-content,.ytp-autohide:not(.ytp-ad-overlay-open) .ytp-timely-actions-content,.ytp-hide-controls .ytp-iv-player-content,.ytp-hide-controls .ytp-timely-actions-content{bottom:12px}.ytp-timely-actions-overlay{z-index:35;opacity:1;transition:opacity .25s cubic-bezier(0,0,.2,1);transition-delay:.33s;position:absolute;bottom:0;right:0}.ytp-overlays-container .ytp-overlay-bottom-right .ytp-player-content.ytp-timely-actions-content,.ytp-overlays-container .ytp-overlay-bottom-right .ytp-timely-actions-overlay{position:relative;inset:0}.ytp-fine-scrubbing-enable .ytp-timely-actions-overlay{display:none}.ytp-ad-overlay-open .ytp-player-content{bottom:151px}.ytp-small-mode.ytp-ad-overlay-open .ytp-player-content{bottom:139px}.ytp-embed.ytp-ad-overlay-open .ytp-player-content{bottom:143px}.ytp-big-mode.ytp-autohide:not(.ytp-ad-overlay-open) .ytp-iv-player-content,.ytp-big-mode.ytp-autohide:not(.ytp-ad-overlay-open) .ytp-timely-actions-content,.ytp-big-mode.ytp-hide-controls .ytp-iv-player-content,.ytp-big-mode.ytp-hide-controls .ytp-timely-actions-content{bottom:24px}.ytp-big-mode.ytp-ad-overlay-open .ytp-player-content{bottom:160px}.ytp-button{color:inherit;text-align:inherit;cursor:default;font-family:inherit;font-size:100%;line-height:inherit;background-color:#0000;border:none;padding:0}.ytp-delhi-modern-icons .ytp-chrome-controls .ytp-button svg{padding:var(--yt-delhi-pill-top-height,12px) 12px}.ytp-big-mode.ytp-delhi-modern-icons .ytp-chrome-controls .ytp-button svg{vertical-align:top;padding:calc((var(--yt-delhi-big-mode-pill-height,56px) - 24px)/2)}.ytp-xsmall-width-mode.ytp-delhi-modern-icons .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button svg{width:18px;height:18px;padding:9px}.ytp-xsmall-width-mode.ytp-delhi-modern-icons .ytp-right-controls .ytp-button:not(.ytp-expand-right-bottom-section-button) svg{width:18px;height:18px;padding:7px}.ytp-xsmall-width-mode.ytp-delhi-modern-icons .ytp-right-controls .ytp-expand-right-bottom-section-button.ytp-button svg{padding:0}.ytp-button,.ytp-button:focus{outline:0}.ytp-button::-moz-focus-inner{border:0;padding:0}.html5-video-player .ytp-button[aria-disabled=true],.html5-video-player .ytp-button[disabled]{opacity:.5}.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]){cursor:pointer}.ytp-probably-keyboard-focus .ytp-button:focus{box-shadow:inset 0 0 0 2px #1b7fcccc}.ytp-chrome-bottom,.ytp-chrome-top{text-shadow:0 0 2px #00000080;position:absolute}.ytp-dni .ytp-chrome-bottom{text-shadow:none}.ytp-chrome-top{z-index:58;flex-wrap:nowrap;justify-content:flex-end;display:flex;top:0;left:12px;right:12px}.ytp-shorts-mode .ytp-chrome-top{flex-direction:column;right:0}.ytp-gvn .ytp-chrome-top,.ytp-gvn.ytp-big-mode .ytp-chrome-top{top:20px}.ytp-chrome-bottom{z-index:59;text-align:left;direction:ltr;width:100%;height:48px;padding-top:3px;bottom:0}.ytp-delhi-modern .ytp-chrome-bottom{height:var(--yt-delhi-bottom-controls-height,72px)}.ytp-delhi-modern .ytp-chrome-bottom.ytp-volume-popover-showing{z-index:1000}.ytp-small-mode .ytp-chrome-bottom{height:36px}.ytp-embed .ytp-chrome-bottom{height:40px}.ytp-embed.ytp-embed-mobile .ytp-chrome-bottom,.ytp-embed.ytp-embed-mobile .ytp-chrome-bottom .ytp-chrome-controls,.ytp-embed.ytp-embed-mobile.ytp-small-mode .ytp-chrome-bottom,.ytp-embed.ytp-embed-mobile.ytp-small-mode .ytp-chrome-bottom .ytp-chrome-controls{height:48px}.ytp-big-mode .ytp-chrome-bottom{height:54px;padding-top:4px}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-bottom{height:var(--yt-delhi-big-mode-bottom-controls-height,96px);padding-top:0}.ytp-chrome-top .ytp-button,.ytp-small-mode .ytp-chrome-controls .ytp-button,.ytp-small-mode .ytp-replay-button{opacity:.9;width:36px;transition:opacity .1s cubic-bezier(.4,0,1,1);display:inline-block;overflow:hidden}.ytp-chrome-controls .ytp-button,.ytp-replay-button{opacity:.9;width:48px;padding:0 2px;transition:opacity .1s cubic-bezier(.4,0,1,1);display:inline-block;overflow:hidden}.ytp-chrome-controls .ytp-button.ytp-mute-button{padding:6px}.ytp-chrome-controls .ytp-button.ytp-next-button{padding:0}.ytp-chrome-controls .ytp-button.ytp-miniplayer-button,.ytp-chrome-controls .ytp-button.ytp-remote-button{padding:0 4px}.ytp-embed .ytp-chrome-controls .ytp-button,.ytp-embed .ytp-replay-button{width:40px;padding:0}.ytp-embed .ytp-chrome-controls .ytp-button.ytp-miniplayer-button,.ytp-embed .ytp-chrome-controls .ytp-button.ytp-mute-button,.ytp-embed .ytp-chrome-controls .ytp-button.ytp-next-button,.ytp-embed .ytp-chrome-controls .ytp-button.ytp-remote-button{padding:0}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls{margin-top:var(--yt-delhi-pill-top-height,12px);height:var(--yt-delhi-pill-height,48px);-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:28px;padding:0 16px;display:flex}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls{padding:0}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls .ytp-button.ytp-expand-right-bottom-section-button{display:none}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls .ytp-right-controls-left,.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls .ytp-right-controls-right{align-items:flex-end;display:flex}.ytp-delhi-modern .ytp-chrome-controls .ytp-button{opacity:unset;position:relative}.ytp-delhi-modern .ytp-chrome-controls .ytp-button[aria-pressed]:after{display:none}.ytp-delhi-modern .ytp-chrome-controls .ytp-mute-button{height:100%;position:relative;overflow:visible}.ytp-delhi-modern .ytp-chrome-controls .ytp-mute-button .ytp-volume-icon{width:100%;height:100%;overflow:visible}.ytp-delhi-modern .ytp-chrome-controls .ytp-replay-button{opacity:unset}.ytp-delhi-modern .ytp-chrome-controls .ytp-left-controls{z-index:59;min-width:0}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls{z-index:59;padding:0 4px}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls .ytp-button{padding:0}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls .ytp-button:before{content:"";pointer-events:none;width:48px;height:calc(var(--yt-delhi-pill-height,48px) - 8px);background-color:#0000;border-radius:40px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls .ytp-button:hover:before{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-chrome-controls .ytp-right-controls .ytp-button:active:before{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover,#fff3);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*){-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000}.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*) svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*){height:var(--yt-delhi-pill-height,48px);margin-top:var(--yt-delhi-pill-top-height,12px);border-radius:28px;margin-left:8px;padding:0 4px 0 0}.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*).ytp-playlist-ui{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0}.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*):after{content:"";pointer-events:none;inset:4px;background:0 0;border-radius:28px;position:absolute;inset:4px 4px 4px 0}.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*):hover:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*):active:after{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover,#fff3);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-controls .ytp-right-controls .ytp-button{height:var(--yt-delhi-big-mode-pill-height,56px);width:var(--yt-delhi-big-mode-pill-height,56px)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-controls .ytp-right-controls .ytp-button:before{height:calc(var(--yt-delhi-big-mode-pill-height,56px) - 8px);width:var(--yt-delhi-big-mode-pill-height,56px)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*){margin-top:calc((var(--yt-delhi-big-mode-bottom-controls-height,96px) - var(--yt-delhi-big-mode-pill-height,56px))/2);height:var(--yt-delhi-big-mode-pill-height,56px)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*) svg{padding:calc((var(--yt-delhi-big-mode-pill-height,56px) - 24px)/2)}.ytp-delhi-modern-with-luminosity.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*){background-blend-mode:luminosity;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-difference.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*){background-blend-mode:difference;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-exclusion.ytp-delhi-modern .ytp-chrome-controls .ytp-next-button:not(.ytp-miniplayer-button-container>*){background-blend-mode:exclusion;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-embed.ytp-embed-mobile .ytp-chrome-controls .ytp-button,.ytp-embed.ytp-embed-mobile.ytp-small-mode .ytp-chrome-controls .ytp-button{width:48px;height:48px}.ytp-embed-mobile .ytp-chrome-controls .ytp-button:not(.ytp-youtube-button) svg,.ytp-embed-mobile.ytp-small-mode .ytp-chrome-controls .ytp-button:not(.ytp-youtube-button) svg{width:40px;padding-left:4px}.ytp-chrome-top .ytp-button{vertical-align:top;height:42px;padding-top:6px}.ytp-big-mode .ytp-chrome-top .ytp-button{height:63px;padding-top:9px}.ytp-chrome-controls .ytp-button{height:100%}.ytp-big-mode .ytp-chrome-controls .ytp-button,.ytp-big-mode .ytp-chrome-top .ytp-button{width:54px}.ytp-play-button:not(.ytp-play-button-playlist):before,.ytp-prev-button:before{content:"";width:12px;display:block;position:absolute;top:5px;bottom:0;left:-12px}.ytp-delhi-modern .ytp-play-button:after{content:"";pointer-events:none;background:0 0;border-radius:27px;position:absolute;inset:4px}.ytp-big-mode.ytp-delhi-modern .ytp-play-button:after{border-radius:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px)/2)}.ytp-delhi-modern .ytp-play-button:hover:after,.ytp-delhi-modern.ytp-big-mode .ytp-play-button:hover:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-play-button:active:after,.ytp-delhi-modern.ytp-big-mode .ytp-play-button:active:after{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover,#fff3);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-big-mode-consistent-pill-height.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-left-controls .ytp-play-button{height:var(--yt-delhi-big-mode-pill-height,56px);width:var(--yt-delhi-big-mode-pill-height,56px);margin-top:calc((var(--yt-delhi-big-mode-bottom-controls-height,96px) - var(--yt-delhi-big-mode-pill-height,56px))/2);margin-bottom:calc((var(--yt-delhi-big-mode-bottom-controls-height,96px) - var(--yt-delhi-big-mode-pill-height,56px))/2)}.ytp-delhi-modern .ytp-prev-button:not(.ytp-miniplayer-button-container>*){-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000}.ytp-delhi-modern .ytp-prev-button:not(.ytp-miniplayer-button-container>*) svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-prev-button:not(.ytp-miniplayer-button-container>*){height:var(--yt-delhi-pill-height,48px);margin-top:var(--yt-delhi-pill-top-height,12px);border-radius:28px 0 0 28px;margin-left:8px;padding:0 0 0 4px}.ytp-delhi-modern .ytp-prev-button:not(.ytp-miniplayer-button-container>*):after{content:"";pointer-events:none;inset:4px;background:0 0;border-radius:28px;position:absolute;inset:4px 0 4px 4px}.ytp-delhi-modern .ytp-prev-button:not(.ytp-miniplayer-button-container>*):hover:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-prev-button:not(.ytp-miniplayer-button-container>*):active:after{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover,#fff3);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-big-mode.ytp-delhi-modern .ytp-chrome-controls .ytp-prev-button:not(ytp-miniplayer-button-container>*){margin-top:calc((var(--yt-delhi-big-mode-bottom-controls-height,96px) - var(--yt-delhi-big-mode-pill-height,56px))/2);height:var(--yt-delhi-big-mode-pill-height,56px)}.ytp-big-mode.ytp-delhi-modern .ytp-chrome-controls .ytp-prev-button:not(ytp-miniplayer-button-container>*) svg{padding:calc((var(--yt-delhi-big-mode-pill-height,56px) - 24px)/2)}.ytp-delhi-modern-with-luminosity.ytp-delhi-modern .ytp-prev-button:not(.ytp-miniplayer-button-container>*){background-blend-mode:luminosity;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-difference.ytp-delhi-modern .ytp-prev-button:not(.ytp-miniplayer-button-container>*){background-blend-mode:difference;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-exclusion.ytp-delhi-modern .ytp-prev-button:not(.ytp-miniplayer-button-container>*){background-blend-mode:exclusion;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-fullscreen-button:after{content:"";width:12px;display:block;position:absolute;top:5px;bottom:0;left:100%}.ytp-big-mode .ytp-play-button:not(.ytp-play-button-playlist):before,.ytp-big-mode .ytp-prev-button:before{width:24px;left:-24px}.ytp-chrome-controls .ytp-button:not([aria-disabled=true]):not([disabled]):hover,.ytp-chrome-controls .ytp-button[aria-expanded=true],.ytp-chrome-controls .ytp-button[aria-pressed=true],.ytp-chrome-top .ytp-button:hover,.ytp-replay-button:hover{opacity:1;transition:opacity .1s cubic-bezier(0,0,.2,1)}.ytp-svg-fill{fill:#fff}.ytp-svg-shadow{stroke:#000;stroke-opacity:.15;stroke-width:2px;fill:none}.ytp-dni .ytp-svg-shadow{display:none}.ytp-svg-shadow-fill{fill:#000;fill-opacity:.15;stroke:none}.ytp-chrome-controls .ytp-button[aria-pressed]{position:relative}.ytp-chrome-controls .ytp-button[aria-pressed]:after{content:"";background-color:var(--yt-sys-color-baseline--red-indicator,#e1002d);border-radius:3px;width:0;height:3px;transition:left .1s cubic-bezier(.4,0,1,1),width .1s cubic-bezier(.4,0,1,1);display:block;position:absolute;bottom:9px;left:24px}.ytp-embed .ytp-chrome-controls .ytp-button[aria-pressed]:after{border-radius:2px;height:2px;bottom:8px;left:20px}.ytp-big-mode .ytp-chrome-controls .ytp-button[aria-pressed]:after{border-radius:3px;height:3px;bottom:10px;left:27px}.ytp-dni .ytp-chrome-controls .ytp-button[aria-pressed]:after{background-color:#fff}.ytp-chrome-controls .ytp-button[aria-pressed=true]:after{width:24px;transition:left .25s cubic-bezier(0,0,.2,1),width .25s cubic-bezier(0,0,.2,1);left:12px}.ytp-small-mode .ytp-chrome-controls .ytp-button[aria-pressed=true]:after,.ytp-xsmall-width-mode .ytp-chrome-controls .ytp-button[aria-pressed=true]:after{width:18px;left:9px}.ytp-embed .ytp-chrome-controls .ytp-button[aria-pressed=true]:after{width:20px;left:10px}.ytp-big-mode .ytp-chrome-controls .ytp-button[aria-pressed=true]:after{width:27px;left:14px}.ytp-embed-mobile .ytp-chrome-controls .ytp-button[aria-pressed=true]:after,.ytp-embed-mobile.ytp-small-mode .ytp-chrome-controls .ytp-button[aria-pressed=true]:after{left:15px}.ytp-color-white .ytp-chrome-controls .ytp-button[aria-pressed]:after{background-color:#ddd}.ytp-color-party .ytp-chrome-controls .ytp-button[aria-pressed]:after{animation:.1s linear infinite ytp-party-background-color}.ytp-chrome-top-buttons{white-space:nowrap}.ytp-chrome-top-buttons .ytp-button{text-shadow:inherit}[dir=rtl] .ytp-shorts-mode .ytp-chrome-top-buttons{width:48px;position:absolute;top:0;right:0}.ytp-copylink-button:not(.ytp-copylink-button-visible),.ytp-overflow-button:not(.ytp-overflow-button-visible),.ytp-share-button:not(.ytp-share-button-visible){display:none}.ytp-exp-bottom-control-flexbox .ytp-chrome-controls{display:flex}.ytp-chrome-controls{text-align:left;direction:ltr;height:48px;font-size:109%;line-height:48px}.ytp-delhi-modern .ytp-chrome-controls{height:var(--yt-delhi-bottom-controls-height,72px);line-height:var(--yt-delhi-bottom-controls-height,72px)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-controls{height:var(--yt-delhi-big-mode-bottom-controls-height,96px);line-height:var(--yt-delhi-big-mode-bottom-controls-height,96px)}.ytp-small-mode .ytp-chrome-controls{height:36px;line-height:36px}.ytp-embed .ytp-chrome-controls{height:40px;line-height:40px}.ytp-big-mode .ytp-chrome-controls{height:54px;line-height:54px}:not(.ytp-exp-bottom-control-flexbox) .ytp-left-controls{float:left}.ytp-left-controls{height:100%}.ytp-delhi-modern .ytp-left-controls.ytp-left-controls-with-volume{overflow:visible}.ytp-exp-bottom-control-flexbox .ytp-left-controls{white-space:nowrap;text-overflow:ellipsis;flex:1;display:flex;overflow:hidden}:not(.ytp-exp-bottom-control-flexbox) .ytp-right-controls{float:right}.ytp-right-controls{height:100%}.ytp-delhi-modern .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button{min-width:0;margin:var(--yt-delhi-pill-top-height,12px) 0 var(--yt-delhi-pill-top-height,12px) 12px;height:var(--yt-delhi-pill-height,48px);-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:28px;flex-shrink:0;padding:0 16px}.ytp-delhi-modern .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button,.ytp-delhi-modern .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button .ytp-button{padding:0}.ytp-delhi-modern .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button:after{content:"";pointer-events:none;background:0 0;border-radius:28px;position:absolute;inset:4px}.ytp-delhi-modern .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button:hover:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button:active:after{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover,#fff3);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button{padding:0 4px}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button svg{padding:10px 6px}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-left-controls .ytp-mute-button .ytp-volume-icon{padding:4px}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button{height:var(--yt-delhi-big-mode-pill-height,56px);margin:calc((var(--yt-delhi-big-mode-bottom-controls-height,96px) - var(--yt-delhi-big-mode-pill-height,56px))/2) 0 calc((var(--yt-delhi-big-mode-bottom-controls-height,96px) - var(--yt-delhi-big-mode-pill-height,56px))/2) 12px;padding:0}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-right-controls{height:var(--yt-delhi-big-mode-pill-height,56px);margin-top:var(--yt-delhi-big-mode-pill-top-height,20px)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-right-controls .ytp-right-controls-left,.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-right-controls .ytp-right-controls-right{height:var(--yt-delhi-big-mode-pill-height,56px)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-right-controls .ytp-right-controls-left:after{height:28px;margin:10px 14px}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-chrome-bottom{height:var(--yt-delhi-bottom-controls-height-xsmall-width-mode,64px)}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-chrome-bottom .ytp-button{width:32px;height:32px}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-chrome-bottom .ytp-button.ytp-live-badge{width:auto}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-chrome-bottom .ytp-button:not(.ytp-live-badge):before{border-radius:50%;width:32px;height:32px}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-chrome-controls{height:var(--yt-delhi-bottom-controls-height-xsmall-width-mode,64px)}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-left-controls .ytp-next-button,.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-left-controls .ytp-prev-button{display:none}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-left-controls .ytp-mute-button.ytp-standalone-mute-button{height:40px}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-right-controls{height:40px;line-height:40px}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-right-controls .ytp-button{margin:4px 2px;display:none}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-right-controls .ytp-right-controls-left:after{display:none}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-right-controls .ytp-button.ytp-settings-button{display:inline-block}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-right-controls .ytp-button.ytp-expand-right-bottom-section-button{transition:transform .3s cubic-bezier(.05,0,0,1);display:inline-block;transform:rotate(180deg)}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-chrome-bottom.ytp-xsmall-width-right-controls-expanded .ytp-right-controls .ytp-button{display:inline-block}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-chrome-bottom.ytp-xsmall-width-right-controls-expanded .ytp-right-controls .ytp-button.ytp-expand-right-bottom-section-button{transition:transform .3s cubic-bezier(.05,0,0,1);transform:rotate(0)}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-chrome-bottom.ytp-xsmall-width-right-controls-expanded .ytp-left-controls .ytp-time-display{visibility:hidden}.ytp-exp-bottom-control-flexbox .ytp-volume-area{display:flex}.ytp-delhi-modern.ytp-delhi-horizontal-volume-controls .ytp-volume-area{margin:var(--yt-delhi-pill-top-height,12px) 0 var(--yt-delhi-pill-top-height,12px) 12px;height:var(--yt-delhi-pill-height,48px);-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:28px;padding:0 16px}.ytp-delhi-modern.ytp-delhi-horizontal-volume-controls .ytp-volume-area svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern.ytp-delhi-horizontal-volume-controls .ytp-volume-area{padding:0;position:relative}.ytp-delhi-modern.ytp-delhi-horizontal-volume-controls .ytp-volume-area .ytp-volume-icon{padding:0}.ytp-delhi-modern.ytp-delhi-horizontal-volume-controls .ytp-volume-area .ytp-volume-icon svg{padding:var(--yt-delhi-pill-top-height,12px)}.ytp-delhi-modern.ytp-delhi-horizontal-volume-controls .ytp-volume-area:after{content:"";pointer-events:none;background:0 0;border-radius:28px;position:absolute;inset:4px}.ytp-delhi-modern.ytp-delhi-horizontal-volume-controls .ytp-volume-area:hover:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern.ytp-delhi-horizontal-volume-controls .ytp-chrome-bottom.ytp-volume-slider-active .ytp-volume-area{padding-right:16px}.ytp-delhi-modern.ytp-delhi-horizontal-volume-controls.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-volume-area{margin:var(--yt-delhi-big-mode-pill-top-height,20px) 0 0 12px;height:var(--yt-delhi-big-mode-pill-height,56px)}.ytp-delhi-modern.ytp-xsmall-width-mode.ytp-delhi-horizontal-volume-controls .ytp-volume-area{margin:var(--yt-delhi-pill-top-height,12px) 0 var(--yt-delhi-pill-top-height,12px) 8px;height:40px}.ytp-delhi-modern.ytp-xsmall-width-mode.ytp-delhi-horizontal-volume-controls .ytp-volume-area .ytp-button{width:40px;height:40px;padding:0}.ytp-delhi-modern.ytp-xsmall-width-mode.ytp-delhi-horizontal-volume-controls .ytp-volume-area svg{width:18px;height:18px;padding:11px}.ytp-autohide-fade-transition,.ytp-chrome-bottom:not(.ytp-frosted-glass-opacity-animation),.ytp-chrome-top{transition:opacity .25s cubic-bezier(0,0,.2,1)}.ytp-autohide .ytp-chrome-bottom .ytp-autohide-fade-transition,.ytp-autohide .ytp-chrome-bottom:not(.ytp-frosted-glass-opacity-animation),.ytp-autohide .ytp-chrome-top .ytp-copylink-button,.ytp-autohide .ytp-chrome-top .ytp-share-button,.ytp-autohide .ytp-chrome-top .ytp-watch-later-button,.ytp-autohide .ytp-overflow-button,.ytp-autohide .ytp-playlist-menu-button,.ytp-autohide .ytp-shorts-title-channel,.ytp-autohide .ytp-title,.ytp-autohide .ytp-title-channel,.ytp-autohide:not(.ytp-cards-teaser-shown) .ytp-cards-button,.ytp-chrome-bottom[aria-hidden=true],.ytp-chrome-top[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-autohide:not(.ytp-autohide-active) .ytp-chrome-top .ytp-share-button,.ytp-autohide:not(.ytp-autohide-active) .ytp-chrome-top .ytp-watch-later-button,.ytp-autohide:not(.ytp-autohide-active) .ytp-overflow-button,.ytp-autohide:not(.ytp-autohide-active) .ytp-playlist-menu-button,.ytp-autohide:not(.ytp-autohide-active) .ytp-shorts-title-channel,.ytp-autohide:not(.ytp-autohide-active) .ytp-title,.ytp-autohide:not(.ytp-autohide-active) .ytp-title-channel,.ytp-autohide:not(.ytp-autohide-active):not(.ytp-cards-teaser-shown) .ytp-cards-button{display:none}.ytp-shorts-mode .ytp-title-channel{padding-right:8px}.ytp-gradient-bottom,.ytp-gradient-top{pointer-events:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);background-repeat:repeat-x;width:100%;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute}.ytp-delhi-modern .ytp-gradient-top,.ytp-delhi-modern:not(.ytp-fullscreen-grid-peeking):not(.ytp-fullscreen-grid-active) .ytp-gradient-bottom{display:none}.ytp-big-mode .ytp-gradient-bottom,.ytp-big-mode .ytp-gradient-top{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEmCAYAAACjy/qzAAAAhklEQVQ4y52RUQ6AMAxCKd7/JJ7R6aeJAdr507TjQZqOAE4CWARwx7JE944rch/k6qOWS7bq5bh72zGF8+LTa6goJeRPgXDYNxWFfkS0QXCInLIN1GxTXA0dtS0otWJnuXJR1Y9WYP9GF1UCYRQYHRSlXMARbVO4th3sd7Y3OP5dY3Bn+SkPsGJ1+HGGVtcAAAAASUVORK5CYII=)}.ytp-autohide .ytp-gradient-top,.ytp-autohide:not(.ytp-grid-scrolling):not(.ytp-fullscreen-grid-active) .ytp-gradient-bottom,.ytp-gradient-bottom[aria-hidden=true],.ytp-gradient-top[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-autohide:not(.ytp-autohide-active) .ytp-gradient-top,.ytp-autohide:not(.ytp-autohide-active):not(.ytp-grid-scrolling):not(.ytp-fullscreen-grid-active) .ytp-gradient-bottom{display:none}.ytp-gradient-top{z-index:25;background-position:top;height:48px;padding-bottom:50px;top:0}.ytp-embed-pfl.ytp-embed:not(.ad-showing) .ytp-gradient-top{background-image:-webkit-linear-gradient(#0000,#000000bf);background-image:linear-gradient(#000000bf 0,#0000);height:70px;padding-bottom:0}.ytp-shorts-mode.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-gradient-top,.ytp-shorts-mode.ytp-embed:not(.ad-showing) .ytp-gradient-top{-webkit-background-size:auto 200%;background-size:auto 200%;height:50%}.ytp-embed:not(.ad-showing) .ytp-gradient-top{height:49px}.ytp-big-mode .ytp-gradient-top{height:69px;padding-bottom:77px}.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-gradient-top{height:89px;padding-bottom:57px}.ytp-gradient-bottom{z-index:24;background-position:bottom;height:61px;padding-top:37px;bottom:0}.ytp-small-mode .ytp-gradient-bottom{height:49px;padding-top:49px}.ytp-embed .ytp-gradient-bottom{height:53px;padding-top:45px}.ytp-big-mode .ytp-gradient-bottom{height:70px;padding-top:76px}.ytp-delhi-modern.ytp-fullscreen-grid-active .ytp-gradient-bottom,.ytp-delhi-modern:not(.ytp-disable-bottom-gradient) .ytp-gradient-bottom{pointer-events:none;width:100%;height:100%;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute}.ytp-delhi-modern.ytp-fullscreen-grid-peeking.ytp-disable-bottom-gradient.ytp-grid-scrolling .ytp-gradient-bottom,.ytp-delhi-modern.ytp-fullscreen-grid-peeking:not(.ytp-disable-bottom-gradient) .ytp-gradient-bottom{background:-webkit-gradient(linear,left top,left bottom,from(#0000),color-stop(#0000),to(#000000d9));background:-webkit-linear-gradient(top,#0000 0,#0000 calc(70% - var(--ytp-grid-peek-height) - var(--ytp-grid-scroll-percentage)*100%),#000000d9 100%);background:linear-gradient(180deg,#0000 0,#0000 calc(70% - var(--ytp-grid-peek-height) - var(--ytp-grid-scroll-percentage)*100%),#000000d9 100%)}.ytp-delhi-modern.ytp-fullscreen-grid-active .ytp-gradient-bottom{background:-webkit-gradient(linear,left top,left bottom,from(#0000),color-stop(#0000),to(#000000d9));background:-webkit-linear-gradient(top,#0000 0,#0000 calc(20% + var(--ytp-grid-scroll-percentage)*100% - var(--ytp-grid-peek-height)),#000000d9 100%);background:linear-gradient(180deg,#0000 0,#0000 calc(20% + var(--ytp-grid-scroll-percentage)*100% - var(--ytp-grid-peek-height)),#000000d9 100%)}.ytp-hide-info-bar .ytp-chrome-top{height:0}.ytp-hide-info-bar .ytp-chrome-top .ytp-overflow-button,.ytp-hide-info-bar .ytp-chrome-top .ytp-playlist-menu-button,.ytp-hide-info-bar .ytp-chrome-top .ytp-share-button,.ytp-hide-info-bar .ytp-chrome-top .ytp-shorts-title-channel,.ytp-hide-info-bar .ytp-chrome-top .ytp-title,.ytp-hide-info-bar .ytp-chrome-top .ytp-title-channel,.ytp-hide-info-bar .ytp-chrome-top .ytp-watch-later-button,.ytp-hide-info-bar .ytp-gradient-top,.ytp-hide-info-bar .ytp-overlay-top-right .ytp-overflow-button,.ytp-hide-info-bar .ytp-overlay-top-right .ytp-share-button,.ytp-hide-info-bar .ytp-overlay-top-right .ytp-watch-later-button,.ytp-delhi-modern.ytp-fullscreen-grid-active.ytp-full-bleed-player:not(.ytp-grid-scrollable) .ytp-gradient-bottom,.ytp-disable-bottom-gradient.ytp-delhi-modern.ytp-fullscreen-grid-peeking.ytp-full-bleed-player .ytp-gradient-bottom{display:none}.ytp-delhi-modern.ytp-full-bleed-player.ytp-fullscreen-grid-active:not(.html5-video-player.ended-mode) .ytp-chrome-bottom{bottom:calc(70% - var(--ytp-grid-scroll-percentage)*100%);opacity:var(--ytp-grid-scroll-percentage);pointer-events:none}.ytp-fullscreen-grid-peeking.ytp-full-bleed-player.ytp-delhi-modern.ytp-autohide.ytp-grid-scrolling .ytp-chrome-bottom,.ytp-fullscreen-grid-peeking.ytp-full-bleed-player.ytp-delhi-modern:not(.ytp-autohide) .ytp-chrome-bottom{opacity:calc(1 - var(--ytp-grid-scroll-percentage)*3)}.ytp-fullscreen-grid-peeking.ytp-full-bleed-player.ytp-delhi-modern .ytp-chrome-bottom{bottom:calc(var(--ytp-grid-peek-height) + var(--ytp-grid-scroll-percentage)*100%)}.ytp-fullscreen-grid-peeking.ytp-full-bleed-player.ytp-grid-scrolling .ytp-chrome-bottom{pointer-events:none}.ytp-delhi-modern.ytp-fullscreen-grid-active:not(.html5-video-player.ended-mode):not(.ytp-grid-scrolling) .ytp-chrome-bottom,.ytp-hide-controls .ytp-chrome-bottom,.ytp-hide-controls .ytp-gradient-bottom{display:none}@media screen and (-ms-high-contrast:active){.ytp-gradient-bottom,.ytp-gradient-top{background:#000;padding-top:0;padding-bottom:0}}@keyframes ytp-party-background-color{0%{background-color:red}20%{background-color:#0f0}40%{background-color:#00f}60%{background-color:#f0f}80%{background-color:#ff0}to{background-color:#0ff}}@keyframes ytp-party-color{0%{color:red}20%{color:#0f0}40%{color:#00f}60%{color:#f0f}80%{color:#ff0}to{color:#0ff}}@keyframes ytp-party-fill{0%{fill:red}20%{fill:#0f0}40%{fill:#00f}60%{fill:#f0f}80%{fill:#ff0}to{fill:#0ff}}.ytp-menu-shown .video-ads{display:none}.ytp-ad-display-override .video-ads{display:inherit}.ytp-swatch-background-color{background-color:var(--yt-sys-color-baseline--static-brand-red,#f03)}.ytp-dni .ytp-swatch-background-color{background-color:#fff}.ytp-color-white .ytp-swatch-background-color{background-color:#ddd}.ytp-color-white .ytp-swatch-background-color-secondary{background-color:#aaa}.ytp-color-party .ytp-play-progress.ytp-swatch-background-color,.ytp-color-party .ytp-swatch-background-color,.ytp-color-party .ytp-swatch-background-color-secondary{background:0 0;animation:.1s linear infinite ytp-party-background-color}.ytp-swatch-color{color:var(--yt-sys-color-baseline--static-brand-red,#f03)}.ytp-swatch-color-white{color:var(--yt-sys-color-baseline--overlay-text-secondary)}.ytp-premium-label{color:#ccc;font-size:83.3333%}.ytp-dni .ytp-swatch-color{color:#fff}.ytp-color-white .ytp-swatch-color{color:#ddd}.ytp-color-party .ytp-swatch-color{animation:.15s linear infinite ytp-party-color}@media print{.html5-video-player:not(.ytp-mweb-player) *{visibility:hidden}.html5-video-player:not(.ytp-mweb-player){box-sizing:border-box;border:1px solid #000}:not(.ytp-mweb-player) .ytp-chrome-top,:not(.ytp-mweb-player) .ytp-cued-thumbnail-overlay,:not(.ytp-mweb-player) .ytp-large-play-button{opacity:1!important;visibility:visible!important;display:block!important}:not(.ytp-mweb-player) .ytp-large-play-button *,:not(.ytp-mweb-player) .ytp-title,:not(.ytp-mweb-player) .ytp-title *{color:#000!important;visibility:visible!important}}.ytp-player-in-bar-disable-ui>:not(.html5-video-container){pointer-events:none;display:none}.ytp-composite-video-overlay-renderer{z-index:10;position:absolute;inset:0}.ytp-ad-module{width:100%;height:100%}.ytp-player-minimized.ytp-miniplayer-alternate-ui .ytp-ad-player-overlay-layout{height:calc(100% - 12px);top:0}.video-ad-status-bar{z-index:850;opacity:.7;background-color:#000;width:100%;display:none;position:absolute;bottom:61px}.ytp-embed .video-ad-status-bar{bottom:53px}.ytp-big-mode .video-ad-status-bar{bottom:70px}.ytp-hide-controls .video-ad-status-bar{bottom:0}.ad-showing .video-ad-status-bar{display:block}.ad-showing.ytp-autohide .video-ad-status-bar,.ad-showing.ytp-hide-controls .video-ad-status-bar{bottom:0}.video-ad-label{margin-bottom:5px;display:block}.ad-showing .ad-video{position:absolute;top:0}.html5-video-player .video-click-tracking,.html5-video-player .video-stream{width:100%;height:100%;display:block;position:absolute}.html5-video-player .ad-container-single-media-element-annotations{z-index:850;position:absolute}.html5-video-player .ad-container-single-media-element-annotations-workaround{z-index:850}.html5-video-player .ad-overlay{width:100%;transition:bottom .25s cubic-bezier(0,0,.2,1),opacity .25s cubic-bezier(0,0,.2,1);position:absolute;bottom:61px}.ytp-embed.html5-video-player .ad-overlay{bottom:53px}.ytp-ad-overlay-closed .ad-overlay,.ytp-player-minimized.ytp-ad-overlay-closed .ad-overlay{display:none}.ytp-big-mode .ad-overlay{bottom:70px}.ytp-autohide.ytp-ad-overlay-closed .ad-overlay{opacity:0;transition:bottom .1s cubic-bezier(.4,0,1,1),opacity .1s cubic-bezier(.4,0,1,1)}.html5-video-player .ad-overlay .video-click-tracking{display:none}.html5-video-player .ad-overlay>:not(.ima-container){z-index:870}.html5-video-player .ad-overlay>.ima-container{z-index:auto!important}.html5-video-player .ad-overlay>.ima-container>*{position:relative;z-index:870!important}.html5-video-player:not(.ad-showing) .ad-container,.html5-video-player:not(.ad-showing):not(.ytp-ad-overlay-open) .video-ads{display:none}.iv-endcap-background{z-index:821}.html5-video-player .attribution-button{text-shadow:0 0 8px #000,0 0 4px #000000e6}.ytp-ad-button-icon,.ytp-ad-button-text,.ytp-ad-skip-button-icon,.ytp-ad-skip-button-text{display:inline-block}.ytp-ad-skip-button-text-centered{vertical-align:middle}.ytp-ad-player-overlay-updated-focus-style.ytp-ad-player-overlay .ytp-ad-button,.ytp-ad-player-overlay-updated-focus-style.ytp-ad-player-overlay button{outline:0}.ytp-probably-keyboard-focus .ytp-ad-player-overlay-updated-focus-style.ytp-ad-player-overlay .ytp-ad-button:focus,.ytp-probably-keyboard-focus .ytp-ad-player-overlay-updated-focus-style.ytp-ad-player-overlay button:focus{box-shadow:inset 0 0 0 2px #1b7fcccc}.ytp-ad-button-icon{height:inherit;width:inherit;pointer-events:auto}.ytp-ad-button-link{font-weight:400;font-size:inherit;-webkit-box-shadow:none;box-shadow:none;background:0 0;border:none;padding:0;text-decoration:none}.ytp-ad-button-link:active,.ytp-ad-button-link:hover{-webkit-box-shadow:none;box-shadow:none;background:0 0;text-decoration:underline}.ytp-big-mode .ytp-ad-action-interstitial-instream-info,.ytp-big-mode .ytp-ad-player-overlay-instream-info,.ytp-big-mode .ytp-ad-survey-player-overlay-instream-info{bottom:70px;left:24px}.ytp-autohide .ytp-ad-action-interstitial-instream-info,.ytp-autohide .ytp-ad-player-overlay-instream-info,.ytp-autohide .ytp-ad-survey-player-overlay-instream-info,.ytp-embed.ytp-autohide .ytp-ad-action-interstitial-instream-info,.ytp-embed.ytp-autohide .ytp-ad-player-overlay-instream-info,.ytp-embed.ytp-autohide .ytp-ad-survey-player-overlay-instream-info,.ytp-embed.ytp-hide-controls .ytp-ad-action-interstitial-instream-info,.ytp-embed.ytp-hide-controls .ytp-ad-player-overlay-instream-info,.ytp-embed.ytp-hide-controls .ytp-ad-survey-player-overlay-instream-info,.ytp-embed.ytp-iv-drawer-open .ytp-ad-action-interstitial-instream-info,.ytp-embed.ytp-iv-drawer-open .ytp-ad-player-overlay-instream-info,.ytp-embed.ytp-iv-drawer-open .ytp-ad-survey-player-overlay-instream-info,.ytp-hide-controls .ytp-ad-action-interstitial-instream-info,.ytp-hide-controls .ytp-ad-player-overlay-instream-info,.ytp-hide-controls .ytp-ad-survey-player-overlay-instream-info,.ytp-iv-drawer-open .ytp-ad-action-interstitial-instream-info,.ytp-iv-drawer-open .ytp-ad-player-overlay-instream-info,.ytp-iv-drawer-open .ytp-ad-survey-player-overlay-instream-info{transition:bottom .1s cubic-bezier(.4,0,1,1);bottom:6px}.ytp-ad-action-interstitial-instream-info,.ytp-ad-player-overlay-instream-info,.ytp-ad-survey-player-overlay-instream-info{cursor:default;pointer-events:auto;text-shadow:0 0 4px #000000bf;z-index:850;transition:bottom .25s cubic-bezier(0,0,.2,1);position:absolute;bottom:61px;left:18px}.ytp-embed .ytp-ad-action-interstitial-instream-info,.ytp-embed .ytp-ad-player-overlay-instream-info,.ytp-embed .ytp-ad-survey-player-overlay-instream-info{bottom:53px}.ytp-ad-clickable{cursor:pointer}.ytp-ad-player-overlay-ad-disclosure-banner{cursor:pointer;pointer-events:auto;z-index:850;border-radius:0;height:auto;position:absolute;top:24px;bottom:auto;left:12px}.ytp-big-mode .ytp-ad-player-overlay-ad-disclosure-banner{left:24px}.ytp-ad-player-overlay-flyout-cta{pointer-events:auto;z-index:850;position:absolute;bottom:86px;left:12px}.ytp-ad-player-overlay-flyout-cta-rounded{border-radius:8px;overflow:hidden}.ytp-embed .ytp-ad-player-overlay-flyout-cta{bottom:78px}.ytp-flyout-cta{cursor:pointer;text-align:left;display:-moz-flexbox;-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);background-color:#0000;transition:transform .1s cubic-bezier(.4,0,1,1);display:flex}.ytp-flyout-cta-large{background-color:#0009;min-width:200px;padding:8px}.ytp-flyout-cta:hover{background-color:#0000}.ytp-flyout-cta-large:hover{background-color:#000000b3}.ytp-flyout-cta .ytp-flyout-cta-body{width:100%;max-width:400px;display:-moz-flexbox;background-color:#ffffffe6;border-radius:2px;padding-left:0;padding-right:0;transition:width .2s cubic-bezier(0,0,.2,1) .5s,max-width .2s cubic-bezier(.4,0,1,1);display:flex;overflow:hidden}.ytp-flyout-cta .ytp-flyout-cta-body-large{background-color:#0000;flex-direction:column;transition:none}.ytp-flyout-cta:hover .ytp-flyout-cta-body{background-color:#fff}.ytp-flyout-cta:hover .ytp-flyout-cta-body-large{background-color:#0000}.ytp-flyout-cta .ytp-flyout-cta-text-container{box-sizing:border-box;max-width:250px;padding-left:58px;padding-right:20px}.ytp-flyout-cta .ytp-flyout-cta-text-container-large{padding-right:10px}.ytp-flyout-cta .ytp-flyout-cta-headline-container{color:#333;margin-top:10px;font-size:14px;font-weight:600}.ytp-flyout-cta .ytp-flyout-cta-headline-container-dark-background{color:#ddd}.ytp-flyout-cta .ytp-flyout-cta-description-container{color:#767676;margin-top:3px;margin-bottom:10px;font-size:13px}.ytp-flyout-cta .ytp-flyout-cta-description-container-dark-background{color:#ddd}.ytp-flyout-cta .ytp-flyout-cta-description{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ytp-flyout-cta .ytp-flyout-cta-headline{text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ytp-flyout-cta .ytp-flyout-cta-action-button-container{direction:ltr;align-self:center;max-width:150px;line-height:56px;position:static}.ytp-flyout-cta .ytp-flyout-cta-action-button-container-large{line-height:inherit;min-width:100%;margin:8px}.ytp-flyout-cta .ytp-flyout-cta-action-button{color:#fff;cursor:pointer;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;max-width:140px;height:28px;width:inherit;background:#167ac6;border:1px solid #167ac6;border-radius:2px;margin:0 8px 0 0;padding:0 10px;font-size:11px;font-weight:500;text-decoration:none;overflow:hidden;box-shadow:0 1px #0000000d}.ytp-flyout-cta .ytp-flyout-cta-action-button-large{color:#0f0f0f;min-width:100%}.ytp-flyout-cta .ytp-flyout-cta-action-button:hover{background:#126db3}.ytp-flyout-cta .ytp-flyout-cta-action-button:active{background:#095b99;box-shadow:inset 0 1px #00000080}.ytp-flyout-cta .ytp-flyout-cta-action-button.ytp-flyout-cta-action-button-rounded{height:32px;-webkit-box-shadow:none;box-shadow:none;background:#065fd4;border:none;border-radius:16px;padding:0 12px;font-family:Roboto,Arial,sans-serif;font-size:14px}.ytp-flyout-cta .ytp-flyout-cta-action-button.ytp-flyout-cta-action-button-rounded-large{background-color:#3ea6ff}.ytp-flyout-cta,.ytp-flyout-cta .ytp-flyout-cta-body,.ytp-flyout-cta .ytp-flyout-cta-body>div{direction:ltr;height:auto}.ytp-flyout-cta .ytp-flyout-cta-icon-container{-webkit-transition:-webkit-transform .2s cubic-bezier(0,0,.2,1);align-items:center;width:48px;height:100%;transition:transform .2s cubic-bezier(0,0,.2,1);display:flex;position:absolute;top:0;left:4px;overflow:visible;transform:none}.ytp-flyout-cta .ytp-flyout-cta-icon-container-large{top:-26px;left:8px}.ytp-flyout-cta .ytp-flyout-cta-icon.ytp-flyout-cta-icon-rounded{border-radius:50%}.ytp-flyout-cta .ytp-flyout-cta-icon{width:48px;height:48px}.ytp-flyout-cta.ytp-flyout-cta-inactive{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.2,1);transition:transform .25s cubic-bezier(0,0,.2,1);transform:translate(-200%)}.ytp-flyout-cta.ytp-flyout-cta-inactive .ytp-flyout-cta-icon-container{transform:translate(-200%)}.ytp-flyout-cta.ytp-flyout-cta-inactive .ytp-flyout-cta-body{width:0;max-width:0}.ytp-big-mode .ytp-ad-player-overlay-flyout-cta{bottom:95px}.ytp-small-mode .ytp-flyout-cta,.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-body,.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-body>div{max-width:190px;height:auto;min-height:40px}.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-icon-container{width:40px;height:100%}.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-icon{width:40px;height:40px}.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-text-container{margin-left:6px;padding:4px 20px 4px 40px}.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-headline-container{margin-top:2px;font-size:12px}.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-description-container{margin-top:0;margin-bottom:0;font-size:11px}.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-icon-container{top:0;left:0}.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-icon-container-large{left:4px}.ytp-small-mode .ytp-flyout-cta .ytp-flyout-cta-action-button-container{display:none}.ytp-ad-duration-remaining,.ytp-ad-info-hover-text-button .ytp-ad-button,.ytp-ad-info-icon-button,.ytp-ad-simple-ad-badge,.ytp-ad-visit-advertiser-button{color:#fff;font-size:12px;line-height:28px;display:inline-block;position:relative;left:0}.ytp-ad-simple-ad-badge{opacity:.75;margin-left:5px}.ytp-ad-simple-ad-badge--clean-player{opacity:1;color:#fff;text-shadow:0 0 2px #00000080;margin-left:0;font-family:YouTube Noto,Roboto,arial,sans-serif;font-size:12px;font-weight:700;line-height:28px;position:relative;left:0}.ytp-ad-simple-ad-badge--survey{font-weight:500}.ytp-ad-player-overlay-layout__ad-info-container .ytp-ad-simple-ad-badge{margin-left:0}.ytp-ad-duration-remaining{opacity:.75;margin-left:3px}.ytp-ad-duration-remaining--clean-player{display:-moz-flexbox;opacity:1;color:#fff;text-shadow:0 0 16px #00000080;flex-direction:row;margin-left:0;font-family:YouTube Noto,Roboto,arial,sans-serif;font-size:12px;font-weight:500;line-height:28px;display:inline-flex;position:relative;left:0}.ytp-ad-duration-remaining--clean-player:before{content:"•";padding-inline:4px}.ytp-ad-duration-remaining--mweb{margin-left:3px;font-weight:600}.ytp-ad-duration-remaining--mweb-ios{letter-spacing:-.2px}.ytp-ad-info-hover-text-button{height:28px;line-height:inherit;pointer-events:auto;text-shadow:0 0 2px #00000080;vertical-align:middle;margin:0 0 0 5px;display:inline-block;position:relative}.ytp-ad-info-hover-text-button .ytp-ad-hover-text-container{box-sizing:border-box;color:#333;opacity:.9;pointer-events:auto;text-shadow:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:#fff;border:1px solid #aaa;border-radius:4px;padding:7px;font-size:12px;line-height:normal;display:none;position:absolute;bottom:30px;left:-19px}.ytp-ad-info-hover-text-short{white-space:nowrap}.html5-video-player .ytp-ad-info-hover-text-button .ytp-ad-hover-text-container a{color:#167ac6}.html5-video-player .ytp-ad-info-hover-text-button .ytp-ad-hover-text-container a:hover{color:#167ac6;text-decoration:underline}.ytp-ad-info-hover-text-button:hover .ytp-ad-hover-text-container,.ytp-ad-overlay-ad-info-button-container:hover .ytp-ad-hover-text-container{display:inline-block}.ytp-ad-hover-text-callout{box-sizing:border-box;text-align:center;border-top:5px solid #fff;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;display:inline-block;position:absolute;top:100%;left:20px;overflow:visible}.ytp-ad-info-hover-text-button .ytp-ad-button,.ytp-ad-info-icon-button{filter:drop-shadow(0 0 2px #000);height:inherit;opacity:.75;width:13px;transform:translateY(-1px)}.ytp-ad-info-hover-text-button .ytp-ad-hover-text-button--clean-player{opacity:1;filter:drop-shadow(0 0 7px #000000e6)}.ytp-delhi-modern .ytp-ad-info-hover-text-button .ytp-ad-button{filter:unset}.ytp-ad-info-hover-text-button .ytp-ad-button:hover,.ytp-ad-info-icon-button:hover{opacity:1}.ytp-ad-confirm-dialog-background,.ytp-ad-feedback-dialog-background,.ytp-ad-info-dialog-background{pointer-events:auto;z-index:2201;background:#000c;width:100%;height:100%;margin:auto;display:table;position:absolute;top:0;left:0}.ytp-ads-tiny-mode .ytp-ad-confirm-dialog-background,.ytp-ads-tiny-mode .ytp-ad-feedback-dialog-background,.ytp-ads-tiny-mode .ytp-ad-info-dialog-background{display:block;overflow:hidden scroll}.ytp-ad-confirm-dialog-close-overlay-button,.ytp-ad-feedback-dialog-close-button,.ytp-ad-info-dialog-close-button{opacity:.75;cursor:pointer;width:24px;height:24px;position:absolute;top:14px;right:14px}.ytp-ad-confirm-dialog-close-overlay-button:hover,.ytp-ad-feedback-dialog-close-button:hover,.ytp-ad-info-dialog-close-button:hover{opacity:1}.ytp-ad-confirm-dialog-container,.ytp-ad-feedback-dialog-container,.ytp-ad-info-dialog-container{text-align:center;vertical-align:middle;display:table-cell}.ytp-ad-confirm-dialog,.ytp-ad-feedback-dialog-form,.ytp-ad-info-dialog-form{color:#767676;text-shadow:none;text-align:left;background:#fff;border:1px solid #000;min-width:180px;max-width:50%;padding:14px;font-size:14px;display:inline-block}.ytp-ad-info-dialog-relative-container{z-index:72;position:absolute}.ytp-ad-info-dialog-relative-container .ytp-ad-info-dialog-form{border-color:#e2e2e2;max-width:none;box-shadow:0 0 15px #0000002e}.ytp-ad-feedback-dialog-form a,.ytp-ad-feedback-dialog-form a:hover,.ytp-ad-feedback-dialog-undo-mute-button,.ytp-ad-info-dialog-form a,.ytp-ad-info-dialog-form a:hover,.ytp-ad-info-dialog-mute-button{color:#167ac6;cursor:pointer}.ytp-ad-feedback-dialog-title,.ytp-ad-info-dialog-title{color:#333;padding-bottom:8px;font-family:Roboto,Arial,sans-serif;font-weight:500}.ytp-ad-feedback-dialog-title a,.ytp-ad-info-dialog-title a{text-decoration:underline}ul.ytp-ad-info-dialog-ad-reasons{margin:0 0 8px;padding:0}.ytp-ad-info-dialog-ad-reasons li{margin-left:20px;list-style:outside}.ytp-ad-confirm-dialog-messages,.ytp-ad-info-dialog-feedback-options{margin-left:8px}label.ytp-ad-feedback-dialog-reason-label{margin:8px 0;display:block}.ytp-ad-confirm-dialog-confirm-container,.ytp-ad-feedback-dialog-confirm-container,.ytp-ad-info-dialog-confirm-container{text-align:right;margin-top:8px}.ytp-ad-confirm-dialog-cancel-button,.ytp-ad-confirm-dialog-confirm-button,.ytp-ad-feedback-dialog-cancel-button,.ytp-ad-feedback-dialog-confirm-button,.ytp-ad-info-dialog-confirm-button{color:#167ac6;cursor:pointer;text-transform:uppercase;background:0 0;border:none;margin:4px 0 0 12px;padding:10px;font-family:Roboto,Arial,sans-serif;font-weight:500}.ytp-ad-confirm-dialog-cancel-button:hover,.ytp-ad-confirm-dialog-confirm-button:hover,.ytp-ad-feedback-dialog-cancel-button:hover,.ytp-ad-feedback-dialog-confirm-button:hover,.ytp-ad-info-dialog-confirm-button:hover{color:#167ac6;cursor:pointer;text-transform:uppercase}.ytp-ad-info-dialog-mute-container{margin-top:8px}.ytp-ad-info-dialog-mute-button{font-family:Roboto,Arial,sans-serif}.ytp-ad-info-dialog-mute-button .ytp-ad-button-icon{vertical-align:middle;width:16px;height:16px;margin-right:5px}.ytp-ad-feedback-dialog-undo-mute-button{margin-left:5px;font-family:Roboto,Arial,sans-serif;font-weight:500}.ytp-ad-feedback-dialog-undo-mute-button .ytp-ad-button-text{text-decoration:underline}.ytp-ad-visit-advertiser-button{line-height:inherit;text-shadow:0 0 4px #000000bf;margin-left:5px;font-family:Roboto,Arial,sans-serif}.ytp-ad-visit-advertiser-button:before{content:"";cursor:pointer;position:absolute;inset:-7px -2px -8px}.ytp-ad-visit-advertiser-button .ytp-ad-button-text{color:#ffffffbf;cursor:pointer;vertical-align:baseline;margin:-4px 3px -2px 0;padding:5px 0;font-size:12px;text-decoration:none}.ytp-ad-visit-advertiser-button:hover .ytp-ad-button-text{color:#fff;text-decoration:underline}.ytp-ad-visit-advertiser-button .ytp-ad-button-icon{cursor:pointer;filter:drop-shadow(0 0 2px #000);opacity:.75;width:10px;height:10px;transform:translateY(1px)}.ytp-ad-visit-advertiser-button:hover .ytp-ad-button-icon{opacity:1}.ytp-big-mode .ytp-ad-preview-container,.ytp-big-mode .ytp-ad-skip-button-container{bottom:95px}.ytp-big-mode .ytp-ad-instream-user-sentiment-container{bottom:156px}.ytp-embed.ytp-hide-controls .ytp-ad-preview-container,.ytp-embed.ytp-hide-controls .ytp-ad-skip-button-container,.ytp-hide-controls .ytp-ad-preview-container,.ytp-hide-controls .ytp-ad-skip-button-container{bottom:25px}.ytp-hide-controls .ytp-ad-instream-user-sentiment-container{bottom:86px}.ytp-ads-tiny-mode .ytp-ad-player-overlay-instream-user-sentiment .ytp-ad-instream-user-sentiment-container{bottom:70px}.ytp-settings-shown .ytp-ad-instream-user-sentiment-container,.ytp-settings-shown .ytp-ad-preview-container,.ytp-settings-shown .ytp-ad-skip-button-container{opacity:.4;pointer-events:none;z-index:850}.ytp-settings-shown .ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button-label{pointer-events:none}.ytp-ad-message-overlay{pointer-events:none;z-index:850;width:100%;height:100%;position:absolute;bottom:0;left:0}.ytp-ad-message-slot,.ytp-ad-preview-slot,.ytp-ad-skip-ad-slot{text-shadow:0 0 4px #000000bf;pointer-events:auto;z-index:850}.ytp-ad-message-container,.ytp-ad-preview-container,.ytp-ad-skip-button-container{z-index:1000;display:inline-block;position:absolute;bottom:86px;right:0}.ytp-embed .ytp-ad-message-container,.ytp-embed .ytp-ad-preview-container,.ytp-embed .ytp-ad-skip-button-container{bottom:78px}.ytp-ad-message-container{color:#fff;cursor:pointer;opacity:1;z-index:1000;display:inline-block;position:absolute;bottom:86px;right:0}.ytp-embed .ytp-ad-message-container{bottom:78px}.ytp-ad-message-container,.ytp-ad-preview-container{cursor:default;background:#0006;transition:opacity .4s cubic-bezier(0,0,.2,1)}.ytp-ad-preview-container-detached{background:#0009;border-radius:4px;height:36px;margin-right:12px;overflow:hidden}.ytp-ad-preview-container-detached:before{content:"";vertical-align:middle;height:100%;display:inline-block}.ytp-ad-skip-button-container{cursor:pointer;opacity:.7;pointer-events:auto;transition:opacity .5s cubic-bezier(0,0,.2,1)}.ytp-ad-skip-button-container-detached{opacity:1;margin-right:12px}.ytp-ad-message-container[aria-hidden=true],.ytp-ad-preview-container[aria-hidden=true],.ytp-ad-skip-button-container[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-ad-preview-text{letter-spacing:.1px;text-align:center;vertical-align:middle;white-space:pre;width:auto;min-width:82px;height:30px;padding:11px 10px;font-size:12px;display:inline-block}.ytp-ad-preview-text-modern{color:#fff;letter-spacing:.1px;text-align:center;vertical-align:middle;white-space:pre;width:auto;padding:0 8px;font-family:Roboto,Arial,sans-serif;font-size:12px;font-weight:400;display:inline-block}.ytp-ad-message-text{letter-spacing:.1px;text-align:center;vertical-align:middle;white-space:pre;width:auto;min-width:80px;height:52px;padding:0 20px;font-size:16px;line-height:52px;display:inline-block}.ytp-ad-preview-image{vertical-align:middle;display:inline-block}.ytp-ad-preview-image>.ytp-ad-image{width:92px;height:52px;display:block}.ytp-ad-preview-image-modern{vertical-align:middle;display:inline-block}.ytp-ad-preview-image-modern>.ytp-ad-image{width:65px;height:36px;display:block}.countdown-next-to-thumbnail .ytp-ad-preview-text{min-width:0;height:auto;padding:0 8px;font-size:14px;font-weight:500}.countdown-next-to-thumbnail .ytp-ad-image{width:73px;height:41px}.modern-countdown-next-to-thumbnail .ytp-ad-preview-text-modern{min-width:0;height:auto;padding:0 8px;font-size:14px;font-weight:400}.modern-countdown-next-to-thumbnail .ytp-ad-preview-text-modern-postroll{padding:0 14px}.modern-countdown-next-to-thumbnail .ytp-ad-image{width:65px;height:36px}.ytp-ad-skip-button{box-sizing:content-box;color:#fff;text-align:center;cursor:pointer;direction:ltr;background:#000000b3;border:1px solid #ffffff80;border-right:0;width:auto;min-width:0;padding:10px 6px 8px 10px;font-size:18px;line-height:normal}.ytp-ad-skip-button:hover{background:#000000e6;border:1px solid #fff;border-right:0}.ytp-ad-skip-button-icon{vertical-align:middle;width:36px;height:36px;margin:-14px -6px -12px -4px;display:inline-block}.ytp-ad-skip-button-modern{box-sizing:content-box;color:#fff;text-align:center;cursor:pointer;direction:ltr;background:#0009;border-radius:18px;width:auto;min-width:0;height:36px;padding:0 6px 0 16px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:normal}.ytp-ad-skip-button-modern:hover{background:linear-gradient(#fff3,#fff3),linear-gradient(#0f0f0f,#0f0f0f)}.ytp-ad-skip-button-container .ytp-ad-skip-button-modern:focus{-webkit-box-shadow:none;box-shadow:none;background:#0f0f0f;outline:none}.ytp-ad-skip-button-container .ytp-ad-skip-button-modern:focus-visible{color:#0f0f0f;background:#fff;box-shadow:0 0 0 2px #0f0f0f}.ytp-ad-skip-button-icon-modern{vertical-align:middle;width:36px;height:36px;display:inline-block}.ytp-ad-skip-button-icon-delhi .ytp-ad-skip-button-icon-modern svg{padding:6px}.ytp-ad-skip-button-icon-mweb-delhi .ytp-ad-skip-button-icon-delhi .ytp-ad-skip-button-icon-modern svg{width:16px;height:16px;padding:4px}.ytp-ad-skip-button-modern:focus-visible .ytp-ad-skip-button-icon-modern svg path{fill:#0f0f0f}.html5-video-player .ytp-ad-overlay-slot{z-index:850;width:100%;transition:bottom .25s cubic-bezier(0,0,.2,1),opacity .25s cubic-bezier(0,0,.2,1);position:absolute;bottom:61px}.ytp-embed.html5-video-player .ytp-ad-overlay-slot{bottom:53px}.ytp-big-mode .ytp-ad-overlay-slot{bottom:70px}.ytp-autohide.ytp-ad-overlay-closed .ytp-ad-overlay-slot{opacity:0;transition:bottom .1s cubic-bezier(.4,0,1,1),opacity .1s cubic-bezier(.4,0,1,1)}.ytp-ad-overlay-container{text-align:center}.ytp-ad-overlay-container .ytp-ad-enhanced-overlay,.ytp-ad-overlay-container .ytp-ad-overlay-image img,.ytp-ad-overlay-container .ytp-ad-text-overlay{border-radius:8px}.ytp-ad-text-overlay{text-align:left;background-color:#0009;border:1px solid #0009;min-width:320px;max-width:440px;height:63px;margin:auto;padding-left:10px;position:relative}.ytp-ad-text-overlay:hover{border:1px solid #3a3a3a}.ytp-ad-overlay-title{cursor:pointer;color:#fff;text-overflow:ellipsis;text-shadow:0 -1px #000;white-space:nowrap;margin:7px 22px 0 0;padding-bottom:4px;font:700 14px arial,sans-serif;display:block;overflow:hidden}.ytp-ad-text-overlay:hover .ytp-ad-overlay-title{text-decoration:underline}.ytp-ad-overlay-desc{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin-top:-3px;margin-bottom:2px;font:12px arial,sans-serif;overflow:hidden}.ytp-ad-image-overlay{min-width:320px;margin:auto;position:relative}.ytp-ad-overlay-image{cursor:pointer;display:block}.ytp-ad-image-overlay:hover{text-decoration:underline}.ytp-ad-overlay-link{cursor:pointer;color:#eade90;text-shadow:0 -1px #000;font:11px arial,sans-serif;text-decoration:none;position:static;bottom:9px}.ytp-ad-overlay-link.ytp-ad-overlay-link-inline-block{display:inline-block}.ytp-ad-overlay-ad-info-button-container{color:#fff;cursor:pointer;pointer-events:auto;width:15px;height:15px;padding:6px 1px 10px 20px;position:absolute;top:0;right:21px}.ytp-ad-overlay-ad-info-button-container .ytp-ad-info-hover-text-button{height:inherit;width:inherit;vertical-align:baseline;margin:0}.ytp-ad-overlay-ad-info-button-container .ytp-ad-hover-text-container{color:#fff;opacity:1;background-color:#0009;border:1px solid #0009;font-weight:500}.ytp-ad-overlay-ad-info-button-container .ytp-ad-button{cursor:pointer;fill-opacity:.8;height:inherit;opacity:.9;width:inherit;filter:none;vertical-align:top;line-height:normal;transform:none}.ytp-ad-overlay-close-container{cursor:pointer;width:15px;height:15px;margin:0;padding:6px 6px 10px 1px;position:absolute;top:0;right:0}.ytp-ad-overlay-close-button{cursor:pointer;fill-opacity:.8;float:right;height:inherit;opacity:.9;width:inherit;border:0;padding:0}.ytp-ad-text-overlay .ytp-ad-overlay-ad-info-button-container .ytp-ad-button svg,.ytp-ad-text-overlay .ytp-ad-overlay-close-button svg{fill:#fff;background:#000}.ytp-ad-image-overlay .ytp-ad-overlay-ad-info-button-container .ytp-ad-button svg,.ytp-ad-image-overlay .ytp-ad-overlay-close-button svg{fill:#757575;background:#fff}.ytp-ad-image-overlay .ytp-ad-overlay-close-button path{fill:inherit}.ytp-ad-overlay-ad-info-button-container:hover .ytp-ad-button,.ytp-ad-overlay-close-container:hover .ytp-ad-overlay-close-button{fill-opacity:1}.ytp-ad-overlay-attribution{color:#888;cursor:pointer;padding:4px;font:11px arial,sans-serif;transition:color .1s cubic-bezier(.4,0,1,1);position:absolute;bottom:8px;right:1px}.ytp-ad-overlay-attribution:hover{color:#fff;transition:color .1s cubic-bezier(0,0,.2,1)}.ytp-ad-image-overlay .ytp-ad-overlay-attribution{color:inherit;text-shadow:0 0 8px #000,0 0 4px #000000e6}.ytp-ad-overlay-text-image{float:left}.ytp-ad-overlay-text-image img{width:auto;min-width:57px;height:57px;margin:2px 10px 0 0;box-shadow:0 3px 5px #0000007f}.ytp-ad-action-interstitial{-moz-background-size:cover;-webkit-background-size:cover;z-index:64;background:#fff;width:100%;height:100%;position:absolute;top:0;left:0}.ytp-ad-action-interstitial-background-container{z-index:65;border:none;width:100%;height:100%}.ytp-ad-action-interstitial-background{-moz-background-size:cover;-webkit-background-size:cover;background-position:50%;background-size:cover;border:none;width:100%;height:100%;transition:opacity .25s cubic-bezier(0,0,.2,1);display:block}.ytp-ad-action-interstitial-slot{pointer-events:none;z-index:65;background-color:#ffffffe6;position:absolute;inset:0}.ytp-ad-action-interstitial-card{text-align:center;width:280px;margin-left:-140px;display:block;position:absolute;top:50%;left:50%;transform:translateY(-50%)}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-card{width:180px;margin-left:-90px}.ytp-ad-action-interstitial-card.ytp-ad-action-interstitial-card-unified{box-sizing:border-box;width:430px;margin-left:-215px;padding:0 16px}.ytp-small-mode .ytp-ad-action-interstitial-card.ytp-ad-action-interstitial-card-unified{text-align:left;box-sizing:content-box;width:245px;margin-left:0;padding:0 0 0 16px;left:0}.ytp-ad-action-interstitial-headline-container{cursor:pointer;pointer-events:auto}.ytp-ad-action-interstitial-headline-container.ytp-ad-action-interstitial-headline-container-unified{width:fit-content;margin:0 auto;padding:28px 0 10px}.ytp-small-mode .ytp-ad-action-interstitial-headline-container.ytp-ad-action-interstitial-headline-container-unified{width:fit-content;margin:0 auto 0 0;padding:10px 0}.ytp-ad-action-interstitial-headline{color:#333;max-height:2.2em;padding-top:10px;font-size:20px;display:inline-block;overflow:hidden}.ytp-small-mode .ytp-ad-action-interstitial-headline{max-height:2.2em;padding-top:8px;font-size:16px}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-headline{padding-top:4px;font-size:14px}.ytp-ad-action-interstitial-description-container{cursor:pointer;pointer-events:auto;white-space:nowrap}.ytp-ad-action-interstitial-description-container.ytp-ad-action-interstitial-description-container-unified{white-space:normal;width:fit-content;margin:0 auto;padding:6px 0 22px}.ytp-small-mode .ytp-ad-action-interstitial-description-container.ytp-ad-action-interstitial-description-container-unified{display:none}.ytp-ad-action-interstitial-description{color:#767676;text-overflow:ellipsis;width:100%;max-height:1.1em;padding-bottom:10px;font-size:13px;font-weight:500;display:inline-block;overflow:hidden}.ytp-small-mode .ytp-ad-action-interstitial-description{padding-bottom:8px;font-size:12px}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-description{padding-bottom:0}.ytp-ad-action-interstitial-action-button-container{display:inline-block}.ytp-ad-action-interstitial-action-button-container.ytp-ad-action-interstitial-action-button-container-unified{padding:6px 0}.ytp-ad-action-interstitial-action-button{pointer-events:auto;box-sizing:border-box;color:#fff;cursor:pointer;background-color:#167ac6;border:none;border-radius:2px;min-width:164px;height:46px;padding:0 20px;font-family:Roboto,Arial,sans-serif;font-size:23px;line-height:46px;display:inline-block}.ytp-small-mode .ytp-ad-action-interstitial-action-button{min-width:120px;height:36px;padding:0 16px;font-size:15px;line-height:36px}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-action-button{min-width:0;height:24px;line-height:24px}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-rounded{background-color:#065fd4;border-radius:28px;height:56px;padding:0 24px;font-size:20px;font-weight:500;line-height:28px}.ytp-small-mode .ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-rounded{border-radius:18px;height:36px;padding:0 16px;font-size:15px;line-height:36px}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-rounded{border-radius:12px;height:24px;line-height:24px}.ytp-ad-action-interstitial-image-container{cursor:pointer;border:none;border-radius:50%;width:128px;max-width:100%;height:128px;margin:auto;display:block;overflow:hidden}.ytp-ad-action-interstitial-image{pointer-events:auto;max-width:100%}.ytp-small-mode .ytp-ad-action-interstitial-image.ytp-ad-action-interstitial-image-unified{border-radius:50%}.ytp-small-mode .ytp-ad-action-interstitial-image-container{width:60px;height:60px}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-image-container{width:40px;height:40px}.ytp-ad-action-interstitial-image-container.ytp-ad-action-interstitial-image-container-unified{pointer-events:auto;width:64px;height:64px}.ytp-small-mode .ytp-ad-action-interstitial-image-container.ytp-ad-action-interstitial-image-container-unified{width:36px;height:36px;margin-left:-6px;padding:6px;position:relative}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-image-container.ytp-ad-action-interstitial-image-container-unified{width:24px;height:24px}.ytp-ad-action-interstitial-background-container.ytp-ad-action-interstitial-background-container-unified{filter:blur(70px)}.ytp-ad-action-interstitial-slot.ytp-ad-action-interstitial-slot-dark-background{background-color:#323232cc}.ytp-ad-action-interstitial-slot.ytp-ad-action-interstitial-slot-unified{background-image:-webkit-linear-gradient(#000c,#0000 50%);background-color:#0009;background-image:linear-gradient(#0000 50%,#000c);inset:0}.ytp-ad-action-interstitial-headline.ytp-ad-action-interstitial-headline-light{color:#fff}.ytp-ad-action-interstitial-headline.ytp-ad-action-interstitial-headline-unified{color:#fff;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:none;padding-top:0;font-family:Roboto,Arial,sans-serif;font-size:28px;font-weight:900;line-height:34px;display:-webkit-box;overflow:hidden}.ytp-small-mode .ytp-ad-action-interstitial-headline.ytp-ad-action-interstitial-headline-unified{color:#fff;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-height:none;padding-top:0;font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:900;line-height:24px;display:-webkit-box;overflow:hidden}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-headline.ytp-ad-action-interstitial-headline-unified{padding-top:12px;padding-bottom:0;font-size:16px}.ytp-ad-action-interstitial-description.ytp-ad-action-interstitial-description-light{color:#fff}.ytp-ad-action-interstitial-description.ytp-ad-action-interstitial-description-unified{color:#aaa;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-height:none;padding-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:20px;display:-webkit-box;overflow:hidden}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-dark{color:#0f0f0f;background-color:#3ea6ff;font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:500}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-mono-dark{color:#0f0f0f;background-color:#fff;font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:500}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-mobile-companion-size{min-width:0;padding:0 16px;font-size:14px}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified{color:#0f0f0f;background-color:#3ea6ff;border-radius:18px;min-width:0;max-width:200px;height:36px;padding:0 16px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:18px;position:relative}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified:before{content:"";cursor:pointer;position:absolute;inset:-6px 0}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified .ytp-ad-button-text{-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ytp-small-mode .ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified{color:#0f0f0f;background-color:#3ea6ff;border-radius:18px;min-width:0;max-width:150px;height:36px;padding:0 16px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:18px}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified{height:22px;line-height:12px}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified-mono{color:#0f0f0f;background-color:#fff;border-radius:18px;min-width:0;max-width:200px;height:36px;padding:0 16px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:18px;position:relative}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified-mono:before{content:"";cursor:pointer;position:absolute;inset:-6px 0}.ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified-mono .ytp-ad-button-text{-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ytp-small-mode .ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified-mono{color:#0f0f0f;background-color:#fff;border-radius:18px;min-width:0;max-width:150px;height:36px;padding:0 16px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:18px}.ytp-ads-tiny-mode .ytp-ad-action-interstitial-action-button.ytp-ad-action-interstitial-action-button-unified-mono{height:22px;line-height:12px}.ytp-ad-timed-pie-countdown-container{z-index:65;display:block;position:absolute;bottom:4px;left:6px}.ytp-ad-timed-pie-countdown-container.ytp-ad-timed-pie-countdown-container-upper-right{inset:4px 6px auto auto}svg.ytp-ad-timed-pie-countdown{opacity:.4;background:0 0;border-radius:50%;width:20px;height:20px;transform:rotate(-90deg)}circle.ytp-ad-timed-pie-countdown-background{fill:none;stroke:none}circle.ytp-ad-timed-pie-countdown-inner{fill:none;stroke:#000;stroke-width:10px}circle.ytp-ad-timed-pie-countdown-outer{fill:none;stroke:#000;stroke-width:1px}circle.ytp-ad-timed-pie-countdown-inner.ytp-ad-timed-pie-countdown-inner-light,circle.ytp-ad-timed-pie-countdown-outer.ytp-ad-timed-pie-countdown-outer-light{stroke:#ffffffbf}.ytp-ad-survey{width:auto;height:100%;display:-moz-flexbox;background-color:#fff;flex-direction:column;margin:0;padding:0 32px;font-family:Roboto,Arial,sans-serif;line-height:normal;display:flex}.ytp-ad-survey.relative-positioning-survey{z-index:850;position:relative}.ytp-ad-survey-questions{display:-moz-flexbox;flex-direction:row;flex-grow:1;justify-content:center;align-items:center;height:100%;margin:0 auto;display:flex}.ytp-ad-survey-question{display:-moz-flexbox;flex-direction:row;flex-grow:1;padding-top:0;font-family:Roboto,Arial,sans-serif;display:flex}.ytp-ad-survey-question-background{-moz-background-size:cover;-webkit-background-size:cover;pointer-events:none;z-index:1;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.ytp-ad-survey-question-foreground{z-index:2}.ytp-ad-survey-question-text{color:#131313;text-align:left;width:302px;margin-right:48px;font-size:20px;line-height:28px}.ytp-ad-survey-answers{width:308px;top:35px;right:0}.ytp-ad-survey-answer{height:48px}.ytp-ad-survey-answer,.ytp-ad-survey-none-of-the-above{display:-moz-flexbox;flex-grow:1;width:100%;display:flex}.ytp-ad-survey-none-of-the-above{height:35px;padding-top:4%;font-size:13.7px}.ytp-ad-survey-answers .ytp-ad-survey-none-of-the-above{height:48px;padding-top:0}.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-icon{flex:0 0 20px;width:20px;height:20px;margin-right:12px}.ytp-ad-toggle-button-input{display:none}.ytp-ad-survey-answer-button,.ytp-ad-survey-answer-toggle-button{color:#606060;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;text-align:left;box-sizing:border-box;background:0 0;border:0;border-radius:2px;width:100%;padding:0;font-family:Roboto,Arial,sans-serif;font-size:20px;line-height:28px;display:block;overflow:hidden}.ytp-ad-survey-answer-button:hover,.ytp-ad-survey-answer-toggle-button:hover{font-weight:500}.ytp-ad-survey-answer-button{margin-left:24px}.ytp-ad-survey-answer .ytp-ad-toggle-button-toggled{font-weight:500}.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-untoggled-icon svg path:first-of-type{fill:#606060}.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-toggled-icon svg path:last-of-type{fill:#045edd}.ytp-ad-toggle-button-label{display:-moz-flexbox;-moz-justify-content:flex-start;pointer-events:auto;cursor:pointer;flex-direction:row;justify-content:flex-start;align-items:center;height:100%;display:flex}.ytp-ad-survey-player-overlay-submit{pointer-events:auto;height:52px;position:absolute;bottom:12px;right:0}.ytp-ad-survey-submit-button{cursor:pointer;color:#fff;background:#1b7fcc;border:0;border-radius:2px;height:35px;margin-right:6px;padding-left:12px;padding-right:56px;font-size:13.7px}.ytp-ad-survey-submit-button.ytp-ad-survey-submit-button-rounded{background:#065fd4;border-radius:18px;height:36px;padding-left:16px;padding-right:16px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500}.ytp-ad-player-overlay,.ytp-ad-survey-player-overlay,.ytp-ad-survey-question-player-overlay{pointer-events:none;width:100%;height:100%;position:absolute;bottom:0;left:0}.ytp-ad-player-overlay-skip-or-preview,.ytp-ad-survey-player-overlay-skip-or-preview{width:100%;height:100%;right:0}.ytp-ad-survey-interstitial{-webkit-background-size:cover;opacity:1;z-index:5000;background-color:#0009;background-size:cover;align-items:center;width:100%;height:100%;font-family:Roboto,Arial,sans-serif;transition:opacity .5s;display:flex;position:absolute}.ytp-ad-survey-interstitial[aria-hidden=true]{opacity:0;transition:opacity .3s}.ytp-ad-survey-interstitial-contents{width:100%;height:100%}.ytp-ad-survey-interstitial .ytp-ad-survey-interstitial-contents{height:auto}.ytp-ad-survey-interstitial-text{text-align:left;color:#131313;width:272px;margin-top:25px;margin-left:32px;font-size:24px;position:relative}.ytp-ad-survey-interstitial-logo{-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-position:50%;background-size:100% 100%;width:105px;height:25px;margin-left:32px;position:relative}.ytp-ad-survey-interstitial-logo-image{background-repeat:no-repeat;width:100%;height:100%}.ytp-ad-survey-interstitial-action{box-sizing:border-box;text-align:center;background-color:#fff;border-radius:2px;width:100%;position:absolute;bottom:0}.ytp-ad-survey-interstitial-action-button{color:#fff;cursor:pointer;text-align:center;text-transform:uppercase;background-color:#065fd4;border:0;border-radius:2px;min-width:161px;margin-top:25px;margin-left:32px;padding:10px;font-size:14px;position:relative}.ytp-ad-survey-interstitial-action-button.ytp-ad-survey-interstitial-action-button-rounded{text-transform:none;background-color:#065fd4;border-radius:18px;min-width:0;height:36px;padding-left:16px;padding-right:16px;font-family:Roboto,Arial,sans-serif;font-weight:500}@media screen and (width<=656px){.ytp-ad-survey-interstitial-logo{margin-top:15px;margin-left:48px}.ytp-ad-survey-interstitial-text{margin-left:48px;font-size:20px}.ytp-ad-survey-interstitial-action-button{margin-left:48px;font-size:18px}.ytp-ad-survey-interstitial-action-button.ytp-ad-survey-interstitial-action-button-rounded{margin-left:48px;font-size:14px}.ytp-ad-survey{width:auto;padding:0 32px}.ytp-ad-survey-question-text{width:auto;margin-right:32px;font-size:20px;line-height:28px}.ytp-ad-survey-answers{width:auto;top:24px}.ytp-ad-survey-answer{height:48px}.ytp-ad-survey-none-of-the-above,.ytp-ad-survey-submit-button{height:22px;font-size:10px}.ytp-ad-survey-answer-button,.ytp-ad-survey-answer-toggle-button{font-size:20px;line-height:28px}.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-icon{flex:0 0 20px;width:20px;height:20px;margin-right:12px}.ytp-ad-survey-answers .ytp-ad-survey-none-of-the-above{height:48px}.ytp-ad-survey-player-overlay-submit{bottom:0}.ytp-ad-survey-submit-button{margin-right:4px;padding-left:10px;padding-right:40px}.ytp-ad-survey-player-overlay-instream-user-sentiment{display:none}[dir=rtl] .ytp-hide-controls .ytp-ad-preview-container{bottom:40px}}@media screen and (width>=1294px) and (height>=630px){.ytp-ad-survey-interstitial-action-button,.ytp-ad-survey-interstitial-logo,.ytp-ad-survey-interstitial-text{margin-left:64px}.ytp-ad-survey{width:auto;padding:0 60px}.ytp-ad-survey-question-text{width:354px;margin-right:48px;font-size:24px;line-height:32px}.ytp-ad-survey-answers{width:390px;top:38px}.ytp-ad-survey-answer{height:60px}.ytp-ad-survey-none-of-the-above,.ytp-ad-survey-submit-button{height:44px;font-size:18.2px}.ytp-ad-survey-answer-button,.ytp-ad-survey-answer-toggle-button{font-size:24px;line-height:32px}.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-icon{flex:0 0 32px;width:32px;height:32px;margin-right:20px}.ytp-ad-survey-answers .ytp-ad-survey-none-of-the-above{height:60px}.ytp-ad-survey-player-overlay-submit{bottom:25px}.ytp-ad-survey-submit-button{margin-right:8px;padding-left:16px;padding-right:70px}}@media screen and (width>=1720px) and (height>=980px){.ytp-ad-survey-interstitial-action-button,.ytp-ad-survey-interstitial-logo,.ytp-ad-survey-interstitial-text{margin-left:96px}.ytp-ad-survey{width:100%;padding:0}.ytp-ad-survey-question-text{width:450px;margin-right:80px;font-size:32px;line-height:43px}.ytp-ad-survey-answers{width:500px;top:57px}.ytp-ad-survey-answer{height:76px}.ytp-ad-survey-none-of-the-above,.ytp-ad-survey-submit-button{height:67px;font-size:27.4px}.ytp-ad-survey-answer-button,.ytp-ad-survey-answer-toggle-button{font-size:32px;line-height:43px}.ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-icon{flex:0 0 32px;width:32px;height:32px;margin-right:20px}.ytp-ad-survey-answers .ytp-ad-survey-none-of-the-above{height:76px}.ytp-ad-survey-player-overlay-submit{bottom:45px}.ytp-ad-survey-submit-button{margin-right:12px;padding-left:20px;padding-right:110px}}.ytp-ad-toggle-button-tooltip{display:none}.ytp-ad-toggle-button:hover .ytp-ad-toggle-button-tooltip{display:inline-block}.ytp-ad-instream-user-sentiment-container[aria-hidden=true]{opacity:0}.ytp-ad-instream-user-sentiment-container{pointer-events:auto;z-index:850;background:#000000b3;transition:opacity .4s cubic-bezier(0,0,.2,1);display:inline-block;position:absolute;bottom:147px;right:0}.ytp-embed .ytp-ad-instream-user-sentiment-container{bottom:139px}.ytp-ad-instream-user-sentiment-container.ytp-ad-instream-user-sentiment-selected{background:#4780ee;transition:opacity .5s cubic-bezier(.4,0,1,1)}.ytp-ad-instream-user-sentiment-dislike-button,.ytp-ad-instream-user-sentiment-like-button{vertical-align:middle;display:inline-block}.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button-icon{opacity:.8;vertical-align:middle;width:22px;height:22px;display:inline-block}.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button-label{cursor:pointer}.ytp-ad-instream-user-sentiment-like-button .ytp-ad-toggle-button-label{padding:12px 10px 12px 20px}.ytp-ad-instream-user-sentiment-dislike-button .ytp-ad-toggle-button-label{padding:12px 20px 12px 10px}.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button:hover .ytp-ad-toggle-button-icon,.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button.ytp-ad-toggle-button-toggled .ytp-ad-toggle-button-icon{opacity:1}.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button-tooltip{color:#fff;letter-spacing:0;text-align:center;white-space:nowrap;background:#1f1f1f80;height:18px;margin:9px 0;padding:8px 16px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;position:absolute}.ytp-ad-instream-user-sentiment-container .ytp-ad-toggle-button:hover .ytp-ad-toggle-button-tooltip{bottom:46px;right:20px}.ytp-ad-player-overlay-top-bar-gradients{background-image:-webkit-linear-gradient(#0000 .999999%,#000000bf 60%);display:-moz-flexbox;-moz-justify-content:space-between;opacity:.8;z-index:850;background-color:#0000;background-image:linear-gradient(#000000bf 40%,#0000 99%);border-bottom:none;justify-content:space-between;width:100%;height:40px;display:flex;position:absolute;top:0}.ytp-ad-player-overlay-top-bar-gradients .ytp-ad-visit-advertiser-button:before{content:none}.ytp-ad-player-overlay-top-bar-gradients .ytp-ad-visit-advertiser-button{pointer-events:auto;z-index:850;margin:auto 11px auto auto}.ytp-ad-player-overlay-top-bar-gradients .ytp-ad-visit-advertiser-button .ytp-ad-button-text{text-transform:capitalize;text-shadow:1px 1px 1px #000000bf;color:#fff;margin:auto 0;padding:0 4px 5px;font-family:YouTube Noto,Roboto,arial,sans-serif;font-size:14px;line-height:normal;text-decoration:none}.ytp-ad-player-overlay-top-bar-gradients .ytp-ad-visit-advertiser-button .ytp-ad-button-icon{display:none}.ytp-ad-player-overlay-top-bar-gradients .ytp-video-ad-top-bar-title{white-space:nowrap;color:#fff;text-overflow:ellipsis;text-shadow:1px 1px 1px #000000bf;pointer-events:auto;cursor:pointer;z-index:850;opacity:.9;flex:1;max-width:50%;height:16px;margin:10px 5px 5px 10px;font-family:YouTube Noto,Roboto,arial,sans-serif;font-size:14px;line-height:normal;text-decoration:none;overflow:hidden}.ytp-ad-clickable-element:hover{cursor:pointer}.ytp-ad-underlay{width:100%;height:calc(100% - 262px);position:absolute;top:131px;left:0;overflow:hidden}.ytp-big-mode .ytp-ad-underlay{height:calc(100% - 280px);top:140px}.ytp-small-mode .ytp-ad-underlay{height:calc(100% - 222px);top:111px}.ytp-player-minimized.ytp-menu-shown .ytp-ad-underlay{height:calc(100% - 150px);top:75px}.ytp-hide-controls .ytp-ad-underlay{height:calc(100% - 122px);top:61px}.ytp-ad-underlay-companion{width:100%;height:100%}.ytp-ad-underlay-side-container{box-sizing:border-box;height:100%;max-height:100%;display:-moz-flexbox;-moz-justify-content:center;flex-direction:column;justify-content:center;align-items:center;padding-top:125px;padding-bottom:125px;display:flex}.ytp-ad-underlay-left-container{margin-left:2%;padding-right:2%}.ytp-ad-underlay-right-container{margin-left:52.5%}.ytp-ad-underlay-image-container{cursor:pointer;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:2;min-width:72px;max-width:144px;min-height:72px;max-height:144px;margin-bottom:16px;display:block}.ytp-ad-underlay-image{pointer-events:auto;border-radius:50%;max-width:100%;max-height:100%}.ytp-ad-underlay-headline-container{flex-shrink:0;width:100%;margin-bottom:48px}.ytp-ad-underlay-headline{color:#fff;text-align:center;-webkit-line-clamp:2;word-wrap:break-word;overflow-wrap:break-word;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;height:100%;font-size:2.5vw;font-weight:700;display:-webkit-box;overflow:hidden}@media screen and (width>=1600px){.ytp-ad-underlay-headline{font-size:40px}}.ytp-ad-underlay-description{color:#ffffffbf;text-overflow:ellipsis;width:100%;height:100%;padding-bottom:40px;font-size:16px;display:inline-block;overflow:hidden}.ytp-ad-underlay-description-container{flex-shrink:1}.ytp-ad-underlay-action-button-container{display:inline-block}.ytp-ad-underlay-clickable{z-index:850}.ytp-ad-underlay-action-button{color:#030303;text-align:center;cursor:pointer;background-color:#fff;border:0;border-radius:18px;height:36px;padding-left:12px;padding-right:12px;font-size:14px;position:relative}.ytp-ad-underlay-action-button-medium{border-radius:24px;height:48px;padding-left:16px;padding-right:16px;font-size:18px}.ytp-ad-underlay-action-button-large{border-radius:32px;height:64px;padding-left:24px;padding-right:24px;font-size:22px}.ytp-ad-underlay-action-button:hover{background-color:#e9e9e9}.ytp-ad-underlay-action-button-blue{color:#030303;background-color:#3ea6ff;border-radius:2px}.ytp-ad-underlay-action-button-blue:hover{background-color:#66b8ff}.ytp-probably-keyboard-focus .ytp-ad-underlay-action-button:focus{color:#fff;background:0 0;border:2px solid #fff;outline:none}.ytp-probably-keyboard-focus .ytp-ad-underlay-action-button-blue:focus{color:#3ea6ff;background:0 0;border:2px solid #3ea6ff;outline:none}.html5-video-container-transitioning{transition:width 1.5s,height 1.5s,left 1.5s,top 1.5s}.ytp-ad-underlay-action-button-transition{z-index:-1}.color-contrast-fix.ytp-ad-survey{background-color:#000}.color-contrast-fix .ytp-ad-survey-question-background{opacity:.6}.color-contrast-fix .ytp-ad-survey-answer-button,.color-contrast-fix .ytp-ad-survey-answer-toggle-button,.color-contrast-fix .ytp-ad-survey-question-text{color:#fff}.color-contrast-fix .ytp-ad-survey-answer-toggle-button .ytp-ad-toggle-button-untoggled-icon svg path:first-of-type{fill:#fff}.ytp-ad-badge{display:-moz-flexbox;flex-direction:row;display:inline-flex;position:relative;left:0}.ytp-ad-badge:after{content:"·";padding-inline:4px}.ytp-ad-badge__pod-index:before{content:"·";padding-inline:4px 3px}.ytp-ad-badge--stark{color:#fff;opacity:.75;font-size:12px;line-height:28px}.ytp-ad-badge--stark .ytp-ad-badge__text{font-weight:700}.ytp-ad-badge--clean-player{display:-moz-flexbox;flex-direction:row;display:inline-flex;position:relative;left:0}.ytp-ad-badge--stark-clean-player{color:#fff;opacity:1;text-shadow:0 0 8px #00000080;letter-spacing:.35px;font-size:12px;line-height:28px}.ytp-ad-badge--stark-clean-player .ytp-ad-badge__text--clean-player{text-shadow:0 0 16px #00000080;font-family:YouTube Noto,Roboto,arial,sans-serif;font-weight:600}.ytp-ad-badge--stark-clean-player-ios{letter-spacing:.1px}.ytp-ad-grid-card-collection{grid-template-columns:repeat(1,minmax(0,1fr));gap:8px;display:grid}.ytp-ad-grid-card-text{cursor:pointer;background-color:#ffffff1a;border-radius:12px;flex-direction:row;flex-grow:1;align-self:stretch;align-items:center;max-width:500px;display:flex}.ytp-ad-grid-card-text__button{margin:12px 16px 12px 12px}.ytp-ad-grid-card-text__metadata{flex-direction:column;flex-grow:1;min-width:0;margin-top:12px;margin-bottom:12px;margin-left:16px}.ytp-ad-grid-card-text__metadata__headline{color:#fff;-webkit-line-clamp:1;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;max-height:1.8rem;font-family:YouTube Noto,Roboto,arial,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.8rem;display:-webkit-box;overflow:hidden}.ytp-ad-grid-card-text__metadata__description{display:flex}.ytp-ad-grid-card-text__metadata__description :first-child{width:max-content;margin-right:1px}.ytp-ad-grid-card-text__metadata__description :not(:first-child){flex:1}.ytp-ad-grid-card-text__metadata__description__line{color:#fff;white-space:nowrap;font-family:YouTube Noto,Roboto,arial,sans-serif;font-size:1.2rem;font-weight:400;line-height:1.8rem;overflow:hidden}.ytp-ad-pod-index{display:-moz-flexbox;flex-direction:row;display:inline-flex;position:relative;left:0}.ytp-ad-pod-index:before{content:"•";padding-inline:4px 3px}.ytp-ad-pod-index--stark{color:#fff;opacity:1;letter-spacing:normal;text-shadow:0 0 16px #00000080;font-family:YouTube Noto,Roboto,arial,sans-serif;font-size:12px;font-weight:500;line-height:28px}.ytp-ad-pod-index--mweb{font-weight:600}.ytp-ad-pod-index--mweb-ios{letter-spacing:-.2px}.ytp-autohide .ytp-ad-pod-index--autohide{visibility:hidden;opacity:0;display:none}.ytp-ad-button-vm{display:-moz-flexbox;box-sizing:border-box;pointer-events:auto;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;border:none;flex-direction:row;align-items:center;font-family:Roboto,Arial,sans-serif;font-weight:500;display:flex;overflow:hidden}.ytp-ad-button-vm__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ytp-ad-button-vm__icon{flex-shrink:0}.ytp-ad-button-vm--size-compact{border-radius:16px;height:32px;padding:0 12px;font-size:12px;line-height:32px}.ytp-ad-button-vm--size-compact .ytp-ad-button-vm__icon{width:16px;height:16px}.ytp-ad-button-vm--size-compact .ytp-ad-button-vm__icon--trailing{-webkit-margin-start:4px;-webkit-margin-end:-4px;margin-inline:4px -4px}.ytp-ad-button-vm--size-compact .ytp-ad-button-vm__icon--leading{-webkit-margin-start:-4px;-webkit-margin-end:4px;margin-inline:-4px 4px}.ytp-ad-button-vm--size-default{border-radius:18px;height:36px;padding:0 16px;font-size:14px;line-height:36px}.ytp-ad-button-vm--size-default .ytp-ad-button-vm__icon{width:24px;height:24px}.ytp-ad-button-vm--size-default .ytp-ad-button-vm__icon--trailing{-webkit-margin-start:6px;-webkit-margin-end:-6px;margin-inline:6px -6px}.ytp-ad-button-vm--size-default .ytp-ad-button-vm__icon--leading{-webkit-margin-start:-6px;-webkit-margin-end:6px;margin-inline:-6px 6px}.ytp-ad-button-vm--size-large{border-radius:24px;height:48px;padding:0 24px;font-size:18px;line-height:48px}.ytp-ad-button-vm--size-large .ytp-ad-button-vm__icon{width:24px;height:24px}.ytp-ad-button-vm--size-large .ytp-ad-button-vm__icon--trailing{-webkit-margin-start:8px;-webkit-margin-end:-8px;margin-inline:8px -8px}.ytp-ad-button-vm--size-large .ytp-ad-button-vm__icon--leading{-webkit-margin-start:-8px;-webkit-margin-end:8px;margin-inline:-8px 8px}.ytp-ad-button-vm--style-transparent{color:#fff;background-color:#0000}.ytp-ad-button-vm--style-transparent:hover{background-color:#fff3}.ytp-ad-button-vm--style-filled{color:#fff;background-color:#065fd4}.ytp-ad-button-vm--style-filled:hover{background-color:#0556bf}.ytp-ad-button-vm--style-filled-white{color:#0f0f0f;background-color:#f1f1f1}.ytp-ad-button-vm--style-filled-white:hover,.ytp-ad-button-vm--style-filled-white:active{background-color:#d9d9d9}.ytp-ad-button-vm--style-filled-dark{color:#0f0f0f;background-color:#3ea6ff}.ytp-ad-button-vm--style-filled-dark:hover{background-color:#65b8ff}.ytp-ad-button-vm--style-mono-filled{color:#f1f1f1;background-color:#0f0f0f}.ytp-ad-button-vm--style-mono-filled:hover,.ytp-ad-button-vm--style-mono-filled:active{background-color:#3f3f3f}.ytp-ad-button-vm--icon-only{padding:0}.ytp-ad-button-vm--icon-only .ytp-ad-button-vm__icon{width:24px;height:24px;padding:0 6px}.ytp-ad-disclosure-banner{display:-moz-flexbox;background-color:#0009;border-left:4px solid #fbc02d;border-radius:4px;flex-direction:row;align-items:center;max-width:312px;padding:8px;font-family:Roboto,Arial,sans-serif;display:inline-flex}.ytp-ad-disclosure-banner__text{color:#fff;vertical-align:middle;background:0 0;flex-grow:1;padding:8px;font-size:14px;font-weight:400;line-height:1em}.ytp-ad-disclosure-banner__chevron{flex-shrink:0;width:24px;height:24px}.ytp-ad-notification-container{color:#fff;cursor:pointer;opacity:1;text-align:center;vertical-align:middle;z-index:45;background:#0006;min-width:80px;height:52px;padding:0 20px;font-size:16px;line-height:52px;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;bottom:86px;right:0}.ytp-embed .ytp-ad-notification-container{bottom:78px}.ytp-ad-notification-container[aria-hidden=true]{opacity:0;transition:opacity .15s cubic-bezier(.4,0,1,1)}.ytp-big-mode .ytp-ad-notification-container{bottom:95px}.ytp-hide-controls .ytp-ad-notification-container{bottom:25px}.ytp-preview-ad{display:-moz-flexbox;z-index:1000;cursor:default;pointer-events:auto;background-color:#0009;border-radius:4px;flex-direction:row;align-items:center;height:36px;transition:opacity .4s cubic-bezier(0,0,.2,1);display:flex;position:absolute;bottom:95px;right:22px;overflow:hidden}.ytp-preview-ad[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-preview-ad__text{color:#fff;letter-spacing:.1px;text-align:center;vertical-align:middle;white-space:pre;width:auto;padding:0 8px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:400;display:inline-block}.ytp-preview-ad__text--font--small{min-width:0;height:auto;font-size:12px}.ytp-preview-ad__text--padding--wide{padding:0 14px}.ytp-preview-ad__image{vertical-align:middle;-o-object-fit:cover;object-fit:cover;width:65px;height:36px;display:inline-block}.ytp-big-mode .ytp-preview-ad{bottom:104px;right:40px}.ytp-small-mode .ytp-preview-ad{bottom:75px;right:12px}.ytp-player-minimized.ytp-menu-shown .ytp-preview-ad{bottom:39px;right:16px}.ytp-hide-controls .ytp-preview-ad{bottom:25px}.ytp-autohide .ytp-ad-duration-remaining-autohide{display:none}.ytp-display-underlay-text-grid-cards{width:100%;height:100%}.ytp-display-underlay-text-grid-cards__content_container{box-sizing:border-box;height:100%;max-height:100%;display:-moz-flexbox;-moz-justify-content:center;flex-direction:column;justify-content:center;align-items:center;margin-left:calc(60% + 16px);padding-left:64px;padding-right:64px;display:flex}.ytp-display-underlay-text-grid-cards__content_container__header{display:-moz-flexbox;-moz-justify-content:start;flex-direction:row;justify-content:start;align-items:center;width:100%;max-width:500px;margin-bottom:24px;display:flex}.ytp-display-underlay-text-grid-cards__content_container__header__ad_avatar{pointer-events:auto;cursor:pointer;justify-content:center;margin-right:16px;display:flex}.ytp-display-underlay-text-grid-cards__content_container__header__headline{color:#fff;-webkit-line-clamp:1;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;font-family:YouTube Noto,Roboto,arial,sans-serif;font-size:20px;font-weight:900;line-height:24px;display:-webkit-box;overflow:hidden}.ytp-display-underlay-text-grid-cards__content_container__ad_button{justify-content:center;width:100%;max-width:500px;margin-top:24px;display:flex}.ytp-display-underlay-text-grid-cards__content_container__ad_grid_card_collection{width:100%;max-width:500px;overflow:hidden auto}.ytp-display-underlay-text-grid-cards__content_container__ad_button>button{justify-content:center;width:100%;max-width:500px}.ytp-display-underlay-text-grid-cards .ytp-ad-avatar--size-responsive{width:48px;height:48px}.ytp-image-background--gradient-vertical{background-image:-webkit-linear-gradient(#000c,#0000 50%);background-color:#0009;background-image:linear-gradient(#0000 50%,#000c);position:absolute;inset:0}.ytp-ad-avatar-lockup-card{display:-moz-flexbox;cursor:pointer;pointer-events:auto;background-color:#fffffff2;flex-direction:row;align-items:center;max-width:400px;padding:12px;transition:width .2s cubic-bezier(0,0,.2,1) .5s,max-width .2s cubic-bezier(.4,0,1,1);display:flex;overflow:hidden}.ytp-ad-avatar-lockup-card:hover{background-color:#fff}.ytp-ad-avatar-lockup-card--large{background-color:#0009;flex-direction:column;min-width:200px}.ytp-ad-avatar-lockup-card--large:hover{background-color:#000000b3}.ytp-ad-avatar-lockup-card--inactive{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.2,1);width:0;max-width:0;transition:transform .25s cubic-bezier(0,0,.2,1);transform:translate(-200%)}.ytp-ad-avatar-lockup-card__avatar_and_text_container--large{display:-moz-flexbox;flex-direction:row;align-self:start;display:flex}.ytp-ad-avatar-lockup-card__ad_avatar--large{align-self:center}.ytp-ad-avatar-lockup-card__text_container{display:-moz-flexbox;box-sizing:border-box;flex-direction:column;max-width:192px;padding:0 20px 0 8px;display:flex}.ytp-ad-avatar-lockup-card__headline{color:#0f0f0f;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:20px;display:-webkit-box;overflow:hidden}.ytp-ad-avatar-lockup-card__headline--large{color:#ddd}.ytp-ad-avatar-lockup-card__description{color:#606060;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.ytp-ad-avatar-lockup-card__description--large{color:#ddd}.ytp-ad-avatar-lockup-card .ytp-ad-button-vm{max-width:140px}.ytp-ad-avatar-lockup-card__button--large{color:#0f0f0f;background-color:#3ea6ff;justify-content:center;min-width:100%;margin-top:8px}.ytp-ad-avatar-lockup-card__button--large:hover{background-color:#65b8ff}.ytp-player-minimized .ytp-ad-avatar-lockup-card,.ytp-small-mode .ytp-ad-avatar-lockup-card{opacity:.86;max-width:190px;min-height:40px;padding:8px}.ytp-player-minimized .ytp-ad-avatar-lockup-card--large,.ytp-small-mode .ytp-ad-avatar-lockup-card--large{min-width:auto}.ytp-player-minimized .ytp-ad-avatar-lockup-card--inactive,.ytp-small-mode .ytp-ad-avatar-lockup-card--inactive{width:0;max-width:0}.ytp-player-minimized .ytp-ad-avatar-lockup-card .ytp-ad-button-vm,.ytp-small-mode .ytp-ad-avatar-lockup-card .ytp-ad-button-vm{display:none}.ytp-player-minimized .ytp-ad-avatar-lockup-card__headline,.ytp-small-mode .ytp-ad-avatar-lockup-card__headline{font-size:12px;line-height:16px}.ytp-player-minimized .ytp-ad-avatar-lockup-card__description,.ytp-small-mode .ytp-ad-avatar-lockup-card__description{font-size:10px;line-height:14px}.ytp-player-minimized .ytp-ad-avatar-lockup-card__description--hidden--in--small--player,.ytp-small-mode .ytp-ad-avatar-lockup-card__description--hidden--in--small--player{display:none}.ytp-player-minimized .ytp-ad-avatar-lockup-card__text_container,.ytp-small-mode .ytp-ad-avatar-lockup-card__text_container{max-width:146px;padding:0 4px 0 6px}.ytp-delhi-modern .ytp-ad-avatar-lockup-card{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009);border-radius:8px}.ytp-delhi-modern .ytp-ad-avatar-lockup-card__headline{color:var(--yt-sys-color-baseline--overlay-text-primary,#fff)}.ytp-delhi-modern .ytp-ad-avatar-lockup-card__description{color:var(--yt-sys-color-baseline--overlay-text-secondary,#ffffffb3)}.ytp-ad-persistent-progress-bar-container{opacity:0;z-index:38;background-color:#fff3;width:100%;height:3px;transition:bottom .1s cubic-bezier(.4,0,1,1),opacity .1s cubic-bezier(.4,0,1,1);position:absolute;bottom:-3px}.ytp-ad-player-overlay-progress-bar .ytp-ad-persistent-progress-bar-container,.ytp-autohide .ytp-ad-persistent-progress-bar-container{opacity:1;transition:bottom .25s cubic-bezier(0,0,.2,1),opacity .25s cubic-bezier(0,0,.2,1);bottom:0}.ytp-ad-player-overlay-progress-bar .ytp-ad-persistent-progress-bar-container{background-color:#222;height:4px}.ytp-ad-player-overlay-progress-bar .ytp-ad-persistent-progress-bar-container--clean-player{background-color:#222;height:3px}.ytp-ad-persistent-progress-bar{background-color:#fc0;height:100%;position:absolute;bottom:0;left:0}.ytp-player-minimized.ytp-miniplayer-alternate-ui .ytp-ad-persistent-progress-bar-container{width:calc(100% - 24px);bottom:12px;left:12px}.ytp-ad-player-overlay-layout{pointer-events:none;width:100%;height:100%;position:absolute;bottom:0;left:0}.ytp-ad-player-overlay-layout__ad-info-container{cursor:default;pointer-events:auto;text-shadow:0 0 4px #000000bf;z-index:850;transition:bottom .25s cubic-bezier(0,0,.2,1);position:absolute;bottom:65px;left:22px}.ytp-ad-player-overlay-layout__ad-info-container .ytp-ad-duration-remaining{margin-left:0}.ytp-ad-player-overlay-layout__player-card-container{pointer-events:auto;z-index:850;border-radius:8px;transition:bottom .25s cubic-bezier(0,0,.2,1);position:absolute;bottom:95px;left:22px;overflow:hidden}.ytp-ad-player-overlay-layout__skip-or-preview-container{width:100%;height:100%;position:absolute;right:0}.ytp-ad-player-overlay-layout__ad-disclosure-banner-container{cursor:default;pointer-events:auto;z-index:850;border-radius:0;height:auto;position:absolute;top:42px;bottom:auto;left:22px}.ytp-ad-player-overlay-layout .ytp-ad-player-overlay-layout__ad-disclosure-banner-container{z-index:27}.ytp-big-mode .ytp-ad-player-overlay-layout__ad-info-container{bottom:74px;left:40px}.ytp-big-mode .ytp-ad-player-overlay-layout__player-card-container{bottom:104px;left:40px}.ytp-big-mode .ytp-ad-player-overlay-layout__ad-disclosure-banner-container{top:64px;left:40px}.ytp-small-mode .ytp-ad-player-overlay-layout__ad-info-container{bottom:45px;left:12px}.ytp-small-mode .ytp-ad-player-overlay-layout__player-card-container{bottom:75px;left:12px}.ytp-small-mode .ytp-ad-player-overlay-layout__ad-disclosure-banner-container{top:12px;left:12px}.ytp-delhi-modern .ytp-ad-player-overlay-layout__ad-info-container{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 14px)}.ytp-delhi-modern .ytp-ad-player-overlay-layout__ad-info-container .ad-simple-attributed-string,.ytp-delhi-modern .ytp-ad-player-overlay-layout__ad-info-container .ytp-ad-pod-index,.ytp-delhi-modern .ytp-ad-player-overlay-layout__ad-info-container .ytp-visit-advertiser-link__text{text-shadow:0 0 2px #000}.ytp-delhi-modern .ytp-ad-player-overlay-layout__ad-info-container .ytp-ad-button{filter:drop-shadow(0 0 2px #000)}.ytp-delhi-modern .ytp-ad-player-overlay-layout__player-card-container{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 50px)}.ytp-delhi-modern.ytp-big-mode .ytp-ad-player-overlay-layout__ad-info-container{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 14px)}.ytp-delhi-modern.ytp-big-mode .ytp-ad-player-overlay-layout__player-card-container{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 50px)}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-ad-player-overlay-layout__ad-info-container{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 14px + var(--ytp-grid-peek-height))}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-ad-player-overlay-layout__ad-info-container .ad-simple-attributed-string,.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-ad-player-overlay-layout__ad-info-container .ytp-ad-pod-index,.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-ad-player-overlay-layout__ad-info-container .ytp-visit-advertiser-link__text{text-shadow:0 0 2px #000}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-ad-player-overlay-layout__ad-info-container .ytp-ad-button{filter:drop-shadow(0 0 2px #000)}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-ad-player-overlay-layout__player-card-container{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 50px + var(--ytp-grid-peek-height))}.ytp-delhi-modern.ytp-fullscreen-grid-peeking.ytp-big-mode .ytp-ad-player-overlay-layout__ad-info-container{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 14px + var(--ytp-grid-peek-height))}.ytp-delhi-modern.ytp-fullscreen-grid-peeking.ytp-big-mode .ytp-ad-player-overlay-layout__player-card-container{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 50px + var(--ytp-grid-peek-height))}.ytp-player-minimized.ytp-menu-shown .ytp-ad-player-overlay-layout__ad-info-container{bottom:9px;left:16px}.ytp-player-minimized.ytp-menu-shown .ytp-ad-player-overlay-layout__player-card-container{bottom:39px;left:16px}.ytp-player-minimized.ytp-menu-shown .ytp-ad-player-overlay-layout__ad-disclosure-banner-container{top:16px;left:16px}.ytp-autohide .ytp-ad-player-overlay-layout__ad-info-container,.ytp-delhi-modern.ytp-autohide .ytp-ad-player-overlay-layout__ad-info-container,.ytp-hide-controls .ytp-ad-player-overlay-layout__ad-info-container,.ytp-iv-drawer-open .ytp-ad-player-overlay-layout__ad-info-container{transition:bottom .1s cubic-bezier(.4,0,1,1);bottom:15px}.ytp-autohide .ytp-ad-player-overlay-layout__player-card-container,.ytp-delhi-modern.ytp-autohide .ytp-ad-player-overlay-layout__player-card-container{transition:bottom .1s cubic-bezier(.4,0,1,1);bottom:45px}.ytp-delhi-modern.ytp-autohide .ytp-ad-player-overlay-layout__player-card-container{bottom:3pxvar(--yt-delhi-pill-height,48px)24px;transition:bottom .1s cubic-bezier(.4,0,1,1)}.ytp-small-mode.ytp-autohide .ytp-ad-player-overlay-layout__ad-info-container,.ytp-small-mode.ytp-hide-controls .ytp-ad-player-overlay-layout__ad-info-container,.ytp-small-mode.ytp-iv-drawer-open .ytp-ad-player-overlay-layout__ad-info-container{bottom:7px}.ytp-small-mode.ytp-autohide .ytp-ad-player-overlay-layout__player-card-container{bottom:37px}.ytp-ad-avatar--size-xxs{width:16px;height:16px}.ytp-ad-avatar--size-xs{width:24px;height:24px}.ytp-ad-avatar--size-s{width:32px;height:32px}.ytp-ad-avatar--size-m{width:36px;height:36px}.ytp-ad-avatar--size-l{width:56px;height:56px}.ytp-ad-avatar--size-xl{width:72px;height:72px}.ytp-ad-avatar--circular{border-radius:50%}.ytp-ad-avatar--rounded-corner{border-radius:20%}.ytp-ad-details-line{display:block}.ytp-ad-details-line__text--style-standard{color:#aaa;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-height:none;padding-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:20px;display:-webkit-box;overflow:hidden}.ytp-video-interstitial-buttoned-centered-layout{z-index:64;-moz-background-size:cover;-webkit-background-size:cover;background:#fff 0 0/cover;width:100%;height:100%;position:absolute;top:0;left:0}.ytp-video-interstitial-buttoned-centered-layout__background-image-container{z-index:65;border:none;width:100%;height:100%}.ytp-video-interstitial-buttoned-centered-layout .ytp-image-background-image{-moz-background-size:cover;-webkit-background-size:cover;background-position:50%;background-size:cover;border:none;width:100%;height:100%;transition:opacity .25s cubic-bezier(0,0,.2,1);display:block}.ytp-video-interstitial-buttoned-centered-layout__content{z-index:65;pointer-events:none;display:block;position:absolute;inset:0}.ytp-video-interstitial-buttoned-centered-layout__content__lockup{text-align:center;box-sizing:border-box;width:430px;margin-left:-215px;padding:0 16px;display:block;position:absolute;top:50%;left:50%;transform:translateY(-50%)}.ytp-video-interstitial-buttoned-centered-layout__content__lockup__ad-avatar-container{pointer-events:auto;cursor:pointer;justify-content:center;display:flex}.ytp-video-interstitial-buttoned-centered-layout__content__lockup__headline-container{pointer-events:auto;cursor:pointer;width:fit-content;margin:0 auto}.ytp-video-interstitial-buttoned-centered-layout__content__lockup__headline{color:#fff;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:none;padding:28px 0 10px;font-family:Roboto,Arial,sans-serif;font-size:28px;font-weight:900;line-height:34px;display:-webkit-box;overflow:hidden}.ytp-video-interstitial-buttoned-centered-layout__content__lockup__details-line-container{pointer-events:auto;cursor:pointer;white-space:normal;width:fit-content;margin:0 auto}.ytp-video-interstitial-buttoned-centered-layout__content__lockup__ad-button-container{padding:6px 0;display:inline-block;position:relative}.ytp-video-interstitial-buttoned-centered-layout__content__instream-info-container{cursor:default;pointer-events:auto;text-shadow:0 0 4px #000000bf;z-index:850;transition:bottom .25s cubic-bezier(0,0,.2,1);position:absolute;bottom:6px;left:18px}.ytp-video-interstitial-buttoned-centered-layout .ytp-ad-badge:after{padding-right:unset}.ytp-video-interstitial-buttoned-centered-layout .ytp-ad-badge{margin-left:5px}.ytp-video-interstitial-buttoned-centered-layout .ytp-ad-details-line{padding:6px 0 22px}.ytp-video-interstitial-buttoned-centered-layout .ytp-ad-button-vm:before{content:"";cursor:pointer;position:absolute;inset:-6px 0}.ytp-video-interstitial-buttoned-centered-layout__timed-pie-countdown-container{z-index:65;display:block;position:absolute;inset:4px 6px auto auto}.ytp-video-interstitial-buttoned-centered-layout .ytp-ad-avatar--size-responsive{width:64px;height:64px}.ytp-video-interstitial-buttoned-centered-layout .ytp-ad-details-line__text--style-responsive{color:#aaa;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-height:none;padding-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:20px;display:-webkit-box;overflow:hidden}.ytp-small-mode .ytp-video-interstitial-buttoned-centered-layout__content__lockup{text-align:left;box-sizing:content-box;width:245px;margin-left:0;padding:0 0 0 16px;display:block;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ytp-small-mode .ytp-video-interstitial-buttoned-centered-layout__content__lockup__ad-avatar-container{pointer-events:auto;cursor:pointer;width:max-content;margin:0 auto 0 -6px;padding:6px;position:relative}.ytp-small-mode .ytp-video-interstitial-buttoned-centered-layout__content__lockup__headline-container{pointer-events:auto;cursor:pointer;width:fit-content;margin:0 auto 0 0}.ytp-small-mode .ytp-video-interstitial-buttoned-centered-layout__content__lockup__headline{color:#fff;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-height:none;padding:10px 0;font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:900;line-height:24px;display:-webkit-box;overflow:hidden}.ytp-small-mode .ytp-video-interstitial-buttoned-centered-layout__content__lockup__details-line-container{display:none}.ytp-small-mode .ytp-video-interstitial-buttoned-centered-layout .ytp-ad-avatar--size-responsive{width:36px;height:36px}.ytp-skip-ad{z-index:850}.ytp-skip-ad-button{display:-moz-flexbox;text-align:center;box-sizing:content-box;color:#fff;pointer-events:auto;cursor:pointer;z-index:1000;direction:ltr;background-color:#0009;border:none;border-radius:18px;flex-direction:row;align-items:center;width:auto;min-width:0;height:36px;padding:0 6px 0 16px;transition:opacity .5s cubic-bezier(0,0,.2,1);display:flex;position:absolute;bottom:95px;right:22px;overflow:hidden}.ytp-skip-ad-button[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-skip-ad-button:hover{background:linear-gradient(#fff3,#fff3),linear-gradient(#0f0f0f,#0f0f0f)}.ytp-skip-ad-button:focus{-webkit-box-shadow:none;box-shadow:none;background:#0f0f0f;outline:none}.ytp-skip-ad-button:focus-visible{color:#0f0f0f;background:#fff;box-shadow:0 0 0 2px #0f0f0f}.ytp-skip-ad-button:focus-visible .ytp-skip-ad-button__icon svg path{fill:#0f0f0f}.ytp-skip-ad-button__text{vertical-align:middle;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:normal;display:inline-block}.ytp-skip-ad-button__icon{vertical-align:middle;width:36px;height:36px;display:inline-block}.ytp-delhi-modern .ytp-skip-ad-button{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 14px);-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009)}.ytp-delhi-modern .ytp-skip-ad-button:after{content:"";width:100%;height:100%;display:block;position:absolute;left:0}.ytp-delhi-modern .ytp-skip-ad-button:hover:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-skip-ad-button:active:after{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover,#fff3);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-skip-ad-button{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 14px + var(--ytp-grid-peek-height));-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009)}.ytp-delhi-modern-icons .ytp-skip-ad-button svg{padding:6px}.ytp-big-mode .ytp-skip-ad-button{bottom:104px;right:40px}.ytp-big-mode.ytp-delhi-modern .ytp-skip-ad-button{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 14px)}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-skip-ad-button{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 14px)var(--ytp-grid-peek-height)}.ytp-big-mode.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-skip-ad-button{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 14px + var(--ytp-grid-peek-height))}.ytp-small-mode .ytp-skip-ad-button{bottom:75px;right:12px}.ytp-player-minimized.ytp-menu-shown .ytp-skip-ad-button{bottom:39px;right:16px}svg.ytp-timed-pie-countdown{opacity:.4;background:0 0;border-radius:50%;width:20px;height:20px;transform:rotate(-90deg)}circle.ytp-timed-pie-countdown__background{stroke:none;fill:none}circle.ytp-timed-pie-countdown__inner{fill:none;stroke-width:10px;stroke:#ffffffbf}circle.ytp-timed-pie-countdown__outer{fill:none;stroke-width:1px;stroke:#ffffffbf}.ytp-visit-advertiser-link{color:#fff;align-items:baseline;margin-left:16px;display:inline-flex;position:relative}.ytp-visit-advertiser-link:before{content:"";cursor:pointer;position:absolute;inset:-8px}.ytp-visit-advertiser-link:hover .ytp-visit-advertiser-link__text{color:#fff;text-decoration:underline}.ytp-visit-advertiser-link__text{color:#fff;cursor:pointer;opacity:1;text-shadow:0 0 16px #00000080;vertical-align:baseline;font-family:YouTube Noto,Roboto,arial,sans-serif;font-size:12px;font-weight:500;line-height:14px;text-decoration:none}.ytp-iv-video-content{position:absolute}.ytp-iv-video-content .video-annotations{z-index:20;width:100%;display:block;position:absolute}.annotation{color:#000;text-align:left;word-wrap:break-word;z-index:0;cursor:pointer;box-sizing:border-box;padding:5px;position:absolute}.video-legacy-annotations .annotation{white-space:pre-wrap;background:0 0;font-family:sans-serif}.annotation-close-button{-webkit-background-size:contain;cursor:pointer;opacity:.85;background-size:contain;width:16px;height:16px;position:absolute;top:0;left:0}.annotation-close-button:hover{opacity:1}.annotation-link-icon{-webkit-background-size:contain;background-size:contain;position:absolute}.annotation-type-custom{cursor:default;padding:0}.annotation-type-custom>div{float:left;padding:0;overflow:hidden}.iv-click-target{cursor:pointer}.ytp-ad-overlay-open .iv-branding,.ytp-ad-overlay-open .iv-promo{display:none}.iv-branding{z-index:30;opacity:1;transition:opacity .25s cubic-bezier(0,0,.2,1);transition-delay:.33s;bottom:0;right:0}.ytp-iv-drawer-open .iv-branding{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.iv-branding .branding-context-container-outer{float:left;padding-right:10px;position:absolute;bottom:0}.iv-branding .branding-context-container-inner{color:#eee;opacity:0;white-space:nowrap;background-color:#1c1c1ce6;border-radius:8px;max-width:246px;transition:opacity .1s cubic-bezier(.4,0,1,1);bottom:0;right:0}.iv-branding-active .branding-context-container-inner{opacity:1;border-radius:8px;transition:opacity .25s cubic-bezier(0,0,.2,1)}.iv-branding .branding-img-container img{opacity:.7;display:block;position:relative}.iv-branding .branding-img-container{float:right}.iv-branding img.iv-click-target:hover{opacity:1}.iv-branding .iv-branding-context-name{text-overflow:ellipsis;max-width:215px;padding:10px 10px 5px;overflow:hidden}.iv-branding .iv-branding-context-subscribe{color:#aaa;padding:0 10px 10px;font-size:11px}.iv-branding .iv-branding-context-subscribe-caret{display:none}.ytp-overlays-container .ytp-overlay-bottom-right .iv-branding{position:relative;inset:0}.iv-promo,.iv-promo .iv-promo-actions,.iv-promo .iv-promo-contents,.iv-promo .iv-promo-contents>a,.iv-promo .iv-promo-contents>div,.iv-promo .iv-promo-img,.iv-promo .iv-promo-img img{height:40px}.iv-promo{z-index:31;color:#ccc;white-space:nowrap;-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);background-color:#000c;max-width:100%;font-size:11px;transition:transform .1s cubic-bezier(.4,0,1,1);bottom:61px;left:0}.ytp-embed .iv-promo{bottom:53px}.ytp-big-mode .iv-promo{bottom:70px}.html5-video-player.ad-showing .iv-promo{bottom:86px}.ytp-embed.html5-video-player.ad-showing .iv-promo{bottom:78px}.html5-video-player.ytp-big-mode.ad-showing .iv-promo{bottom:95px}.iv-promo:hover{background-color:#000000e6}.iv-promo .iv-promo-contents>a,.iv-promo .iv-promo-contents>div,.iv-promo>div{vertical-align:middle;box-sizing:border-box;display:inline-block;float:none!important}.iv-promo .iv-promo-contents>a{color:#ccc}.iv-promo.iv-promo-inactive{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.2,1);transition:transform .25s cubic-bezier(0,0,.2,1);transform:translate(-100%)}.iv-promo .iv-promo-img{position:absolute;left:0}.iv-promo .iv-promo-img,.iv-promo .iv-promo-img img{z-index:1;width:40px}.iv-promo .iv-promo-contents .iv-promo-txt p,.iv-promo .iv-promo-contents .iv-promo-txt strong,.iv-promo .iv-promo-img .iv-promo-playlist-length,.iv-promo .iv-promo-img .iv-promo-video-duration{text-overflow:ellipsis;overflow:hidden}.iv-promo .iv-promo-contents .iv-promo-badge-live{color:#fff;background-color:#e62117;border:1px solid #fff;margin:4px 8px 0}.iv-promo .iv-promo-img .iv-promo-playlist-length,.iv-promo .iv-promo-img .iv-promo-video-duration{position:absolute}.iv-promo .iv-promo-img .iv-promo-playlist-length{color:#fff;text-align:center;background-color:#0009;border-left:1px solid #ffffff40;width:30px;height:100%;font-weight:500;line-height:40px;top:0;right:0}.iv-promo .iv-promo-img .iv-promo-video-duration{color:#fff;background-color:#000;max-width:32px;padding:3px 2px;font-size:10px;bottom:2px;right:2px}.iv-promo .iv-promo-contents{width:100%;max-width:311px;padding-right:31px;transition:max-width .2s ease-out,padding-right .2s ease-out}.iv-promo .iv-promo-img+.iv-promo-contents{max-width:351px;padding-left:40px}.iv-promo .iv-promo-contents .iv-promo-button-container,.iv-promo .iv-promo-contents .iv-promo-txt{-webkit-font-smoothing:antialiased;direction:ltr;max-width:100%;overflow:hidden}.iv-promo .iv-promo-contents .iv-promo-txt p{margin:3px 8px -4px;line-height:18px}.iv-promo .iv-promo-contents .iv-promo-txt strong{color:#fff;font-size:12px}.iv-promo-txt p span,.iv-promo-txt p strong{text-overflow:ellipsis;max-width:264px;display:inline-block;overflow:hidden}.iv-promo-with-button .iv-promo-txt p span,.iv-promo-with-button .iv-promo-txt p strong{max-width:184px}.iv-promo-txt p:first-child span,.iv-promo-txt p:first-child strong{margin-bottom:-6px}.iv-promo .iv-promo-contents .iv-promo-txt .iv-promo-link{color:#ffd100;max-width:244px;padding-right:20px;position:relative}.iv-promo .iv-promo-contents .iv-promo-txt .iv-promo-link:after{opacity:.5;content:"";position:absolute;top:2px;right:0}.iv-promo .iv-promo-contents .iv-promo-txt:hover .iv-promo-link:after{opacity:1}.iv-promo-button-container{position:absolute;right:31px}.iv-button{box-sizing:border-box;border-radius:2px;box-shadow:0 1px #0000000d}.iv-button:hover{text-decoration:none}.iv-button:focus,.iv-button:focus:hover{box-shadow:0 0 0 2px #1b7fcc66}.no-focus-outline .yt-uix-button:focus,.no-focus-outline .yt-uix-button:focus:hover{-webkit-box-shadow:none;box-shadow:none}.iv-button::-moz-focus-inner{border:0;padding:0}.iv-button[disabled],.iv-button[disabled]:active,.iv-button[disabled]:focus,.iv-button[disabled]:hover{opacity:.5;cursor:auto;-webkit-box-shadow:none;box-shadow:none}.iv-button,.iv-button[disabled],.iv-button[disabled]:active,.iv-button[disabled]:focus,.iv-button[disabled]:hover{color:#fff;background:#167ac6;border-color:#167ac6}.iv-button:hover{background:#126db3}.iv-button:active{background:#095b99;box-shadow:inset 0 1px #00000080}.iv-button .iv-button-content{text-overflow:ellipsis;display:inline;overflow:hidden}a.iv-button:after{content:"";vertical-align:middle;height:100%;display:inline-block}.iv-promo-button{width:64px;margin:6px 8px}.iv-promo .iv-promo-actions,.iv-promo .iv-promo-actions .iv-promo-close,.iv-promo .iv-promo-actions .iv-promo-expand{position:absolute;top:0;right:0}.iv-promo .iv-promo-actions{width:31px}.iv-promo .iv-promo-actions .iv-promo-close,.iv-promo .iv-promo-actions .iv-promo-expand{cursor:pointer;transition:opacity .2s ease-out}.iv-promo .iv-promo-actions .iv-promo-close:after,.iv-promo .iv-promo-actions .iv-promo-expand:after{content:"";display:block}.iv-promo .iv-promo-actions .iv-promo-close{opacity:1}.iv-promo .iv-promo-actions .iv-promo-close:after{opacity:.5;margin:16px 10px 15px 12px}.iv-promo .iv-promo-actions .iv-promo-expand:after{margin:16px 12px 15px}.iv-promo.iv-promo-video .iv-promo-img,.iv-promo.iv-promo-video .iv-promo-img img{width:71px}.iv-promo.iv-promo-video .iv-promo-img+.iv-promo-contents{max-width:382px;padding-left:71px}.iv-promo.iv-promo-with-button .iv-promo-contents .iv-promo-txt{padding-right:80px}.iv-promo.iv-promo-collapsed .iv-promo-actions .iv-promo-close,.iv-promo.iv-promo-collapsed .iv-promo-actions .iv-promo-expand,.iv-promo.iv-promo-collapsed .iv-promo-contents{transition-delay:.5s;transition-timing-function:ease-in}.iv-promo.iv-promo-collapsed .iv-promo-contents{padding-right:28px;max-width:0!important}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui{left:16px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents .iv-promo-txt{padding-left:60px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-button-container{line-height:64px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui,.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents,.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents>a,.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents>div{height:64px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-button{min-width:110px;height:36px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-img{top:6px;left:6px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-img,.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-img img{width:52px;height:52px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents .iv-promo-txt strong{padding-top:4px;font-size:16px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-button{font-size:15px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents .iv-promo-txt .iv-promo-link{padding-top:12px;font-size:14px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-contents .iv-promo-txt{min-width:220px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-round-expand-icon{top:38px;left:42px}.ytp-large-width-mode .iv-promo-website-card-cta-larger-ui .iv-promo-button{margin:0 12px 0 0}.iv-promo-website-card-cta-redesign{text-align:left;cursor:pointer;background-color:#0000;left:12px}.iv-promo-website-card-cta-redesign:hover{background-color:#0000}.iv-promo-website-card-cta-redesign .iv-promo-img+.iv-promo-contents{background-color:#ffffffe6;border-radius:2px;width:100%;max-width:400px;padding-left:0;padding-right:0;transition:width .2s cubic-bezier(0,0,.2,1) .5s,max-width .2s cubic-bezier(.4,0,1,1)}.iv-promo-website-card-cta-redesign.iv-promo-collapsed .iv-promo-img+.iv-promo-contents{transition-delay:.5s}.iv-promo-website-card-cta-redesign:hover .iv-promo-contents{background-color:#fff}.iv-promo-website-card-cta-redesign.iv-promo-collapsed .iv-promo-contents{padding-right:0}.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt{max-width:250px;padding-top:10px;padding-left:52px}.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt p{margin-top:0;line-height:16px}.iv-promo-website-card-cta-redesign .iv-promo-button-container{direction:ltr;max-width:150px;line-height:56px;position:static}.iv-promo-website-card-cta-redesign .iv-promo-button{text-overflow:ellipsis;max-width:140px;width:inherit;margin:0 8px 0 0;font-weight:500;overflow:hidden}.iv-promo-website-card-cta-redesign .iv-promo-actions,.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt .iv-promo-link:after{display:none}.iv-promo-website-card-cta-redesign,.iv-promo-website-card-cta-redesign .iv-promo-contents,.iv-promo-website-card-cta-redesign .iv-promo-contents>a,.iv-promo-website-card-cta-redesign .iv-promo-contents>div{direction:ltr;height:56px}.iv-promo-website-card-cta-redesign .iv-promo-img{-webkit-transition:-webkit-transform .2s cubic-bezier(0,0,.2,1);width:48px;height:48px;transition:transform .2s cubic-bezier(0,0,.2,1);top:4px;left:4px;overflow:visible;transform:none}.iv-promo-website-card-cta-redesign .iv-promo-img img{width:48px;height:48px}.iv-promo-website-card-cta-redesign.iv-promo-collapsed .iv-promo-round-expand-icon{opacity:1;transition:opacity .15s cubic-bezier(0,0,.2,1) .9s}.iv-promo-website-card-cta-redesign .iv-promo-round-expand-icon{z-index:850;opacity:0;background-color:#4688f1;border-radius:50%;width:18px;height:18px;padding-left:0;position:absolute;top:34px;left:38px;box-shadow:0 0 2px #0000001f,0 2px 2px #0000003d}.iv-promo-website-card-cta-redesign .iv-promo-round-expand-icon:after{content:"";display:block}.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt strong{color:#333;padding-top:2px;font-size:14px}.iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt .iv-promo-link{color:#767676;padding:8px 20px 0 0;font-size:13px}.iv-promo-website-card-cta-redesign.iv-promo-inactive .iv-promo-contents{width:0}.iv-promo-website-card-cta-redesign.iv-promo-inactive,.iv-promo-website-card-cta-redesign.iv-promo-inactive .iv-promo-img{transform:translate(-200%)}.iv-promo-website-card-cta-redesign.iv-promo-inactive .iv-promo-round-expand-icon{display:none}.ytp-small-mode .iv-promo-website-card-cta-redesign,.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents,.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents>a,.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents>div{height:40px}.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-img,.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-img img{width:40px;height:40px}.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt{padding:4px 4px 4px 40px}.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt strong{padding-top:0;font-size:12px}.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-contents .iv-promo-txt .iv-promo-link{padding-top:4px;font-size:11px}.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-round-expand-icon{top:26px;left:30px}.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-img{top:0;left:0}.ytp-small-mode .iv-promo-website-card-cta-redesign .iv-promo-button-container{display:none}.ytp-autohide .iv-promo-website-card-cta-redesign.iv-promo-collapsed .iv-promo-img{opacity:.8;transition:transform .2s cubic-bezier(0,0,.2,1),opacity .2s cubic-bezier(0,0,.2,1)}.iv-drawer,.iv-drawer-content,.iv-drawer-header{position:absolute}.iv-drawer{z-index:33;color:#fff;-webkit-transition:-webkit-transform .33s cubic-bezier(.4,0,1,1);background-color:#0003;width:177px;font-size:11px;line-height:12px;transition:transform .33s cubic-bezier(.4,0,1,1);top:0;bottom:0;right:0}.iv-drawer-small.iv-drawer{width:133px}.iv-drawer-big.iv-drawer{width:295px;font-size:20px;line-height:24px}[dir=ltr] .iv-drawer{transform:translate(177px)}[dir=rtl] .iv-drawer{transform:translate(-177px)}.ytp-autohide.ytp-embed-overlays-autohide .iv-drawer{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-autohide:not(.ytp-autohide-active).ytp-embed-overlays-autohide .iv-drawer{display:none}.iv-drawer-content *{text-align:left}.ytp-iv-drawer-open .iv-drawer{-webkit-transition:-webkit-transform .33s cubic-bezier(0,0,.2,1);transition:transform .33s cubic-bezier(0,0,.2,1);transform:translate(0)}.iv-drawer-header{width:177px;height:41px;padding:16px 32px 0 16px;top:0}.iv-drawer-small .iv-drawer-header{width:133px;height:28px;padding:9px 24px 0 12px}.iv-drawer-big .iv-drawer-header{width:295px;height:64px;padding:20px 48px 0 32px}.iv-drawer-header-text{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;font-weight:500;display:block;overflow:hidden}.html5-video-player .iv-drawer-header{box-sizing:border-box}.iv-drawer-content{text-align:left;direction:ltr;border-top:1px solid #0000;width:145px;padding:0 16px;top:41px;bottom:0;overflow:hidden auto}.iv-drawer-small .iv-drawer-content{width:109px;padding:0 12px;top:28px}.iv-drawer-big .iv-drawer-content{width:231px;padding:0 32px;top:64px}.iv-drawer-scrolled .iv-drawer-content{border-color:#0006}.iv-drawer-content::-webkit-scrollbar{background-color:#0000;width:16px}.iv-drawer-content::-webkit-scrollbar-thumb{background-color:#66666680;background-clip:content-box;border:4px solid #0000;border-radius:8px}.iv-drawer-content::-webkit-scrollbar-track{background-color:#0000}.ytp-autohide .iv-drawer-content::-webkit-scrollbar-thumb{background-color:#0000}.iv-drawer-content:hover::-webkit-scrollbar-thumb{background-color:#666!important}.iv-drawer-close-button{opacity:.75;cursor:pointer;padding:16px;position:absolute;top:0;right:0}.iv-drawer-small .iv-drawer-close-button{padding:8px}.iv-drawer-big .iv-drawer-close-button{padding:24px}.iv-drawer-close-button:after{content:"";display:block}.iv-drawer-close-button:hover{opacity:1}.iv-card,.iv-card a.iv-click-target,.iv-card a.iv-click-target:focus,.iv-card a.iv-click-target:hover{color:#767676;text-decoration:none;display:block}.iv-card{word-wrap:break-word;box-sizing:border-box;background-color:#fff;border-radius:8px;width:145px;margin-bottom:16px;position:relative;overflow:hidden;box-shadow:0 1px 2px #0003}.iv-drawer-small .iv-card{width:109px}.iv-drawer-big .iv-card{width:231px}.iv-card:hover .iv-card-primary-link{color:#167ac6!important}.iv-card h2,.iv-card-action{text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.webkit .iv-card h2:after,.webkit .iv-card-action:after{content:"‌";visibility:hidden;position:static}.iv-card h2{-webkit-line-clamp:6;color:#333;max-height:90px;margin:0 0 8px;font-size:13px;font-weight:500;line-height:15px}.iv-drawer-small .iv-card h2{max-height:72px;font-size:11px;line-height:12px}.iv-drawer-big .iv-card h2{max-height:144px;font-size:20px;line-height:24px}.iv-card .iv-card-action,.iv-card .iv-card-meta-info,.iv-card p{margin:-6px 0 2px}.iv-card-meta-info{padding:0;list-style:none}.iv-card-image{-webkit-background-size:cover;color:#fff;background:#f1f1f1 50%/cover no-repeat;border-bottom:1px solid #e2e2e2;width:145px;height:145px;position:relative}.iv-drawer-small .iv-card-image{width:109px;height:109px}.iv-drawer-big .iv-card-image{width:231px;height:231px}.iv-card-image-text{background-image:-webkit-linear-gradient(#0009,#0000);box-sizing:border-box;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;background-image:linear-gradient(#0000 0,#0009);width:100%;padding:20px 10px 8px;position:absolute;bottom:0;overflow:hidden}.iv-drawer-small .iv-card-image-text{padding:6px 8px;font-size:11px;line-height:12px}.iv-drawer-big .iv-card-image-text{padding:12px 16px;font-size:18px;line-height:20px}.iv-card-image-text .yt-badge{margin-right:5px}.iv-card-content{padding:8px 10px}.iv-drawer-small .iv-card-content{padding:6px 8px}.iv-drawer-big .iv-card-content{padding:12px 16px}.iv-card-content>:first-child{margin-top:0}.iv-card-content>:last-child{margin-bottom:0}.iv-card-action,.iv-card-message{font-weight:500}.iv-card-message{border-bottom:1px solid #e2e2e2;margin-bottom:8px;padding-bottom:8px}.iv-card-action{-webkit-line-clamp:4;white-space:nowrap;max-height:52px}.iv-drawer-small .iv-card-action{max-height:48px;font-size:11px;line-height:12px}.iv-drawer-big .iv-card-action{max-height:80px;font-size:18px;line-height:20px}.iv-card-action span{white-space:normal}.iv-card-action-icon{-webkit-background-size:24px auto;background-position:0;background-repeat:no-repeat;background-size:24px;min-height:14px;padding:0 0 0 30px}.iv-card-link-icon{display:inline-block}.iv-card-episode h2,.iv-card-movie h2,.iv-card-playlist h2,.iv-card-video h2{-webkit-line-clamp:3;max-height:45px}.iv-drawer-small .iv-card-episode h2,.iv-drawer-small .iv-card-movie h2,.iv-drawer-small .iv-card-playlist h2,.iv-drawer-small .iv-card-video h2{max-height:36px}.iv-drawer-big .iv-card-episode h2,.iv-drawer-big .iv-card-movie h2,.iv-drawer-big .iv-card-playlist h2,.iv-drawer-big .iv-card-video h2{max-height:72px}.iv-card-channel h2{-webkit-line-clamp:2;max-height:30px}.iv-drawer-small .iv-card-channel h2{max-height:24px}.iv-drawer-big .iv-card-channel h2{max-height:48px}.iv-card-episode .iv-card-image,.iv-card-movie .iv-card-image,.iv-card-playlist .iv-card-image,.iv-card-video .iv-card-image{background-color:#000}.iv-card-episode .iv-card-image,.iv-card-playlist .iv-card-image,.iv-card-video .iv-card-image{height:82px}.iv-drawer-small .iv-card-episode .iv-card-image,.iv-drawer-small .iv-card-playlist .iv-card-image,.iv-drawer-small .iv-card-video .iv-card-image{height:61px}.iv-drawer-big .iv-card-episode .iv-card-image,.iv-drawer-big .iv-card-playlist .iv-card-image,.iv-drawer-big .iv-card-video .iv-card-image{height:129px}.iv-card-movie .iv-card-image{height:209px}.iv-drawer-small .iv-card-movie .iv-card-image{height:157px}.iv-drawer-big .iv-card-movie .iv-card-image{height:335px}.iv-card-video-duration{background-color:#000;padding:2px 4px;position:absolute;bottom:5px;right:5px}.iv-card-playlist .iv-card-image-overlay{color:#cfcfcf;text-align:center;text-transform:uppercase;background-color:#000000b3;width:63px;height:100%;font-size:20px;line-height:21px;display:table;position:absolute;top:0;right:0}.iv-card-playlist-video-count{text-align:center;vertical-align:middle;display:table-cell}.iv-card-playlist-video-count:after{opacity:.5;content:"";margin:auto;display:block}.iv-card-poll{position:relative}.iv-card-poll ul{max-width:125px;margin:0;padding:0;list-style:none}.iv-drawer-small .iv-card-poll ul{max-width:89px}.iv-drawer-big .iv-card-poll ul{max-width:211px}.iv-card-poll fieldset{border:0;margin:0;padding:0}.iv-card-poll label{cursor:pointer;color:#000000de;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW9wYWNpdHk9Ii41NCIgc3Ryb2tlLXdpZHRoPSIxLjgiLz48L3N2Zz4=);background-position:0 5px;background-repeat:no-repeat;min-height:14px;padding-bottom:5px;transition:color .5s cubic-bezier(0,0,.2,1);display:block}.ytp-probably-keyboard-focus .iv-card-poll label.iv-card-poll-choice-focused{box-shadow:0 0 0 2px #1b7fcc66}.iv-card-poll.iv-card-poll-voted label{color:#0000008a}.iv-card-poll.iv-card-poll-voted label.iv-card-poll-choice-checked{color:#000000de;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI3LjYiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzE2N2FjNiIgc3Ryb2tlLXdpZHRoPSIxLjgiLz48Y2lyY2xlIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjQuMjMiIGZpbGw9IiMxNjdhYzYiLz48L3N2Zz4=)}.iv-card-poll input[type=checkbox]{opacity:0;float:left;width:17px;height:17px;margin:5px 0 0}.iv-card-poll .iv-card-poll-choice-text{margin-left:25px;padding-top:8px;display:block}.iv-drawer-big .iv-card-poll .iv-card-poll-choice-text{padding-top:2px}.iv-card-poll li+li{margin-top:8px}.iv-card-poll .iv-card-poll-result{visibility:hidden;background-color:#dfdfdf;width:100%;height:4px}.iv-card-poll .iv-card-poll-result .iv-card-poll-result-bar{transform-origin:0 0;background-color:#167ac6;width:100%;height:100%;transition:transform .5s cubic-bezier(0,0,.2,1)}.iv-card-poll.iv-card-poll-expanded .iv-card-poll-result{visibility:visible}.iv-card-poll .iv-card-poll-choice-percent{float:right;margin-left:5px;display:none}.iv-card-poll.iv-card-poll-expanded .iv-card-poll-choice-percent{display:block}.iv-card-sign-in{visibility:hidden;padding:8px 10px;position:absolute;top:0;left:0}.iv-card-sign-in p{margin:0 0 8px}.iv-card-sign-in a{color:#fff}.iv-card-unavailable:hover .iv-card-content,.iv-card-unavailable:hover .iv-click-target{visibility:hidden}.iv-card-unavailable:hover .iv-card-sign-in{visibility:visible}.iv-ad-info-icon-container,.iv-card-sponsored{position:relative}.iv-card-sponsored{color:#999;margin:0 0 8px}.iv-ad-info-container{margin-left:6px;display:inline-block}.iv-ad-info-icon{display:inline-block;position:relative;top:1px}.iv-ad-info{color:#000;background:#fff;border:1px solid #000;padding:7px;font-size:12px;bottom:21px;left:0;right:0}.iv-ad-info-container .iv-ad-info a,.iv-ad-info-container .iv-ad-info a:hover{color:#167ac6}.iv-ad-info-container .iv-ad-info a:hover{text-decoration:underline}.iv-ad-info-callout,.iv-ad-info-icon-container:after{border-top:5px solid;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;left:0}.iv-ad-info-callout{border-top-color:#000;bottom:16px}.iv-ad-info-icon-container:after{content:"";border-top-color:#fff;bottom:17px}.iv-ad-info,.iv-ad-info-callout,.iv-ad-info-icon-container:after{visibility:hidden;transition:visibility 0s .1s;position:absolute}.iv-ad-info-container:hover .iv-ad-info,.iv-ad-info-container:hover .iv-ad-info-callout,.iv-ad-info-container:hover .iv-ad-info-icon-container:after{visibility:visible;transition-delay:0s}.iv-card-product-listing h2{-webkit-line-clamp:3;color:#666;max-height:45px}.iv-drawer-small .iv-card-product-listing h2{max-height:36px}.iv-drawer-big .iv-card-product-listing h2{max-height:72px}.iv-card-offer-price{color:#333;margin-bottom:2px;font-size:13px;font-weight:500;line-height:15px}.iv-card-offer-merchant{color:#097a41}.ytp-autonav-endscreen-countdown-container{z-index:37;flex-direction:column;justify-content:center;align-items:center;width:360px;height:calc(100% - 39px);margin:0 auto;display:flex}.html5-video-player:not(.ytp-autonav-endscreen-cancelled-state) .ytp-autonav-endscreen-countdown-overlay{width:100%}.ytp-autonav-endscreen-countdown-overlay{--w2w-start-background-color:#000;--w2w-end-background-color:#000;height:100%}.ytp-autonav-endscreen-upnext-container{width:100%}.ytp-autonav-endscreen-link-container{flex-direction:column;flex-grow:1;margin-top:10px;display:flex}.ytp-autonav-endscreen-upnext-header{color:#ffffffb3;font-size:15px;line-height:24px}.ytp-autonav-endscreen-upnext-header-countdown-number{color:#fff}.ytp-autonav-endscreen-upnext-alternative-header-only .ytp-autonav-endscreen-upnext-header{display:none}.ytp-autonav-endscreen-upnext-alternative-header{color:#ffffffb3;font-size:13px;line-height:18px}.ytp-autonav-endscreen-upnext-no-alternative-header .ytp-autonav-endscreen-upnext-alternative-header{display:none}.ytp-autonav-endscreen-upnext-alternative-header-only .ytp-autonav-endscreen-upnext-alternative-header{margin-top:0;font-size:15px;line-height:24px}.ytp-autonav-endscreen-upnext-thumbnail,.ytp-autonav-thumbnail-small{-webkit-background-size:cover;box-sizing:border-box;background-repeat:no-repeat;background-size:cover;border:1px solid #4c4c4c;position:relative}.ytp-autonav-endscreen-upnext-thumbnail{border-radius:12px;width:360px;height:202px}.ytp-autonav-endscreen-upnext-thumbnail:hover,.ytp-autonav-thumbnail-small:hover{box-sizing:border-box;border-color:#fffc}.ytp-autonav-live-stamp,.ytp-autonav-timestamp,.ytp-autonav-upcoming-stamp{color:#fff;letter-spacing:.5px;text-transform:uppercase;background-color:#000c;border-radius:2px;padding:0 4px;font-size:12px;font-weight:500;line-height:16px;position:absolute;bottom:4px;right:4px}.ytp-autonav-list-overlay{float:right;background:#000c;flex-direction:column;justify-content:center;width:40%;height:100%;display:flex}.ytp-autonav-mix-text{text-align:center;margin-top:30%;font-size:15px;font-weight:500;line-height:18px}.ytp-autonav-mix-icon{-webkit-background-size:cover;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjx1c2UgeGxpbms6aHJlZj0iI3l0cC1zdmctbWl4IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1vcGFjaXR5PSIuMTUiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGlkPSJ5dHAtc3ZnLW1peCIgZmlsbD0iI2ZmZiIgZD0iTTI1LjY1IDE4Yy0uMDIgMi4zMS0uODcgNC40MS0yLjI1IDYuMDZsLjkuOTRjMS42OS0xLjggMi43LTQuMjcgMi43LTdzLTEuMDEtNS4yMS0yLjctN2wtLjkuOTNBOS41NCA5LjU0IDAgMCAxIDI1LjY1IDE4bS0xNS4zIDBjLjAxLTIuMzIuODYtNC40MiAyLjI1LTYuMDdsLS45LS45M0MxMCAxMi43OSA5IDE1LjI3IDkgMThzMSA1LjIgMi43IDdsLjktLjk0Yy0xLjM5LTEuNjUtMi4yNC0zLjc1LTIuMjUtNi4wNm0yLjcgMGMtLjA0LTEuNzMuNDktMy4wOSAxLjM1LTQuMmwtLjktLjk0Yy0xLjEzIDEuMjYtMS44IDIuOTktMS44IDUuMTQgMCAxLjY3LjY3IDMuNCAxLjggNC42NmwuOS0uOTNjLS44Ni0xLjEyLTEuMzktMi40Ny0xLjM1LTMuNzNtOS01LjE0LS45Ljk0Yy44NSAxLjExIDEuMzggMi40NyAxLjM1IDQuMi4wMyAxLjI2LS41IDIuNjEtMS4zNSAzLjczbC45LjkzYzEuMTItMS4yNiAxLjgtMi45OSAxLjgtNC42NiAwLTIuMTUtLjY4LTMuODgtMS44LTUuMTRtLTUuNTUgMi44IDMuNiAxLjg3LTMuNiAyLjMzeiIvPjwvc3ZnPg==);background-size:cover;width:42%;height:30%;margin:0 auto}.ytp-autonav-endscreen-video-info{margin-top:12px}.ytp-autonav-endscreen-premium-badge{-webkit-background-size:cover;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MCIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHJlY3Qgd2lkdGg9IjcwIiBoZWlnaHQ9IjE2IiBmaWxsPSIjZmZmIiBvcGFjaXR5PSIuMSIgcng9IjIiLz48cGF0aCBmaWxsPSIjYWFhIiBkPSJNMjAuMzUgOC44M1YxMmgtMS40OFYzLjQ3aDMuMjZjLjk1IDAgMS43MS4yNSAyLjI3Ljc0LjU2LjUuODQgMS4xNi44NCAxLjk3IDAgLjg0LS4yNyAxLjQ5LS44MiAxLjk1LS41NS40Ny0xLjMyLjctMi4zLjd6bTAtMS4xOWgxLjc4Yy41MyAwIC45My0uMTIgMS4yLS4zNy4yOS0uMjUuNDItLjYuNDItMS4wOCAwLS40Ni0uMTQtLjgyLS40Mi0xLjFhMS42MiAxLjYyIDAgMCAwLTEuMTYtLjQzaC0xLjgyem05LjM3LS42OGEzLjUgMy41IDAgMCAwLS41OC0uMDVjLS42NSAwLTEuMDkuMjUtMS4zMS43NVYxMkgyNi40VjUuNjZoMS4zNmwuMDQuN2ExLjYgMS42IDAgMCAxIDEuNDMtLjgyYy4yIDAgLjM3LjAzLjUuMDh2MS4zNHptMy41OCA1LjE2Yy0uOSAwLTEuNjQtLjI5LTIuMi0uODVhMy4xIDMuMSAwIDAgMS0uODQtMi4yOHYtLjE3YzAtLjYzLjEyLTEuMi4zNy0xLjdhMi43MiAyLjcyIDAgMCAxIDIuNS0xLjU4Yy44NyAwIDEuNTMuMjggMiAuODMuNDguNTUuNzEgMS4zMy43MSAyLjM0di41N0gzMS43Yy4wNC41Mi4yMi45NC41MiAxLjI0cy43LjQ2IDEuMTYuNDZjLjY1IDAgMS4xOC0uMjYgMS42LS43OWwuNzYuNzNjLS4yNS4zOC0uNi42OC0xLjAyLjg5LS40Mi4yLS45LjMtMS40Mi4zem0tLjE3LTUuNDNjLS40IDAtLjcuMTMtLjk1LjQtLjI0LjI4LS40LjY2LS40NiAxLjE1aDIuNzJ2LS4xYTEuNzIgMS43MiAwIDAgMC0uMzktMS4wOSAxLjIgMS4yIDAgMCAwLS45Mi0uMzZtNS4xNi0xLjAzLjA0LjY2YTIuMjggMi4yOCAwIDAgMSAxLjgzLS43OGMuODUgMCAxLjQzLjMzIDEuNzQuOTguNDYtLjY1IDEuMTEtLjk4IDEuOTUtLjk4LjcgMCAxLjIxLjIgMS41NS41OC4zNS4zOS41Mi45Ni41MyAxLjcxVjEyaC0xLjQyVjcuODdjMC0uNC0uMDktLjctLjI3LS44OC0uMTctLjE5LS40Ni0uMjgtLjg3LS4yOC0uMzIgMC0uNTkuMDktLjguMjYtLjIuMTctLjM0LjQtLjQyLjY4VjEyaC0xLjQyVjcuODNjLS4wMi0uNzUtLjQtMS4xMi0xLjE0LTEuMTItLjU3IDAtLjk4LjIzLTEuMjIuN1YxMmgtMS40MlY1LjY2ek00OC45MSAxMmgtMS40M1Y1LjY2aDEuNDN6TTQ3LjQgNC4wMWMwLS4yMi4wNi0uNC4yLS41NC4xNC0uMTUuMzQtLjIyLjYtLjIycy40Ni4wNy42LjIyYy4xNC4xNC4yLjMyLjIuNTRzLS4wNi40LS4yLjU0LS4zNC4yMS0uNi4yMS0uNDYtLjA3LS42LS4yYS43NS43NSAwIDAgMS0uMi0uNTVtNi45IDcuMzdhMi4yIDIuMiAwIDAgMS0xLjc4Ljc0cS0xLjAyIDAtMS41Ni0uNmMtLjM1LS40LS41My0xLS41My0xLjc1VjUuNjZoMS40M3Y0LjA5YzAgLjguMzMgMS4yIDEgMS4yLjY5IDAgMS4xNi0uMjQgMS40LS43NFY1LjY2aDEuNDJWMTJoLTEuMzR6bTQuMTctNS43Mi4wNC42NmEyLjI4IDIuMjggMCAwIDEgMS44My0uNzhjLjg1IDAgMS40My4zMyAxLjc0Ljk4LjQ2LS42NSAxLjExLS45OCAxLjk1LS45OC43IDAgMS4yMS4yIDEuNTUuNTguMzUuMzkuNTIuOTYuNTMgMS43MVYxMkg2NC43VjcuODdjMC0uNC0uMDktLjctLjI3LS44OC0uMTctLjE5LS40Ni0uMjgtLjg3LS4yOC0uMzIgMC0uNTkuMDktLjguMjYtLjIuMTctLjM0LjQtLjQyLjY4VjEyaC0xLjQyVjcuODNjLS4wMi0uNzUtLjQtMS4xMi0xLjE0LTEuMTItLjU3IDAtLjk4LjIzLTEuMjIuN1YxMmgtMS40MlY1LjY2aDEuMzR6Ii8+PHBhdGggZmlsbD0icmVkIiBkPSJNMSAyYTEgMSAwIDAgMSAxLTFoMTN2MTRIMmExIDEgMCAwIDEtMS0xeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02LjUyIDl2M0g0Ljc2VjMuNDdIOC4xYy42NCAwIDEuMi4xMiAxLjY5LjM1cy44Ni41NyAxLjEyIDEgLjQuOTIuNCAxLjQ3YzAgLjg0LS4zIDEuNS0uODcgMS45OHEtLjg1NS43Mi0yLjM3LjcySDYuNTJ6bTAtMS40M2gxLjU3Yy40NiAwIC44Mi0uMSAxLjA2LS4zMy4yNS0uMjIuMzctLjUzLjM3LS45NHMtLjEyLS43NS0uMzctMWMtLjI1LS4yNy0uNTktLjQtMS4wMi0uNEg2LjUyeiIvPjwvc3ZnPg==);background-size:cover;width:74px;height:16px;margin-bottom:6px;margin-left:-2px}.autonav-endscreen{justify-content:space-between;display:flex}.ytp-autonav-endscreen-cancelled-state .autonav-endscreen{align-items:center}.ytp-suggestions-container{flex-flow:wrap;display:flex}.ytp-autonav-endscreen-upnext-title{color:#fff;-webkit-line-clamp:2;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;font-size:18px;font-style:normal;font-weight:400;line-height:24px;display:-webkit-box;overflow:hidden}.ytp-autonav-author-and-view,.ytp-autonav-endscreen-upnext-author,.ytp-autonav-view-and-date{color:#aaa;-webkit-line-clamp:1;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;margin-top:4px;font-size:14px;line-height:21px;display:-webkit-box;overflow:hidden}.ytp-autonav-endscreen-button-container{width:100%;margin-top:12px}.ytp-autonav-endscreen-upnext-button{color:#fff;text-align:center;text-transform:uppercase;cursor:pointer;border:0;border-radius:2px;align-items:center;width:176px;height:36px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;line-height:34px;display:inline-grid}.ytp-autonav-endscreen-upnext-button.ytp-autonav-endscreen-upnext-button-rounded{border-radius:18px}.ytp-autonav-endscreen-upnext-cancel-button{float:left;background:#ffffff1a}.ytp-autonav-endscreen-upnext-play-button{float:right;background:#ffffff4d}.ytp-autonav-endscreen-countdown-container:not(.ytp-autonav-endscreen-is-premium) .ytp-autonav-endscreen-premium-badge{display:none}.countdown-running .ytp-player-content{bottom:0}.countdown-running .ytp-miniplayer-replay-button,.countdown-running .ytp-preview{display:none}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-suggestion-panel{width:360px;margin:40px auto auto 20px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-endscreen-countdown-overlay{margin:40px 20px auto auto}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-thumbnail-small{width:360px;height:202px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-title-card{margin-top:12px;font-size:18px;line-height:24px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-author-card,.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-view-and-date-card{margin-top:4px;font-size:14px;line-height:21px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-view-and-date-card{margin-top:0}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-suggestion-card{width:360px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-endscreen-upnext-thumbnail{width:360px;height:202px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-mix-text{font-size:22.5px;line-height:27px}.ytp-autonav-endscreen-small-mode.ytp-autonav-endscreen-countdown-container{width:374px}.countdown-running .ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-link-container,.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-link-container{flex-direction:row;justify-content:space-between;margin-top:13px}.countdown-running .ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-upnext-thumbnail,.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-upnext-thumbnail{border-radius:8px;width:183px;height:104px}.countdown-running .ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-upnext-header,.countdown-running .ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-upnext-title,.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-upnext-header,.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-upnext-title{font-size:14px;font-weight:500;line-height:18px}.countdown-running .ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-video-info,.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-video-info{width:183px;margin-top:0}.countdown-running .ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-button-container,.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-button-container{margin-top:13px}.countdown-running .ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-upnext-button,.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-upnext-button{width:183px;height:34px}.ytp-big-mode .ytp-autonav-endscreen-countdown-container{height:calc(100% - 58.5px)}.ytp-big-mode .ytp-autonav-endscreen-link-container{margin-top:15px}.ytp-big-mode .ytp-autonav-endscreen-upnext-header{font-size:22.5px;line-height:36px}.ytp-big-mode .ytp-autonav-endscreen-upnext-alternative-header{font-size:19.5px;line-height:27px}.ytp-big-mode .ytp-autonav-endscreen-upnext-alternative-header-only .ytp-autonav-endscreen-upnext-alternative-header{font-size:22.5px;line-height:36px}.ytp-big-mode .ytp-autonav-endscreen-upnext-thumbnail{width:540px;height:303px}.ytp-big-mode .ytp-autonav-endscreen-premium-badge{width:111px;height:24px;margin-bottom:9px;margin-left:-3px}.ytp-big-mode .ytp-autonav-endscreen-video-info{margin-top:18px}.ytp-big-mode .ytp-autonav-endscreen-upnext-title{font-size:27px;line-height:36px}.ytp-big-mode .ytp-autonav-endscreen-upnext-author,.ytp-big-mode .ytp-autonav-view-and-date{margin-top:6px;font-size:21px;line-height:31.5px}.ytp-big-mode .ytp-autonav-view-and-date{margin-top:0}.ytp-big-mode .ytp-autonav-endscreen-button-container{margin-top:18px}.ytp-big-mode .ytp-autonav-endscreen-upnext-button{width:264px;height:54px;font-size:21px;line-height:52px}.ytp-big-mode .ytp-autonav-endscreen-upnext-button.modern-buttons{border-radius:27px}.ytp-big-mode .ytp-autonav-live-stamp,.ytp-big-mode .ytp-autonav-timestamp,.ytp-big-mode .ytp-autonav-upcoming-stamp{font-size:18px;line-height:24px}.ytp-big-mode .ytp-autonav-endscreen-countdown-container{width:540px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-endscreen-countdown-overlay{height:444px;margin:auto 30px auto auto}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-endscreen-countdown-overlay .ytp-autonav-endscreen-countdown-container{justify-content:flex-start}.ytp-autonav-endscreen-cancelled-state .ytp-suggestion-panel{width:432px;height:444px;margin:auto auto auto 30px}.ytp-autonav-endscreen-cancelled-state .ytp-suggestion-card-with-margin{margin-left:12px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-thumbnail-small{width:210px;height:118px;margin-top:0}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-suggestion-card{width:210px;margin-top:10px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-suggestion-card:nth-last-child(-n+2){margin-top:20px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-title-card{margin-top:10px;font-size:14px;font-weight:500;line-height:16px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-author-card{margin-top:4px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-author-card,.ytp-autonav-endscreen-cancelled-state .ytp-autonav-view-and-date-card{font-size:13px;line-height:18px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-view-and-date,.ytp-autonav-endscreen-cancelled-state .ytp-autonav-view-and-date-card{margin-top:0}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-autonav-endscreen-more-videos{visibility:hidden}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-small-mode .ytp-suggestions-container .ytp-suggestion-set:not(:first-child),.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-mini-mode .ytp-suggestion-panel,.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-tiny-mode .ytp-suggestion-panel{display:none}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-countdown-overlay,.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-tiny-mode .ytp-autonav-endscreen-countdown-overlay{justify-content:center;height:calc(100% - 39px)}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-countdown-overlay .ytp-autonav-endscreen-countdown-container,.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-tiny-mode .ytp-autonav-endscreen-countdown-overlay .ytp-autonav-endscreen-countdown-container{justify-content:center;height:100%}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-countdown-overlay,.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-tiny-mode .ytp-autonav-endscreen-countdown-overlay{margin-right:auto}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-countdown-overlay{margin-top:0}.ytp-player-minimized.countdown-running .ytp-autonav-endscreen-link-container,.ytp-player-minimized.ytp-autonav-endscreen-cancelled-state .ytp-autonav-endscreen-link-container{margin-top:30px}.ytp-player-minimized.countdown-running .ytp-suggestion-panel,.ytp-player-minimized.ytp-autonav-endscreen-cancelled-state .ytp-suggestion-panel{display:none}.ytp-player-minimized.countdown-running .ytp-autonav-endscreen-countdown-container,.ytp-player-minimized.ytp-autonav-endscreen-cancelled-state .ytp-autonav-endscreen-countdown-container{justify-content:flex-start;width:374px;height:100%}.ytp-player-minimized.countdown-running .ytp-autonav-endscreen-upnext-container,.ytp-player-minimized.ytp-autonav-endscreen-cancelled-state .ytp-autonav-endscreen-upnext-container{margin-top:16px}.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-is-premium .ytp-autonav-endscreen-upnext-header,.ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-is-premium .ytp-autonav-endscreen-upnext-header{display:-webkit-box}.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-is-premium .ytp-autonav-endscreen-upnext-alternative-header,.ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-is-premium .ytp-autonav-endscreen-upnext-alternative-header{margin-top:5px}.ytp-autonav-cancelled-mini-mode .ytp-autonav-endscreen-is-premium .ytp-autonav-endscreen-link-container,.ytp-autonav-endscreen-small-mode .ytp-autonav-endscreen-is-premium .ytp-autonav-endscreen-link-container{margin-top:8px}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-cancelled-mini-mode .ytp-autonav-view-and-date{display:-webkit-box}.ytp-autonav-endscreen-cancelled-state .ytp-autonav-endscreen-button-container{display:none}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-endscreen-countdown-container{width:540px;height:666px;margin:auto 45px auto auto}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-endscreen-upnext-header{font-size:22.5px;line-height:36px}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-suggestion-panel{width:648px;height:666px;margin:auto auto auto 45px}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-suggestion-card-with-margin{margin-left:18px}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-thumbnail-small{width:315px;height:177px}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-suggestion-card{width:315px;margin-top:15px}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-suggestion-card:nth-last-child(-n+2){margin-top:30px}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-title-card{margin-top:15px;font-size:21px;line-height:24px}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-author-card{margin-top:6px}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-author-card,.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-view-and-date-card{font-size:19.5px;line-height:27px}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-view-and-date-card{margin-top:0}.ytp-big-mode.ytp-autonav-endscreen-cancelled-state .ytp-autonav-mix-text{font-size:22.5px;line-height:27px}.ytp-autonav-author-and-view{display:none}.ytp-autonav-cancelled-mini-mode.ytp-player-content,.ytp-small-mode .ytp-autonav-cancelled-mini-mode.ytp-player-content{bottom:0}.countdown-running .ytp-autonav-overlay{z-index:-1;width:100%;height:100%;position:absolute}.countdown-running .ytp-autonav-view-and-date,.ytp-autonav-suggestion-card[data-is-list=true] .ytp-autonav-timestamp,.ytp-autonav-suggestion-card[data-is-live=true] .ytp-autonav-timestamp,.ytp-autonav-suggestion-card[data-is-mix=true] .ytp-autonav-timestamp,.ytp-autonav-suggestion-card[data-is-upcoming=true] .ytp-autonav-timestamp{display:none}.ytp-autonav-suggestion-card[data-is-live=true] .ytp-autonav-live-stamp{background-color:#c00;position:absolute}.ytp-autonav-suggestion-card:not([data-is-live=true]) .ytp-autonav-live-stamp{display:none}.ytp-autonav-suggestion-card[data-is-upcoming=true] .ytp-autonav-upcoming-stamp{background-color:#000c;position:absolute}.ytp-autonav-suggestion-card:not([data-is-upcoming=true]) .ytp-autonav-upcoming-stamp,.ytp-autonav-endscreen-upnext-container[data-is-list=true] .ytp-autonav-timestamp,.ytp-autonav-endscreen-upnext-container[data-is-live=true] .ytp-autonav-timestamp,.ytp-autonav-endscreen-upnext-container[data-is-mix=true] .ytp-autonav-timestamp,.ytp-autonav-endscreen-upnext-container[data-is-upcoming=true] .ytp-autonav-timestamp{display:none}.ytp-autonav-endscreen-upnext-container[data-is-live=true] .ytp-autonav-live-stamp{background-color:#c00;position:absolute}.ytp-autonav-endscreen-upnext-container:not([data-is-live=true]) .ytp-autonav-live-stamp{display:none}.ytp-autonav-endscreen-upnext-container[data-is-upcoming=true] .ytp-autonav-upcoming-stamp{background-color:#000c;position:absolute}.ytp-autonav-endscreen-upnext-container:not([data-is-upcoming=true]) .ytp-autonav-upcoming-stamp,.ytp-autonav-suggestion-card:not([data-is-mix=true]) .ytp-autonav-list-overlay{display:none}.html5-video-player.ytp-autonav-endscreen-cancelled-state.ended-mode{background-color:#000}.ytp-ad-overlay-open.countdown-running .ytp-ad-overlay-container{opacity:.3}.ytp-ad-overlay-open .ytp-player-content.ytp-autonav-endscreen-countdown-container{height:calc(100% - 143px)}.ytp-big-mode.ytp-ad-overlay-open .ytp-autonav-endscreen-countdown-container{height:calc(100% - 160px)}.ytp-autonav-overlay-cancelled-state{z-index:-1;background-color:#000;height:100%;position:absolute}.ytp-autonav-endscreen-upnext-header-close-button{-webkit-background-size:24px 24px;cursor:pointer;background-color:#0000;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE5IDYuNDEgMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:24px;border:none;width:36px;height:36px;padding:0;display:none}.ytp-delhi-modern:not(.ytp-xsmall-width-mode):not(.ad-showing) .ytp-autonav-endscreen-upnext-updated .ytp-player-content{position:unset}.ytp-autonav-endscreen-upnext-updated .ytp-autonav-endscreen-countdown-container{align-self:center;height:100%}.ytp-autonav-endscreen-upnext-updated .ytp-autonav-endscreen-topbar-container{justify-content:space-between;align-items:center;display:flex}.ytp-autonav-endscreen-upnext-updated .ytp-autonav-endscreen-upnext-header-close-button{display:block}.ytp-autonav-endscreen-upnext-updated .ytp-autonav-endscreen-countdown-container .ytp-autonav-endscreen-link-container{flex-direction:column;justify-content:center;align-items:center;margin-top:0}.ytp-autonav-endscreen-upnext-updated .ytp-autonav-endscreen-countdown-container .ytp-autonav-endscreen-link-container .ytp-autonav-endscreen-video-info{width:100%;margin-top:12px}.ytp-autonav-endscreen-upnext-updated .ytp-autonav-endscreen-countdown-container .ytp-autonav-endscreen-link-container .ytp-autonav-endscreen-upnext-thumbnail{-webkit-background-size:contain;background-position:50%;background-size:contain}.ytp-autonav-endscreen-upnext-updated .ytp-autonav-endscreen-button-container{display:none}.ytp-autonav-endscreen-upnext-updated .ytp-autonav-live-stamp,.ytp-autonav-endscreen-upnext-updated .ytp-autonav-timestamp,.ytp-autonav-endscreen-upnext-updated .ytp-autonav-upcoming-stamp{letter-spacing:unset;border-radius:10px;padding:0 8px;font-weight:700;line-height:16px;bottom:8px;right:8px}.ytp-autonav-toggle-button-container{width:100%;height:100%;display:inline-block}.ytp-delhi-modern.ytp-delhi-modern-icons.ytp-big-mode .ytp-autonav-toggle-button-container{vertical-align:top}.ytp-autonav-toggle-button,.ytp-small-mode .ytp-autonav-toggle-button{cursor:pointer;-webkit-background-size:cover;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjIuNyAxMWMyLjk1IDAgNS4zLTIuMjEgNS4zLTVzLTIuMzUtNS01LjMtNUg3LjNDNC4zNSAxIDIgMy4yMSAyIDZzMi4zNSA1IDUuMyA1eiIgY2xpcC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuNSIvPjxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMyAxQzQuMzUgMSAyIDMuMjEgMiA2czIuMzUgNSA1LjMgNWgxNS40QTUuMTYgNS4xNiAwIDAgMCAyOCA2bC0uMDMtLjU0QTUuMTYgNS4xNiAwIDAgMCAyMi43IDF6bTE1LjQgMTFjMy40NSAwIDYuMy0yLjYgNi4zLTZzLTIuODUtNi02LjMtNkg3LjNDMy44NSAwIDEgMi42IDEgNnMyLjg1IDYgNi4zIDZ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+);background-size:cover;border-radius:14.4px;width:36px;height:14.4px;transition:all 80ms cubic-bezier(.4,0,1,1);position:relative;top:50%;transform:translateY(-50%)}.ytp-delhi-modern.ytp-delhi-modern-icons .ytp-autonav-toggle-button{background-image:unset;background-color:#ffffff4d;border-radius:9px;width:30px;height:18px;margin:0 9px}.ytp-delhi-modern.ytp-delhi-modern-icons .delhi-fast-follow-autonav-toggle .ytp-autonav-toggle-button[aria-checked=true]{background-color:var(--yt-sys-color-baseline--overlay-text-primary,#fff)}.ytp-delhi-modern.ytp-delhi-modern-icons .delhi-fast-follow-autonav-toggle .ytp-autonav-toggle-button[aria-checked=false]{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a)}.ytp-big-mode.ytp-delhi-modern.ytp-delhi-modern-icons .ytp-autonav-toggle-button{margin:0 calc((var(--yt-delhi-big-mode-pill-height,56px) - 30px)/2)}.ytp-xsmall-width-mode.ytp-delhi-modern-icons.ytp-delhi-modern .ytp-autonav-toggle-button{border-radius:6.75px;width:22.5px;height:13.5px;margin:0 5px}.ytp-small-mode .ytp-autonav-toggle-button,.ytp-xsmall-width-mode .ytp-autonav-toggle-button{border-radius:10.8px;width:27px;height:10.8px}.ytp-big-mode .ytp-autonav-toggle-button{border-radius:18px;width:45px;height:18px}.ytp-embed .ytp-autonav-toggle-button{border-radius:12px;width:30px;height:12px}.ytp-autonav-toggle-button[aria-checked=true]{-webkit-background-size:cover;background-color:#0000;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjIuNyAxMWMyLjk1IDAgNS4zLTIuMjEgNS4zLTVzLTIuMzUtNS01LjMtNUg3LjNDNC4zNSAxIDIgMy4yMSAyIDZzMi4zNSA1IDUuMyA1em0tMi43LS43NXYtOC41bDYuNyA0LjI2eiIgY2xpcC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuNSIvPjxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTcuMyAxQzQuMzUgMSAyIDMuMjEgMiA2czIuMzUgNSA1LjMgNWgxNS40QTUuMTYgNS4xNiAwIDAgMCAyOCA2bC0uMDMtLjU0QTUuMTYgNS4xNiAwIDAgMCAyMi43IDF6bTE1LjQgMTFjMy40NSAwIDYuMy0yLjYgNi4zLTZzLTIuODUtNi02LjMtNkg3LjNDMy44NSAwIDEgMi42IDEgNnMyLjg1IDYgNi4zIDZ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+);background-size:cover;transition:all 80ms cubic-bezier(.4,0,1,1)}.ytp-autonav-toggle-button:after{content:"";-webkit-background-size:cover;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNyAxNyI+PHBhdGggZmlsbD0iIzcxNzE3MSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNOC41IDE2YTcuNSA3LjUgMCAxIDAgMC0xNSA3LjUgNy41IDAgMCAwIDAgMTUiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjE1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNyA4LjVhOC41IDguNSAwIDEgMS0xNyAwIDguNSA4LjUgMCAwIDEgMTcgMG0tMSAwYTcuNSA3LjUgMCAxIDEtMTUgMCA3LjUgNy41IDAgMCAxIDE1IDAiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01LjUgMTJoMlY1aC0yem00LTd2N2gyVjV6Ii8+PC9zdmc+);background-size:cover;border-radius:20.4px;width:20.4px;height:20.4px;margin-top:-3px;transition:all 80ms cubic-bezier(.4,0,1,1);position:absolute;top:0;left:0}.ytp-delhi-modern.ytp-delhi-modern-icons .ytp-autonav-toggle-button:after{-webkit-background-size:9px 9px;background-color:#ffffff4d;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNzUgNC41aC0zYy0uNiAwLTEuMTcuMjMtMS42LjY1LS40Mi40My0uNjUgMS0uNjUgMS42djIyLjVjMCAuNTkuMjMgMS4xNi42NSAxLjU5LjQzLjQyIDEgLjY2IDEuNi42NmgzYy41OSAwIDEuMTYtLjI0IDEuNTktLjY2LjQyLS40My42Ni0xIC42Ni0xLjU5VjYuNzVjMC0uNi0uMjQtMS4xNy0uNjYtMS42LS40My0uNDItMS0uNjUtMS41OS0uNjVtMTMuNSAwaC0zYy0uNiAwLTEuMTcuMjMtMS42LjY1LS40Mi40My0uNjUgMS0uNjUgMS42djIyLjVjMCAuNTkuMjMgMS4xNi42NSAxLjU5LjQzLjQyIDEgLjY2IDEuNi42NmgzYy41OSAwIDEuMTYtLjI0IDEuNTktLjY2LjQyLS40My42Ni0xIC42Ni0xLjU5VjYuNzVjMC0uNi0uMjQtMS4xNy0uNjYtMS42LS40My0uNDItMS0uNjUtMS41OS0uNjUiLz48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:9px;border-radius:7px;width:14px;height:14px;margin:2px;transition:all .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern.ytp-delhi-modern-icons .delhi-fast-follow-autonav-toggle .ytp-autonav-toggle-button:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMTIuNzUgNC41aC0zYy0uNiAwLTEuMTcuMjMtMS42LjY1LS40Mi40My0uNjUgMS0uNjUgMS42djIyLjVjMCAuNTkuMjMgMS4xNi42NSAxLjU5LjQzLjQyIDEgLjY2IDEuNi42NmgzYy41OSAwIDEuMTYtLjI0IDEuNTktLjY2LjQyLS40My42Ni0xIC42Ni0xLjU5VjYuNzVjMC0uNi0uMjQtMS4xNy0uNjYtMS42LS40My0uNDItMS0uNjUtMS41OS0uNjVtMTMuNSAwaC0zYy0uNiAwLTEuMTcuMjMtMS42LjY1LS40Mi40My0uNjUgMS0uNjUgMS42djIyLjVjMCAuNTkuMjMgMS4xNi42NSAxLjU5LjQzLjQyIDEgLjY2IDEuNi42NmgzYy41OSAwIDEuMTYtLjI0IDEuNTktLjY2LjQyLS40My42Ni0xIC42Ni0xLjU5VjYuNzVjMC0uNi0uMjQtMS4xNy0uNjYtMS42LS40My0uNDItMS0uNjUtMS41OS0uNjUiLz48L3N2Zz4=);background-color:var(--yt-sys-color-baseline--overlay-text-primary,#fff)}.ytp-xsmall-width-mode.ytp-delhi-modern-icons.ytp-delhi-modern .ytp-autonav-toggle-button:after{border-radius:5.25px;width:10.5px;height:10.5px;margin:1px}.ytp-small-mode .ytp-autonav-toggle-button:after{border-radius:15.3px;width:15.3px;height:15.3px;margin-top:-2.25px;left:-2px}.ytp-big-mode .ytp-autonav-toggle-button:after{border-radius:25.5px;width:25.5px;height:25.5px;margin-top:-3.75px;left:0}.ytp-embed .ytp-autonav-toggle-button:after{border-radius:17px;width:17px;height:17px;margin-top:-2.5px;left:0}.ytp-autonav-toggle-button[aria-checked=true]:after{-webkit-background-size:cover;background-color:#0000;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNyAxNyI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE3IDguNWE4LjUgOC41IDAgMSAxLTE3IDAgOC41IDguNSAwIDAgMSAxNyAwbS01IDBMNi41IDV2N3ptLTEuODYgMEw3LjUgNi44MnYzLjM2ek04LjUgMTZhNy41IDcuNSAwIDEgMCAwLTE1IDcuNSA3LjUgMCAwIDAgMCAxNSIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYgOC41YTcuNSA3LjUgMCAxIDEtMTUgMCA3LjUgNy41IDAgMCAxIDE1IDBtLTQgMEw2LjUgMTJWNXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);background-size:cover;left:1px;transform:translate(15.6px)}.ytp-delhi-modern.ytp-delhi-modern-icons .ytp-autonav-toggle-button[aria-checked=true]:after{-webkit-background-size:9px 9px;background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBmaWxsPSIjMDAwIiBkPSJtMTcgOC42LTYuMTEtMy42MWMtMS41LS44OC0zLjM5LjItMy4zOSAxLjk0djIyLjEzYzAgMS43NCAxLjg5IDIuODIgMy4zOSAxLjk0TDE3IDI3LjR6bTAgMHYxOC44TDMzIDE4eiIvPjwvc3ZnPg==);background-position:50%;background-repeat:no-repeat;background-size:9px;transform:translate(12px)}.ytp-delhi-modern.ytp-delhi-modern-icons .delhi-fast-follow-autonav-toggle .ytp-autonav-toggle-button[aria-checked=true]:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDM2IDM2Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMTcgOC42LTYuMTEtMy42MWMtMS41LS44OC0zLjM5LjItMy4zOSAxLjk0djIyLjEzYzAgMS43NCAxLjg5IDIuODIgMy4zOSAxLjk0TDE3IDI3LjR6bTAgMHYxOC44TDMzIDE4eiIvPjwvc3ZnPg==);background-color:var(--yt-sys-color-baseline--overlay-background-solid,#0f0f0f)}.ytp-small-mode .ytp-autonav-toggle-button[aria-checked=true]:after{transform:translate(11.7px)}.ytp-big-mode .ytp-autonav-toggle-button[aria-checked=true]:after{transform:translate(19.5px)}.ytp-xsmall-width-mode.ytp-delhi-modern-icons.ytp-delhi-modern .ytp-autonav-toggle-button[aria-checked=true]:after{transform:translate(8px)}.ytp-embed .ytp-autonav-toggle-button[aria-checked=true]:after{transform:translate(13px)}.ytp-bezel{z-index:19;pointer-events:none;background:#00000080;border-radius:26px;width:52px;height:52px;margin-top:-26px;margin-left:-26px;animation:.5s linear forwards ytp-bezel-fadeout;position:absolute;top:50%;left:50%}.ytp-delhi-modern .ytp-bezel{width:78px;height:78px;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009);border-radius:39px;margin-top:-39px;margin-left:-39px;animation:1s cubic-bezier(.05,0,0,1) forwards ytp-delhi-modern-bezel-fadeout;top:50%;left:50%}.ytp-delhi-modern-icons .ytp-bezel-icon svg{width:100%;height:100%}.ytp-big-mode .ytp-bezel{border-radius:39px;width:78px;height:78px;margin-top:-39px;margin-left:-39px}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-bezel{border-radius:32px;width:64px;height:64px;margin-top:-32px;margin-left:-32px}.ytp-bezel-icon{width:40px;height:40px;margin:6px}.ytp-player-content .ytp-bezel-icon{width:48px;height:48px;margin:2px}.ytp-big-mode .ytp-bezel-icon,.ytp-delhi-modern .ytp-bezel-icon{width:54px;height:54px;margin:12px}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-bezel-icon{width:48px;height:48px;margin:8px}.ytp-bezel-text-wrapper{text-align:center;z-index:19;position:absolute;top:10%;left:0;right:0}.ytp-delhi-modern .ytp-bezel-text-wrapper{animation:1s cubic-bezier(.05,0,0,1) forwards ytp-delhi-modern-bezel-text-fadeout}.ytp-bezel-text{pointer-events:none;background:#00000080;border-radius:3px;padding:10px 20px;font-size:175%;display:inline-block}.ytp-delhi-modern .ytp-bezel-text{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009)}.ytp-bezel-text-hide .ytp-bezel-text{display:none}@keyframes ytp-bezel-fadeout{0%{opacity:1}to{opacity:0;transform:scale(2)}}@keyframes ytp-delhi-modern-bezel-fadeout{0%{opacity:0}25%,75%{opacity:1;transform:scale(1.33)}to{opacity:0;transform:scale(1)}}@keyframes ytp-delhi-modern-bezel-text-fadeout{0%{opacity:0}25%,75%{opacity:1}to{opacity:0}}.ytp-chrome-top .ytp-cards-button{pointer-events:all;z-index:62;transition:opacity .25s cubic-bezier(0,0,.2,1);position:relative}.ytp-chrome-top .ytp-cards-button[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-delhi-modern .ytp-chrome-top .ytp-cards-button .ytp-cards-button-icon{width:30px;height:30px;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009);border-radius:18px}.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-cards-button{width:36px;max-width:80px}.ytp-show-cards-title .ytp-cards-button{margin-left:10px;margin-right:10px}.ytp-small-mode .ytp-show-cards-title .ytp-cards-button{margin-left:0;margin-right:0}.ytp-embed:not(.ad-showing).ytp-small-mode .ytp-cards-button{padding-top:16px}.ytp-show-cards-title .ytp-cards-button-title{display:block}.ytp-cards-button-icon-shopping,.ytp-small-mode .ytp-show-cards-title .ytp-cards-button-title{display:none}.ytp-cards-shopping-active .ytp-cards-button-icon-shopping{display:inline-block}.ytp-cards-shopping-active .ytp-cards-button-icon-default{display:none}.ytp-big-mode .ytp-chrome-top .ytp-cards-button,.ytp-chrome-top .ytp-cards-button{width:auto;height:auto}.ytp-cards-button-icon{width:36px;height:36px;margin:auto}.ytp-big-mode .ytp-cards-button-icon{width:54px;height:54px}.ytp-cards-button-title{text-align:center;font-size:14px;font-weight:500;display:none}.ytp-big-mode .ytp-cards-button-title{font-size:20px}.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-cards-button-title{text-overflow:ellipsis;overflow:hidden}.ytp-cards-button .ytp-svg-shadow{transition:stroke-opacity .1s cubic-bezier(.4,0,1,1)}.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-shadow{stroke-opacity:1;transition:stroke-opacity .1s cubic-bezier(0,0,.2,1) .25s}.ytp-cards-button .ytp-svg-shadow-fill{transition:fill-opacity .1s cubic-bezier(.4,0,1,1)}.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-shadow-fill{fill-opacity:1;transition:fill-opacity .1s cubic-bezier(0,0,.2,1) .25s}.ytp-cards-shopping-active.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-fill{fill:#2793e6}.ytp-cards-shopping-active.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-shadow{stroke:#fff;stroke-opacity:1}.ytp-cards-shopping-active.ytp-cards-teaser-shown .ytp-cards-button .ytp-svg-shadow-fill{fill:#fff;fill-opacity:1}.ytp-cards-teaser{opacity:.75;cursor:pointer;z-index:61;box-sizing:border-box;max-width:90%;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;top:8.5px;right:0}.ytp-big-mode .ytp-cards-teaser{top:13px}.ytp-embed:not(.ad-showing).ytp-small-mode .ytp-cards-teaser{top:16px}.html5-video-player.ad-showing:not(.videoAdUiRedesign) .ytp-cards-teaser{top:40px}.ytp-cards-teaser-dismissible .ytp-cards-teaser,.ytp-cards-teaser-dismissible.ytp-cards-teaser-shown .ytp-cards-teaser{opacity:1}.ytp-cards-teaser-shown .ytp-cards-teaser{opacity:.9}.ytp-cards-teaser-shown .ytp-cards-teaser:hover{opacity:1}.ytp-autohide:not(.ytp-cards-teaser-shown) .ytp-cards-teaser,.ytp-iv-drawer-open .ytp-cards-teaser{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1) .33s}.ytp-iv-drawer-open .ytp-cards-teaser{transition-delay:0s}.ytp-cards-teaser .ytp-cards-teaser-box,.ytp-cards-teaser .ytp-cards-teaser-text{height:31px}.ytp-big-mode .ytp-cards-teaser .ytp-cards-teaser-box,.ytp-big-mode .ytp-cards-teaser .ytp-cards-teaser-text{height:46px}.ytp-cards-teaser .ytp-cards-teaser-box{-webkit-transition:-webkit-transform .33s cubic-bezier(.4,0,1,1);transform-origin:right 0;background:#fff;border-bottom:1px solid #f1f1f1;border-radius:2px;width:100%;transition:transform .33s cubic-bezier(.4,0,1,1);position:absolute;top:0;right:18px;transform:scaleX(0)translate(0)}.ytp-big-mode .ytp-cards-teaser .ytp-cards-teaser-box{right:27px}.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-box{-webkit-transition:-webkit-transform .33s cubic-bezier(0,0,.2,1) .25s;transition:transform .33s cubic-bezier(0,0,.2,1) .25s;transform:scaleX(1)translate(18px)}.ytp-big-mode.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-box{transform:scaleX(1)translate(27px)}[dir=rtl] .ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-box{transform:scaleX(1)translate(-18px)}[dir=rtl] .ytp-big-mode.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-box{transform:scaleX(1)translate(-27px)}.ytp-cards-teaser .ytp-cards-teaser-text{opacity:0;color:#000;max-width:0;text-shadow:none;box-sizing:border-box;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;padding:0 36px 0 10px;font-size:109.091%;font-weight:500;line-height:31px;transition:opacity .165s cubic-bezier(.4,0,1,1),max-width 0s .165s;position:relative;overflow:hidden}.ytp-big-mode .ytp-cards-teaser .ytp-cards-teaser-text{padding:0 66px 0 12px;line-height:46px}.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-text{opacity:1;max-width:415px;transition:opacity .165s cubic-bezier(0,0,.2,1) .415s}.ytp-big-mode.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-text{max-width:635px}.ytp-cards-teaser-channel-avatar{display:none}.ytp-cards-teaser-dismissible .ytp-cards-teaser-text{opacity:1;width:30px;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009);border-radius:18px;padding:0;transition:width .33s cubic-bezier(.05,0,0,1);left:calc(100% - 30px)}.ytp-big-mode.ytp-cards-teaser-dismissible .ytp-cards-teaser-text{border-radius:22px}.ytp-cards-teaser-dismissible .ytp-cards-teaser-channel-avatar{cursor:pointer;float:left;border-radius:50%;width:22px;height:22px;margin:4px}.ytp-big-mode.ytp-cards-teaser-dismissible .ytp-cards-teaser-channel-avatar{margin:12px}.ytp-cards-teaser-dismissible.ytp-cards-teaser-shown .ytp-cards-teaser .ytp-cards-teaser-text{width:100%;transition:width .33s cubic-bezier(.05,0,0,1) .2s,left .33s cubic-bezier(.05,0,0,1) .2s;left:0}.ytp-cards-teaser-dismissible .ytp-cards-teaser-info-icon{cursor:pointer;float:left;background-color:#0000;border:none;width:30px;height:30px;padding:0}.ytp-cards-teaser-dismissible .ytp-cards-teaser-close-button{cursor:pointer;float:right;background-color:#0000;border:none;width:20px;height:30px;margin:0 5px;padding:0}.ytp-cards-teaser-dismissible .ytp-cards-teaser-close-button path{fill:#717171}.ytp-cards-teaser-dismissible .ytp-cards-teaser-label{text-overflow:ellipsis;color:#fff;max-width:350px;line-height:30px;display:inline-block;overflow:hidden}.ytp-cards-teaser-dismissible .ytp-cards-teaser-box{background:0 0;border-bottom:none}.ytp-big-mode.ytp-cards-teaser-dismissible .ytp-cards-teaser-info-icon{width:45px;height:45px}.ytp-big-mode.ytp-cards-teaser-dismissible .ytp-cards-teaser-close-button{width:30px;height:45px;margin:0 7.5px}.ytp-big-mode.ytp-cards-teaser-dismissible .ytp-cards-teaser-label{max-width:525px;line-height:45px}.ytp-big-mode.ytp-cards-teaser-dismissible .ytp-cards-teaser-text{padding:0}.ytp-embed.ytp-cards-teaser-shown.ytp-cards-teaser-dismissible .ytp-chrome-top-buttons>:not(.ytp-cards-teaser){visibility:hidden}.ytp-title-enable-channel-logo .ytp-title{min-height:52px}.ytp-big-mode.ytp-title-enable-channel-logo .ytp-title{min-height:75px}.ytp-shorts-mode.ytp-title-enable-channel-logo .ytp-title{min-height:42px}:not(.ytp-shorts-mode).ytp-title-enable-channel-logo .ytp-title-text{padding-left:50px}:not(.ytp-shorts-mode).ytp-big-mode.ytp-title-enable-channel-logo .ytp-title-text{padding-left:75px}.ytp-title-link{text-overflow:ellipsis;display:block;overflow:hidden}.ytp-title-channel-logo{-webkit-background-size:contain;-webkit-background-origin:content-box;float:left;background-repeat:no-repeat;background-size:contain;background-origin:content-box;border-radius:50%;flex-shrink:0;width:40px;height:40px;margin:5px}.ytp-big-mode .ytp-title-channel-logo{width:60px;height:60px}.ytp-embed-mobile .ytp-title-channel-logo,.ytp-embed-mobile.ytp-small-mode .ytp-title-channel-logo{width:48px;height:48px;margin:0}@keyframes ytp-title-channel-fade-in{0%{background-color:#0000;max-width:10%}25%{background-color:#232323e6}75%{max-width:100%}}@keyframes ytp-title-channel-fade-out{0%{background-color:#232323e6;width:500px}75%{background-color:#232323e6;width:50px}}@keyframes ytp-title-channel-fade-in-big-mode{0%{background-color:#0000;max-width:15%}25%{background-color:#232323e6}75%{max-width:100%}}@keyframes ytp-title-channel-fade-out-big-mode{0%{background-color:#232323e6;width:500px}75%{background-color:#232323e6;width:70px}}@keyframes ytp-title-expanded-fade-in{0%{opacity:0}25%{opacity:0}to{opacity:1}}@keyframes ytp-title-expanded-fade-out{0%{opacity:1}25%{opacity:1}to{opacity:0}}.ytp-title-channel{background:0 0;border-radius:25px;width:50px;height:50px;margin-left:-5px;display:none;position:absolute;top:7px;left:0;overflow:hidden}.ytp-big-mode .ytp-title-channel{width:70px;height:70px;margin-top:10px}.ytp-title-enable-channel-logo .ytp-title-channel{display:flex}.ytp-title-channel.ytp-title-show-expanded{animation:.5s cubic-bezier(.4,0,.2,1) ytp-title-channel-fade-in}.ytp-big-mode .ytp-title-channel.ytp-title-show-expanded{animation:.5s cubic-bezier(.4,0,.2,1) ytp-title-channel-fade-in-big-mode}.ytp-title-channel.ytp-title-expanded{z-index:1;background-color:#232323e6;border-radius:25px;width:auto;max-width:100%}.ytp-big-mode .ytp-title-channel.ytp-title-expanded{border-radius:35px}.ytp-title-expanded-overlay{opacity:0;width:auto;max-width:100%;padding-right:8px;display:contents}.ytp-big-mode .ytp-title-expanded-overlay{max-width:100%}.ytp-title-expanded .ytp-title-expanded-overlay{opacity:1}.ytp-title-show-expanded .ytp-title-expanded-overlay{opacity:1;animation:.5s cubic-bezier(.4,0,.2,1) ytp-title-expanded-fade-in}.ytp-big-mode .ytp-title-show-expanded .ytp-title-expanded-overlay{animation:.5s cubic-bezier(.4,0,.2,1) ytp-title-expanded-fade-in-big-mode}.ytp-title-expanded-heading{white-space:nowrap;flex:1;align-self:center;margin:5px;overflow:hidden}.ytp-title-expanded-title{margin:0;font-size:16px;font-weight:400}.ytp-big-mode .ytp-title-expanded-title{font-size:22px}.ytp-title-expanded-title a{text-overflow:ellipsis;display:block;overflow:hidden}.ytp-title-expanded-subtitle{margin:0;font-size:12px;font-weight:400}.ytp-big-mode .ytp-title-expanded-subtitle{font-size:16px}.ytp-chrome-top .ytp-title-channel .ytp-sb{width:auto;height:auto;text-shadow:none;align-self:center;margin:5px 7px 5px 5px;padding:0 0 0 16px}.ytp-chrome-top .ytp-title-channel .ytp-sb-subscribe,a.ytp-sb-subscribe{margin-left:65px}.ytp-big-mode .ytp-chrome-top .ytp-title-channel .ytp-sb-subscribe,.ytp-big-mode .ytp-chrome-top .ytp-title-channel .ytp-sb-unsubscribe{margin-right:7px;padding:14px 20px;font-size:16px}.ytp-title-expanded .ytp-title-beacon,.ytp-title-expanded .ytp-title-subtext,.ytp-title-expanded .ytp-title-text{display:none}@keyframes ytp-title-beacon-pulse{0%{background:#000;width:40px;height:40px;top:5px;left:5px}50%{background:0 0;width:50px;height:50px;top:0;left:0}}.ytp-title-beacon{z-index:-1;border-radius:25px;animation:2s 5 ytp-title-beacon-pulse;display:none;position:absolute}.unstarted-mode .ytp-title-beacon{display:block}.ytp-big-mode .ytp-chapter-title.ytp-button.ytp-chapter-container-disabled,.ytp-chapter-title.ytp-button.ytp-chapter-container-disabled{opacity:.9}.ytp-big-mode .ytp-chapter-title.ytp-button,.ytp-chapter-title.ytp-button,.ytp-embed-mobile .ytp-chrome-controls .ytp-chapter-title.ytp-button,.ytp-small-mode .ytp-chrome-controls .ytp-chapter-title.ytp-button{align-items:center;width:fit-content;max-width:100%;display:flex}.ytp-delhi-modern .ytp-chapter-title.ytp-button{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000}.ytp-delhi-modern .ytp-chapter-title.ytp-button svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-chapter-title.ytp-button{height:var(--yt-delhi-pill-height,48px);border-radius:28px;padding:0 16px}.ytp-delhi-modern .ytp-chapter-title.ytp-button svg{padding:0}.ytp-delhi-modern .ytp-chapter-title.ytp-button:after{content:"";pointer-events:none;background:0 0;border-radius:28px;position:absolute;inset:4px}.ytp-delhi-modern .ytp-chapter-title.ytp-button:hover:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-chapter-title.ytp-button:active:after{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover,#fff3);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chapter-title.ytp-button{height:var(--yt-delhi-big-mode-pill-height,56px)}.ytp-chapter-container-disabled .ytp-chapter-title-chevron,.ytp-embed .ytp-chapter-title-chevron,.ytp-profile-page .ytp-chapter-title-chevron{display:none}.ytp-chapter-title-chevron{flex:0 0 20px;width:20px;position:relative;bottom:1px}.ytp-chapter-title-content{white-space:nowrap;text-overflow:ellipsis;flex:0 auto;overflow:hidden}.ytp-delhi-modern .ytp-chapter-title-content{font-weight:500;line-height:24px}.ytp-big-mode .ytp-chapter-title-chevron{width:28px}.ytp-chapter-title-chevron svg{vertical-align:middle}.ytp-chapter-title-prefix{padding-right:5px}.ytp-delhi-modern .ytp-chapter-title-prefix,.ytp-live .ytp-chapter-title{display:none}.ytp-embed .ytp-chapter-container .ytp-chapter-title.ytp-button,.ytp-embed.ytp-small-mode .ytp-chapter-container .ytp-chapter-title.ytp-button{cursor:text;width:100%}.ytp-chapter-container .ytp-profile-page.ytp-chapter-title.ytp-button{cursor:text}.ytp-exp-bottom-control-flexbox .ytp-chapter-container{text-overflow:ellipsis;flex:0 100%;overflow:hidden}:not(.ytp-exp-bottom-control-flexbox) .ytp-chapter-container{float:left}.ytp-chapter-container{vertical-align:top;white-space:nowrap;height:100%;margin:0 5px 0 0;font-size:109%;line-height:47px}.ytp-embed .ytp-chapter-container{line-height:39px}.ytp-big-mode .ytp-chapter-container{line-height:53px}.ytp-delhi-modern .ytp-chapter-container{padding-top:var(--yt-delhi-pill-top-height,12px);flex:0 100 auto;align-items:center;display:inline-block}.ytp-delhi-modern.ytp-big-mode .ytp-chapter-container{padding-top:var(--yt-delhi-big-mode-pill-top-height,20px)}.ytp-xsmall-width-mode .ytp-chapter-container{display:none}.ytp-contextmenu{z-index:2300;text-align:left;-webkit-font-smoothing:antialiased;will-change:width,height;direction:ltr;border-radius:12px;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:11px;line-height:1.3;position:absolute;top:0;left:0}.ytp-popup.ytp-delhi-modern-contextmenu{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009);border-radius:12px}.ytp-contextmenu .ytp-collapse{opacity:.9;width:20px;height:20px;position:absolute;top:12px;right:20px}.ytp-contextmenu .ytp-collapse:hover{opacity:1}.ytp-dni.ytp-contextmenu{text-shadow:none}.ytp-big-mode.ytp-contextmenu{font-size:17px}.ytp-autohide.ytp-embed-overlays-autohide.ytp-contextmenu{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-autohide:not(.ytp-autohide-active).ytp-embed-overlays-autohide.ytp-contextmenu{display:none}.ytp-contextmenu a,.ytp-contextmenu a:focus,.ytp-contextmenu a:hover{color:inherit;text-decoration:none}.ytp-copytext{max-width:200px;text-shadow:none;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;outline:none;margin:0 10px;overflow:hidden}.ytp-copytext::-moz-selection{color:#000;background-color:#fff}.ytp-html5-clipboard{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;position:absolute;top:0;left:100%}.ytp-show-copylink-title.ytp-copylink-button{margin-left:10px;margin-right:10px}.ytp-overflow-panel .ytp-show-copylink-title.ytp-copylink-button{margin-left:20px;margin-right:20px}.ytp-big-mode .ytp-chrome-top .ytp-copylink-button,.ytp-chrome-top .ytp-copylink-button{width:auto;height:auto}.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-copylink-button{min-width:48px;max-width:80px}.ytp-copylink-icon{width:36px;height:36px;margin:auto}.ytp-big-mode .ytp-copylink-icon{width:54px;height:54px}.ytp-overflow-panel .ytp-copylink-icon{width:60px;height:60px;margin-bottom:10px}.ytp-copylink-title{text-align:center;font-size:14px;font-weight:500;display:none}.ytp-big-mode .ytp-copylink-title,.ytp-overflow-panel .ytp-copylink-title{font-size:20px}.ytp-show-copylink-title .ytp-copylink-title{display:block}.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-copylink-title{text-overflow:ellipsis;overflow:hidden}.ytp-countdown-timer{z-index:39;text-align:center;border-radius:18px;width:36px;height:36px;transition:all .1s cubic-bezier(.4,0,1,1);position:absolute;bottom:0;right:0;box-shadow:0 0 10px #0009}.ytp-branding-shown .ytp-countdown-timer{bottom:52px}.ytp-countdown-timer-time{color:#fff;text-shadow:0 0 4px #000;width:36px;font-size:18px;font-weight:500;line-height:36px;position:absolute;top:0;left:0}.ytp-free-preview-countdown-timer{box-sizing:border-box;text-align:left;color:#fff;z-index:82;background-color:#000;border-radius:4px;align-items:center;width:auto;height:24px;padding:5px;font-size:14px;font-weight:500;display:flex;position:absolute;bottom:20px;left:20px}.ytp-free-preview-countdown-timer-separator{padding:0 3px}.yt-ui-ellipsis{text-overflow:ellipsis;white-space:normal;word-wrap:break-word;background-color:#fff;line-height:1.3em;display:block;position:relative;overflow:hidden}.yt-ui-ellipsis-nowrap-single-line{text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;background-color:#fff;max-height:1.3em;line-height:1.3em;display:block;position:relative;overflow:hidden}.yt-ui-ellipsis:after,.yt-ui-ellipsis:before{background-color:inherit;position:absolute}.yt-ui-ellipsis:before{content:"…";right:0}.yt-ui-ellipsis:after{content:"";width:100%;height:100%}.yt-ui-ellipsis-2:before{top:1.3em}.yt-ui-ellipsis-3:before{top:2.6em}.yt-ui-ellipsis-4:before{top:3.9em}.yt-ui-ellipsis-6:before{top:6.5em}.yt-ui-ellipsis-10:before{top:11.7em}.yt-ui-ellipsis-2{max-height:2.6em}.yt-ui-ellipsis-3{max-height:3.9em}.yt-ui-ellipsis-4{max-height:5.2em}.yt-ui-ellipsis-6{max-height:7.8em}.yt-ui-ellipsis-10{max-height:13em}.webkit .yt-ui-ellipsis{-webkit-box-orient:vertical;display:-webkit-box}.webkit .yt-ui-ellipsis-2{-webkit-line-clamp:2}.webkit .yt-ui-ellipsis-3{-webkit-line-clamp:3}.webkit .yt-ui-ellipsis-4{-webkit-line-clamp:4}.webkit .yt-ui-ellipsis-6{-webkit-line-clamp:6}.webkit .yt-ui-ellipsis-10{-webkit-line-clamp:10}.webkit .yt-ui-ellipsis:before{content:normal}.webkit .yt-ui-ellipsis:after{content:"‌";visibility:hidden;position:static}.yt-ui-ellipsis[dir=rtl]:before{left:0;right:auto}a.ytp-ce-link{display:block}a.ytp-ce-link,a.ytp-ce-link:hover,a.ytp-ce-link:visited{color:#167ac6}a.ytp-ce-link:hover{text-decoration:underline}.ytp-ce-shadow{opacity:0;z-index:12;outline:solid #000;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute}.ytp-ce-shadow:not([aria-hidden=true]){opacity:.25;transition:opacity .2s cubic-bezier(.4,0,1,1)}.ytp-ce-element{cursor:pointer;-webkit-font-smoothing:auto;z-index:12;opacity:0;visibility:hidden;border:1px solid #fff6;margin:-1px;font-family:Roboto,Arial,sans-serif;line-height:1.3em;transition:visibility 0s linear .2s,opacity .2s cubic-bezier(0,0,.2,1),border-color .2s cubic-bezier(0,0,.2,1);display:block;position:absolute;box-shadow:0 0 4px #00000080}.ytp-ce-hide-button-container{z-index:13;opacity:0;visibility:hidden;margin-top:12px;transition:visibility 0s linear .2s,opacity .2s cubic-bezier(0,0,.2,1),border-color .2s cubic-bezier(0,0,.2,1);display:block;position:absolute;right:12px}.ytp-ce-hide-button-container.ytp-ce-hide-button-lower{margin-top:48px}.ytp-big-mode .ytp-ce-hide-button-container{margin-top:72px}.html5-video-player.ended-mode .ytp-ce-element,.html5-video-player.ended-mode .ytp-ce-hide-button-container{display:none}.ytp-ce-element.ytp-ce-placeholder a.ytp-ce-covering-overlay{cursor:default}.ytp-ce-element.ytp-ce-element-show,.ytp-ce-hide-button-container.ytp-ce-element-show{opacity:1;visibility:visible;transition:visibility linear,opacity .2s cubic-bezier(.4,0,1,1),border-color .2s cubic-bezier(.4,0,1,1)}.ytp-ce-element.ytp-ce-element-hover,.ytp-ce-element.ytp-ce-force-expand{z-index:13;opacity:1;visibility:visible;border:1px solid #fff;outline:none;transition:visibility linear,opacity .2s cubic-bezier(.4,0,1,1),border-color .2s cubic-bezier(.4,0,1,1)}.ytp-ce-element.ytp-ce-element-show:focus,.ytp-ce-element.ytp-ce-element-show:hover{outline:none}.ytp-ce-element-shadow{opacity:0;z-index:12;background-color:#000;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute;inset:-1px}.ytp-ce-element.ytp-ce-element-show.ytp-ce-element-shadow-show .ytp-ce-element-shadow{opacity:.25;transition:opacity .2s cubic-bezier(.4,0,1,1)}.ytp-ce-covering-image{-webkit-background-size:cover;background-color:#fff;background-position:50%;background-size:cover;position:absolute;inset:-1px -1px -2px}.ytp-ce-covering-shadow-top{opacity:.8;background-image:-webkit-linear-gradient(#0000,#000);background-image:linear-gradient(#000 0,#0000);width:100%;height:33%;position:absolute;top:0}.ytp-ce-covering-overlay{z-index:12;width:100%;height:100%;position:absolute}.html5-video-player.ended-mode .ytp-ce-shadow{display:none}.ytp-ce-playlist,.ytp-ce-video{overflow:hidden}.ytp-ce-playlist-title,.ytp-ce-video-title{color:#fff;text-shadow:0 1px #0006;background-color:#0000;max-height:28px;margin:6px 8px;font-size:12px;font-weight:500;line-height:14px}.ytp-ce-playlist-title.ytp-webkit-ellipsis,.ytp-ce-video-title.ytp-webkit-ellipsis{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ytp-ce-video-duration{color:#fffc;background-color:#000c;border-radius:2px;margin:0 4px 4px 0;padding:4px 6px;position:absolute;bottom:0;right:0}.ytp-ce-live-video-duration{color:#fffc;background-color:red;border-radius:2px;margin:0 4px 4px 0;padding:4px 6px;position:absolute;bottom:0;right:0}.ytp-ce-playlist-count{background-color:#000000bf;position:absolute;bottom:0;left:0;right:0}.ytp-ce-playlist-icon{position:absolute;top:2px;left:8px}.ytp-ce-playlist-count-text{color:#fffc;height:24px;margin-left:32px;line-height:24px}.ytp-ce-expanding-overlay{opacity:0;visibility:hidden;transition:visibility 0s linear .2s,opacity .2s cubic-bezier(0,0,.2,1),border-color .2s cubic-bezier(0,0,.2,1);position:absolute}.ytp-ce-expanding-overlay-content{display:table}.ytp-ce-expanding-overlay-body{vertical-align:middle;display:table-cell;position:relative}.ytp-ce-element.ytp-ce-element-hover .ytp-ce-expanding-overlay,.ytp-ce-element.ytp-ce-force-expand .ytp-ce-expanding-overlay{z-index:13;opacity:1;visibility:visible;transition:visibility linear,opacity .2s cubic-bezier(.4,0,1,1),border-color .2s cubic-bezier(.4,0,1,1)}.ytp-ce-element.ytp-ce-element-hover .ytp-ce-expanding-image,.ytp-ce-element.ytp-ce-force-expand .ytp-ce-expanding-image{z-index:13}.ytp-ce-expanding-overlay-background{background-color:#fff;border-radius:2px;width:100%;height:100%;margin:-8px;padding:8px;position:absolute;top:0;left:0;box-shadow:0 0 4px #000}.ytp-ce-expanding-image{-webkit-background-size:cover;background-position:50%;background-size:cover;width:100%;height:100%;position:absolute}.ytp-ce-expanding-icon{-webkit-background-size:20px 20px;background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:20px 20px;border-radius:2px;width:24px;height:24px;transition:opacity .2s cubic-bezier(0,0,.2,1);position:absolute;bottom:2px;right:2px}.ytp-ce-element.ytp-ce-element-hover .ytp-ce-expanding-icon,.ytp-ce-element.ytp-ce-force-expand .ytp-ce-expanding-icon{opacity:0}.ytp-ce-element.ytp-ce-top-left-quad .ytp-ce-expanding-overlay{padding-left:100%;top:0;left:0}.ytp-ce-element.ytp-ce-top-right-quad .ytp-ce-expanding-overlay{padding-right:100%;top:0;right:0}.ytp-ce-element.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay{padding-left:100%;bottom:0;left:0}.ytp-ce-element.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay{padding-right:100%;bottom:0;right:0}.ytp-ce-element.ytp-ce-channel.ytp-ce-element-show,.ytp-ce-element.ytp-ce-channel.ytp-ce-element-show.ytp-ce-element-hover,.ytp-ce-element.ytp-ce-channel.ytp-ce-element-show.ytp-ce-force-expand,.ytp-ce-element.ytp-ce-merchandise.ytp-ce-element-show,.ytp-ce-element.ytp-ce-merchandise.ytp-ce-element-show.ytp-ce-element-hover,.ytp-ce-element.ytp-ce-merchandise.ytp-ce-element-show.ytp-ce-force-expand,.ytp-ce-element.ytp-ce-website.ytp-ce-element-show,.ytp-ce-element.ytp-ce-website.ytp-ce-element-show.ytp-ce-element-hover,.ytp-ce-element.ytp-ce-website.ytp-ce-element-show.ytp-ce-force-expand{border:0;margin:0}.ytp-ce-channel-title{font-weight:500}.ytp-ce-channel-subscribe{color:#767676;transform-origin:0 0;margin-top:4px;display:inline-block;transform:scale(1)}.ytp-ce-channel-subscribers-text{color:#767676;margin-top:6px;margin-bottom:24px;display:none}.ytp-ce-channel-metadata{color:#767676}.ytp-ce-channel-this .ytp-ce-channel-metadata{border-top:1px solid #ebebeb;display:none}.ytp-ce-channel-that .ytp-ce-channel-metadata{max-height:42px;margin-top:4px;font-size:12px;line-height:14px}.ytp-ce-channel,.ytp-ce-channel .ytp-ce-element-shadow,.ytp-ce-channel .ytp-ce-expanding-image{border-radius:50%}.ytp-ce-merchandise-title,.ytp-ce-website-title{color:#333;margin-bottom:2px;font-weight:500}.ytp-ce-merchandise-metadata,.ytp-ce-merchandise-price-container,.ytp-ce-website-metadata{color:#767676;margin-top:4px}.ytp-ce-merchandise .ytp-ce-expanding-image{-webkit-background-size:contain;background-repeat:no-repeat;background-size:contain}.ytp-ce-website-goto{text-overflow:ellipsis;white-space:nowrap;width:100%;margin-top:4px;font-weight:500;display:inline-block;overflow:hidden}.ytp-ce-merchandise .ytp-ce-expanding-image,.ytp-ce-website .ytp-ce-expanding-image{background-color:#fff}.ytp-ce-merchandise-price{color:#646464;white-space:nowrap;margin-right:6px;font-weight:800;display:inline-block}.ytp-ce-merchandise-additional-fees{color:#767676;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;display:inline-block}.ytp-ce-merchandise-invideo-cta-container{opacity:.8;text-align:center;background-color:#000;border:1px #000;width:100%;padding:10px 0;position:absolute;bottom:0}.ytp-ce-merchandise-invideo-cta{color:#fff;white-space:nowrap}.ytp-ce-size-346 .ytp-ce-merchandise-invideo-cta-container,.ytp-ce-size-426 .ytp-ce-merchandise-invideo-cta-container,.ytp-ce-size-470 .ytp-ce-merchandise-invideo-cta-container{padding:2px 0}.ytp-ce-size-506 .ytp-ce-merchandise-invideo-cta-container,.ytp-ce-size-570 .ytp-ce-merchandise-invideo-cta-container,.ytp-ce-size-640 .ytp-ce-merchandise-invideo-cta-container,.ytp-ce-size-853 .ytp-ce-merchandise-invideo-cta-container{padding:5px 0}.ytp-ce-large-round .ytp-ce-expanding-overlay-background,.ytp-ce-playlist.ytp-ce-large-round,.ytp-ce-video.ytp-ce-large-round{border-radius:12px}.ytp-ce-medium-round .ytp-ce-expanding-overlay-background,.ytp-ce-playlist.ytp-ce-medium-round,.ytp-ce-video.ytp-ce-medium-round{border-radius:8px}.ytp-ce-playlist.ytp-ce-small-round,.ytp-ce-small-round .ytp-ce-expanding-overlay-background,.ytp-ce-video.ytp-ce-small-round{border-radius:4px}.ytp-ce-merchandise-goto{text-overflow:ellipsis;white-space:nowrap;width:100%;margin-top:4px;font-weight:500;display:inline-block;overflow:hidden}.ytp-ce-size-346{font-size:12px}.ytp-ce-size-346 .ytp-ce-covering-icon{bottom:4px;right:4px}.ytp-ce-size-346 .ytp-ce-expanding-overlay-body-padding{min-width:115px}.ytp-ce-size-346 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container){width:115px}.ytp-ce-size-346.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-346.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding{margin:0 0 0 8px}.ytp-ce-size-346.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-346.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding{margin:0 8px 0 0}.ytp-ce-size-346 .ytp-ce-expanding-overlay-background{margin:-8px;padding:8px}.ytp-ce-size-346 .ytp-ce-expanding-icon{bottom:2px;right:2px}.ytp-ce-size-346.ytp-ce-channel-that .ytp-ce-channel-metadata{margin-top:0}.ytp-ce-size-426{font-size:12px}.ytp-ce-size-426 .ytp-ce-covering-icon{bottom:4px;right:4px}.ytp-ce-size-426 .ytp-ce-expanding-overlay-body-padding{min-width:115px}.ytp-ce-size-426 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container){width:115px}.ytp-ce-size-426.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-426.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding{margin:0 4px 0 12px}.ytp-ce-size-426.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-426.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding{margin:0 12px 0 4px}.ytp-ce-size-426 .ytp-ce-expanding-icon{bottom:4px;right:4px}.ytp-ce-size-426.ytp-ce-channel-that .ytp-ce-channel-metadata{margin-top:0}.ytp-ce-size-346 .ytp-ce-playlist-title,.ytp-ce-size-346 .ytp-ce-video-title,.ytp-ce-size-426 .ytp-ce-playlist-title,.ytp-ce-size-426 .ytp-ce-video-title,.ytp-ce-size-470 .ytp-ce-merchandise-title{text-overflow:ellipsis;white-space:nowrap;max-width:85%;display:inline-block;overflow:hidden}.ytp-ce-size-470{font-size:12px}.ytp-ce-size-470 .ytp-ce-channel-title,.ytp-ce-size-470 .ytp-ce-merchandise-title,.ytp-ce-size-470 .ytp-ce-website-title{font-size:12px;line-height:14px}.ytp-ce-size-470 .ytp-ce-merchandise-goto,.ytp-ce-size-470 .ytp-ce-website-goto{font-size:12px}.ytp-ce-size-470 .ytp-ce-expanding-overlay-body-padding{min-width:136px}.ytp-ce-size-470 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container){width:136px}.ytp-ce-size-470.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-470.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding{margin:0 4px 0 12px}.ytp-ce-size-470.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-470.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding{margin:0 12px 0 4px}.ytp-ce-size-470 .ytp-ce-expanding-icon{bottom:4px;right:4px}.ytp-ce-size-506{font-size:12px}.ytp-ce-size-506 .ytp-ce-channel-title,.ytp-ce-size-506 .ytp-ce-merchandise-title,.ytp-ce-size-506 .ytp-ce-website-title{font-size:12px;line-height:14px}.ytp-ce-size-506 .ytp-ce-merchandise-goto,.ytp-ce-size-506 .ytp-ce-website-goto{font-size:12px}.ytp-ce-size-506 .ytp-ce-expanding-overlay-body-padding{min-width:136px}.ytp-ce-size-506 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container){width:136px}.ytp-ce-size-506.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-506.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding{margin:0 4px 0 12px}.ytp-ce-size-506.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-506.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding{margin:0 12px 0 4px}.ytp-ce-size-506 .ytp-ce-expanding-icon{bottom:4px;right:4px}.ytp-ce-size-570{font-size:12px}.ytp-ce-size-570 .ytp-ce-channel-title,.ytp-ce-size-570 .ytp-ce-merchandise-title,.ytp-ce-size-570 .ytp-ce-website-title{font-size:12px;line-height:14px}.ytp-ce-size-570 .ytp-ce-merchandise-goto,.ytp-ce-size-570 .ytp-ce-website-goto{font-size:12px}.ytp-ce-size-570 .ytp-ce-expanding-overlay-body-padding{min-width:136px}.ytp-ce-size-570 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container){width:136px}.ytp-ce-size-570.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-570.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding{margin:0 4px 0 12px}.ytp-ce-size-570.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-570.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding{margin:0 12px 0 4px}.ytp-ce-size-570 .ytp-ce-expanding-icon{bottom:4px;right:4px}.ytp-ce-size-640{font-size:12px}.ytp-ce-size-640 .ytp-ce-playlist-title,.ytp-ce-size-640 .ytp-ce-video-title{max-height:30px;font-size:13px;line-height:15px}.ytp-ce-size-640 .ytp-ce-channel-title,.ytp-ce-size-640 .ytp-ce-merchandise-title,.ytp-ce-size-640 .ytp-ce-website-title{font-size:13px;line-height:15px}.ytp-ce-size-640 .ytp-ce-merchandise-goto,.ytp-ce-size-640 .ytp-ce-website-goto{font-size:12px}.ytp-ce-size-640 .ytp-ce-expanding-overlay-body-padding{min-width:136px}.ytp-ce-size-640 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container){width:136px}.ytp-ce-size-640.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-640.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding{margin:0 8px 0 16px}.ytp-ce-size-640.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-640.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding{margin:0 16px 0 8px}.ytp-ce-size-640 .ytp-ce-expanding-icon{bottom:8px;right:8px}.ytp-ce-size-853{font-size:14px}.ytp-ce-size-853 .ytp-ce-playlist-title,.ytp-ce-size-853 .ytp-ce-video-title{max-height:36px;margin:10px 12px;font-size:15px;line-height:18px}.ytp-ce-size-853 .ytp-ce-video-duration{margin:0 6px 6px 0}.ytp-ce-size-853 .ytp-ce-channel-title,.ytp-ce-size-853 .ytp-ce-merchandise-title,.ytp-ce-size-853 .ytp-ce-website-title{font-size:15px;line-height:18px}.ytp-ce-size-853 .ytp-ce-merchandise-goto,.ytp-ce-size-853 .ytp-ce-website-goto{font-size:12px}.ytp-ce-size-853.ytp-ce-channel-this .ytp-ce-channel-metadata{max-height:42px;margin-top:8px;padding-top:8px;font-size:12px;line-height:14px;display:block}.ytp-ce-size-853.ytp-ce-channel-that .ytp-ce-channel-metadata{max-height:54px;margin-top:4px;font-size:15px;line-height:18px}.ytp-ce-size-853 .ytp-ce-expanding-overlay-body-padding{min-width:176px}.ytp-ce-size-853 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container){width:176px}.ytp-ce-size-853.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-853.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding{margin:0 8px 0 16px}.ytp-ce-size-853.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-853.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding{margin:0 16px 0 8px}.ytp-ce-size-853 .ytp-ce-expanding-icon{-webkit-background-size:24px 24px;background-size:24px 24px;width:32px;height:32px;bottom:8px;right:8px}.ytp-ce-size-853 .ytp-ce-playlist-icon{top:4px;left:8px}.ytp-ce-size-853 .ytp-ce-playlist-count-text{height:32px;margin-left:40px;line-height:32px}.ytp-ce-size-1280{font-size:18px}.ytp-ce-size-1280 .ytp-ce-playlist-title,.ytp-ce-size-1280 .ytp-ce-video-title{max-height:48px;margin:18px 20px;font-size:21px;line-height:24px}.ytp-ce-size-1280 .ytp-ce-video-duration{margin:0 12px 12px 0}.ytp-ce-size-1280 .ytp-ce-channel-title,.ytp-ce-size-1280 .ytp-ce-merchandise-title,.ytp-ce-size-1280 .ytp-ce-website-title{font-size:21px;line-height:24px}.ytp-ce-size-1280 .ytp-ce-merchandise-goto,.ytp-ce-size-1280 .ytp-ce-merchandise-metadata,.ytp-ce-size-1280 .ytp-ce-merchandise-price-container,.ytp-ce-size-1280 .ytp-ce-website-goto,.ytp-ce-size-1280 .ytp-ce-website-metadata{margin-top:8px;font-size:18px}.ytp-ce-size-1280 .ytp-ce-channel-metadata{max-height:63px;font-size:18px;line-height:21px}.ytp-ce-size-1280 .ytp-ce-channel-subscribe{height:32px;transform:scale(1.3)}.ytp-ce-size-1280.ytp-ce-channel-that .ytp-ce-channel-subscribers-text{display:block}.ytp-ce-size-1280.ytp-ce-channel-this .ytp-ce-channel-metadata{margin-top:12px;padding-top:12px;display:block}.ytp-ce-size-1280 .ytp-ce-expanding-overlay-body-padding{min-width:264px}.ytp-ce-size-1280 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container){width:264px}.ytp-ce-size-1280.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-1280.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding{margin:0 16px 0 32px}.ytp-ce-size-1280.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-1280.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding{margin:0 32px 0 16px}.ytp-ce-size-1280 .ytp-ce-expanding-overlay-background{margin:-16px;padding:16px}.ytp-ce-size-1280 .ytp-ce-expanding-icon{-webkit-background-size:32px 32px;background-size:32px 32px;width:40px;height:40px;bottom:10px;right:10px}.ytp-ce-size-1280 .ytp-ce-playlist-icon{top:8px;left:10px}.ytp-ce-size-1280 .ytp-ce-playlist-count-text{height:40px;margin-left:46px;line-height:40px}.ytp-ce-size-1920{font-size:28px}.ytp-ce-size-1920 .ytp-ce-playlist-title,.ytp-ce-size-1920 .ytp-ce-video-title{max-height:76px;margin:18px 20px;font-size:32px;line-height:38px}.ytp-ce-size-1920 .ytp-ce-video-duration{margin:0 20px 20px 0}.ytp-ce-size-1920 .ytp-ce-channel-title,.ytp-ce-size-1920 .ytp-ce-merchandise-title,.ytp-ce-size-1920 .ytp-ce-website-title{font-size:32px;line-height:38px}.ytp-ce-size-1920 .ytp-ce-merchandise-goto,.ytp-ce-size-1920 .ytp-ce-merchandise-metadata,.ytp-ce-size-1920 .ytp-ce-merchandise-price-container,.ytp-ce-size-1920 .ytp-ce-website-goto,.ytp-ce-size-1920 .ytp-ce-website-metadata{margin-top:12px;font-size:28px}.ytp-ce-size-1920 .ytp-ce-channel-metadata{max-height:102px;font-size:28px;line-height:34px}.ytp-ce-size-1920 .ytp-ce-channel-subscribe{height:80px;margin-top:-16px;transform:scale(2.5)}.ytp-ce-size-1920.ytp-ce-channel-that .ytp-ce-channel-subscribers-text{display:block}.ytp-ce-size-1920.ytp-ce-channel-this .ytp-ce-channel-metadata{margin-top:18px;padding-top:18px;display:block}.ytp-ce-size-1920 .ytp-ce-expanding-overlay-body-padding{min-width:392px}.ytp-ce-size-1920 .ytp-ce-expanding-overlay-body-padding>:not(.ytp-ce-subscribe-container){width:392px}.ytp-ce-size-1920.ytp-ce-bottom-left-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-1920.ytp-ce-top-left-quad .ytp-ce-expanding-overlay-body-padding{margin:0 24px 0 48px}.ytp-ce-size-1920.ytp-ce-bottom-right-quad .ytp-ce-expanding-overlay-body-padding,.ytp-ce-size-1920.ytp-ce-top-right-quad .ytp-ce-expanding-overlay-body-padding{margin:0 48px 0 24px}.ytp-ce-size-1920 .ytp-ce-expanding-overlay-background{margin:-24px;padding:24px}.ytp-ce-size-1920 .ytp-ce-expanding-icon{-webkit-background-size:56px 56px;background-size:56px 56px;width:62px;height:62px;bottom:20px;right:20px}.ytp-ce-size-1920 .ytp-ce-playlist-icon{width:32px;height:32px;top:12px;left:12px}.ytp-ce-size-1920 .ytp-ce-playlist-count-text{height:56px;margin-left:56px;line-height:56px}.ytp-ce-channel-subscribe.ytp-ce-subscribe-button{height:auto;margin-top:0;transform:scale(1)}.ytp-ce-size-346 .ytp-sb-subscribe,.ytp-ce-size-346 .ytp-sb-unsubscribe,.ytp-ce-size-426 .ytp-sb-subscribe,.ytp-ce-size-426 .ytp-sb-unsubscribe,.ytp-ce-size-470 .ytp-sb-subscribe,.ytp-ce-size-470 .ytp-sb-unsubscribe,.ytp-ce-size-506 .ytp-sb-subscribe,.ytp-ce-size-506 .ytp-sb-unsubscribe{padding:8px;font-size:11px}.ytp-cued-thumbnail-overlay{-moz-background-size:cover;-webkit-background-size:cover;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;top:0;left:0}.ytp-cued-thumbnail-overlay.ytp-exp-contain-thumbnail{-moz-background-size:contain;-webkit-background-size:contain;background-size:contain}.ytp-cued-thumbnail-overlay[aria-hidden=true]{opacity:0;transition:opacity .25s cubic-bezier(.4,0,1,1)}.ytp-cued-thumbnail-overlay-image{-moz-background-size:cover;-webkit-background-size:cover;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute}.ytp-cued-thumbnail-overlay.ytp-exp-frame0 .ytp-cued-thumbnail-overlay-image{z-index:10}.ytp-cued-thumbnail-overlay.ytp-exp-contain-thumbnail .ytp-cued-thumbnail-overlay-image{-moz-background-size:contain;-webkit-background-size:contain;background-size:contain}.ended-mode .ytp-cued-thumbnail-overlay:not([aria-hidden=true]),.unstarted-mode:not(.playing-mode) .ytp-cued-thumbnail-overlay:not([aria-hidden=true]){cursor:pointer}.ytp-chapter-seek-text{white-space:nowrap;text-overflow:ellipsis;width:80%;margin-left:10%;font-size:18px;font-weight:700;display:none;overflow:hidden}.ytp-chapter-seek .ytp-chapter-seek-text{width:100%;display:block}@keyframes arrow-fade-out-1{0%{opacity:0}17%{opacity:.9}33%{opacity:.6}50%{opacity:.3}67%{opacity:.3}83%{opacity:.3}to{opacity:0}}@keyframes arrow-fade-out-2{0%{opacity:0}17%{opacity:.3}33%{opacity:.9}50%{opacity:.6}67%{opacity:.3}83%{opacity:.3}to{opacity:0}}@keyframes arrow-fade-out-3{0%{opacity:0}17%{opacity:.3}33%{opacity:.3}50%{opacity:.9}67%{opacity:.6}83%{opacity:.3}to{opacity:0}}.ytp-doubletap-ui-legacy{color:#ddd;z-index:19;position:absolute;inset:0;overflow:hidden}.ytp-doubletap-fast-forward-ve,.ytp-doubletap-rewind-ve{opacity:0;pointer-events:none;position:absolute}.ytp-doubletap-overlay-a11y{opacity:.2;z-index:-1;background-color:#000;width:100%;height:100%;position:absolute}.ytp-doubletap-static-circle{background-color:#0009;border-radius:50%;position:absolute;top:50%;overflow:hidden;transform:translateY(-50%)}.ytp-doubletap-ripple{vertical-align:middle;background-color:#dddddd26;border-radius:50%;animation:.9s grow-circle;position:absolute}@keyframes grow-circle{0%{transform:scale(0)}to{transform:scale(1)translateY(-25%)}}.ytp-doubletap-seek-info-container{position:relative;top:50%}.ytp-doubletap-ui-legacy.ytp-time-seeking .ytp-doubletap-overlay-a11y{display:none}.ytp-doubletap-ui-legacy.ytp-chapter-seek .ytp-doubletap-seek-info-container{text-align:center}.ytp-doubletap-ui-legacy[data-side=back]:not(.ytp-chapter-seek) .ytp-doubletap-seek-info-container{text-align:left;left:10%}.ytp-doubletap-ui-legacy[data-side=forward]:not(.ytp-chapter-seek) .ytp-doubletap-seek-info-container{text-align:left;left:80%}.ytp-doubletap-tooltip{color:#ddd;padding-top:8px}.ytp-doubletap-ui-legacy[data-side=back] .ytp-doubletap-tooltip{margin-left:8px}.ytp-doubletap-ui-legacy[data-side=forward] .ytp-doubletap-tooltip{margin-left:-5px}.ytp-doubletap-tooltip-label{text-align:left;font-size:12px;font-weight:500}.ytp-seek-icon-text-container{justify-content:center;width:80%;margin-left:10%;display:flex}.ytp-seek-icon{margin-right:5px}.ytp-chapter-seek-text-legacy{white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:700;display:none;overflow:hidden}.ytp-chapter-seek .ytp-chapter-seek-text-legacy{display:block}.ytp-doubletap-arrows-container{white-space:nowrap}.ytp-doubletap-base-arrow{box-sizing:border-box;border:7px solid #0000;border-width:7px 10px;width:0;height:0;animation-duration:1.2s;animation-iteration-count:infinite;display:inline-block}.ytp-doubletap-ui-legacy[data-side=forward] .ytp-doubletap-base-arrow{border-left:11px solid #ddd}.ytp-doubletap-ui-legacy[data-side=back] .ytp-doubletap-base-arrow{border-right:11px solid #ddd}.ytp-doubletap-ui-legacy[data-side=back] .ytp-doubletap-base-arrow:nth-child(3),.ytp-doubletap-ui-legacy[data-side=forward] .ytp-doubletap-base-arrow:first-child{animation-name:arrow-fade-out-1}.ytp-doubletap-ui-legacy[data-side=back] .ytp-doubletap-base-arrow:nth-child(2),.ytp-doubletap-ui-legacy[data-side=forward] .ytp-doubletap-base-arrow:nth-child(2){animation-name:arrow-fade-out-2}.ytp-doubletap-ui-legacy[data-side=back] .ytp-doubletap-base-arrow:first-child,.ytp-doubletap-ui-legacy[data-side=forward] .ytp-doubletap-base-arrow:nth-child(3){animation-name:arrow-fade-out-3}.ytp-seek-overlay{z-index:10;pointer-events:none;direction:ltr;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.html5-video-player.ended-mode .ytp-seek-overlay{display:none}.ytp-seek-overlay-animation{opacity:0;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ytp-seek-overlay-animation.ytp-seek-overlay-animation-back{left:48px}.ytp-seek-overlay-animation.ytp-seek-overlay-animation-forward{right:48px}.ytp-seek-overlay-duration{color:#fff;text-shadow:0 0 1px #000c;transform-origin:50%;font-size:24px;font-weight:700;line-height:24px}.ytp-seek-overlay-animation-back .ytp-seek-overlay-arrow{margin-right:20px}.ytp-seek-overlay-animation-forward .ytp-seek-overlay-arrow{margin-left:20px}.ytp-seek-overlay-arrow svg{display:block}.ytp-seek-overlay-arrow svg path{filter:drop-shadow(0 0 .5px #000c)}.ytp-seek-overlay-arrow-persistent{z-index:1;position:relative}.ytp-seek-overlay-arrow-additional{position:absolute;top:50%;translate:0 -50%}.ytp-seek-overlay-animation-back .ytp-seek-overlay-arrow-additional{left:0}.ytp-seek-overlay-animation-forward .ytp-seek-overlay-arrow-additional{right:0}.ytp-seek-overlay-message{flex-direction:row;max-width:calc(100% - 180px);display:flex}.ytp-seek-overlay-message-icon:not(:empty){margin-right:5px}.ytp-seek-overlay-message-text{text-shadow:0 0 1px #000c;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:700;overflow:hidden}.ytp-more-videos-view{overflow:hidden}.ytp-more-videos-view a.ytp-suggestion-link:focus:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:inset 0 0 0 2px #1b7fcccc}.ytp-shorts-mode .ytp-more-videos-view-container{width:inherit;height:inherit;align-items:center;display:flex}.ytp-more-videos-view.ytp-scroll-max .ytp-next,.ytp-more-videos-view.ytp-scroll-min .ytp-previous,.ytp-probably-keyboard-focus .ytp-more-videos-view .ytp-next,.ytp-probably-keyboard-focus .ytp-more-videos-view .ytp-previous,.ytp-touch-mode .ytp-more-videos-view .ytp-next,.ytp-touch-mode .ytp-more-videos-view .ytp-previous{display:none}.ytp-big-mode .ytp-more-videos-view{margin:24px;bottom:70px}.ytp-more-videos-view .ytp-related-title{margin-bottom:12px;margin-left:4px;font-size:14px;font-weight:500;line-height:20px}.ytp-big-mode .ytp-more-videos-view .ytp-related-title{margin-bottom:24px;font-size:28px;line-height:32px}.ytp-more-videos-view[aria-hidden=true] a.ytp-suggestion-link{opacity:0}.ytp-more-videos-view .ytp-suggestions{text-align:center;white-space:nowrap;overflow:hidden}.ytp-touch-mode .ytp-more-videos-view .ytp-suggestions{overflow-x:auto}.ytp-touch-mode .ytp-more-videos-view .ytp-suggestions::-webkit-scrollbar{display:none}.ytp-big-mode .ytp-more-videos-view .ytp-suggestions{height:180px}.ytp-more-videos-view .ytp-suggestion-image{-webkit-background-size:cover;background-color:#000;background-position:50%;background-size:cover;border-radius:8px;width:192px;height:108px}.ytp-more-videos-view .ytp-next,.ytp-more-videos-view .ytp-previous{background:#333;border-radius:50%;width:32px;height:32px;position:absolute;transform:translateY(50%);box-shadow:0 1px 5px #0003}.ytp-more-videos-view .ytp-next:hover,.ytp-more-videos-view .ytp-previous:hover{box-shadow:0 4px 5px #0003}.ytp-big-mode .ytp-more-videos-view .ytp-next,.ytp-big-mode .ytp-more-videos-view .ytp-previous{width:64px;height:64px}.ytp-more-videos-view .ytp-next{right:4px}.ytp-more-videos-view .ytp-previous{left:4px}.ytp-more-videos-view a.ytp-suggestion-link{text-align:left;margin-left:4px;margin-right:4px;transition:all .5s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;top:50%;transform:translateY(-50%)}.ytp-more-videos-view .ytp-suggestion-overlay{padding:8px;font-size:12px;position:absolute;inset:0}.ytp-shorts-mode .ytp-more-videos-view .ytp-suggestion-overlay{background-image:linear-gradient(0deg,#0c0c0ccc 0,#0000 100px);flex-direction:column;justify-content:flex-end;display:flex}.html5-video-player:not(.ytp-shorts-mode) .ytp-more-videos-view .ytp-suggestion-overlay{opacity:0;background-image:linear-gradient(#0c0c0ccc 0,#0000 100px);transition:opacity .5s cubic-bezier(.4,0,.2,1)}.ytp-big-mode .ytp-more-videos-view .ytp-suggestion-overlay{font-size:20px}.html5-video-player:not(.ytp-shorts-mode) .ytp-more-videos-view a.ytp-suggestion-link:focus .ytp-suggestion-overlay,.html5-video-player:not(.ytp-shorts-mode) .ytp-more-videos-view a.ytp-suggestion-link:hover .ytp-suggestion-overlay{opacity:1}.ytp-more-videos-view .ytp-suggestion-link .ytp-suggestion-duration{opacity:.75;background:#000;border-radius:2px;padding:2px 4px;font-size:11px;font-weight:500;line-height:1;position:absolute;bottom:4px;right:4px}.ytp-big-mode .ytp-more-videos-view .ytp-suggestion-link .ytp-suggestion-duration{font-size:17px}.ytp-more-videos-view .ytp-suggestion-link .ytp-suggestion-duration[data-is-live=true]{background:var(--yt-sys-color-baseline--overlay-background-brand,#e1002de6);text-transform:uppercase}.ytp-more-videos-view .ytp-suggestion-link .ytp-suggestion-duration:empty,.ytp-shorts-mode .ytp-more-videos-view .ytp-suggestion-link .ytp-suggestion-duration{display:none}.html5-video-player:not(.ytp-shorts-mode) .ytp-more-videos-view .ytp-suggestion-title,.ytp-more-videos-view .ytp-suggestion-author{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;overflow:hidden}.ytp-shorts-mode .ytp-more-videos-view .ytp-suggestion-title{-webkit-line-clamp:2;white-space:pre-wrap;word-wrap:normal;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ytp-shorts-mode .ytp-more-videos-view .ytp-suggestion-author{font-size:12px;line-height:16px}.ytp-shorts-mode .ytp-more-videos-view .ytp-suggestion-title{font-size:14px;line-height:18px}.ytp-more-videos-view .ytp-suggestion-title{font-weight:500}.html5-video-player:not(.ytp-shorts-mode) .ytp-more-videos-view .ytp-suggestion-title{max-height:30px}.ytp-impression-link{background:#171717cc;border-top-right-radius:2px;border-bottom-right-radius:2px;height:47px;position:absolute;bottom:5px}.ytp-impression-link-text{color:#fff;float:left;margin-top:16px;margin-left:12px;font:500 16px/16px YouTube Noto,Roboto,Arial,Helvetica,sans-serif}.ytp-impression-link-logo{float:right;width:72px;height:16px;margin-top:16px;margin-left:9px;margin-right:12px}.ytp-music-impression-link .ytp-impression-link-logo{height:19px;margin-top:14px;margin-left:0}.ytp-mobile-a11y-hidden-seek-button-forward,.ytp-mobile-a11y-hidden-seek-button-rewind{width:1px;height:1px}.ytp-muted-autoplay-endscreen-overlay,.ytp-muted-autoplay-overlay{z-index:1001;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;width:100%;height:100%;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;top:0;left:0}.ytp-muted-autoplay-endscreen-overlay[aria-hidden=true],.ytp-muted-autoplay-overlay[aria-hidden=true]{opacity:0;transition:opacity .25s cubic-bezier(.4,0,1,1)}.ytp-muted-autoplay-bottom-buttons{position:absolute;bottom:0;right:11px}.ytp-muted-autoplay-bottom-buttons .ytp-button,.ytp-muted-autoplay-bottom-buttons .ytp-watermark{z-index:unset;margin:0 4px;display:inline-block;overflow:hidden}.ytp-muted-autoplay-bottom-buttons .ytp-watermark{position:relative;right:0}.ytp-watermark.ytp-muted-autoplay-watermark{opacity:1}.ytp-watermark.ytp-muted-autoplay-watermark[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-muted-autoplay-equalizer{width:auto;height:auto;position:relative;bottom:8px}.ytp-embed-mobile .ytp-muted-autoplay-equalizer{bottom:10px}.ytp-muted-autoplay-equalizer-icon{width:36px;height:36px;margin:auto;top:3px}.ytp-small-mode .ytp-muted-autoplay-equalizer-icon{width:20px;height:20px}.ytp-muted-autoplay-end-panel{margin:0 10%;display:none;position:absolute;top:50%;left:0;right:0}.ytp-muted-autoplay-show-end-panel.ytp-muted-autoplay-endscreen-overlay{background:#0006}.ytp-muted-autoplay-show-end-panel .ytp-muted-autoplay-end-panel{flex-wrap:nowrap;justify-content:center;display:flex}.ytp-muted-autoplay-end-text{text-align:center;margin-top:40px;font-size:14px;font-weight:500;position:absolute}.ytp-shorts-mode .ytp-muted-autoplay-end-text{margin-top:90px}@keyframes ytp-equalizer-animation{0%{transform:scaleY(1)}50%{transform:scaleY(.5)}to{transform:scaleY(1)}}.ytp-equalizer-bar-left,.ytp-equalizer-bar-middle,.ytp-equalizer-bar-right{transform-origin:8px 16px;animation-name:ytp-equalizer-animation;animation-iteration-count:infinite;position:absolute;bottom:0}.ytp-equalizer-bar-left{animation-duration:.5s}.ytp-equalizer-bar-middle{animation-duration:1.3s}.ytp-equalizer-bar-right{animation-duration:.7s}.ytp-pause-overlay{z-index:42;opacity:1;direction:ltr;border-radius:8px;margin:12px;transition:opacity 1s cubic-bezier(0,0,.2,1);position:absolute;bottom:49px;left:0}.ytp-pause-overlay[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-pause-overlay-controls-hidden .ytp-pause-overlay{bottom:0}.ytp-expand-pause-overlay .ad-overlay,.ytp-expand-pause-overlay .caption-window{display:none}.ytp-shorts-mode .ytp-pause-overlay-container{width:inherit;height:inherit;align-items:center;display:flex}.ytp-expand-pause-overlay .ytp-pause-overlay{background:#171717e6;padding:12px 16px 16px;right:0}.ytp-expand-pause-overlay.ytp-shorts-mode .ytp-pause-overlay{bottom:auto}.ytp-expand-pause-overlay.ytp-progress-bar-hover .ytp-pause-overlay{opacity:.2}.ytp-ce-shown .ytp-pause-overlay,.ytp-iv-drawer-open .ytp-pause-overlay,.ytp-menu-shown .ytp-pause-overlay,.ytp-settings-shown .ytp-pause-overlay,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-collapse,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-next,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-previous,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-related-title,.html5-video-player:not(.ytp-expand-pause-overlay) .ytp-pause-overlay .ytp-suggestions{display:none}.ytp-expand-pause-overlay.ytp-big-mode .ytp-pause-overlay{padding:24px 32px 32px}.ytp-pause-overlay .ytp-collapse{opacity:.9;width:20px;height:20px;position:absolute;top:12px;right:20px}.ytp-mobile.ytp-embed-mobile .ytp-pause-overlay .ytp-collapse{width:48px;height:48px;top:0;right:0}.ytp-mobile.ytp-embed-mobile .ytp-pause-overlay .ytp-collapse-icon{width:36px;height:36px;margin:auto}.ytp-big-mode .ytp-pause-overlay .ytp-collapse{width:32px;height:32px;top:24px;right:36px}.ytp-pause-overlay .ytp-collapse:hover{opacity:1}.ytp-pause-overlay .ytp-expand{text-transform:uppercase;background:#0009;border-radius:4px;padding:0 10px;font-size:12px;line-height:32px}.ytp-mobile.ytp-embed-mobile .ytp-pause-overlay .ytp-expand{height:48px}.ytp-big-mode .ytp-pause-overlay .ytp-expand{border-radius:4px;padding:10px 15px;font-size:24px}.ytp-pause-overlay .ytp-expand:hover{background:#000c}.ytp-pause-overlay .ytp-expand svg{vertical-align:middle;width:24px;height:24px;margin-bottom:2px;display:inline-block}.ytp-big-mode .ytp-pause-overlay .ytp-expand svg{width:32px;height:32px}.ytp-expand-pause-overlay .ytp-expand{display:none}.ytp-shorts-mode .ytp-pause-overlay-backdrop{opacity:1;pointer-events:none;z-index:24;background:#0009;width:100%;height:100%;transition:opacity 1s cubic-bezier(0,0,.2,1);position:absolute;top:0;left:0}.ytp-shorts-mode .ytp-pause-overlay-backdrop[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-related-on-error-overlay{border-radius:2px;margin:0;padding:16px 24px;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;bottom:8px;left:8px;right:8px}.ytp-small-mode .ytp-related-on-error-overlay{padding:12px 24px}.ytp-large-width-mode .ytp-related-on-error-overlay{bottom:32px;left:28px;right:28px}.ytp-probably-keyboard-focus .ytp-related-on-error-overlay .ytp-next,.ytp-probably-keyboard-focus .ytp-related-on-error-overlay .ytp-previous,.ytp-related-on-error-overlay.ytp-scroll-max .ytp-next,.ytp-related-on-error-overlay.ytp-scroll-min .ytp-previous,.ytp-touch-mode .ytp-related-on-error-overlay .ytp-next,.ytp-touch-mode .ytp-related-on-error-overlay .ytp-previous{display:none}.ytp-related-on-error-overlay .ytp-related-title{margin-bottom:0;margin-left:4px;font-size:16px;font-weight:500;line-height:16px}.ytp-large-width-mode .ytp-related-on-error-overlay .ytp-related-title{margin-left:8px}.ytp-big-mode .ytp-related-on-error-overlay .ytp-related-title{margin-bottom:24px;font-size:28px;line-height:32px}.ytp-related-on-error-overlay .ytp-suggestions{text-align:center;white-space:nowrap;direction:ltr;margin-top:8px;overflow:hidden}.ytp-small-mode .ytp-related-on-error-overlay .ytp-suggestions{margin-top:6px}.ytp-touch-mode .ytp-related-on-error-overlay .ytp-suggestions{overflow-x:auto}.ytp-related-on-error-overlay .ytp-suggestion-image{-webkit-background-size:cover;background-color:#000;background-position:50%;background-size:cover;border-radius:8px;width:192px;height:108px;position:relative}.ytp-related-on-error-overlay .ytp-next,.ytp-related-on-error-overlay .ytp-previous{background:#333;border-radius:50%;width:32px;height:32px;position:absolute;bottom:50%;box-shadow:0 1px 5px #0003}.ytp-big-mode .ytp-related-on-error-overlay .ytp-next,.ytp-big-mode .ytp-related-on-error-overlay .ytp-previous{width:64px;height:64px}.ytp-related-on-error-overlay .ytp-next{right:28px;transform:translate(50%)}.ytp-large-width-mode .ytp-related-on-error-overlay .ytp-next{right:32px}[dir=rtl] .ytp-related-on-error-overlay .ytp-next{transform:translate(-50%)}.ytp-related-on-error-overlay .ytp-previous{left:28px;transform:translate(-50%)}.ytp-large-width-mode .ytp-related-on-error-overlay .ytp-previous{left:add(24px,8px)}[dir=rtl] .ytp-related-on-error-overlay .ytp-previous{transform:translate(50%)}.ytp-related-on-error-overlay a.ytp-suggestion-link{text-align:left;margin-left:4px;margin-right:4px;transition:all .5s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;top:50%;transform:translateY(-50%)}.ytp-large-width-mode .ytp-related-on-error-overlay a.ytp-suggestion-link{margin-left:8px;margin-right:8px}.ytp-related-on-error-overlay .ytp-suggestion-overlay{opacity:0;background-image:linear-gradient(#0c0c0ccc 0,#0000 100px);padding:8px;font-size:12px;transition:opacity .5s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.ytp-big-mode .ytp-related-on-error-overlay .ytp-suggestion-overlay{font-size:20px}.ytp-related-on-error-overlay a.ytp-suggestion-link:focus .ytp-suggestion-overlay,.ytp-related-on-error-overlay a.ytp-suggestion-link:hover .ytp-suggestion-overlay{opacity:1}.ytp-related-on-error-overlay .ytp-suggestion-link .ytp-suggestion-duration{opacity:.9;background:#000;border-radius:2px;padding:2px 4px;font-size:14px;font-weight:500;line-height:1;position:absolute;bottom:4px;right:4px}.ytp-big-mode .ytp-related-on-error-overlay .ytp-suggestion-link .ytp-suggestion-duration{font-size:17px}.ytp-related-on-error-overlay .ytp-suggestion-link .ytp-suggestion-duration[data-is-live=true]{background:var(--yt-sys-color-baseline--error-indicator,#e1002d);text-transform:uppercase}.ytp-related-on-error-overlay .ytp-suggestion-duration:empty{display:none}.ytp-related-on-error-overlay .ytp-suggestion-author,.ytp-related-on-error-overlay .ytp-suggestion-title{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;overflow:hidden}.ytp-related-on-error-overlay .ytp-suggestion-title{max-height:30px;margin-top:8px;font-size:16px;font-weight:500;line-height:18px}.ytp-related-on-error-overlay .ytp-suggestion-author{opacity:.7;margin-top:4px;font-size:14px;line-height:16px}.ytp-small-mode .ytp-related-on-error-overlay .ytp-next,.ytp-small-mode .ytp-related-on-error-overlay .ytp-previous{width:24px;height:24px}.ytp-small-mode .ytp-related-on-error-overlay .ytp-related-title{margin-bottom:0;font-size:12px;line-height:14px}.ytp-small-mode .ytp-related-on-error-overlay .ytp-suggestion-title{margin-top:6px;font-size:12px;line-height:14px}.ytp-small-mode .ytp-related-on-error-overlay .ytp-suggestion-author{font-size:10px;line-height:12px}:not(.ytp-mweb-player) .ytp-watermark{z-index:28;opacity:.9;width:110px;height:26px;padding-top:11px;padding-bottom:11px;position:absolute;bottom:38px}:not(.ytp-mweb-player) .ytp-watermark:not(.ytp-muted-autoplay-watermark){right:16px}:not(.ytp-mweb-player) .ytp-watermark.ytp-watermark-small{width:85px;height:20px}.html5-video-player:not(.ytp-mweb-player) .ytp-watermark{transition:bottom .25s cubic-bezier(0,0,.2,1),opacity .25s cubic-bezier(0,0,.2,1)}.ytp-big-mode:not(.ytp-mweb-player) .ytp-watermark{bottom:59px}.ytp-hide-controls:not(.ytp-mweb-player) .ytp-watermark{transition:bottom .1s cubic-bezier(.4,0,1,1),opacity .1s cubic-bezier(.4,0,1,1);bottom:5px}.ytp-native-controls:not(.ytp-mweb-player) .ytp-watermark{bottom:50px;left:16px}:not(.ytp-mweb-player) .ytp-watermark:not(.ytp-no-hover):not(.ytp-muted-autoplay-watermark):hover{opacity:1}:not(.ytp-mweb-player) .ytp-muted-autoplay-overlay .ytp-watermark{position:relative;bottom:0}.ytp-autohide:not(.ytp-mweb-player) .ytp-watermark:not(.ytp-muted-autoplay-watermark){opacity:0;transition:bottom .1s cubic-bezier(.4,0,1,1),opacity .1s cubic-bezier(.4,0,1,1)}.ytp-muted-autoplay .ytp-watermark:not(.ytp-muted-autoplay-watermark){display:none}:not(.ytp-mweb-player) .html5-endscreen{cursor:default;z-index:36;overflow:hidden}:not(.ytp-mweb-player) .ytp-endscreen-takeover.html5-endscreen{display:none}.ytp-title-enable-channel-logo:not(.ytp-mweb-player) .html5-endscreen:not(.ytp-shorts-branded-ui){margin-top:16px}.ytp-big-mode.ytp-title-enable-channel-logo:not(.ytp-mweb-player) .html5-endscreen:not(.ytp-shorts-branded-ui){margin-top:32px}:not(.ytp-mweb-player) .ytp-endscreen-content{position:absolute;top:50%;left:50%}.ytp-endscreen-takeover:not(.ytp-mweb-player) .ytp-endscreen-content{display:none}:not(.ytp-mweb-player) .html5-endscreen.ytp-endscreen-paginate{left:32px;right:32px;overflow:visible}.ytp-big-mode:not(.ytp-mweb-player) .html5-endscreen.ytp-endscreen-paginate{left:48px;right:48px}:not(.ytp-mweb-player) .ytp-endscreen-next{opacity:.9;width:32px;height:100%;transition:opacity .1s cubic-bezier(0,0,.2,1);display:none;position:absolute;right:-32px}.ytp-big-mode:not(.ytp-mweb-player) .ytp-endscreen-next{width:48px;right:-48px}:not(.ytp-mweb-player) .ytp-endscreen-paginate .ytp-endscreen-next{display:block}:not(.ytp-mweb-player) .ytp-endscreen-next:hover{opacity:1;transition:opacity .1s cubic-bezier(.4,0,1,1)}:not(.ytp-mweb-player) .ytp-endscreen-previous{opacity:.9;width:32px;height:100%;transition:opacity .1s cubic-bezier(0,0,.2,1);display:none;position:absolute;left:-32px}.ytp-big-mode:not(.ytp-mweb-player) .ytp-endscreen-previous{width:48px;left:-48px}:not(.ytp-mweb-player) .ytp-endscreen-paginate .ytp-endscreen-previous{display:block}:not(.ytp-mweb-player) .ytp-endscreen-previous:hover{opacity:1;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-mweb-player.html5-endscreen{cursor:default;z-index:36;width:100%;height:100%;overflow:hidden}.html5-endscreen.modern-videowall-endscreen{cursor:default;z-index:36;align-content:center;overflow:hidden}.ytp-modern-endscreen-content{font-size:11px}.ytp-modern-endscreen-single-item .ytp-modern-endscreen-content .ytp-modern-videowall-still{padding-bottom:unset;flex-direction:row;height:100%;margin-bottom:0}.ytp-modern-endscreen-single-item .ytp-modern-endscreen-content .ytp-modern-videowall-still .ytp-modern-videowall-still-image{margin-right:12px}.ytp-endscreen-takeover .ytp-modern-endscreen-content,.ytp-endscreen-takeover.html5-endscreen{display:none}.ytp-title-enable-channel-logo .html5-endscreen:not(.ytp-shorts-branded-ui){margin-top:16px}.ytp-modern-endscreen-content{-webkit-column-gap:16px;-moz-column-gap:16px;box-sizing:border-box;grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(auto-fill,minmax(clamp(250px,27%,450px),1fr));grid-auto-rows:0;justify-content:center;align-items:stretch;column-gap:16px;width:100%;max-height:100%;padding:32px;display:grid;overflow:hidden}.ytp-modern-endscreen-row-0 .ytp-modern-endscreen-content{padding-top:16px;padding-bottom:16px}.ytp-modern-endscreen-limit-rows-1 .ytp-modern-endscreen-content{grid-template-rows:repeat(1,1fr)}.ytp-modern-endscreen-limit-rows-2 .ytp-modern-endscreen-content{grid-template-rows:repeat(2,1fr)}.ytp-modern-endscreen-limit-rows-3 .ytp-modern-endscreen-content{grid-template-rows:repeat(3,1fr)}.ytp-endscreen-previous:hover{opacity:1;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-fullscreen-grid-active .ytp-fullscreen-grid{opacity:1;overflow:visible}.ytp-fullscreen-grid-active .ytp-fullscreen-grid-main-content{opacity:1;scrollbar-width:none;width:100%;position:absolute;top:0;bottom:0;overflow:scroll}.ytp-fullscreen-grid-active.ytp-grid-scrollable .ytp-fullscreen-grid{top:calc(30% + var(--ytp-grid-scroll-percentage)*100%);bottom:0}.html5-video-player.ended-mode .ytp-fullscreen-grid-expand-button,.html5-video-player:not(.ytp-fullscreen-grid-peeking):not(.ytp-fullscreen-grid-active) .ytp-fullscreen-grid-expand-button{display:none}.ytp-fullscreen-grid-buttons-container{margin-top:calc(var(--yt-delhi-pill-height)/2*-1 + var(--yt-delhi-bottom-controls-height)/2*-1);z-index:72;pointer-events:none;align-items:center;gap:12px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.ytp-big-mode .ytp-fullscreen-grid-buttons-container{margin-top:calc(var(--yt-delhi-big-mode-pill-height)/2*-1 + var(--yt-delhi-big-mode-bottom-controls-height)/2*-1)}.ytp-fullscreen-grid-expand-button{opacity:1;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000}.ytp-fullscreen-grid-expand-button svg{filter:drop-shadow(0 0 1px #000c)}.ytp-fullscreen-grid-expand-button{width:var(--yt-delhi-pill-height);height:var(--yt-delhi-pill-height);scrollbar-width:none;z-index:72;pointer-events:all;cursor:pointer;border-radius:50%;position:relative;overflow:visible}.ytp-big-mode .ytp-fullscreen-grid-expand-button{width:var(--yt-delhi-big-mode-pill-height);height:var(--yt-delhi-big-mode-pill-height)}.ytp-fullscreen-grid-expand-button svg{padding:calc((var(--yt-delhi-pill-height) - var(--yt-delhi-icon-size,24px))/2);height:var(--yt-delhi-icon-size,24px);width:var(--yt-delhi-icon-size,24px)}.ytp-big-mode .ytp-fullscreen-grid-expand-button svg{padding:calc((var(--yt-delhi-big-mode-pill-height) - var(--yt-delhi-icon-size,24px))/2)}.ytp-fullscreen-grid-expand-button:before{content:"";border-radius:50%;width:calc(100% - 8px);height:calc(100% - 8px);display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ytp-fullscreen-grid-action-button{pointer-events:none;display:none}.ytp-fullscreen-grid-active .ytp-fullscreen-grid-action-button{pointer-events:all;display:block}:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-expand-button:hover:before,:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-hover-overlay:hover .ytp-fullscreen-grid-expand-button:before,:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-hover-overlay:hover .ytp-more-videos-button:after,:not(.ytp-grid-scrolling) .ytp-more-videos-button:hover:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a)}:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-expand-button:active:before,:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-hover-overlay:active .ytp-fullscreen-grid-expand-button:before,:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-hover-overlay:active .ytp-more-videos-button:after,:not(.ytp-grid-scrolling) .ytp-more-videos-button:active:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#fff3)}.ytp-fullscreen-grid-peeking .ytp-fullscreen-grid{opacity:1;top:calc(100% - var(--ytp-grid-peek-height) - var(--yt-delhi-bottom-controls-height,72px) - 6px - var(--ytp-grid-scroll-percentage)*100%);overflow:hidden}.ytp-fullscreen-grid-peeking.ytp-big-mode .ytp-fullscreen-grid{top:calc(100% - var(--ytp-grid-peek-height) - var(--yt-delhi-big-mode-bottom-controls-height,96px) - 6px - var(--ytp-grid-scroll-percentage)*100%)}.ytp-grid-scrollable .ytp-fullscreen-grid-header{display:none}.ytp-fullscreen-grid-peeking.ytp-grid-scrollable .ytp-fullscreen-grid{top:calc(100% - var(--ytp-grid-peek-height) - var(--ytp-grid-scroll-percentage)*100%);display:block;overflow:visible}.ytp-fullscreen-grid-peeking.ytp-grid-scrollable.ytp-big-mode .ytp-fullscreen-grid{top:calc(100% - var(--ytp-grid-peek-height) - var(--ytp-grid-scroll-percentage)*100%)}.ytp-fullscreen-grid-peeking.ytp-grid-scrollable .ytp-fullscreen-grid-main-content{opacity:.5}.ytp-fullscreen-grid-peeking.ytp-grid-scrollable.ytp-grid-scrolling .ytp-fullscreen-grid-main-content{opacity:1}.ytp-fullscreen-grid-peeking .ytp-fullscreen-grid-hover-overlay{z-index:72;pointer-events:all;cursor:pointer;border-radius:16px;width:calc(100% - 24px);height:100%;display:block;position:absolute;top:0;left:12px}.ytp-fullscreen-grid-active:not(.ended-mode) .ytp-fullscreen-grid-main-content,.ytp-fullscreen-grid-peeking .ytp-fullscreen-grid-main-content{margin-top:12px}.ytp-fullscreen-grid-active .ytp-fullscreen-grid-hover-overlay,.ytp-fullscreen-grid-peeking.ytp-grid-scrolling .ytp-fullscreen-grid-hover-overlay{display:none}:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-peeking .ytp-fullscreen-grid-hover-overlay:hover{background-color:var(--yt-sys-color-baseline--overlay-button-secondary)}:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-peeking .ytp-fullscreen-grid-hover-overlay:has(.ytp-fullscreen-grid-expand-button:hover){background-color:var(--yt-sys-color-baseline--overlay-button-secondary)}:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-peeking .ytp-fullscreen-grid-hover-overlay:active{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover)}:not(.ytp-grid-scrolling) .ytp-fullscreen-grid-peeking .ytp-fullscreen-grid-hover-overlay:has(.ytp-fullscreen-grid-expand-button:active){background-color:var(--yt-sys-color-baseline--overlay-tonal-hover)}.ytp-fullscreen-grid-active:not(.ended-mode) .ytp-fullscreen-grid,.ytp-fullscreen-grid-peeking .ytp-fullscreen-grid{background:linear-gradient(#0000,#000000bf 100px,#000000d9)}.ytp-grid-replay-button{-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);border-radius:18px;width:36px;height:36px;margin-right:16px;transition:transform .1s cubic-bezier(.4,0,1,1);display:none}.ytp-full-bleed-player .ytp-grid-replay-button{border-radius:30px;width:60px;height:60px}.ytp-grid-replay-button svg{width:100%;height:100%}.ytp-fullscreen-grid-stills-container{pointer-events:none;grid-template-columns:repeat(3,1fr);justify-content:center;align-items:stretch;gap:16px;padding:0 24px;display:grid}.ytp-fullscreen-grid-active .ytp-fullscreen-grid-stills-container,.ytp-grid-scrolling.ytp-grid-scrollable .ytp-fullscreen-grid-stills-container{pointer-events:auto}.ytp-fullscreen-grid{z-index:72;pointer-events:none;box-sizing:border-box;opacity:0;visibility:visible;width:100%;max-height:100%;transition:opacity .1s cubic-bezier(.4,0,1,1);display:block;position:absolute;top:100%;left:0}.html5-video-player:not(.ytp-fullscreen-grid-peeking):not(.ytp-fullscreen-grid-active) .ytp-fullscreen-grid{display:none}.ytp-fullscreen-grid-peeking.ytp-autohide:not(.ytp-grid-scrolling) .ytp-fullscreen-grid{opacity:0;transition:opacity .25s cubic-bezier(0,0,.2,1)}.ytp-more-videos-button{z-index:72;pointer-events:all;cursor:pointer;width:fit-content;padding:var(--yt-delhi-pill-top-height,12px) 12px;-webkit-column-gap:8px;-moz-column-gap:8px;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:28px;flex-direction:row;column-gap:8px;display:flex;position:relative}.ytp-more-videos-button svg{filter:drop-shadow(0 0 1px #000c)}.ytp-more-videos-button{transition:opacity .25s cubic-bezier(0,0,.2,1)}.ytp-more-videos-button:after{content:"";border-radius:28px;width:calc(100% - 8px);height:calc(100% - 8px);position:absolute;top:4px;left:4px}.ytp-more-videos-button .ytp-more-videos-button-thumbnail{aspect-ratio:16/9;-webkit-background-size:cover;background-position:50%;background-size:cover;border:2px solid #fff;border-radius:8px;width:40px}.ytp-more-videos-button .ytp-more-videos-button-title{color:var(--Overlay-Overlay-Text-Primary,#fff);text-shadow:0 0 2px #000;font-family:var(--Typography-Font-Family,Roboto);letter-spacing:.16px;align-items:center;font-size:16px;font-style:normal;font-weight:500;line-height:20px;display:flex}@media (width>=2200px){.ytp-fullscreen-grid-stills-container{grid-template-columns:repeat(4,1fr)}}.ytp-fullscreen-grid-active.html5-video-player.ended-mode .html5-endscreen{display:none}.ytp-fullscreen-grid-active.html5-video-player.ended-mode .ytp-fullscreen-grid{top:0;bottom:var(--yt-delhi-bottom-controls-height,72px)}.ytp-fullscreen-grid-active.html5-video-player.ended-mode .ytp-fullscreen-grid-stills-container{width:100%;padding:0 24px}.ytp-fullscreen-grid-active.html5-video-player.ended-mode .ytp-fullscreen-grid-main-content{justify-content:center;align-items:center;display:flex}.ytp-fullscreen-grid-active.html5-video-player.ended-mode:not(.ytp-enable-horizontal-endscreen-shelf) .ytp-modern-videowall-still:nth-child(n+4){display:none}@media (width>=2200px){.ytp-fullscreen-grid-active.html5-video-player.ended-mode:not(.ytp-enable-horizontal-endscreen-shelf) .ytp-modern-videowall-still:nth-child(4){display:flex}}.ytp-fullscreen-grid-active.html5-video-player.ended-mode.ytp-enable-horizontal-endscreen-shelf .ytp-fullscreen-grid-stills-container{scrollbar-width:none;flex-direction:row;justify-content:flex-start;display:flex;overflow-x:auto}.ytp-fullscreen-grid-active.html5-video-player.ended-mode.ytp-enable-horizontal-endscreen-shelf .ytp-fullscreen-grid-main-content{justify-content:flex-start}.ytp-fullscreen-grid-active.html5-video-player.ended-mode.ytp-enable-horizontal-endscreen-shelf .ytp-modern-videowall-still{min-width:31%}.html5-video-player.ended-mode .ytp-more-videos-button.ytp-button,.ytp-fullscreen-grid-active .html5-endscreen,.ytp-fullscreen-grid-active .ytp-ad-player-overlay-layout,.ytp-fullscreen-grid-active .ytp-caption-window-container,.ytp-grid-scrolling .html5-endscreen,.ytp-grid-scrolling .ytp-ad-player-overlay-layout,.ytp-grid-scrolling .ytp-caption-window-container,.ytp-autohide:not(.ytp-autohide-active).ytp-fullscreen-grid-peeking:not(.ytp-grid-scrolling) .ytp-fullscreen-grid,.ytp-autohide:not(.ytp-autohide-active).ytp-fullscreen-grid-peeking:not(.ytp-grid-scrolling) .ytp-more-videos-button.ytp-button,.ytp-player-minimized .ytp-fullscreen-grid,.ytp-player-minimized .ytp-more-videos-button.ytp-button{display:none}.ytp-error{z-index:44;background-color:#282828;justify-content:center;align-items:center;width:100%;height:100%;line-height:220%;display:flex;position:absolute}.ytp-embed-error .ytp-error{display:block}.ytp-error.related-on-error-overlay-visible{line-height:160%}.ytp-large-width-mode .ytp-error.related-on-error-overlay-visible{line-height:220%}.ytp-error .ytp-error-content a{text-decoration:underline}.ytp-error .ytp-error-content{max-width:85%;display:-moz-flexbox;justify-content:center;align-items:center;display:flex;position:relative}.ytp-embed-error .ytp-error .ytp-error-content{margin:0 auto}.ytp-error .ytp-error-icon-container{float:left;width:64px;min-width:64px;height:64px;min-height:64px}.ytp-error .ytp-error-icon-container svg{max-width:100%;max-height:100%}.ytp-error .ytp-small-redirect{opacity:.7;width:48px;height:48px;display:inline;position:absolute;bottom:8px;right:8px}.ytp-error .ytp-small-redirect.no-link{cursor:default}.ytp-error-content-wrap-subreason:empty,.ytp-error.related-on-error-overlay-visible .ytp-small-redirect,.ytp-fullscreen .ytp-error .ytp-small-redirect{display:none}.ytp-error .ytp-small-redirect a{height:100%;display:block}.ytp-error .ytp-error-content .ytp-error-content-wrap{height:100%;margin-top:auto;margin-bottom:auto;margin-left:16px}.ytp-error .ytp-error-content .ytp-error-content-wrap-reason{font-weight:500}.ytp-large-width-mode .ytp-error .ytp-error-content .ytp-error-icon-container{width:96px;min-width:96px;height:96px;min-height:96px}.ytp-large-width-mode .ytp-error .ytp-small-redirect{width:60px;height:60px}.ytp-error .ytp-error-content .ytp-error-content-wrap-reason{font-size:22px}.ytp-error.related-on-error-overlay-visible .ytp-error-content .ytp-error-content-wrap-reason{font-size:16px}.ytp-large-width-mode .ytp-error.related-on-error-overlay-visible .ytp-error-content .ytp-error-content-wrap-reason{font-size:22px}.ytp-error .ytp-error-content .ytp-error-content-wrap-subreason{padding-top:10px;font-size:18px}.ytp-error.related-on-error-overlay-visible .ytp-error-content .ytp-error-content-wrap-subreason{padding-top:2px;font-size:14px}.ytp-large-width-mode .ytp-error .ytp-error-content .ytp-error-content-wrap-subreason{padding-top:10px;font-size:18px}.ytp-small-mode .ytp-error .ytp-error-content{line-height:150%}.ytp-small-mode .ytp-error .ytp-error-content .ytp-error-icon-container{width:32px;min-width:32px;height:32px;min-height:32px}.ytp-tiny-mode .ytp-error-icon-container{display:none}.ytp-small-mode .ytp-error .ytp-error-content .ytp-error-content-wrap-reason{font-size:14px}.ytp-small-mode .ytp-error .ytp-error-content .ytp-error-content-wrap-subreason{padding-top:4px;font-size:12px}.ytp-tiny-mode .ytp-error .ytp-error-content .ytp-error-content-wrap-reason{font-size:12px}.ytp-tiny-mode .ytp-error .ytp-error-content .ytp-error-content-wrap-subreason{font-size:10px}.ytp-small-mode .ytp-error .ytp-small-redirect{width:24px;height:24px}.ytp-big-mode .ytp-chrome-controls .ytp-fullerscreen-edu-button.ytp-button{text-align:center;width:auto;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;left:50%;transform:translate(-50%)}.ytp-big-mode .ytp-chrome-controls .ytp-fullerscreen-edu-button.ytp-button[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-fullerscreen-edu-chevron{width:24px;display:inline-block}.ytp-fullerscreen-edu-button:not(.ytp-fullerscreen-edu-button-subtle) .ytp-fullerscreen-edu-chevron{height:50%}.ytp-fullerscreen-edu-text{height:50%;margin-top:-8px}.ytp-fullerscreen-edu-button-subtle .ytp-fullerscreen-edu-text{display:none}.ytp-big-mode .ytp-fullscreen-button:after{width:24px}.ytp-fullscreen-button-corner-0,.ytp-fullscreen-button-corner-1,.ytp-fullscreen-button-corner-2,.ytp-fullscreen-button-corner-3{transform:none}@keyframes ytp-fullscreen-button-corner-0-animation{50%{transform:translate(-1px,-1px)}}@keyframes ytp-fullscreen-button-corner-1-animation{50%{transform:translate(1px,-1px)}}@keyframes ytp-fullscreen-button-corner-2-animation{50%{transform:translate(1px,1px)}}@keyframes ytp-fullscreen-button-corner-3-animation{50%{transform:translate(-1px,1px)}}.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-0{animation:.4s cubic-bezier(.4,0,.2,1) ytp-fullscreen-button-corner-0-animation}.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-1{animation:.4s cubic-bezier(.4,0,.2,1) ytp-fullscreen-button-corner-1-animation}.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-2{animation:.4s cubic-bezier(.4,0,.2,1) ytp-fullscreen-button-corner-2-animation}.ytp-fullscreen-button:not([aria-disabled=true]):hover .ytp-fullscreen-button-corner-3{animation:.4s cubic-bezier(.4,0,.2,1) ytp-fullscreen-button-corner-3-animation}.ytp-fullscreen-quick-actions{z-index:59;position:absolute;bottom:86px;right:24px}.ytp-delhi-modern .ytp-fullscreen-quick-actions{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 30px)}.ytp-delhi-modern.ytp-big-mode .ytp-fullscreen-quick-actions{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 30px)}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-fullscreen-quick-actions{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 30px + var(--ytp-grid-peek-height))}.ytp-delhi-modern.ytp-big-mode.ytp-fullscreen-grid-peeking .ytp-fullscreen-quick-actions{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 30px + var(--ytp-grid-peek-height))}.ytp-fullscreen-metadata{z-index:59;max-width:33%;position:absolute;top:24px;left:24px}.ytp-overlay-top-left .ytp-fullscreen-metadata{max-width:60%}.ytp-fullscreen-metadata-bottom .ytp-fullscreen-metadata{top:unset;bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 30px)}.ytp-fullscreen-metadata-bottom.ytp-featured-product-shown .ytp-fullscreen-metadata{bottom:calc(142px + var(--yt-delhi-bottom-controls-height,72px))}.ytp-fullscreen-metadata-bottom.ytp-shopping-pill-shown .ytp-fullscreen-metadata{bottom:calc(86px + var(--yt-delhi-bottom-controls-height,72px))}.ytp-fullscreen-metadata-bottom.ytp-fullscreen-grid-peeking .ytp-fullscreen-metadata{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 30px + var(--ytp-grid-peek-height))}.ytp-fullscreen-metadata-bottom.ytp-fullscreen-grid-peeking.ytp-featured-product-shown .ytp-fullscreen-metadata{bottom:calc(142px + var(--yt-delhi-bottom-controls-height,72px) + var(--ytp-grid-peek-height))}.ytp-fullscreen-metadata-bottom.ytp-fullscreen-grid-peeking.ytp-shopping-pill-shown .ytp-fullscreen-metadata{bottom:calc(86px + var(--yt-delhi-bottom-controls-height,72px) + var(--ytp-grid-peek-height))}.ytp-fullscreen-metadata-bottom.ytp-big-mode .ytp-fullscreen-metadata{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 30px)}.ytp-fullscreen-metadata-bottom.ytp-big-mode.ytp-featured-product-shown .ytp-fullscreen-metadata{bottom:calc(142px + var(--yt-delhi-big-mode-bottom-controls-height,96px))}.ytp-fullscreen-metadata-bottom.ytp-big-mode.ytp-shopping-pill-shown .ytp-fullscreen-metadata{bottom:calc(86px + var(--yt-delhi-big-mode-bottom-controls-height,96px))}.ytp-fullscreen-metadata-bottom.ytp-big-mode.ytp-fullscreen-grid-peeking .ytp-fullscreen-metadata{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 30px + var(--ytp-grid-peek-height))}.ytp-fullscreen-metadata-bottom.ytp-big-mode.ytp-fullscreen-grid-peeking.ytp-featured-product-shown .ytp-fullscreen-metadata{bottom:calc(142px + var(--yt-delhi-big-mode-bottom-controls-height,96px) + var(--ytp-grid-peek-height))}.ytp-fullscreen-metadata-bottom.ytp-big-mode.ytp-fullscreen-grid-peeking.ytp-shopping-pill-shown .ytp-fullscreen-metadata{bottom:calc(86px + var(--yt-delhi-big-mode-bottom-controls-height,96px) + var(--ytp-grid-peek-height))}.ytp-overlays-container .ytp-chrome-top-buttons{justify-content:flex-end;width:100%;display:flex}.ytp-overlays-container .ytp-fullscreen-metadata,.ytp-overlays-container .ytp-fullscreen-quick-actions{z-index:59;transition:opacity .25s cubic-bezier(0,0,.2,1);position:relative;inset:0}.ytp-overlays-container .ytp-chrome-top-buttons{z-index:58;position:relative;inset:0}* .ytp-overlays-container .ytp-fullscreen-metadata,* .ytp-overlays-container .ytp-fullscreen-quick-actions,.ytp-fullscreen-metadata-bottom .ytp-overlays-container .ytp-fullscreen-metadata,.ytp-fullscreen-metadata-bottom .ytp-overlays-container .ytp-fullscreen-quick-actions,.ytp-fullscreen-metadata-bottom.ytp-big-mode .ytp-overlays-container .ytp-fullscreen-metadata,.ytp-fullscreen-metadata-bottom.ytp-big-mode .ytp-overlays-container .ytp-fullscreen-quick-actions{position:relative;inset:0}.ytp-fullscreen-grid-peeking .ytp-overlays-container{opacity:max(1 - 3 * var(--ytp-grid-scroll-percentage),0)}.ytp-fullscreen-grid-active .ytp-overlays-container{opacity:0;display:none}.ytp-autohide .ytp-fullscreen-metadata,.ytp-autohide .ytp-fullscreen-quick-actions{opacity:0}.ytp-autohide:not(.ytp-autohide-active) .ytp-fullscreen-metadata,.ytp-autohide:not(.ytp-autohide-active) .ytp-fullscreen-quick-actions{height:0;margin:0}.ad-showing .ytp-fullscreen-metadata,.ad-showing .ytp-fullscreen-quick-actions,.ended-mode .ytp-fullscreen-quick-actions,.seeking-mode .ytp-fullscreen-quick-actions,.ytp-menu-shown .ytp-fullscreen-metadata,.ytp-menu-shown .ytp-fullscreen-quick-actions,.ytp-settings-shown .ytp-fullscreen-quick-actions,.ytp-xsmall-width-mode .ytp-fullscreen-metadata,.ytp-xsmall-width-mode .ytp-fullscreen-quick-actions{display:none}.ytp-gated-actions-overlay{z-index:82;overflow:hidden}.ytp-gated-actions-overlay-background{z-index:82;background:#000 50%/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.ytp-gated-actions-overlay-background-overlay{z-index:82;background-color:#0000004d;width:100%;height:100%;position:absolute;top:0;left:0}.ytp-gated-actions-overlay-miniplayer-close-button{z-index:82;width:40px;height:40px;padding:8px;display:none;position:absolute;top:0;right:0}.ytp-player-minimized .ytp-gated-actions-overlay-miniplayer-close-button{display:inline-block}.ytp-gated-actions-overlay-bar{box-sizing:border-box;text-align:left;color:#fff;z-index:82;background-color:#0009;border-radius:8px;align-items:center;width:380px;height:56px;padding:0 6px;display:flex;position:absolute;bottom:20px;left:20px}.ytp-big-mode .ytp-gated-actions-overlay-bar{height:84px;padding:0 9px;bottom:30px;left:30px}.ytp-gated-actions-overlay-buttons{margin:12px 6px}.ytp-gated-actions-overlay-button{cursor:pointer;background:#ffffff1a;border-width:0;border-radius:24px;min-width:80px;height:32px;padding:0 8px}.ytp-gated-actions-overlay-button-title{vertical-align:middle;color:#fff;margin:0 8px;font-size:110%;font-weight:500;line-height:32px;display:inline-block}.ytp-big-mode .ytp-gated-actions-overlay-buttons{margin:18px 9px}.ytp-big-mode .ytp-gated-actions-overlay-button{border-radius:3px;min-width:120px;height:48px;padding:0 12px}.ytp-big-mode .ytp-gated-actions-overlay-button-title{margin:0 12px;font-size:130%;font-weight:500;line-height:48px}.ytp-gated-actions-overlay-text-container{flex:1;min-width:180px;margin:0 6px}.ytp-big-mode .ytp-gated-actions-overlay-text-container{min-width:270px;margin:0 9px}.ytp-gated-actions-overlay-subtitle,.ytp-gated-actions-overlay-title{text-transform:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ytp-gated-actions-overlay-title{font-size:150%;font-weight:500}.ytp-gated-actions-overlay-subtitle{color:#ffffffb3;font-size:110%;font-weight:400}.ytp-heat-map.ytp-fine-scrubbing-enable:not(.ad-showing) .ytp-heat-map-container,.ytp-heat-map.ytp-progress-bar-hover:not(.ad-showing) .ytp-heat-map-container{opacity:1;transition:opacity .2s cubic-bezier(0,0,.2,1);height:40px;transition:bottom .1s cubic-bezier(0,0,.2,1);display:block;bottom:5px}.ytp-delhi-modern .ytp-heat-map-container{pointer-events:none;opacity:0;margin-bottom:0;display:block}.ytp-delhi-modern.ytp-heat-map.ytp-fine-scrubbing-enable:not(.ad-showing) .ytp-heat-map-container,.ytp-delhi-modern.ytp-heat-map.ytp-progress-bar-hover:not(.ad-showing) .ytp-heat-map-container{margin-bottom:8px;transition:opacity .2s cubic-bezier(.05,0,0,1) .1s,margin-bottom .2s cubic-bezier(.05,0,0,1) .1s}.ytp-heat-map.ytp-progress-bar-hover:not(.ad-showing) .ytp-timed-markers-enabled .ytp-heat-map-container{bottom:7px}.ytp-heat-map.ytp-progress-bar-hover .ytp-heat-map-chapter svg{height:40px}.ytp-big-mode.ytp-heat-map.ytp-progress-bar-hover .ytp-heat-map-chapter svg{height:60px}.ytp-heat-map-container{opacity:0;transition:opacity .2s cubic-bezier(.4,0,1,1);width:100%;height:0;transition:bottom .1s cubic-bezier(.4,0,1,1);display:none;position:absolute;bottom:5px;overflow:hidden}.ytp-heat-map.ytp-big-mode.ytp-progress-bar-hover .ytp-heat-map-container{height:60px;transition:bottom .1s cubic-bezier(0,0,.2,1);bottom:8px}.ytp-heat-map-chapter{width:100%;height:100%;position:absolute;bottom:0}.ytp-heat-map-chapter.ytp-heatmap-hover{transition:bottom .1s cubic-bezier(0,0,.2,1);bottom:2px}.ytp-delhi-modern .ytp-heat-map-chapter.ytp-heatmap-hover{transition:bottom .2s cubic-bezier(.05,0,0,1)}.ytp-big-mode .ytp-heat-map-chapter.ytp-heatmap-hover{bottom:3px}.ytp-heat-map-played_bar .ytp-heat-map-hover{fill:#ffffff80;height:100%}.ytp-heat-map-hover,.ytp-heat-map-play{height:0}.ytp-heat-map-edu{display:none}.ytp-fine-scrubbing-container{width:100%;height:0;position:absolute;bottom:0}.ytp-fine-scrubbing-thumbnail{flex:1 0 auto;display:flex}.ytp-fine-scrubbing-draggable,.ytp-fine-scrubbing-thumbnails{flex-direction:row;min-width:160px;height:100%;display:flex;position:absolute;overflow:hidden}.ytp-fine-scrubbing-cursor{background:#eee;width:3px;height:100%;position:absolute;left:50%}.ytp-fine-scrubbing-seek-time{display:none;position:absolute;bottom:110%;left:50%;transform:translate(-50%)}.ytp-fine-scrubbing-enable .ytp-fine-scrubbing-dismiss,.ytp-fine-scrubbing-enable .ytp-fine-scrubbing-play,.ytp-fine-scrubbing-enable .ytp-fine-scrubbing-seek-time{display:flex}.ytp-fine-scrubbing-enable .ytp-chrome-controls{display:none}.ytp-fine-scrubbing-play{width:35px;height:35px;display:none;position:absolute;bottom:110%}.ytp-delhi-modern-icons .ytp-fine-scrubbing-play{bottom:120%}.ytp-delhi-modern-icons .ytp-fine-scrubbing-play svg{padding:8px}.ytp-fine-scrubbing-dismiss{width:25px;height:25px;display:none;position:absolute;bottom:115%;right:10px}.ytp-fine-scrubbing-chapter-title{word-wrap:break-word;background-color:#00000080;justify-content:center;align-items:center;width:160px;height:90px;font-size:12px;font-weight:700;display:flex}.ytp-fine-scrubbing-chapter-title-content{white-space:nowrap;text-overflow:ellipsis;padding:15px;overflow:hidden}.ytp-big-mode .ytp-fine-scrubbing-chapter-title{width:240px;height:135px}.ytp-fine-scrubbing-edu{display:none}.ytp-fine-scrubbing-enable.html5-video-player .ytp-ad-overlay-slot{bottom:107px}.ytp-big-mode.ytp-fine-scrubbing-enable.html5-video-player .ytp-ad-overlay-slot{bottom:151px}.ytp-info-panel-action-item{width:auto;display:block;display:-moz-flexbox;flex-direction:column;align-items:flex-start;margin:16px 0 0 16px;display:flex}.ytp-big-mode .ytp-info-panel-action-item{display:-moz-flexbox;flex-direction:column;align-items:flex-start;margin:24px 0 0 24px;display:flex}.ytp-small-mode .ytp-info-panel-action-item{margin:8px 12px 0 0 0 8px 12px 0;display:-moz-flexbox;flex-direction:column;align-items:flex-start;display:flex}.ytp-info-panel-action-item-disclaimer{cursor:none;margin-bottom:16px;font-size:14px;overflow:auto}.ytp-info-panel-action-item-button{width:100%;display:-moz-flexbox;align-items:center;display:flex}.ytp-info-panel-action-item-icon{color:#fff;flex-shrink:0;width:24px;height:24px}.ytp-big-mode .ytp-info-panel-action-item-icon{width:72px;height:54px}.ytp-info-panel-action-item-label{color:#fff;margin-left:12px;font-size:14px;overflow:auto}.ytp-big-mode .ytp-info-panel-action-item-label,.ytp-small-mode .ytp-info-panel-action-item-label{margin-left:12px;font-size:14px;overflow:auto}.ytp-info-panel-detail-skrim{z-index:71;background:#0000004d;width:100%;height:100%;position:absolute;top:0;left:0}.ytp-info-panel-detail{width:60%;display:-moz-flexbox;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.2,1);background:#000c;flex-direction:column;transition:transform .25s cubic-bezier(0,0,.2,1);display:flex;position:absolute;inset:0 0 0 auto;overflow:auto}.ytp-big-mode .ytp-info-panel-detail,.ytp-small-mode .ytp-info-panel-detail{width:60%}[dir=ltr] .ytp-info-panel-detail[aria-hidden=true]{-webkit-transition:-webkit-transform .25s cubic-bezier(.4,0,1,1);transition:transform .25s cubic-bezier(.4,0,1,1);transform:translate(-100%)}[dir=ltr] .ytp-embed-playlist .ytp-info-panel-detail[aria-hidden=true]{transform:translate(100%)}[dir=rtl] .ytp-info-panel-detail[aria-hidden=true]{-webkit-transition:-webkit-transform .25s cubic-bezier(.4,0,1,1);transition:transform .25s cubic-bezier(.4,0,1,1);transform:translate(100%)}[dir=rtl] .ytp-embed-playlist .ytp-info-panel-detail[aria-hidden=true]{transform:translate(-100%)}.ytp-info-panel-detail-header{color:#fff;display:-moz-flexbox;align-items:center;margin:16px;font-size:16px;font-weight:700;line-height:24px;display:flex}.ytp-big-mode .ytp-info-panel-detail-header{margin:24px}.ytp-info-panel-detail-title{flex-grow:2;margin-right:14px}.ytp-info-panel-detail-close{color:#fff;flex-shrink:0;width:24px;height:24px}.ytp-big-mode .ytp-info-panel-detail-close{width:36px;height:36px}.ytp-info-panel-detail-close path{fill:#aaa}.ytp-info-panel-detail-close:hover path{fill:#fff}.ytp-info-panel-detail-body{color:#fff;min-height:48px;margin:0 16px;font-size:14px;font-weight:400;line-height:24px;overflow:auto}.ytp-big-mode .ytp-info-panel-detail-body{margin:0 24px}.ytp-info-panel-detail-items{padding:0 16px 16px 0;left:0;right:0}.ytp-muted-autoplay .ytp-info-panel-detail-skrim{z-index:1002}.html5-video-player.ended-mode .ytp-info-panel-preview{display:none}.ytp-info-panel-preview{pointer-events:auto;cursor:pointer;text-shadow:0 0 2px #00000080;z-index:26;border:inherit;height:auto;font:inherit;max-width:min(50% - 64px,272px);display:-moz-flexbox;background-color:#0009;border-left:4px solid #3ea6ff;border-radius:4px;align-items:center;padding:0;transition:opacity .25s cubic-bezier(0,0,.2,1);display:flex;position:absolute;bottom:auto;left:12px;right:auto;overflow:hidden}.ytp-info-panel-preview[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-embed .ytp-info-panel-preview{top:60px}.ytp-embed.ytp-shorts-mode .ytp-info-panel-preview{top:122px}.ytp-big-mode.ytp-autohide .ytp-info-panel-preview,.ytp-big-mode.ytp-hide-info-bar .ytp-info-panel-preview,.ytp-embed.ytp-autohide .ytp-info-panel-preview,.ytp-embed.ytp-hide-info-bar .ytp-info-panel-preview{top:12px}.ytp-muted-autoplay .ytp-info-panel-preview{z-index:1002;top:12px}.ytp-larger-tap-buttons .ytp-info-panel-preview{top:81px}.ytp-big-mode .ytp-info-panel-preview{height:auto;line-height:auto;top:81px;bottom:auto;left:24px}.ytp-small-mode .ytp-info-panel-preview{min-width:130px;max-width:min(50% - 64px,208px)}.ytp-iv-drawer-open .ytp-info-panel-preview{transition:display .1s cubic-bezier(.4,0,1,1);display:none}.ytp-info-panel-preview-chevron{pointer-events:none;color:#fff;flex-shrink:0;width:24px;height:24px;line-height:0}.ytp-info-panel-preview-chevron:empty,.ytp-info-panel-preview-icon:empty{width:0;height:0}.ytp-info-panel-preview-text{pointer-events:none;color:#fff;opacity:1;text-overflow:ellipsis;-webkit-line-clamp:2;white-space:normal;background:0 0;-webkit-box-orient:vertical;margin:8px;font-size:12px;font-weight:500;line-height:16px;transition:opacity .25s cubic-bezier(0,0,.2,1);display:-webkit-box;overflow:hidden}.ytp-info-panel-preview-text[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}#inline-preview-player .caption-window,#inline-preview-player .ytp-caption-window-container{pointer-events:none}.ytp-modern-caption#inline-preview-player .ytp-caption-window-container,.ytp-modern-caption.ytp-mweb-player .ytp-caption-window-container{width:calc(100% - 48px)}.ytp-modern-caption#inline-preview-player .caption-window,.ytp-modern-caption.ytp-mweb-player .caption-window{border:8px solid #0000;border-radius:4px;font-weight:500}.ytp-modern-caption#inline-preview-player .caption-window.ytp-caption-window-bottom,.ytp-modern-caption.ytp-mweb-player .caption-window.ytp-caption-window-bottom{margin-bottom:16px}.ytp-input-slider-section{flex-direction:column;justify-content:center;align-items:center;display:flex}.ytp-input-slider{--yt-slider-shape-gradient-percent:0;appearance:none;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;direction:ltr;background-color:#0000;height:24px;display:flex;left:0;right:0}.ytp-input-slider::-webkit-slider-runnable-track{background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(#fff),color-stop(#666),to(#666));background:-webkit-linear-gradient(left,#fff 0,#fff var(--yt-slider-shape-gradient-percent),#666 var(--yt-slider-shape-gradient-percent),#666 100%);background:linear-gradient(to right,#fff 0,#fff var(--yt-slider-shape-gradient-percent),#666 var(--yt-slider-shape-gradient-percent),#666 100%);border-radius:12px;height:4px}.ytp-input-slider::-moz-range-track{background:linear-gradient(to right,#fff 0,#fff var(--yt-slider-shape-gradient-percent),#fff3 var(--yt-slider-shape-gradient-percent),#fff3 100%);border-radius:12px;height:4px}.ytp-input-slider::-webkit-slider-thumb{appearance:none;background:#fff;border-radius:8px;width:16px;height:16px;margin-top:-6px}.ytp-input-slider::-moz-range-thumb{appearance:none;background:#fff;border-radius:8px;width:16px;height:16px}.ytp-input-slider::-ms-thumb{appearance:none;background:#fff;border-radius:8px;width:16px;height:16px}.ytp-varispeed-input-slider::-webkit-slider-runnable-track{background:-webkit-gradient(linear,left top,right top,from(#fff),color-stop(#fff),color-stop(#909090),to(#909090));background:-webkit-linear-gradient(left,#fff 0,#fff var(--yt-slider-shape-gradient-percent),#909090 var(--yt-slider-shape-gradient-percent),#909090 100%);background:linear-gradient(to right,#fff 0,#fff var(--yt-slider-shape-gradient-percent),#909090 var(--yt-slider-shape-gradient-percent),#909090 100%)}@supports (-webkit-writing-mode:vertical-rl) or (writing-mode:vertical-rl){.ytp-vertical-slider .ytp-input-slider{-webkit-writing-mode:vertical-rl;-ms-writing-mode:bt-rl;writing-mode:vertical-rl;height:inherit;direction:rtl;width:24px}.ytp-vertical-slider .ytp-input-slider::-webkit-slider-runnable-track{background:-webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(#fff),color-stop(#666),to(#666));background:-webkit-linear-gradient(bottom,#fff 0,#fff var(--yt-slider-shape-gradient-percent),#666 var(--yt-slider-shape-gradient-percent),#666 100%);background:linear-gradient(to top,#fff 0,#fff var(--yt-slider-shape-gradient-percent),#666 var(--yt-slider-shape-gradient-percent),#666 100%);width:4px}.ytp-vertical-slider .ytp-input-slider::-moz-range-track{background:linear-gradient(to top,#fff 0,#fff var(--yt-slider-shape-gradient-percent),#fff3 var(--yt-slider-shape-gradient-percent),#fff3 100%);width:4px;height:100%}.ytp-vertical-slider .ytp-input-slider::-webkit-slider-thumb{margin-right:-6px}.ytp-vertical-slider .ytp-input-slider::-moz-range-thumb{margin-right:0}}.ytp-chrome-controls .ytp-jump-button{flex:none;width:46px;padding:9px;display:none}.ytp-chrome-controls .ytp-jump-button.ytp-jump-button-enabled{display:block}.ytp-big-mode .ytp-chrome-controls .ytp-jump-button{padding-top:12px}.ytp-small-mode .ytp-chrome-controls .ytp-jump-button{padding-top:7px}.ytp-small-mode .ytp-chrome-controls .ytp-jump-button.ytp-jump-button-enabled,.ytp-tiny-mode .ytp-chrome-controls .ytp-jump-button.ytp-jump-button-enabled{display:none}.ytp-jump-button-text{fill:#fff;-webkit-user-select:none;user-select:none;font-size:9px;font-weight:900}.ytp-jump-spin .ytp-circle-arrow{transform-origin:50%;animation-name:ytp-jump-spin;animation-duration:.25s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ytp-jump-spin.backwards .ytp-circle-arrow{animation-name:ytp-jump-spin-backwards}@keyframes ytp-jump-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes ytp-jump-spin-backwards{0%{transform:rotate(1turn)}to{transform:rotate(0)}}.ytp-large-play-button{z-index:63;width:68px;height:48px;margin-top:-24px;margin-left:-34px;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;top:50%;left:50%}.ytp-large-play-button.ytp-shorts-mode{width:68px;height:90px}.ytp-big-mode .ytp-large-play-button.ytp-shorts-mode{width:102px;height:135px}.ytp-dni .ytp-large-play-button,.ytp-dni.ytp-big-mode .ytp-large-play-button,.ytp-dni.ytp-small-mode .ytp-large-play-button{width:75px;height:75px;margin-top:-37.5px;margin-left:-37.5px}.house-brand .ytp-large-play-button{width:60px;height:60px;margin-top:-30px;margin-left:-30px}.ytp-large-play-button svg{width:100%;height:100%;position:absolute;top:0;left:0}.ytp-dni .ytp-cued-thumbnail-overlay .ytp-dni-large-play-button-bg{fill-opacity:.8;transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1)}.ytp-dni .ytp-cued-thumbnail-overlay:hover .ytp-dni-large-play-button-bg{fill-opacity:1;transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1)}.ytp-big-mode .ytp-large-play-button{width:102px;height:72px;margin-top:-36px;margin-left:-51px}.house-brand.ytp-big-mode .ytp-large-play-button{width:90px;height:90px;margin-top:-45px;margin-left:-45px}.ytp-cued-thumbnail-overlay[aria-hidden=true] .ytp-large-play-button,.ytp-menu-shown .ytp-large-play-button{display:none}.ytp-muted-autoplay-end-panel .ytp-large-play-button{display:block}.ytp-large-play-button-bg{fill:#212121;fill-opacity:.8;transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1)}.ytp-large-play-button-red-bg .ytp-large-play-button-bg{fill:var(--yt-sys-color-baseline--static-brand-red,#f03);fill-opacity:1}.ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg,.ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg,.ytp-muted-autoplay-endscreen-overlay:hover .ytp-large-play-button-bg{fill:var(--yt-sys-color-baseline--static-brand-red,#f03);fill-opacity:1;transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1)}.ytp-color-party .ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg,.ytp-color-party .ytp-large-play-button.ytp-touch-device .ytp-large-play-button-bg,.ytp-color-party .ytp-muted-autoplay-endscreen-overlay:hover .ytp-large-play-button-bg{animation:.15s linear infinite ytp-party-fill}.house-brand .ytp-cued-thumbnail-overlay:hover .ytp-large-play-button-bg,.house-brand .ytp-muted-autoplay-endscreen-overlay:hover .ytp-large-play-button-bg{fill:#000}.ytp-linked-account-popup-container{flex-direction:row;justify-content:space-around;align-items:center;width:100%;height:100%;display:flex}.ytp-linked-account-popup{z-index:72;color:#111c;background:#fff;width:400px;font-family:YouTube Noto,Roboto,Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:block;position:absolute;overflow:hidden auto}html[dark] .ytp-linked-account-popup{color:#fff;background:#212121f2}.ytp-linked-account-popup-buttons{border-top:1px solid #eee;justify-content:flex-end;padding:8px 8px 8px 24px;display:flex}.ytp-linked-account-popup-button{letter-spacing:.007px;text-transform:uppercase;color:#065fd4;cursor:pointer;background-color:#0000;padding:10px 16px;font-weight:500;line-height:20px}html[dark] .ytp-linked-account-popup-button{color:#3ea6ff}.ytp-linked-account-popup-title{color:#030303;margin:16px 24px;font-size:16px;line-height:28px}html[dark] .ytp-linked-account-popup-title{color:#fff}.ytp-linked-account-popup-description{margin:4px 0 24px;padding:0 24px}.ytp-mdx-privacy-popup-confirm{text-transform:uppercase;background:#666;border-radius:2px;margin:12px 0;padding:10px 20px;font-size:14px;font-weight:500}.ytp-mdx-privacy-popup-cancel{text-transform:uppercase;border-radius:2px;margin:12px 0;padding:10px 20px;font-size:14px;font-weight:500}.ytp-mdx-popup-dialog{z-index:75;text-align:center;background:#000c;width:100%;height:100%;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;top:0;left:0}.ytp-mdx-popup-dialog-inner-content{margin-top:-70px;padding:0 20%;position:absolute;top:50%;left:0;right:0}.ytp-mdx-popup-title{padding-bottom:16px;font-size:20px}.ytp-mdx-popup-description{font-size:14px}.ytp-mdx-privacy-popup-buttons{height:44px;margin-top:20px}.ytp-big-mode .mdx-privacy-popup-buttons{height:67px;margin-top:30px}.html5-video-player.ytp-player-minimized:not(.ended-mode):not(.cued-mode):not(.unstarted-mode){overflow:visible}.ytp-player-minimized .ytp-ypc-player-content{display:none}.ytp-miniplayer-ui{z-index:67;width:100%;height:100%;position:absolute;top:0}.ytp-player-minimized .ytp-suggested-action-badge{z-index:68}.ytp-player-minimized .ytp-suggested-action-badge.ytp-suggested-action-badge-with-controls{transform:translateY(-30px)}.ytp-miniplayer-scrim{opacity:0;width:100%;height:100%;display:-moz-flexbox;-moz-justify-content:center;background-color:#00000080;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1) .1s;display:flex}.ytp-miniplayer-scrim:focus-within,.html5-video-player.ytp-player-minimized.unstarted-mode .ytp-miniplayer-scrim,.ytp-miniplayer-scrim:hover{opacity:1}.ytp-miniplayer-buttons{display:none}.ytp-player-minimized.ended-mode .ytp-miniplayer-buttons{display:block}.ytp-player-minimized.ad-showing .ytp-miniplayer-buttons{display:none}.ytp-miniplayer-close-button{z-index:67;width:40px;height:40px;padding:8px;position:absolute;top:0;right:0}.ytp-miniplayer-expand-watch-page-button{z-index:67;width:40px;height:40px;padding:8px;position:absolute}.ytp-miniplayer-expand-watch-page-button.ytp-miniplayer-button-bottom-right{bottom:4px;right:0}.ytp-miniplayer-expand-watch-page-button.ytp-miniplayer-button-top-left{top:0;left:0}.ytp-miniplayer-replay-button{z-index:67;width:32px;height:32px;position:absolute;bottom:8px;left:8px}.ytp-player-minimized.ad-showing .ytp-miniplayer-replay-button{display:none}.ytp-miniplayer-controls{-moz-justify-content:space-between;direction:ltr;justify-content:space-between;align-items:center;width:264px;display:flex}.ytp-miniplayer-button-container{min-width:64px}.ytp-miniplayer-ui .ytp-play-button{width:72px;height:72px}.ytp-miniplayer-ui .ytp-next-button,.ytp-miniplayer-ui .ytp-prev-button{width:64px;height:64px;display:inline-block}.ytp-delhi-modern .ytp-miniplayer-ui .ytp-next-button,.ytp-delhi-modern .ytp-miniplayer-ui .ytp-prev-button{width:32px;height:32px}.ytp-delhi-modern .ytp-miniplayer-ui .ytp-miniplayer-button-container{min-width:32px}.ytp-delhi-modern .ytp-miniplayer-ui .ytp-play-button{width:42px;height:42px}.ytp-delhi-modern .ytp-miniplayer-ui .ytp-miniplayer-controls svg{width:100%;height:100%}.ytp-miniplayer-ui .ytp-time-display{position:absolute;bottom:0;left:7px}.ytp-miniplayer-ui .ytp-time-display .ytp-live-badge{text-transform:uppercase;width:auto;display:none}.ytp-miniplayer-ui .ytp-time-display.ytp-live .ytp-live-badge{display:inline-block}.ytp-player-minimized.ad-showing .ytp-miniplayer-ui{display:block}.ytp-player-minimized.ad-showing .ytp-miniplayer-ui .ytp-next-button,.ytp-player-minimized.ad-showing .ytp-miniplayer-ui .ytp-prev-button,.ytp-player-minimized.ad-showing .ytp-miniplayer-ui .ytp-time-display{display:none}.ytp-player-minimized .ytp-tooltip.ytp-preview:not(.ytp-text-detail) .ytp-tooltip-title{text-align:center;width:200%;right:48px}.ytp-player-minimized .ytp-drag .ytp-exp-chapter-hover-effect,.ytp-player-minimized .ytp-progress-bar-container:hover .ytp-exp-chapter-hover-container:hover,.ytp-player-minimized .ytp-progress-bar-container:hover .ytp-exp-chapter-hover-effect{-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.2,1);transition:transform .1s cubic-bezier(0,0,.2,1);bottom:1px;transform:scaleY(1.4)}.ytp-player-minimized .ytp-progress-bar-container,.ytp-small-mode.ytp-player-minimized .ytp-progress-bar-container{z-index:68;position:absolute;bottom:-1px}.ytp-player-minimized .ytp-time-display{pointer-events:none}.ytp-player-minimized:not(.ad-showing) .ytp-progress-bar-container:hover{bottom:0}.ytp-player-minimized .video-ads,.ytp-player-minimized.ytp-menu-shown .video-ads{display:block}.ytp-player-minimized.ytp-menu-shown .ytp-ad-player-overlay{overflow:hidden}.ytp-player-minimized.ytp-menu-shown .ytp-ad-player-overlay-flyout-cta,.ytp-player-minimized.ytp-menu-shown .ytp-ad-preview-container,.ytp-player-minimized.ytp-menu-shown .ytp-ad-skip-button-container{bottom:32px}.ytp-player-minimized.ytp-menu-shown .ytp-ad-player-overlay-instream-info{bottom:3px;left:6px}.ytp-player-minimized .ytp-tooltip.ytp-text-detail .ytp-tooltip-title{text-transform:capitalize;font-size:12px}.ytp-player-minimized .ytp-tooltip.ytp-text-detail.ytp-preview{flex-direction:row-reverse;justify-content:space-between;max-width:calc(100% - 24px);display:flex}.ytp-player-minimized .html5-main-video,.ytp-player-minimized .ytp-miniplayer-scrim{border-radius:12px 12px 0 0}.ytp-player-minimized .html5-main-video{border-radius:0}.ytp-player-minimized.ytp-player-document-picture-in-picture .ytp-miniplayer-close-button,.ytp-player-minimized.ytp-player-document-picture-in-picture .ytp-miniplayer-expand-watch-page-button{display:none}.ytp-player-minimized.ytp-player-document-picture-in-picture .html5-main-video,.ytp-player-minimized.ytp-player-document-picture-in-picture .ytp-miniplayer-scrim,.ytp-player-minimized.ytp-player-document-picture-in-picture.html5-video-player{border-radius:0}.ytp-title-notifications{text-align:center;align-self:center;margin-right:5px}button.ytp-button.ytp-title-notifications{width:48px;margin-left:8px}.ytp-title-notifications:not(.ytp-notifications-enabled) .ytp-title-notifications-on,.ytp-title-notifications.ytp-notifications-enabled .ytp-title-notifications-off{display:none}.ytp-offline-slate{z-index:21;overflow:hidden}.ytp-offline-slate-background{z-index:22;background:50%/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.ytp-offline-slate.ytp-offline-slate-hide-background .ytp-offline-slate-background{display:none}.html5-video-player.ended-mode .ytp-offline-slate.ytp-offline-slate-hide-background .ytp-offline-slate-background{display:block}.ytp-offline-slate:not(.ytp-offline-slate-premiere-trailer) .ytp-offline-slate-bar-fade.ytp-offline-slate-bar{display:none}.ytp-offline-slate-bar{box-sizing:border-box;text-align:left;text-transform:uppercase;color:#fff;z-index:46;background:#000c;border-radius:8px;align-items:center;height:56px;padding:0 6px;transition:bottom .25s cubic-bezier(0,0,.2,1);display:flex;position:absolute;bottom:60px;left:12px}.ytp-delhi-modern .ytp-offline-slate-bar{background-color:#28282899;border-radius:12px}.ytp-offline-slate-bar.ytp-offline-slate-bar-hidden{display:none}.ytp-embed .ytp-offline-slate-bar{bottom:52px}.ytp-big-mode .ytp-offline-slate-bar{height:84px;padding:0 9px;bottom:90px;left:18px}.ytp-embed.ytp-big-mode .ytp-offline-slate-bar{bottom:90px}.ytp-autohide .ytp-offline-slate-bar,.ytp-hide-controls .ytp-offline-slate-bar{transition:bottom .1s cubic-bezier(.4,0,1,1);bottom:12px}.ytp-autohide .ytp-big-mode .ytp-offline-slate-bar,.ytp-hide-controls .ytp-big-mode .ytp-offline-slate-bar{bottom:18px}.ytp-offline-slate-icon{width:24px;margin:0 14px}.ytp-delhi-modern .ytp-offline-slate-icon{display:none}.ytp-big-mode .ytp-offline-slate-icon{width:36px}.ytp-offline-slate-buttons{margin:12px 6px}.ytp-offline-slate-button{background:#ffffff40;border-radius:2px;min-width:80px;height:32px;padding:0 8px}.ytp-delhi-modern .ytp-offline-slate-button{color:#282828;background-color:#fff;border-radius:18px}.ytp-offline-slate-button-icon{vertical-align:middle;height:24px;display:inline-block}.ytp-delhi-modern .ytp-offline-slate-button-icon{width:18px;height:18px}.ytp-delhi-modern .ytp-offline-slate-button-icon svg{fill:#282828;width:18px;height:18px}.ytp-offline-slate-button-text{vertical-align:middle;margin:0 8px;font-size:110%;font-weight:500;line-height:32px;display:inline-block}.ytp-reminder-menu{text-shadow:0 0 2px #00000080;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:#1c1c1ce6;border-radius:2px;outline:none;transition:opacity .1s cubic-bezier(0,0,.2,1);position:absolute;bottom:55px;overflow:hidden}.ytp-reminder-menu[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-reminder-menu-contents{box-sizing:border-box;color:#eee;width:100%;padding:8px 0;display:table}.ytp-reminder-menu-item{cursor:default;outline:none;height:40px;display:table-row}.ytp-big-mode .ytp-reminder-menu-item{height:49px}.ytp-reminder-menu-item:not([aria-disabled=true]){cursor:pointer}.ytp-reminder-menu-item:not([aria-disabled=true]):hover{background-color:#ffffff1a}.ytp-reminder-menu-item-icon,.ytp-reminder-menu-item-label{vertical-align:middle;padding:0 15px;display:table-cell}.ytp-reminder-menu-item-label{text-transform:none;padding-left:0;font-size:118%;font-weight:500}.ytp-big-mode .ytp-reminder-menu-item-label{padding:0 15px 0 0}.ytp-reminder-menu-item-icon{padding:0 10px}.ytp-big-mode .ytp-reminder-menu-item-icon{padding:0 15px}.ytp-reminder-menu-item-icon svg{width:24px;height:24px;display:block}.ytp-big-mode .ytp-reminder-menu-item-icon svg{width:36px;height:36px}.ytp-big-mode .ytp-offline-slate-buttons{margin:18px 9px}.ytp-big-mode .ytp-offline-slate-button{border-radius:3px;min-width:120px;height:48px;padding:0 12px}.ytp-big-mode .ytp-offline-slate-button-text{margin:0 12px;font-size:130%;font-weight:500;line-height:48px}.ytp-offline-slate-messages{flex:1;min-width:180px;margin:0 6px}.ytp-big-mode .ytp-offline-slate-messages{min-width:270px;margin:0 9px}.ytp-offline-slate-main-text,.ytp-offline-slate-subtitle-text{text-transform:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ytp-offline-slate-main-text{font-size:140%;font-weight:400}.ytp-offline-slate-subtitle-text{font-size:110%;font-weight:500}.ytp-offline-slate-close-button,.ytp-offline-slate-open-button{display:none}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-bar{z-index:23;border-radius:0;flex-direction:column;align-items:flex-start;width:300px;min-width:auto;height:auto;padding:48px 25px 25px;transition:right .25s ease-in-out;inset:0 0 0 auto}.ytp-big-mode .ytp-offline-slate-premiere-trailer .ytp-offline-slate-bar{padding-top:69px}.ytp-player-minimized .ytp-offline-slate-premiere-trailer .ytp-offline-slate-bar,.ytp-player-minimized .ytp-offline-slate-premiere-trailer .ytp-offline-slate-close-button,.ytp-player-minimized .ytp-offline-slate-premiere-trailer.ytp-offline-slate-collapsed .ytp-offline-slate-open-button{display:none}.ytp-offline-slate-premiere-trailer.ytp-offline-slate-collapsed .ytp-offline-slate-bar{right:-100%}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-icon{display:none}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-close-button,.ytp-offline-slate-premiere-trailer .ytp-offline-slate-open-button{z-index:23;width:50px;height:50px;margin-top:-25px;position:absolute;top:50%;right:0}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-close-button{display:block}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-open-button:before{content:"";background:#000c;width:20px;height:28px;display:block;position:absolute;top:10px;left:15px}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-open-button svg{position:absolute;top:0;left:0}.ytp-offline-slate-premiere-trailer.ytp-offline-slate-collapsed .ytp-offline-slate-close-button{display:none}.ytp-offline-slate-premiere-trailer.ytp-offline-slate-collapsed .ytp-offline-slate-open-button{display:block}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-messages{flex:none;margin:0}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-main-text{height:auto;font-size:20px;font-weight:500}.ytp-big-mode .ytp-offline-slate-premiere-trailer .ytp-offline-slate-main-text{margin-top:0}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-subtitle-text{color:#aaa;white-space:normal;margin:5px 0 20px;font-size:13px;line-height:1.3em}.ytp-big-mode .ytp-offline-slate-premiere-trailer .ytp-offline-slate-subtitle-text{margin-left:0}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-description{text-transform:none;max-height:300px;margin:20px 0;font-size:13px;display:block;overflow:hidden}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-buttons{margin-left:0;margin-right:0}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-buttons .ytp-reminder-menu{bottom:auto}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-button{color:#fff;text-transform:uppercase;background:#ffffff4d;height:auto;padding:4px 8px;font-size:14px}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-button svg{fill:#fff}.ytp-offline-slate-premiere-trailer .ytp-offline-slate-button-text{margin:0 8px;font-size:110%;line-height:32px}.ytp-chrome-top .ytp-overflow-button{width:auto;min-width:48px;height:auto}.ytp-embed:not(.ad-showing).ytp-small-mode .ytp-overflow-button{padding-top:16px}.ytp-overflow-icon{vertical-align:middle;width:36px;height:36px;margin:auto}.ytp-overflow-panel{z-index:74;text-align:center;background:#000c;width:100%;height:100%;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;top:0;left:0}.ytp-overflow-panel[aria-hidden=true]{opacity:0;transition:opacity .25s cubic-bezier(.4,0,1,1)}.ytp-autohide.ytp-embed-overlays-autohide .ytp-overflow-panel{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-autohide:not(.ytp-autohide-active).ytp-embed-overlays-autohide .ytp-overflow-panel{display:none}.ytp-overflow-panel-content{margin-top:-48px;position:absolute;top:50%;left:0;right:0}.ytp-overflow-panel-close{width:36px;height:36px;padding:0;position:absolute;top:6px;right:12px}.ytp-mobile.ytp-embed-mobile .ytp-overflow-panel-close{width:48px;height:48px}.ytp-overflow-panel-close path{fill:#aaa}.ytp-overflow-panel-close:hover path{fill:#fff}.ytp-overflow-panel-action-buttons{flex-wrap:nowrap;justify-content:center;align-items:flex-start;display:flex}.ytp-overlays-container{z-index:59;pointer-events:none;position:absolute;inset:8px 12px 72px}.ytp-overlays-container .ytp-overlay-top-left{width:100%;position:absolute}.ytp-overlays-container .ytp-overlay-top-left>*{pointer-events:auto;margin-bottom:12px}.ytp-overlays-container .ytp-overlay-top-right{width:100%;position:absolute;right:0}.ytp-overlays-container .ytp-overlay-top-right>*{pointer-events:auto;margin-bottom:12px;margin-left:auto;margin-right:0}.ytp-overlays-container .ytp-overlay-top-right .ytp-chrome-top-buttons{margin-bottom:0}.ytp-overlays-container .ytp-overlay-top-right .ytp-chrome-top-buttons>*{margin-bottom:12px}.ytp-overlays-container .ytp-overlay-bottom-left{width:100%;position:absolute;bottom:0}.ytp-overlays-container .ytp-overlay-bottom-left>*{pointer-events:auto;margin-top:12px}.ytp-overlays-container .ytp-overlay-bottom-right{position:absolute;bottom:0;right:0}.ytp-overlays-container .ytp-overlay-bottom-right>*{pointer-events:auto;margin-top:12px;margin-left:auto;margin-right:0}.ytp-overlays-container .ytp-overlay-inline-container{gap:12px;width:fit-content;display:flex}.ytp-overlays-container .ytp-overlay-inline-container>*{pointer-events:auto}.ytp-overlays-container{transition:bottom .1s;transition:opacity .25s cubic-bezier(0,0,.2,1)}.ytp-full-bleed-player.ytp-grid-scrolling .ytp-overlays-container{transition:bottom}.ytp-big-mode .ytp-overlays-container{inset:8px 24px 78px}.ytp-embed:not(.ad-showing) .ytp-overlays-container{top:60px}.ytp-big-mode:not(.ytp-delhi-modern) .ytp-overlays-container{top:69px;bottom:78px}.ytp-delhi-modern .ytp-overlays-container{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 24px)}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-overlays-container{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 24px + var(--ytp-grid-peek-height) + 100%*var(--ytp-grid-scroll-percentage))}.ytp-delhi-modern.ytp-big-mode .ytp-overlays-container{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 24px)}.ytp-delhi-modern.ytp-big-mode.ytp-fullscreen-grid-peeking .ytp-overlays-container{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 24px + var(--ytp-grid-peek-height) + 100%*var(--ytp-grid-scroll-percentage))}.ytp-autohide:not(.ytp-autohide-active) .ytp-overlays-container,.ytp-delhi-modern.ytp-autohide:not(.ytp-autohide-active) .ytp-overlays-container{bottom:24px}.ytp-delhi-modern.ytp-player-minimized .ytp-overlays-container,.ytp-player-minimized .ytp-overlays-container{bottom:36px}.html5-video-player.ended-mode .ytp-paid-content-overlay,.ytp-delhi-modern.ytp-player-minimized .ytp-playlist-menu-button{display:none}.ytp-paid-content-overlay{pointer-events:none;text-shadow:0 0 2px #00000080;z-index:27;border-radius:2px;height:30px;font-size:109.091%;line-height:30px;display:inline-block;position:absolute;bottom:53px;left:25px;overflow:hidden}.ytp-big-mode .ytp-overlays-container .ytp-paid-content-overlay,.ytp-overlays-container .ytp-paid-content-overlay{position:relative;inset:0}.ytp-exp-ppp-update .ytp-paid-content-overlay{pointer-events:auto;border-radius:0;height:auto;font-weight:400;inset:16px auto auto 16px}.ytp-exp-ppp-update .ytp-paid-content-overlay-link{background-color:#0009;border-left:4px solid #3ea6ff;border-radius:4px;align-items:center;max-width:312px;padding:8px 0 8px 8px;transition:opacity .25s cubic-bezier(0,0,.2,1);display:flex}.ytp-exp-ppp-update .ytp-paid-content-overlay-link[href=\#]{pointer-events:none}.ytp-exp-ppp-update .ytp-paid-content-overlay-icon{flex-shrink:0;width:24px;height:24px}.ytp-exp-ppp-update .ytp-paid-content-overlay-text{font-size:13px;font-weight:inherit;background:0 0;flex-grow:1;padding:8px;line-height:1em}.ytp-exp-ppp-update .ytp-paid-content-overlay-chevron{flex-shrink:0;width:24px;height:24px}.ytp-exp-ppp-update .ytp-paid-content-overlay-chevron:empty,.ytp-exp-ppp-update .ytp-paid-content-overlay-icon:empty{width:0;height:0}.ytp-exp-ppp-update.ytp-big-mode .ytp-paid-content-overlay{height:auto;line-height:inherit;bottom:auto;left:16px}.ytp-exp-ppp-update.ytp-big-mode .ytp-paid-content-overlay,.ytp-exp-ppp-update.ytp-embed .ytp-paid-content-overlay{top:64px}.ytp-exp-ppp-update.ytp-big-mode.ytp-autohide .ytp-paid-content-overlay,.ytp-exp-ppp-update.ytp-big-mode.ytp-hide-info-bar .ytp-paid-content-overlay,.ytp-exp-ppp-update.ytp-embed.ytp-autohide .ytp-paid-content-overlay,.ytp-exp-ppp-update.ytp-embed.ytp-hide-info-bar .ytp-paid-content-overlay{top:16px}.ytp-exp-ppp-update .ytp-paid-content-overlay-indicator{display:none}.ytp-exp-ppp-update .ytp-overlays-container .ytp-paid-content-overlay,.ytp-exp-ppp-update.ytp-big-mode .ytp-overlays-container .ytp-paid-content-overlay,.ytp-exp-ppp-update.ytp-big-mode.ytp-delhi-modern .ytp-overlays-container .ytp-paid-content-overlay{position:relative;inset:0}.ytp-delhi-modern.ytp-exp-ppp-update .ytp-paid-content-overlay-link{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009);border-left:unset;padding:5px}.ytp-delhi-modern.ytp-exp-ppp-update .ytp-paid-content-overlay-indicator{background-color:#3ea6ff;border-radius:4px;width:4px;height:20px;margin:0 8px;display:block}.ytp-embed .ytp-paid-content-overlay{bottom:45px}.ytp-paid-content-overlay-text{opacity:1;background-color:#0009;padding:0 14px;font-size:14px;font-weight:500;line-height:32px;transition:opacity .25s cubic-bezier(0,0,.2,1)}.ytp-big-mode .ytp-paid-content-overlay{height:42px;line-height:42px;bottom:62px;left:44px}.ytp-autohide .ytp-paid-content-overlay,.ytp-iv-drawer-open .ytp-paid-content-overlay{transition:bottom .1s cubic-bezier(.4,0,1,1);bottom:6px}.ytp-big-mode.ytp-autohide .ytp-paid-content-overlay,.ytp-big-mode.ytp-iv-drawer-open .ytp-paid-content-overlay{bottom:12px}.ytp-paid-content-overlay-text[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-menuitem{cursor:default;outline:none;display:table-row}.ytp-menuitem:not(.ytp-menuitem-with-footer){height:40px}.ytp-big-mode .ytp-menuitem:not(.ytp-menuitem-with-footer){height:49px}.ytp-menuitem:not([aria-disabled=true]){cursor:pointer}.ytp-menuitem:not([aria-disabled=true]):hover{background-color:#ffffff1a}.ytp-menuitem-content,.ytp-menuitem-icon,.ytp-menuitem-label,.ytp-menuitem-secondary-icon{vertical-align:middle;padding:0 15px;display:table-cell}.ytp-menuitem-label{padding-left:0}.ytp-menuitem-icon{padding:0 10px}.ytp-big-mode .ytp-menuitem-icon{padding:0 15px}.ytp-menuitem-icon svg{width:24px;height:24px;display:block}.ytp-menuitem-secondary-icon svg{width:16px;height:16px;display:block}.ytp-big-mode:not(.ytp-delhi-modern) .ytp-menuitem-icon svg{width:36px;height:36px}.ytp-menuitem-label{font-size:118%;font-weight:500}.ytp-delhi-modern .ytp-menuitem-label{font-size:14px;font-weight:unset}.ytp-menuitem-label-wrapper{vertical-align:middle;display:table-cell}.ytp-menuitem-keyboard-shortcut{color:#ccc;padding-left:3px;font-size:115%}.ytp-quality-menu .ytp-menuitem{white-space:nowrap}.ytp-quality-menu .ytp-panel-menu{margin-right:10px}.ytp-quality-menu .ytp-menuitem-label sup{width:0;display:inline-block}.ytp-big-mode .ytp-menuitem-content,.ytp-big-mode .ytp-menuitem-label{padding:0 15px 0 0}.ytp-menuitem[role=menuitemradio] .ytp-menuitem-content{display:none}.ytp-menuitem[role=menuitemradio] .ytp-menuitem-label{border-bottom:none;padding-left:35px;padding-right:20px}.ytp-big-mode .ytp-menuitem[role=menuitemradio] .ytp-menuitem-label{padding-left:52px;padding-right:35px}.ytp-menuitem[role=menuitemradio][aria-checked=true] .ytp-menuitem-label{-moz-background-size:18px 18px;-webkit-background-size:18px 18px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkgMTYuMiA0LjggMTJsLTEuNCAxLjRMOSAxOSAyMSA3bC0xLjQtMS40eiIvPjwvc3ZnPg==);background-position:10px;background-repeat:no-repeat;background-size:18px 18px}.ytp-big-mode .ytp-menuitem[role=menuitemradio][aria-checked=true] .ytp-menuitem-label{-moz-background-size:27px 27px;-webkit-background-size:27px 27px;background-position:15px;background-size:27px 27px}.ytp-probably-keyboard-focus .ytp-menuitem:focus .ytp-menuitem-icon{box-shadow:inset 2px 2px #1b7fcccc,inset 0 -2px #1b7fcccc}.ytp-probably-keyboard-focus .ytp-menuitem:focus .ytp-menuitem-label{box-shadow:inset 0 2px #1b7fcccc,inset 0 -2px #1b7fcccc}.ytp-probably-keyboard-focus .ytp-menuitem:focus .ytp-menuitem-label:first-child{box-shadow:inset 2px 2px #1b7fcccc,inset 0 -2px #1b7fcccc}.ytp-probably-keyboard-focus .ytp-menuitem:focus .ytp-menuitem-content{box-shadow:inset -2px -2px #1b7fcccc,inset 0 2px #1b7fcccc}.ytp-probably-keyboard-focus .ytp-menuitem[role=menuitemradio]:focus .ytp-menuitem-label{box-shadow:inset 2px 2px #1b7fcccc,inset -2px -2px #1b7fcccc}.ytp-menuitem-content{text-align:right;font-size:109%}.ytp-menuitem-sublabel{float:left}.ytp-menu-label-secondary,.ytp-menuitem-sublabel{color:#ccc;font-size:91%}.ytp-menuitem[aria-haspopup=true] .ytp-menuitem-content{-moz-background-size:32px 32px;-webkit-background-size:32px 32px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEyLjU5IDIwLjM0IDQuNTgtNC41OS00LjU4LTQuNTlMMTQgOS43NWw2IDYtNiA2eiIvPjwvc3ZnPg==);background-position:right 9px center;background-repeat:no-repeat;background-size:32px 32px;padding-right:38px}[dir=rtl] .ytp-menuitem[aria-haspopup=true] .ytp-menuitem-content{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTE5LjQxIDIwLjA5LTQuNTgtNC41OSA0LjU4LTQuNTlMMTggOS41bC02IDYgNiA2eiIvPjwvc3ZnPg==)}.ytp-big-mode .ytp-menuitem[aria-haspopup=true] .ytp-menuitem-content{-moz-background-size:48px 48px;-webkit-background-size:48px 48px;background-position:right 13px center;background-size:48px 48px;padding-right:57px}.ytp-delhi-modern .ytp-menuitem-content{color:var(--yt-sys-color-baseline--overlay-text-secondary,#ffffffb3);font-size:14px}.ytp-delhi-modern .ytp-menuitem[aria-haspopup=true] .ytp-menuitem-content{-moz-background-size:18px 18px;-webkit-background-size:18px 18px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii43IiBkPSJtOS40IDE4LjQtLjctLjcgNS42LTUuNi01LjctNS43LjctLjcgNi40IDYuNHoiLz48L3N2Zz4=);background-position:right 12px center;background-size:18px 18px;padding-right:32px}.ytp-delhi-modern [dir=rtl] .ytp-menuitem[aria-haspopup=true] .ytp-menuitem-content{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9Ii43IiBkPSJNMTQuOTYgMTguOTYgOCAxMmw2Ljk2LTYuOTYuNzEuNzFMOS40MSAxMmw2LjI1IDYuMjV6Ii8+PC9zdmc+)}.ytp-menuitem sup{font-size:.8em;font-weight:500;line-height:0}.ytp-menuitem-label-count{color:#ccc}.ytp-menuitemtitle{text-align:center;max-width:200px;padding:0 15px}.ytp-big-mode .ytp-menuitemtitle{max-width:300px;padding:0 22px}.ytp-menuitem-inline-survey-response{cursor:pointer;margin-left:.8em;display:inline-block}.ytp-menuitem-inline-survey-response:hover{background-color:#ffffff1a}.ytp-menuitem-inline-survey-response svg{width:20px;height:20px;margin-bottom:-4px}.ytp-menuitem-highlighted{background-color:var(--yt-sys-color-baseline--suggested-action)}.ytp-menuitem-highlight-transition-enabled.ytp-menuitem:not(.ytp-menuitem-highlighted){transition:background-color 3s linear 1s}.ytp-menuitem-with-footer{flex-direction:column;padding-top:15px;display:flex}.ytp-menuitem-footer{padding-top:5px}.ytp-menuitem-section-header .ytp-menuitem-label{color:#eee;padding:8px}.ytp-delhi-modern .ytp-menuitem-section-header .ytp-menuitem-label{padding:0}.ytp-panel{min-width:250px;position:absolute;bottom:0;right:0;overflow:hidden auto}.ytp-panel-header{line-height:inherit;color:#eee;white-space:nowrap;border-bottom:1px solid #fff3;align-items:center;height:40px;padding:8px 0;font-size:109%;display:flex}.ytp-panel-footer{line-height:inherit;color:#eee;vertical-align:middle;border-top:1px solid #fff3;width:250px;min-height:40px;padding:16px 0;font-size:118%;font-weight:500}.ytp-panel-footer-content{margin:0 10px}.ytp-panel-footer.ytp-panel-hide-footer{display:none}.html5-video-player .ytp-panel-footer-content-link{color:#167ac6}.ytp-touch-mode .ytp-panel-header{height:40px}.ytp-big-mode .ytp-panel-header{height:49px}.ytp-panel-back-button-container{justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ytp-panel-back-button{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTE5LjQxIDIwLjA5LTQuNTgtNC41OSA0LjU4LTQuNTlMMTggOS41bC02IDYgNiA2eiIvPjwvc3ZnPg==);width:32px;height:32px}.ytp-panel-title:hover{cursor:pointer}.ytp-panel-options{margin-left:auto}.ytp-panel-title{font-weight:500}[dir=rtl] .ytp-panel-title{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTEyLjU5IDIwLjM0IDQuNTgtNC41OS00LjU4LTQuNTlMMTQgOS43NWw2IDYtNiA2eiIvPjwvc3ZnPg==)}.ytp-big-mode .ytp-panel-title{-moz-background-size:48px 48px;-webkit-background-size:48px 48px;background-size:48px 48px;padding:0 15px 0 52px}.ytp-big-mode.ytp-delhi-modern .ytp-panel-title{padding:0 15px 0 0}.ytp-panel-options{height:100%;padding:0 10px;text-decoration:underline}.ytp-big-mode .ytp-panel-options{padding:0 15px}.ytp-panel-menu{color:#eee;box-sizing:border-box;width:100%;padding:8px 0;display:table}.ytp-chrome-controls .ytp-play-button,.ytp-embed .ytp-chrome-controls .ytp-play-button{width:46px}.ytp-delhi-modern .ytp-chrome-controls .ytp-play-button{width:56px;height:56px;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:50%;margin-top:8px}.ytp-delhi-modern .ytp-chrome-controls .ytp-play-button svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-chrome-controls .ytp-play-button{padding:0}.ytp-delhi-modern-icons .ytp-chrome-controls .ytp-play-button svg{padding:10px}.ytp-delhi-modern-icons.ytp-big-mode .ytp-chrome-controls .ytp-play-button svg{padding:18px}.ytp-delhi-modern-icons.ytp-big-mode.ytp-big-mode-consistent-pill-height .ytp-chrome-controls .ytp-play-button svg{padding:10px}.ytp-delhi-modern-icons.ytp-xsmall-width-mode .ytp-chrome-controls .ytp-play-button{width:52px;height:52px;margin-top:6px}.ytp-delhi-modern-icons.ytp-xsmall-width-mode .ytp-chrome-controls .ytp-play-button svg{width:24px;height:24px;padding:14px}.ytp-delhi-modern-icons.ytp-big-mode.ytp-xsmall-width-mode .ytp-chrome-controls .ytp-play-button svg{padding:12px 10px}.ytp-delhi-modern.ytp-delhi-modern-compact-controls .ytp-chrome-controls .ytp-play-button{width:var(--yt-delhi-pill-height,48px);height:var(--yt-delhi-pill-height,48px);margin-top:var(--yt-delhi-pill-top-height,12px);-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:50%}.ytp-delhi-modern.ytp-delhi-modern-compact-controls .ytp-chrome-controls .ytp-play-button svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern.ytp-delhi-modern-compact-controls .ytp-chrome-controls .ytp-play-button{padding:0}.ytp-delhi-modern.ytp-delhi-modern-compact-controls .ytp-chrome-controls .ytp-play-button svg{width:24px;height:24px;padding:8px}.ytp-delhi-modern.ytp-delhi-modern-compact-controls.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-controls .ytp-play-button{width:var(--yt-delhi-big-mode-pill-height,56px);height:var(--yt-delhi-big-mode-pill-height,56px);margin-top:var(--yt-delhi-big-mode-pill-top-height,20px);border-radius:50%}.ytp-delhi-modern.ytp-delhi-modern-compact-controls.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-controls .ytp-play-button svg{width:24px;height:24px;padding:12px}.ytp-delhi-modern-with-luminosity.ytp-delhi-modern .ytp-chrome-controls .ytp-play-button{background-blend-mode:luminosity;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-difference.ytp-delhi-modern .ytp-chrome-controls .ytp-play-button{background-blend-mode:difference;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-exclusion.ytp-delhi-modern .ytp-chrome-controls .ytp-play-button{background-blend-mode:exclusion;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-big-mode .ytp-chrome-controls .ytp-play-button{width:69px}.ytp-chrome-controls .ytp-play-button-playlist{width:40px}.ytp-big-mode .ytp-chrome-controls .ytp-play-button-playlist{width:60px}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-controls .ytp-play-button,.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-chrome-controls .ytp-play-button-playlist{width:72px;height:72px;margin-top:12px}.ytp-embed.ytp-embed-mobile .ytp-chrome-controls .ytp-button.ytp-prev-button,.ytp-embed.ytp-embed-mobile.ytp-small-mode .ytp-chrome-controls .ytp-button.ytp-next-button,.ytp-embed.ytp-embed-mobile.ytp-small-mode .ytp-chrome-controls .ytp-button.ytp-prev-button,.ytp-embed.ytp-embed.ytp-embed-mobile .ytp-chrome-controls .ytp-button.ytp-next-button{display:none}.ytp-next-button,.ytp-play-button,.ytp-prev-button{flex:none}.ytp-playlist-menu{z-index:73;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.2,1);background:#000c;width:400px;max-width:100%;transition:transform .25s cubic-bezier(0,0,.2,1);position:absolute;top:0;bottom:0;left:0}.ytp-embed-playlist .ytp-playlist-menu{left:auto;right:0}.ytp-big-mode .ytp-playlist-menu{width:600px}[dir=ltr] .ytp-playlist-menu[aria-hidden=true]{-webkit-transition:-webkit-transform .25s cubic-bezier(.4,0,1,1);transition:transform .25s cubic-bezier(.4,0,1,1);transform:translate(-100%)}[dir=ltr] .ytp-embed-playlist .ytp-playlist-menu[aria-hidden=true]{transform:translate(100%)}[dir=rtl] .ytp-playlist-menu[aria-hidden=true]{-webkit-transition:-webkit-transform .25s cubic-bezier(.4,0,1,1);transition:transform .25s cubic-bezier(.4,0,1,1);transform:translate(100%)}[dir=rtl] .ytp-embed-playlist .ytp-playlist-menu[aria-hidden=true]{transform:translate(-100%)}.ytp-playlist-menu-header{border-bottom:1px solid #444;padding:15px}.ytp-big-mode .ytp-playlist-menu-header{padding:23px}.ytp-playlist-menu-title{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;height:20px;padding-right:15px;font-size:136%;line-height:20px;overflow:hidden}.ytp-big-mode .ytp-playlist-menu-title{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;height:30px;padding-right:23px;line-height:30px;overflow:hidden}.ytp-playlist-menu-subtitle{color:#b8b8b8;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;line-height:17px;overflow:hidden}.ytp-big-mode .ytp-playlist-menu-subtitle{line-height:26px}.ytp-playlist-menu-close{width:24px;height:24px;position:absolute;top:15px;right:15px}.ytp-big-mode .ytp-playlist-menu-close{width:36px;height:36px;top:23px;right:23px}.ytp-playlist-menu-close path{fill:#aaa}.ytp-playlist-menu-close:hover path{fill:#fff}.ytp-playlist-menu-items{position:absolute;inset:68px 0 0;overflow:auto}.ytp-big-mode .ytp-playlist-menu-items{top:103px}.ytp-chrome-top .ytp-playlist-menu-button,.ytp-embed-playlist.ytp-big-mode .ytp-chrome-top .ytp-playlist-menu-button{width:auto;height:auto}.ytp-embed:not(.ad-showing).ytp-small-mode .ytp-playlist-menu-button{padding-top:16px}.ytp-playlist-menu-button-icon{width:36px;height:36px}.ytp-embed-playlist .ytp-playlist-menu-button-icon{margin:auto}.ytp-big-mode .ytp-playlist-menu-button-icon{width:54px;height:54px}.ytp-playlist-menu-button-text{opacity:1;padding-right:6px;line-height:36px}.ytp-embed-playlist:not(.ytp-small-mode) .ytp-playlist-menu-button{margin-left:10px;margin-right:10px}.ytp-embed-playlist .ytp-playlist-menu-button-text{line-height:inherit;opacity:1;text-align:center;padding:0;font-size:14px;font-weight:500}.ytp-embed-playlist .ytp-playlist-menu-button-icon,.ytp-embed-playlist .ytp-playlist-menu-button-text{display:block}.ytp-embed-playlist.ytp-small-mode .ytp-playlist-menu-button-text,.ytp-playlist-menu-button-tiny .ytp-playlist-menu-button-text{display:none}.ytp-big-mode .ytp-playlist-menu-button-text{line-height:54px}.ytp-embed-playlist.ytp-big-mode .ytp-playlist-menu-button-text{line-height:inherit;font-size:20px}.ytp-playlist-menu-button-icon,.ytp-playlist-menu-button-text{vertical-align:middle;display:inline-block}.ytp-playlist-menu-button{min-width:48px}.ytp-delhi-modern.ytp-big-mode .ytp-playlist-menu-button{width:56px;height:56px;margin-top:9px;padding:0}.ytp-delhi-modern .ytp-playlist-menu-button{min-width:36px;max-width:400px;min-height:36px;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009);border-radius:27px;flex-direction:row;justify-content:center;align-items:center;margin-top:9px;display:flex}.ytp-delhi-modern .ytp-playlist-menu-button .ytp-playlist-menu-button-icon{flex:none}.ytp-delhi-modern .ytp-playlist-menu-button .ytp-playlist-menu-button-text,.ytp-delhi-modern .ytp-playlist-menu-button .ytp-playlist-menu-button-title{display:none}.ytp-delhi-modern .ytp-overlays-container .ytp-playlist-menu-button{margin-top:unset;z-index:58;position:relative}.ytp-hide-info-bar .ytp-overlays-container .ytp-playlist-menu-button{display:none}.ytp-scrubber-container{z-index:43;position:absolute;top:-4px;left:-6.5px}.ytp-delhi-modern .ytp-scrubber-container{top:-3px;left:-6px}.ytp-decorated-scrubber-container{top:-9.5px;left:-12px}.ytp-delhi-modern .ytp-decorated-scrubber-container{top:-9px;left:-12px}.ytp-big-mode .ytp-scrubber-container{top:-6px;left:-10px}.ytp-delhi-modern.ytp-big-mode .ytp-scrubber-container{top:-8px;left:-10px}.ytp-scrubber-button{-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);border-radius:6.5px;width:13px;height:13px;transition:transform .1s cubic-bezier(.4,0,1,1)}.ytp-delhi-modern .ytp-scrubber-button{border-radius:6px;width:12px;height:12px}.ytp-decorated-scrubber-container .ytp-scrubber-button{background-color:#0000;width:24px;height:24px}* .ytp-scrubber-button.ytp-hide-scrubber-button,.ytp-delhi-modern .ytp-drag .ytp-scrubber-button.ytp-hide-scrubber-button,.ytp-delhi-modern .ytp-scrubber-button.ytp-hide-scrubber-button{transform:scale(0)}.ytp-drag .ytp-scrubber-container .ytp-scrubber-button.ytp-scrubber-button-hover,.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-scrubber-container .ytp-scrubber-button.ytp-scrubber-button-hover{transform:scale(1.54)}.ytp-big-mode .ytp-scrubber-button{border-radius:10px;width:20px;height:20px;bottom:20px;left:10px}.ytp-decorated-scrubber-button{width:24px;height:24px;display:none}.ytp-decorated-scrubber-container .ytp-decorated-scrubber-button{display:block}.ypc-loaded .ytp-scrubber-button.ytp-swatch-background-color{background-color:#2793e6}.ad-interrupting .ytp-scrubber-button.ytp-swatch-background-color{background-color:#fc0}.ytp-probably-keyboard-focus .ytp-progress-bar:focus{box-shadow:0 0 0 2px #1b7fcccc}.ytp-drag .ytp-scrubber-button,.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-scrubber-button,.ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-scrubber-button{-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.2,1);transition:transform .1s cubic-bezier(0,0,.2,1);transform:none}.ytp-delhi-modern .ytp-drag .ytp-scrubber-button,.ytp-delhi-modern .ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-scrubber-button,.ytp-delhi-modern .ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-scrubber-button{-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1);transform:scale(1.67)}.ytp-drag .ytp-decorated-scrubber-container .ytp-scrubber-button,.ytp-drag .ytp-decorated-scrubber-container .ytp-scrubber-button.ytp-scrubber-button-hover,.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-decorated-scrubber-container .ytp-scrubber-button,.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-decorated-scrubber-container .ytp-scrubber-button.ytp-scrubber-button-hover{-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.2,1);transition:transform .1s cubic-bezier(0,0,.2,1);transform:scale(1.16667)}.ytp-delhi-modern .ytp-drag .ytp-decorated-scrubber-container .ytp-scrubber-button,.ytp-delhi-modern .ytp-drag .ytp-decorated-scrubber-container .ytp-scrubber-button.ytp-scrubber-button-hover,.ytp-delhi-modern .ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-decorated-scrubber-container .ytp-scrubber-button,.ytp-delhi-modern .ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-decorated-scrubber-container .ytp-scrubber-button.ytp-scrubber-button-hover{-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1);transform:scale(1.16667)}.ytp-scrubber-pull-indicator{z-index:42;position:absolute;bottom:16.9px;left:6.5px;transform:rotate(45deg)}.ytp-scrubber-pull-indicator:after,.ytp-scrubber-pull-indicator:before{content:"";opacity:0;border:0 solid #eaeaea;border-width:2px 0 0 2px;width:6.5px;height:6.5px;display:block;position:absolute;top:0;left:0}.ytp-big-mode .ytp-scrubber-pull-indicator:after,.ytp-big-mode .ytp-scrubber-pull-indicator:before{width:10px;height:10px}.ytp-scrubber-pull-indicator:after{transition:all .1s}.ytp-scrubber-pull-indicator:before{transition:all .2s}.ytp-chapter-hover-container,.ytp-chapters-container{z-index:32;height:100%;position:relative;left:0}.ytp-chapters-container{width:100%}.ytp-chapter-hover-container{float:left}.ytp-progress-list{z-index:39;-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);background:#fff3;height:100%;transition:transform .1s cubic-bezier(.4,0,1,1);position:relative;transform:scaleY(.6)}.ytp-delhi-modern .ytp-progress-list{-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1);background:#28282899;transition:transform .2s cubic-bezier(.05,0,0,1);overflow:hidden;transform:scaleY(.667)}.ytp-delhi-modern-with-luminosity.ytp-delhi-modern .ytp-progress-list{background-blend-mode:luminosity;background:#50505099}.ytp-delhi-modern-with-difference.ytp-delhi-modern .ytp-progress-list{background-blend-mode:difference;background:#50505099}.ytp-delhi-modern-with-exclusion.ytp-delhi-modern .ytp-progress-list{background-blend-mode:exclusion;background:#50505099}.ytp-big-mode .ytp-progress-list{transform:translateY(-.5px)scaleY(.625)}.ytp-drag .ytp-progress-list,.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-progress-list,.ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-progress-list{-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.2,1);transition:transform .1s cubic-bezier(0,0,.2,1);transform:none}.ytp-delhi-modern .ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-progress-list,.ytp-delhi-modern .ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-progress-list,.ytp-drag .ytp-progress-list{-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1);transform:none}.ytp-drag .ytp-exp-chapter-hover-effect,.ytp-exp-chapter-hover-container:hover,.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-exp-chapter-hover-effect,.ytp-progress-bar-container:hover:not([aria-disabled=true]).ytp-timed-markers-enabled .ytp-progress-list{-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.2,1);transition:transform .1s cubic-bezier(0,0,.2,1);transform:scaleY(1.8)}.ytp-delhi-modern.ytp-progress-bar-hover .ytp-drag .ytp-exp-chapter-hover-effect,.ytp-delhi-modern.ytp-progress-bar-hover .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-exp-chapter-hover-effect,.ytp-delhi-modern.ytp-progress-bar-hover .ytp-progress-bar-container:not([aria-disabled=true]).ytp-timed-markers-enabled .ytp-progress-list{-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1);transform:scaleY(1.667)}.ytp-delhi-modern .ytp-exp-chapter-hover-container:hover,.ytp-delhi-modern .ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-exp-chapter-hover-effect,.ytp-delhi-modern .ytp-progress-bar-container:hover:not([aria-disabled=true]).ytp-timed-markers-enabled .ytp-progress-list{-webkit-transition:-webkit-transform unset;transition:transform unset,-webkit-transform unset}.ytp-repeating-chapter{transform:scaleY(1.8)}.ytp-bound-time-left,.ytp-bound-time-right{z-index:29;text-align:center;color:#e3e3e3;opacity:0;background-color:#1c1c1ce6;padding:5px 9px;transition:opacity .1s ease-in;display:none;position:absolute;top:-29px}.ytp-big-mode .ytp-bound-time-left,.ytp-big-mode .ytp-bound-time-right{top:-36px}.ytp-bound-time-left{left:0}.ytp-bound-time-right{right:0}.ytp-bound-time-left:after,.ytp-bound-time-right:after{content:"";border-style:solid;width:0;height:0;position:absolute;bottom:-5px}.ytp-bound-time-left:after{border-width:5px 5px 0 0;border-color:#1c1c1ce6 #0000 #0000;left:0}.ytp-bound-time-right:after{border-width:0 5px 5px 0;border-color:#0000 #1c1c1ce6 #0000 #0000;right:0}.ytp-15m-progress,.ytp-1m-progress,.ytp-30m-progress,.ytp-60m-progress,.ytp-ad-progress,.ytp-clip-end-exclude,.ytp-clip-start-exclude,.ytp-hover-progress,.ytp-load-progress,.ytp-play-progress,.ytp-progress-linear-live-buffer,.ytp-timed-markers-container{transform-origin:0 0;width:100%;height:100%;position:absolute;bottom:0;left:0}.ytp-timed-markers-container{z-index:40;top:1px;transform:scaleY(.6)}.ytp-delhi-modern .ytp-timed-markers-container{transform:scaleY(.667)}.ytp-progress-bar-container:hover .ytp-timed-markers-container{-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.2,1);transition:transform .1s cubic-bezier(0,0,.2,1);top:-2px;transform:scaleY(1.8)}.ytp-delhi-modern .ytp-progress-bar-container:hover .ytp-timed-markers-container{-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1);transform:scaleY(1.667)}.ytp-progress-bar-container:hover .ytp-timed-marker.ytp-timed-marker-hover,.ytp-progress-bar-hover .ytp-timed-marker.ytp-timed-marker-hover{width:9px;height:3px;bottom:1px}.ytp-delhi-modern .ytp-progress-bar-container:hover .ytp-timed-marker.ytp-timed-marker-hover,.ytp-delhi-modern .ytp-progress-bar-hover .ytp-timed-marker.ytp-timed-marker-hover{width:12px;height:4.8px;bottom:.6px}.ytp-progress-bar-container:hover .ytp-timed-marker{width:5px;height:1.67px;bottom:1.5px}.ytp-delhi-modern .ytp-progress-bar-container:hover .ytp-timed-marker{width:6px;height:2.4px;bottom:2px}.ytp-progress-bar-start{border-radius:3px 0 0 3px}.ytp-progress-bar-end{border-radius:0 3px 3px 0}.ytp-progress-bar-start.ytp-progress-bar-end{border-radius:3px}.ytp-timed-marker{opacity:1;background-color:#fff;border-radius:50%;width:3px;height:3px;position:absolute;bottom:1px;left:0}.ytp-delhi-modern .ytp-timed-marker{bottom:2px}.ytp-clip-end-exclude,.ytp-clip-start-exclude{z-index:37;background-color:#fff0;transition:background-color .1s cubic-bezier(.4,0,1,1);display:none}.ytp-clip-end-enabled .ytp-clip-end-exclude,.ytp-clip-start-enabled .ytp-clip-start-exclude{display:block}.ytp-loop-range-enabled .ytp-clip-end,.ytp-loop-range-enabled .ytp-clip-start{pointer-events:none}.ytp-clip-hover .ytp-clip-end-exclude,.ytp-clip-hover .ytp-clip-start-exclude{background-color:#ffffff80;transition:background-color .1s cubic-bezier(0,0,.2,1)}.ytp-progress-linear-live-buffer{z-index:45;opacity:0;background:#c00}.ytp-enable-live-buffer .ytp-progress-linear-live-buffer{opacity:.6}.ytp-ad-progress{z-index:36;background:#fc0}.ytp-load-progress{z-index:33;background:#fff6}.ytp-load-progress.ytp-fast-load{background:#00838f}.ytp-play-progress{z-index:34;background:linear-gradient(90deg,#f03 80%,#ff2791)}.ypc-loaded .ytp-play-progress.ytp-swatch-background-color{background:#2793e6}.ad-interrupting .ytp-play-progress.ytp-swatch-background-color{background:#fc0}.ytp-hover-progress{z-index:35;opacity:0;background:#00000020;transition:opacity .25s cubic-bezier(0,0,.2,1)}.ytp-progress-bar-hover .ytp-hover-progress{opacity:1}.ytp-delhi-modern.ad-interrupting .ytp-load-progress,.ytp-enable-live-buffer .ytp-hover-progress,.ytp-enable-live-buffer .ytp-load-progress{opacity:0}.ytp-hover-progress-light{background:#ffffff80}.ytp-15m-progress,.ytp-1m-progress,.ytp-30m-progress,.ytp-60m-progress{z-index:36;background:#000;width:1px}.ytp-1m-progress{height:30%}.ytp-15m-progress{height:50%}.ytp-30m-progress{height:55%}.ytp-60m-progress{height:60%}.ytp-clip-end,.ytp-clip-start{z-index:44;-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);width:14px;height:14px;margin-left:-7px;transition:transform .1s cubic-bezier(.4,0,1,1);display:none;position:absolute;bottom:-4.5px;transform:scaleY(.214286)}.ytp-big-mode .ytp-clip-end,.ytp-big-mode .ytp-clip-start{width:21px;height:21px;margin-left:-10.5px;bottom:-6.5px;transform:scaleY(.238095)}.ytp-drag .ytp-clip-end,.ytp-drag .ytp-clip-start,.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-clip-end,.ytp-progress-bar-container:hover:not([aria-disabled=true]) .ytp-clip-start,.ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-clip-end,.ytp-touch-mode .ytp-progress-bar-container:not([aria-disabled=true]) .ytp-clip-start{-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.2,1);transition:transform .1s cubic-bezier(0,0,.2,1);transform:none}.ytp-clip-end svg,.ytp-clip-start svg{display:block}.ytp-progress-bar-container{width:100%;height:5px;display:block;position:absolute;bottom:47px}.ytp-delhi-modern:not(.ytp-player-minimized) .ytp-progress-bar-container{z-index:60;bottom:var(--yt-delhi-bottom-controls-height,72px);height:6px}.ytp-xsmall-width-mode.ytp-delhi-modern:not(.ytp-player-minimized) .ytp-progress-bar-container{bottom:var(--yt-delhi-bottom-controls-height-xsmall-width-mode,64px)}.ytp-small-mode .ytp-progress-bar-container{height:5px;bottom:36px}.ytp-embed .ytp-progress-bar-container{bottom:39px}.ytp-progress-bar-container:not([aria-disabled=true]){cursor:pointer}.ytp-big-mode .ytp-progress-bar-container{height:8px;bottom:52.5px}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-progress-bar-container{bottom:var(--yt-delhi-big-mode-bottom-controls-height,96px)}.ytp-progress-bar{z-index:31;outline:none;width:100%;height:100%;position:absolute;bottom:0;left:0}.ytp-heat-map-played_bar.ytp-heat-map.ytp-progress-bar-hover .ytp-progress-bar{opacity:0}.ytp-mobile .ytp-progress-bar{padding-bottom:10px}.ytp-progress-bar-padding{z-index:28;width:100%;height:16px;position:absolute;bottom:0}.ytp-big-mode .ytp-progress-bar-padding{height:24px}.ytp-chapter-hover-container:hover:not([aria-disabled=true]) .ytp-progress-bar-padding{height:22px;bottom:-6px}.ytp-big-mode:not(.ytp-touch-mode) .ytp-chapter-hover-container:hover:not([aria-disabled=true]) .ytp-progress-bar-padding{height:33px;bottom:-9px}.ytp-touch-mode .ytp-chapter-hover-container:not([aria-disabled=true]) .ytp-progress-bar-padding{height:40px;bottom:-11px}.ytp-promotooltip-wrapper{z-index:1003;border:0;width:300px;height:140px;margin:0;padding:0;display:block;position:absolute}.ytp-fullscreen .ytp-promotooltip-wrapper{width:450px;height:210px}.ytp-promotooltip-container{color:#fff;text-transform:none;background-color:#065fd4;border-radius:12px;font-size:110%;font-weight:400;line-height:20px}.ytp-promotooltip-content{padding:16px 16px 4px}.ytp-fullscreen .ytp-promotooltip-content{padding:24px 24px 6px}.ytp-promotooltip-title{margin-bottom:8px;font-size:120%;font-weight:500;line-height:16px}.ytp-fullscreen .ytp-promotooltip-title{margin-bottom:12px;line-height:24px}.ytp-promotooltip-buttons{flex-direction:row;justify-content:flex-end;padding:8px 4px;display:flex}.ytp-fullscreen .ytp-promotooltip-buttons{padding:12px 6px}.ytp-promotooltip-accept-button,.ytp-promotooltip-dismiss-button{text-transform:uppercase;vertical-align:middle;white-space:nowrap;cursor:pointer;padding:10px 16px;font-size:120%;font-weight:500;display:inline-block}.ytp-fullscreen .ytp-promotooltip-accept-button,.ytp-fullscreen .ytp-promotooltip-dismiss-button{padding:15px 24px}.ytp-promotooltip-pointer{content:"";border:12px solid #0000;border-top-color:#065fd4;position:absolute;top:100%}.ytp-fullscreen .ytp-promotooltip-pointer{border-width:18px}.ytp-promotooltip-details-icon{width:18px}.ytp-promotooltip-details-icon svg{width:22px;height:22px;margin:-7px -5px}.ytp-fullscreen .ytp-promotooltip-details-icon{width:22px}.ytp-fullscreen .ytp-promotooltip-details-icon svg{width:30px;height:30px;margin:-9px -7px}.ytp-remote{pointer-events:none;transition:bottom .25s cubic-bezier(0,0,.2,1),opacity .25s cubic-bezier(0,0,.2,1);bottom:61px;left:0}.ytp-embed .ytp-remote{bottom:53px}.ytp-remote[aria-hidden=true]{opacity:0;transition:bottom .25s cubic-bezier(.4,0,1,1),opacity .25s cubic-bezier(.4,0,1,1)}.ytp-big-mode .ytp-remote{bottom:70px}.ytp-hide-controls .ytp-remote{transition:bottom .25s cubic-bezier(.4,0,1,1),opacity .25s cubic-bezier(.4,0,1,1);bottom:12px}.ytp-remote-display-status{z-index:15;opacity:.85;background-color:#0009;border-radius:5px;padding-right:5px;position:absolute;bottom:61px;left:12px}.ytp-embed .ytp-remote-display-status{bottom:53px}.ytp-big-mode .ytp-remote-display-status{bottom:70px}.ytp-remote-display-status-icon{float:left;width:40px;height:40px}.ytp-big-mode .ytp-remote-display-status-icon{width:60px;height:60px}.ytp-remote-display-status-text{text-shadow:0 0 2px #00000080;padding-top:10px;padding-left:5px;font-size:130%;font-weight:500;display:inline-block}.ytp-big-mode .ytp-remote-display-status-text{padding-top:15px;top:30px;left:105px}.ytp-replay-button{z-index:59;margin-left:-24px;position:absolute;bottom:0;left:50%}.ytp-embed .ytp-replay-button{margin-left:-20px;bottom:4px}.ytp-big-mode .ytp-replay-button{margin-left:-27px;bottom:7.5px}.ytp-embed:not(.ad-showing) .ytp-replay-button{bottom:10px}.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-replay-button{bottom:24.5px}.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-play-button{margin-left:8px}.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-button.ytp-autonav-toggle{padding-left:0}.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-volume-area,.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-volume-area:hover:after{background:0 0}.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-time-wrapper{background:0 0;padding:0 4px}.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-chapter-title.ytp-button,.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-chrome-controls .ytp-right-controls,.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-play-button:hover:after,.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-time-wrapper:not(.ytp-miniplayer-ui *):hover:after,.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-chapter-title.ytp-button:hover:after,.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-chrome-controls .ytp-right-controls .ytp-button:hover:before,.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-next-button:not(.ytp-miniplayer-button-container>*):hover:after,.ytp-delhi-modern.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-prev-button:not(.ytp-miniplayer-button-container>*):hover:after{background:0 0}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom{background:linear-gradient(#343434,#131313);padding:0;box-shadow:inset 0 1px #e3e3e380}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-progress-bar-container{background:linear-gradient(#0000 50%,#131313);height:8px}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-progress-list{background:linear-gradient(#444,#5f5f5f)}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-play-progress{background:linear-gradient(#e60606,#c20000)}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-scrubber-button{-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);background:linear-gradient(#bababa,#898989);border:4px solid #fff;border-radius:8px;width:8px;height:8px;transition:transform .1s cubic-bezier(.4,0,1,1)}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-button:not(.ytp-chapter-title){opacity:.9;border-right:1px solid #000;box-shadow:1px 0 #e3e3e333}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-button.ytp-autonav-toggle{border-left:1px solid #000;padding-left:4px;box-shadow:1px 0 #e3e3e333,inset 1px 0 #e3e3e333}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-time-display{padding-left:10px}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-chrome-bottom .ytp-button:active:focus,.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-subtitles-button[aria-pressed=true]{background:linear-gradient(#131313,#343434)}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-volume-panel.ytp-volume-control-hover{margin-left:8px}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-volume-slider-handle:before{background:linear-gradient(#e60606,#c20000);margin-left:-6px}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-bezel{border-radius:unset;background:linear-gradient(#343434,#131313);animation:1s cubic-bezier(.05,0,0,1) forwards bezel-fade-in}@keyframes bezel-fade-in{0%{opacity:0}25%,75%{opacity:1;transform:scale(2)}to{opacity:0;transform:scale(1)}}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-tooltip-bg,.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-tooltip.ytp-preview:not(.ytp-text-detail){border-radius:0}.ytp-retro-player:not(.ad-showing):not(.ad-interrupting) .ytp-tooltip.ytp-preview:not(.ytp-text-detail){background:linear-gradient(#343434,#131313);box-shadow:inset 1px 1px #e3e3e333}.ytp-settings-button{position:relative}.ytp-settings-button svg{-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1)}.ytp-settings-button[aria-expanded=true] svg{transform:rotate(30deg)}.ytp-settings-button.ytp-3d-badge-grey:after,.ytp-settings-button.ytp-3d-badge:after,.ytp-settings-button.ytp-4k-quality-badge:after,.ytp-settings-button.ytp-5k-quality-badge:after,.ytp-settings-button.ytp-8k-quality-badge:after,.ytp-settings-button.ytp-hd-quality-badge:after,.ytp-settings-button.ytp-hdr-quality-badge:after{content:"";background-color:var(--yt-sys-color-baseline--red-indicator,#e1002d);border-radius:1px;width:13px;height:9px;line-height:normal;position:absolute;top:10px;right:5px}.ytp-settings-button.ytp-3d-badge-grey:after{background-color:#666}.ytp-color-white .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-color-white .ytp-settings-button.ytp-3d-badge:after,.ytp-color-white .ytp-settings-button.ytp-4k-quality-badge:after,.ytp-color-white .ytp-settings-button.ytp-5k-quality-badge:after,.ytp-color-white .ytp-settings-button.ytp-8k-quality-badge:after,.ytp-color-white .ytp-settings-button.ytp-hd-quality-badge:after,.ytp-color-white .ytp-settings-button.ytp-hdr-quality-badge:after{background-color:#ddd}.ytp-color-party .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-color-party .ytp-settings-button.ytp-3d-badge:after,.ytp-color-party .ytp-settings-button.ytp-4k-quality-badge:after,.ytp-color-party .ytp-settings-button.ytp-5k-quality-badge:after,.ytp-color-party .ytp-settings-button.ytp-8k-quality-badge:after,.ytp-color-party .ytp-settings-button.ytp-hd-quality-badge:after,.ytp-color-party .ytp-settings-button.ytp-hdr-quality-badge:after{animation:.1s linear infinite ytp-party-background-color}.ytp-settings-button.ytp-hd-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBmaWxsLW9wYWNpdHk9Ii42NDciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUgN2gxdjFINXptNS00djFIOFYzek0zIDZWNWgydjF6TTIgN2gxdjFIMnptNSAwaDN2MUg3em0zLTFoMXYxaC0xeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUgN1Y1SDN2MkgyVjJoMXYyaDJWMmgxdjV6bTYtMWgtMXYxSDdWMmgzdjFoMXptLTEtMlYzSDh2M2gyeiIvPjwvc3ZnPg==)}.ytp-settings-button.ytp-hdr-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCA2Ij48cGF0aCBmaWxsLW9wYWNpdHk9Ii42NDciIGQ9Ik0zIDVoMXYxSDN6bTUtNHYxSDZWMXpNMSA0VjNoMnYxek0wIDVoMXYxSDB6bTUgMGgzdjFINXptMy0xaDF2MUg4eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zIDVWM0gxdjJIMFYwaDF2MmgyVjBoMXY1em02LTFIOHYxSDVWMGgzdjFoMXpNOCAyVjFINnYzaDJ6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuNjQ3IiBkPSJNMTMgMmgxdjFoLTF6bTAgM2gxdjFoLTF6bS0yLTJoMnYxaC0yem0tMSAyaDF2MWgtMXptMS00aDJ2MWgtMnoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgM3YyaC0xVjN6bS0zLTNoMnYxaC0ydjFoMnYxaC0ydjJoLTFWMHptMiAwaDF2MmgtMXoiLz48L3N2Zz4=);border:1px solid #e1002d;width:14px;height:6px;right:3px}.ytp-settings-button.ytp-4k-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBmaWxsLW9wYWNpdHk9Ii42NDciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDRoMXYxaC0xem0wIDNoMXYxaC0xek04IDVoMnYxSDh6TTcgN2gxdjFIN3pNNSA2aDF2MUg1ek00IDdoMXYxSDR6TTIgNmgydjFIMnptMS0yaDF2MUgzeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTExIDV2MmgtMVY1em0tMSAwSDh2Mkg3VjJoMXYyaDJ6TTQgNEgzdjFoMXptMCAzVjZIMlY0aDFWM2gxVjJoMXYzaDF2MUg1djF6bTYtNWgxdjJoLTF6Ii8+PC9zdmc+)}.ytp-settings-button.ytp-5k-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBmaWxsLW9wYWNpdHk9Ii42NDciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDRoMXYxaC0xem0wIDNoMXYxaC0xek04IDVoMnYxSDh6TTcgN2gxdjFIN3pNNSA2aDF2MUg1ek0yIDdoM3YxSDJ6bTAtMmgzdjFIMnoiLz48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSA1djJoLTFWNXptLTEgMEg4djJIN1YyaDF2Mmgyem0wLTNoMXYyaC0xek0yIDZoM3YxSDJtMy0yaDF2MUg1bTAtMkgzVjNoM1YySDJ2M2gzeiIvPjwvc3ZnPg==)}.ytp-settings-button.ytp-8k-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBmaWxsLW9wYWNpdHk9Ii42NDciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTEwIDRoMXYxaC0xem0wIDNoMXYxaC0xek04IDVoMnYxSDh6TTcgN2gxdjFIN3pNNSA2aDF2MUg1ek0zIDVoMnYxSDN6bTAtMmgydjFIM3ptMiAxaDF2MUg1ek0yIDRoMXYxSDJ6bTAgMmgxdjFIMnptMSAxaDJ2MUgzeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTExIDV2MmgtMVY1em0tMSAwSDh2Mkg3VjJoMXYyaDJ6bTAtM2gxdjJoLTF6TTMgNmgydjFIM20wLTVoMnYxSDN6bTIgM2gxdjFINXpNMyA0aDJ2MUgzem0yLTFoMXYxSDV6TTIgNWgxdjFIMnptMC0yaDF2MUgyeiIvPjwvc3ZnPg==)}.ytp-settings-button.ytp-3d-badge-grey:after,.ytp-settings-button.ytp-3d-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMiAyaDR2NUgyVjZoM1Y1SDJWNGgzVjNIMnptNSAwaDN2MUg4djNoMnYxSDd6bTMgMWgxdjNoLTF6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuNjQ3IiBkPSJNMiAzaDN2MUgyem02IDBoMnYxSDh6TTIgNWgzdjFIMnptOCAxaDF2MWgtMXpNMiA3aDR2MUgyem01IDBoM3YxSDd6Ii8+PC9zdmc+)}.ytp-color-white .ytp-settings-button.ytp-hd-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01IDdWNUgzdjJIMlYyaDF2MmgyVjJoMXY1em02LTFoLTF2MUg3VjJoM3YxaDF6bS0xLTJWM0g4djNoMnoiLz48L3N2Zz4=)}.ytp-color-white .ytp-settings-button.ytp-hdr-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCA1Ij48cGF0aCBkPSJNMyA1VjNIMXYySDBWMGgxdjJoMlYwaDF2NXptNi0xSDh2MUg1VjBoM3YxaDF6TTggMlYxSDZ2M2gyek0xNCAzdjJoLTFWM3ptLTEgMGgtMnYyaC0xVjBoMXYyaDJ6bTAtMmgtM1YwaDR2MmgtMXoiLz48L3N2Zz4=)}.ytp-color-white .ytp-settings-button.ytp-4k-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSA1djJoLTFWNXptLTEgMEg4djJIN1YyaDF2Mmgyek00IDRIM3YxaDF6bTAgM1Y2SDJWNGgxVjNoMVYyaDF2M2gxdjFINXYxem02LTVoMXYyaC0xeiIvPjwvc3ZnPg==)}.ytp-color-white .ytp-settings-button.ytp-5k-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSA1djJoLTFWNXptLTEgMEg4djJIN1YyaDF2Mmgyem0wLTNoMXYyaC0xek0yIDZoM3YxSDJtMy0yaDF2MUg1bTAtMkgzVjNoM1YySDJ2M2gzeiIvPjwvc3ZnPg==)}.ytp-color-white .ytp-settings-button.ytp-8k-quality-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMSA1djJoLTFWNXptLTEgMEg4djJIN1YyaDF2Mmgyem0wLTNoMXYyaC0xek0zIDZoMnYxSDNtMC01aDJ2MUgzem0yIDNoMXYxSDV6TTMgNGgydjFIM3ptMi0xaDF2MUg1ek0yIDVoMXYxSDJ6bTAtMmgxdjFIMnoiLz48L3N2Zz4=)}.ytp-color-white .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-color-white .ytp-settings-button.ytp-3d-badge:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyA5Ij48cGF0aCBkPSJNMiAyaDR2NUgyVjZoM1Y1SDJWNGgzVjNIMnptNSAwaDN2MUg4djNoMnYxSDd6bTMgMWgxdjNoLTF6Ii8+PC9zdmc+)}.ytp-big-mode .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-big-mode .ytp-settings-button.ytp-3d-badge:after,.ytp-big-mode .ytp-settings-button.ytp-4k-quality-badge:after,.ytp-big-mode .ytp-settings-button.ytp-5k-quality-badge:after,.ytp-big-mode .ytp-settings-button.ytp-8k-quality-badge:after,.ytp-big-mode .ytp-settings-button.ytp-hd-quality-badge:after,.ytp-big-mode .ytp-settings-button.ytp-hdr-quality-badge:after{color:#fff;text-shadow:0 2px #0009;background-image:none;border-radius:1.5px;width:auto;height:auto;padding:2px;font-family:Verdana,sans-serif;font-size:10px;font-weight:700;top:15px;right:6px}.ytp-delhi-modern.ytp-big-mode .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-delhi-modern.ytp-big-mode .ytp-settings-button.ytp-3d-badge:after,.ytp-delhi-modern.ytp-big-mode .ytp-settings-button.ytp-4k-quality-badge:after,.ytp-delhi-modern.ytp-big-mode .ytp-settings-button.ytp-5k-quality-badge:after,.ytp-delhi-modern.ytp-big-mode .ytp-settings-button.ytp-8k-quality-badge:after,.ytp-delhi-modern.ytp-big-mode .ytp-settings-button.ytp-hd-quality-badge:after,.ytp-delhi-modern.ytp-big-mode .ytp-settings-button.ytp-hdr-quality-badge:after{top:4px;right:4px}.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-3d-badge:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-4k-quality-badge:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-5k-quality-badge:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-8k-quality-badge:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-hd-quality-badge:after,.ytp-color-white.ytp-big-mode .ytp-settings-button.ytp-hdr-quality-badge:after{color:#000;text-shadow:none}.ytp-big-mode .ytp-settings-button.ytp-hd-quality-badge:after{content:"HD"}.ytp-big-mode .ytp-settings-button.ytp-hdr-quality-badge:after{content:"HDR";font-size:8px}.ytp-big-mode .ytp-settings-button.ytp-4k-quality-badge:after{content:"4K"}.ytp-big-mode .ytp-settings-button.ytp-5k-quality-badge:after{content:"5K"}.ytp-big-mode .ytp-settings-button.ytp-8k-quality-badge:after{content:"8K"}.ytp-big-mode .ytp-settings-button.ytp-3d-badge-grey:after,.ytp-big-mode .ytp-settings-button.ytp-3d-badge:after{content:"3D"}.ytp-generic-popup{z-index:72;max-width:144px;padding:5px 9px;top:0;left:0}.ytp-big-mode .ytp-generic-popup{max-width:216px}.html5-video-player .ytp-generic-popup a{text-decoration:underline}.ytp-popup{text-shadow:0 0 2px #00000080;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:#1c1c1ce6;border-radius:2px;transition:opacity .1s cubic-bezier(0,0,.2,1);position:absolute;overflow:hidden}.ytp-delhi-modern .ytp-popup{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009)}.ytp-dni .ytp-popup{text-shadow:none}.ytp-popup[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-popup-animating{pointer-events:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.ytp-popup-animating .ytp-panel{transition:all .25s cubic-bezier(.4,0,.2,1)}.ytp-panel-animate-back,.ytp-panel-animate-forward{opacity:0}[dir=ltr] .ytp-panel-animate-back{transform:translate(-100%)}[dir=ltr] .ytp-panel-animate-forward,[dir=rtl] .ytp-panel-animate-back{transform:translate(100%)}[dir=rtl] .ytp-panel-animate-forward{transform:translate(-100%)}.ytp-settings-menu{z-index:70;will-change:width,height;border-radius:12px;bottom:61px;right:12px}.ytp-delhi-modern .ytp-settings-menu{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 6px)}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .ytp-settings-menu{bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 6px + var(--ytp-grid-peek-height) + var(--ytp-grid-scroll-percentage)*100%);opacity:calc(1 - var(--ytp-grid-scroll-percentage)*3)}.ytp-delhi-modern.ytp-fullscreen-grid-peeking.ytp-big-mode .ytp-settings-menu{opacity:calc(1 - var(--ytp-grid-scroll-percentage)*3);bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 6px + var(--ytp-grid-peek-height) + var(--ytp-grid-scroll-percentage)*100%)}.ytp-embed .ytp-settings-menu{bottom:53px}.ytp-big-mode .ytp-settings-menu{bottom:70px;right:24px}.ytp-delhi-modern.ytp-big-mode .ytp-settings-menu{bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 6px)}.ytp-settings-menu .ytp-menuitem-content{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;max-width:250px;overflow:hidden}.ytp-delhi-modern .ytp-settings-menu{z-index:2300}.ytp-delhi-modern .ytp-settings-menu .ytp-panel-menu{padding:8px}.ytp-delhi-modern .ytp-settings-menu .ytp-menuitem:not(.ytp-menuitem-with-footer){height:48px}.ytp-delhi-modern .ytp-settings-menu .ytp-menuitem>:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.ytp-delhi-modern .ytp-settings-menu .ytp-menuitem>:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.ytp-delhi-modern .ytp-settings-menu .ytp-menuitem-icon{padding-left:8px;padding-right:24px}.ytp-delhi-modern .ytp-settings-menu .ytp-menuitem-content{padding-right:8px}.ytp-speedslider-component{outline:none;height:95px}.ytp-speedslider-component .ytp-slider{height:40px}.ytp-speedslider-component{text-align:center}.ytp-speedslider-indicator-container{align-items:center;display:flex;position:relative}.ytp-speedslider-component .ytp-slider-handle:after,.ytp-speedslider-component .ytp-slider-handle:before{height:5px}.ytp-speedslider-text{text-align:center;font-size:150%}.ytp-speedslider-premium-badge{-webkit-background-size:cover;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iLTIgLTIgMjQgMjQiPjxwYXRoIGZpbGw9IiNjMDAiIGQ9Ik0wIDEuNDNDMCAuNjQuNjQgMCAxLjQzIDBoMTcuMTNDMTkuMzUgMCAyMCAuNjQgMjAgMS40M3YxNy4xM2MwIC43OS0uNjUgMS40NC0xLjQ0IDEuNDRIMS40M0MuNjQgMjAgMCAxOS4zNSAwIDE4LjU2Wm0wIDAiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNy44OCAxMS40MnY0LjI5SDUuMzdWMy41Mmg0Ljc1Yy45MiAwIDEuNzIuMTcgMi40Mi41LjY5LjM0IDEuMjIuODEgMS42IDEuNDMuMzcuNjIuNTYgMS4zMi41NiAyLjExIDAgMS4xOS0uNDEgMi4xMy0xLjIyIDIuODItLjgyLjY5LTEuOTUgMS4wNC0zLjQgMS4wNFptMC0yLjA0aDIuMjRjLjY3IDAgMS4xOC0uMTUgMS41Mi0uNDcuMzUtLjMxLjUzLS43NS41My0xLjM0cy0uMTgtMS4wNy0uNTMtMS40NWMtLjM1LS4zNi0uODQtLjU1LTEuNDYtLjU2aC0yLjNabTAgMCIvPjwvc3ZnPg==);background-size:cover;width:18px;height:18px;margin-right:8px;position:absolute;right:100%}.ytp-menuitem-premium-badge{-webkit-background-size:cover;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iLTIgLTIgMjQgMjQiPjxwYXRoIGZpbGw9IiNjMDAiIGQ9Ik0wIDEuNDNDMCAuNjQuNjQgMCAxLjQzIDBoMTcuMTNDMTkuMzUgMCAyMCAuNjQgMjAgMS40M3YxNy4xM2MwIC43OS0uNjUgMS40NC0xLjQ0IDEuNDRIMS40M0MuNjQgMjAgMCAxOS4zNSAwIDE4LjU2Wm0wIDAiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNy44OCAxMS40MnY0LjI5SDUuMzdWMy41Mmg0Ljc1Yy45MiAwIDEuNzIuMTcgMi40Mi41LjY5LjM0IDEuMjIuODEgMS42IDEuNDMuMzcuNjIuNTYgMS4zMi41NiAyLjExIDAgMS4xOS0uNDEgMi4xMy0xLjIyIDIuODItLjgyLjY5LTEuOTUgMS4wNC0zLjQgMS4wNFptMC0yLjA0aDIuMjRjLjY3IDAgMS4xOC0uMTUgMS41Mi0uNDcuMzUtLjMxLjUzLS43NS41My0xLjM0cy0uMTgtMS4wNy0uNTMtMS40NWMtLjM1LS4zNi0uODQtLjU1LTEuNDYtLjU2aC0yLjNabTAgMCIvPjwvc3ZnPg==);background-size:cover;width:18px;height:18px;margin-left:8px}.ytp-menuitem-container-with-badge{text-align:center;align-items:center;display:flex}.ytp-speed-slider-menu-footer{padding:16px}.ytp-show-share-title.ytp-share-button{margin-left:10px;margin-right:10px}.ytp-overflow-panel .ytp-show-share-title.ytp-share-button{margin-left:20px;margin-right:20px}.ytp-big-mode:not(.ytp-shorts-mode) .ytp-chrome-top .ytp-share-button,:not(.ytp-shorts-mode) .ytp-chrome-top .ytp-share-button{width:auto;height:auto}.ytp-shorts-mode .ytp-share-button{padding-top:4px;position:absolute;top:0;right:0}.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-share-button{min-width:48px;max-width:80px}.ytp-share-icon{width:36px;height:36px;margin:auto}.ytp-big-mode .ytp-share-icon{width:54px;height:54px}.ytp-overflow-panel .ytp-share-icon{width:60px;height:60px;margin-bottom:10px}.ytp-share-title{text-align:center;font-size:14px;font-weight:500;display:none}.ytp-big-mode .ytp-share-title,.ytp-overflow-panel .ytp-share-title{font-size:20px}.ytp-show-share-title .ytp-share-title{display:block}.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-share-title{text-overflow:ellipsis;overflow:hidden}.ytp-share-panel{z-index:75;text-align:center;background:#000c;width:100%;height:100%;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;top:0;left:0}.ytp-share-panel[aria-hidden=true]{opacity:0;transition:opacity .25s cubic-bezier(.4,0,1,1)}.ytp-share-panel-inner-content{margin-top:-65px;padding:0 10%;position:absolute;top:50%;left:0;right:0}.ytp-big-mode .ytp-share-panel-inner-content{margin-top:-98px}.ytp-share-panel-loading-spinner{width:32px;height:32px;margin:20px auto 0;display:none;position:relative}.ytp-big-mode .ytp-share-panel-loading-spinner{margin-top:30px}.ytp-share-panel.ytp-share-panel-loading .ytp-share-panel-loading-spinner{display:block}.ytp-share-panel-close{width:36px;height:36px;padding:6px;position:absolute;top:6px;right:12px}.ytp-big-mode .ytp-share-panel-close{width:54px;height:54px;padding:9px;top:9px;right:24px}.ytp-share-panel-close path{fill:#aaa}.ytp-share-panel-close:hover path{fill:#fff}.ytp-share-panel-title{font-size:155%;line-height:20px}.ytp-big-mode .ytp-share-panel-title{line-height:30px}.ytp-share-panel-link{text-overflow:ellipsis;letter-spacing:1px;white-space:nowrap;outline:none;height:28px;margin-top:18px;font-size:218%;font-weight:500;display:block;overflow:hidden}.ytp-big-mode .ytp-share-panel-link{height:42px;margin-top:27px}.ytp-share-panel-include-playlist{color:#999;margin-top:12px;font-size:118%;line-height:15px;display:none}.ytp-big-mode .ytp-share-panel-include-playlist{margin-top:18px;line-height:22.5px}.ytp-share-panel-include-playlist input[type=checkbox]{margin:0 8px 0 0}.ytp-share-panel-service-buttons{height:44px;margin-top:20px}.ytp-big-mode .ytp-share-panel-service-buttons{height:67px;margin-top:30px}.ytp-share-panel.ytp-share-panel-fail .ytp-share-panel-service-buttons,.ytp-share-panel.ytp-share-panel-loading .ytp-share-panel-service-buttons{display:none}.ytp-share-panel-service-button{width:38px;height:38px;padding:3px;display:inline-block}.ytp-big-mode .ytp-share-panel-service-button{width:57px;height:57px;padding:5px}.ytp-share-panel-error{margin-top:20px;font-size:109%;display:none}.ytp-big-mode .ytp-share-panel-error{margin-top:30px}.ytp-share-panel-fail .ytp-share-panel-error{display:block}.ytp-shopping-product-menu{z-index:72;text-align:left;-webkit-font-smoothing:antialiased;will-change:width,height;direction:ltr;border-radius:12px;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:11px;line-height:1.3}.ytp-shopping-product-menu .ytp-menuitem-content{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;max-width:250px;overflow:hidden}.ytp-shorts-title-channel-logo{-webkit-background-size:contain;-webkit-background-origin:content-box;float:left;background-repeat:no-repeat;background-size:contain;background-origin:content-box;border-radius:50%;flex-shrink:0;align-self:center;width:24px;height:24px;margin:5px}.ytp-big-mode .ytp-shorts-title-channel-logo{width:50px;height:50px}.ytp-embed-mobile .ytp-shorts-title-channel-logo,.ytp-embed-mobile.ytp-small-mode .ytp-shorts-title-channel-logo{width:24px;height:24px;margin:0}.ytp-shorts-title-expanded-heading{-webkit-box-flex:initial;-webkit-flex:initial;flex:initial;white-space:nowrap;align-self:center;margin:3px;overflow:hidden}.ytp-shorts-title-expanded-title{margin:0;font-size:16px;font-weight:400}.ytp-shorts-title-expanded-title a{text-overflow:ellipsis;display:block;overflow:hidden}.ytp-shorts-title-expanded-title{word-break:break-word;font-size:14px;font-weight:500;line-height:18px}.ytp-big-mode .ytp-shorts-title-expanded-title{font-size:18px}.ytp-shorts-title-channel{background:0 0;border-radius:0;width:auto;height:auto;margin-left:0;display:none;position:static;top:7px;left:8px;overflow:hidden}.ytp-big-mode .ytp-shorts-title-channel{margin-top:10px}.ytp-title-enable-channel-logo .ytp-shorts-title-channel{display:flex}.ytp-chrome-top .ytp-shorts-title-channel .ytp-sb{width:auto;height:auto;text-shadow:none;flex-shrink:0;align-self:center;margin:5px;padding:0}.ytp-chrome-top .ytp-shorts-title-channel .ytp-sb-subscribe,.ytp-shorts-mode a.ytp-sb-subscribe{margin-left:0}.ytp-big-mode .ytp-chrome-top .ytp-shorts-title-channel .ytp-sb-subscribe,.ytp-big-mode .ytp-chrome-top .ytp-shorts-title-channel .ytp-sb-unsubscribe{margin-right:10px;padding:14px 20px;font-size:16px}.ytp-autohide:not(.ytp-autohide-active) .ytp-chrome-top .ytp-shorts-title-channel{margin-top:7px}.ytp-skip-intro-button{z-index:10;background:#000000e6;height:48px;padding-left:16px;padding-right:16px;bottom:58px;right:10px}.ytp-embed .ytp-skip-intro-button{height:40px;bottom:50px}.ytp-skip-intro-button:hover{background:#000}.ytp-big-mode .ytp-skip-intro-button{bottom:79px;right:40px}.ytp-skip-intro-button-text{text-overflow:ellipsis;text-transform:uppercase;vertical-align:middle;white-space:nowrap;max-width:200px;font-family:Roboto,Arial,sans-serif;font-size:14px;font-weight:500;display:inline-block;overflow:hidden}.ytp-slider-section{cursor:pointer;outline:0;width:150px;height:100%;display:inline-block}.ytp-slider{outline:0;height:100%;position:relative;overflow:hidden}.ytp-slider-handle{background:#fff;border-radius:10px;outline:0;width:20px;height:20px;margin-top:-10px;position:absolute;top:50%}.ytp-slider-handle:after,.ytp-slider-handle:before{content:"";outline:0;width:170px;height:3px;margin-top:-2px;display:block;position:absolute;top:50%;left:0}.ytp-slider-handle:before{background:#fff;left:-160px}.ytp-slider-handle:after{background:#fff3;left:10px}.ytp-probably-keyboard-focus .ytp-slider-section:focus{box-shadow:inset 0 0 0 2px #1b7fcccc}.ytp-overlay{z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.ytp-speedmaster-overlay{text-align:center;pointer-events:none}.ytp-speedmaster-user-edu{box-sizing:border-box;background:#0009;border-radius:18px;height:32px;margin-top:20px;padding:6px 16px;font-size:14px;font-weight:500;display:inline-flex}.ytp-delhi-modern .ytp-speedmaster-user-edu{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009)}.ytp-speedmaster-user-edu.ytp-speedmaster-has-icon{align-items:center}.ytp-speedmaster-icon,.ytp-speedmaster-label{display:inline-flex}.ytp-speedmaster-icon{margin-left:4px}.ytp-speedmaster-icon svg{width:24px;height:24px;display:block}.ytp-webgl-spherical-control{opacity:.6;cursor:pointer;z-index:43;outline:none;width:50px;height:50px;transition:top .25s cubic-bezier(0,0,.2,1),opacity .25s cubic-bezier(0,0,.2,1);position:absolute;top:48px;left:12px}.ytp-embed:not(.ad-showing) .ytp-webgl-spherical-control{top:60px}.ytp-big-mode .ytp-webgl-spherical-control{width:75px;height:75px;top:69px}.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-webgl-spherical-control{top:60px}.ytp-webgl-spherical-control.ytp-dragging,.ytp-webgl-spherical-control:hover{opacity:1}.ytp-autohide .ytp-webgl-spherical-control,.ytp-hide-info-bar .ytp-webgl-spherical-control{transition:top .1s cubic-bezier(.4,0,1,1),opacity .1s cubic-bezier(.4,0,1,1);top:12px}.ytp-webgl-spherical:not(.ytp-menu-shown) .html5-video-container{cursor:move;cursor:-webkit-grab;cursor:grab}.ytp-webgl-spherical.ytp-dragging:not(.ytp-menu-shown) .html5-video-container{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.ytp-probably-keyboard-focus .ytp-webgl-spherical-control:focus{box-shadow:inset 0 0 0 2px #1b7fcccc}.ended-mode .ytp-webgl-spherical-control,.ytp-menu-shown .ytp-webgl-spherical-control{opacity:0;transition:top .1s cubic-bezier(.4,0,1,1),opacity .1s cubic-bezier(.4,0,1,1)}.ytp-overlays-container .ytp-webgl-spherical-control{position:relative;inset:0}.ytp-spinner{z-index:18;pointer-events:none;width:64px;margin-left:-32px;position:absolute;top:50%;left:50%}.ytp-big-mode .ytp-spinner{width:128px;margin-left:-64px}.ytp-spinner-message{text-align:center;opacity:.5;background-color:#000;width:300px;margin-top:50%;margin-left:-150px;font-size:127%;line-height:182%;display:none;position:absolute;left:50%}.ytp-spinner-container{pointer-events:none;width:100%;margin-top:-50%;margin-left:-50%;padding-bottom:100%;animation:1.56824s linear infinite ytp-spinner-linspin;position:absolute;top:50%;left:50%}.ytp-spinner-rotator{width:100%;height:100%;animation:5.332s cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-easespin;position:absolute}.ytp-spinner-left,.ytp-spinner-right{position:absolute;inset:0;overflow:hidden}.ytp-spinner-left{right:49%}.ytp-spinner-right{left:49%}.ytp-spinner-circle{box-sizing:border-box;border:6px solid #ddd;border-bottom-color:#0000;border-radius:50%;width:200%;height:100%;position:absolute}.ytp-big-mode .ytp-spinner-circle{border-width:12px}.ytp-spinner-left .ytp-spinner-circle{border-right-color:#0000;animation:1.333s cubic-bezier(.4,0,.2,1) infinite both ytp-spinner-left-spin;left:0;right:-100%}.ytp-spinner-right .ytp-spinner-circle{border-left-color:#0000;animation:1.333s cubic-bezier(.4,0,.2,1) infinite both ytp-right-spin;left:-100%;right:0}@-webkit-keyframes ytp-spinner-linspin{to{-webkit-transform:rotate(1turn)}}@keyframes ytp-spinner-linspin{to{transform:rotate(1turn)}}@-webkit-keyframes ytp-spinner-easespin{12.5%{-webkit-transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg)}to{-webkit-transform:rotate(3turn)}}@keyframes ytp-spinner-easespin{12.5%{transform:rotate(135deg)}25%{transform:rotate(270deg)}37.5%{transform:rotate(405deg)}50%{transform:rotate(540deg)}62.5%{transform:rotate(675deg)}75%{transform:rotate(810deg)}87.5%{transform:rotate(945deg)}to{transform:rotate(3turn)}}@-webkit-keyframes ytp-spinner-left-spin{0%{-webkit-transform:rotate(130deg)}50%{-webkit-transform:rotate(-5deg)}to{-webkit-transform:rotate(130deg)}}@keyframes ytp-spinner-left-spin{0%{transform:rotate(130deg)}50%{transform:rotate(-5deg)}to{transform:rotate(130deg)}}@-webkit-keyframes ytp-right-spin{0%{-webkit-transform:rotate(-130deg)}50%{-webkit-transform:rotate(5deg)}to{-webkit-transform:rotate(-130deg)}}@keyframes ytp-right-spin{0%{transform:rotate(-130deg)}50%{transform:rotate(5deg)}to{transform:rotate(-130deg)}}.ytp-sfn{color:#fff;z-index:64;background:#1c1c1ccc;border-radius:4px;min-width:26em;position:absolute;top:10px;left:10px}.ytp-sfn-close{cursor:pointer;padding:5px;position:absolute;top:5px;right:5px}.ytp-sfn-content{padding:5px}.ytp-sfn-content>div>div{text-align:right;width:10em;padding:0 .5em;font-weight:500;display:inline-block}.ytp-sfn-cpn{font-family:Consolas,Monaco,monospace;font-size:12px}.ytp-horizonchart{vertical-align:bottom;margin:2px;display:inline-block;position:relative}.ytp-horizonchart>span{display:inline-block;position:absolute}.ytp-storyboard-framepreview{z-index:16;background:#000;transition:opacity .1s cubic-bezier(0,0,.2,1);position:absolute;top:0;left:0}.ytp-fine-scrubbing-enable .ytp-storyboard-framepreview{cursor:pointer}.ytp-storyboard-framepreview[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-storyboard-framepreview-img{opacity:.4}.ytp-storyboard-framepreview-timestamp{color:#ddd;background:#0000004d;border-radius:18px;padding:4px 10px;font-size:14px;font-weight:500;display:none;position:absolute;bottom:36px;left:50%;transform:translate(-50%)}.ytp-player-minimized .ytp-storyboard-framepreview-img{opacity:1}.ytp-player-minimized .ytp-storyboard-framepreview-timestamp{display:initial}.ytp-inline-preview-mode .ytp-storyboard-framepreview-img{opacity:1}.ytp-inline-preview-mode .ytp-storyboard-framepreview-timestamp{display:initial}.ytp-sb{float:none;display:inline-block}.ytp-sb .ytp-sb-unsubscribe,.ytp-sb.ytp-sb-subscribed .ytp-sb-subscribe{display:none}.ytp-sb.ytp-sb-subscribed .ytp-sb-unsubscribe{display:flex}.ytp-sb-subscribe,.ytp-sb-unsubscribe{letter-spacing:.007px;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;direction:ltr;border:none;border-radius:18px;padding:10px 16px;font-size:14px;font-weight:500;line-height:16px;display:flex}.ytp-shorts-mode .ytp-sb-subscribe,.ytp-shorts-mode .ytp-sb-unsubscribe{border-radius:3px;padding:3px 6px;font-weight:500}.ytp-sb-subscribe,a.ytp-sb-subscribe{color:#030303;background-color:#fff}.ytp-shorts-mode .ytp-sb-subscribe,.ytp-shorts-mode a.ytp-sb-subscribe{background-color:#fff}.ytp-sb-subscribe .ytp-sb-count{color:#fffc}.ytp-sb-unsubscribe{color:#fff;background-color:#ffffff1a}.ytp-shorts-mode .ytp-sb-unsubscribe{color:#ccc;text-transform:none;background-color:#0000}.ytp-sb-subscribe.ytp-sb-disabled,.ytp-sb-unsubscribe.ytp-sb-disabled{cursor:default;background-color:#f3908b}.ytp-sb-subscribe:focus,.ytp-sb-unsubscribe:focus{outline:none}.ytp-sb.ytp-sb-classic{background-color:#fff;border-radius:2px;margin:4px 0}.ytp-sb-classic .ytp-sb-subscribe.ytp-sb-disabled,.ytp-sb-classic .ytp-sb-unsubscribe.ytp-sb-disabled{opacity:.5;cursor:default}.ytp-sb-text{display:flex}.ytp-sb-count{margin-left:4px}.ytp-sb-classic .ytp-sb-subscribe,.ytp-sb-classic .ytp-sb-unsubscribe{text-transform:none;border-radius:2px;font-weight:400;padding:0!important;font-size:12px!important}.ytp-sb-classic .ytp-sb-subscribe{border:1px solid #e62117}.ytp-sb-classic .ytp-sb-unsubscribe{border:1px solid #ccc}.ytp-sb-classic .ytp-sb-count,.ytp-sb-classic .ytp-sb-text{padding:3px 6px}.ytp-sb-classic .ytp-sb-count{border:1px solid #ccc;border-top-right-radius:2px;border-bottom-right-radius:2px;margin:-1px}.ytp-sb-classic .ytp-sb-subscribe .ytp-sb-count{border-left:0}.ytp-sb-classic .ytp-sb-subscribe .ytp-sb-count,.ytp-sb-classic .ytp-sb-unsubscribe{background-color:#fafafa}.ytp-sb-classic .ytp-sb-subscribe .ytp-sb-text{color:#fefefe;background-color:#e62117}.ytp-sb-classic .ytp-sb-count,.ytp-sb-classic .ytp-sb-unsubscribe .ytp-sb-text{color:#737373;background-color:#fafafa}.ytp-sb-classic .ytp-sb-icon{width:16px;height:12px;margin-right:6px;position:relative;top:2px}.ytp-big-mode .ytp-sb-subscribe,.ytp-big-mode .ytp-sb-unsubscribe{border-radius:22px}.ytp-sb-classic .ytp-sb-subscribe .ytp-sb-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAnUlEQVQ4T2P8//+/JwMDw1wGBgZJBtLAcwYGhmTG////PyNDM8yq5yAD/pNmMapqnAY8k5JgEFmxlIHNzhmv+TgNeMrJycAowMkgNHM6A4dfOE5DcBrwnJOT4f/vHwyMbAwMXGnJDPwT5mA1hEgDkhj4J4AiChMQ9sKMaQwc/hGke4HiQCQ2ailNSC9ABnhBk7IEsbZC1T1lYGBIAwBS1UxBE9/2iAAAAABJRU5ErkJggg==)}.ytp-sb-classic .ytp-sb-unsubscribe .ytp-sb-icon{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAA/UlEQVQ4T6WSMUoEQRBF608iaLqZ4AnE0DOIYGYuGNjdM4jRiLkYjSIsLF0tgpkgE3gAccDUG5h6ACMNp75MoMyuyo5sp9X1ftX/BVnwYcF++RcgpbRGciIiY+/9Qyc+GBBj3Myy7FpERmY2CSGcDQao6i6A806Q5LH3/u5r9akJqqpaKcvyo+cLVPUEwKGIvJnZfgjhue/bN0BVj0TkwMzyPM+fUkrLJMcAtkm+ANhzzr3Omt4H7AC4FJElEbkguQVgg+Rj27ahKIr33xKbWiHGuA7gBsBq99nMrpqmOa3ruv0r7h8ppJRGJCOAe+fc7bw7GRzj4AnmKc7WPwFWRF0Nc9RQxwAAAABJRU5ErkJggg==)}.caption-window{z-index:41;pointer-events:auto;cursor:move;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;line-height:normal;position:absolute}.ytp-caption-window-container{pointer-events:none;width:100%;height:100%;position:absolute;top:0}.ytp-native-controls .caption-window{z-index:2147483647}.caption-window.ytp-caption-window-top{margin-top:48px;transition:margin-bottom .25s cubic-bezier(0,0,.2,1),margin-top .25s cubic-bezier(0,0,.2,1)}.ytp-embed:not(.ad-showing) .caption-window.ytp-caption-window-top{margin-top:60px}.ytp-big-mode .caption-window.ytp-caption-window-top{margin-top:69px}.ytp-big-mode.ytp-embed:not(.ad-showing) .caption-window.ytp-caption-window-top{margin-top:89px}.ytp-autohide .caption-window.ytp-caption-window-top,.ytp-hide-info-bar .caption-window.ytp-caption-window-top{margin-top:0;transition:margin-bottom .1s cubic-bezier(.4,0,1,1),margin-top .1s cubic-bezier(.4,0,1,1)}.ytp-delhi-modern.ytp-autohide-active .caption-window{pointer-events:none}ytd-reel-video-renderer .short-video-container .caption-window.ytp-caption-window-top{margin-top:69px}.caption-window.ytp-caption-window-bottom{margin-bottom:61px;transition:margin-bottom .25s cubic-bezier(0,0,.2,1),margin-top .25s cubic-bezier(0,0,.2,1)}.ytp-delhi-modern.ytp-fine-scrubbing-enable .caption-window.ytp-caption-window-bottom,.ytp-fine-scrubbing-enable .caption-window.ytp-caption-window-bottom{margin-bottom:110px}.ytp-fine-scrubbing-enable.ytp-ad-overlay-open .caption-window.ytp-caption-window-bottom{margin-bottom:200px}.ytp-big-mode.ytp-fine-scrubbing-enable .caption-window.ytp-caption-window-bottom{margin-bottom:155px}.ytp-embed .caption-window.ytp-caption-window-bottom{margin-bottom:53px}.ytp-big-mode .caption-window.ytp-caption-window-bottom{margin-bottom:70px}.ytp-autohide .caption-window.ytp-caption-window-bottom,.ytp-hide-controls .caption-window.ytp-caption-window-bottom,.ytp-muted-autoplay .caption-window.ytp-caption-window-bottom{margin-bottom:0;transition:margin-bottom .1s cubic-bezier(.4,0,1,1),margin-top .1s cubic-bezier(.4,0,1,1)}.ytp-autohide.ytp-delhi-modern .caption-window.ytp-caption-window-bottom,.ytp-autohide.ytp-delhi-modern.ytp-big-mode .caption-window.ytp-caption-window-bottom,.ytp-autohide.ytp-delhi-modern.ytp-fullscreen-grid-peeking .caption-window.ytp-caption-window-bottom,.ytp-autohide.ytp-delhi-modern.ytp-fullscreen-grid-peeking.ytp-big-mode .caption-window.ytp-caption-window-bottom,.ytp-hide-controls.ytp-delhi-modern .caption-window.ytp-caption-window-bottom,.ytp-hide-controls.ytp-delhi-modern.ytp-big-mode .caption-window.ytp-caption-window-bottom,.ytp-hide-controls.ytp-delhi-modern.ytp-fullscreen-grid-peeking .caption-window.ytp-caption-window-bottom,.ytp-hide-controls.ytp-delhi-modern.ytp-fullscreen-grid-peeking.ytp-big-mode .caption-window.ytp-caption-window-bottom,.ytp-muted-autoplay.ytp-delhi-modern .caption-window.ytp-caption-window-bottom,.ytp-muted-autoplay.ytp-delhi-modern.ytp-big-mode .caption-window.ytp-caption-window-bottom,.ytp-muted-autoplay.ytp-delhi-modern.ytp-fullscreen-grid-peeking .caption-window.ytp-caption-window-bottom,.ytp-muted-autoplay.ytp-delhi-modern.ytp-fullscreen-grid-peeking.ytp-big-mode .caption-window.ytp-caption-window-bottom{margin-bottom:0}.ytp-native-controls .caption-window.ytp-caption-window-bottom{margin-bottom:45px;transition:none}.ytp-ad-overlay-open .caption-window.ytp-caption-window-bottom{margin-bottom:151px}.ytp-embed.ytp-ad-overlay-open .caption-window.ytp-caption-window-bottom{margin-bottom:143px}.ytp-big-mode.ytp-ad-overlay-open .caption-window.ytp-caption-window-bottom{margin-bottom:160px}.ytp-delhi-modern .caption-window.ytp-caption-window-bottom{margin-bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 14px)}.ytp-delhi-modern.ytp-big-mode .caption-window.ytp-caption-window-bottom{margin-bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 14px)}.ytp-delhi-modern.ytp-fullscreen-metadata-bottom .caption-window.ytp-caption-window-bottom{margin-bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 154px)}.ytp-delhi-modern.ytp-fullscreen-metadata-bottom.ytp-big-mode .caption-window.ytp-caption-window-bottom{margin-bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 154px)}.ytp-delhi-modern.ytp-fullscreen-grid-peeking .caption-window.ytp-caption-window-bottom{margin-bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 14px + var(--ytp-grid-peek-height))}.ytp-delhi-modern.ytp-fullscreen-grid-peeking.ytp-big-mode .caption-window.ytp-caption-window-bottom{margin-bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 14px + var(--ytp-grid-peek-height))}.ytp-delhi-modern.ytp-fullscreen-metadata-bottom.ytp-fullscreen-grid-peeking .caption-window.ytp-caption-window-bottom{margin-bottom:calc(var(--yt-delhi-bottom-controls-height,72px) + 154px + var(--ytp-grid-peek-height))}.ytp-delhi-modern.ytp-fullscreen-metadata-bottom.ytp-fullscreen-grid-peeking.ytp-big-mode .caption-window.ytp-caption-window-bottom{margin-bottom:calc(var(--yt-delhi-big-mode-bottom-controls-height,96px) + 154px + var(--ytp-grid-peek-height))}.ytp-delhi-modern.ytp-fullscreen-grid-active .caption-window.ytp-caption-window-bottom{opacity:0;display:none}.html5-video-player .caption-window.ytp-dragging,.html5-video-player.ytp-ad-overlay-open .caption-window.ytp-dragging,.html5-video-player.ytp-delhi-modern .caption-window.ytp-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing;margin-top:0;margin-bottom:0;transition:none}.ytp-caption-window-rollup.ytp-rollup-mode{overflow:hidden}.caption-window .ytp-icon,.caption-window svg{vertical-align:bottom;width:48px;max-width:1em;height:48px;max-height:1em;display:inline-block}.ytp-embed .caption-window .ytp-icon,.ytp-embed .caption-window svg{width:40px;height:40px}.ytp-big-mode .caption-window svg{width:54px;height:54px}.ytp-caption-window-rollup.ytp-rollup-mode .captions-text{-webkit-transition:-webkit-transform .433s cubic-bezier(0,0,.2,1);transition:transform .433s cubic-bezier(0,0,.2,1)}.caption-edit{opacity:0;cursor:pointer;background:#080808bf;border:none;padding:0;position:absolute;bottom:0;left:0}.caption-edit svg{max-width:60%;max-height:60%}.caption-edit:focus,.caption-window:focus .caption-edit,.ytp-caption-window-rollup .caption-edit:hover,.ytp-caption-window-rollup:hover .caption-edit{opacity:1}.html5-video-player .caption-visual-line .ytp-caption-segment:first-child{padding-top:0;padding-left:.25em}.html5-video-player .caption-visual-line .ytp-caption-segment:last-child{padding-bottom:0;padding-right:.25em}.html5-video-player .ytp-vertical-caption .caption-visual-line .ytp-caption-segment:first-child{padding-top:.25em;padding-left:0}.html5-video-player .ytp-vertical-caption .caption-visual-line .ytp-caption-segment:last-child{padding-bottom:.25em;padding-right:0}.ytp-suggested-action{display:-moz-flexbox;-moz-justify-content:left;-webkit-justify-content:left;-webkit-box-pack:left;flex-direction:row;justify-content:left;display:flex}.ytp-fine-scrubbing-enable .ytp-suggested-action-badge{bottom:60px;left:60px}.ytp-big-mode.ytp-fine-scrubbing-enable .ytp-suggested-action-badge{bottom:90px;left:90px}.ytp-suggested-action-badge{z-index:60;width:34px;height:34px;display:-moz-flexbox;opacity:1;background-color:#000c;border:1px solid #ffffff4d;border-radius:34px;flex-direction:row;align-items:center;padding:7px;transition:opacity .25s cubic-bezier(0,0,.2,1),background-color .1s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:16px;left:16px;overflow:hidden;transform:translateY(0)}.ytp-suggested-action-badge.ytp-timely-shelf-present{display:none}.ytp-suggested-action-badge.ytp-suggested-action-badge-fullscreen.ytp-timely-shelf-present{display:unset}.ad-showing .ytp-suggested-action-badge.ytp-suggested-action-badge-fullscreen.ytp-timely-shelf-present{display:none}ytd-watch-flexy[theater] .ytp-suggested-action-badge.ytp-timely-shelf-present{display:unset}ytd-watch-flexy[theater] .ad-showing .ytp-suggested-action-badge.ytp-timely-shelf-present{display:none}.ytp-overlays-container .ytp-overlay-bottom-left .ytp-suggested-action-badge{position:relative;bottom:0;left:0}.ytp-delhi-modern .ytp-suggested-action-badge{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009);border:none;border-radius:40px;width:40px;height:40px;padding:12px}.ytp-delhi-modern .ytp-suggested-action-badge:not(.ytp-suggested-action-badge-expanded){padding:0 8px}.ad-showing .ytp-suggested-action-badge{display:none}.ytp-suggested-action-badge[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1),transform .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1)}.ytp-suggested-action-badge:hover{background-color:#212121f2;transition:opacity .25s cubic-bezier(0,0,.2,1),background-color .1s cubic-bezier(0,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),width .2s cubic-bezier(.4,0,.2,1)}.ytp-suggested-action-badge.ytp-suggested-action-badge-with-controls{transform:translateY(-59px)}.ytp-delhi-modern .ytp-suggested-action-badge.ytp-suggested-action-badge-with-controls{-webkit-transform:translateY(calc((var(--yt-delhi-bottom-controls-height,72px) + 6px)*-1));-ms-transform:translateY(calc((var(--yt-delhi-bottom-controls-height,72px) + 6px)*-1));transform:translateY(calc((var(--yt-delhi-bottom-controls-height,72px) + 6px)*-1))}.ytp-delhi-modern.ytp-big-mode .ytp-suggested-action-badge.ytp-suggested-action-badge-with-controls{-webkit-transform:translateY(calc((var(--yt-delhi-big-mode-bottom-controls-height,96px) + 6px)*-1));-ms-transform:translateY(calc((var(--yt-delhi-big-mode-bottom-controls-height,96px) + 6px)*-1));transform:translateY(calc((var(--yt-delhi-big-mode-bottom-controls-height,96px) + 6px)*-1))}.ytp-suggested-action-badge.ytp-suggested-action-badge-fullscreen.ytp-suggested-action-badge-with-controls{transform:translateY(-80px)}.ytp-overlays-container .ytp-overlay-bottom-left .ytp-suggested-action-badge.ytp-suggested-action-badge-with-controls{transform:translateY(0)}.ytp-suggested-action-badge:is(.ytp-suggested-action-badge-expanded,.ytp-suggested-action-badge-content-forward){width:auto}.ytp-suggested-action-badge-icon-container{display:-moz-flexbox;display:flex}.ytp-suggested-action-badge-icon{-webkit-background-size:contain;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0iI2ZmZiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PHBhdGggZD0iTTE4IDZoLTJjMC0yLjIxLTEuNzktNC00LTRTOCAzLjc5IDggNkg2Yy0xLjEgMC0yIC45LTIgMnYxMmMwIDEuMS45IDIgMiAyaDEyYzEuMSAwIDItLjkgMi0yVjhjMC0xLjEtLjktMi0yLTJtLTYtMmMxLjEgMCAyIC45IDIgMmgtNGMwLTEuMS45LTIgMi0ybTYgMTZINlY4aDJ2MmMwIC41NS40NSAxIDEgMXMxLS40NSAxLTFWOGg0djJjMCAuNTUuNDUgMSAxIDFzMS0uNDUgMS0xVjhoMnoiLz48L3N2Zz4=) 0 0/contain;flex-shrink:0;width:18px;height:18px}.ytp-delhi-modern .ytp-suggested-action-badge-icon.ytp-suggested-action-badge-icon-custom-icon,.ytp-suggested-action-badge-icon.ytp-suggested-action-badge-icon-custom-icon{background-image:none;width:20px;height:20px}.ytp-delhi-modern .ytp-suggested-action-badge-icon{width:24px;height:24px}.ytp-suggested-action-badge-title{color:#fff;cursor:pointer;margin-left:6px;margin-right:6px;font-size:14px;font-weight:400}.ytp-delhi-modern .ytp-suggested-action-badge-title{font-weight:500}.ytp-suggested-action-badge-title:empty{display:none}.ytp-suggested-action.ytp-suggested-action-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0009;border:none;border-radius:8px;width:298px;height:64px;padding:0;transition-timing-function:cubic-bezier(.05,0,0,1)}.ytp-suggested-action-container{display:-moz-flexbox;flex-direction:row;align-items:stretch;width:290px;padding:4px;display:flex;overflow:hidden}.ytp-suggested-action-details{display:-moz-flexbox;-moz-justify-content:space-around;flex-direction:column;flex:1;justify-content:space-around;padding:0 8px;font-size:12px;display:flex;overflow:hidden}.ytp-suggested-action-details .ytp-suggested-action-title{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;font-size:14px;overflow:hidden}.ytp-suggested-action-details .ytp-suggested-action-subtitle{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;opacity:.7;font-weight:400;overflow:hidden}.ytp-suggested-action-details .ytp-suggested-action-metadata-text{opacity:.7;font-weight:500}.ytp-suggested-action-badge-img{background:#fff;border-radius:4px;width:56px;height:56px;position:relative;overflow:hidden}.ytp-suggested-action-badge-img>img{width:inherit;height:inherit;-o-object-fit:contain;object-fit:contain}:is(:is(.ytp-suggested-action-badge-preview-collapsed,.ytp-suggested-action-badge-preview-expanded),.ytp-suggested-action-badge-content-forward.ytp-suggested-action-badge-expanded) .ytp-suggested-action-badge-icon,:is(.ytp-suggested-action-badge-preview-collapsed,.ytp-suggested-action-badge-preview-expanded) .ytp-suggested-action-badge-expanded-content-container{display:none}.ytp-suggested-action-content-forward-container{display:-moz-flexbox;align-items:center;display:flex}.ytp-suggested-action-product-thumbnail{-webkit-margin-start:0;opacity:0;transition:margin-inline-start .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),-webkit-margin-start .3s cubic-bezier(.4,0,.2,1);border-radius:4px;width:0;height:18px;margin-inline-start:0;transition:width .3s cubic-bezier(.4,0,.2,1)}.ytp-suggested-action-product-thumbnail:first-child{transition:margin-inline-start .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),-webkit-margin-start .3s cubic-bezier(.4,0,.2,1)}.ytp-delhi-modern .ytp-suggested-action-product-thumbnail{height:24px}.ytp-suggested-action-badge-preview-expanded .ytp-suggested-action-product-thumbnail{-webkit-margin-start:2px;opacity:1;width:18px;margin-inline-start:2px}.ytp-suggested-action-badge-preview-expanded .ytp-suggested-action-product-thumbnail:first-child{-webkit-margin-start:0;margin-inline-start:0}.ytp-delhi-modern .ytp-suggested-action-badge-preview-expanded .ytp-suggested-action-product-thumbnail{width:24px}:is(.ytp-suggested-action-badge-preview-collapsed,.ytp-suggested-action-badge-content-forward.ytp-suggested-action-badge-expanded) .ytp-suggested-action-product-thumbnail:first-child{-webkit-margin-start:2px;opacity:1;-webkit-margin-start:0;width:18px;margin-inline-start:0}.ytp-delhi-modern :is(.ytp-suggested-action-badge-preview-collapsed,.ytp-suggested-action-badge-content-forward.ytp-suggested-action-badge-expanded) .ytp-suggested-action-product-thumbnail:first-child{width:24px}.ytp-suggested-action-more-products-icon{opacity:.32;-webkit-margin-start:2px;background-color:#fff;border-radius:0 12px 12px 0;width:2px;height:12px;margin-inline-start:2px;display:none}.ytp-delhi-modern .ytp-suggested-action-more-products-icon{border-radius:12px;height:18px}.ytp-suggested-action-badge-content-forward.ytp-suggested-action-badge-expanded .ytp-suggested-action-more-products-icon{display:unset}.ytp-suggested-action-badge-dismiss-button-icon{-webkit-background-size:contain;opacity:.6;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI2ZmZiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuMjQgOS4xNyAxMy40MSAxMmwyLjgzIDIuODMtMS40MSAxLjQxTDEyIDEzLjQxbC0yLjgzIDIuODMtMS40MS0xLjQxTDEwLjU5IDEyIDcuNzYgOS4xN2wxLjQxLTEuNDFMMTIgMTAuNTlsMi44My0yLjgzek00LjkzIDQuOTNjLTMuOTEgMy45MS0zLjkxIDEwLjI0IDAgMTQuMTQgMy45MSAzLjkxIDEwLjI0IDMuOTEgMTQuMTQgMCAzLjkxLTMuOTEgMy45MS0xMC4yNCAwLTE0LjE0LTMuOS0zLjkxLTEwLjI0LTMuOTEtMTQuMTQgMG0xMy40My43MWMzLjUxIDMuNTEgMy41MSA5LjIyIDAgMTIuNzNzLTkuMjIgMy41MS0xMi43MyAwLTMuNTEtOS4yMiAwLTEyLjczYzMuNTItMy41MSA5LjIyLTMuNTEgMTIuNzMgMCIvPjwvc3ZnPg==) 0 0/contain;width:18px;height:18px;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-delhi-modern .ytp-suggested-action-badge-dismiss-button-icon{opacity:1;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE5IDYuNDEgMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz48L3N2Zz4=);width:24px;height:24px}.ytp-suggested-action-badge-dismiss-button-icon:hover{opacity:1;transition:opacity .1s cubic-bezier(0,0,.2,1)}.ytp-suggested-action-badge-expanded-content-container{display:-moz-flexbox;opacity:1;flex-direction:row;flex-shrink:0;align-items:center;transition:opacity .25s cubic-bezier(0,0,.2,1);display:flex}.ytp-suggested-action-badge-expanded-content-container[aria-hidden=true]{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.ytp-suggested-action-badge.ytp-suggested-action-badge-with-offline-slate{bottom:32px}.ytp-featured-product.ytp-suggested-action-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#0009;border:none;border-radius:8px;width:280px;height:64px;padding:0;transition-timing-function:cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-featured-product.ytp-suggested-action-badge{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium,#0009)}.ytp-featured-product>.ytp-suggested-action-badge-expanded-content-container>.ytp-suggested-action-badge-title{display:none}.ytp-featured-product-container{display:-moz-flexbox;flex-direction:row;align-items:stretch;width:272px;padding:4px;display:flex;overflow:hidden}.ytp-featured-product-container>.ytp-suggested-action-badge-dismiss-button-icon{opacity:.8;aspect-ratio:1;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE5IDYuNDEgMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz48L3N2Zz4=);width:18px;height:18px}.ytp-featured-product-thumbnail{background:#fff;border-radius:4px;width:56px;height:56px;position:relative;overflow:hidden}.ytp-featured-product-thumbnail>img{width:inherit;height:inherit;-o-object-fit:contain;object-fit:contain}.ytp-featured-product-open-in-new{background-color:#000c;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg0OHY0OEgweiIvPjxwYXRoIGQ9Ik0zOCAzOEgxMFYxMGgxNFY2SDEwYy0yLjIxIDAtNCAxLjc5LTQgNHYyOGMwIDIuMjEgMS43OSA0IDQgNGgyOGMyLjIxIDAgNC0xLjc5IDQtNFYyNGgtNHpNMjggNnY0aDcuMTdMMTUuNTEgMjkuNjZsMi44MyAyLjgzTDM4IDEyLjgzVjIwaDRWNnoiLz48L3N2Zz4=);border-radius:2px;width:12px;height:12px;position:absolute;bottom:4px;right:4px;overflow:hidden}.ytp-featured-product-details{display:-moz-flexbox;-moz-justify-content:space-around;flex-direction:column;flex:1;justify-content:space-around;padding:0 8px;font-size:12px;display:flex;overflow:hidden}.ytp-featured-product-details .ytp-featured-product-title{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;font-size:14px;overflow:hidden}.ytp-featured-product-details .ytp-featured-product-countdown{font-family:YouTube Sans,Roboto,sans-serif;font-size:2rem;font-weight:700;line-height:2.8rem}.ytp-featured-product-details .ytp-featured-product-affiliate-disclaimer{font-weight:500}.ytp-featured-product-details .ytp-featured-product-affiliate-disclaimer-when-promotion-text-enabled{opacity:.7;margin-right:4px;font-weight:500}.ytp-featured-product-info-icon{opacity:.8;aspect-ratio:1;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNmZmYiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGg0OHY0OEgweiIvPjxwYXRoIGQ9Ik0yMiAzNGg0VjIyaC00em0yLTMwQzEyLjk1IDQgNCAxMi45NSA0IDI0czguOTUgMjAgMjAgMjAgMjAtOC45NSAyMC0yMFMzNS4wNSA0IDI0IDRtMCAzNmMtOC44MiAwLTE2LTcuMTgtMTYtMTZTMTUuMTggOCAyNCA4czE2IDcuMTggMTYgMTYtNy4xOCAxNi0xNiAxNm0tMi0yMmg0di00aC00eiIvPjwvc3ZnPg==);width:18px;height:18px;margin-right:8px}.ytp-featured-product-overflow-icon{opacity:.8;aspect-ratio:1;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01IC01IDM2IDM2Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIgOGMxLjEgMCAyLS45IDItMnMtLjktMi0yLTItMiAuOS0yIDIgLjkgMiAyIDJtMCAyYy0xLjEgMC0yIC45LTIgMnMuOSAyIDIgMiAyLS45IDItMi0uOS0yLTItMm0wIDZjLTEuMSAwLTIgLjktMiAycy45IDIgMiAyIDItLjkgMi0yLS45LTItMi0yIi8+PC9zdmc+);width:20px;height:20px}.ytp-featured-product-details .ytp-featured-product-vendor{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;overflow:hidden}.ytp-featured-product-details .ytp-featured-product-vendor-when-promotion-text-enabled{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;opacity:.7;font-weight:400;overflow:hidden}.ytp-featured-product-when-promotion-text-enabled{display:-moz-flexbox;display:flex}.ytp-featured-product-when-promotion-text-enabled .ytp-featured-product-trending{overflow:hidden}.ytp-featured-product-when-promotion-text-enabled .ytp-featured-product-trending-text{opacity:.7;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;overflow:hidden}.ytp-featured-product-trending>.ytp-featured-product-trending-icon{opacity:.8;aspect-ratio:1;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJtMTIzLTI0MC00My00MyAyOTItMjkxIDE2NyAxNjcgMjQxLTI0MUg2NTN2LTYwaDIyN3YyMjdoLTU5di0xMjNMNTM4LTMyMSAzNzEtNDg4eiIvPjwvc3ZnPg==);width:12px;height:12px;margin-top:2px;margin-right:4px}.ytp-featured-product-details .ytp-featured-product-trending{display:-moz-flexbox;display:flex}.ytp-featured-product-details .ytp-featured-product-price-container{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;overflow:hidden}.ytp-featured-product-details .ytp-featured-product-price-container .ytp-featured-product-price-when-promotion-text-enabled{opacity:.7;font-weight:400}.ytp-featured-product-details .ytp-featured-product-price-container .ytp-featured-product-promotion-text{margin-left:4px;font-weight:500}.ytp-featured-product-details .ytp-featured-product-sales-original-price{margin-left:4px;text-decoration:line-through}.ytp-featured-product-details .ytp-featured-product-price-drop-reference-price{margin-left:4px}.ytp-featured-product-sales-original-price:empty,.ytp-featured-product-promotion-text:empty,.ytp-featured-product-price-drop-reference-price:empty,.ytp-featured-product-affiliate-disclaimer-when-promotion-text-enabled:empty{display:none}.ytp-featured-product-exclusive-badge-container,.ytp-featured-product-exclusive-container{display:-moz-flexbox;-moz-justify-content:flex-start;flex-direction:row;justify-content:flex-start;align-items:center;display:flex}.ytp-featured-product-exclusive-badge{display:-moz-flexbox;background:-webkit-gradient(linear,left top,right top,from(#7f0e7f),color-stop(#db1ddb),to(#ed558f));background:linear-gradient(90deg,#7f0e7f,#db1ddb,#ed558f);border-radius:4px;flex-direction:row;align-items:center;padding:2px 4px;display:flex}.ytp-featured-product-exclusive-badge-text{font-weight:700;line-height:100%}.ytp-featured-product-details .ytp-featured-product-exclusive-countdown{margin-left:4px;line-height:100%}.ytp-time-display{vertical-align:top;white-space:nowrap;padding:0 5px;font-size:109%;line-height:47px;display:inline-block}.ytp-embed.ytp-embed-mobile .ytp-time-display,.ytp-embed.ytp-embed-mobile.ytp-small-mode .ytp-time-display{line-height:51px}.ytp-embed .ytp-time-display,.ytp-small-mode .ytp-time-display{line-height:39px}.ytp-big-mode .ytp-time-display{line-height:53px}.ytp-delhi-modern .ytp-time-display:not(.ytp-miniplayer-ui *){cursor:pointer;font-weight:500;line-height:var(--yt-delhi-pill-height,48px);min-width:0;padding:var(--yt-delhi-pill-top-height,12px) 8px;align-items:center;font-size:14px;display:inline-block}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-time-display{line-height:var(--yt-delhi-big-mode-pill-height,56px);padding:var(--yt-delhi-big-mode-pill-top-height,20px) 12px;font-size:16px}.ytp-volume-slider-active .ytp-time-display-allow-autohide{display:none}.ytp-delhi-modern .ytp-time-wrapper:not(.ytp-miniplayer-ui *){min-width:0;height:var(--yt-delhi-pill-height,48px);-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:28px;padding:0 16px;display:inline-block;position:relative}.ytp-delhi-modern .ytp-time-wrapper:not(.ytp-miniplayer-ui *) svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-time-wrapper:not(.ytp-miniplayer-ui *){height:40px;line-height:40px}.ytp-delhi-modern .ytp-time-wrapper:not(.ytp-miniplayer-ui *):after{content:"";pointer-events:none;background:0 0;border-radius:28px;position:absolute;inset:4px}.ytp-delhi-modern .ytp-time-wrapper:not(.ytp-miniplayer-ui *):hover:after{background-color:var(--yt-sys-color-baseline--overlay-button-secondary,#ffffff1a);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-time-wrapper:not(.ytp-miniplayer-ui *):active:after{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover,#fff3);transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-time-wrapper{height:var(--yt-delhi-big-mode-pill-height,56px)}.ytp-delhi-modern-with-luminosity.ytp-delhi-modern .ytp-time-wrapper:not(.ytp-miniplayer-ui *){background-blend-mode:luminosity;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-difference.ytp-delhi-modern .ytp-time-wrapper:not(.ytp-miniplayer-ui *){background-blend-mode:difference;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-exclusion.ytp-delhi-modern .ytp-time-wrapper:not(.ytp-miniplayer-ui *){background-blend-mode:exclusion;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-time-current,.ytp-time-duration,.ytp-time-separator{color:#ddd}.ytp-time-wrapper-delhi{cursor:pointer}.ytp-delhi-modern .ytp-time-current{color:var(--yt-sys-color-baseline--overlay-text-primary,#fff)}.ytp-delhi-modern .ytp-time-duration,.ytp-delhi-modern .ytp-time-separator{color:var(--yt-sys-color-baseline--overlay-text-primary,#fff);font-weight:400}.ytp-live .ytp-time-contents{display:none}* .ytp-chrome-controls .ytp-live-badge,.ytp-big-mode .ytp-chrome-controls .ytp-live-badge,.ytp-small-mode .ytp-chrome-controls .ytp-live-badge{text-transform:uppercase;width:auto;display:none}.ytp-big-mode.ytp-delhi-modern .ytp-chrome-controls .ytp-live-badge,.ytp-delhi-modern .ytp-chrome-controls .ytp-live-badge,.ytp-small-mode.ytp-delhi-modern .ytp-chrome-controls .ytp-live-badge{text-transform:none}.ytp-big-mode .ytp-chrome-controls .ytp-live .ytp-live-badge,.ytp-chrome-controls .ytp-live .ytp-live-badge{display:inline-block}.ytp-live-badge:before{vertical-align:4%;content:"";background:#757575;border-radius:6px;width:6px;height:6px;margin-right:5px;display:inline-block}.ytp-big-mode .ytp-live-badge:before{border-radius:9px;width:9px;height:9px}.html5-video-player .ytp-live-badge[aria-disabled=true],.html5-video-player .ytp-live-badge[disabled]{opacity:1}.ytp-livebadge-color .ytp-live-badge.ytp-live-badge-is-livehead:before{background:var(--yt-sys-color-baseline--overlay-background-brand,#e1002de6)}.ytp-time-display.ytp-clip{display:flex;overflow:hidden}.ytp-clip-watch-full-video-button,.ytp-clip-watch-full-video-button-separator,.ytp-time-clip-icon{display:none}.ytp-clip .ytp-clip-watch-full-video-button,.ytp-clip .ytp-clip-watch-full-video-button-separator,.ytp-clip .ytp-time-clip-icon{display:inline}.ytp-delhi-modern .ytp-clip .ytp-clip-watch-full-video-button-separator{display:none}.ytp-delhi-modern .ytp-clip .ytp-clip-watch-full-video-button{height:var(--yt-delhi-pill-height,48px);-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:28px;margin-left:8px;padding:0 16px;display:inline-block}.ytp-delhi-modern .ytp-clip .ytp-clip-watch-full-video-button svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern.ytp-big-mode:not(.ytp-xsmall-width-mode) .ytp-clip .ytp-clip-watch-full-video-button{height:var(--yt-delhi-big-mode-pill-height,56px);display:inline-block}.ytp-delhi-modern-with-luminosity.ytp-delhi-modern .ytp-clip .ytp-clip-watch-full-video-button{background-blend-mode:luminosity;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-difference.ytp-delhi-modern .ytp-clip .ytp-clip-watch-full-video-button{background-blend-mode:difference;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-delhi-modern-with-exclusion.ytp-delhi-modern .ytp-clip .ytp-clip-watch-full-video-button{background-blend-mode:exclusion;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#50505099}.ytp-time-clip-icon{margin-left:16px;margin-right:5px}.ytp-delhi-modern .ytp-time-clip-icon{margin-left:0}.ytp-time-clip-icon svg{fill:#ddd;width:16px;height:16px;margin-bottom:-3px}.ytp-clip-watch-full-video-button-separator{margin-left:8px;margin-right:8px;font-weight:700}.ytp-clip-watch-full-video-button{cursor:pointer;text-overflow:ellipsis;font-weight:700;overflow:hidden}.ytp-small-mode .ytp-clip-watch-full-video-button,.ytp-small-mode .ytp-clip-watch-full-video-button-separator{display:none}.ytp-embed .ytp-chrome-controls .ytp-live .ytp-live-badge{width:auto}.ytp-delhi-modern .ytp-time-contents{overflow:hidden}.ytp-no-link,span.ytp-title-channel-name{cursor:default;pointer-events:none}.ytp-title{flex:1;display:flex;overflow:hidden}.ytp-fullscreen-metadata-bottom .ytp-title .ytp-title-text,.ytp-fullscreen-metadata-top .ytp-title .ytp-title-text,.ytp-hide-fullscreen-title .ytp-title .ytp-title-text{display:none}.ytp-title-text{vertical-align:top;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;flex:1;max-width:100%;padding-top:12px;padding-left:4px;font-size:18px;overflow:hidden}.ytp-big-mode .ytp-title-text{padding-top:18px;padding-left:6px;font-size:27px}.ytp-embed:not(.ad-showing) .ytp-title-text{padding-top:21px}.ytp-shorts-mode.ytp-embed:not(.ad-showing) .ytp-title-text{white-space:normal;padding-top:14px;padding-right:53px;font-size:16px}.ytp-big-mode.ytp-embed:not(.ad-showing) .ytp-title-text{padding-top:36px}.ytp-big-mode.ytp-shorts-mode.ytp-embed:not(.ad-showing) .ytp-title-text{padding-top:17px;padding-right:64px;font-size:23px}.ytp-title-text-larger-line-height .ytp-title-text{line-height:1.35}.ytp-shorts-mode.ytp-embed:not(.ad-showing) .ytp-title-link{-webkit-line-clamp:3;visibility:visible;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ytp-title-subtext{white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;font-size:14px;overflow:hidden}.ytp-title-channel-name{color:var(--yt-sys-color-baseline--overlay-text-secondary);margin-top:.25rem;display:block}.ytp-big-mode .ytp-title-subtext{font-size:20px}.ytp-title-subtext a:empty{display:none}.ytp-title-fullerscreen-link{cursor:default}.ytp-menuitem-toggle-checkbox{float:right;background:#ffffff4d;border-radius:14px;width:36px;height:14px;transition:all 80ms cubic-bezier(.4,0,1,1);position:relative;transform:scale(1)}.ytp-big-mode .ytp-menuitem-toggle-checkbox{border-radius:21px;width:54px;height:21px}.ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox{background:var(--yt-sys-color-baseline--red-indicator,#e1002d)}.ytp-menuitem[aria-disabled=true] .ytp-menuitem-toggle-checkbox{opacity:.3}.ytp-menuitem[aria-disabled=true]{color:#909090}.ytp-menuitem[aria-disabled=true] path{fill:#909090}.ytp-contextmenu .ytp-menuitem-toggle-checkbox{border-radius:0;width:24px;height:24px}.ytp-contextmenu.ytp-big-mode .ytp-menuitem-toggle-checkbox{width:36px;height:36px}.ytp-contextmenu .ytp-menuitem .ytp-menuitem-toggle-checkbox{background:0 0}.ytp-contextmenu .ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkgMTYuMiA0LjggMTJsLTEuNCAxLjRMOSAxOSAyMSA3bC0xLjQtMS40eiIvPjwvc3ZnPg==)}.ytp-contextmenu .ytp-menuitem-toggle-checkbox:after{content:none}.ytp-contextmenu .ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox:before,.ytp-big-mode .ytp-contextmenu .ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox:before{transform:none}.ytp-menuitem-toggle-checkbox:after{content:"";background-color:#bdbdbd;border-radius:20px;width:20px;height:20px;margin-top:-3px;transition:all 80ms cubic-bezier(.4,0,1,1);position:absolute;top:0;left:0;box-shadow:0 1px 5px #0009}.ytp-big-mode .ytp-menuitem-toggle-checkbox:after{width:30px;height:30px;margin-top:divide(sub(21px,30px),2);border-radius:30px;left:0}.ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox:after{background-color:#fff;transform:translate(16px)}.ytp-big-mode .ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox:after{transform:translate(24px)}.ytp-delhi-modern .ytp-menuitem-toggle-checkbox,.ytp-delhi-modern.big-mode .ytp-menuitem-toggle-checkbox{background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);border-radius:12px;width:40px;height:24px}.ytp-delhi-modern .ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox,.ytp-delhi-modern.big-mode .ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox{background:var(--yt-sys-color-baseline--overlay-button-primary,#ffffff4d)}.ytp-delhi-modern .ytp-menuitem[aria-disabled=true] .ytp-menuitem-toggle-checkbox,.ytp-delhi-modern.big-mode .ytp-menuitem[aria-disabled=true] .ytp-menuitem-toggle-checkbox{background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d)}.ytp-delhi-modern .ytp-menuitem-toggle-checkbox:after,.ytp-delhi-modern.big-mode .ytp-menuitem-toggle-checkbox:after{width:20px;height:20px;-webkit-box-shadow:none;box-shadow:none;background-color:var(--yt-sys-color-baseline--overlay-text-secondary,#ffffffb3);margin-top:2px;margin-left:2px}.ytp-delhi-modern .ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox:after,.ytp-delhi-modern.big-mode .ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox:after{transform:translate(16px)}.ytp-tooltip{z-index:1003;-webkit-transition:-webkit-transform .1s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);pointer-events:none;font-size:118%;font-weight:500;line-height:15px;transition:transform .1s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);position:absolute}.ytp-tooltip:not(.ytp-frosted-glass-fade-transition){opacity:0}.ytp-delhi-modern .ytp-tooltip:not(.ytp-frosted-glass-fade-transition){-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1)}.ytp-big-mode .ytp-tooltip{line-height:22px}.ytp-tooltip:not([aria-hidden=true]){opacity:1;-webkit-transition:-webkit-transform .1s cubic-bezier(.4,0,1,1),opacity .1s cubic-bezier(.4,0,1,1);transition:transform .1s cubic-bezier(.4,0,1,1),opacity .1s cubic-bezier(.4,0,1,1);transform:none}.ytp-tooltip.ytp-preview{background-color:#1c1c1ce6;border-radius:2px;padding:2px}.ytp-tooltip.ytp-text-detail.ytp-preview{border-radius:12px}.ytp-delhi-modern .ytp-tooltip.ytp-text-detail.ytp-preview{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000}.ytp-delhi-modern .ytp-tooltip.ytp-text-detail.ytp-preview svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-tooltip.ytp-text-detail.ytp-preview.ytp-frosted-glass-fade-transition{opacity:0;-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-tooltip.ytp-text-detail.ytp-preview.ytp-frosted-glass-fade-transition:not([aria-hidden=true]){opacity:1}.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-title{text-align:start;white-space:nowrap;text-overflow:ellipsis;padding:0 9px;overflow:hidden}.ytp-delhi-modern .ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-title{justify-content:center;align-items:center;padding:5px 9px;display:flex}.ytp-delhi-modern .ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-bg{margin:4px}.ytp-delhi-modern .ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-title .ytp-tooltip-keyboard-shortcut{margin-left:8px}.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-text{white-space:nowrap;padding:0 9px}.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-bottom-text{text-overflow:ellipsis;display:block;overflow:hidden}.ytp-delhi-modern .ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-bottom-text{display:none}.ytp-tooltip:not(.ytp-preview) .ytp-tooltip-bottom-text{border-radius:4px}.ytp-delhi-modern .ytp-tooltip:not(.ytp-preview) .ytp-tooltip-bottom-text,.ytp-tooltip-bg,.ytp-tooltip.ytp-preview:not(.ytp-text-detail){border-radius:8px}.ytp-delhi-modern .ytp-tooltip.ytp-preview:not(.ytp-text-detail){padding:1px}.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style .ytp-tooltip-bottom-text,.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style .ytp-tooltip-title,.ytp-delhi-modern .ytp-tooltip:not(.ytp-preview) .ytp-tooltip-progress-bar-pill{display:none}.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style .ytp-tooltip-progress-bar-pill{box-sizing:border-box;width:fit-content;max-width:100%;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:18px;align-items:center;padding:8px 16px;display:flex;position:relative;top:45px;left:50%;transform:translate(-50%)}.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style .ytp-tooltip-progress-bar-pill svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style .ytp-tooltip-progress-bar-pill .ytp-tooltip-progress-bar-pill-title{text-overflow:ellipsis;white-space:nowrap;margin-left:8px;overflow:hidden}.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style .ytp-tooltip-progress-bar-pill .ytp-tooltip-progress-bar-pill-title:empty{display:none}.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style:not(.ytp-preview) .ytp-tooltip-progress-bar-pill{top:-16px}.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style .ytp-tooltip-progress-bar-pill.ytp-frosted-glass-fade-transition{top:unset;max-width:unset;opacity:0;-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1);height:fit-content;margin-top:10px;transition:transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1);position:absolute}.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style:not(.ytp-preview) .ytp-tooltip-progress-bar-pill.ytp-frosted-glass-fade-transition{bottom:8px}.ytp-delhi-modern .ytp-tooltip.ytp-tooltip-progress-bar-style:not([aria-hidden=true]) .ytp-tooltip-progress-bar-pill.ytp-frosted-glass-fade-transition{opacity:1}.ytp-tooltip-progress-bar-pill{display:none}.ytp-delhi-modern.ytp-big-mode .ytp-tooltip.ytp-tooltip-progress-bar-style .ytp-tooltip-progress-bar-pill{top:67px}.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-bg{border-top-left-radius:12px;border-bottom-left-radius:12px}.ytp-tooltip-text-wrapper{border-radius:3px}.ytp-tooltip.ytp-preview:not(.ytp-text-detail) .ytp-tooltip-text-wrapper{text-align:center;z-index:1;width:100%;position:absolute;bottom:5px;left:0}.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-text-wrapper{max-height:46px;margin:4px 0;overflow:hidden}.ytp-big-mode .ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-text-wrapper{max-height:69px;margin:6px 0}.ytp-delhi-modern .ytp-tooltip:not(.ytp-text-detail) .ytp-tooltip-text-wrapper.ytp-frosted-glass-fade-transition{opacity:0;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:8px}.ytp-delhi-modern .ytp-tooltip:not(.ytp-text-detail) .ytp-tooltip-text-wrapper.ytp-frosted-glass-fade-transition svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-tooltip:not(.ytp-text-detail) .ytp-tooltip-text-wrapper.ytp-frosted-glass-fade-transition{-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-tooltip:not(.ytp-text-detail):not([aria-hidden=true]) .ytp-tooltip-text-wrapper.ytp-frosted-glass-fade-transition{opacity:1}.ytp-tooltip-bottom-text{background-color:#1c1c1ce6;border-radius:2px;padding:5px 9px;display:block}.ytp-delhi-modern .ytp-tooltip-bottom-text{background-color:#0000;align-items:center;display:flex}.ytp-delhi-modern .ytp-tooltip:not(.ytp-frosted-glass-fade-transition) .ytp-tooltip-bottom-text{-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:8px}.ytp-delhi-modern .ytp-tooltip:not(.ytp-frosted-glass-fade-transition) .ytp-tooltip-bottom-text svg{filter:drop-shadow(0 0 1px #000c)}.ytp-tooltip-opaque .ytp-tooltip-bottom-text{background-color:#1c1c1c}.ytp-tooltip.ytp-preview .ytp-tooltip-bottom-text{border-bottom-right-radius:0;border-bottom-left-radius:0;display:inline}.ytp-tooltip-image-enabled .ytp-tooltip-bottom-text{padding-left:34px}.ytp-big-mode .ytp-tooltip-image-enabled .ytp-tooltip-bottom-text{padding-left:45px}.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-bottom-text{background-color:#0000;padding:0}.ytp-tooltip-bg{background-color:#000;background-repeat:no-repeat;display:none;position:relative}.ytp-tooltip.ytp-preview:not(.ytp-text-detail){background-color:#fff}.ytp-tooltip.ytp-preview:not(.ytp-text-detail).ytp-frosted-glass-fade-transition[aria-hidden=true]{background-color:#0000}.ytp-progress-bar-snap .ytp-tooltip-bg{outline-offset:-1px;outline:1px solid #fff}.ytp-tooltip.ytp-preview .ytp-tooltip-bg{display:block}.ytp-tooltip.ytp-text-detail.ytp-preview .ytp-tooltip-bg{float:left}.ytp-delhi-modern .ytp-tooltip-bg.ytp-frosted-glass-fade-transition{opacity:0;-webkit-transition:-webkit-transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1);transition:transform .2s cubic-bezier(.05,0,0,1),opacity .2s cubic-bezier(.05,0,0,1),top .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern .ytp-tooltip:not([aria-hidden=true]) .ytp-tooltip-bg.ytp-frosted-glass-fade-transition{opacity:1}.ytp-tooltip-duration{display:none}.ytp-tooltip.ytp-text-detail.ytp-preview.ytp-has-duration .ytp-tooltip-duration{background-color:#1c1c1ce6;border-radius:2px;padding:2px 4px;display:block;position:absolute;bottom:3px;right:3px}.ytp-delhi-modern .ytp-tooltip.ytp-text-detail.ytp-preview.ytp-has-duration .ytp-tooltip-duration{border-radius:#fff;background-color:#0009}.ytp-tooltip-title,.ytp-tooltip-title svg{display:none}.ytp-big-mode.ytp-fine-scrubbing-exp .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-edu{font-size:18px}.ytp-big-mode.ytp-fine-scrubbing-exp .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-edu svg{width:18px;height:18px}.ytp-fine-scrubbing-exp .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-edu{text-align:center;text-shadow:0 0 4px #000000bf;width:103%;height:auto;font-size:12px;display:block;position:absolute}.ytp-tooltip-edu{display:none}.ytp-fine-scrubbing-exp .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-edu svg,.ytp-progress-bar-decoration .ytp-tooltip-title svg{fill:#fff;text-shadow:0 0 4px #000000bf;width:12px;height:12px;margin-right:3px;display:inline-block}.ytp-preview:not(.ytp-text-detail) .ytp-tooltip-title{text-align:center;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 0 4px #000000bf;border:0;width:200%;height:16px;display:block;position:relative;top:45px;right:80px;overflow:hidden}.ytp-big-mode .ytp-tooltip.ytp-preview:not(.ytp-text-detail) .ytp-tooltip-title{text-align:center;width:200%;height:24px;top:61px;right:120px}.ytp-preview:not(.ytp-text-detail) .ytp-tooltip-bottom-text{text-shadow:0 0 4px #000000bf;background:0 0;position:relative;top:45px}.ytp-big-mode .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-bottom-text{top:65px}.ytp-tooltip-keyboard-shortcut{display:none}.ytp-delhi-modern .ytp-tooltip-keyboard-shortcut{color:#fff;border:1px solid #ffffff4d;border-radius:4px;justify-content:center;align-items:center;min-width:11px;margin-left:4px;padding:0 2px;display:flex}.ytp-delhi-modern .ytp-tooltip-keyboard-shortcut:empty{width:0;display:none}.ytp-preview:not(.ytp-text-detail) .ytp-tooltip-text-no-title{top:33px}.ytp-preview:not(.ytp-text-detail) .ytp-tooltip-text-no-title.ytp-modern-tooltip-text{top:25px}.ytp-big-mode .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-text-no-title{top:41px}.ytp-tooltip.ytp-text-detail .ytp-tooltip-title{color:#aaa;text-transform:uppercase;display:block}.ytp-tooltip-image{-webkit-background-size:contain;background-size:contain;border:0;border-radius:10px;width:20px;height:20px;display:none;position:absolute;top:2px;left:7px}.ytp-big-mode .ytp-tooltip-image{border-radius:12.5px;width:25px;height:25px;top:3px;left:10px}.ytp-tooltip-image-enabled .ytp-tooltip-image{display:inherit}.ytp-inline-preview-mode .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-bottom-text,.ytp-player-minimized .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-bottom-text,.ytp-inline-preview-mode .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-text-no-title,.ytp-player-minimized .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-text-no-title{top:-4px}.ytp-inline-preview-mode .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-edu,.ytp-player-minimized .ytp-preview:not(.ytp-text-detail) .ytp-tooltip-edu{display:none}.ytp-unmute.ytp-popup{top:sub(48px,12px);z-index:1001;text-transform:uppercase;color:#000;background:0 0;padding:12px;font-size:127%;font-weight:500;position:absolute;left:0}.ytp-big-mode .ytp-unmute.ytp-popup{top:sub(48px,18px);padding:18px}.ytp-autohide .ytp-unmute,.ytp-hide-info-bar .ytp-unmute{top:0}.ytp-unmute-inner{text-shadow:none;background-color:#fff;border-bottom:1px solid #f1f1f1;border-radius:2px;flex-direction:row;align-items:center;padding-left:3px;padding-right:12px;display:flex}.ytp-big-mode .ytp-unmute-inner{padding-left:5px;padding-right:18px}.ytp-unmute-icon{justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ytp-embed .ytp-unmute-icon{width:40px;height:40px}.ytp-unmute-icon .ytp-svg-fill{fill:#000}.ytp-unmute-text{white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;max-width:200px;display:inline-block;overflow:hidden}.ytp-big-mode .ytp-unmute-icon{width:54px;height:54px}.ytp-unmute.ytp-popup.ytp-unmute-animated .ytp-unmute-inner{background-color:#0000;border-bottom:none;padding:0;position:relative}.ytp-unmute-animated .ytp-unmute-icon{z-index:10;background-color:#fff;border-bottom:1px solid #f1f1f1;border-radius:2px;padding-left:2px;position:relative}.ytp-unmute-animated .ytp-unmute-box{background-color:#fff;border-bottom:1px solid #f1f1f1;border-radius:2px;display:block;position:absolute;top:0;bottom:0;left:0}.ytp-unmute-animated .ytp-unmute-text{z-index:10;padding-top:1px;padding-right:10px;position:relative}.ytp-unmute-expand .ytp-unmute-box{width:0;animation:.5s cubic-bezier(0,0,.2,1) 3.5s forwards ytp-unmute-width-anim}.ytp-unmute-expand .ytp-unmute-text{opacity:0;animation:.25s cubic-bezier(0,0,.2,1) 3.8s forwards ytp-unmute-alpha-anim}.ytp-unmute-shrink .ytp-unmute-box{width:100%;animation:.5s cubic-bezier(.4,0,1,1) 5.5s reverse forwards ytp-unmute-width-anim}.ytp-unmute-shrink .ytp-unmute-text{opacity:1;animation:.25s cubic-bezier(.4,0,1,1) 5.4s reverse forwards ytp-unmute-alpha-anim}@keyframes ytp-unmute-width-anim{0%{width:0}to{width:100%}}@keyframes ytp-unmute-alpha-anim{0%{opacity:0}to{opacity:1}}.ytp-upnext{vertical-align:top;opacity:1;z-index:39;width:100%;height:100%;transition:all .1s cubic-bezier(.4,0,1,1);display:block;position:absolute;overflow:hidden}.ytp-upnext-top{width:100%;margin-bottom:48px;margin-left:auto;margin-right:auto;position:absolute;bottom:50%}.ytp-small-mode .ytp-upnext-top{margin-bottom:26px}.ytp-small-mode.ytp-embed .ytp-upnext-mobile .ytp-upnext-top{margin-bottom:0}.ytp-upnext-bottom{width:100%;margin-top:48px;margin-left:auto;margin-right:auto;position:absolute;top:50%}.ytp-small-mode .ytp-upnext-bottom{margin-top:26px}.ytp-small-mode.ytp-embed .ytp-upnext-mobile .ytp-upnext-bottom{margin-top:48px}.ytp-upnext-title{text-align:center;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;margin-left:32px;margin-right:32px;padding:0 10px 2px;font-size:200%;font-weight:500;display:block;overflow:hidden}.ytp-small-mode .ytp-upnext-title{font-size:150%}.ytp-upnext-author{text-align:center;color:#fff;padding:0 10px 10px;font-size:130%;line-height:1.3em;display:block;overflow:hidden}.ytp-upnext-header{text-align:center;color:#ffffffb3;padding-bottom:8px;font-size:140%;display:block}.ytp-small-mode .ytp-upnext-header{padding-bottom:0}.ytp-upnext-cancel{float:none;text-align:center;display:block}.ytp-upnext-cancel-button{float:none;text-transform:uppercase;padding:10px 20px;font-size:140%;font-weight:500;display:inline-block}.ytp-upnext-cancel-button:hover{background-color:#ffffff26;border-radius:2px}.ytp-upnext-autoplay-icon{width:64px;height:64px;margin:-32px 0 0 -32px;transition:all .1s cubic-bezier(.4,0,1,1);position:absolute;top:50%;left:50%}.ytp-small-mode .ytp-upnext-autoplay-icon{width:50px;height:50px;margin:-25px 0 0 -25px}.ytp-small-mode.ytp-embed .ytp-upnext-mobile .ytp-upnext-autoplay-icon{margin-top:0}.ytp-embed .ytp-endscreen-takeover~.ytp-replay-button{display:none}.ytp-upnext-paused{text-align:center;opacity:0;font-size:120%;font-style:italic;display:block}.ytp-upnext-autoplay-paused .ytp-upnext-paused{opacity:1;transition:all .1s cubic-bezier(.4,0,1,1)}.ytp-upnext .ytp-cued-thumbnail-overlay-image{opacity:.4}.ytp-player-minimized .ytp-upnext .ytp-cued-thumbnail-overlay-image{opacity:.64}.ytp-player-minimized .ytp-upnext .ytp-upnext-top{margin:12px 0 0 12px;top:0}.ytp-player-minimized .ytp-upnext .ytp-upnext-author,.ytp-player-minimized .ytp-upnext .ytp-upnext-header,.ytp-player-minimized .ytp-upnext .ytp-upnext-title{text-align:left;margin-bottom:4px}.ytp-player-minimized .ytp-upnext .ytp-upnext-author,.ytp-player-minimized .ytp-upnext .ytp-upnext-header{color:#ffffffb3;padding:0;font-size:12px;font-weight:400}.ytp-player-minimized .ytp-upnext .ytp-upnext-title{color:#fff;padding:0 75px 0 0;font-size:15px;font-weight:500}.ytp-player-minimized .ytp-upnext .ytp-upnext-autoplay-icon{width:62px;height:62px;margin:-31px 0 0 -31px}.ytp-player-minimized .ytp-upnext .ytp-upnext-cancel-button,.ytp-player-minimized .ytp-upnext .ytp-upnext-paused{color:#ffffffb3;font-size:14px;font-weight:500}.ytp-player-minimized .ytp-upnext .ytp-upnext-cancel-button{margin-top:8px;padding:8px}.ytp-big-mode:not(.ytp-mweb-player) .ytp-upnext-autoplay-icon{width:146px;height:146px;margin:-73px 0 0 -73px}.ytp-big-mode:not(.ytp-mweb-player) .ytp-upnext-bottom{margin-top:76px}.ytp-big-mode:not(.ytp-mweb-player) .ytp-upnext-top{margin-bottom:76px}.ytp-mweb-player.ytp-small-mode .ytp-upnext-top{margin-bottom:0;bottom:50%}.ytp-mweb-player.ytp-small-mode .ytp-upnext-autoplay-icon{top:60%}.ytp-mweb-player.ytp-small-mode .ytp-upnext-bottom{margin-top:0;top:70%}.ytp-user-info-panel{color:#fff;z-index:80;background:#1c1c1ccc;width:292px;min-width:26em;height:74px;display:table;position:absolute;bottom:0;right:0}.ytp-user-info-panel .ytp-collapse{opacity:.9;width:20px;height:20px;position:absolute;top:12px;right:20px}.ytp-user-info-panel .ytp-collapse:hover{opacity:1}.ytp-user-info-panel-content{vertical-align:middle;padding:14px 0;font-size:16px;display:table-cell}.ytp-user-info-panel-content>div>div{text-align:right;width:10em;padding:0 .5em;font-weight:500;display:inline-block}.ytp-user-info-panel-icon{vertical-align:middle;width:24px;padding:0 14px;display:table-cell}.ytp-user-info-panel-login{color:#3ea6ff;cursor:pointer}.ytp-user-info-panel-info{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.ytp-video-menu-item{height:44px;padding:10px;display:block}.ytp-big-mode .ytp-video-menu-item{height:66px;padding:15px}.ytp-video-menu-item[aria-checked=true]{background-color:#ffffff1a}.ytp-video-menu-item:hover,.ytp-video-menu-item[aria-checked=true]:hover{background-color:#ffffff26}.ytp-video-menu-item-index,.ytp-video-menu-item-now-playing{float:left;min-width:10px;height:44px;padding-right:9px;line-height:44px}.ytp-big-mode .ytp-video-menu-item-index,.ytp-big-mode .ytp-video-menu-item-now-playing{height:66px;padding-right:13px;line-height:66px}.ytp-video-menu-item-now-playing{color:var(--yt-sys-color-baseline--static-brand-red,#f03);display:none}.ytp-color-white .ytp-video-menu-item-now-playing{color:#ddd}.ytp-color-party .ytp-video-menu-item-now-playing{animation:.15s linear infinite ytp-party-color}.ytp-video-menu-item[aria-checked=true] .ytp-video-menu-item-now-playing{display:inline}.ytp-video-menu-item[aria-checked=true] .ytp-video-menu-item-index{display:none}.ytp-video-menu-item-title{max-height:2.6em;padding-left:9px;font-size:120%;overflow:hidden}.ytp-video-menu-item-author{color:#b8b8b8;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;padding-left:9px;overflow:hidden}.ytp-video-menu-item-thumbnail{float:left;border:0 solid var(--yt-sys-color-baseline--static-brand-red,#f03);-webkit-background-size:64px 48px;background-position:0 -6px;background-size:64px 48px;width:64px;height:36px;margin:4px}.ytp-color-white .ytp-video-menu-item-thumbnail{border-color:#ddd}.ytp-color-party .ytp-video-menu-item-thumbnail{animation:.1s linear infinite ytp-party-background-color}.ytp-big-mode .ytp-video-menu-item-thumbnail{-webkit-background-size:96px 72px;background-position:0 -9px;background-size:96px 72px;width:96px;height:54px;margin:6px}.ytp-video-menu-item[aria-checked=true] .ytp-video-menu-item-thumbnail{border-width:2px;margin:2px}.ytp-big-mode .ytp-video-menu-item[aria-checked=true] .ytp-video-menu-item-thumbnail{margin:4px}.ytp-videowall-still{cursor:pointer;vertical-align:top;opacity:0;display:block;position:absolute;overflow:hidden;transform:scale(.1)}.ytp-show-tiles .ytp-videowall-still{opacity:1;-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.2,1),opacity .3s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),opacity .3s cubic-bezier(0,0,.2,1);transform:none}.ytp-videowall-still-mini .ytp-videowall-still-info-author,.ytp-videowall-still-mini .ytp-videowall-still-info-duration,.ytp-videowall-still-mini .ytp-videowall-still-info-live,.ytp-videowall-still[data-is-live=true] .ytp-videowall-still-info-duration{display:none}.ytp-videowall-still[data-is-live=true] .ytp-videowall-still-info-live{display:block}.ytp-videowall-still-listlabel-mix,.ytp-videowall-still-listlabel-regular{color:#fff;text-transform:uppercase;background-color:#000000b3;height:2.15em;padding-right:10px;font-weight:500;display:none}.ytp-videowall-still-mini .ytp-videowall-still-listlabel-mix,.ytp-videowall-still-mini .ytp-videowall-still-listlabel-regular{font-size:100%}.ytp-videowall-still-listlabel-icon{vertical-align:middle;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjx1c2UgeGxpbms6aHJlZj0iI3l0cC1zdmctcGxheWxpc3QiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW9wYWNpdHk9Ii4xNSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggaWQ9Inl0cC1zdmctcGxheWxpc3QiIGZpbGw9IiNmZmYiIGQ9Ik0yMi41MyAyMS40MnY2Ljg1bDUuNjYtMy40Mi01LjY2LTMuNDJ6bS0xMS4zMyAwaDkuMDZ2Mi4yOEgxMS4yem0wLTkuMTRoMTMuNnYyLjI4SDExLjJ6bTAgNC41N2gxMy42djIuMjhIMTEuMnoiLz48L3N2Zz4=);width:2.15em;height:2.15em;display:inline-block}.ytp-videowall-still-listlabel-mix-icon{vertical-align:middle;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjx1c2UgeGxpbms6aHJlZj0iI3l0cC1zdmctbWl4IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1vcGFjaXR5PSIuMTUiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGlkPSJ5dHAtc3ZnLW1peCIgZmlsbD0iI2ZmZiIgZD0iTTI1LjY1IDE4Yy0uMDIgMi4zMS0uODcgNC40MS0yLjI1IDYuMDZsLjkuOTRjMS42OS0xLjggMi43LTQuMjcgMi43LTdzLTEuMDEtNS4yMS0yLjctN2wtLjkuOTNBOS41NCA5LjU0IDAgMCAxIDI1LjY1IDE4bS0xNS4zIDBjLjAxLTIuMzIuODYtNC40MiAyLjI1LTYuMDdsLS45LS45M0MxMCAxMi43OSA5IDE1LjI3IDkgMThzMSA1LjIgMi43IDdsLjktLjk0Yy0xLjM5LTEuNjUtMi4yNC0zLjc1LTIuMjUtNi4wNm0yLjcgMGMtLjA0LTEuNzMuNDktMy4wOSAxLjM1LTQuMmwtLjktLjk0Yy0xLjEzIDEuMjYtMS44IDIuOTktMS44IDUuMTQgMCAxLjY3LjY3IDMuNCAxLjggNC42NmwuOS0uOTNjLS44Ni0xLjEyLTEuMzktMi40Ny0xLjM1LTMuNzNtOS01LjE0LS45Ljk0Yy44NSAxLjExIDEuMzggMi40NyAxLjM1IDQuMi4wMyAxLjI2LS41IDIuNjEtMS4zNSAzLjczbC45LjkzYzEuMTItMS4yNiAxLjgtMi45OSAxLjgtNC42NiAwLTIuMTUtLjY4LTMuODgtMS44LTUuMTRtLTUuNTUgMi44IDMuNiAxLjg3LTMuNiAyLjMzeiIvPjwvc3ZnPg==);width:2.15em;height:2.15em;display:inline-block}.ytp-videowall-still-listlabel-length{font-weight:400}.ytp-videowall-still-mini .ytp-videowall-still-listlabel-length{display:none}.ytp-videowall-still:focus .ytp-videowall-still-listlabel-mix,.ytp-videowall-still:focus .ytp-videowall-still-listlabel-regular,.ytp-videowall-still:hover .ytp-videowall-still-listlabel-mix,.ytp-videowall-still:hover .ytp-videowall-still-listlabel-regular{background-color:#0000}.ytp-videowall-still[data-is-list=true]:not([data-is-mix=true]) .ytp-videowall-still-listlabel-regular,.ytp-videowall-still[data-is-mix=true] .ytp-videowall-still-listlabel-mix{display:block}.ytp-videowall-still-image{-webkit-background-size:cover;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:background .1s cubic-bezier(.4,0,1,1);position:absolute;inset:0}.ytp-videowall-still-round-medium .ytp-videowall-still-image{border-radius:8px}.ytp-videowall-still-round-large .ytp-videowall-still-image{border-radius:4px}.ytp-videowall-still-info-author{float:left;margin-top:2px}.ytp-videowall-still-info-content{color:#fff;opacity:0;background-image:linear-gradient(#0c0c0ccc 0,#0000 100px);padding:10px;transition:opacity .3s;position:absolute;inset:0}.ytp-videowall-still.ytp-videowall-show-text .ytp-videowall-still-info-content,.ytp-videowall-still:focus .ytp-videowall-still-info-content,.ytp-videowall-still:hover .ytp-videowall-still-info-content{opacity:1}.ytp-videowall-still-info-duration{opacity:.75;background:#000;border-radius:2px;padding:2px;font-weight:500;line-height:1;position:absolute;bottom:2px;right:2px}.ytp-videowall-still-info-duration:empty{display:none}.ytp-videowall-still-info-live{background:var(--yt-sys-color-baseline--overlay-background-brand,#e1002de6);opacity:.9;text-transform:uppercase;border-radius:2px;padding:2px;font-weight:500;line-height:1;display:none;position:absolute;bottom:2px;right:2px}.ytp-videowall-still-info-title{max-height:30px;font-size:118%;font-weight:500;line-height:1.2;display:block;overflow:hidden}.ytp-big-mode .ytp-videowall-still-info-title{max-height:48px;font-weight:400}.ytp-videowall-still-listlabel{background:#000000db;position:absolute;bottom:0;left:0;right:0}.ytp-videowall-still:focus .ytp-videowall-still-listlabel,.ytp-videowall-still:hover .ytp-videowall-still-listlabel{background:#000000db}.ytp-modern-videowall-still{cursor:pointer;vertical-align:top;transition:background-color .3s cubic-bezier(0,0,.2,1);flex-direction:column;width:100%;height:100%;margin-bottom:16px;font-size:11px;transition:box-shadow .3s cubic-bezier(0,0,.2,1);display:flex;position:relative;overflow:hidden}.ytp-modern-videowall-still-info{flex-direction:column;display:flex}.ytp-show-tiles .ytp-modern-videowall-still{opacity:1;-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.2,1),opacity .3s cubic-bezier(0,0,.2,1);transition:transform .3s cubic-bezier(0,0,.2,1),opacity .3s cubic-bezier(0,0,.2,1);transform:none}.ytp-modern-videowall-still[data-is-live=true] .ytp-modern-videowall-still-info-duration{display:none}.ytp-modern-videowall-still-listlabel-mix,.ytp-modern-videowall-still-listlabel-regular{color:#fff;text-transform:uppercase;height:2.15em;padding-right:10px;font-weight:500;display:none}.ytp-modern-videowall-still-listlabel-icon{vertical-align:middle;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjx1c2UgeGxpbms6aHJlZj0iI3l0cC1zdmctcGxheWxpc3QiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLW9wYWNpdHk9Ii4xNSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggaWQ9Inl0cC1zdmctcGxheWxpc3QiIGZpbGw9IiNmZmYiIGQ9Ik0yMi41MyAyMS40MnY2Ljg1bDUuNjYtMy40Mi01LjY2LTMuNDJ6bS0xMS4zMyAwaDkuMDZ2Mi4yOEgxMS4yem0wLTkuMTRoMTMuNnYyLjI4SDExLjJ6bTAgNC41N2gxMy42djIuMjhIMTEuMnoiLz48L3N2Zz4=);width:2.15em;height:2.15em;display:inline-block}.ytp-modern-videowall-still-listlabel-mix-icon{vertical-align:middle;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzYgMzYiPjx1c2UgeGxpbms6aHJlZj0iI3l0cC1zdmctbWl4IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1vcGFjaXR5PSIuMTUiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGlkPSJ5dHAtc3ZnLW1peCIgZmlsbD0iI2ZmZiIgZD0iTTI1LjY1IDE4Yy0uMDIgMi4zMS0uODcgNC40MS0yLjI1IDYuMDZsLjkuOTRjMS42OS0xLjggMi43LTQuMjcgMi43LTdzLTEuMDEtNS4yMS0yLjctN2wtLjkuOTNBOS41NCA5LjU0IDAgMCAxIDI1LjY1IDE4bS0xNS4zIDBjLjAxLTIuMzIuODYtNC40MiAyLjI1LTYuMDdsLS45LS45M0MxMCAxMi43OSA5IDE1LjI3IDkgMThzMSA1LjIgMi43IDdsLjktLjk0Yy0xLjM5LTEuNjUtMi4yNC0zLjc1LTIuMjUtNi4wNm0yLjcgMGMtLjA0LTEuNzMuNDktMy4wOSAxLjM1LTQuMmwtLjktLjk0Yy0xLjEzIDEuMjYtMS44IDIuOTktMS44IDUuMTQgMCAxLjY3LjY3IDMuNCAxLjggNC42NmwuOS0uOTNjLS44Ni0xLjEyLTEuMzktMi40Ny0xLjM1LTMuNzNtOS01LjE0LS45Ljk0Yy44NSAxLjExIDEuMzggMi40NyAxLjM1IDQuMi4wMyAxLjI2LS41IDIuNjEtMS4zNSAzLjczbC45LjkzYzEuMTItMS4yNiAxLjgtMi45OSAxLjgtNC42NiAwLTIuMTUtLjY4LTMuODgtMS44LTUuMTRtLTUuNTUgMi44IDMuNiAxLjg3LTMuNiAyLjMzeiIvPjwvc3ZnPg==);width:2.15em;height:2.15em;display:inline-block}.ytp-modern-videowall-still-listlabel-length{font-weight:400}.ytp-modern-videowall-still[data-is-list=true]:not([data-is-mix=true]) .ytp-modern-videowall-still-listlabel-regular,.ytp-modern-videowall-still[data-is-mix=true] .ytp-modern-videowall-still-listlabel-mix{display:block}.ytp-modern-videowall-still-image{-webkit-background-size:cover;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;width:100%;transition:background .1s cubic-bezier(.4,0,1,1);position:relative}.ytp-modern-videowall-still:hover{background-color:var(--yt-sys-color-baseline--overlay-button-secondary);-webkit-box-shadow:0 0 0 8px var(--yt-sys-color-baseline--overlay-button-secondary);box-shadow:0 0 0 8px var(--yt-sys-color-baseline--overlay-button-secondary);border-radius:8px}.ytp-modern-videowall-still:active{background-color:var(--yt-sys-color-baseline--overlay-tonal-hover);-webkit-box-shadow:0 0 0 8px var(--yt-sys-color-baseline--overlay-tonal-hover);box-shadow:0 0 0 8px var(--yt-sys-color-baseline--overlay-tonal-hover);border-radius:8px}@supports (aspect-ratio:1/1){.ytp-modern-videowall-still-image{aspect-ratio:16/9}}@supports not (aspect-ratio:1/1){.ytp-modern-videowall-still-image{height:0;padding-bottom:56.25%}}.ytp-modern-videowall-still-info{margin-top:8px}.ytp-modern-videowall-still-info-author:not(:empty){color:#ffffffb3;max-height:20px;margin-top:4px;font-size:130%;overflow:hidden}.ytp-modern-videowall-still-view-count-and-date-info:not(:empty){color:#ffffffb3;max-height:20px;font-size:130%;overflow:hidden}.ytp-fullscreen-grid-active .ytp-modern-videowall-still-info-author,.ytp-fullscreen-grid-peeking .ytp-modern-videowall-still-info-author{max-height:unset}.ytp-modern-videowall-still-info-content{color:#fff;opacity:1;flex-direction:column;width:100%;display:flex;position:relative}.ytp-modern-videowall-still-info-duration,.ytp-modern-videowall-still-info-live{opacity:.75;border-radius:2px;padding:2px;font-size:120%;font-weight:500;line-height:1;position:absolute;bottom:8px;right:8px}.ytp-modern-videowall-still-info-duration{opacity:.75;background:#000;font-weight:500}.ytp-modern-videowall-still-info-live{background:var(--yt-sys-color-baseline--overlay-background-brand,#e1002de6);opacity:.9;text-transform:uppercase;display:none}.ytp-modern-videowall-still:not([data-is-live=true]) .ytp-modern-videowall-still-info-live,.ytp-modern-videowall-still-info-duration:empty{display:none}.ytp-modern-videowall-still-info-title:not(:empty){-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:40px;font-size:150%;font-weight:500;line-height:1.2;display:-webkit-box;overflow:hidden}.ytp-fullscreen-grid-active .ytp-modern-videowall-still-info-title,.ytp-fullscreen-grid-peeking .ytp-modern-videowall-still-info-title{max-height:unset}.ytp-variable-speed-panel-content{box-sizing:border-box;flex-direction:column;padding:24px 16px 16px;display:flex}.ytp-variable-speed-panel-content .ytp-input-slider-section{flex-grow:1}.ytp-speed-display-container{justify-content:center;margin-bottom:24px;display:flex}.ytp-variable-speed-panel-display{align-items:center;font-size:18px;font-weight:900;line-height:22px;display:flex;position:relative}.ytp-variable-speed-panel-slider-container{gap:16px;margin-bottom:24px;display:flex}.ytp-variable-speed-panel-slider-container .ytp-input-slider{width:100%}.ytp-variable-speed-panel-chips{align-items:flex-start;gap:8px;display:flex}.ytp-variable-speed-panel-button{cursor:pointer;color:#fff;text-align:center;background-color:#ffffff1a;border:none;border-radius:16px;height:32px;font-weight:500;line-height:16px;transition:background-color .2s cubic-bezier(.05,0,0,1)}.ytp-variable-speed-panel-button:hover{background-color:#fff3}.ytp-variable-speed-panel-button:active{background-color:#ffffff4d}.ytp-variable-speed-panel-chips .ytp-variable-speed-panel-button{justify-content:center;align-items:center;gap:4px;width:53px;font-size:12px;display:flex}.ytp-variable-speed-panel-slider-container .ytp-variable-speed-panel-button{width:32px;font-size:24px}.ytp-variable-speed-panel-content .ytp-speedslider-indicator-container{display:none}.ytp-variable-speed-panel-preset-button-wrapper{flex-direction:column;align-items:center;display:flex}.ytp-variable-speed-panel-preset-button-label-text{color:var(--yt-sys-color-baseline--overlay-text-secondary,#ffffffb3);margin-top:4px;font-size:10px;font-weight:400;line-height:14px}.ytp-variable-speed-panel-premium-upsell-icon{-webkit-background-size:cover;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iLTIgLTIgMjQgMjQiPjxwYXRoIGZpbGw9IiNjMDAiIGQ9Ik0wIDEuNDNDMCAuNjQuNjQgMCAxLjQzIDBoMTcuMTNDMTkuMzUgMCAyMCAuNjQgMjAgMS40M3YxNy4xM2MwIC43OS0uNjUgMS40NC0xLjQ0IDEuNDRIMS40M0MuNjQgMjAgMCAxOS4zNSAwIDE4LjU2Wm0wIDAiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNy44OCAxMS40MnY0LjI5SDUuMzdWMy41Mmg0Ljc1Yy45MiAwIDEuNzIuMTcgMi40Mi41LjY5LjM0IDEuMjIuODEgMS42IDEuNDMuMzcuNjIuNTYgMS4zMi41NiAyLjExIDAgMS4xOS0uNDEgMi4xMy0xLjIyIDIuODItLjgyLjY5LTEuOTUgMS4wNC0zLjQgMS4wNFptMC0yLjA0aDIuMjRjLjY3IDAgMS4xOC0uMTUgMS41Mi0uNDcuMzUtLjMxLjUzLS43NS41My0xLjM0cy0uMTgtMS4wNy0uNTMtMS40NWMtLjM1LS4zNi0uODQtLjU1LTEuNDYtLjU2aC0yLjNabTAgMCIvPjwvc3ZnPg==);background-size:cover;border-radius:3px;width:14px;height:14px;display:flex}.ytp-variable-speed-panel-premium-badge{opacity:0;visibility:hidden;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iLTIgLTIgMjQgMjQiPjxwYXRoIGZpbGw9IiNjMDAiIGQ9Ik0wIDEuNDNDMCAuNjQuNjQgMCAxLjQzIDBoMTcuMTNDMTkuMzUgMCAyMCAuNjQgMjAgMS40M3YxNy4xM2MwIC43OS0uNjUgMS40NC0xLjQ0IDEuNDRIMS40M0MuNjQgMjAgMCAxOS4zNSAwIDE4LjU2Wm0wIDAiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNy44OCAxMS40MnY0LjI5SDUuMzdWMy41Mmg0Ljc1Yy45MiAwIDEuNzIuMTcgMi40Mi41LjY5LjM0IDEuMjIuODEgMS42IDEuNDMuMzcuNjIuNTYgMS4zMi41NiAyLjExIDAgMS4xOS0uNDEgMi4xMy0xLjIyIDIuODItLjgyLjY5LTEuOTUgMS4wNC0zLjQgMS4wNFptMC0yLjA0aDIuMjRjLjY3IDAgMS4xOC0uMTUgMS41Mi0uNDcuMzUtLjMxLjUzLS43NS41My0xLjM0cy0uMTgtMS4wNy0uNTMtMS40NWMtLjM1LS4zNi0uODQtLjU1LTEuNDYtLjU2aC0yLjNabTAgMCIvPjwvc3ZnPg==);border-radius:3px;width:24px;height:22px;margin-right:8px;transition:opacity .1s linear,visibility 0s linear .1s;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.ytp-variable-speed-panel-premium-badge-visible{opacity:1;visibility:visible;transition-delay:0s}.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover{visibility:hidden;-webkit-backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));backdrop-filter:var(--yt-frosted-glass-backdrop-filter-override,blur(16px));background:var(--yt-sys-color-baseline--overlay-background-medium-light,#0000004d);text-shadow:0 0 2px #000;border-radius:22px;margin-bottom:0;padding:12px 10px;position:absolute}.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover svg{filter:drop-shadow(0 0 1px #000c)}.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover{bottom:var(--yt-delhi-pill-height,48px);transition:margin-bottom .2s cubic-bezier(.05,0,0,1)}@supports (-webkit-writing-mode:vertical-rl) or (writing-mode:vertical-rl){.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover .ytp-input-slider-section.ytp-vertical-slider .ytp-input-slider{height:96px}}.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover .ytp-input-slider::-webkit-slider-thumb{width:12px;height:12px;margin-right:-5px;box-shadow:0 1px 1px #000c}.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover .ytp-input-slider::-moz-range-thumb{width:12px;height:12px;box-shadow:0 1px 1px #000c}.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover .ytp-input-slider::-ms-thumb{width:12px;height:12px;box-shadow:0 1px 1px #000c}.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover .ytp-input-slider::-webkit-slider-runnable-track{width:2px;box-shadow:0 1px 1px #000c}.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover .ytp-input-slider::-moz-range-track{width:2px;box-shadow:0 1px 1px #000c}.ytp-delhi-modern .ytp-chrome-controls .ytp-volume-popover .ytp-input-slider:hover{cursor:pointer}.ytp-delhi-modern:not(.seeking-mode) .ytp-chrome-controls .ytp-volume-popover.ytp-volume-popover-hovering{visibility:visible;margin-bottom:8px;transition:margin-bottom .2s cubic-bezier(.05,0,0,1)}.ytp-delhi-modern.ytp-xsmall-width-mode .ytp-volume-popover{left:-4px}.ytp-big-mode.ytp-delhi-modern:not(.seeking-mode) .ytp-chrome-controls .ytp-standalone-mute-button .ytp-volume-popover{left:4px}.ytp-big-mode.ytp-delhi-modern:not(.seeking-mode) .ytp-chrome-controls .ytp-volume-popover{bottom:var(--yt-delhi-big-mode-pill-height,56px)}.ytp-volume-panel{cursor:pointer;outline:0;width:0;height:100%;transition:margin .2s cubic-bezier(.4,0,1,1),width .2s cubic-bezier(.4,0,1,1);display:inline-block}.ytp-delhi-horizontal-volume-controls.ytp-volume-panel{transition:margin .2s cubic-bezier(.05,0,0,1),width .2s cubic-bezier(.05,0,0,1)}.ytp-volume-slider-active .ytp-volume-panel{width:52px;margin-right:3px;transition:margin .2s cubic-bezier(0,0,.2,1),width .2s cubic-bezier(0,0,.2,1)}.ytp-delhi-horizontal-volume-controls.ytp-volume-slider-active .ytp-volume-panel{transition:margin .2s cubic-bezier(.05,0,0,1),width .2s cubic-bezier(.05,0,0,1)}.ytp-big-mode .ytp-volume-slider-active .ytp-volume-panel{width:78px;margin-right:5px}.ytp-probably-keyboard-focus .ytp-volume-panel:focus{box-shadow:inset 0 0 0 2px #1b7fcccc}.ytp-big-mode .ytp-volume-slider{min-height:54px}.ytp-volume-slider{height:100%;min-height:36px;position:relative;overflow:hidden}.ytp-volume-slider-handle{background:#fff;border-radius:6px;width:12px;height:12px;margin-top:-6px;position:absolute;top:50%}.ytp-delhi-horizontal-volume-controls .ytp-volume-slider-handle{filter:drop-shadow(0 0 1px #000c)}.ytp-big-mode .ytp-volume-slider-handle{border-radius:9px;width:18px;height:18px;margin-top:-9px}.ytp-big-mode.ytp-delhi-horizontal-volume-controls .ytp-volume-slider-handle{filter:drop-shadow(0 0 1px #000c);border-radius:6px;width:12px;height:12px;margin-top:-6px}.ytp-volume-slider-handle:after,.ytp-volume-slider-handle:before{content:"";width:64px;height:3px;margin-top:-2px;display:block;position:absolute;top:50%;left:0}.ytp-big-mode.ytp-delhi-horizontal-volume-controls .ytp-volume-slider-handle:after,.ytp-big-mode.ytp-delhi-horizontal-volume-controls .ytp-volume-slider-handle:before,.ytp-delhi-horizontal-volume-controls .ytp-volume-slider-handle:after,.ytp-delhi-horizontal-volume-controls .ytp-volume-slider-handle:before{height:2px;margin-top:-1px}.ytp-big-mode .ytp-volume-slider-handle:after,.ytp-big-mode .ytp-volume-slider-handle:before{width:96px;height:4px;margin-top:-2px}.ytp-volume-slider-handle:before{background:#fff;left:-58px}.ytp-big-mode .ytp-volume-slider-handle:before{left:-87px}.ytp-volume-slider-handle:after{background:#fff3;left:6px}.ytp-big-mode .ytp-volume-slider-handle:after{background:#fff3;left:9px}.ytp-watch-on-youtube-button{-webkit-transition:-webkit-transform .4s cubic-bezier(.05,0,0,1);border:1px solid #ffffff4d;border-radius:28px;justify-content:center;align-items:center;padding:1em;font:500 16px/16px YouTube Noto,Roboto,Arial,Helvetica,sans-serif;transition:transform .4s cubic-bezier(.05,0,0,1);display:flex}.ytp-continue-watching-button.ytp-watch-on-youtube-button{color:#0f0f0f;background-color:#fff}.ytp-watch-on-youtube-button:hover{background:#ffffff1a}.ytp-continue-watching-button.ytp-watch-on-youtube-button:hover{color:#0f0f0f;background-color:#e5e5e5}.ytp-watch-on-youtube-button:focus{border:2px solid #fff}.ytp-continue-watching-button.ytp-watch-on-youtube-button:focus{color:#fff;background-color:#0f0f0f;border:2px solid #fff}.ytp-watch-on-youtube-button:active{-webkit-transition:-webkit-transform .1s cubic-bezier(.05,0,0,1);transition:transform .1s cubic-bezier(.05,0,0,1);transform:scale(.94)}.watch-again-on-youtube-endscreen{flex-direction:column;justify-content:center;align-items:center;display:flex}.ytp-watch-again-on-youtube-endscreen-more-videos-container{width:100%}.ytp-big-mode .ytp-watch-again-on-youtube-endscreen-more-videos-container .ytp-more-videos-view{bottom:unset}.ytp-watch-again-on-youtube-endscreen-more-videos-container .ytp-more-videos-view{direction:ltr;background:#171717e6;border-radius:2px;margin:12px;padding:12px 16px 16px;position:relative}.ytp-show-watch-later-title.ytp-watch-later-button{margin-left:10px;margin-right:10px}.ytp-overflow-panel .ytp-show-watch-later-title.ytp-watch-later-button{margin-left:20px;margin-right:20px}.ytp-big-mode .ytp-chrome-top .ytp-watch-later-button,.ytp-chrome-top .ytp-watch-later-button{width:auto;height:auto}.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-watch-later-button{min-width:48px;max-width:80px}.ytp-watch-later-icon{width:36px;height:36px;margin:auto;position:relative}.ytp-big-mode .ytp-watch-later-icon{width:54px;height:54px}.ytp-overflow-panel .ytp-watch-later-icon{width:60px;height:60px;margin-bottom:10px}.ytp-watch-later-title{text-align:center;font-size:14px;font-weight:500;display:none}.ytp-big-mode .ytp-watch-later-title,.ytp-overflow-panel .ytp-watch-later-title{font-size:20px}.ytp-show-watch-later-title .ytp-watch-later-title{display:block}.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-watch-later-title{text-overflow:ellipsis;overflow:hidden}.ytp-watch-later-icon .ytp-spinner-container{width:20px;margin-top:-10px;margin-left:-10px;padding-bottom:20px}.ytp-big-mode .ytp-watch-later-icon .ytp-spinner-container{width:35px;margin-top:-17.5px;margin-left:-17.5px;padding-bottom:35px}.ytp-watch-later-icon .ytp-spinner-circle{border-width:3px}.ytp-big-mode .ytp-watch-later-icon .ytp-spinner-circle{border-width:5px}.webgl{z-index:11;width:100%;display:block;position:absolute}.ended-mode .webgl{display:none}.ytp-chrome-controls .ytp-button.ytp-youtube-button,.ytp-dni.ytp-embed .ytp-chrome-controls .ytp-button.ytp-youtube-button,.ytp-embed .ytp-chrome-controls .ytp-button.ytp-youtube-button,.ytp-embed.ytp-small-mode .ytp-chrome-controls .ytp-button.ytp-youtube-button,.ytp-small-mode .ytp-chrome-controls .ytp-button.ytp-youtube-button{width:67px}.ytp-embed .ytp-chrome-controls .ytp-button.ytp-youtube-button.ytp-youtube-music-button{width:120px}.ytp-embed .ytp-chrome-controls .ytp-button.ytp-youtube-button.ytp-youtube-music-button svg{height:24px;margin-left:-25px}.ytp-chrome-controls .ytp-button.ytp-youtube-button.no-link,.ytp-small-mode .ytp-chrome-controls .ytp-button.ytp-youtube-button.no-link{cursor:default;pointer-events:none}.ytp-big-mode .ytp-chrome-controls .ytp-button.ytp-youtube-button,.ytp-dni.ytp-big-mode .ytp-chrome-controls .ytp-button.ytp-youtube-button{width:100px}.ytp-embed .ytp-chrome-controls .ytp-youtube-button.ytp-youtube-music-button{height:25px;margin-bottom:7px}.ytp-drawer{text-align:center;z-index:47;width:350px;transition:width .25s cubic-bezier(0,0,.2,1);position:absolute;top:0;bottom:0;right:0;overflow:hidden}.ytp-big-mode .ytp-drawer{width:425px}.ytp-drawer-closed{width:25px}.ytp-big-mode .ytp-drawer-closed{width:38px}.ytp-drawer-content{box-sizing:border-box;background:#000c;width:350px;height:100%;padding:48px 25px 25px;transition:opacity .25s cubic-bezier(0,0,.2,1);position:absolute;top:0;left:0}.ytp-big-mode .ytp-drawer-content{width:425px;padding:70px 15px 15px}.ytp-drawer-closed .ytp-drawer-content{opacity:0;transition:opacity .25s cubic-bezier(.4,0,1,1)}.ytp-drawer-close-button{fill:#fff;width:24px;height:24px;padding:5px;position:absolute;top:0;right:0}.ytp-big-mode .ytp-drawer-close-button{width:36px;height:36px;padding:7px}.ytp-drawer-closed .ytp-drawer-close-button{display:none}.ytp-drawer-open-button{background:#000000b3;width:15px;height:32px;margin-top:-16px;padding:10px 5px;display:none;position:absolute;top:50%;left:0}.ytp-big-mode .ytp-drawer-open-button{width:23px;height:48px;margin-top:-24px;padding:15px 8px}.ytp-drawer-closed .ytp-drawer-open-button{display:block}.ytp-drawer-open-button:after{content:"";border:5px solid #0000;border-left:none;border-right-color:#aaa;display:inline-block}.ytp-big-mode .ytp-drawer-open-button:after{border-top-width:8px;border-bottom-width:8px;border-right-width:8px}.html5-ypc-module{text-align:left;line-height:1.2}.html5-ypc-action-heading{color:#999;margin-bottom:5px;font-size:18px}.ytp-small-mode .html5-ypc-action-heading{display:none}.html5-ypc-title{font-size:20px}.html5-ypc-thumbnail{float:left}.html5-ypc-thumbnail img{width:100px;margin:0 10px 10px 0}.html5-ypc-thumbnail img.avatar{border-radius:50%;overflow:hidden}.html5-ypc-thumbnail img.landscape{width:160px}.ytp-small-mode .html5-ypc-thumbnail img{width:50px}.ytp-small-mode .html5-ypc-thumbnail img.landscape{width:80px}.ytp-big-mode .html5-ypc-thumbnail img{width:150px;margin:0 15px 18px 0}.ytp-big-mode .html5-ypc-thumbnail img.landscape{width:240px}.html5-ypc-description{font-size:14px}.ytp-small-mode .html5-ypc-description{margin-top:10px}.ytp-big-mode .html5-ypc-description{margin-top:38px}.html5-ypc-purchase{background:#2793e6;border-radius:2px;margin:12px 0;padding:10px 20px;font-size:14px;font-weight:500}.ytp-big-mode .html5-ypc-purchase{border-radius:3px;margin:18px 0;padding:15px 20px}.html5-ypc-purchase:hover{background:#126db3}.html5-ypc-purchase.html5-ypc-rounded{border-radius:18px}.html5-ypc-overlay{z-index:66;pointer-events:none;text-shadow:0 0 2px #00000080;margin-left:12px;padding:5px;position:absolute;bottom:0;overflow:hidden}.ytp-big-mode .html5-ypc-overlay{margin-left:24px;padding:8px}.html5-ypc-endscreen{z-index:36;background:#000000bf;padding:51px 21px 21px;display:none;position:absolute;inset:0}.ytp-small-mode .html5-ypc-endscreen{padding-top:21px}.ytp-ypc-clickwrap-overlay{z-index:69;padding:25px 20px 0}.ytp-ypc-clickwrap-header{border-bottom:1px solid #888;padding:0 0 15px 5px;font-size:182%;font-weight:400}.ytp-ypc-clickwrap-description{margin:15px 0 0 5px;font-size:127%}.ytp-ypc-clickwrap-confirm{background-color:#37d;border-radius:2px;margin:20px 0 0 5px;padding:7px 10px}.ytp-ypc-clickwrap-confirm:hover{background-color:#26c}.ytp-yto-preroll-message{z-index:65;pointer-events:none;text-shadow:0 0 2px #00000080;margin-left:12px;padding:5px;display:none;position:absolute;bottom:0;overflow:hidden}.ytp-yto-preroll .ytp-yto-preroll-message{display:block}:root{--font-title:"Cheeky Rabbit", sans-serif;--font-decor:"Chocolate Crispy", sans-serif;--global-border:4px;--global-shadow:8px 8px 0px;--border-width:var(--global-border);--border-color:#2b2b2b;--shadow-outline-color:#2b2b2b80;--radius-box:12px 12px 4px 4px;--radius-titlebar:12px 12px 0px 0px;--anim-entrance:.4s;--anim-fadeout-delay:10s;--anim-fadeout-duration:.4s;--chat-bg:#fccfbacc;--chat-bg-solid:#fcd7c4;--chat-shadow-color:#fec36ecc;--chat-titlebar-bg:#fec36ecc;--chat-author-color:#c45230;--chat-message-color:#7a2e1e;--chat-prompt-color:#fd9674;--chat-width:85%;--chat-margin:35px auto 35px auto;--chat-author-size:20px;--chat-message-size:25px;--chat-message-line-height:1.8;--chat-message-padding:5px 44px 15px;--chat-prompt-text:">> ";--superchat-margin:35px auto 25px auto;--superchat-bg:#fd9674e6;--superchat-header-bg:#d96a6af2;--superchat-border-color:#c45230;--superchat-shadow-color:#d96a6a8c;--superchat-author-color:#fff8f4;--superchat-amount-color:#fff0e8;--superchat-message-color:#3d0e00;--superchat-header-text-color:#fff8f4;--member-bg:#fec36ed9;--member-border-color:#fd9674e6;--member-shadow-1:#d96a6a8c;--member-shadow-2:#fa836f4d;--member-titlebar-bg:#fd9674d9;--member-author-color:#7a2e1e;--member-header-color:#8a3a25;--member-message-color:#3d1008;--member-prompt-color:#d96a6a;--member-label-color:#c45230;--member-label-text:"♪ JOIN";--member-prompt-text:"♪ ";--member-width:320px;--member-border-width:2px;--member-radius:10px;--member-author-size:20px;--member-header-size:18px;--member-message-size:25px;--member-message-line-height:1.8}@font-face{font-family:Cheeky Rabbit;font-style:normal;font-weight:400;font-display:swap;src:url(https://cdn.jsdelivr.net/gh/prtmwhy/assets-stream@main/Cheeky-Rabbit.ttf)format("truetype")}@font-face{font-family:Chocolate Crispy;font-style:normal;font-weight:400;font-display:swap;src:url(https://cdn.jsdelivr.net/gh/prtmwhy/assets-stream@main/Chocolate-Crispy.otf)format("opentype")}body,yt-live-chat-renderer{background-color:#0000!important}yt-live-chat-header-renderer,yt-live-chat-message-input-renderer,yt-live-chat-ticker-renderer,yt-live-chat-viewer-engagement-message-renderer,#menu,#inline-action-button-container,tp-yt-paper-tooltip,yt-live-chat-text-message-renderer #author-photo,yt-live-chat-text-message-renderer #timestamp,yt-live-chat-membership-item-renderer #author-photo,yt-live-chat-membership-item-renderer #timestamp,yt-live-chat-paid-message-renderer #author-photo,yt-live-chat-paid-message-renderer #timestamp{display:none!important}yt-live-chat-text-message-renderer{width:var(--chat-width)!important;background:var(--chat-bg)!important;border:var(--border-width) solid var(--border-color)!important;border-radius:var(--radius-box)!important;margin:var(--chat-margin)!important;box-shadow:var(--global-shadow) 0px var(--chat-shadow-color), var(--global-shadow) var(--border-width) var(--shadow-outline-color)!important;padding:0!important;animation:.3s forwards kawaii-in!important;display:block!important;overflow:visible!important}@keyframes kawaii-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}yt-live-chat-text-message-renderer yt-live-chat-author-chip{border-bottom:var(--border-width) solid var(--border-color)!important;box-sizing:border-box!important;z-index:1!important;background:0 0!important;align-items:center!important;width:calc(100% + 88px)!important;margin-top:-5px!important;margin-bottom:5px!important;margin-left:-44px!important;padding:10px 10px 10px 64px!important;display:flex!important;position:relative!important}yt-live-chat-text-message-renderer yt-live-chat-author-chip:before{content:""!important;z-index:-1!important;background:var(--chat-titlebar-bg)!important;border-radius:var(--radius-titlebar)!important;width:100%!important;height:80%!important;box-shadow:0px -3px 1px var(--chat-shadow-color)!important;position:absolute!important;bottom:0!important;left:0!important}yt-live-chat-text-message-renderer #author-name{font-family:var(--font-title)!important;font-size:var(--chat-author-size)!important;color:var(--chat-author-color)!important;word-wrap:break-word!important;border-radius:6px!important;padding:0 2px!important;font-weight:700!important;display:inline-block!important}yt-live-chat-text-message-renderer #author-name.owner{background-color:var(--superchat-message-color)!important;color:var(--chat-bg-solid)!important;margin-right:5px!important;padding:2px 8px!important}yt-live-chat-text-message-renderer #author-name.moderator{background-color:var(--chat-message-color)!important;color:#fff!important;margin-right:5px!important;padding:2px 8px!important}yt-live-chat-text-message-renderer #author-name.member{background-color:var(--chat-prompt-color)!important;color:var(--superchat-message-color)!important;text-shadow:none!important;margin-right:5px!important;padding:2px 8px!important}yt-live-chat-text-message-renderer #chat-badges{align-items:center!important;gap:4px!important;margin-left:4px!important;display:inline-flex!important}yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer{justify-content:center!important;align-items:center!important;display:inline-flex!important}yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer yt-icon,yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer img{justify-content:center!important;align-items:center!important;width:24px!important;height:24px!important;display:flex!important}yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type=verified] yt-icon svg{overflow:visible!important;transform:scale(1.6)!important}yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type=moderator] yt-icon,yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type=moderator] yt-icon svg,yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type=moderator] yt-icon svg path{fill:var(--chat-message-color)!important;color:var(--chat-message-color)!important}yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer yt-icon svg{width:100%!important;height:100%!important;display:block!important}.win-buttons{flex-shrink:0!important;align-items:center!important;gap:3px!important;margin-left:auto!important;display:inline-flex!important}.win-btn{vertical-align:middle!important;object-fit:contain!important;width:12px!important;height:12px!important;display:inline-block!important}yt-live-chat-text-message-renderer #content{background:var(--chat-bg-solid)!important;text-align:center!important;border-radius:var(--radius-box)!important;margin:0!important;padding:5px 44px 15px!important;position:relative!important;overflow:hidden!important}yt-live-chat-text-message-renderer #message-container{display:inline!important}yt-live-chat-text-message-renderer #message{font-family:var(--font-title)!important;font-size:var(--chat-message-size)!important;color:var(--chat-message-color)!important;line-height:var(--chat-message-line-height)!important;word-wrap:break-word!important;overflow-wrap:break-word!important;display:inline!important}yt-live-chat-text-message-renderer #message:before{content:var(--chat-prompt-text)!important;color:var(--chat-prompt-color)!important;font-size:var(--chat-message-size)!important;position:absolute!important;left:12px!important}yt-live-chat-text-message-renderer #before-content-buttons{display:inline!important}yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextTonal{border:2px solid var(--chat-prompt-color)!important;background-color:var(--chat-prompt-color)!important;font-family:var(--font-title)!important;color:var(--superchat-message-color)!important;vertical-align:middle!important;border-radius:999px!important;margin:0 6px 0 0!important;padding:1px 10px!important;font-size:20px!important;font-weight:700!important;display:inline-block!important}yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled{z-index:10!important;font-family:var(--font-title)!important;color:#7a2e1e!important;background-color:#fec36e!important;border:none!important;border-radius:999px!important;align-items:center!important;gap:4px!important;padding:2px 8px!important;font-size:16px!important;font-weight:700!important;display:inline-flex!important;position:absolute!important;top:6px!important;right:-34px!important;box-shadow:2px 2px #0003!important}yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled .ytSpecButtonShapeNextButtonTextContent,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled yt-icon,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled svg,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled path{color:#7a2e1e!important;fill:#7a2e1e!important}yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled{color:#fff!important;background-color:#fa836f!important}yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled .ytSpecButtonShapeNextButtonTextContent,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled yt-icon,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled svg,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled path{color:#fff!important;fill:#fff!important}yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled{color:#3d0e00!important;background-color:#fd9674!important}yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled .ytSpecButtonShapeNextButtonTextContent,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled yt-icon,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled svg,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled~button.ytSpecButtonShapeNextFilled path{color:#3d0e00!important;fill:#3d0e00!important}yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextTonal .ytSpecButtonShapeNextIcon,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextTonal yt-icon,yt-live-chat-text-message-renderer #before-content-buttons button.ytSpecButtonShapeNextTonal svg{display:none!important}yt-live-chat-text-message-renderer #message a,yt-live-chat-paid-message-renderer #message a{color:inherit!important;font-weight:700!important;text-decoration:underline!important}yt-live-chat-paid-message-renderer{background:var(--superchat-bg)!important;border:var(--global-border) solid var(--superchat-border-color)!important;border-radius:var(--radius-box)!important;width:90%!important;margin:var(--superchat-margin)!important;box-shadow:var(--global-shadow) 0px var(--superchat-shadow-color), var(--global-shadow) var(--border-width) var(--shadow-outline-color)!important;padding:0!important;display:block!important;overflow:visible!important}yt-live-chat-paid-message-renderer #header{background:var(--superchat-header-bg)!important;border-bottom:var(--global-border) solid var(--superchat-border-color)!important;border-radius:var(--radius-titlebar)!important;box-sizing:border-box!important;text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;padding:20px 14px!important;display:flex!important}yt-live-chat-paid-message-renderer #header-content,yt-live-chat-paid-message-renderer #header-content-primary-column,yt-live-chat-paid-message-renderer #single-line{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:5px!important;width:100%!important;display:flex!important}yt-live-chat-paid-message-renderer yt-live-chat-author-chip{justify-content:center!important;align-items:center!important;display:inline-flex!important}yt-live-chat-paid-message-renderer yt-live-chat-author-chip:before{content:"👑"!important;margin-right:8px!important;font-size:24px!important}yt-live-chat-paid-message-renderer yt-live-chat-author-chip:after{content:"👑"!important;margin-left:8px!important;font-size:24px!important}yt-live-chat-paid-message-renderer #author-name{font-family:var(--font-title)!important;color:var(--superchat-author-color)!important;word-wrap:break-word!important;font-size:26px!important;display:inline-block!important}yt-live-chat-paid-message-renderer #purchase-amount-column{text-align:center!important;width:100%!important;margin:0!important}yt-live-chat-paid-message-renderer #purchase-amount{font-family:var(--font-decor)!important;color:var(--superchat-amount-color)!important;text-shadow:4px 5px #0000004d!important;letter-spacing:2px!important;margin-top:5px!important;font-size:46px!important;font-weight:400!important;display:block!important}yt-live-chat-paid-message-renderer #content{text-align:center!important;background:0 0!important;padding:15px 20px 20px!important}yt-live-chat-paid-message-renderer #message{font-family:var(--font-title)!important;color:var(--superchat-message-color)!important;word-wrap:break-word!important;overflow-wrap:break-word!important;font-size:26px!important;font-weight:700!important;line-height:1.6!important;display:block!important}yt-live-chat-paid-message-renderer #creator-heart-button,yt-live-chat-paid-message-renderer #gradient-container,yt-live-chat-paid-message-renderer #lower-bumper,yt-live-chat-paid-message-renderer #lower-buy-button,yt-live-chat-paid-message-renderer #action-buttons,yt-live-chat-paid-message-renderer #footer,yt-live-chat-paid-message-renderer #input-container,yt-live-chat-paid-message-renderer #deleted-state,yt-live-chat-paid-message-renderer #leaderboard-badge,yt-live-chat-paid-message-renderer #currency-img{display:none!important}yt-live-chat-membership-item-renderer{width:var(--member-width)!important;background:var(--member-bg)!important;border:var(--global-border) solid var(--member-border-color)!important;border-radius:var(--radius-box)!important;margin:var(--chat-margin)!important;box-shadow:var(--global-shadow) 0px var(--member-shadow-1), var(--global-shadow) var(--border-width) var(--shadow-outline-color)!important;animation:.3s forwards kawaii-in!important;display:block!important;overflow:visible!important}yt-live-chat-membership-item-renderer #author-name{font-family:var(--font-title)!important;font-size:var(--member-author-size)!important;color:var(--member-author-color)!important;background:var(--member-titlebar-bg)!important;border-radius:var(--radius-titlebar)!important;border-bottom:var(--member-border-width) solid var(--member-border-color)!important;word-wrap:break-word!important;margin-bottom:5px!important;padding:6px 10px!important;display:block!important}yt-live-chat-membership-item-renderer #author-name:after{content:var(--member-label-text)!important;float:right!important;color:var(--member-label-color)!important;letter-spacing:1px!important}yt-live-chat-membership-item-renderer #header-primary-text{font-family:var(--font-title)!important;font-size:var(--member-header-size)!important;color:var(--member-header-color)!important;padding:2px 10px 4px!important;display:block!important}yt-live-chat-membership-item-renderer #message{font-family:var(--font-title)!important;font-size:var(--member-message-size)!important;color:var(--member-message-color)!important;line-height:var(--member-message-line-height)!important;text-align:left!important;word-wrap:break-word!important;overflow-wrap:break-word!important;padding:5px 12px 15px!important;display:block!important}yt-live-chat-membership-item-renderer #message:before{content:var(--member-prompt-text)!important;color:var(--member-prompt-color)!important}.emoji,.small-emoji,yt-formatted-string.yt-live-chat-paid-message-renderer img{vertical-align:text-bottom!important;width:1.2em!important;height:1.2em!important;margin:0 4px!important;display:inline-block!important}yt-live-chat-text-message-renderer:nth-child(odd),yt-live-chat-paid-message-renderer:nth-child(odd),yt-live-chat-membership-item-renderer:nth-child(odd){animation:kawaii-in-odd var(--anim-entrance) ease forwards, fade-out var(--anim-fadeout-duration) ease var(--anim-fadeout-delay) forwards!important}yt-live-chat-text-message-renderer:nth-child(2n),yt-live-chat-paid-message-renderer:nth-child(2n),yt-live-chat-membership-item-renderer:nth-child(2n){animation:kawaii-in-even var(--anim-entrance) ease forwards, fade-out var(--anim-fadeout-duration) ease var(--anim-fadeout-delay) forwards!important}@keyframes fade-out{0%{opacity:1;transform:translateY(0)scale(1)}30%{opacity:1;transform:translateY(15px)scale(1.05)rotate(2deg)}99%{opacity:0;max-height:1000px;margin:auto;padding:auto;transform:translateY(-150px)scale(.5)rotate(-3deg)}to{opacity:0;max-height:0;transform:translateY(-150px)scale(.5);border:0!important;margin:0!important;padding:0!important;overflow:hidden!important}}@keyframes kawaii-in-odd{0%{opacity:0;transform:translate(-12px,30px)rotate(-5deg)}50%{opacity:1;transform:translate(-12px,-8px)rotate(1deg)}75%{transform:translate(-12px,3px)rotate(-2deg)}to{opacity:1;transform:translate(-12px)rotate(-1deg)}}@keyframes kawaii-in-even{0%{opacity:0;transform:translate(12px,30px)rotate(5deg)}50%{opacity:1;transform:translate(12px,-8px)rotate(-1deg)}75%{transform:translate(12px,3px)rotate(2deg)}to{opacity:1;transform:translate(12px)rotate(1deg)}}yt-live-chat-banner-manager,yt-live-chat-action-panel-renderer,#panel-pages{display:none!important}::-webkit-scrollbar{background:0 0!important;width:0!important;display:none!important}#item-scroller{overflow-y:hidden!important}#items{flex-direction:column!important;justify-content:flex-end!important;min-height:100%!important;display:flex!important}
