:root{--bg:#050505;--black:#000;--surface:#141414;--surface2:#181818;--text:#fff;--muted:#b3b3b3;--brand:#e5092f;--brand2:#ff1748;--green:#46d369;--line:rgba(255,255,255,.14)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}img{display:block;max-width:100%}.filmible-home{min-height:100vh;background:#050505}.nf-header{position:fixed;inset:0 0 auto 0;z-index:1000;height:70px;display:flex;align-items:center;padding:0 4vw;background:#000;box-shadow:0 2px 18px rgba(0,0,0,.55)}.nf-brand{display:inline-flex;align-items:center;gap:10px;margin-right:34px;font-size:25px;font-weight:900;letter-spacing:-.7px}.nf-brand-mark{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white;font-weight:950;box-shadow:0 14px 32px rgba(229,9,47,.38)}.nf-nav{display:flex;align-items:center;gap:20px;color:#e5e5e5;font-size:14px}.nf-nav a{cursor:pointer;transition:color .18s ease}.nf-nav a:hover{color:var(--muted)}.nf-actions{margin-left:auto;display:flex;align-items:center;gap:18px;color:white}.nf-actions button{width:31px;height:31px;display:grid;place-items:center;border:0;background:transparent;color:white;font-size:21px;cursor:pointer}.kids-link{font-size:14px;color:#f1f1f1}.nf-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:6px;background:linear-gradient(135deg,#222232,#3a3a50);color:white;font-weight:900}.nf-billboard{position:relative;min-height:790px;display:flex;align-items:center;padding:120px 4vw 185px;background-size:cover;background-position:50%}.billboard-copy{width:min(650px,100%);position:relative;z-index:4}.show-badge{display:inline-flex;align-items:center;gap:10px;color:#d9d9d9;font-size:14px;font-weight:800;letter-spacing:.22em;margin-bottom:12px}.badge-f{width:26px;height:26px;display:grid;place-items:center;border-radius:5px;background:var(--brand);color:white;letter-spacing:0;font-weight:950}.nf-billboard h1{margin:0 0 18px;max-width:720px;font-size:clamp(52px,8vw,112px);line-height:.88;letter-spacing:-5px;text-shadow:0 8px 28px rgba(0,0,0,.55)}.title-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 16px;color:#e7e7e7;font-size:15px;font-weight:700}.green{color:var(--green)}.maturity{padding:2px 7px;border:1px solid rgba(255,255,255,.55);color:#efefef}.billboard-copy p{width:min(590px,100%);margin:0;color:#f1f1f1;font-size:19px;line-height:1.45;text-shadow:0 3px 18px rgba(0,0,0,.5)}.billboard-buttons{display:flex;gap:12px;margin-top:27px}.nf-info,.nf-play{display:inline-flex;align-items:center;justify-content:center;min-height:49px;border-radius:5px;padding:0 30px;font-size:18px;font-weight:800;transition:filter .18s ease,transform .18s ease}.nf-play{background:white;color:black}.nf-info{background:rgba(109,109,110,.72);color:white}.nf-info:hover,.nf-play:hover{filter:brightness(.88);transform:translateY(-1px)}.billboard-side{position:absolute;z-index:5;right:0;bottom:210px;display:flex;align-items:center;height:46px;min-width:98px;padding-left:16px;border-left:3px solid white;background:rgba(51,51,51,.68);color:white;font-size:15px}.billboard-fade{position:absolute;z-index:2;left:0;right:0;bottom:-1px;height:230px;background:linear-gradient(180deg,rgba(5,5,5,0),#050505 72%,#050505)}.nf-rows-wrap{z-index:20;margin-top:-132px;padding-bottom:115px}.nf-row,.nf-rows-wrap{position:relative;overflow:visible}.nf-row{margin:0 0 28px;padding-left:4vw}.row-title-line{position:relative;z-index:5;display:flex;align-items:baseline;gap:12px;margin-bottom:12px}.row-title-line h2{margin:0;font-size:25px;letter-spacing:-.4px}.row-title-line span{color:#54b9c5;font-size:13px;font-weight:800;opacity:0;transform:translateX(-6px);transition:opacity .18s ease,transform .18s ease}.nf-row:hover .row-title-line span{opacity:1;transform:translateX(0)}.nf-row-shell{position:relative;overflow:visible}.nf-slider{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(250px,19vw,345px);gap:8px;overflow-x:auto;overflow-y:visible;padding:82px 4vw 268px 0;margin-top:-76px;scroll-snap-type:x proximity;scroll-behavior:smooth;scrollbar-width:none}.nf-slider::-webkit-scrollbar{display:none}.nf-card{position:relative;display:block;height:auto;z-index:1;scroll-snap-align:start;isolation:isolate}.nf-card:hover{z-index:900}.nf-card-base{position:relative;z-index:1;transition:opacity .15s ease}.nf-card:hover .nf-card-base{opacity:0}.nf-base-thumb,.nf-hover-art{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#202020}.nf-base-thumb img,.nf-hover-art img{width:100%;height:100%;object-fit:cover;transform:none}.nf-card-base h3{margin:8px 0 0;font-size:14px;color:#ededed;font-weight:800;opacity:.92}.nf-hover-pop{position:absolute;left:50%;top:0;z-index:50;width:145%;border-radius:5px;background:#181818;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(0) scale(.689655);transform-origin:center top;box-shadow:0 0 0 rgba(0,0,0,0);backface-visibility:hidden;will-change:transform,opacity;transition:transform .43s cubic-bezier(.16,1,.3,1),opacity .12s ease,visibility 0s linear .43s,box-shadow .26s ease}.nf-card:hover .nf-hover-pop{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-42px) scale(1);box-shadow:0 30px 76px rgba(0,0,0,.86);transition:transform .43s cubic-bezier(.16,1,.3,1),opacity 80ms ease,visibility 0s linear 0s,box-shadow .26s ease 80ms}.nf-slider>.nf-card:first-child .nf-hover-pop{left:0;transform-origin:left top;transform:translateX(0) translateY(0) scale(.689655)}.nf-slider>.nf-card:first-child:hover .nf-hover-pop{transform:translateX(0) translateY(-42px) scale(1)}.nf-hover-art{border-radius:5px 5px 0 0}.nf-card:hover .nf-hover-art img{filter:brightness(.88)}.nf-hover-body{min-height:122px;padding:13px 14px 15px;border-radius:0 0 5px 5px;background:#181818}.hover-actions{display:flex;align-items:center;gap:8px;margin-bottom:11px}.circle-action{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;border:2px solid rgba(255,255,255,.62);background:#2a2a2a;color:white;font-size:15px;font-weight:900;line-height:1;padding:0;cursor:pointer;text-decoration:none}.circle-action.is-active{border-color:#fff;background:#fff;color:#111}.nf-info-action{position:relative}.nf-info-action:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%);padding:7px 10px;border-radius:3px;background:#fff;color:#181818;font-size:12px;font-weight:800;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .14s ease}.nf-info-action:hover:after{opacity:1}.fim-overlay{position:fixed;inset:0;z-index:2147483647;overflow-y:auto;padding:26px max(18px,calc((100vw - 1000px) / 2));background:rgba(0,0,0,.78);animation:fimOverlayIn .22s ease both}.fim-overlay.is-closing{animation:fimOverlayOut .22s ease both}.fim-modal{position:relative;width:min(100%,1000px);margin:0 auto 42px;overflow:hidden;border-radius:8px;background:#181818;color:#fff;box-shadow:0 15px 55px rgba(0,0,0,.8);animation:fimModalIn .3s cubic-bezier(.2,.8,.2,1) both}.fim-overlay.is-closing .fim-modal{animation:fimModalOut .22s ease both}.fim-close{position:absolute;top:16px;right:16px;z-index:4;width:36px;height:36px;border:0;border-radius:50%;background:#181818;color:#fff;font-size:27px;cursor:pointer}.fim-error,.fim-loading{min-height:220px;display:grid;place-items:center;padding:45px}.fim-error{color:#ffb2b2}.fim-hero{position:relative;min-height:520px;background-position:50%;background-size:cover}.fim-hero-copy{position:absolute;left:42px;right:42px;bottom:45px}.fim-hero-copy h2{max-width:70%;margin:0 0 22px;font-size:clamp(34px,6vw,68px);line-height:.95;text-shadow:0 2px 18px #000}.fim-actions{display:flex;gap:10px}.fim-actions button{width:40px;height:40px;border:2px solid #aaa;border-radius:50%;background:#252525;color:#fff;font-size:19px;font-weight:800;cursor:pointer}.fim-actions .fim-play{width:auto;padding:0 24px;border:0;border-radius:4px;background:#fff;color:#111}.fim-actions button.is-active{background:#fff;color:#111;border-color:#fff}.fim-content{padding:0 42px 44px}.fim-summary{display:grid;grid-template-columns:1.65fr .85fr;gap:45px;margin-bottom:38px}.fim-meta{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin:0 0 17px}.fim-meta strong{color:#46d369}.fim-meta span{padding:1px 5px;border:1px solid #777}.fim-description{font-size:16px;line-height:1.5}.fim-about p,.fim-summary aside p{color:#ddd;line-height:1.45}.fim-about span,.fim-summary aside span{color:#777}.fim-section{margin-top:38px}.fim-section h3{margin:0 0 18px;font-size:24px}.fim-section-title{display:flex;justify-content:space-between;align-items:center;gap:20px}.fim-section-title select{padding:10px 35px 10px 14px;border:1px solid #777;border-radius:4px;background:#242424;color:#fff;font-weight:800}.fim-episodes{border-top:1px solid #444}.fim-episode{width:100%;display:grid;grid-template-columns:35px 170px 1fr auto;gap:14px;align-items:center;padding:16px;border:0;border-bottom:1px solid #444;background:transparent;color:#fff;text-align:left;cursor:pointer}.fim-episode:hover{background:#333}.fim-related-art,.fim-thumb{position:relative;display:block;overflow:hidden}.fim-thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.fim-related-art i,.fim-thumb i{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:44px;height:44px;border:2px solid #fff;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-style:normal;opacity:0;transition:opacity .16s ease}.fim-episode:hover .fim-thumb i,.fim-related-art:hover i{opacity:1}.fim-episode-copy{display:flex;flex-direction:column;gap:7px}.fim-episode-copy small{color:#c8c8c8;line-height:1.35}.fim-episode em{font-style:normal;font-weight:700}.fim-related{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fim-related-card{overflow:hidden;border-radius:4px;background:#2f2f2f}.fim-related-art{width:100%;padding:0;border:0;background:#222;cursor:pointer}.fim-related-art img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.fim-related-art small{position:absolute;top:8px;right:9px;color:#fff;text-shadow:0 1px 5px #000}.fim-related-card>div{padding:14px}.fim-related-card p{color:#bbb}.fim-related-card span{display:block;color:#ddd;font-size:13px;line-height:1.4}.fim-trailer{display:block;width:100%;height:264.375px;aspect-ratio:auto;border:0;background:#000}.fim-trailer-loading{position:absolute;inset:0;z-index:6;display:grid;place-items:center;pointer-events:none}.fim-trailer-loading span{width:54px;height:54px;border:5px solid rgba(255,255,255,.3);border-top-color:#e50914;border-radius:50%;animation:fimTrailerLoadingSpin .8s linear infinite;filter:drop-shadow(0 2px 5px rgba(0,0,0,.75))}@keyframes fimTrailerLoadingSpin{to{transform:rotate(1turn)}}.fim-trailer-shell{position:relative;height:264.375px;overflow:hidden;background:#000}.fim-trailer-click-layer,.fim-trailer-shell{width:100%;-webkit-touch-callout:none;user-select:none}.fim-trailer-click-layer{position:absolute;inset:0;z-index:2;height:100%;padding:0;border:0;background:transparent;cursor:pointer;touch-action:manipulation}.fim-trailer-start-poster{position:absolute;inset:0;z-index:4;background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;pointer-events:none}.fim-trailer-first-play{position:absolute;left:50%;top:50%;z-index:6;display:grid;place-items:center;width:70px;height:70px;padding:0 0 0 4px;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;background:rgba(0,0,0,.72);color:#fff;font-size:31px;cursor:pointer}.fim-trailer-top-mask{position:absolute;left:0;right:0;top:0;z-index:7;display:flex;align-items:center;height:52px;padding:0 18px;background:#000;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.fim-trailer-top-mask.is-visible{opacity:1;visibility:visible;transform:none}.fim-trailer-top-mask span{color:#e50914;font-size:27px;font-weight:900;line-height:1;letter-spacing:-.8px}.fim-trailer-controls-v38{position:absolute;left:0;right:0;bottom:0;z-index:7;padding:18px 16px 12px;background:#000;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.fim-trailer-controls-v38.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}.fim-trailer-progress{--fim-progress:0%;--fim-buffered:0%;flex:1 1 auto;min-width:80px;height:4px;margin:0 4px;padding:0;border:0;border-radius:999px;appearance:none;background:linear-gradient(to right,#e50914 0 var(--fim-progress),#ff6f78 var(--fim-progress) var(--fim-buffered),rgba(255,255,255,.45) var(--fim-buffered) 100%);cursor:pointer;accent-color:#e50914}.fim-trailer-progress::-webkit-slider-thumb{width:14px;height:14px;border:0;border-radius:50%;appearance:none;background:#e50914;box-shadow:0 0 0 2px rgba(255,255,255,.9)}.fim-trailer-progress::-moz-range-thumb{width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:#e50914}.fim-trailer-control-row{display:flex;align-items:center;gap:10px}.fim-trailer-control-row button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.78);border-radius:50%;background:rgba(0,0,0,.62);color:#fff;font-size:18px;cursor:pointer}.fim-trailer-control-row button:hover{background:rgba(255,255,255,.18);border-color:#fff}.fim-trailer-control-row button small{position:absolute;font-size:9px;font-weight:800}.fim-trailer-control-row span{flex:0 0 auto;color:#fff;font-size:12px;font-variant-numeric:tabular-nums;text-shadow:0 1px 3px #000}.fim-empty{color:#aaa}@keyframes fimOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes fimOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes fimModalIn{0%{opacity:0;transform:translateY(26px) scale(.97)}to{opacity:1;transform:none}}@keyframes fimModalOut{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(18px) scale(.98)}}@media (max-width:700px){.fim-overlay{padding:0}.fim-modal{border-radius:0;margin:0;min-height:100vh}.fim-hero{min-height:390px}.fim-content,.fim-hero-copy{left:20px;right:20px;padding-left:20px;padding-right:20px}.fim-summary{gap:10px}.fim-related,.fim-summary{grid-template-columns:1fr}.fim-episode{grid-template-columns:25px 112px 1fr}.fim-episode em{grid-column:3}}.play-action{background:white;color:black;border-color:white}.right-action{margin-left:auto}.hover-title{margin:0 0 8px;color:#fff;font-size:15px;line-height:1.15;letter-spacing:-.2px}.hover-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#d6d6d6;font-size:12px;font-weight:800}.hover-meta strong{color:var(--green)}.hover-meta span{padding:1px 5px;border:1px solid rgba(255,255,255,.25)}.nf-hover-unlock{padding:1px 5px;border:1px solid rgba(255,255,255,.45);color:#fff;text-decoration:none}.nf-hover-unlock:hover{border-color:#fff}.hover-tags{display:flex;align-items:center;gap:7px;margin-top:9px;color:#d7d7d7;font-size:12px;line-height:1.2}.hover-tags i{width:4px;height:4px;border-radius:50%;background:#777}.watch-progress{position:absolute;left:0;right:0;bottom:0;height:4px;background:rgba(255,255,255,.26)}.watch-progress span{display:block;height:100%;background:var(--brand)}.rank-badge{top:9px;left:9px;z-index:5;padding:5px 8px;border-radius:4px;background:rgba(229,9,47,.96);font-size:12px;font-weight:950;box-shadow:0 8px 22px rgba(0,0,0,.35)}.rank-badge,.row-arrow{position:absolute;color:white}.row-arrow{top:82px;bottom:268px;z-index:350;width:62px;border:0;font-size:86px;font-weight:200;line-height:1;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .18s ease,background .18s ease,transform .18s ease}.row-arrow.show{pointer-events:auto}.nf-row:hover .row-arrow.show{opacity:1}.row-arrow:hover{transform:scale(1.02)}.row-arrow-left{left:0;border-radius:0 5px 5px 0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.08))}.row-arrow-right{right:0;border-radius:5px 0 0 5px;background:linear-gradient(270deg,rgba(0,0,0,.78),rgba(0,0,0,.08))}.site-header{position:relative;z-index:20;height:76px;display:flex;align-items:center;gap:32px;padding:0 48px;background:#070707;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:12px;font-size:25px;font-weight:900;letter-spacing:-.7px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 18px 40px rgba(229,9,47,.35)}.back-link{margin-left:auto;color:var(--muted);font-weight:700}.detail-hero{min-height:calc(100vh - 76px);padding:72px 48px;background-size:cover;background-position:50%}.detail-grid{display:grid;grid-template-columns:320px minmax(0,680px);gap:42px;align-items:center}.detail-poster{border-radius:11px;border:1px solid var(--line);box-shadow:0 28px 80px rgba(0,0,0,.45)}.eyebrow,.mini-label{color:var(--brand2);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800}h1{margin:12px 0;font-size:clamp(42px,7vw,86px);line-height:.92;letter-spacing:-3px}.hero-meta{color:#f1f1f3;font-weight:700}.hero-description{max-width:590px;color:var(--muted);font-size:18px;line-height:1.6}.hero-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;min-height:48px;padding:0 22px;font-weight:800;cursor:pointer}.btn-primary{background:white;color:black}.btn-secondary{background:rgba(109,109,110,.72);color:white}.unlock-box{margin-top:20px;padding:18px;border-radius:7px;border:1px solid rgba(229,9,47,.35);background:rgba(229,9,47,.12)}.unlock-box.ready{border-color:rgba(20,170,97,.35);background:rgba(20,170,97,.12)}.unlock-box p{margin:6px 0 0;color:var(--muted)}.watch-page{min-height:100vh;background:radial-gradient(circle at top,#191923,#050508 52%)}.watch-header{display:flex;justify-content:space-between;align-items:center;padding:24px 34px;border-bottom:1px solid var(--line)}.player-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;padding:34px}.cinema-frame{border-radius:10px;background:#000;border:1px solid var(--line);overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.45)}.fake-player{min-height:620px;background-size:cover;background-position:50%;display:grid;place-items:center;position:relative}.play-circle{display:grid;place-items:center;width:96px;height:96px;border-radius:50%;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(18px);font-size:35px}.player-caption{position:absolute;left:34px;bottom:30px}.player-caption h1{font-size:54px;letter-spacing:-2px}.player-caption p{color:var(--muted)}.watch-panel{align-self:start;padding:24px;border-radius:10px;border:1px solid var(--line);background:rgba(17,17,24,.92)}.watch-panel p{color:var(--muted);line-height:1.6}.btn.full{width:100%;margin-top:12px}@media (max-width:1100px){.nf-nav{gap:13px;font-size:13px}.nf-nav a:nth-last-child(-n+2){display:none}.detail-grid,.player-shell{grid-template-columns:1fr}}@media (max-width:720px){.nf-header{height:64px;padding:0 18px}.nf-brand{font-size:21px;margin-right:14px}.nf-brand-mark{width:34px;height:34px}.kids-link,.nf-actions button:first-child,.nf-actions button:nth-child(3),.nf-nav a:not(:first-child){display:none}.nf-billboard{min-height:650px;padding:96px 18px 150px}.nf-billboard h1{font-size:56px;letter-spacing:-2px}.billboard-copy p{font-size:16px}.billboard-buttons{flex-direction:column;max-width:260px}.billboard-side{display:none}.nf-rows-wrap{margin-top:-92px}.nf-row{padding-left:18px}.nf-slider{grid-auto-columns:76vw;padding-right:18px;padding-top:20px;padding-bottom:44px;margin-top:0}.nf-hover-pop,.row-arrow{display:none}.nf-card:hover .nf-card-base{opacity:1}.detail-hero,.player-shell,.site-header{padding-left:18px;padding-right:18px}.fake-player{min-height:430px}}.nf-rows-wrap{padding-bottom:78px!important}.nf-row{margin:0 0 10px!important}.row-title-line{margin-bottom:8px!important}.nf-slider{padding-top:82px!important;padding-bottom:178px!important;margin-top:-76px!important}.row-arrow{top:82px!important;bottom:178px!important}@media (max-width:720px){.nf-rows-wrap{margin-top:-86px!important;padding-bottom:42px!important}.nf-row{margin:0 0 12px!important}.row-title-line{margin-bottom:8px!important}.nf-slider{padding-top:20px!important;padding-bottom:40px!important;margin-top:0!important}}.nf-rows-wrap{margin-top:-118px!important;padding-bottom:58px!important}.nf-row{margin:0 0 -28px!important}.row-title-line{margin-bottom:7px!important}.nf-slider{padding-top:58px!important;padding-bottom:74px!important;margin-top:-54px!important}.row-arrow{top:58px!important;bottom:74px!important}.nf-card:hover,.nf-hover-pop{z-index:999!important}.nf-card-base h3{margin-top:7px!important}@media (max-width:720px){.nf-rows-wrap{margin-top:-86px!important;padding-bottom:34px!important}.nf-row{margin:0 0 8px!important}.nf-slider{padding-top:18px!important;padding-bottom:32px!important;margin-top:0!important}}.nf-rows-wrap{isolation:isolate!important}.nf-row:hover{z-index:800!important}.nf-row-shell,.nf-slider{position:relative!important;overflow-y:visible!important}.nf-card{position:relative!important;z-index:1!important}.nf-card:hover{z-index:9999!important}.nf-hover-pop{z-index:10000!important}.nf-card:hover .row-arrow,.nf-card:hover~.row-arrow,.row-arrow{z-index:700!important}.nf-rows-wrap{z-index:20!important}.nf-row,.nf-rows-wrap{position:relative!important;overflow:visible!important;isolation:auto!important}.nf-row{z-index:1!important}.nf-row.is-active-row{z-index:50000!important}.nf-row.is-active-row .nf-row-shell,.nf-row.is-active-row .nf-slider{position:relative!important;z-index:50001!important;overflow-y:visible!important}.nf-row.is-active-row .nf-card:hover{z-index:50002!important}.nf-row.is-active-row .nf-card:hover .nf-hover-pop{z-index:50003!important}.nf-row:not(.is-active-row),.nf-row:not(.is-active-row) .nf-card,.nf-row:not(.is-active-row) .nf-slider,.nf-row:not(.is-active-row) .row-title-line{z-index:1!important}.nf-card{isolation:auto!important}.nf-hover-pop{position:absolute!important}.nf-card.is-preview-source .nf-card-base{opacity:0!important}.nf-page-hover-preview{position:fixed!important;left:var(--preview-left)!important;top:var(--preview-top)!important;width:var(--preview-width)!important;border-radius:5px!important;background:#181818!important;box-shadow:0 30px 76px rgba(0,0,0,.88)!important;overflow:visible!important;transform-origin:var(--preview-origin)!important;animation:filmiblePagePreviewIn .43s cubic-bezier(.16,1,.3,1) both!important;will-change:transform,opacity!important;backface-visibility:hidden!important}.nf-page-hover-preview.is-closing{animation:filmiblePagePreviewOut .21s cubic-bezier(.4,0,.2,1) both!important}.nf-preview-link{display:block!important;color:inherit!important;text-decoration:none!important}.nf-global-art{position:relative!important;aspect-ratio:16/9!important;overflow:hidden!important;border-radius:5px 5px 0 0!important;background:#202020!important}.nf-global-art img{width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important;filter:brightness(.88)!important}.nf-global-body{min-height:122px!important;padding:13px 14px 15px!important;border-radius:0 0 5px 5px!important;background:#181818!important}@keyframes filmiblePagePreviewIn{0%{opacity:0;transform:scale(.689655) translateY(0)}35%{opacity:1}72%{transform:scale(1.018) translateY(-1px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes filmiblePagePreviewOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.689655) translateY(0)}}.nf-row,.nf-row-shell,.nf-rows-wrap,.nf-slider{overflow:visible!important}.nf-card.is-preview-source{opacity:1!important;visibility:visible!important}.nf-row:has(.nf-page-hover-preview){position:relative!important;z-index:2147482000!important}.nf-row:has(.nf-page-hover-preview) .nf-page-hover-preview{z-index:2147483000!important}.nf-hover-pop{display:none!important}.nf-row-shell{position:relative!important}.row-arrow{pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important}.nf-page-hover-preview{z-index:2147483000!important}.nf-row:hover .row-arrow,.row-arrow.show{opacity:1!important;pointer-events:auto!important;z-index:2147483647!important}.row-arrow.show{pointer-events:auto!important}.nf-slider{overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth!important}.row-arrow{opacity:0!important;z-index:2147483646!important}.row-arrow,.row-arrow.show{pointer-events:none!important}.nf-row:hover .row-arrow.show{opacity:1!important;pointer-events:auto!important}.nf-row:hover .row-arrow:not(.show){opacity:0!important;pointer-events:none!important}.nf-card.is-preview-source .nf-card-base,.nf-card:hover .nf-card-base{opacity:1!important;visibility:visible!important}.nf-row-shell:not(:hover) .row-arrow,.nf-row:not(:hover) .row-arrow,.row-arrow,.row-arrow.show{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.nf-row-shell:hover .row-arrow.show{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.nf-row-shell:hover .row-arrow:not(.show){opacity:0!important;visibility:hidden!important;pointer-events:none!important}.nf-row.is-top10-row .row-title-line{margin-bottom:20px!important}.nf-row.is-top10-row .nf-slider{margin-top:0!important;padding-top:2px!important;padding-bottom:76px!important;align-items:center!important}.nf-row.is-top10-row .nf-card{counter-increment:filmibleTopRank!important;flex:0 0 300px!important;width:300px!important;min-width:300px!important;padding-left:132px!important}.nf-row.is-top10-row .nf-card:before{content:counter(filmibleTopRank)!important;top:2px!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:192px!important;color:#090909!important;-webkit-text-stroke:4.5px #5e5e5e!important;text-shadow:0 0 1px #5e5e5e!important}.nf-row.is-top10-row .nf-card .nf-card-base{width:142px!important;margin:0 0 0 -34px!important}.nf-row.is-top10-row .nf-card .nf-base-thumb{width:142px!important;height:190px!important;box-shadow:0 10px 24px rgba(0,0,0,.55)!important}@media (min-width:1200px){.nf-slider{gap:8px!important}.nf-slider>.nf-card{flex:0 0 calc((100vw - 160px - 40px) / 6)!important;width:calc((100vw - 160px - 40px) / 6)!important;min-width:calc((100vw - 160px - 40px) / 6)!important;max-width:310px!important}}@media (max-width:1199px){.nf-slider>.nf-card{flex:0 0 clamp(220px,28vw,320px)!important;width:clamp(220px,28vw,320px)!important;min-width:clamp(220px,28vw,320px)!important}}@media (min-width:1200px){.nf-slider{display:flex!important;justify-content:flex-start!important;gap:8px!important;column-gap:8px!important}.nf-slider>.nf-card{max-width:none!important;margin-right:0!important}.nf-row.is-top10-row .nf-slider>.nf-card,.nf-slider>.nf-card{flex:0 0 calc((100% - 40px) / 6)!important;width:calc((100% - 40px) / 6)!important;min-width:calc((100% - 40px) / 6)!important}}.nf-row.is-top10-row .row-title-line{position:relative!important;z-index:20!important}.nf-row.is-top10-row .nf-slider{counter-reset:filmibleTopRank!important;display:flex!important;justify-content:flex-start!important;padding-bottom:78px!important}.nf-row.is-top10-row .nf-slider>.nf-card{counter-increment:filmibleTopRank!important;flex:0 0 calc((100% - 40px) / 6)!important;width:calc((100% - 40px) / 6)!important;min-width:calc((100% - 40px) / 6)!important;height:168px!important;padding-left:104px!important;position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important}.nf-row.is-top10-row .nf-slider>.nf-card:before{content:counter(filmibleTopRank)!important;position:absolute!important;left:0!important;top:1px!important;z-index:0!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:172px!important;font-weight:900!important;line-height:.9!important;letter-spacing:-10px!important;color:#070707!important;-webkit-text-stroke:4px #5f5f5f!important;text-shadow:0 0 1px #5f5f5f!important;pointer-events:none!important}.nf-row.is-top10-row .nf-card .nf-card-base{position:relative!important;z-index:2!important;width:122px!important;margin:0 0 0 -32px!important}.nf-row.is-top10-row .nf-card .nf-base-thumb{width:122px!important;height:168px!important;aspect-ratio:auto!important;border-radius:4px!important;overflow:hidden!important;box-shadow:0 9px 22px rgba(0,0,0,.55)!important}.nf-row.is-top10-row .nf-card .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.nf-row.is-top10-row .nf-slider{counter-reset:toprank!important;padding-top:6px!important}.nf-row.is-top10-row .nf-card{counter-increment:toprank!important;height:200px!important;padding-left:138px!important}.nf-row.is-top10-row .nf-card:before{content:counter(toprank)!important;font-size:208px!important}.nf-row.is-top10-row .nf-card-base{width:145px!important;margin:0 0 0 -38px!important}.nf-row.is-top10-row .nf-base-thumb{width:145px!important;height:200px!important}.nf-row.is-top10-row .nf-slider{counter-reset:t10!important;gap:8px!important;padding-top:8px!important}.nf-row.is-top10-row .nf-card{counter-increment:t10!important;flex:0 0 calc((100% - 40px)/6)!important;width:calc((100% - 40px)/6)!important;min-width:calc((100% - 40px)/6)!important;height:190px!important}.nf-row.is-top10-row .nf-card:before{content:counter(t10)!important;top:0!important;font-size:195px!important;-webkit-text-stroke:5px #5f5f5f!important}.nf-row.is-top10-row .nf-card-base{width:138px!important;margin:0 0 0 -34px!important}.nf-row.is-top10-row .nf-base-thumb{width:138px!important;height:190px!important}.nf-row.is-top10-row .row-title-line{margin-bottom:18px!important}.nf-row.is-top10-row .row-title-line span{display:none!important}.nf-row.is-top10-row .nf-slider{counter-reset:t10final!important;gap:0!important;padding-top:10px!important;padding-bottom:82px!important;overflow-x:auto!important;overflow-y:hidden!important}.nf-row.is-top10-row .nf-card{counter-increment:t10final!important;flex:0 0 calc(100% / 6)!important;width:calc(100% / 6)!important;min-width:calc(100% / 6)!important;height:205px!important;padding-left:128px!important;position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important}.nf-row.is-top10-row .nf-card:before{content:counter(t10final)!important;position:absolute!important;left:0!important;top:4px!important;z-index:0!important;font-family:Arial Black,Impact,sans-serif!important;font-size:210px!important;line-height:.88!important;font-weight:900!important;letter-spacing:-12px!important;color:#070707!important;-webkit-text-stroke:4.5px #5f5f5f!important;text-shadow:0 0 1px #5f5f5f!important;pointer-events:none!important}.nf-row.is-top10-row .nf-card-base{position:relative!important;z-index:2!important;width:148px!important;margin:0 0 0 -42px!important}.nf-row.is-top10-row .nf-base-thumb{width:148px!important;height:205px!important;aspect-ratio:auto!important;border-radius:4px!important;overflow:hidden!important;box-shadow:0 10px 24px rgba(0,0,0,.55)!important}.nf-row.is-top10-row .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.nf-row.is-top10-row .nf-card-base h3,.nf-row.is-top10-row .rank-badge,.nf-row.is-top10-row .watch-progress{display:none!important}body .nf-row.is-top10-row:has(.rank-badge) .row-title-line{margin-bottom:22px!important;position:relative!important;z-index:20!important}body .nf-row.is-top10-row:has(.rank-badge) .row-title-line span{display:none!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider{counter-reset:top10final!important;display:flex!important;justify-content:flex-start!important;padding-top:4px!important;padding-bottom:86px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{counter-increment:top10final!important;flex:0 0 calc(100% / 6)!important;width:calc(100% / 6)!important;min-width:calc(100% / 6)!important;height:194px!important;padding-left:118px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{content:counter(top10final)!important;position:absolute!important;left:0!important;z-index:0!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:218px!important;font-weight:900!important;text-shadow:0 0 1px #5f5f5f!important;pointer-events:none!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:132px!important;margin:0 0 0 -24px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:132px!important;aspect-ratio:auto!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider{padding-bottom:84px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{flex:0 0 calc(100% / 5.78)!important;width:calc(100% / 5.78)!important;min-width:calc(100% / 5.78)!important;height:196px!important;padding-left:128px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{left:-18px!important;top:-7px!important;font-size:220px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:134px!important;margin:0 0 0 -18px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:134px!important;height:184px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider{gap:0!important;padding-top:6px!important;padding-bottom:88px!important;overflow-x:auto!important;overflow-y:hidden!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{flex:0 0 calc(100% / 5.62)!important;width:calc(100% / 5.62)!important;min-width:calc(100% / 5.62)!important;padding-left:132px!important;position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{left:-24px!important;top:-8px!important;font-size:222px!important;letter-spacing:-13px!important;-webkit-text-stroke:4.5px #5f5f5f!important;color:#070707!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:148px!important;margin:0 0 0 -14px!important;position:relative!important;z-index:2!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:148px!important;border-radius:4px!important;overflow:hidden!important;box-shadow:0 10px 24px rgba(0,0,0,.55)!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-card-base h3,body .nf-row.is-top10-row:has(.rank-badge) .rank-badge,body .nf-row.is-top10-row:has(.rank-badge) .watch-progress{display:none!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{flex:0 0 calc(100% / 5.45)!important;width:calc(100% / 5.45)!important;min-width:calc(100% / 5.45)!important;height:206px!important;padding-left:148px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{left:-34px!important;top:-10px!important;font-size:224px!important;line-height:.88!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:150px!important;margin:0 0 0 -8px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:150px!important;height:202px!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider{gap:0!important;padding-top:2px!important;padding-bottom:78px!important;overflow-x:auto!important;overflow-y:hidden!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{flex:0 0 clamp(284px,15.2vw,302px)!important;width:clamp(284px,15.2vw,302px)!important;min-width:clamp(284px,15.2vw,302px)!important;height:196px!important;padding-left:118px!important;position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{left:-14px!important;top:-6px!important;font-size:214px!important;line-height:.88!important;letter-spacing:-13px!important;-webkit-text-stroke:4.5px #5f5f5f!important;color:#070707!important;text-shadow:0 0 1px #5f5f5f!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:140px!important;margin:0 0 0 -18px!important;position:relative!important;z-index:2!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:140px!important;height:194px!important;border-radius:4px!important;overflow:hidden!important;box-shadow:0 10px 24px rgba(0,0,0,.55)!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-card-base h3,html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .rank-badge,html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .watch-progress{display:none!important}body .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:8px!important}body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - 40px) / 6)!important;width:calc((100% - 40px) / 6)!important;min-width:calc((100% - 40px) / 6)!important;max-width:calc((100% - 40px) / 6)!important;padding:0!important;box-sizing:border-box!important}body .nf-row:not(.is-top10-row) .nf-base-thumb,body .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;box-sizing:border-box!important}body .nf-row:not(.is-top10-row) .nf-base-thumb{aspect-ratio:16/9!important;height:auto!important}body .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}html body .nf-rows-wrap .nf-row.is-top10-row .nf-slider>.nf-card:before{font-size:224px!important;line-height:.9!important;top:-6px!important;line-height:.88!important;top:3px!important;top:-9px!important;font-size:248px!important;line-height:.86!important;transform:scaleY(1.18)!important;transform:scaleY(1.11)!important;transform-origin:top left!important;transform:scaleY(1.16)!important;top:-1px!important;transform-origin:bottom left!important;top:50%!important;transform:translateY(-50%) scaleY(1.12)!important;overflow:visible!important;transform:none!important;font-size:238px!important;line-height:.78!important;top:0!important;height:190px!important;display:flex!important;align-items:center!important;transform:scaleY(1.1)!important;transform-origin:center center!important}html body .nf-rows-wrap .nf-row.is-top10-row .nf-slider>.nf-card:nth-child(10):before{font-size:198px!important;letter-spacing:-34px!important;transform:scaleX(.78) scaleY(1.1)!important;width:190px!important;left:-42px!important;letter-spacing:-48px!important;transform:scaleX(.62) scaleY(1.1)!important;letter-spacing:-42px!important;transform:scaleX(.7) scaleY(1.1)!important;width:240px!important;left:-24px!important;font-size:188px!important;letter-spacing:-30px!important;transform:scaleX(.76) scaleY(1.1)!important;transform-origin:left center!important;width:250px!important}.filmible-footer{width:min(980px,calc(100% - 96px));margin:18px auto 0;padding:34px 0 42px;color:rgba(255,255,255,.48);font-size:13px}.footer-question{margin:0 0 22px;color:rgba(255,255,255,.58)}.footer-links{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:14px 28px;margin-bottom:24px}.footer-links a{color:rgba(255,255,255,.48);text-decoration:underline;text-underline-offset:2px;transition:color .16s ease}.footer-links a:hover{color:rgba(255,255,255,.78)}.footer-brand{margin:0;color:rgba(255,255,255,.42);font-size:13px}@media (max-width:760px){.filmible-footer{width:calc(100% - 36px);padding-bottom:34px}.footer-links{grid-template-columns:repeat(2,minmax(120px,1fr));gap:13px 22px}}.filmible-footer{width:min(860px,calc(100% - 96px))!important}.footer-links{grid-template-columns:repeat(3,minmax(150px,1fr))!important;gap:14px 62px!important}@media (max-width:760px){.filmible-footer{width:calc(100% - 36px)!important}.footer-links{grid-template-columns:repeat(2,minmax(120px,1fr))!important;gap:13px 22px!important}}.brand,.nf-brand{display:inline-flex!important;align-items:center!important;gap:0!important;text-decoration:none!important}.filmible-wordmark{display:inline-block!important;color:#e50914!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:clamp(28px,2.2vw,42px)!important;font-weight:900!important;letter-spacing:-1.8px!important;line-height:.9!important;text-transform:uppercase!important;transform:perspective(180px) rotateX(5deg) scaleY(1.08)!important;transform-origin:center bottom!important;text-shadow:0 0 1px rgba(229,9,20,.35)!important}.brand-mark,.nf-brand-mark{display:none!important}@media (max-width:760px){.filmible-wordmark{font-size:26px!important;letter-spacing:-1.2px!important}}.filmible-wordmark{width:150px!important;height:38px!important;display:block!important;overflow:visible!important;flex:0 0 auto!important}.filmible-wordmark text{fill:#e50914!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:26px!important;font-weight:900!important;letter-spacing:-1.2px!important}.filmible-wordmark path{fill:none!important}@media (max-width:760px){.filmible-wordmark{width:128px!important;height:34px!important}.filmible-wordmark text{font-size:23px!important}}.filmible-wordmark-flat{width:auto!important;height:34px!important;display:inline-flex!important;align-items:flex-start!important;gap:0!important;overflow:visible!important;color:#e50914!important;transform:none!important;flex:0 0 auto!important}.filmible-wordmark-flat span{display:inline-block!important;color:#e50914!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:31px!important;font-weight:900!important;line-height:.82!important;letter-spacing:-1.7px!important;transform-origin:center top!important;text-shadow:0 0 1px rgba(229,9,20,.35)!important}.filmible-wordmark-flat span:first-child{transform:scaleY(1)!important}.filmible-wordmark-flat span:nth-child(2){transform:scaleY(1.04)!important}.filmible-wordmark-flat span:nth-child(3){transform:scaleY(1.08)!important}.filmible-wordmark-flat span:nth-child(4),.filmible-wordmark-flat span:nth-child(5){transform:scaleY(1.12)!important}.filmible-wordmark-flat span:nth-child(6){transform:scaleY(1.08)!important}.filmible-wordmark-flat span:nth-child(7){transform:scaleY(1.04)!important}.filmible-wordmark-flat span:nth-child(8){transform:scaleY(1)!important}@media (max-width:760px){.filmible-wordmark-flat{height:30px!important}.filmible-wordmark-flat span{font-size:27px!important;letter-spacing:-1.3px!important}}html body .filmible-wordmark-flat{height:39px!important;align-items:flex-start!important}html body .filmible-wordmark-flat span{line-height:.82!important;transform-origin:center top!important}html body .filmible-wordmark-flat span:first-child{transform:scaleY(1)!important}html body .filmible-wordmark-flat span:nth-child(2){transform:scaleY(1.08)!important}html body .filmible-wordmark-flat span:nth-child(3){transform:scaleY(1.15)!important}html body .filmible-wordmark-flat span:nth-child(4),html body .filmible-wordmark-flat span:nth-child(5){transform:scaleY(1.23)!important}html body .filmible-wordmark-flat span:nth-child(6){transform:scaleY(1.15)!important}html body .filmible-wordmark-flat span:nth-child(7){transform:scaleY(1.08)!important}html body .filmible-wordmark-flat span:nth-child(8){transform:scaleY(1)!important}html body .filmible-wordmark-flat{height:34px!important;display:inline-flex!important;align-items:center!important;overflow:visible!important;gap:0!important}html body .filmible-wordmark-flat span{font-size:31px!important;line-height:1!important;letter-spacing:-1.7px!important;transform:none!important;transform-origin:center center!important}html body .filmible-wordmark-flat span:first-child,html body .filmible-wordmark-flat span:nth-child(2),html body .filmible-wordmark-flat span:nth-child(3),html body .filmible-wordmark-flat span:nth-child(4),html body .filmible-wordmark-flat span:nth-child(5),html body .filmible-wordmark-flat span:nth-child(6),html body .filmible-wordmark-flat span:nth-child(7),html body .filmible-wordmark-flat span:nth-child(8){transform:none!important}html body .netflix-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:2147480000!important;height:72px!important;padding:0 4.7vw!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background:linear-gradient(180deg,rgba(0,0,0,.76),rgba(0,0,0,.42),rgba(0,0,0,0))!important;transition:background-color .22s ease,background .22s ease,box-shadow .22s ease!important;box-sizing:border-box!important}html body .netflix-header.is-scrolled{background:#050505!important;box-shadow:0 1px 0 rgba(255,255,255,.04)!important}html body .netflix-header-left{display:flex!important;align-items:center!important;gap:34px!important;min-width:0!important}html body .netflix-wordmark{color:#e50914!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:clamp(28px,2.15vw,38px)!important;font-weight:900!important;letter-spacing:-1.9px!important;text-decoration:none!important;text-transform:uppercase!important;flex:0 0 auto!important;text-shadow:0 0 1px rgba(229,9,20,.35)!important}html body .netflix-nav{display:flex!important;align-items:center!important;gap:22px!important;white-space:nowrap!important}html body .netflix-nav a{color:rgba(255,255,255,.78)!important;line-height:1!important;text-decoration:none!important;transition:color .15s ease!important}html body .netflix-nav a.is-active{color:#fff!important;font-weight:700!important}html body .netflix-nav a:hover{color:#fff!important}html body .netflix-actions{display:flex!important;align-items:center!important;gap:21px!important;flex:0 0 auto!important}html body .netflix-icon-btn{width:22px!important;height:22px!important;cursor:pointer!important}html body .netflix-icon-btn svg{width:21px!important;height:21px!important;stroke-width:2.2!important}html body .netflix-kids{color:#fff!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important}html body .netflix-profile{width:35px!important;height:35px!important;border:0!important;background:#2c2946!important;color:#fff!important;font-size:15px!important;font-weight:800!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}@media (max-width:900px){html body .netflix-header{height:66px!important;padding:0 24px!important}html body .netflix-header-left{gap:20px!important}html body .netflix-nav{gap:15px!important;overflow:hidden!important}html body .netflix-nav a{font-size:13px!important}html body .netflix-wordmark{font-size:28px!important}}@media (max-width:650px){html body .netflix-nav a:nth-child(n+4){display:none!important}html body .netflix-actions{gap:14px!important}html body .netflix-kids{display:none!important}}html body .netflix-header{height:68px!important;padding-left:4.1vw!important;padding-right:4.1vw!important}html body .netflix-wordmark{font-size:clamp(30px,1.85vw,34px)!important;letter-spacing:-1.7px!important;line-height:1!important}html body .netflix-header-left{gap:30px!important}html body .netflix-nav{gap:21px!important}html body .netflix-nav a{font-size:14px!important;font-weight:500!important}html body .netflix-actions{gap:20px!important}html body .netflix-icon-btn{width:24px!important;height:24px!important;color:#fff!important;background:transparent!important;border:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}html body .netflix-icon-btn svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.1!important;stroke-linecap:round!important;stroke-linejoin:round!important}html body .netflix-profile{width:34px!important;height:34px!important;border-radius:5px!important}.filmible-header{position:fixed;inset:0 0 auto 0;z-index:1000;min-height:68px;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.42) 58%,rgba(0,0,0,0));transition:background-color .18s ease,background .18s ease}.filmible-header.is-scrolled{background:#050505}.filmible-header-inner{height:68px;display:flex;align-items:center;gap:28px;padding:0 4.2vw}.filmible-wordmark{display:inline-flex;align-items:center;flex:0 0 auto;color:#e50914;text-decoration:none;font-size:31px;line-height:1;font-weight:950;letter-spacing:-1.4px;transform:scaleX(1.05)}.filmible-nav{display:flex;align-items:center;gap:22px;min-width:0}.filmible-nav-link{color:rgba(255,255,255,.74);text-decoration:none;font-size:14px;line-height:1;font-weight:500;white-space:nowrap;transition:color .15s ease}.filmible-nav-link.is-active,.filmible-nav-link:hover{color:#fff}.filmible-nav-link.is-active{font-weight:800}.filmible-header-actions{margin-left:auto;display:flex;align-items:center;gap:18px;height:100%}.filmible-icon-button{width:25px;height:25px;border:0;padding:0;color:#fff;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.filmible-account-menu-item svg,.filmible-icon-button svg,.filmible-search-inside-icon svg{width:100%;height:100%;fill:currentColor;display:block}.filmible-kids-link{color:#fff;text-decoration:none;font-size:14px;line-height:1;font-weight:800;white-space:nowrap}.filmible-search{display:inline-flex;align-items:center;height:36px}.filmible-search-box{width:276px;height:35px;display:flex;align-items:center;border:1px solid #fff;background:rgba(0,0,0,.56);color:#fff;animation:filmibleSearchIn .12s ease both}.filmible-search-inside-icon{width:27px;height:27px;margin-left:7px;margin-right:9px;color:#fff;flex:0 0 auto}.filmible-search-box input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:#fff;font-size:14px;font-weight:500}.filmible-search-box input::placeholder{color:rgba(255,255,255,.62)}.filmible-account{position:relative;display:inline-flex;align-items:center}.filmible-profile-button{display:inline-flex;align-items:center;gap:8px;border:0;padding:0;background:transparent;color:#fff;cursor:pointer}.filmible-profile-avatar{width:34px;height:34px;border-radius:4px;background:#27224f;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1;font-weight:900}.filmible-profile-caret{width:0;height:0;border-top:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;transition:transform .16s ease}.filmible-profile-button.is-open .filmible-profile-caret{transform:rotate(180deg)}.filmible-account-menu{position:absolute;top:52px;right:0;width:232px;padding:12px 0 0;background:rgba(0,0,0,.95);border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 42px rgba(0,0,0,.52);color:#fff;animation:filmibleMenuIn .12s ease both}.filmible-account-menu-tip{position:absolute;top:-10px;right:24px;width:0;height:0;border-bottom:10px solid rgba(255,255,255,.95);border-left:8px solid transparent;border-right:8px solid transparent}.filmible-account-menu-tip:after{content:"";position:absolute;top:2px;left:-7px;width:0;height:0;border-bottom:9px solid rgba(0,0,0,.95);border-left:7px solid transparent;border-right:7px solid transparent}.filmible-account-menu-item{display:flex;align-items:center;gap:13px;min-height:35px;padding:4px 16px;color:#fff;text-decoration:none;font-size:13.5px;font-weight:700}.filmible-account-menu-item span{width:25px;height:25px;color:rgba(255,255,255,.74);flex:0 0 auto}.filmible-account-menu-item:hover strong,.filmible-account-signout:hover{text-decoration:underline}.filmible-account-menu-divider{height:1px;margin-top:10px;background:rgba(255,255,255,.22)}.filmible-account-signout{display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 14px;color:#fff;text-decoration:none;font-size:13.5px;font-weight:800}@keyframes filmibleMenuIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes filmibleSearchIn{0%{opacity:0;transform:translateX(8px)}to{opacity:1;transform:translateX(0)}}@media (max-width:980px){.filmible-header-inner{gap:18px;padding:0 22px}.filmible-nav{gap:14px}.filmible-nav-link{font-size:12px}.filmible-wordmark{font-size:27px}.filmible-search-box{width:230px}}@media (max-width:760px){.filmible-kids-link,.filmible-nav{display:none}.filmible-search-box{width:215px}}.filmible-header-inner{gap:34px!important}.filmible-wordmark{transform:none!important;margin-right:8px!important;font-size:30px!important;letter-spacing:-1.1px!important}.filmible-nav{margin-left:0!important;gap:22px!important}.filmible-kids-link{display:none!important}.filmible-header-actions{gap:18px!important}.filmible-search-box{width:276px!important;height:35px!important;background:rgba(0,0,0,.68)!important}.filmible-search-box input{font-size:14px!important;font-weight:400!important}.filmible-search-inside-icon{width:25px!important;height:25px!important}.filmible-account-menu{width:230px!important;padding-top:12px!important;background:rgba(0,0,0,.96)!important}.filmible-account-menu-item{min-height:34px!important;padding:3px 17px!important;gap:14px!important;font-size:13px!important;font-weight:500!important}.filmible-account-menu-item strong{font-weight:600!important}.filmible-account-menu-item span{width:24px!important;height:24px!important;color:rgba(255,255,255,.72)!important}.filmible-account-menu-divider{margin-top:11px!important;background:rgba(255,255,255,.22)!important}.filmible-account-signout{min-height:46px!important;font-size:13px!important;font-weight:600!important}.filmible-notification{position:relative!important;display:inline-flex!important;align-items:center!important;height:100%!important}.filmible-notification-menu{position:absolute!important;top:52px!important;right:-92px!important;width:405px!important;max-height:min(650px,calc(100vh - 96px))!important;overflow-y:auto!important;overflow-x:hidden!important;background:rgba(0,0,0,.88)!important;border:1px solid rgba(255,255,255,.34)!important;border-top:2px solid rgba(255,255,255,.95)!important;box-shadow:0 22px 58px rgba(0,0,0,.62)!important;color:#fff!important;z-index:1200!important;animation:filmibleMenuIn .12s ease both!important;scrollbar-width:thin!important;scrollbar-color:rgba(255,255,255,.72) rgba(255,255,255,.16)!important}.filmible-notification-menu::-webkit-scrollbar{width:10px!important}.filmible-notification-menu::-webkit-scrollbar-track{background:rgba(255,255,255,.12)!important}.filmible-notification-menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,.68)!important;border-radius:8px!important}.filmible-notification-menu-tip{position:absolute!important;top:-11px!important;right:105px!important;width:0!important;height:0!important;border-bottom:10px solid rgba(255,255,255,.96)!important;border-left:8px solid transparent!important;border-right:8px solid transparent!important}.filmible-notification-item{display:grid!important;grid-template-columns:112px 1fr!important;gap:16px!important;min-height:92px!important;padding:14px 16px!important;color:rgba(255,255,255,.82)!important;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.18)!important;background:rgba(0,0,0,.24)!important}.filmible-notification-item:hover{background:rgba(255,255,255,.07)!important}.filmible-notification-thumb{width:112px!important;height:63px!important;border-radius:4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:start!important;color:#fff!important;font-size:26px!important;font-weight:950!important;letter-spacing:-1px!important;background:linear-gradient(135deg,#1e1e1e,#4b4b4b)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)!important}.filmible-notification-thumb.is-light{background:#f4f4f4!important;color:#e50914!important}.filmible-notification-thumb.is-red{background:linear-gradient(135deg,#5c0005,#e50914)!important}.filmible-notification-thumb.is-blue{background:linear-gradient(135deg,#082342,#1775d1)!important}.filmible-notification-thumb.is-purple{background:linear-gradient(135deg,#201047,#6e48d9)!important}.filmible-notification-thumb.is-green{background:linear-gradient(135deg,#0f3823,#1c9b55)!important}.filmible-notification-thumb.is-gray{background:linear-gradient(135deg,#353535,#dadada)!important;color:#111!important}.filmible-notification-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important;padding-top:1px!important}.filmible-notification-copy strong{color:rgba(255,255,255,.84)!important;font-size:16px!important;line-height:1.18!important;font-weight:600!important}.filmible-notification-copy span{color:rgba(255,255,255,.78)!important;margin-top:2px!important;font-size:15px!important;line-height:1.22!important;font-weight:400!important}.filmible-notification-copy em{margin-top:5px!important;color:rgba(255,255,255,.45)!important;font-size:13px!important;line-height:1.1!important;font-style:normal!important;font-weight:400!important}.filmible-account{height:100%!important}.filmible-account-menu{top:52px!important}@media (max-width:760px){.filmible-notification-menu{right:-58px!important;width:340px!important}.filmible-notification-menu-tip{right:70px!important}.filmible-notification-item{grid-template-columns:92px 1fr!important;gap:12px!important}.filmible-notification-thumb{width:92px!important;height:52px!important}}body .nf-row{position:relative!important}body .nf-row .nf-row-progress-dots{position:absolute!important;top:10px!important;right:4.2vw!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:3px!important;z-index:30!important;pointer-events:none!important}body .nf-row .nf-row-progress-dots span{width:14px!important;height:2px!important;display:block!important;border-radius:999px!important;background:rgba(255,255,255,.32)!important;transition:background .16s ease,width .16s ease!important}body .nf-row .nf-row-progress-dots span.is-active{width:17px!important;background:rgba(255,255,255,.92)!important}body .nf-row.is-continue-row .nf-card-base{background:transparent!important;box-shadow:none!important;overflow:visible!important}body .nf-row.is-continue-row .nf-base-thumb{position:relative!important;overflow:hidden!important;border-radius:3px!important}body .nf-row.is-continue-row .nf-base-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}body .nf-row.is-continue-row .nf-card-base h3,body .nf-row.is-continue-row .watch-progress{display:none!important}body .nf-row.is-continue-row .nf-card-badges{position:absolute!important;left:50%!important;bottom:0!important;transform:translateX(-50%)!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:0!important;max-width:calc(100% - 18px)!important;z-index:6!important;pointer-events:none!important}body .nf-row.is-continue-row .nf-card-badge{min-height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 9px!important;color:#111!important;background:rgba(255,255,255,.96)!important;font-size:11px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 0 0 1px rgba(0,0,0,.08)!important}body .nf-row.is-continue-row .nf-card-badge.is-red{color:#fff!important;background:#e50914!important}body .nf-row.is-continue-row .nf-card-badge.is-light,body .nf-row.is-continue-row .nf-card-badge.is-white{color:#111!important;background:rgba(255,255,255,.96)!important}body .nf-row.is-continue-row .nf-card-badge.is-dark{color:#fff!important;background:rgba(0,0,0,.82)!important}body .nf-row.is-continue-row .nf-continue-progress{width:62%!important;height:3px!important;margin:8px auto 0!important;border-radius:999px!important;overflow:hidden!important;background:rgba(255,255,255,.28)!important}body .nf-row.is-continue-row .nf-continue-progress span{display:block!important;height:100%!important;width:0;border-radius:inherit!important;background:#e50914!important}body .nf-row.is-continue-row .nf-card:hover .nf-base-thumb{filter:brightness(1.04)!important}@media (max-width:760px){body .nf-row .nf-row-progress-dots{right:22px!important}body .nf-row .nf-row-progress-dots span{width:10px!important}body .nf-row .nf-row-progress-dots span.is-active{width:13px!important}body .nf-row.is-continue-row .nf-card-badge{min-height:19px!important;padding:0 6px!important;font-size:9px!important}}body .watch-progress{display:none!important}body .nf-card .nf-card-badges{position:absolute!important;left:50%!important;bottom:0!important;transform:translateX(-50%)!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:0!important;max-width:calc(100% - 18px)!important;z-index:8!important;pointer-events:none!important}body .nf-card .nf-card-badge{min-height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 9px!important;color:#111!important;background:rgba(255,255,255,.96)!important;font-size:11px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 0 0 1px rgba(0,0,0,.08)!important}body .nf-card .nf-card-badge.is-red{color:#fff!important;background:#e50914!important}body .nf-card .nf-card-badge.is-light,body .nf-card .nf-card-badge.is-white{color:#111!important;background:rgba(255,255,255,.96)!important}body .nf-card .nf-card-badge.is-dark{color:#fff!important;background:rgba(0,0,0,.82)!important}body .nf-card .nf-card-badge.is-blue{color:#fff!important;background:#1677ff!important}body .nf-card .nf-card-badge.is-green{color:#fff!important;background:#16a34a!important}body .nf-row.is-continue-row .nf-continue-progress{display:block!important}body .nf-row:not(.is-continue-row) .nf-continue-progress{display:none!important}body .nf-row .nf-row-progress-dots{max-width:92px!important;overflow:hidden!important}body .nf-row .nf-row-progress-dots span{flex:0 0 auto!important}.filmible-static-page{min-height:100vh;background:radial-gradient(circle at 20% 0,rgba(229,9,20,.18),transparent 26rem),radial-gradient(circle at 80% 10%,rgba(42,39,102,.26),transparent 30rem),#050505;color:#fff}.filmible-static-hero{padding:138px 4.2vw 54px;max-width:920px}.filmible-static-eyebrow{display:inline-flex;margin-bottom:18px;color:#e50914;font-size:12px;font-weight:900;letter-spacing:.16em}.filmible-static-hero h1{margin:0;font-size:clamp(38px,5.8vw,82px);font-weight:950}.filmible-static-hero p{max-width:680px;margin:22px 0 0;color:rgba(255,255,255,.76);font-size:clamp(16px,1.55vw,21px);font-weight:500}.filmible-static-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:30px;padding:0 22px;border-radius:4px;background:#fff;color:#111;text-decoration:none;font-size:15px;font-weight:900}.filmible-static-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0 4.2vw 54px}.filmible-static-card{min-height:190px;padding:24px;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.11);box-shadow:0 18px 42px rgba(0,0,0,.35)}.filmible-static-card h2{margin:0;font-size:20px;line-height:1.15;font-weight:900}.filmible-static-card p{margin:12px 0 0;color:rgba(255,255,255,.68);font-size:15px;line-height:1.5}@media (max-width:840px){.filmible-static-hero{padding:118px 22px 42px}.filmible-static-cards{grid-template-columns:1fr;padding:0 22px 42px}}body .filmible-footer{width:min(920px,calc(100% - 8.4vw))!important;margin:86px auto 0!important;padding:38px 0 44px!important;color:rgba(255,255,255,.58)!important;background:transparent!important;border:0!important;text-align:left!important;font-size:13px!important;line-height:1.45!important}body .filmible-footer-question{margin:0 0 22px!important;padding:0!important;color:rgba(255,255,255,.62)!important;font-size:14px!important;font-weight:400!important}body .filmible-footer-question a{color:rgba(255,255,255,.62)!important;text-decoration:none!important}body .filmible-footer-question a:hover{text-decoration:underline!important}body .filmible-footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(150px,1fr))!important;column-gap:42px!important;row-gap:13px!important;margin:0 0 24px!important;padding:0!important;max-width:650px!important}body .filmible-footer-links a{display:inline-flex!important;width:fit-content!important;color:rgba(255,255,255,.56)!important;text-decoration:none!important;font-size:13px!important;line-height:1.3!important;font-weight:400!important;white-space:nowrap!important}body .filmible-footer-links a:hover{text-decoration:underline!important}body .filmible-footer-copy{display:block!important;margin:0!important;padding:0!important;color:rgba(255,255,255,.46)!important;font-size:12px!important;line-height:1.35!important}@media (max-width:760px){body .filmible-footer{width:calc(100% - 44px)!important;margin-top:62px!important;padding-bottom:34px!important}body .filmible-footer-links{grid-template-columns:repeat(2,minmax(120px,1fr))!important;column-gap:24px!important}}.filmible-search{position:relative!important}.filmible-search-results{position:absolute!important;top:43px!important;right:0!important;width:360px!important;max-height:430px!important;overflow-y:auto!important;background:rgba(0,0,0,.94)!important;border:1px solid rgba(255,255,255,.22)!important;border-top:2px solid rgba(255,255,255,.88)!important;box-shadow:0 18px 48px rgba(0,0,0,.62)!important;z-index:1300!important;animation:filmibleMenuIn .12s ease both!important}.filmible-search-result{display:grid!important;grid-template-columns:92px 1fr!important;gap:12px!important;min-height:72px!important;padding:10px 12px!important;color:#fff!important;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.filmible-search-result:hover{background:rgba(255,255,255,.08)!important}.filmible-search-result-thumb{width:92px!important;height:52px!important;border-radius:3px!important;overflow:hidden!important;background:#171717!important}.filmible-search-result-thumb img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}.filmible-search-result-copy{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.filmible-search-result-copy strong{color:#fff!important;font-size:14px!important;font-weight:800!important}.filmible-search-result-copy em,.filmible-search-result-copy strong{line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.filmible-search-result-copy em{margin-top:5px!important;color:rgba(255,255,255,.58)!important;font-size:12px!important;font-style:normal!important}.filmible-search-empty{display:block!important;padding:18px 16px!important;color:rgba(255,255,255,.68)!important;font-size:14px!important;font-weight:600!important}@media (max-width:760px){.filmible-search-results{right:-80px!important;width:310px!important}.filmible-search-result{grid-template-columns:78px 1fr!important}.filmible-search-result-thumb{width:78px!important;height:44px!important}}.filmible-title-page{min-height:100vh;background:#050505;color:#fff}.filmible-title-hero{position:relative;min-height:760px;display:flex;align-items:center;padding:112px 4.2vw 82px;background-size:cover;background-position:50%;overflow:hidden}.filmible-title-fade{position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(180deg,transparent,#050505 82%);pointer-events:none}.filmible-title-content{position:relative;z-index:2;width:min(1180px,100%);display:grid;grid-template-columns:260px minmax(0,720px);align-items:center;gap:42px}.filmible-title-poster-wrap{width:260px}.filmible-title-poster{display:block;width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:8px;box-shadow:0 30px 72px rgba(0,0,0,.72)}.filmible-title-progress{width:74%;height:4px;margin:13px auto 0;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.26)}.filmible-title-progress span{display:block;height:100%;border-radius:inherit;background:#e50914}.filmible-title-copy{max-width:760px}.filmible-title-brand{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:rgba(255,255,255,.84);font-size:12px;font-weight:900;letter-spacing:.13em}.filmible-mini-f{width:24px;height:24px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;background:#e50914;color:#fff;font-size:15px;line-height:1;font-weight:950;letter-spacing:0}.filmible-title-copy h1{margin:0;max-width:760px;font-size:clamp(46px,7vw,96px);line-height:.92;letter-spacing:-.07em;font-weight:950}.filmible-title-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:22px;color:rgba(255,255,255,.74);font-size:14px;font-weight:700}.filmible-title-meta strong{color:#46d369}.filmible-title-rating{padding:2px 7px;border:1px solid rgba(255,255,255,.42);color:rgba(255,255,255,.84)}.filmible-title-description{max-width:680px;margin:22px 0 0;color:rgba(255,255,255,.78);font-size:clamp(16px,1.6vw,20px);line-height:1.55;font-weight:500}.filmible-title-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px}.filmible-title-play,.filmible-title-secondary{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:0 24px;text-decoration:none;font-size:16px;line-height:1;font-weight:900}.filmible-title-play{background:#fff;color:#000}.filmible-title-play:before{content:"▶︎";margin-right:10px;font-size:14px}.filmible-title-play:hover{background:rgba(255,255,255,.82)}.filmible-title-secondary{background:rgba(109,109,110,.74);color:#fff}.filmible-title-secondary:hover{background:rgba(109,109,110,.94)}.filmible-title-access{max-width:680px;margin-top:24px;padding:16px 18px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.48)}.filmible-title-access span{display:block;margin-bottom:5px;color:#fff;font-size:14px;font-weight:900}.filmible-title-access p{margin:0;color:rgba(255,255,255,.66);font-size:14px;line-height:1.45}.filmible-title-access.is-ready{border-color:rgba(70,211,105,.35)}.filmible-title-access.is-locked{border-color:rgba(229,9,20,.4)}.filmible-title-related,.filmible-title-tech{padding:0 4.2vw 54px}.filmible-title-related h2{margin:0 0 16px;font-size:24px;line-height:1;font-weight:900}.filmible-title-related-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.filmible-title-related-card{min-width:0;color:#fff;text-decoration:none}.filmible-title-related-card img{display:block;width:100%;aspect-ratio:16/9;border-radius:5px;object-fit:cover;background:#171717}.filmible-title-related-card strong{display:block;margin-top:9px;font-size:14px;line-height:1.2;font-weight:900}.filmible-title-related-card span{display:block;margin-top:4px;color:rgba(255,255,255,.58);font-size:12px;line-height:1.2}.filmible-title-tech{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.filmible-title-tech div{min-height:156px;padding:20px;border-radius:9px;background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.105)}.filmible-title-tech span{display:block;color:#e50914;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.filmible-title-tech strong{display:block;margin-top:10px;color:#fff;font-size:18px;line-height:1.18;font-weight:900}.filmible-title-tech p{margin:10px 0 0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.5}@media (max-width:900px){.filmible-title-hero{min-height:auto;padding:110px 22px 70px}.filmible-title-content{grid-template-columns:1fr;gap:28px}.filmible-title-poster-wrap{width:min(230px,64vw)}.filmible-title-related,.filmible-title-tech{padding-left:22px;padding-right:22px}.filmible-title-related-grid,.filmible-title-tech{grid-template-columns:1fr}}.filmible-watch-page{min-height:100vh;background:#050505;color:#fff}.filmible-watch-topbar{height:68px;padding:0 4.2vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.58));border-bottom:1px solid rgba(255,255,255,.08)}.filmible-watch-back,.filmible-watch-logo,.filmible-watch-status{color:#fff;text-decoration:none}.filmible-watch-back{font-size:14px;font-weight:800;color:rgba(255,255,255,.82)}.filmible-watch-logo{color:#e50914;font-size:30px;line-height:1;font-weight:950;letter-spacing:-1.2px}.filmible-watch-status{justify-self:end}.filmible-watch-status span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.09);color:rgba(255,255,255,.76);font-size:12px;font-weight:900}.filmible-player-stage{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;padding:28px 4.2vw 48px}.filmible-player-frame{min-width:0;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 28px 80px rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.1)}.filmible-player-art{position:relative;min-height:calc(100vh - 150px);background-size:cover;background-position:50%}.filmible-player-center{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:12px;pointer-events:none}.filmible-player-play{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;padding-left:6px;background:rgba(255,255,255,.92);color:#050505;font-size:34px;box-shadow:0 18px 50px rgba(0,0,0,.45)}.filmible-player-center p{margin:0;color:rgba(255,255,255,.78);font-size:15px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.filmible-player-caption{position:absolute;left:34px;bottom:92px;max-width:760px}.filmible-player-mini{color:#e50914;font-size:12px;font-weight:950;letter-spacing:.14em}.filmible-player-caption h1{margin:10px 0 0;font-size:clamp(38px,5vw,76px);line-height:.94;letter-spacing:-.055em;font-weight:950}.filmible-player-caption p{max-width:620px;margin:14px 0 0;color:rgba(255,255,255,.74);font-size:16px;line-height:1.48;font-weight:500}.filmible-player-bottom{position:absolute;left:24px;right:24px;bottom:22px}.filmible-player-progress{height:5px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.24)}.filmible-player-progress span{display:block;height:100%;border-radius:inherit;background:#e50914}.filmible-player-controls{min-height:44px;display:flex;align-items:center;gap:18px;color:rgba(255,255,255,.86);font-size:14px;font-weight:900}.filmible-player-controls strong{margin-left:4px;margin-right:auto;max-width:42vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.filmible-player-controls em{color:rgba(255,255,255,.56);font-style:normal;font-weight:700}.filmible-watch-panel{min-height:calc(100vh - 150px);padding:24px;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.105);box-shadow:0 24px 68px rgba(0,0,0,.35)}.filmible-watch-label,.filmible-watch-provider span{display:block;color:#e50914;font-size:11px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.filmible-watch-panel h2{margin:12px 0 0;font-size:30px;line-height:1;font-weight:950;letter-spacing:-.035em}.filmible-watch-panel p{margin:14px 0 0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.55}.filmible-watch-actions{display:grid;gap:10px;margin-top:24px}.filmible-watch-primary,.filmible-watch-secondary{min-height:42px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;font-weight:950}.filmible-watch-primary{background:#fff;color:#000}.filmible-watch-secondary{background:rgba(109,109,110,.76);color:#fff}.filmible-watch-provider{margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}.filmible-watch-provider strong{display:block;margin-top:10px;font-size:17px;line-height:1.2;font-weight:950}@media (max-width:980px){.filmible-player-stage{grid-template-columns:1fr;padding:18px 22px 38px}.filmible-player-art,.filmible-watch-panel{min-height:520px}.filmible-watch-topbar{padding:0 22px}.filmible-watch-logo{font-size:25px}}@media (max-width:640px){.filmible-watch-status{display:none}.filmible-watch-topbar{grid-template-columns:1fr auto}.filmible-player-caption{left:18px;right:18px;bottom:84px}.filmible-player-bottom{left:14px;right:14px}.filmible-player-controls{gap:10px;font-size:12px}}body .filmible-header .filmible-profile-button{width:auto!important;height:auto!important;min-height:auto!important;border:0!important;border-radius:0!important;background:transparent!important;text-decoration:none!important;gap:8px!important}body .filmible-header .filmible-profile-avatar,body .filmible-header .filmible-profile-button{padding:0!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}body .filmible-header .filmible-profile-avatar{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;border:0!important;border-radius:4px!important;background:#27224f!important;font-size:15px!important;line-height:1!important;font-weight:900!important}body .filmible-header .filmible-profile-caret{width:0!important;height:0!important;min-width:0!important;min-height:0!important;padding:0!important;border-top:5px solid #fff!important;border-left:5px solid transparent!important;border-right:5px solid transparent!important;border-bottom:0!important;background:transparent!important;box-shadow:none!important}.filmible-settings-page{background:#f4f4f4;color:#111}.filmible-settings-topbar{background:#fff;border-top:1px solid #111;border-bottom:1px solid #ddd}.filmible-settings-topbar-inner{width:min(1240px,calc(100% - 48px));height:68px;margin:0 auto;display:grid;grid-template-columns:220px 1fr auto;gap:20px}.filmible-settings-logo{color:#e50914;text-decoration:none;font-size:31px;line-height:1;font-weight:950;letter-spacing:-1.4px}.filmible-settings-back{color:#111;text-decoration:none;font-size:14px;font-weight:800}.filmible-settings-avatar{width:32px;height:32px;display:grid;place-items:center;background:#27224f;color:#fff;font-size:14px;font-weight:950}.filmible-settings-caret{color:#333}.filmible-settings-shell{width:min(1240px,calc(100% - 48px));margin:38px auto 90px;display:grid;grid-template-columns:245px minmax(0,1fr);gap:48px}.filmible-settings-sidebar{padding-top:16px;display:grid;align-content:start;gap:10px}.filmible-settings-nav-link{min-height:42px;padding:0 8px;border-radius:6px;display:grid;grid-template-columns:28px 1fr;gap:10px;color:#333;text-decoration:none;font-size:15px}.filmible-settings-nav-link span{width:24px;height:24px;display:grid;place-items:center;color:#555;font-size:18px}.filmible-settings-nav-link strong{font-weight:850}.filmible-settings-nav-link.is-active,.filmible-settings-nav-link:hover{background:rgba(0,0,0,.055);color:#000}.filmible-settings-nav-link.is-active span,.filmible-settings-nav-link.is-active strong{color:#000}.filmible-settings-main{max-width:860px}.filmible-settings-heading{margin-bottom:20px}.filmible-settings-heading span{display:block;margin-bottom:6px;color:#e50914;font-size:11px;font-weight:950;letter-spacing:.13em}.filmible-settings-heading h1{margin:0;color:#000;font-size:clamp(36px,4vw,50px);line-height:1;letter-spacing:-.045em;font-weight:950}.filmible-settings-heading p{margin:8px 0 0;color:#333;font-size:18px;line-height:1.35}.filmible-settings-card{margin-top:26px;background:#fff;border:1px solid #cfcfcf;border-radius:8px;overflow:hidden}.filmible-settings-card-title{min-height:72px;padding:18px 22px;display:flex;justify-content:space-between;gap:14px;align-items:center;border-bottom:1px solid #e1e1e1}.filmible-settings-card-title h2{margin:0;color:#111;font-size:20px;font-weight:900}.filmible-settings-card-title span{color:#555;font-size:13px;font-weight:750}.filmible-profile-setting-row,.filmible-settings-action-row,.filmible-settings-row,.filmible-settings-toggle-row{min-height:78px;padding:18px 22px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;border-bottom:1px solid #ececec}.filmible-settings-card .filmible-profile-setting-row:last-child,.filmible-settings-card .filmible-settings-action-row:last-child,.filmible-settings-card .filmible-settings-row:last-child,.filmible-settings-card .filmible-settings-toggle-row:last-child,.filmible-settings-card>:last-child{border-bottom:0}.filmible-profile-setting-row strong,.filmible-settings-action-row strong,.filmible-settings-row strong,.filmible-settings-toggle-row strong{display:block;color:#111;font-size:16px;font-weight:900}.filmible-profile-setting-row p,.filmible-settings-action-row p,.filmible-settings-note,.filmible-settings-row p,.filmible-settings-toggle-row p{margin:5px 0 0;color:#555;font-size:13px;line-height:1.42}.filmible-settings-row a,.filmible-settings-row button{min-height:36px;padding:0 16px;border:0;border-radius:4px;background:#e6e6e6;color:#111;text-decoration:none;display:inline-flex;align-items:center;font-size:13px;font-weight:850;cursor:pointer}.filmible-profile-setting-row,.filmible-settings-action-row{color:#111;text-decoration:none;grid-template-columns:38px 1fr auto}.filmible-profile-setting-row:hover,.filmible-settings-action-row:hover{background:#fafafa}.filmible-settings-icon{width:28px;height:28px;display:grid;place-items:center;color:#333;font-size:20px}.filmible-profile-setting-row em,.filmible-settings-action-row em{color:#111;font-style:normal;font-size:28px;line-height:1}.filmible-profile-setting-row{grid-template-columns:44px 1fr auto auto}.filmible-profile-setting-avatar{width:38px;height:38px;border-radius:5px;display:grid;place-items:center;background:#27224f;color:#fff;font-weight:950}.filmible-settings-pill{padding:5px 8px;border-radius:4px;background:#ececec;color:#333;font-size:12px;font-weight:850}.filmible-settings-pill.blue{background:#cfe3ff;color:#153b68}.filmible-settings-wide-button{width:calc(100% - 44px);min-height:48px;margin:18px 22px 0;border:0;border-radius:4px;background:#d9d9d9;color:#111;font-size:15px;font-weight:900;cursor:pointer}.filmible-settings-note{padding:12px 22px 18px;text-align:center}.filmible-settings-metrics{padding:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.filmible-settings-metrics article{min-height:130px;padding:18px;border-radius:6px;background:#f6f6f6;border:1px solid #e1e1e1}.filmible-settings-metrics span{display:block;color:#555;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.filmible-settings-metrics strong{display:block;margin-top:10px;color:#111;font-size:28px;font-weight:950}.filmible-settings-metrics p{margin:8px 0 0;color:#555;font-size:13px;line-height:1.35}.filmible-edit-profile-layout{padding:24px;display:grid;grid-template-columns:110px 1fr;gap:24px}.filmible-confirm-avatar,.filmible-edit-profile-avatar{width:92px;height:92px;border-radius:8px;display:grid;place-items:center;background:#27224f;color:#fff;font-size:42px;font-weight:950}.filmible-edit-profile-fields{display:grid;gap:16px}.filmible-edit-profile-fields label{display:grid;gap:8px;color:#222;font-size:13px;font-weight:850}.filmible-edit-profile-fields input,.filmible-edit-profile-fields select,.filmible-help-search-card input{min-height:42px;border:1px solid #bdbdbd;border-radius:4px;background:#fff;color:#111;padding:0 12px;font-size:14px;outline:none}.filmible-settings-toggle-row{grid-template-columns:1fr auto}.filmible-settings-toggle-row>span{min-width:50px;min-height:28px;border-radius:999px;background:#111;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.filmible-settings-button-row{margin-top:20px;display:flex;flex-wrap:wrap;gap:12px}.filmible-settings-primary,.filmible-settings-secondary{min-height:44px;padding:0 18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;font-weight:900}.filmible-settings-primary{background:#e50914;color:#fff}.filmible-settings-secondary{background:#d9d9d9;color:#111}.filmible-help-search-card{min-height:58px;padding:0 18px;display:grid;grid-template-columns:34px 1fr;align-items:center;background:#fff;border:1px solid #cfcfcf;border-radius:8px}.filmible-help-search-card span{color:#555;font-size:22px}.filmible-help-search-card input{border:0}.filmible-help-topic-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.filmible-help-topic-card{min-height:154px;padding:22px;background:#fff;border:1px solid #cfcfcf;border-radius:8px}.filmible-help-topic-card h2{margin:0;color:#111;font-size:18px;font-weight:950}.filmible-help-topic-card p{margin:10px 0 0;color:#555;font-size:13px;line-height:1.45}.filmible-confirm-box{padding:34px 24px;text-align:center;display:grid;justify-items:center}.filmible-confirm-box h2{margin:18px 0 0;color:#111;font-size:28px;font-weight:950;letter-spacing:-.035em}.filmible-confirm-box p{max-width:560px;margin:10px 0 6px;color:#555;font-size:14px;line-height:1.5}.filmible-settings-footer{border-top:1px solid #ddd;background:#f8f8f8;padding:44px 0 56px}.filmible-settings-footer div,.filmible-settings-footer p{width:min(1240px,calc(100% - 48px));margin-left:auto;margin-right:auto}.filmible-settings-footer p{margin-top:0;margin-bottom:24px;color:#111;font-size:14px}.filmible-settings-footer a{color:#333;text-decoration:underline;text-underline-offset:2px}.filmible-settings-footer div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 60px;font-size:13px}@media (max-width:920px){.filmible-settings-topbar-inner{grid-template-columns:1fr auto}.filmible-settings-back{display:none}.filmible-settings-shell{grid-template-columns:1fr;gap:22px;margin-top:24px}.filmible-settings-sidebar{display:flex;overflow-x:auto;padding:0 0 8px}.filmible-settings-nav-link{min-width:max-content}.filmible-help-topic-grid,.filmible-settings-metrics{grid-template-columns:1fr}}@media (max-width:620px){.filmible-settings-footer div,.filmible-settings-footer p,.filmible-settings-shell,.filmible-settings-topbar-inner{width:calc(100% - 32px)}.filmible-edit-profile-layout,.filmible-profile-setting-row,.filmible-settings-action-row,.filmible-settings-footer div,.filmible-settings-row{grid-template-columns:1fr}}.filmible-account-access-card{margin-top:22px;background:#fff;border:1px solid #cfcfcf;border-radius:8px;overflow:hidden}.filmible-account-ribbon{width:max-content;min-width:210px;padding:10px 22px;border-radius:0 999px 999px 0;background:linear-gradient(90deg,#372bb4,#a03cdd);color:#fff;font-size:13px;font-weight:950}.filmible-account-access-body{min-height:132px;padding:22px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:start;border-bottom:1px solid #e6e6e6}.filmible-account-access-body h2{margin:0;color:#111;font-size:22px;font-weight:950}.filmible-account-access-body p{max-width:660px;margin:8px 0 0;color:#333;font-size:16px;line-height:1.45}.filmible-account-mini-meta{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.filmible-account-mini-meta span{padding:7px 9px;border-radius:4px;background:#f2f2f2;color:#333;font-size:12px;font-weight:750}.filmible-account-mini-meta strong{color:#111;font-weight:950}.filmible-account-card-link,.filmible-account-profile-summary a{min-height:72px;padding:0 22px;display:grid;grid-template-columns:1fr auto;align-items:center;color:#111;text-decoration:none}.filmible-account-card-link:hover,.filmible-account-profile-summary a:hover{background:#fafafa}.filmible-account-card-link strong{font-size:16px;font-weight:900}.filmible-account-card-link em,.filmible-account-profile-right em{font-style:normal;font-size:28px;line-height:1}.filmible-settings-section-label{margin:32px 0 14px;color:#111;font-size:18px;font-weight:850}.filmible-account-profile-summary{margin-top:10px;background:#fff;border:1px solid #cfcfcf;border-radius:8px;overflow:hidden}.filmible-account-profile-summary h2{margin:0;color:#111;font-size:18px;font-weight:950}.filmible-account-profile-summary p{margin:4px 0 0;color:#555;font-size:13px}.filmible-account-profile-right{display:inline-flex;align-items:center;gap:14px}@media (max-width:620px){.filmible-account-access-body{grid-template-columns:1fr}.filmible-account-ribbon{min-width:170px}}.filmible-account-hero{padding:0;margin-bottom:28px}.filmible-account-hero-content{margin-top:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.filmible-account-hero-content h2{margin:0 0 12px;font-size:26px;line-height:1.2}.filmible-account-hero-content p{margin:0;font-size:16px;line-height:1.55;color:#161616;max-width:720px}.filmible-account-stat-row{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.filmible-account-stat-row span{display:flex;flex-direction:column;gap:5px;padding:16px 18px;border:1px solid #dedede;border-radius:12px;background:#ffffff;color:#575757;font-size:13px;line-height:1.35}.filmible-account-stat-row strong{color:#111111;font-size:17px}.filmible-settings-card{padding:28px 30px;margin-bottom:26px}.filmible-settings-section-label{margin:0 0 20px;font-size:22px;line-height:1.25}.filmible-settings-detail-list{display:grid;gap:14px}.filmible-settings-detail-list>div{display:grid;grid-template-columns:minmax(160px,.7fr) minmax(220px,1.3fr);align-items:center;gap:18px;padding:15px 0;border-bottom:1px solid #eeeeee}.filmible-settings-detail-list>div:last-child{border-bottom:0}.filmible-settings-detail-list span{color:#606060;font-size:14px;line-height:1.35}.filmible-settings-detail-list strong{color:#111111;font-size:16px;line-height:1.35}.filmible-settings-note{margin:22px 0 0;padding:15px 16px;border-radius:12px;background:#f7f7f7;color:#333333;font-size:14px;line-height:1.55;text-align:left}@media (max-width:900px){.filmible-account-hero-content{flex-direction:column}.filmible-account-stat-row{grid-template-columns:1fr}.filmible-settings-detail-list>div{grid-template-columns:1fr;gap:6px}}.filmible-settings-nav-link{gap:12px}.filmible-settings-nav-icon{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.filmible-settings-nav-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.filmible-settings-nav-link{display:flex;align-items:center;gap:14px}.filmible-settings-dropdown-end,.filmible-settings-dropdown-icon,.filmible-settings-nav-icon{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.filmible-settings-dropdown-end svg,.filmible-settings-dropdown-icon svg,.filmible-settings-nav-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.filmible-settings-heading h1{margin:0 0 10px}.filmible-settings-heading p{margin:0 0 28px}.filmible-settings-user-menu{position:relative;display:inline-flex;align-items:center;z-index:80}.filmible-settings-user{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#111111}.filmible-settings-avatar{width:34px;height:34px;border-radius:4px;background:#23204f;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;line-height:1}.filmible-settings-caret{font-size:12px;transform:translateY(-1px)}.filmible-settings-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;width:218px;padding:0;border-radius:8px;background:#ffffff;border:1px solid #d6d6d6;box-shadow:0 8px 24px rgba(0,0,0,.18);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .14s ease,transform .14s ease;overflow:hidden}.filmible-settings-user-menu:focus-within .filmible-settings-dropdown-menu,.filmible-settings-user-menu:hover .filmible-settings-dropdown-menu{opacity:1;transform:translateY(0);pointer-events:auto}.filmible-settings-dropdown-row{min-height:50px;padding:0 16px;display:flex;align-items:center;gap:14px;color:#111111;text-decoration:none;font-size:14px;line-height:1;background:#ffffff}.filmible-settings-dropdown-row:hover{background:#f4f4f4}.filmible-settings-dropdown-row strong{font-size:14px;font-weight:800}.filmible-settings-dropdown-row.is-back{min-height:48px}.filmible-settings-dropdown-row.is-back strong{font-size:14px}.filmible-settings-dropdown-divider{height:1px;background:#e4e4e4}.filmible-settings-dropdown-end{margin-left:auto;opacity:.82}@media (max-width:760px){.filmible-settings-dropdown-menu{right:-8px;width:212px}}.filmible-settings-topbar-inner{display:flex;align-items:center;justify-content:space-between}.filmible-settings-back{display:none!important}.filmible-settings-user-menu .filmible-settings-dropdown-menu,.filmible-settings-user-menu:hover .filmible-settings-dropdown-menu{opacity:0;transform:translateY(-6px);pointer-events:none}.filmible-settings-user-menu.is-open .filmible-settings-dropdown-menu,.filmible-settings-user-menu.is-open:hover .filmible-settings-dropdown-menu{opacity:1;transform:translateY(0);pointer-events:auto}.filmible-settings-user:focus-visible{outline:2px solid #111111;outline-offset:3px}.filmible-settings-user{gap:10px;padding:4px 6px 4px 4px;border-radius:8px}.filmible-settings-user:hover{background:#f3f3f3}.filmible-settings-caret{width:22px;height:22px;border-radius:999px;background:#f2f2f2;border:1px solid #d7d7d7;color:#111111;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;line-height:1;transform:none}.filmible-settings-user-menu.is-open .filmible-settings-caret,.filmible-settings-user:hover .filmible-settings-caret{background:#111111;border-color:#111111;color:#ffffff}.filmible-footer-brand{width:44px;height:44px;margin-bottom:26px;text-decoration:none}.filmible-footer-brand,.filmible-footer-brand-icon{display:inline-flex;align-items:center;justify-content:center}.filmible-footer-brand-icon{width:34px;height:34px;border-radius:8px;background:#e50914;color:#ffffff;font-size:22px;font-weight:950;letter-spacing:-.05em;line-height:1}.filmible-static-page{min-height:68vh;padding:110px 6vw 70px;background:radial-gradient(circle at top left,rgba(229,9,20,.18),transparent 28rem),#080808;color:#ffffff}.filmible-static-hero{max-width:860px;margin:0 auto 34px}.filmible-static-hero span{color:#e50914;display:inline-flex;margin-bottom:14px;font-size:13px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.filmible-static-hero h1{margin:0 0 14px;font-size:clamp(42px,6vw,78px);line-height:.95;letter-spacing:-.06em}.filmible-static-hero p{margin:0;max-width:760px;color:#d8d8d8;font-size:18px;line-height:1.55}.filmible-static-card-list{max-width:860px;margin:0 auto;display:grid;gap:16px}.filmible-static-card,.filmible-static-content-card{border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.055);box-shadow:0 24px 70px rgba(0,0,0,.28)}.filmible-static-card{padding:24px 26px}.filmible-static-card h2,.filmible-static-content-card h2{margin:0 0 10px;color:#ffffff;font-size:24px;line-height:1.2}.filmible-static-card p,.filmible-static-content-card p{margin:0;color:#d5d5d5;font-size:16px;line-height:1.65}.filmible-static-content-card{max-width:860px;margin:0 auto;padding:30px}.filmible-static-content-card h2{margin-top:28px}.filmible-static-content-card h2:first-child{margin-top:0}.filmible-contact-preview-box{margin-top:28px;padding:20px;border-radius:14px;background:rgba(229,9,20,.14);border:1px solid rgba(229,9,20,.35);display:grid;gap:7px}.filmible-contact-preview-box strong{color:#ffffff;font-size:18px}.filmible-contact-preview-box span{color:#e5e5e5;line-height:1.55}@media (max-width:760px){.filmible-static-page{padding:90px 22px 56px}.filmible-static-card,.filmible-static-content-card{padding:22px}}.filmible-footer{padding:54px 6vw 34px;background:#000000;color:#a9a9a9}.filmible-footer-inner{max-width:980px;margin:0 auto}.filmible-footer-brand{margin-bottom:28px}.filmible-footer-grid{display:grid!important;grid-template-columns:repeat(3,minmax(150px,1fr));gap:18px 70px;margin:0 0 28px;align-items:start}.filmible-footer-column{display:flex!important;flex-direction:column;align-items:flex-start;gap:13px;min-width:0}.filmible-footer-column a{display:inline-flex;color:#bdbdbd;text-decoration:none;font-size:14px;line-height:1.3;white-space:nowrap}.filmible-footer-column a:hover{color:#ffffff;text-decoration:underline}.filmible-footer-copy{margin:0;color:#8f8f8f;font-size:13px;line-height:1.4}@media (max-width:760px){.filmible-footer-grid{grid-template-columns:repeat(2,minmax(130px,1fr));gap:16px 34px}}@media (max-width:520px){.filmible-footer-grid{grid-template-columns:1fr}}.filmible-settings-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(229,9,20,.18),transparent 30rem),radial-gradient(circle at 85% 18%,rgba(126,34,206,.16),transparent 26rem),#080808!important;color:#ffffff!important}.filmible-settings-topbar{background:rgba(8,8,8,.92)!important;border-bottom:1px solid rgba(255,255,255,.1)!important;backdrop-filter:blur(16px)}.filmible-settings-logo{color:#e50914!important;text-shadow:0 0 22px rgba(229,9,20,.22)}.filmible-settings-shell{background:transparent!important}.filmible-settings-sidebar{background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:18px!important;padding:14px!important;height:fit-content;box-shadow:0 24px 70px rgba(0,0,0,.28)}.filmible-settings-nav-link{color:#d7d7d7!important;border-radius:12px!important;background:transparent!important}.filmible-settings-nav-link:hover{color:#ffffff!important;background:rgba(255,255,255,.075)!important}.filmible-settings-nav-link.is-active{color:#ffffff!important;background:linear-gradient(135deg,rgba(229,9,20,.88),rgba(126,34,206,.78))!important;box-shadow:0 14px 34px rgba(229,9,20,.22)}.filmible-settings-nav-icon{color:currentColor!important}.filmible-settings-main{color:#ffffff!important}.filmible-settings-heading h1{color:#ffffff!important;text-shadow:0 18px 55px rgba(0,0,0,.45)}.filmible-settings-heading p{color:#d8d8d8!important}.filmible-account-hero{padding:0!important;color:#ffffff!important}.filmible-account-ribbon{background:linear-gradient(135deg,#e50914,#7e22ce)!important;color:#ffffff!important;box-shadow:0 18px 45px rgba(229,9,20,.22)}.filmible-account-hero-content h2{color:#ffffff!important}.filmible-account-hero-content p{color:#d8d8d8!important}.filmible-settings-pill,.filmible-settings-pill.blue{background:rgba(229,9,20,.16)!important;border:1px solid rgba(229,9,20,.35)!important;color:#ffffff!important}.filmible-account-stat-row span{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.13)!important;color:#bdbdbd!important;box-shadow:0 20px 55px rgba(0,0,0,.24)}.filmible-account-stat-row strong{color:#ffffff!important}.filmible-settings-card{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.13)!important;color:#ffffff!important;box-shadow:0 24px 70px rgba(0,0,0,.28)}.filmible-settings-section-label{color:#ffffff!important}.filmible-settings-detail-list>div{border-bottom:1px solid rgba(255,255,255,.11)!important}.filmible-settings-detail-list span{color:#bdbdbd!important}.filmible-settings-detail-list strong{color:#ffffff!important}.filmible-settings-note{background:rgba(229,9,20,.12)!important;border:1px solid rgba(229,9,20,.28)!important;color:#e6e6e6!important}.filmible-settings-footer{border-top:1px solid rgba(255,255,255,.1)!important}.filmible-settings-footer a{color:#bdbdbd!important}.filmible-settings-footer a:hover{color:#ffffff!important}.filmible-settings-caret,.filmible-settings-user:hover{background:rgba(255,255,255,.08)!important}.filmible-settings-caret{border-color:rgba(255,255,255,.18)!important;color:#ffffff!important}.filmible-settings-user-menu.is-open .filmible-settings-caret,.filmible-settings-user:hover .filmible-settings-caret{background:#e50914!important;border-color:#e50914!important;color:#ffffff!important}.filmible-settings-dropdown-menu{border-color:rgba(255,255,255,.18)!important}.filmible-settings-dropdown-menu,.filmible-settings-dropdown-row{background:#ffffff!important;color:#111111!important}.filmible-settings-dropdown-row:hover{background:#f4f4f4!important}.filmible-settings-dropdown-divider{background:#e4e4e4!important}.filmible-settings-page .filmible-settings-main{max-width:920px}.filmible-settings-page .filmible-settings-main,.filmible-settings-page .filmible-settings-main h1,.filmible-settings-page .filmible-settings-main h2,.filmible-settings-page .filmible-settings-main h3,.filmible-settings-page .filmible-settings-main h4,.filmible-settings-page .filmible-settings-main strong{color:#ffffff!important}.filmible-settings-page .filmible-settings-main p,.filmible-settings-page .filmible-settings-main small,.filmible-settings-page .filmible-settings-main span{color:#d4d4d4!important}.filmible-settings-page .filmible-settings-main [class*=box],.filmible-settings-page .filmible-settings-main [class*=card],.filmible-settings-page .filmible-settings-main [class*=panel],.filmible-settings-page .filmible-settings-main [class*=summary],.filmible-settings-page .filmible-settings-main article{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.14)!important;color:#ffffff!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important}.filmible-settings-page .filmible-settings-main [class*=grid]>div,.filmible-settings-page .filmible-settings-main [class*=item],.filmible-settings-page .filmible-settings-main [class*=row],.filmible-settings-page .filmible-settings-main [class*=stat] span,.filmible-settings-page .filmible-settings-main [class*=stat]>div,.filmible-settings-page .filmible-settings-main [class*=tile]{background-color:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.13)!important;color:#ffffff!important}.filmible-settings-page .filmible-settings-main [class*=row]{border-bottom-color:rgba(255,255,255,.12)!important}.filmible-settings-page .filmible-settings-main [class*=description],.filmible-settings-page .filmible-settings-main [class*=eyebrow],.filmible-settings-page .filmible-settings-main [class*=hint],.filmible-settings-page .filmible-settings-main [class*=label],.filmible-settings-page .filmible-settings-main [class*=meta]{color:#bdbdbd!important}.filmible-settings-page .filmible-settings-main input,.filmible-settings-page .filmible-settings-main select,.filmible-settings-page .filmible-settings-main textarea{background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.16)!important;color:#ffffff!important}.filmible-settings-page .filmible-settings-main input::placeholder,.filmible-settings-page .filmible-settings-main textarea::placeholder{color:#a8a8a8!important}.filmible-settings-page .filmible-settings-main [class*=button],.filmible-settings-page .filmible-settings-main a[class*=button],.filmible-settings-page .filmible-settings-main button{border-color:rgba(229,9,20,.45)!important;background:linear-gradient(135deg,#e50914,#7e22ce)!important;color:#ffffff!important;box-shadow:0 14px 34px rgba(229,9,20,.18)!important}.filmible-settings-page .filmible-settings-main [class*=badge],.filmible-settings-page .filmible-settings-main [class*=pill],.filmible-settings-page .filmible-settings-main [class*=status]{background:rgba(229,9,20,.16)!important;border:1px solid rgba(229,9,20,.4)!important;color:#ffffff!important}.filmible-settings-page .filmible-settings-footer{margin-top:38px!important;padding:26px 0 0!important;background:transparent!important;border-top:1px solid rgba(255,255,255,.11)!important}.filmible-settings-page .filmible-settings-footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(140px,1fr))!important;gap:12px 42px!important;background:transparent!important;padding:0!important}.filmible-settings-page .filmible-settings-footer a{color:#9f9f9f!important;font-size:13px!important;text-decoration:none!important}.filmible-settings-page .filmible-settings-footer a:hover{color:#ffffff!important;text-decoration:underline!important}.filmible-settings-page .filmible-settings-main hr{border-color:rgba(255,255,255,.12)!important}@media (max-width:760px){.filmible-settings-page .filmible-settings-footer-links{grid-template-columns:1fr 1fr!important}}.filmible-catalog-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(229,9,20,.18),transparent 30rem),radial-gradient(circle at 85% 16%,rgba(126,34,206,.17),transparent 28rem),#050505;color:#ffffff}.filmible-catalog-hero{min-height:58vh;padding:130px 5vw 70px;background-size:cover;background-position:50%;position:relative}.filmible-catalog-hero:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,#050505);pointer-events:none}.filmible-catalog-hero-inner{position:relative;z-index:1;max-width:850px}.filmible-catalog-hero-inner>span{color:#e50914;display:inline-flex;margin-bottom:14px;font-size:13px;font-weight:950;letter-spacing:.18em}.filmible-catalog-hero h1{margin:0 0 14px;font-size:clamp(52px,7vw,96px);line-height:.92;letter-spacing:-.065em;text-shadow:0 22px 70px rgba(0,0,0,.65)}.filmible-catalog-hero p{max-width:740px;margin:0;color:#e2e2e2;font-size:19px;line-height:1.55}.filmible-catalog-hero-actions{margin-top:28px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.filmible-catalog-hero-actions a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;background:#ffffff;color:#111111;text-decoration:none;font-weight:900}.filmible-catalog-hero-actions small{color:#d7d7d7;font-size:14px}.filmible-catalog-content{position:relative;z-index:2;padding:0 5vw 60px;margin-top:-50px}.filmible-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:22px}.filmible-catalog-grid.compact{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.filmible-catalog-card{min-width:0;overflow:hidden;border-radius:18px;background:rgba(255,255,255,.062);border:1px solid rgba(255,255,255,.13);text-decoration:none;color:#ffffff;box-shadow:0 24px 70px rgba(0,0,0,.28);transition:transform .16s ease,border-color .16s ease,background .16s ease}.filmible-catalog-card:hover{transform:translateY(-6px);border-color:rgba(229,9,20,.52);background:rgba(255,255,255,.085)}.filmible-catalog-poster-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:#151515}.filmible-catalog-poster{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.01);transition:transform .18s ease}.filmible-catalog-card:hover .filmible-catalog-poster{transform:scale(1.06)}.filmible-catalog-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.74))}.filmible-catalog-card-badges{position:absolute;left:12px;right:12px;bottom:12px;display:flex;flex-wrap:wrap;gap:7px}.filmible-catalog-card-badges span{border-radius:999px;padding:6px 9px;background:rgba(229,9,20,.9);color:#ffffff;font-size:11px;font-weight:900}.filmible-catalog-progress{position:absolute;left:12px;right:12px;bottom:0;height:4px;background:rgba(255,255,255,.24)}.filmible-catalog-progress span{display:block;height:100%;background:#e50914}.filmible-catalog-card-copy{padding:17px;display:grid;gap:9px}.filmible-catalog-card-copy strong{color:#ffffff;font-size:18px;line-height:1.15}.filmible-catalog-card-copy>span{color:#bcbcbc;font-size:13px;line-height:1.35}.filmible-catalog-card-copy p{margin:0;min-height:58px;color:#d5d5d5;font-size:13px;line-height:1.48}.filmible-catalog-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:4px}.filmible-catalog-card-bottom em{color:#46d369;font-style:normal;font-size:12px;font-weight:900}.filmible-catalog-card-bottom b{color:#ffffff;font-size:12px;font-weight:900}.filmible-catalog-empty{max-width:720px;border-radius:18px;padding:34px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13)}.filmible-catalog-empty h2{margin:0 0 10px;color:#ffffff;font-size:28px}.filmible-catalog-empty p{margin:0;color:#d4d4d4;line-height:1.6}.filmible-language-wrap{display:grid;gap:42px}.filmible-language-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px;gap:16px}.filmible-language-heading h2{margin:0;color:#ffffff;font-size:32px;letter-spacing:-.04em}.filmible-language-heading span{color:#a8a8a8;font-size:14px}@media (max-width:760px){.filmible-catalog-hero{min-height:48vh;padding:110px 22px 64px}.filmible-catalog-content{padding:0 22px 46px}.filmible-catalog-grid,.filmible-catalog-grid.compact{grid-template-columns:1fr}.filmible-language-heading{align-items:flex-start;flex-direction:column}}.filmible-category-row-page .filmible-catalog-hero{min-height:56vh;padding-bottom:130px}.filmible-category-rows-wrap{position:relative;z-index:3;margin-top:-110px;padding-top:0;padding-bottom:60px}.filmible-category-rows-wrap .row-section:first-child{margin-top:0}.filmible-category-page-heading{margin:34px 0 10px;max-width:840px}.filmible-category-page-heading span{color:#e50914;display:inline-flex;margin-bottom:9px;font-size:12px;font-weight:950;letter-spacing:.18em}.filmible-category-page-heading h2{margin:0 0 8px;color:#ffffff;font-size:clamp(30px,4vw,54px);line-height:.98;letter-spacing:-.055em}.filmible-category-page-heading p{margin:0;max-width:760px;color:#d8d8d8;font-size:16px;line-height:1.55}.filmible-category-empty{margin-top:18px;max-width:720px;border-radius:18px;padding:32px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13)}.filmible-category-empty h2{margin:0 0 10px;color:#ffffff}.filmible-category-empty p{margin:0;color:#d4d4d4}@media (max-width:760px){.filmible-category-row-page .filmible-catalog-hero{min-height:48vh;padding-bottom:100px}.filmible-category-rows-wrap{margin-top:-84px}}.filmible-nav-link{color:rgba(255,255,255,.72)!important;font-weight:700}.filmible-nav-link:hover{color:#ffffff!important}.filmible-nav-link.is-active{color:#ffffff!important;font-weight:950}.filmible-category-rows-wrap{padding-left:0!important;padding-right:0!important}.filmible-category-grid-row{margin:48px 0 28px;padding-left:clamp(36px,5vw,86px);padding-right:clamp(36px,5vw,86px);position:relative;overflow:visible;box-sizing:border-box}.filmible-category-grid-row h2{margin:0 0 18px;color:#ffffff;font-size:26px;line-height:1.1;letter-spacing:-.035em}.filmible-category-fixed-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:38px 14px;align-items:start;overflow:visible}.filmible-category-grid-card{color:#ffffff;text-decoration:none;display:block;position:relative;z-index:1;outline:none}.filmible-category-grid-card:hover{z-index:60}.filmible-category-grid-thumb{position:relative;aspect-ratio:16/9;overflow:visible;border-radius:7px;background:#151515;transition:transform .17s ease}.filmible-category-grid-thumb img{width:100%;height:100%;display:block;object-fit:cover;border-radius:7px;box-shadow:0 18px 46px rgba(0,0,0,.34);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.filmible-category-grid-card:hover .filmible-category-grid-thumb{transform:translateY(-6px) scale(1.12)}.filmible-category-grid-card:hover .filmible-category-grid-thumb img{filter:brightness(.88);box-shadow:0 30px 90px rgba(0,0,0,.62)}.filmible-category-grid-base-shade{position:absolute;inset:0;border-radius:7px;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.58));opacity:.72;pointer-events:none}.filmible-category-grid-badges{position:absolute;left:10px;right:10px;bottom:10px;display:flex;flex-wrap:wrap;gap:6px;z-index:2;transition:opacity .12s ease}.filmible-category-grid-card:hover .filmible-category-grid-badges{opacity:0}.filmible-category-grid-badges span{padding:5px 8px;border-radius:3px;background:#e50914;color:#ffffff;font-size:11px;font-weight:950;line-height:1}.filmible-category-grid-copy,.filmible-category-grid-progress{display:none!important}.filmible-category-grid-hover-panel{position:absolute;left:0;right:0;top:calc(100% - 1px);min-height:142px;padding:14px;border-radius:0 0 8px 8px;background:#181818;border:1px solid rgba(255,255,255,.12);border-top:0;box-shadow:0 28px 90px rgba(0,0,0,.66);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .14s ease,transform .14s ease;z-index:10}.filmible-category-grid-card:hover .filmible-category-grid-hover-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.filmible-category-grid-hover-actions{display:flex;align-items:center;gap:8px;margin-bottom:10px}.filmible-category-grid-hover-actions span{width:31px;height:31px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:950;line-height:1}.filmible-category-grid-play{background:#ffffff;color:#111111}.filmible-category-grid-more,.filmible-category-grid-plus{border:1px solid rgba(255,255,255,.46);color:#ffffff;background:rgba(255,255,255,.08)}.filmible-category-grid-hover-panel strong{display:block;color:#ffffff;font-size:15px;line-height:1.15;margin-bottom:5px}.filmible-category-grid-hover-panel em{display:inline-flex;color:#46d369;font-style:normal;font-size:12px;font-weight:900;margin-bottom:5px}.filmible-category-grid-hover-panel small{display:block;color:#d7d7d7;font-size:11px;line-height:1.35;margin-bottom:6px}.filmible-category-grid-hover-panel p{margin:0 0 8px;color:#e2e2e2;font-size:11px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.filmible-category-grid-hover-panel b{color:#ffffff;font-size:12px;font-weight:950}.filmible-category-lazy-sentinel{min-height:48px;margin-top:20px;color:#9f9f9f;font-size:13px;display:flex;align-items:center}.filmible-category-lazy-sentinel.is-complete{min-height:1px;margin:0;font-size:0}@media (max-width:1400px){.filmible-category-fixed-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1100px){.filmible-category-fixed-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:820px){.filmible-category-fixed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.filmible-category-grid-row{padding-left:22px;padding-right:22px}.filmible-category-fixed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.filmible-category-fixed-grid{grid-template-columns:1fr}}.filmible-catalog-hero-control{margin-top:24px}.filmible-language-filter{width:min(420px,100%);display:grid;gap:9px}.filmible-language-filter label{color:#ffffff;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.filmible-language-select-wrap{position:relative}.filmible-language-select-wrap:after{content:"⌄";position:absolute;right:16px;top:50%;transform:translateY(-54%);color:#ffffff;font-size:18px;font-weight:900;pointer-events:none}.filmible-language-select-wrap select{width:100%;min-height:48px;appearance:none;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:linear-gradient(135deg,rgba(229,9,20,.86),rgba(126,34,206,.78)),#181818;color:#ffffff;padding:0 48px 0 16px;font-size:15px;font-weight:900;outline:none;box-shadow:0 18px 45px rgba(229,9,20,.22)}.filmible-language-select-wrap select:focus{border-color:rgba(255,255,255,.56)}.filmible-language-select-wrap option{background:#181818;color:#ffffff}.filmible-language-filter>span{color:#d5d5d5;font-size:13px;line-height:1.4}.filmible-hero-shell{overflow:hidden!important;background:#050505}.filmible-hero-track{position:absolute;inset:0;z-index:1;width:100%;will-change:transform}.filmible-hero-slide,.filmible-hero-track{display:flex;min-height:inherit;backface-visibility:hidden}.filmible-hero-slide{position:relative;align-items:center;flex:0 0 100%;min-width:100%;padding:inherit;box-sizing:border-box;background-position:50%;background-size:cover}@media (max-width:720px){.filmible-hero-slide{background-image:var(
        --filmible-hero-mobile-background
      )!important}}.nf-slider>.nf-card.is-loop-clone{scroll-snap-align:start}.nf-row.is-top10-row .nf-card:before{content:attr(data-rank)!important}.filmible-hero-shell .filmible-hero-slide{padding-left:4vw!important;padding-right:4vw!important}.filmible-hero-title-two-lines>span{display:block}.filmible-support-message-lines{display:grid;gap:8px;width:100%}.filmible-support-message-line{display:grid;gap:4px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:rgba(255,255,255,.035)}.filmible-support-message-line span{color:#9fb0c9;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.filmible-support-message-line strong{color:#ffffff;font-size:13px;font-weight:800;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.filmible-admin-readable-message-v2{display:grid;gap:8px;width:100%}.filmible-admin-readable-message-row-v2{display:grid;gap:4px;padding:9px 11px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:rgba(255,255,255,.035)}.filmible-admin-readable-message-row-v2 span{color:#9fb0c9;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.filmible-admin-readable-message-row-v2 strong{color:#ffffff;font-size:13px;font-weight:850;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.filmible-admin-readable-message-v2,.filmible-support-message-lines,[class*=Detail] strong,[class*=Modal] [class*=field] strong,[class*=detail] strong,[class*=modal] [class*=field] strong{white-space:pre-wrap!important;overflow-wrap:anywhere!important}body:has([class*=UserRequest]),body:has([class*=user-request]){overflow-y:auto}[class*=Modal],[class*=modal]{overscroll-behavior:contain}[aria-modal=true],[class*=Modal]>div,[class*=modal]>div,[role=dialog]{max-height:calc(100vh - 48px)!important;overflow-y:auto!important;scrollbar-gutter:stable!important}.filmible-admin-readable-message-v2{display:grid!important;gap:8px!important}.filmible-admin-readable-message-row-v2{padding:9px 11px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important;background:rgba(255,255,255,.035)!important}.filmible-admin-readable-message-row-v2 span{display:block!important;margin-bottom:4px!important;color:#9fb0c9!important;font-size:10px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important}.filmible-admin-readable-message-row-v2 strong{display:block!important;color:#fff!important;font-size:13px!important;font-weight:850!important;line-height:1.45!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}:root{--fim-modal-edge-gap:clamp(24px,4vh,46px)}.fim-overlay{z-index:2147483647!important;box-sizing:border-box!important;display:block!important;padding:var(--fim-modal-edge-gap) 18px 0!important;background:transparent!important;-ms-overflow-style:none!important}.fim-fixed-scrim{z-index:0!important;background:rgba(0,0,0,.82)!important;pointer-events:none!important}.fim-scroll-document{position:relative!important;z-index:1!important;box-sizing:border-box!important;display:block!important;width:min(100%,1000px)!important;min-height:max-content!important;margin:0 auto!important;padding:0 0 var(--fim-modal-edge-gap)!important;overflow:visible!important}.fim-modal{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;overflow:hidden!important}.fim-about,.fim-content,.fim-episodes,.fim-related,.fim-section,.fim-summary{overflow:visible!important;overflow-y:visible!important;overscroll-behavior:none!important}.fim-about,.fim-content,.fim-episodes,.fim-related,.fim-related-card,.fim-section,.fim-summary{height:auto!important;min-height:0!important;max-height:none!important;touch-action:pan-y!important}.fim-related-card{overflow:hidden!important}.fim-content::-webkit-scrollbar,.fim-episodes::-webkit-scrollbar,.fim-modal::-webkit-scrollbar,.fim-overlay::-webkit-scrollbar,.fim-related::-webkit-scrollbar,.fim-scroll-document::-webkit-scrollbar,.fim-section::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}@media (max-width:700px){:root{--fim-modal-edge-gap:0px}.fim-overlay{padding-left:0!important;padding-right:0!important}}.fim-overlay,.fim-overlay *{overscroll-behavior:none!important}.fim-about,.fim-content,.fim-episodes,.fim-related,.fim-related-card,.fim-section,.fim-trailer{overflow-y:visible!important;max-height:none!important;touch-action:pan-y!important}.fim-overlay>.fim-scroll-document{position:relative!important;overflow-x:visible!important;overflow-y:visible!important;scrollbar-gutter:auto!important}.fim-overlay>.fim-scroll-document>.fim-modal[role=dialog]{overflow:hidden!important;overflow-y:visible!important;scrollbar-gutter:auto!important}.fim-overlay .fim-content{display:block!important;height:auto!important;min-height:max-content!important;max-height:none!important;overflow:visible!important}.fim-overlay>.fim-scroll-document{padding-bottom:0!important;background:#181818!important;border-radius:7px!important;box-shadow:0 18px 55px rgba(0,0,0,.48)!important}.fim-overlay:after{content:""!important;display:block!important;position:relative!important;z-index:1!important;width:100%!important;pointer-events:none!important}@media (max-width:700px){.fim-overlay>.fim-scroll-document{border-radius:0!important}}.fim-overlay>.fim-scroll-document{min-height:calc(100vh + 140px)!important;background-color:#181818!important;background-clip:padding-box!important}.fim-overlay{align-content:start!important;isolation:isolate!important}body.fim-modal-open,html.fim-modal-open{height:auto!important;overflow-x:hidden!important;overflow-y:auto!important;position:static!important;overscroll-behavior-y:auto!important}.fim-overlay{position:absolute!important;inset:auto 0 auto 0!important;height:auto!important;overflow:visible!important;overflow-y:visible!important;overscroll-behavior:auto!important;touch-action:auto!important}.fim-overlay:after{height:var(--fim-modal-edge-gap)!important;min-height:var(--fim-modal-edge-gap)!important}.fim-fixed-scrim{position:fixed!important;inset:0!important;background:rgba(0,0,0,.55)!important}body.fim-modal-open,html.fim-modal-open{height:100%!important;overflow:hidden!important;overscroll-behavior:none!important}.fim-overlay{position:fixed!important;inset:0!important;width:100%!important;height:100vh!important;min-height:0!important;max-height:none!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;touch-action:pan-y!important;scrollbar-width:none!important}.fim-overlay>.fim-scroll-document{width:min(100%,1000px)!important;min-height:0!important}.fim-overlay .fim-about,.fim-overlay .fim-content,.fim-overlay .fim-episodes,.fim-overlay .fim-related,.fim-overlay .fim-section,.fim-overlay>.fim-scroll-document>.fim-modal[role=dialog]{height:auto!important;min-height:0!important;max-height:none!important;overflow-y:visible!important}.fim-overlay::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.fim-overlay:after{height:0!important;min-height:0!important}.fim-overlay.fim-final-gap-enabled:after{height:var(--fim-modal-edge-gap)!important;min-height:var(--fim-modal-edge-gap)!important}.fim-overlay>.fim-scroll-document{display:block!important;box-sizing:border-box!important;height:auto!important;min-height:max-content!important;max-height:none!important;overflow:visible!important}.fim-overlay>.fim-scroll-document>.fim-modal[role=dialog]{background:#181818!important}.fim-overlay>.fim-scroll-document>.fim-modal[role=dialog],.fim-overlay>.fim-scroll-document>.fim-modal[role=dialog]>.fim-content{display:flow-root!important;box-sizing:border-box!important;height:auto!important;min-height:max-content!important;max-height:none!important;overflow:visible!important}.fim-overlay .fim-related{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}@media (max-width:700px){.fim-overlay .fim-related{grid-template-columns:1fr!important}}html.fim-modal-open{height:100%!important;overflow:hidden!important}body.fim-modal-open{height:auto!important;min-height:100vh!important;max-height:none!important;overflow:hidden!important;position:fixed!important;left:0!important;right:0!important;width:100%!important}.fim-fixed-scrim{background:rgba(0,0,0,.48)!important}.nf-hover-trailer{position:absolute!important;inset:0!important;z-index:4!important;overflow:hidden!important;background:#000!important}.nf-hover-trailer iframe,.nf-hover-trailer video{display:block!important;width:100%!important;height:100%!important;border:0!important;object-fit:cover!important;pointer-events:none!important}.nf-hover-trailer-sound{position:absolute!important;right:12px!important;bottom:10px!important;z-index:5!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;padding:0!important;border:2px solid rgba(255,255,255,.78)!important;border-radius:50%!important;background:rgba(18,18,18,.72)!important;color:#fff!important;font-size:15px!important;line-height:1!important;cursor:pointer!important}.nf-hover-trailer-sound:hover{border-color:#fff!important;background:rgba(18,18,18,.92)!important}.fim-hero-trailer{position:absolute;inset:0;z-index:1;overflow:hidden;background:transparent}.fim-hero-trailer:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,#181818,rgba(24,24,24,.15) 55%,transparent 78%)}.fim-hero-trailer iframe,.fim-hero-trailer video{display:block;width:100%;height:100%;border:0;object-fit:cover;pointer-events:none}.fim-hero-trailer-controls{position:absolute;right:26px;bottom:45px;z-index:2;display:flex;gap:8px}.fim-hero-trailer-controls button{position:relative;width:40px;height:40px;display:grid;place-items:center;padding:0;border:2px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(18,18,18,.72);color:#fff;font-size:16px;line-height:1;cursor:pointer}.fim-hero-trailer-controls button:hover{border-color:#fff;background:rgba(18,18,18,.92)}.fim-hero-trailer-controls small{position:absolute;font-size:9px;font-weight:800}.fim-hero-copy{z-index:2}.fim-hero-trailer{z-index:auto!important;pointer-events:none!important}.fim-hero-trailer iframe,.fim-hero-trailer video{position:absolute!important;inset:0!important;z-index:1!important}.fim-hero-trailer:after{z-index:2!important}.fim-hero-copy{z-index:3!important}.fim-hero-trailer-controls{z-index:5!important;pointer-events:auto!important}.fim-hero-trailer-controls button{pointer-events:auto!important;touch-action:manipulation!important}.nf-hover-trailer-poster{position:absolute!important;inset:0!important;z-index:4!important;display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important;pointer-events:none!important;transition:opacity .16s ease!important}.nf-hover-trailer-poster.is-hidden{opacity:0!important}.nf-hover-trailer iframe{pointer-events:none!important}.nf-hover-trailer-sound{z-index:6!important;pointer-events:auto!important}.nf-page-hover-preview.is-warming{opacity:0!important;pointer-events:none!important;animation:none!important}.nf-hover-loading{position:absolute;inset:0;z-index:7;pointer-events:none}.nf-hover-loading:before{content:"";right:8%;overflow:hidden;background:rgba(255,255,255,.3)}.nf-hover-loading span,.nf-hover-loading:before{position:absolute;left:8%;bottom:9px;height:4px;border-radius:999px}.nf-hover-loading span{width:30%;background:#e50914;animation:nfHoverLoadingBar 1.05s ease-in-out infinite}@keyframes nfHoverLoadingBar{0%{transform:translateX(-100%)}50%{transform:translateX(115%)}to{transform:translateX(335%)}}.nf-hover-click-layer{position:absolute;inset:0;z-index:5;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}.nf-hover-top-mask{position:absolute;left:0;right:0;top:0;z-index:8;display:flex;align-items:center;height:31px;padding:0 9px;background:#000;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-5px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.nf-hover-top-mask span{color:#e50914;font-size:17px;font-weight:900;line-height:1;letter-spacing:-.5px}.nf-hover-controls{position:absolute;left:0;right:0;bottom:0;z-index:9;display:flex;align-items:center;gap:4px;height:39px;padding:5px 7px;background:#000;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(5px);transition:opacity .16s ease,transform .16s ease,visibility .16s}.nf-hover-controls.is-visible,.nf-hover-top-mask.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}.nf-hover-controls button{position:relative;flex:0 0 26px;width:26px;height:26px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.82);border-radius:50%;background:rgba(15,15,15,.82);color:#fff;font-size:12px;line-height:1;cursor:pointer}.nf-hover-controls button small{position:absolute;font-size:7px;font-weight:800}.nf-hover-controls input{--nf-played:0%;--nf-buffered:0%;flex:1 1 auto;min-width:45px;height:3px;margin:0 2px;padding:0;border:0;border-radius:999px;appearance:none;background:linear-gradient(to right,#e50914 0 var(--nf-played),#ff6f78 var(--nf-played) var(--nf-buffered),rgba(255,255,255,.45) var(--nf-buffered) 100%);cursor:pointer;accent-color:#e50914}.nf-hover-controls input::-webkit-slider-thumb{width:10px;height:10px;border:1px solid #fff;border-radius:50%;appearance:none;background:#e50914}.nf-hover-controls input::-moz-range-thumb{width:10px;height:10px;border:1px solid #fff;border-radius:50%;background:#e50914}.nf-hover-controls>span{flex:0 0 auto;color:#fff;font-size:8px;font-variant-numeric:tabular-nums}.nf-hover-trailer-sound{display:none!important}.nf-global-body{position:relative!important;z-index:12!important}.nf-global-art{z-index:1!important}.nf-global-body .hover-actions,.nf-global-body .nf-info-action{position:relative!important;z-index:20!important}.nf-global-body .nf-info-action:after{z-index:21!important}.nf-hover-top-mask{box-sizing:border-box!important;height:45px!important}.nf-hover-controls{box-sizing:border-box!important;padding:8px 7px!important}.nf-hover-controls,.nf-hover-top-mask{height:55px!important}.nf-hover-controls{height:62px!important;padding:11px 7px!important}.filmible-player-live{position:relative!important;overflow:hidden!important;background:#000!important}.filmible-player-live iframe,.filmible-player-live video{position:absolute;inset:0;display:block;width:100%;height:100%;border:0;background:#000;object-fit:contain}.fwp-player{display:block;width:100%;height:264.375px;aspect-ratio:auto;border:0;background:#000}.fwp-player-loading{position:absolute;inset:0;z-index:6;display:grid;place-items:center;pointer-events:none}.fwp-player-loading span{width:54px;height:54px;border:5px solid rgba(255,255,255,.3);border-top-color:#e50914;border-radius:50%;animation:fwpPlayerLoadingSpin .8s linear infinite;filter:drop-shadow(0 2px 5px rgba(0,0,0,.75))}@keyframes fwpPlayerLoadingSpin{to{transform:rotate(1turn)}}.fwp-player-shell{position:relative;height:264.375px;overflow:hidden;background:#000}.fwp-player-click-layer,.fwp-player-shell{width:100%;-webkit-touch-callout:none;user-select:none}.fwp-player-click-layer{position:absolute;inset:0;z-index:2;height:100%;padding:0;border:0;background:transparent;touch-action:manipulation}.fwp-player-start-poster{position:absolute;inset:0;z-index:4;background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;pointer-events:none}.fwp-player-first-play{position:absolute;left:50%;top:50%;z-index:6;display:grid;place-items:center;width:70px;height:70px;padding:0 0 0 4px;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;background:rgba(0,0,0,.72);color:#fff;font-size:31px;cursor:pointer}.fwp-player-top-mask{position:absolute;left:0;right:0;top:0;z-index:7;display:flex;align-items:center;height:52px;padding:0 18px;background:#000;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.fwp-player-top-mask.is-visible{opacity:1;visibility:visible;transform:none}.fwp-player-top-mask span{color:#e50914;font-size:27px;font-weight:900;line-height:1;letter-spacing:-.8px}.fwp-player-controls-v38{position:absolute;left:0;right:0;bottom:0;z-index:7;padding:18px 16px 12px;background:#000;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.fwp-player-controls-v38.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:none}.fwp-player-progress{--fwp-progress:0%;--fwp-buffered:0%;flex:1 1 auto;min-width:80px;height:4px;margin:0 4px;padding:0;border:0;border-radius:999px;appearance:none;background:linear-gradient(to right,#e50914 0 var(--fwp-progress),#ff6f78 var(--fwp-progress) var(--fwp-buffered),rgba(255,255,255,.45) var(--fwp-buffered) 100%);cursor:pointer;accent-color:#e50914}.fwp-player-progress::-webkit-slider-thumb{width:14px;height:14px;border:0;border-radius:50%;appearance:none;background:#e50914;box-shadow:0 0 0 2px rgba(255,255,255,.9)}.fwp-player-progress::-moz-range-thumb{width:14px;height:14px;border:2px solid #fff;border-radius:50%;background:#e50914}.fwp-player-control-row{display:flex;align-items:center;gap:10px}.fwp-player-control-row button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.78);border-radius:50%;background:rgba(0,0,0,.62);color:#fff;font-size:18px;cursor:pointer}.fwp-player-control-row button:hover{background:rgba(255,255,255,.18);border-color:#fff}.fwp-player-control-row button small{position:absolute;font-size:9px;font-weight:800}.fwp-player-control-row span{flex:0 0 auto;color:#fff;font-size:12px;font-variant-numeric:tabular-nums;text-shadow:0 1px 3px #000}.fwp-player-empty{color:#aaa}.fwp-watch-host>.fwp-player-shell{position:absolute;inset:0;width:100%;height:100%}.fwp-watch-host .fwp-player{width:100%;height:100%}.fwp-player-top-mask{justify-content:space-between;pointer-events:none}.fwp-report-flag{display:grid;place-items:center;width:42px;height:42px;padding:7px;border:0;background:transparent;color:#fff;cursor:pointer;pointer-events:auto}.fwp-report-flag svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.fwp-report-flag:hover{color:#e50914}.fwp-player-controls-v38{padding:12px 18px 14px}.fwp-progress-row{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:12px}.fwp-progress-track-wrap{position:relative;flex:1 1 auto;min-width:0}.fwp-progress-track-wrap .fwp-player-progress{display:block;width:calc(100% - 8px)}.fwp-seek-time-tooltip{position:absolute;bottom:calc(100% + 11px);z-index:8;min-width:46px;padding:5px 8px;border:1px solid rgba(255,255,255,.24);border-radius:5px;background:rgba(15,15,15,.96);color:#fff;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;text-align:center;pointer-events:none;transform:translateX(-50%);box-shadow:0 4px 14px rgba(0,0,0,.45)}.fwp-seek-time-tooltip:after{content:"";position:absolute;top:100%;left:50%;border:5px solid transparent;border-top-color:rgba(15,15,15,.96);transform:translateX(-50%)}.fwp-progress-row>span{flex:0 0 auto;min-width:92px;color:#fff;font-size:12px;font-variant-numeric:tabular-nums;text-align:right}.fwp-toolbar-row{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,1.2fr) minmax(260px,1fr);align-items:center;gap:18px}.fwp-toolbar-left,.fwp-toolbar-right{display:flex;align-items:center;gap:9px;min-width:0}.fwp-toolbar-right{justify-content:flex-end}.fwp-control-button{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;padding:0;border:0;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer}.fwp-control-button:focus-visible,.fwp-control-button:hover{color:#e50914}.fwp-seek-button{position:relative;font-size:29px}.fwp-seek-button small{position:absolute;font-size:9px;font-weight:900}.fwp-volume-control{display:flex;align-items:center;min-width:42px}.fwp-volume-button{font-size:22px}.fwp-volume-slider-wrap{width:0;overflow:hidden;opacity:0;transition:width .2s ease,opacity .2s ease}.fwp-volume-control:focus-within .fwp-volume-slider-wrap,.fwp-volume-control:hover .fwp-volume-slider-wrap{width:120px;opacity:1}.fwp-volume-slider-wrap input{display:block;width:108px;height:4px;margin:0 6px;accent-color:#e50914;cursor:pointer}.fwp-current-title{min-width:0;color:#fff;text-align:center;overflow:hidden}.fwp-current-title span,.fwp-current-title strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fwp-current-title strong{font-size:15px}.fwp-current-title span{margin-top:3px;color:#d1d1d1;font-size:12px}.fwp-episode-menu-wrap,.fwp-language-wrap,.fwp-next-wrap{position:relative}.fwp-next-preview{position:absolute;right:0;bottom:52px;z-index:12;display:none;grid-template-columns:150px 180px;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:#181818;box-shadow:0 12px 34px rgba(0,0,0,.75)}.fwp-next-wrap:hover .fwp-next-preview{display:grid}.fwp-next-preview img{width:150px;height:86px;object-fit:cover}.fwp-next-preview div{display:flex;flex-direction:column;justify-content:center;gap:4px;padding:10px;color:#fff}.fwp-next-preview small{color:#aaa}.fwp-next-preview span{color:#d5d5d5;font-size:12px}.fwp-episodes-button{position:relative}.fwp-episodes-button span{position:absolute;width:24px;height:15px;border:2px solid;border-radius:2px;background:#000}.fwp-episodes-button span:first-child{transform:translate(-7px,-6px)}.fwp-episodes-button span:nth-child(2){transform:translate(-3px,-2px)}.fwp-episodes-button span:nth-child(3){transform:translate(1px,2px)}.fwp-episode-panel{position:absolute;right:0;bottom:52px;z-index:14;display:none;width:min(620px,78vw);max-height:min(620px,68vh);overflow:hidden;border:1px solid rgba(255,255,255,.25);border-radius:7px;background:#242424;color:#fff;box-shadow:0 18px 48px rgba(0,0,0,.82)}.fwp-episode-menu-wrap.is-open .fwp-episode-panel,.fwp-episode-menu-wrap:hover .fwp-episode-panel{display:block}.fwp-episode-panel>header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid rgba(255,255,255,.12)}.fwp-episode-panel>header strong{font-size:20px}.fwp-episode-panel>header button{border:0;background:transparent;color:#fff;font-size:27px;cursor:pointer}.fwp-episode-scroll{max-height:min(545px,58vh);overflow-y:auto;scrollbar-color:#777 #252525}.fwp-episode-scroll h4{margin:0;padding:14px 18px 7px;color:#ddd;font-size:15px}.fwp-episode-item{display:grid;grid-template-columns:34px 145px minmax(0,1fr);align-items:center;gap:13px;width:100%;padding:12px 16px;border:0;border-top:1px solid rgba(255,255,255,.08);background:transparent;color:#fff;text-align:left;cursor:pointer}.fwp-episode-item:hover{background:rgba(255,255,255,.08)}.fwp-episode-item.is-current{outline:2px solid #fff;outline-offset:-2px;background:#111}.fwp-episode-number{text-align:center;font-size:16px;font-weight:800}.fwp-episode-item img{width:145px;aspect-ratio:16/9;object-fit:cover}.fwp-episode-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.fwp-episode-copy small{display:-webkit-box;overflow:hidden;color:#d0d0d0;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical}.fwp-episode-copy em{color:#fff;font-size:12px;font-style:normal;font-weight:800}.fwp-language-button{font-size:27px}.fwp-language-panel{position:absolute;right:0;bottom:52px;z-index:14;display:none;width:230px;padding:16px;border:1px solid rgba(255,255,255,.24);border-radius:6px;background:#242424;color:#fff;box-shadow:0 14px 38px rgba(0,0,0,.78)}.fwp-language-wrap.is-open .fwp-language-panel,.fwp-language-wrap:hover .fwp-language-panel{display:grid;gap:8px}.fwp-language-panel strong{margin-top:4px;color:#fff}.fwp-language-panel span{color:#ccc}.fwp-language-panel button{padding:8px 10px;border:1px solid #666;border-radius:4px;background:#111;color:#fff;text-align:left;cursor:pointer}.fwp-fullscreen-button{font-size:29px}.fwp-report-overlay{position:absolute;inset:0;z-index:30;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,.72);pointer-events:auto}.fwp-report-dialog{width:min(480px,92vw);max-height:min(700px,88vh);overflow-y:auto;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#252525;color:#fff;box-shadow:0 22px 70px rgba(0,0,0,.86)}.fwp-report-dialog>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.fwp-report-dialog>header button{border:0;background:transparent;color:#aaa;font-size:30px;cursor:pointer}.fwp-report-options{display:grid;gap:8px}.fwp-report-options>button{display:flex;flex-direction:column;gap:5px;padding:14px 16px;border:1px solid transparent;border-radius:6px;background:transparent;color:#fff;text-align:left;cursor:pointer}.fwp-report-options>button:hover{background:#303030}.fwp-report-options>button.is-selected{border-color:#e50914;background:#333}.fwp-report-options>button strong{font-size:15px}.fwp-report-options>button span{color:#c8c8c8;font-size:13px;line-height:1.4}.fwp-report-fields{display:grid;gap:12px;margin-top:14px}.fwp-report-fields label{display:grid;gap:6px;font-size:13px;font-weight:700}.fwp-report-fields input,.fwp-report-fields textarea{width:100%;padding:10px 11px;border:1px solid #666;border-radius:5px;background:#121212;color:#fff;font:inherit;resize:vertical}.fwp-report-feedback{margin:13px 0 0;padding:10px;border-radius:5px;background:#151515;color:#fff;font-size:13px}.fwp-report-dialog>footer{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.fwp-report-dialog>footer button{padding:10px 15px;border:0;border-radius:5px;background:#555;color:#fff;font-weight:800;cursor:pointer}.fwp-report-dialog>footer button[type=submit]{background:#e50914}.fwp-report-dialog>footer button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:900px){.fwp-toolbar-row{grid-template-columns:1fr auto}.fwp-current-title{grid-row:2;grid-column:1/-1}.fwp-toolbar-right{justify-content:flex-end}.fwp-episode-panel{width:min(560px,92vw)}}@media (max-width:620px){.fwp-player-controls-v38{padding-left:9px;padding-right:9px}.fwp-toolbar-row{display:flex;flex-wrap:wrap;gap:6px}.fwp-toolbar-left,.fwp-toolbar-right{gap:3px}.fwp-current-title{order:3;flex:1 0 100%}.fwp-control-button{width:36px;height:36px;font-size:20px}.fwp-volume-control:focus-within .fwp-volume-slider-wrap,.fwp-volume-control:hover .fwp-volume-slider-wrap{width:82px}.fwp-volume-slider-wrap input{width:72px}.fwp-episode-item{grid-template-columns:25px 100px minmax(0,1fr);padding:10px 8px;gap:8px}.fwp-episode-item img{width:100px}.fwp-report-overlay{padding:10px}}.fwp-player-top-mask{box-sizing:border-box;height:64px;padding:10px 30px 0}.fwp-seek-button,.fwp-seek-icon{overflow:visible}.fwp-seek-icon{display:block;width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.fwp-seek-icon.is-forward{transform:scaleX(-1)}.fwp-seek-icon text{fill:currentColor;stroke:none;font-size:13px;font-family:Arial,sans-serif;font-weight:900}.fwp-seek-icon.is-forward text{transform:scaleX(-1);transform-origin:center}@media (max-width:620px){.fwp-player-top-mask{height:58px;padding:8px 18px 0}.fwp-seek-icon{width:30px;height:30px}}.fwp-player-home{color:#e50914;font-size:27px;font-weight:900;line-height:1;letter-spacing:-.8px;text-decoration:none;pointer-events:auto}.fwp-player-home:focus-visible,.fwp-player-home:hover{color:#ff2530;outline:none;text-shadow:0 0 14px rgba(229,9,20,.4)}.fwp-context-menu{position:absolute;z-index:40;display:grid;width:min(270px,calc(100% - 16px));overflow:hidden;padding:7px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(25,25,25,.98);color:#fff;box-shadow:0 18px 48px rgba(0,0,0,.78);backdrop-filter:blur(10px);pointer-events:auto}.fwp-context-menu>button{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:38px;padding:6px 10px;border:0;border-radius:5px;background:transparent;color:#fff;font:inherit;font-size:14px;font-weight:650;text-align:left;cursor:pointer}.fwp-context-menu>button:focus-visible,.fwp-context-menu>button:hover{background:rgba(255,255,255,.11);color:#fff;outline:none}.fwp-context-menu>button:last-of-type{color:#ff6b73}.fwp-context-icon{display:grid;place-items:center;color:#e50914;font-size:21px;font-weight:800;line-height:1}.fwp-context-feedback{margin:5px 5px 3px;padding:7px 9px;border-radius:4px;background:#0e0e0e;color:#ddd;font-size:12px;text-align:center}@media (max-width:620px){.fwp-player-home{font-size:24px}.fwp-context-menu{width:min(252px,calc(100% - 16px))}.fwp-context-menu>button{min-height:38px;font-size:13px}}.filmible-player-stage.is-unlocked{grid-template-columns:minmax(0,1fr)}.filmible-watch-unlock-box{display:grid;gap:14px;margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}.filmible-watch-balances{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.filmible-watch-balances>div{min-width:0;padding:13px 12px;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:rgba(0,0,0,.28)}.filmible-watch-balances span,.filmible-watch-balances strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filmible-watch-balances span{color:rgba(255,255,255,.58);font-size:11px;font-weight:800}.filmible-watch-balances strong{margin-top:5px;color:#fff;font-size:16px}.filmible-watch-purchase-pin{display:grid;gap:7px;color:rgba(255,255,255,.82);font-size:12px;font-weight:850}.filmible-watch-purchase-pin input{width:100%;min-height:42px;padding:9px 11px;border:1px solid rgba(255,255,255,.28);border-radius:5px;background:#0d0d0d;color:#fff;font:inherit;letter-spacing:.18em}.filmible-watch-purchase-actions{display:grid;gap:9px}.filmible-watch-purchase-actions button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:10px 13px;border:0;border-radius:5px;background:#fff;color:#080808;font:inherit;font-size:13px;font-weight:900;cursor:pointer}.filmible-watch-purchase-actions button:nth-child(2){background:#e50914;color:#fff}.filmible-watch-purchase-actions button:disabled{opacity:.45;cursor:not-allowed}.filmible-watch-purchase-feedback,.filmible-watch-purchase-note{margin:0!important;padding:10px 11px;border-radius:5px;background:rgba(0,0,0,.38);color:rgba(255,255,255,.82)!important;font-size:12px!important}.filmible-watch-purchase-feedback{border-left:3px solid #e50914}.fwp-player-shell{cursor:default}.fwp-player-click-layer{inset:64px 0 96px;width:auto;height:auto;cursor:pointer}.fwp-player-controls-v38.is-wall-visible,.fwp-player-top-mask.is-wall-visible{opacity:1;visibility:visible;transform:none;cursor:default;pointer-events:none}.fwp-player-controls-v38.is-wall-visible>*,.fwp-player-top-mask.is-wall-visible>*{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s}.fwp-player-controls-v38.is-content-visible>*,.fwp-player-top-mask.is-content-visible>*{opacity:1;visibility:visible}.fwp-player-controls-v38.is-content-visible>*,.fwp-player-top-mask.is-content-visible .fwp-player-home,.fwp-player-top-mask.is-content-visible .fwp-report-flag{pointer-events:auto}.fwp-copy-toast{position:absolute;z-index:45;max-width:min(240px,calc(100% - 24px));padding:7px 10px;border:1px solid rgba(255,255,255,.2);border-radius:5px;background:rgba(18,18,18,.97);color:#fff;font-size:12px;font-weight:800;line-height:1.2;white-space:nowrap;pointer-events:none;transform:translateY(-100%);box-shadow:0 8px 24px rgba(0,0,0,.55)}@media (max-width:620px){.fwp-player-click-layer{inset:58px 0 104px}.filmible-watch-balances{grid-template-columns:1fr}}.fwp-player-controls-v38.is-wall-visible{box-shadow:0 -12px 0 #000}.filmible-unavailable-report-button{margin-top:18px;min-height:42px;padding:0 18px;border:1px solid rgba(255,255,255,.65);border-radius:5px;background:rgba(18,18,18,.86);color:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.filmible-unavailable-report-button:hover{border-color:#e50914;background:#e50914;transform:translateY(-1px)}.filmible-unavailable-report-overlay{z-index:10050}.filmible-unavailable-report-button{display:inline-flex!important;align-items:center;justify-content:center;align-self:flex-start;margin-top:14px!important;position:relative;z-index:2}.filmible-unavailable-report-overlay{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;overflow-y:auto!important;background:rgba(0,0,0,.78)!important;z-index:2147483000!important;isolation:isolate}.filmible-unavailable-report-overlay .fwp-report-dialog{position:relative!important;inset:auto!important;transform:none!important;width:min(520px,calc(100vw - 32px))!important;max-width:520px!important;max-height:calc(100dvh - 48px)!important;margin:auto!important;overflow-y:auto!important;overscroll-behavior:contain;z-index:2147483001!important}.filmible-unavailable-report-overlay .fwp-report-dialog footer{position:sticky;bottom:0;z-index:3;padding-top:14px;padding-bottom:2px;background:inherit}@media (max-width:640px){.filmible-unavailable-report-overlay{align-items:flex-start!important;padding:16px!important}.filmible-unavailable-report-overlay .fwp-report-dialog{max-height:calc(100dvh - 32px)!important}}@media (max-width:1450px) and (min-width:1001px){.filmible-title-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.filmible-my-list-control{position:relative;display:inline-flex}.filmible-my-list-control>button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.filmible-my-list-control>button.is-saved{border-color:rgba(70,211,105,.8)!important;background:rgba(31,128,55,.88)!important;color:#fff!important}.filmible-my-list-icon{font-size:1.05em;font-weight:900;transition:transform .18s ease}.filmible-my-list-control>button.is-saved .filmible-my-list-icon{animation:filmible-my-list-check .32s ease}@keyframes filmible-my-list-check{0%{transform:scale(.55) rotate(-18deg)}70%{transform:scale(1.2) rotate(4deg)}to{transform:scale(1) rotate(0)}}.filmible-global-toast,.filmible-my-list-toast{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:2147482000;transform:translateX(-50%);width:max-content;max-width:min(280px,82vw);padding:9px 12px;border:1px solid rgba(70,211,105,.55);border-radius:6px;background:rgba(18,18,18,.97);box-shadow:0 10px 28px rgba(0,0,0,.45);color:#fff;font-size:13px;font-weight:800;pointer-events:none;animation:filmible-my-list-toast-in .2s ease}.filmible-global-toast{position:fixed;left:50%;top:92px;bottom:auto}.fim-library-toast{position:fixed;top:84px}@keyframes filmible-my-list-toast-in{0%{opacity:0;transform:translateX(-50%) translateY(6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}html body .nf-rows-wrap .nf-row.is-top10-row .nf-slider{padding-right:max(220px,12vw)!important;scroll-padding-right:max(220px,12vw)!important}.filmible-profile-avatar{position:relative;overflow:hidden}.filmible-profile-avatar-image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.filmible-profile-avatar-fallback{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}.filmible-profile-avatar.has-image .filmible-profile-avatar-fallback{visibility:hidden}.filmible-settings-avatar{position:relative;overflow:hidden}.filmible-settings-avatar-image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.filmible-settings-avatar-fallback{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}.filmible-settings-avatar.has-image .filmible-settings-avatar-fallback{visibility:hidden}@media screen and (min-width:320px) and (max-width:599px){:root{--filmible-mobile-gutter:clamp(12px,4vw,22px);--filmible-mobile-header-height:118px;--filmible-mobile-bottom-safe:env(safe-area-inset-bottom,0px)}body,html{width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}body{background:#050505}.nf-header{height:var(--filmible-mobile-header-height);padding:max(8px,env(safe-area-inset-top,0px)) var(--filmible-mobile-gutter) 8px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:50px 44px;align-items:center;gap:6px 10px;background:linear-gradient(180deg,rgba(0,0,0,.98),rgba(0,0,0,.94) 78%,rgba(0,0,0,.86));box-shadow:0 8px 26px rgba(0,0,0,.46)}.nf-brand{grid-column:1;grid-row:1;margin:0;min-width:0;gap:8px;font-size:clamp(20px,6vw,25px);letter-spacing:-.6px}.nf-brand-mark{width:34px;height:34px;border-radius:8px}.nf-actions{grid-column:2;grid-row:1;margin:0;gap:0;min-width:42px;justify-content:flex-end}.nf-actions>*{display:none!important}.nf-actions>:has(a[href="/notifications"]),.nf-actions>:has(button[aria-label*=notification i]),.nf-actions>a[href="/notifications"],.nf-actions>button[aria-label*=notification i]{display:grid!important}.nf-actions a[href="/notifications"],.nf-actions button[aria-label*=notification i]{width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:21px;-webkit-tap-highlight-color:transparent}.kids-link,.nf-avatar{display:none!important}.nf-nav{grid-column:1/-1;grid-row:2;width:calc(100vw - (2 * var(--filmible-mobile-gutter)));max-width:100%;display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;padding:2px 1px 6px;font-size:13px;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.nf-nav::-webkit-scrollbar{display:none}.nf-nav a{flex:0 0 auto;min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));color:#f4f4f4;font-weight:750;white-space:nowrap;scroll-snap-align:start;-webkit-tap-highlight-color:transparent}.nf-nav a:active{transform:scale(.97);background:rgba(229,9,47,.22);border-color:rgba(229,9,47,.55)}.nf-billboard.filmible-hero-shell{min-height:min(820px,128svh);padding:calc(var(--filmible-mobile-header-height) + 18px) var(--filmible-mobile-gutter) 54px;align-items:flex-end;background:#050505}.filmible-hero-slide,.filmible-hero-track{min-height:inherit}.filmible-hero-slide{background-image:linear-gradient(180deg,rgba(0,0,0,.04) 30%,rgba(5,5,5,.28) 57%,rgba(5,5,5,.94) 82%,#050505 100%),var(--filmible-hero-mobile-background)!important;background-size:cover!important;background-position:top!important}.filmible-hero-shell .billboard-copy{width:100%;max-width:100%;margin-top:auto;padding-top:52svh;text-align:center;display:flex;flex-direction:column;align-items:center}.show-badge{margin-bottom:8px;font-size:11px;letter-spacing:.18em}.nf-billboard h1{max-width:94%;margin:0 0 12px;font-size:clamp(34px,11vw,58px);line-height:.96;letter-spacing:-2px;text-align:center}.title-meta{justify-content:center;gap:7px 9px;margin:0 0 14px;font-size:clamp(11px,3.4vw,14px);line-height:1.35}.billboard-copy>p{display:none}.billboard-buttons{width:min(100%,360px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.nf-info,.nf-play{min-width:0;min-height:46px;padding:0 14px;border-radius:8px;font-size:15px;-webkit-tap-highlight-color:transparent}.nf-info:active,.nf-play:active{transform:scale(.98)}.billboard-side{display:none}.billboard-fade{height:150px}.nf-rows-wrap{z-index:20;margin-top:0;padding-bottom:calc(88px + var(--filmible-mobile-bottom-safe))}.nf-row{margin:0 0 22px;padding-left:var(--filmible-mobile-gutter);overflow:hidden}.row-title-line{margin-bottom:9px;padding-right:var(--filmible-mobile-gutter)}.row-title-line h2{font-size:clamp(17px,5vw,22px);line-height:1.2;letter-spacing:-.25px}.row-title-line span{display:none}.nf-row-shell{overflow:visible}.nf-slider{grid-auto-columns:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22);gap:7px;overflow-x:auto;overflow-y:hidden;padding:0 var(--filmible-mobile-gutter) 4px 0;margin-top:0;scroll-snap-type:x mandatory;scroll-padding-left:0;touch-action:pan-x;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.nf-card{z-index:1!important;scroll-snap-align:start;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.nf-card:hover{z-index:1}.nf-card-base,.nf-card:hover .nf-card-base{opacity:1!important}.nf-base-thumb,.nf-hover-art{aspect-ratio:2/3;border-radius:8px;background:#171717}.nf-base-thumb img,.nf-hover-art img{object-fit:cover}.nf-hover-card,.nf-row-arrow,.nf-slider-arrow,.row-arrow,[class*=row-arrow i],[class*=slider-arrow i]{display:none!important}.nf-card:active .nf-base-thumb{transform:scale(.985);filter:brightness(.88)}@media screen and (max-width:359px){.nf-slider{grid-auto-columns:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12);gap:6px}.nf-nav a{padding-inline:12px}.nf-billboard h1{font-size:clamp(31px,10.5vw,43px)}}@media screen and (min-width:480px){.filmible-hero-shell .billboard-copy{padding-top:48svh}.nf-slider{grid-auto-columns:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28);gap:9px}}}@media screen and (min-width:320px) and (max-width:599px){:root{--filmible-mobile-gutter:clamp(12px,4vw,22px);--filmible-mobile-header-height:calc(112px + env(safe-area-inset-top, 0px))}html body .filmible-header{height:var(--filmible-mobile-header-height)!important;min-height:var(--filmible-mobile-header-height)!important;padding:env(safe-area-inset-top,0) 0 0!important;background:linear-gradient(180deg,rgba(0,0,0,.98),rgba(0,0,0,.94) 76%,rgba(0,0,0,.84))!important;box-shadow:0 9px 28px rgba(0,0,0,.5)!important}html body .filmible-header-inner{width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:4px var(--filmible-mobile-gutter) 8px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:48px 44px!important;align-items:center!important;gap:5px 10px!important}html body .filmible-header .filmible-wordmark{grid-column:1!important;grid-row:1!important;align-self:center!important;justify-self:start!important;margin:0!important;font-size:clamp(21px,6vw,28px)!important;line-height:1!important}html body .filmible-header .filmible-header-actions{grid-column:2!important;grid-row:1!important;width:auto!important;min-width:42px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:0!important}html body .filmible-header .filmible-account,html body .filmible-header .filmible-search{display:none!important}html body .filmible-header .filmible-notification{display:block!important;position:relative!important}html body .filmible-header .filmible-notification>.filmible-icon-button{width:40px!important;height:40px!important;display:grid!important;place-items:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.07)!important;color:#fff!important}html body .filmible-header .filmible-notification-menu{display:none!important}html body .filmible-header .filmible-nav{grid-column:1/-1!important;grid-row:2!important;width:calc(100vw - (2 * var(--filmible-mobile-gutter)))!important;max-width:none!important;margin:0!important;padding:2px 1px 6px!important;display:flex!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}html body .filmible-header .filmible-nav::-webkit-scrollbar{display:none!important}html body .filmible-header .filmible-nav-link{flex:0 0 auto!important;min-height:34px!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.14)!important;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045))!important;color:#f5f5f5!important;font-size:13px!important;font-weight:750!important;scroll-snap-align:start!important}html body .filmible-header .filmible-nav-link.is-active{border-color:rgba(229,9,47,.72)!important;background:linear-gradient(135deg,rgba(229,9,47,.88),rgba(135,18,160,.82))!important;color:#fff!important}html body .filmible-home .nf-billboard.filmible-hero-shell{min-height:max(760px,calc(100svh + 70px))!important;height:auto!important;padding:0!important;margin:0!important;display:block!important;overflow:hidden!important;background:#050505!important}html body .filmible-home .filmible-hero-slide,html body .filmible-home .filmible-hero-track{min-height:max(760px,calc(100svh + 70px))!important;height:100%!important}html body .filmible-home .filmible-hero-slide{position:relative!important;display:flex!important;align-items:flex-end!important;padding:var(--filmible-mobile-header-height) var(--filmible-mobile-gutter) 42px!important;background-image:linear-gradient(180deg,rgba(0,0,0,.03) 28%,rgba(5,5,5,.18) 52%,rgba(5,5,5,.84) 78%,#050505 100%),var(--filmible-hero-mobile-background)!important;background-size:cover!important;background-position:top!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;z-index:5!important}html body .filmible-home .filmible-hero-slide .show-badge{margin:0 0 8px!important;font-size:11px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{max-width:96%!important;margin:0 0 13px!important;font-size:clamp(34px,11vw,58px)!important;line-height:.96!important;letter-spacing:-2px!important;text-align:center!important}html body .filmible-home .filmible-hero-slide .title-meta{margin:0 0 14px!important;display:flex!important;justify-content:center!important;gap:7px 9px!important;font-size:clamp(11px,3.35vw,14px)!important;line-height:1.35!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{display:none!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{width:min(100%,360px)!important;margin:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{width:100%!important;min-width:0!important;min-height:46px!important;margin:0!important;padding:0 12px!important;border:0!important;border-radius:8px!important;font-size:15px!important;line-height:1!important;cursor:pointer!important}html body .filmible-home .filmible-hero-slide .nf-info-desktop{display:none!important}html body .filmible-home .filmible-hero-slide .nf-info-mobile{display:inline-flex!important;align-items:center!important;justify-content:center!important}html body .filmible-home .filmible-hero-slide .nf-info-mobile:disabled{opacity:.68!important;cursor:wait!important}.filmible-mobile-hero-notice{margin-top:10px!important;padding:8px 12px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(8,8,8,.78)!important;color:#fff!important;font-size:12px!important;font-weight:800!important}html body .filmible-home .billboard-side{display:none!important}html body .filmible-home .nf-rows-wrap{position:relative!important;z-index:20!important;margin:0!important;padding:18px 0 calc(88px + env(safe-area-inset-bottom, 0px))!important;transform:none!important;background:#050505!important}html body .filmible-home .nf-row{margin:0 0 24px!important;padding-left:var(--filmible-mobile-gutter)!important;overflow:hidden!important}html body .filmible-home .row-title-line{min-height:27px!important;margin:0 0 10px!important;padding-right:var(--filmible-mobile-gutter)!important}html body .filmible-home .row-title-line h2{margin:0!important;font-size:clamp(17px,5vw,22px)!important;line-height:1.2!important}html body .filmible-home .nf-row .nf-row-progress-dots,html body .filmible-home .row-title-line>span{display:none!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:7px!important;margin:0!important;padding:0 var(--filmible-mobile-gutter) 4px 0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;touch-action:pan-x!important;-webkit-overflow-scrolling:touch!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;max-width:none!important;height:auto!important;padding:0!important;scroll-snap-align:start!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;opacity:1!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-base-thumb{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:2/3!important;border-radius:8px!important;overflow:hidden!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}html body .filmible-home .nf-page-hover-preview,html body .filmible-home .nf-row .row-arrow,html body .filmible-home .nf-row:not(.is-top10-row) .nf-card-base h3{display:none!important}html body .filmible-home .nf-row.is-continue-row .nf-card-badge{min-height:16px!important;padding:0 4px!important;font-size:7px!important}html body .filmible-home .nf-row.is-continue-row .nf-continue-progress{width:74%!important;height:3px!important;margin:5px auto 0!important}@media screen and (max-width:359px){html body .filmible-header .filmible-nav-link{padding-inline:12px!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider{gap:6px!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important}}}.nf-info-mobile{display:none}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-home .filmible-hero-slide,html body .filmible-home .filmible-hero-track,html body .filmible-home .nf-billboard.filmible-hero-shell{min-height:100svh!important;height:100svh!important}html body .filmible-home .filmible-hero-slide{padding:var(--filmible-mobile-header-height) var(--filmible-mobile-gutter) 18px!important}html body .filmible-home .filmible-hero-slide .billboard-copy{padding-bottom:max(6px,env(safe-area-inset-bottom,0px))!important}html body .filmible-home .filmible-hero-slide .nf-info-desktop{display:none!important}html body .filmible-home .filmible-hero-slide .nf-info-mobile{display:inline-flex!important;align-items:center!important;justify-content:center!important}.filmible-mobile-hero-notice{margin-top:8px!important;padding:7px 11px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;background:rgba(5,5,5,.82)!important;color:#fff!important;font-size:12px!important;font-weight:800!important}}.filmible-mobile-bottom-nav{display:none}@media screen and (min-width:320px) and (max-width:599px){html body{padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px))}html body .filmible-home .filmible-hero-slide{background-image:var(--filmible-hero-mobile-background)!important;background-size:cover!important;background-position:top!important}.filmible-mobile-bottom-nav{position:fixed;z-index:9800;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:calc(64px + env(safe-area-inset-bottom, 0px));padding:6px 10px env(safe-area-inset-bottom,0);border-top:1px solid rgba(255,255,255,.1);background:rgba(7,7,10,.97);box-shadow:0 -12px 36px rgba(0,0,0,.46);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.filmible-mobile-bottom-nav a,.filmible-mobile-bottom-nav button{appearance:none;min-width:0;min-height:56px;display:grid;place-items:center;align-content:center;gap:3px;border:0;border-radius:14px;padding:5px 4px;color:#9d9da7;background:transparent;font:inherit;text-decoration:none;cursor:pointer}.filmible-mobile-bottom-nav svg{width:23px;height:23px;fill:currentColor}.filmible-mobile-bottom-nav span{font-size:11px;font-weight:800;line-height:1}.filmible-mobile-bottom-nav a.is-active{color:#fff;background:rgba(239,16,39,.13);box-shadow:inset 0 0 0 1px rgba(239,16,39,.28)}.filmible-mobile-bottom-nav a.is-active svg{color:#ff2338}.filmible-mobile-nav-avatar{position:relative;width:25px;height:25px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.26);border-radius:50%;color:currentColor;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));font-size:11px;font-weight:900;line-height:1}.filmible-mobile-nav-avatar img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.filmible-mobile-nav-avatar.has-image{border-color:rgba(255,255,255,.42);box-shadow:0 0 0 1px rgba(0,0,0,.55)}.filmible-mobile-nav-avatar.has-image .filmible-mobile-nav-avatar-fallback{visibility:hidden}.filmible-mobile-nav-avatar-fallback{width:100%;height:100%;display:grid;place-items:center}.filmible-mobile-nav-avatar-fallback svg{width:21px;height:21px}.filmible-mobile-bottom-nav a.is-active .filmible-mobile-nav-avatar{border-color:#ff2338;box-shadow:0 0 0 2px rgba(255,35,56,.16)}.filmible-mobile-nav-avatar{width:26px!important;height:26px!important;border-radius:6px!important}.filmible-mobile-nav-avatar img{border-radius:5px!important}.filmible-mobile-profile-sheet{position:fixed;z-index:11000;inset:0;width:100%;min-height:100svh;max-height:100svh;overflow-y:auto;overscroll-behavior:contain;box-sizing:border-box;padding:12px 18px calc(24px + env(safe-area-inset-bottom, 0px));background:radial-gradient(circle at 50% 0,rgba(92,129,188,.22),transparent 30%),linear-gradient(180deg,#35496b,#273a5a 42%,#1d2d49);animation:filmibleMobileProfileFullScreenIn .26s cubic-bezier(.22,.75,.28,1)}}@media screen and (min-width:320px) and (max-width:599px){@keyframes filmibleMobileProfileFullScreenIn{0%{transform:translateY(100%);opacity:.82}to{transform:translateY(0);opacity:1}}.filmible-mobile-profile-sheet-header{position:relative;min-height:66px;display:grid;place-items:center}.filmible-mobile-profile-sheet-handle{position:absolute;top:0;width:38px;height:4px;border-radius:999px;background:rgba(255,255,255,.75)}.filmible-mobile-profile-sheet-header h2{margin:10px 0 0;color:#fff;font-size:1.65rem;font-weight:850;letter-spacing:-.025em}.filmible-mobile-profile-sheet-close{position:absolute;top:8px;right:0;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;color:#eef7ff;background:rgba(139,181,225,.58)}.filmible-mobile-profile-sheet-close svg{width:23px;height:23px}.filmible-mobile-current-profile-card{position:relative;min-height:190px;display:grid;justify-items:center;align-content:center;border-radius:28px;padding:18px;background:linear-gradient(145deg,rgba(92,129,184,.72),rgba(74,103,154,.74));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 36px rgba(8,17,34,.2)}.filmible-mobile-current-profile-edit{position:absolute;top:45px;right:32px;width:42px;height:42px;display:grid;place-items:center;border:0;color:#f2fbff;background:transparent}.filmible-mobile-current-profile-edit svg{width:30px;height:30px}.filmible-mobile-profile-avatar{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#315b93,#233f68);color:#fff;font-weight:900}.filmible-mobile-profile-avatar img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.filmible-mobile-profile-avatar.has-image .filmible-mobile-profile-avatar-fallback{visibility:hidden}.filmible-mobile-profile-avatar.is-current{width:104px;height:104px;border-radius:22px}.filmible-mobile-current-profile-card>strong{margin-top:10px;color:#fff;font-size:1.08rem;font-weight:850}.filmible-mobile-profile-avatar.is-mini{width:66px;height:66px;border-radius:16px}.filmible-mobile-profile-avatar.is-bottom-nav{width:25px;height:25px;border:1px solid rgba(255,255,255,.42);border-radius:6px}.filmible-mobile-profile-mini-grid{margin:26px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:18px 16px}.filmible-mobile-profile-mini-item{width:74px;display:grid;justify-items:center;gap:6px;color:#fff;font-size:.82rem;font-weight:750;text-align:center}.filmible-mobile-profile-add-button,.filmible-mobile-profile-mini-button{position:relative;width:66px;height:66px;display:grid;place-items:center;border:0;border-radius:16px;padding:0;background:transparent}.filmible-mobile-profile-add-button{border:1px solid rgba(255,255,255,.13);color:#fff;background:linear-gradient(145deg,rgba(102,137,192,.92),rgba(73,101,151,.96))}.filmible-mobile-profile-add-button>span{font-size:2.45rem;font-weight:280;line-height:1}.filmible-mobile-profile-mini-pencil{position:absolute;inset:0;display:grid;place-items:center;border-radius:16px;color:#fff;background:rgba(16,27,48,.48)}.filmible-mobile-profile-mini-pencil svg{width:27px;height:27px}.filmible-mobile-profile-manage-toggle{min-height:44px;margin:46px auto 36px;display:block;border:0;border-radius:999px;padding:0 22px;color:#eef8ff;background:linear-gradient(145deg,rgba(100,139,194,.9),rgba(71,102,154,.92));font-size:.92rem;font-weight:800}.filmible-mobile-profile-sheet-links{display:grid;gap:10px}.filmible-mobile-profile-sheet-links a{min-height:62px;display:grid;grid-template-columns:34px 1fr 22px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:0 14px;color:#f2f8ff;background:linear-gradient(145deg,rgba(78,111,164,.78),rgba(58,83,128,.84));text-decoration:none}.filmible-mobile-profile-link-icon{display:grid;place-items:center}.filmible-mobile-profile-link-icon svg{width:25px;height:25px}.filmible-mobile-profile-sheet-links a>svg{width:20px;height:20px}.filmible-mobile-profile-sheet-links strong{font-size:1rem;font-weight:800}.filmible-mobile-profile-sheet{isolation:isolate;padding:14px 22px calc(24px + env(safe-area-inset-bottom, 0px));background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.34),transparent 37%),radial-gradient(circle at 92% 22%,rgba(157,15,35,.2),transparent 32%),radial-gradient(circle at 8% 62%,rgba(111,0,20,.16),transparent 37%),linear-gradient(180deg,#17080d,#10070a 46%,#090609)}.filmible-mobile-profile-sheet:before{content:"";position:fixed;z-index:-1;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.045),transparent 28%,transparent 72%,rgba(229,9,20,.045))}.filmible-mobile-profile-sheet-header{min-height:72px}.filmible-mobile-profile-sheet-handle{width:36px;height:4px;background:rgba(255,255,255,.72)}.filmible-mobile-profile-sheet-header h2{margin-top:11px;font-size:1.62rem}.filmible-mobile-profile-sheet-close{top:8px;right:0;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(229,9,20,.72),rgba(112,7,18,.78));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 22px rgba(0,0,0,.3)}.filmible-mobile-current-profile-card{width:100%;min-height:205px;box-sizing:border-box;border:1px solid rgba(255,255,255,.105);border-radius:28px;padding:20px 18px;background:linear-gradient(145deg,rgba(121,20,36,.43),rgba(42,12,21,.68));box-shadow:inset 0 1px 0 rgba(255,255,255,.07),inset 0 -1px 0 rgba(229,9,20,.08),0 18px 42px rgba(0,0,0,.28);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.filmible-mobile-profile-avatar.is-current{width:100px;height:100px;border:2px solid rgba(255,255,255,.12);border-radius:22px;box-shadow:0 12px 26px rgba(0,0,0,.34),0 0 0 1px rgba(229,9,20,.09)}.filmible-mobile-current-profile-card>strong{margin-top:11px;font-size:1.05rem}.filmible-mobile-current-profile-edit{top:48px;right:28px;color:#fff4f5}.filmible-mobile-current-profile-edit svg{width:28px;height:28px}.filmible-mobile-profile-mini-grid{width:min(250px,100%);margin-top:27px;gap:17px 12px}.filmible-mobile-profile-mini-item{width:72px;gap:6px;font-size:.8rem}.filmible-mobile-profile-add-button,.filmible-mobile-profile-avatar.is-mini,.filmible-mobile-profile-mini-button{width:64px;height:64px;border-radius:15px}.filmible-mobile-profile-avatar.is-mini{border:1px solid rgba(255,255,255,.11);box-shadow:0 9px 20px rgba(0,0,0,.26)}.filmible-mobile-profile-add-button{border:1px solid rgba(255,255,255,.105);background:linear-gradient(145deg,rgba(129,25,42,.58),rgba(54,14,24,.82));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 9px 20px rgba(0,0,0,.25);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.filmible-mobile-profile-add-button>span{font-size:2.25rem}.filmible-mobile-profile-mini-pencil{border-radius:15px;background:linear-gradient(145deg,rgba(229,9,20,.48),rgba(30,4,10,.68));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.filmible-mobile-profile-manage-toggle{min-height:43px;margin:50px auto 42px;border:1px solid rgba(255,255,255,.11);padding:0 23px;color:#fff;background:linear-gradient(145deg,rgba(178,18,39,.72),rgba(94,9,24,.8));box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 10px 26px rgba(0,0,0,.25);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.filmible-mobile-profile-sheet-links{gap:9px}.filmible-mobile-profile-sheet-links a{min-height:59px;grid-template-columns:32px 1fr 20px;gap:10px;border:1px solid rgba(255,255,255,.085);border-radius:11px;padding:0 14px;background:linear-gradient(145deg,rgba(105,18,34,.43),rgba(39,11,19,.67));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 22px rgba(0,0,0,.19);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.filmible-mobile-profile-link-icon{color:#fff}.filmible-mobile-profile-link-icon svg{width:23px;height:23px}.filmible-mobile-profile-sheet-links strong{font-size:.98rem}.filmible-mobile-profile-sheet-links a>svg{color:rgba(255,255,255,.88)}}@media screen and (min-width:320px) and (max-width:359px){.filmible-mobile-profile-sheet{padding-right:16px;padding-left:16px}.filmible-mobile-current-profile-card{min-height:190px}.filmible-mobile-profile-avatar.is-current{width:92px;height:92px}.filmible-mobile-current-profile-edit{right:20px}.filmible-mobile-profile-manage-toggle{margin-top:42px;margin-bottom:34px}}@media screen and (min-width:320px) and (max-width:599px){.filmible-mobile-profile-sheet{display:flex;flex-direction:column}.filmible-mobile-profile-sheet-handle{position:absolute;top:0;width:66px;height:24px;border:0;border-radius:999px;padding:0;background:transparent;touch-action:none;cursor:grab}.filmible-mobile-profile-sheet-handle:before{content:"";position:absolute;top:3px;left:50%;width:36px;height:4px;transform:translateX(-50%);border-radius:999px;background:rgba(255,255,255,.76)}.filmible-mobile-profile-sheet-handle:active{cursor:grabbing}.filmible-mobile-current-profile-avatar-button{position:relative;display:grid;place-items:center;border:0;border-radius:22px;padding:0;background:transparent}.filmible-mobile-current-profile-pencil{position:absolute;inset:0;display:grid;place-items:center;border-radius:22px;color:#fff;background:linear-gradient(145deg,rgba(229,9,20,.52),rgba(26,3,8,.7));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.filmible-mobile-current-profile-pencil svg{width:34px;height:34px}.filmible-mobile-profile-sheet-links{width:100%;margin-top:auto;padding-top:34px}.filmible-mobile-profile-link-icon,.filmible-mobile-profile-link-icon svg{color:#fff!important}.filmible-mobile-profile-sheet-links button{min-height:59px;display:grid;grid-template-columns:32px 1fr 20px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.085);border-radius:11px;padding:0 14px;color:#f2f8ff;background:linear-gradient(145deg,rgba(105,18,34,.43),rgba(39,11,19,.67));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 22px rgba(0,0,0,.19);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);text-align:left}.filmible-mobile-profile-sheet-links button>svg{width:20px;height:20px}.filmible-mobile-profile-sheet-links button strong{font-size:.98rem;font-weight:800}.filmible-mobile-account-subpanel{position:fixed;z-index:11020;inset:0;min-height:100svh;max-height:100svh;overflow-y:auto;box-sizing:border-box;padding:18px 22px calc(26px + env(safe-area-inset-bottom, 0px));background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.3),transparent 34%),linear-gradient(180deg,#17080d,#10070a 48%,#090609);touch-action:pan-y;animation:filmibleMobileAccountPanelIn .26s cubic-bezier(.22,.75,.28,1)}}@media screen and (min-width:320px) and (max-width:599px){@keyframes filmibleMobileAccountPanelIn{0%{transform:translateX(100%);opacity:.85}to{transform:translateX(0);opacity:1}}.filmible-mobile-account-subpanel-header{position:relative;min-height:62px;display:grid;place-items:center;margin-bottom:18px}.filmible-mobile-account-subpanel-header h2{margin:0;color:#fff;font-size:1.65rem;font-weight:850}.filmible-mobile-account-back{position:absolute;left:0;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:50%;color:#fff;background:linear-gradient(145deg,rgba(178,18,39,.72),rgba(94,9,24,.8))}.filmible-mobile-account-back svg{width:22px;height:22px}.filmible-mobile-account-menu{display:grid;gap:10px;border:1px solid rgba(255,255,255,.075);border-radius:18px;padding:12px;background:linear-gradient(145deg,rgba(105,18,34,.36),rgba(31,9,16,.64));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 40px rgba(0,0,0,.24);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.filmible-mobile-account-menu a{min-height:54px;display:grid;grid-template-columns:30px 1fr 20px;align-items:center;gap:10px;border-radius:11px;padding:0 12px;color:#fff;text-decoration:none;background:transparent}.filmible-mobile-account-menu a.is-active{background:linear-gradient(90deg,#e50914,#a11bc1);box-shadow:0 10px 24px rgba(84,5,29,.32)}.filmible-mobile-account-menu a>svg{width:19px;height:19px}.filmible-mobile-account-menu strong{font-size:.98rem;font-weight:800}.filmible-mobile-account-menu-icon{display:grid;place-items:center;color:#fff;font-size:1.05rem;font-weight:800}}@media screen and (min-width:320px) and (max-width:359px){.filmible-mobile-account-subpanel{padding-right:16px;padding-left:16px}}@media screen and (min-width:320px) and (max-width:599px){.filmible-mobile-account-close{position:absolute;right:0;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:50%;color:#fff;background:linear-gradient(145deg,rgba(229,9,20,.78),rgba(112,7,18,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 8px 22px rgba(0,0,0,.28)}.filmible-mobile-account-close svg{width:22px;height:22px}.filmible-mobile-account-menu{display:grid;gap:10px;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.filmible-mobile-account-menu a,.filmible-mobile-account-menu a.is-active{min-height:58px;display:grid;grid-template-columns:30px 1fr 20px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.085);border-radius:11px;padding:0 14px;color:#fff;text-decoration:none;background:linear-gradient(145deg,rgba(105,18,34,.43),rgba(39,11,19,.67));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 22px rgba(0,0,0,.19);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}}.filmible-settings-mobile-header{display:none}@media screen and (min-width:320px) and (max-width:599px){.filmible-settings-page{min-height:100svh;padding:0 18px 34px;overflow-x:hidden;background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.28),transparent 34%),linear-gradient(180deg,#17080d,#10070a 48%,#090609);touch-action:pan-y}.filmible-settings-mobile-header{position:sticky;z-index:80;top:0;min-height:92px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;margin-bottom:12px;background:linear-gradient(180deg,rgba(61,4,14,.98),rgba(28,5,10,.94))}.filmible-settings-mobile-header h1{margin:0;color:#fff;font-size:1.65rem;font-weight:850;text-align:center}.filmible-settings-mobile-back,.filmible-settings-mobile-close{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:50%;color:#fff;background:linear-gradient(145deg,rgba(178,18,39,.72),rgba(94,9,24,.82))}.filmible-settings-mobile-close{background:linear-gradient(145deg,rgba(229,9,20,.78),rgba(112,7,18,.86))}.filmible-settings-mobile-back svg,.filmible-settings-mobile-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.filmible-settings-footer,.filmible-settings-heading,.filmible-settings-sidebar,.filmible-settings-topbar{display:none!important}.filmible-settings-main,.filmible-settings-shell{display:block;width:100%;max-width:none;margin:0;padding:0}.filmible-mobile-account-menu-icon svg{width:19px;height:19px}.filmible-mobile-account-menu,.filmible-mobile-account-subpanel,.filmible-settings-main,.filmible-settings-page{scrollbar-width:none;-ms-overflow-style:none}}@media screen and (min-width:320px) and (max-width:599px){.filmible-mobile-account-menu::-webkit-scrollbar,.filmible-mobile-account-subpanel::-webkit-scrollbar,.filmible-settings-main::-webkit-scrollbar,.filmible-settings-page::-webkit-scrollbar{width:0;height:0;display:none;background:transparent}.filmible-settings-page{padding-left:14px;padding-right:14px;padding-bottom:28px;background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.28),transparent 34%),linear-gradient(180deg,#19070c,#11060a 44%,#090509)}.filmible-settings-main{display:grid;gap:16px;padding-bottom:26px}.filmible-account-hero{position:relative;overflow:hidden;display:grid;gap:16px;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px 16px;background:linear-gradient(150deg,rgba(123,8,26,.82),rgba(44,8,16,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 40px rgba(0,0,0,.26)}.filmible-account-hero:before{content:"";position:absolute;inset:-18% -10% auto auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(170,70,255,.18),rgba(170,70,255,0));pointer-events:none}.filmible-account-ribbon{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:40px;border-radius:999px;padding:0 18px;color:#fff;background:linear-gradient(90deg,#f20f38,#ad1ee7);box-shadow:0 12px 24px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.12);font-size:.92rem;font-weight:900;letter-spacing:.01em}.filmible-account-hero-content{display:grid;gap:14px}.filmible-account-hero-content h2{margin:0;color:#fff;font-size:2rem;line-height:1.04;letter-spacing:-.03em}.filmible-account-hero-content p{margin:0;max-width:32ch;color:rgba(255,255,255,.84);font-size:1rem;line-height:1.6}.filmible-settings-pill.blue{width:fit-content;max-width:100%;justify-self:start;border:1px solid rgba(255,90,101,.36);border-radius:12px;padding:10px 14px;color:#fff;background:linear-gradient(145deg,rgba(96,13,23,.78),rgba(47,8,13,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);font-size:.84rem;font-weight:850}.filmible-settings-card{display:grid;gap:14px;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px 16px;background:linear-gradient(180deg,rgba(19,19,22,.96),rgba(11,11,14,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 40px rgba(0,0,0,.25)}.filmible-settings-section-label{margin:0;color:rgba(248,248,248,.92);font-size:1.9rem;line-height:1.06;letter-spacing:-.03em}.filmible-settings-note{margin:0;border:1px solid rgba(229,9,20,.2);border-radius:16px;padding:15px 14px;color:rgba(255,228,230,.92);background:linear-gradient(180deg,rgba(77,15,19,.62),rgba(44,10,12,.72));line-height:1.62}.filmible-settings-card a[href="/subscription"],.filmible-settings-primary,.filmible-settings-wide-button{min-height:52px;border-radius:14px;padding:0 18px;color:#fff;background:linear-gradient(90deg,#f20f38,#ad1ee7);box-shadow:0 14px 28px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.12);font-weight:900}.filmible-account-hero{padding:20px 18px}.filmible-account-hero-content{padding:6px 6px 2px}.filmible-account-hero-content .filmible-settings-pill.blue,.filmible-account-hero-content h2,.filmible-account-hero-content p,.filmible-account-ribbon{margin-left:2px}}@media (max-width:599px){.filmible-settings-page{min-height:100dvh;height:auto;overflow-x:hidden;overflow-y:visible;touch-action:pan-y;overscroll-behavior-y:auto}.filmible-settings-main,.filmible-settings-shell{min-height:0;height:auto;overflow:visible;touch-action:pan-y}}@media (hover:none),(max-width:700px),(pointer:coarse){html body .filmible-home .nf-row .nf-slider,html body .nf-rows-wrap .nf-row .nf-slider{overflow-x:auto!important;overflow-y:hidden!important;touch-action:auto!important;overscroll-behavior:auto!important;overscroll-behavior-inline:auto!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}html body .filmible-home .nf-row .nf-card,html body .filmible-home .nf-row .nf-card *,html body .nf-rows-wrap .nf-row .nf-card,html body .nf-rows-wrap .nf-row .nf-card *{touch-action:auto!important}html body .nf-row .row-arrow,html body .nf-row .row-arrow.show,html body .nf-row:hover .row-arrow,html body .nf-row:hover .row-arrow.show{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}html body .nf-page-hover-preview,html body .nf-page-hover-preview.is-closing,html body .nf-page-hover-preview.is-warming{display:none!important;visibility:hidden!important;pointer-events:none!important}html body .nf-card.is-preview-source .nf-card-base{opacity:1!important;visibility:visible!important}}@media (hover:none),(max-width:900px),(pointer:coarse){body:not(.fim-modal-open),html:not(.fim-modal-open){overscroll-behavior-y:auto!important}body:not(.fim-modal-open) :where(main,article,section,[role=main],[role=list],[role=grid],[class*=grid i],[class*=list i],[class*=card i]):not([role=dialog],[aria-modal=true],[class*=modal i],[class*=popup i],[class*=drawer i],[class*=overlay i],[class*=backdrop i],[class*=player i],[class*=slider i],[class*=carousel i],[class*=mobile-nav i],[class*=bottom-nav i]){touch-action:pan-y!important}body:not(.fim-modal-open) :where(.nf-slider,[class*=horizontal i],[class*=carousel i],[class*=tableScroll],[class*=table-scroll i],[style*="overflow-x: auto"],[style*="overflow-x:auto"],[style*="overflow-x: scroll"],[style*="overflow-x:scroll"]):not(input,textarea,select,button,[role=slider],[class*=player i],[class*=modal i],[class*=popup i],[class*=drawer i],[class*=mobile-nav i],[class*=bottom-nav i]){touch-action:pan-x pan-y!important;overscroll-behavior-y:auto!important}body:not(.fim-modal-open) :where(.filmible-category-fixed-grid,.filmible-category-grid-row,.filmible-title-related-grid,.filmible-static-card-list,.filmible-static-cards,.filmible-footer-grid),body:not(.fim-modal-open) :where(.filmible-category-fixed-grid,.filmible-category-grid-row,.filmible-title-related-grid,.filmible-static-card-list,.filmible-static-cards,.filmible-footer-grid) *{touch-action:pan-y!important}}.filmible-category-mobile-row-only{display:none}.filmible-category-desktop-grid-only{display:block}@media screen and (min-width:320px) and (max-width:599px){.filmible-category-desktop-grid-only{display:none!important}.filmible-category-mobile-row-only{display:block!important;min-width:0}.filmible-category-responsive-row{display:block;min-width:0}.filmible-category-mobile-row-only>.nf-row{margin-top:0!important}.filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-base-thumb{aspect-ratio:2/3!important}.filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}html body .filmible-category-row-page .filmible-category-rows-wrap{position:relative!important;z-index:20!important;padding:18px 0 calc(88px + env(safe-area-inset-bottom, 0px))!important;background:#050505!important}html body .filmible-category-mobile-row-only>.nf-row{margin:0 0 24px!important;padding-left:var(--filmible-mobile-gutter)!important;overflow:hidden!important}html body .filmible-category-mobile-row-only .row-title-line{min-height:27px!important;margin:0 0 10px!important;padding-right:var(--filmible-mobile-gutter)!important}html body .filmible-category-mobile-row-only .row-title-line h2{margin:0!important;font-size:clamp(17px,5vw,22px)!important;line-height:1.2!important;letter-spacing:-.25px!important}html body .filmible-category-mobile-row-only .nf-row-progress-dots,html body .filmible-category-mobile-row-only .row-title-line>span{display:none!important}html body .filmible-category-mobile-row-only .nf-row-shell{overflow:visible!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:7px!important;margin:0!important;padding:0 var(--filmible-mobile-gutter) 4px 0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;touch-action:auto!important;overscroll-behavior-inline:auto!important;-webkit-overflow-scrolling:touch!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;max-width:none!important;height:auto!important;padding:0!important;scroll-snap-align:start!important;z-index:1!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;opacity:1!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-base-thumb{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:2/3!important;border-radius:8px!important;overflow:hidden!important;background:#171717!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}html body .filmible-category-mobile-row-only .nf-page-hover-preview,html body .filmible-category-mobile-row-only .nf-row .row-arrow,html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-card-base h3{display:none!important}html body .filmible-category-mobile-row-only .nf-card-badges{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:100%!important;overflow:hidden!important}html body .filmible-category-mobile-row-only .nf-card-badge{min-height:16px!important;max-width:100%!important;padding:0 4px!important;font-size:7px!important;line-height:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .filmible-category-mobile-row-only .nf-row.is-continue-row .nf-continue-progress{width:74%!important;height:3px!important;margin:5px auto 0!important}}@media screen and (min-width:320px) and (max-width:599px){@media screen and (max-width:359px){html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider{gap:6px!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important}}@media screen and (min-width:480px){html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider{gap:9px!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important}}}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-category-row-page .filmible-category-rows-wrap{position:relative!important;z-index:20!important;padding:18px 0 calc(88px + env(safe-area-inset-bottom, 0px))!important;background:#050505!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row{margin:0 0 24px!important;padding-left:var(--filmible-mobile-gutter)!important;overflow:hidden!important}html body .filmible-category-row-page .filmible-category-rows-wrap .row-title-line{min-height:27px!important;margin:0 0 10px!important;padding-right:var(--filmible-mobile-gutter)!important}html body .filmible-category-row-page .filmible-category-rows-wrap .row-title-line h2{margin:0!important;font-size:clamp(17px,5vw,22px)!important;line-height:1.2!important;letter-spacing:-.25px!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row-progress-dots,html body .filmible-category-row-page .filmible-category-rows-wrap .row-title-line>span{display:none!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row-shell{overflow:visible!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:7px!important;margin:0!important;padding:0 var(--filmible-mobile-gutter) 4px 0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;touch-action:auto!important;overscroll-behavior:auto!important;overscroll-behavior-inline:auto!important;-webkit-overflow-scrolling:touch!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;max-width:none!important;height:auto!important;padding:0!important;scroll-snap-align:start!important;z-index:1!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;opacity:1!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:2/3!important;border-radius:8px!important;overflow:hidden!important;background:#171717!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-page-hover-preview,html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-card-base h3,html body .filmible-category-row-page .filmible-category-rows-wrap .row-arrow{display:none!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-card-badges{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:100%!important;overflow:hidden!important;flex-wrap:nowrap!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-card-badge{min-height:16px!important;max-width:100%!important;padding:0 4px!important;font-size:7px!important;line-height:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row.is-continue-row .nf-continue-progress{width:74%!important;height:3px!important;margin:5px auto 0!important}@media screen and (max-width:359px){html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider{gap:6px!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important}}@media screen and (min-width:480px){html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider{gap:9px!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important}}}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-category-row-page .filmible-catalog-hero{background-image:linear-gradient(90deg,rgba(0,0,0,.94) 0,rgba(0,0,0,.72) 48%,rgba(0,0,0,.42) 76%,rgba(0,0,0,.82) 100%),var(--filmible-category-mobile-poster)!important;background-size:cover!important;background-position:top!important;background-repeat:no-repeat!important}}.filmible-hero-viewport{position:absolute;inset:0;overflow:hidden}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-home{--filmible-home-hero-side:clamp(18px,5.5vw,30px)}html body .filmible-home .nf-billboard.filmible-hero-shell{box-sizing:border-box!important;position:relative!important;width:100%!important;min-height:0!important;height:calc(var(--filmible-mobile-header-height) + 12px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.36) + 16px)!important;margin:0!important;padding:calc(var(--filmible-mobile-header-height) + 12px) var(--filmible-home-hero-side) 16px!important;display:block!important;overflow:hidden!important;background:#050505!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{position:relative!important;inset:auto!important;width:100%!important;height:100%!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:18px!important;background:#111!important;box-shadow:0 16px 38px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.055)!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track{position:absolute!important;inset:0!important;z-index:1!important;display:flex!important;width:100%!important;min-width:100%!important;min-height:0!important;height:100%!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;will-change:transform!important;backface-visibility:hidden!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{box-sizing:border-box!important;position:relative!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;min-height:0!important;height:100%!important;padding:17px 17px 14px!important;display:flex!important;align-items:flex-end!important;overflow:hidden!important;border:0!important;border-radius:17px!important;background-image:linear-gradient(180deg,rgba(0,0,0,.015) 27%,rgba(0,0,0,.08) 48%,rgba(0,0,0,.72) 72%,rgba(0,0,0,.96) 100%),var(--filmible-hero-mobile-background)!important;background-size:cover!important;background-position:top!important;background-repeat:no-repeat!important;backface-visibility:hidden!important}html body .filmible-home .filmible-hero-slide .billboard-copy{position:relative!important;inset:auto!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;z-index:5!important}html body .filmible-home .filmible-hero-slide .show-badge{margin:0 0 5px!important;font-size:9px!important;line-height:1.1!important;letter-spacing:.15em!important}html body .filmible-home .filmible-hero-slide .show-badge .badge-f{width:21px!important;height:21px!important;font-size:11px!important;border-radius:5px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{max-width:96%!important;margin:0 0 7px!important;font-size:clamp(29px,8.9vw,42px)!important;line-height:.98!important;letter-spacing:-1.35px!important;text-align:center!important;text-wrap:balance!important}html body .filmible-home .filmible-hero-slide .title-meta{max-width:100%!important;margin:0 0 9px!important;display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:4px 7px!important;font-size:clamp(10px,2.75vw,12px)!important;line-height:1.2!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{display:none!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{width:min(100%,322px)!important;margin:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-width:0!important;min-height:42px!important;padding:0 11px!important;border-radius:8px!important;font-size:14px!important;font-weight:850!important}html body .filmible-home .filmible-hero-slide .nf-info-desktop{display:none!important}html body .filmible-home .filmible-hero-slide .nf-info-mobile{display:inline-flex!important;align-items:center!important;justify-content:center!important}html body .filmible-home .filmible-hero-slide .billboard-side{display:none!important}html body .filmible-home .filmible-hero-slide .billboard-fade{height:40%!important;pointer-events:none!important}html body .filmible-home>.nf-rows-wrap{position:relative!important;z-index:20!important;margin-top:0!important;padding-top:1px!important;background:#050505!important}html body .filmible-home .filmible-mobile-hero-notice{position:absolute!important;left:50%!important;bottom:66px!important;transform:translateX(-50%)!important;width:max-content!important;max-width:84%!important;margin:0!important;z-index:8!important}}@media screen and (min-width:320px) and (max-width:359px){html body .filmible-home .nf-billboard.filmible-hero-shell{height:calc(var(--filmible-mobile-header-height) + 10px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.35) + 14px)!important;padding:calc(var(--filmible-mobile-header-height) + 10px) var(--filmible-home-hero-side) 14px!important}html body .filmible-home .filmible-hero-slide{padding:14px 13px 12px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(27px,8.7vw,35px)!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:40px!important;font-size:13px!important}}@media screen and (min-width:480px) and (max-width:599px){html body .filmible-home .nf-billboard.filmible-hero-shell{height:calc(var(--filmible-mobile-header-height) + 14px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.31) + 18px)!important;padding:calc(var(--filmible-mobile-header-height) + 14px) var(--filmible-home-hero-side) 18px!important}}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-header{background:linear-gradient(180deg,rgba(0,0,0,.99),rgba(0,0,0,.97) 74%,rgba(0,0,0,.9))!important;box-shadow:0 8px 24px rgba(0,0,0,.38)!important}html body .filmible-header .filmible-header-inner{min-height:54px!important;padding:max(5px,env(safe-area-inset-top,0px)) clamp(16px,4.5vw,24px) 2px!important;align-items:center!important}html body .filmible-header .filmible-wordmark{margin:0!important;font-size:clamp(24px,7vw,30px)!important;line-height:1!important;letter-spacing:-1.15px!important;font-weight:950!important;color:#f20b2f!important;text-shadow:0 0 14px rgba(242,11,47,.13)!important;transform:translateY(-1px)!important}html body .filmible-header .filmible-header-actions{display:flex!important;align-items:center!important;gap:8px!important}html body .filmible-header .filmible-notification,html body .filmible-header .filmible-notification-button,html body .filmible-header .filmible-notification-trigger,html body .filmible-header .filmible-notification>button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:50%!important;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;box-shadow:0 7px 20px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.08)!important;color:#f5f5f5!important;-webkit-tap-highlight-color:transparent!important}html body .filmible-header .filmible-notification svg,html body .filmible-header .filmible-notification-button svg,html body .filmible-header .filmible-notification-trigger svg{width:23px!important;height:23px!important;stroke-width:1.8!important}html body .filmible-header .filmible-notification-button:active,html body .filmible-header .filmible-notification-trigger:active,html body .filmible-header .filmible-notification:active,html body .filmible-header .filmible-notification>button:active{transform:scale(.96)!important;filter:brightness(1.12)!important}html body .filmible-header .filmible-notification-badge,html body .filmible-header .filmible-notification-count,html body .filmible-header .filmible-notification-dot{top:-3px!important;right:-3px!important;min-width:17px!important;height:17px!important;padding:0 4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:2px solid #050505!important;border-radius:999px!important;background:#ef1027!important;color:#fff!important;font-size:10px!important;font-weight:950!important;line-height:1!important;box-shadow:0 3px 9px rgba(0,0,0,.42)!important}html body .filmible-header .filmible-nav{margin-top:3px!important;padding-top:0!important}html body .filmible-home .nf-billboard.filmible-hero-shell{padding-bottom:8px!important;height:calc(var(--filmible-mobile-header-height) + 12px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.36) + 8px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy{transform:translateY(-2px)!important}html body .filmible-home .filmible-hero-slide .show-badge{margin-bottom:4px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{margin-bottom:6px!important}html body .filmible-home .filmible-hero-slide .title-meta{margin-bottom:8px!important}html body .filmible-home>.nf-rows-wrap{padding-top:0!important}html body .filmible-home .nf-row.is-continue-row{margin-top:0!important}html body .filmible-home .nf-row.is-continue-row .row-title-line{margin-bottom:8px!important}html body .filmible-home .nf-row.is-continue-row .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important}}@media screen and (min-width:320px) and (max-width:359px){html body .filmible-home .nf-billboard.filmible-hero-shell{padding-bottom:7px!important;height:calc(var(--filmible-mobile-header-height) + 10px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.35) + 7px)!important}}@media screen and (min-width:480px) and (max-width:599px){html body .filmible-home .nf-billboard.filmible-hero-shell{padding-bottom:9px!important;height:calc(var(--filmible-mobile-header-height) + 14px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.31) + 9px)!important}}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-home .filmible-hero-slide .billboard-copy{transform:translateY(3px)!important}html body .filmible-home .nf-row.is-continue-row .row-title-line{margin-bottom:4px!important}html body .filmible-home .nf-row.is-continue-row .nf-slider{margin-top:0!important;padding-top:0!important}}@media screen and (min-width:320px) and (max-width:599px) and (orientation:portrait) and (min-height:701px) and (max-height:820px){html body .filmible-home .nf-billboard.filmible-hero-shell{height:calc(var(--filmible-mobile-header-height) + 10px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.28) + 7px)!important;padding-top:calc(var(--filmible-mobile-header-height) + 10px)!important;padding-bottom:7px!important}html body .filmible-home .filmible-hero-slide{padding:15px 15px 12px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(27px,8.4vw,38px)!important;margin-bottom:5px!important}html body .filmible-home .filmible-hero-slide .title-meta{margin-bottom:7px!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:40px!important}}@media screen and (min-width:320px) and (max-width:599px) and (orientation:portrait) and (max-height:700px){html body .filmible-home .nf-billboard.filmible-hero-shell{height:calc(var(--filmible-mobile-header-height) + 8px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.18) + 6px)!important;padding-top:calc(var(--filmible-mobile-header-height) + 8px)!important;padding-bottom:6px!important}html body .filmible-home .filmible-hero-slide{padding:12px 12px 10px!important}html body .filmible-home .filmible-hero-slide .show-badge{margin-bottom:3px!important;font-size:8px!important}html body .filmible-home .filmible-hero-slide .show-badge .badge-f{width:19px!important;height:19px!important;font-size:10px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{max-width:98%!important;margin-bottom:4px!important;font-size:clamp(24px,7.8vw,34px)!important;line-height:.97!important}html body .filmible-home .filmible-hero-slide .title-meta{margin-bottom:6px!important;gap:3px 6px!important;font-size:clamp(9px,2.5vw,11px)!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{gap:7px!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:38px!important;font-size:13px!important;padding-inline:9px!important}html body .filmible-home .nf-row.is-continue-row .row-title-line{margin-bottom:3px!important}}@media screen and (orientation:landscape) and (max-width:932px) and (max-height:599px) and (hover:none) and (pointer:coarse){html body .filmible-home{--filmible-home-hero-side:clamp(18px,3.8vw,34px)}html body .filmible-home .nf-billboard.filmible-hero-shell{box-sizing:border-box!important;position:relative!important;width:100%!important;min-height:0!important;height:calc(var(--filmible-mobile-header-height) + 8px + min(46vw,
        calc(100svh - var(--filmible-mobile-header-height) - 24px)) + 6px)!important;margin:0!important;padding:calc(var(--filmible-mobile-header-height) + 8px) var(--filmible-home-hero-side) 6px!important;display:block!important;overflow:hidden!important;background:#050505!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{position:relative!important;inset:auto!important;width:100%!important;height:100%!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:16px!important;background:#111!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track{position:absolute!important;inset:0!important;display:flex!important;width:100%!important;min-width:100%!important;height:100%!important;overflow:visible!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;padding:10px 14px 9px!important;display:flex!important;align-items:flex-end!important;overflow:hidden!important;border-radius:15px!important;background-image:linear-gradient(180deg,rgba(0,0,0,.02) 20%,rgba(0,0,0,.16) 48%,rgba(0,0,0,.82) 74%,rgba(0,0,0,.97) 100%),var(--filmible-hero-mobile-background)!important;background-size:cover!important;background-position:center 24%!important;background-repeat:no-repeat!important}html body .filmible-home .filmible-hero-slide .billboard-copy{transform:translateY(0)!important}html body .filmible-home .filmible-hero-slide .show-badge{margin-bottom:2px!important;font-size:8px!important}html body .filmible-home .filmible-hero-slide .show-badge .badge-f{width:18px!important;height:18px!important;font-size:9px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{max-width:96%!important;margin-bottom:3px!important;font-size:clamp(23px,5.2vw,34px)!important;line-height:.96!important}html body .filmible-home .filmible-hero-slide .title-meta{margin-bottom:5px!important;gap:3px 6px!important;font-size:clamp(9px,1.9vw,11px)!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{width:min(100%,320px)!important;gap:7px!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:36px!important;padding-inline:10px!important;font-size:12px!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p,html body .filmible-home .filmible-hero-slide .billboard-side{display:none!important}html body .filmible-home>.nf-rows-wrap{margin-top:0!important;padding-top:0!important}}@media screen and (min-width:320px) and (max-width:599px) and (orientation:portrait){html body .filmible-home{overflow-x:clip!important}html body .filmible-home .filmible-header-nav,html body .filmible-home .filmible-mobile-nav,html body .filmible-home .filmible-nav{box-sizing:border-box!important;width:100%!important;max-width:100%!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain!important;scroll-snap-type:x proximity!important;scroll-padding-inline:16px!important;padding-right:18px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}html body .filmible-home .filmible-header-nav::-webkit-scrollbar,html body .filmible-home .filmible-mobile-nav::-webkit-scrollbar,html body .filmible-home .filmible-nav::-webkit-scrollbar{display:none!important}html body .filmible-home .filmible-header-nav>*,html body .filmible-home .filmible-mobile-nav>*,html body .filmible-home .filmible-nav>*{flex:0 0 auto!important;scroll-snap-align:start!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{contain:layout paint!important;isolation:isolate!important;overflow:hidden!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track{width:100%!important;min-width:100%!important;height:100%!important;display:flex!important;overflow:visible!important;will-change:transform!important;backface-visibility:hidden!important;transform-style:preserve-3d!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;overflow:hidden!important;backface-visibility:hidden!important;transform:translateZ(0)!important}html body .filmible-home .nf-rows-wrap,html body .filmible-home>.nf-rows-wrap{padding-bottom:calc(76px + env(safe-area-inset-bottom, 0px))!important}}@media screen and (min-width:320px) and (max-width:599px) and (orientation:portrait) and (max-height:680px){html body .filmible-home .nf-billboard.filmible-hero-shell{padding-top:calc(var(--filmible-mobile-header-height) + 6px)!important;padding-bottom:4px!important}html body .filmible-home .filmible-hero-slide .billboard-copy{transform:translateY(0)!important}html body .filmible-home .nf-row.is-continue-row .row-title-line{margin-top:0!important;margin-bottom:2px!important}}@media screen and (orientation:landscape) and (min-width:568px) and (max-width:932px) and (max-height:599px) and (hover:none) and (pointer:coarse){body,html{overflow-x:hidden!important}html body .filmible-home{min-height:100svh!important;overflow-x:clip!important;padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))!important}html body .filmible-home .filmible-header,html body .filmible-home header.filmible-header{position:sticky!important;top:0!important;z-index:1000!important}html body .filmible-home .filmible-header-inner{min-height:58px!important;padding-inline:20px!important}html body .filmible-home .filmible-wordmark{font-size:clamp(24px,4vw,34px)!important}html body .filmible-home .filmible-header-nav,html body .filmible-home .filmible-mobile-nav,html body .filmible-home .filmible-nav{width:100%!important;max-width:100%!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-right:22px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}html body .filmible-home .filmible-header-nav::-webkit-scrollbar,html body .filmible-home .filmible-mobile-nav::-webkit-scrollbar,html body .filmible-home .filmible-nav::-webkit-scrollbar{display:none!important}html body .filmible-home .nf-billboard.filmible-hero-shell{display:block!important;position:relative!important;min-height:0!important;height:min(58vw,calc(100svh - 78px))!important;margin:0!important;padding:8px 22px 6px!important;overflow:hidden!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{position:relative!important;inset:auto!important;width:100%!important;height:100%!important;overflow:hidden!important;contain:layout paint!important;isolation:isolate!important;border-radius:16px!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track{position:absolute!important;inset:0!important;display:flex!important;width:100%!important;min-width:100%!important;height:100%!important;overflow:visible!important;will-change:transform!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;padding:10px 16px!important;overflow:hidden!important;border-radius:15px!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:min(54%,390px)!important;max-width:390px!important;transform:translateY(0)!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(24px,4.8vw,40px)!important;line-height:.96!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{display:none!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{width:min(100%,300px)!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:34px!important;font-size:12px!important}html body .filmible-home .nf-rows-wrap,html body .filmible-home>.nf-rows-wrap{margin-top:0!important;padding-top:0!important;padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))!important}html body .filmible-home .filmible-mobile-bottom-nav,html body .filmible-home .mobile-bottom-nav,html body .filmible-home nav[aria-label="Mobile navigation"]{display:flex!important;visibility:visible!important;opacity:1!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:1200!important;min-height:56px!important;padding-bottom:env(safe-area-inset-bottom,0)!important}}@media screen and (min-width:933px){html body .filmible-home .nf-billboard.filmible-hero-shell{contain:none!important}}@media screen and (min-width:320px) and (max-width:599px) and (orientation:portrait){html body .filmible-home .filmible-header-nav,html body .filmible-home .filmible-mobile-nav,html body .filmible-home .filmible-nav{padding-left:max(0px,env(safe-area-inset-left,0px))!important;padding-right:calc(30px + env(safe-area-inset-right, 0px))!important;scroll-padding-right:calc(30px + env(safe-area-inset-right, 0px))!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{clip-path:inset(0 round 16px)!important;contain:strict!important;overflow:clip!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{contain:layout paint!important}}@media screen and (orientation:landscape) and (min-width:568px) and (max-width:932px) and (max-height:599px){html body .filmible-home{overflow-x:clip!important;min-height:100svh!important;padding-bottom:calc(58px + env(safe-area-inset-bottom, 0px))!important}html body .filmible-home .nf-billboard.filmible-hero-shell{display:block!important;position:relative!important;width:100%!important;min-height:0!important;height:min(58vw,calc(100svh - 76px))!important;margin:0!important;padding:8px calc(22px + env(safe-area-inset-right, 0px)) 6px calc(22px + env(safe-area-inset-left, 0px))!important;overflow:clip!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{position:relative!important;inset:auto!important;width:100%!important;height:100%!important;overflow:clip!important;clip-path:inset(0 round 16px)!important;contain:strict!important;isolation:isolate!important;border-radius:16px!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track{position:absolute!important;inset:0!important;display:flex!important;width:100%!important;min-width:100%!important;height:100%!important;overflow:visible!important;backface-visibility:hidden!important;transform-style:preserve-3d!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;overflow:hidden!important;contain:layout paint!important;backface-visibility:hidden!important}html body .filmible-home .nf-rows-wrap,html body .filmible-home>.nf-rows-wrap{position:relative!important;z-index:1!important;margin-top:0!important;padding-top:0!important;padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))!important}html body .filmible-home .filmible-mobile-bottom-nav,html body .filmible-home .is-bottom-nav,html body .filmible-home .mobile-bottom-nav,html body .filmible-home .mobile-bottom-nav-shell,html body .filmible-home .nf-mobile-bottom-nav,html body .filmible-home nav[aria-label="Mobile navigation"]{display:flex!important;visibility:visible!important;opacity:1!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:2147483000!important;min-height:56px!important;transform:none!important;pointer-events:auto!important;padding-bottom:env(safe-area-inset-bottom,0)!important}body,html{overflow-x:hidden!important}body{padding-bottom:calc(58px + env(safe-area-inset-bottom, 0px))!important}.filmible-header,header.filmible-header{position:sticky!important;top:0!important;z-index:1500!important;min-height:58px!important;background:#050505!important}.filmible-header-inner{box-sizing:border-box!important;min-height:58px!important;padding:0 calc(18px + env(safe-area-inset-right, 0px)) 0 calc(18px + env(safe-area-inset-left, 0px))!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}.filmible-wordmark{flex:0 0 auto!important;font-size:clamp(28px,4vw,36px)!important;line-height:1!important}.filmible-header .filmible-nav,.filmible-header-inner>.filmible-nav{display:none!important}.filmible-header-actions{flex:0 0 auto!important;margin-left:auto!important;display:flex!important;align-items:center!important;gap:12px!important}.filmible-home .nf-billboard.filmible-hero-shell{box-sizing:border-box!important;height:calc(100svh - 126px)!important;min-height:238px!important;max-height:315px!important;padding:8px calc(22px + env(safe-area-inset-right, 0px)) 6px calc(22px + env(safe-area-inset-left, 0px))!important;margin:0!important;overflow:clip!important}.filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{width:100%!important;height:100%!important;overflow:clip!important;contain:strict!important;clip-path:inset(0 round 16px)!important}.filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;contain:layout paint!important;overflow:hidden!important}.filmible-home .filmible-hero-slide .billboard-copy{width:min(52%,380px)!important;max-width:380px!important}.filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(27px,4.8vw,40px)!important;line-height:.96!important}.filmible-home .filmible-hero-slide .billboard-copy>p{display:none!important}.filmible-home .nf-rows-wrap,.filmible-home>.nf-rows-wrap{margin-top:0!important;padding-top:0!important;padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))!important}.filmible-mobile-bottom-nav,.is-bottom-nav,.mobile-bottom-nav,.mobile-bottom-nav-shell,.nf-mobile-bottom-nav,nav[aria-label="Mobile navigation"]{display:flex!important;visibility:visible!important;opacity:1!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:2147483000!important;min-height:56px!important;transform:none!important;pointer-events:auto!important;padding-bottom:env(safe-area-inset-bottom,0)!important}html body header.filmible-header>.filmible-header-inner>nav.filmible-nav{display:none!important;visibility:hidden!important;width:0!important;max-width:0!important;min-width:0!important;flex:0 0 0!important;overflow:hidden!important;pointer-events:none!important}html body header.filmible-header>.filmible-header-inner{display:flex!important;grid-template-columns:none!important;justify-content:space-between!important;align-items:center!important;gap:12px!important}html body header.filmible-header .filmible-wordmark{position:relative!important;inset:auto!important;margin:0!important;flex:0 0 auto!important;transform:none!important}html body header.filmible-header .filmible-header-actions{position:relative!important;inset:auto!important;margin-left:auto!important;flex:0 0 auto!important;transform:none!important}html body .filmible-mobile-profile-avatar.is-bottom-nav{display:inline-flex!important;visibility:visible!important;opacity:1!important;position:relative!important;inset:auto!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;z-index:auto!important;width:25px!important;height:25px!important;min-width:25px!important;min-height:25px!important;max-width:25px!important;max-height:25px!important;margin:0!important;padding:0!important;transform:none!important;pointer-events:none!important;overflow:hidden!important;border-radius:7px!important}html body .filmible-mobile-profile-avatar.is-bottom-nav img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}html body nav.filmible-mobile-bottom-nav{box-sizing:border-box!important;display:grid!important;visibility:visible!important;opacity:1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;position:fixed!important;left:0!important;right:0!important;top:auto!important;bottom:0!important;z-index:2147483000!important;width:100%!important;min-height:56px!important;margin:0!important;padding:0 max(14px,env(safe-area-inset-right,0px)) env(safe-area-inset-bottom,0) max(14px,env(safe-area-inset-left,0px))!important;background:rgba(5,5,8,.98)!important;border-top:1px solid rgba(255,255,255,.12)!important;transform:none!important;pointer-events:auto!important;overflow:visible!important}html body nav.filmible-mobile-bottom-nav>a,html body nav.filmible-mobile-bottom-nav>button{appearance:none!important;border:0!important;background:transparent!important;color:rgba(255,255,255,.72)!important;min-width:0!important;min-height:56px!important;display:grid!important;place-items:center!important;align-content:center!important;gap:4px!important;padding:5px 8px!important;font:inherit!important;text-decoration:none!important;cursor:pointer!important}html body nav.filmible-mobile-bottom-nav>a.is-active{color:#fff!important;background:rgba(239,16,39,.13)!important;box-shadow:inset 0 0 0 1px rgba(239,16,39,.28)!important;border-radius:14px!important}html body nav.filmible-mobile-bottom-nav svg{width:22px!important;height:22px!important;fill:currentColor!important}html body nav.filmible-mobile-bottom-nav>a>span,html body nav.filmible-mobile-bottom-nav>button>span{font-size:11px!important;font-weight:800!important;line-height:1!important}html body header.filmible-header .filmible-account-menu,html body header.filmible-header .filmible-notification-menu{position:absolute!important;left:auto!important;right:0!important;top:calc(100% + 8px)!important;bottom:auto!important;width:min(320px,calc(100vw - 32px))!important;max-height:calc(100svh - 76px)!important;z-index:2200!important;transform:none!important;overflow-y:auto!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide .billboard-copy{left:auto!important;right:auto!important;margin-left:0!important;transform:none!important}:root{--filmible-landscape-bottom-nav-height:calc(58px + env(safe-area-inset-bottom, 0px))}html body{scroll-padding-bottom:var(--filmible-landscape-bottom-nav-height)!important}html body .filmible-home{padding-bottom:var(--filmible-landscape-bottom-nav-height)!important}html body .filmible-home .nf-billboard.filmible-hero-shell{box-sizing:border-box!important;height:calc(100svh - 58px - var(--filmible-landscape-bottom-nav-height) - 22px)!important;min-height:220px!important;max-height:286px!important;margin-bottom:10px!important;padding-top:6px!important;padding-bottom:4px!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{height:100%!important}html body .filmible-home .filmible-hero-slide .billboard-copy{top:auto!important;bottom:18px!important;align-self:end!important;justify-self:start!important;transform:translateY(-6px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{margin-bottom:5px!important}html body .filmible-home .filmible-hero-slide .billboard-meta{margin-bottom:8px!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{display:flex!important;gap:8px!important;margin-top:7px!important;margin-bottom:0!important;transform:none!important}html body .filmible-home .filmible-hero-slide .billboard-buttons>*{min-height:34px!important;height:34px!important;padding:0 14px!important}html body .filmible-home .nf-rows-wrap,html body .filmible-home>.nf-rows-wrap{position:relative!important;z-index:1!important;margin-top:0!important;padding-top:0!important;padding-bottom:calc(var(--filmible-landscape-bottom-nav-height) + 18px)!important}html body .filmible-home .nf-row.is-continue-row,html body .filmible-home .nf-row:first-child{margin-top:0!important}html body nav.filmible-mobile-bottom-nav{height:var(--filmible-landscape-bottom-nav-height)!important;min-height:var(--filmible-landscape-bottom-nav-height)!important}}@media screen and (orientation:landscape) and (min-width:568px) and (max-width:932px) and (max-height:430px){html body .filmible-home .nf-billboard.filmible-hero-shell{height:calc(100svh - 58px - var(--filmible-landscape-bottom-nav-height) - 14px)!important;min-height:210px!important;max-height:258px!important}html body .filmible-home .filmible-hero-slide .billboard-copy{bottom:12px!important;transform:translateY(-8px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(25px,4.5vw,35px)!important}html body .filmible-home .filmible-hero-slide .billboard-buttons>*{min-height:32px!important;height:32px!important}}@media screen and (orientation:landscape) and (min-width:568px) and (max-width:932px) and (max-height:599px){html body header.filmible-header .filmible-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:0!important}html body header.filmible-header .filmible-profile-button,html body header.filmible-header .filmible-search{display:none!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important;pointer-events:none!important}html body header.filmible-header .filmible-account-menu,html body header.filmible-header .filmible-profile-caret{display:none!important;visibility:hidden!important;pointer-events:none!important}html body header.filmible-header .filmible-notification{display:block!important;visibility:visible!important;position:relative!important;margin:0!important}html body header.filmible-header .filmible-notification>button.filmible-icon-button{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:50%!important}html body header.filmible-header .filmible-wordmark{font-size:clamp(31px,4.5vw,38px)!important;letter-spacing:-1.2px!important}html body .filmible-home .filmible-hero-slide .billboard-copy{box-sizing:border-box!important;width:min(46%,345px)!important;max-width:345px!important;min-width:0!important;overflow:visible!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{display:block!important;max-width:100%!important;margin:0 0 5px!important;font-size:clamp(23px,4.1vw,34px)!important;line-height:.98!important;letter-spacing:-.8px!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;text-wrap:balance!important}html body .filmible-home .filmible-hero-slide .billboard-brand{margin-bottom:5px!important}html body .filmible-home .filmible-hero-slide .billboard-meta{display:flex!important;flex-wrap:wrap!important;gap:4px 7px!important;max-width:100%!important;white-space:normal!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{max-width:100%!important}}@media screen and (orientation:landscape) and (min-width:568px) and (max-width:760px) and (max-height:430px){html body .filmible-home .filmible-hero-slide .billboard-copy{width:min(49%,310px)!important;max-width:310px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(21px,4vw,30px)!important;line-height:.96!important;letter-spacing:-.6px!important}}@media screen and (orientation:landscape) and (min-width:568px) and (max-width:932px) and (max-height:599px){html body header.filmible-header .filmible-notification{display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;margin:0!important;overflow:visible!important}html body header.filmible-header .filmible-notification>button.filmible-icon-button{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:50%!important;background:linear-gradient(180deg,rgba(38,38,42,.96),rgba(19,19,22,.98))!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 2px 8px rgba(0,0,0,.34)!important;transform:none!important;overflow:visible!important}html body header.filmible-header .filmible-notification>button.filmible-icon-button svg{display:block!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;margin:0!important;transform:none!important;stroke:currentColor!important}html body header.filmible-header .filmible-notification>button.filmible-icon-button>span[aria-label*=unread]{position:absolute!important;top:-5px!important;right:-5px!important;left:auto!important;bottom:auto!important;z-index:3!important;min-width:17px!important;height:17px!important;padding:0 4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:2px solid #050505!important;border-radius:999px!important;background:#e50914!important;color:#fff!important;font-size:10px!important;font-weight:800!important;line-height:1!important;box-shadow:none!important;transform:none!important}html body header.filmible-header .filmible-header-actions{min-height:44px!important;align-items:center!important}}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-title-page{min-height:100svh!important;overflow-x:clip!important;padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px))!important;background:#000!important}html body .filmible-title-page .filmible-title-hero{min-height:auto!important;padding:18px var(--filmible-mobile-gutter,18px) 28px!important;background-position:top!important;background-size:cover!important}html body .filmible-title-page .filmible-title-content{position:relative!important;z-index:2!important;display:flex!important;flex-direction:column!important;grid-template-columns:none!important;align-items:stretch!important;gap:20px!important;width:100%!important;max-width:none!important;margin:0!important}html body .filmible-title-page .filmible-title-poster-wrap{width:min(72vw,286px)!important;max-width:286px!important;margin:0 auto!important}html body .filmible-title-page .filmible-title-poster{width:100%!important;aspect-ratio:2/3!important;object-fit:cover!important;object-position:center top!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:14px!important;box-shadow:0 22px 52px rgba(0,0,0,.62)!important}html body .filmible-title-page .filmible-title-progress{width:78%!important;margin-top:10px!important}html body .filmible-title-page .filmible-title-copy{width:100%!important;max-width:none!important;min-width:0!important}html body .filmible-title-page .filmible-title-brand{margin-bottom:9px!important;font-size:10px!important;letter-spacing:.12em!important}html body .filmible-title-page .filmible-mini-f{width:22px!important;height:22px!important;font-size:13px!important}html body .filmible-title-page .filmible-title-copy h1{max-width:100%!important;margin:0!important;font-size:clamp(34px,10.4vw,48px)!important;line-height:.96!important;letter-spacing:-.045em!important;overflow-wrap:anywhere!important;text-wrap:balance!important}html body .filmible-title-page .filmible-title-meta{gap:7px 9px!important;margin-top:13px!important;font-size:12px!important;line-height:1.25!important}html body .filmible-title-page .filmible-title-description{margin-top:15px!important;font-size:15px!important;line-height:1.55!important}html body .filmible-title-page .filmible-title-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-top:19px!important}html body .filmible-title-page .filmible-title-play,html body .filmible-title-page .filmible-title-secondary{box-sizing:border-box!important;width:100%!important;min-width:0!important;min-height:46px!important;padding:0 12px!important;font-size:14px!important;white-space:normal!important;text-align:center!important}html body .filmible-title-page .filmible-title-access{max-width:none!important;margin-top:14px!important;padding:13px 14px!important;border-radius:10px!important}html body .filmible-title-page .filmible-title-related{padding:4px var(--filmible-mobile-gutter,18px) 34px!important}html body .filmible-title-page .filmible-title-related h2{margin-bottom:14px!important;font-size:22px!important}html body .filmible-title-page .filmible-title-related-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 10px!important}html body .filmible-title-page .filmible-title-related-picture{display:block!important;width:100%!important}html body .filmible-title-page .filmible-title-related-card img{display:block!important;width:100%!important;aspect-ratio:2/3!important;object-fit:cover!important;object-position:center top!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:10px!important;background:#171717!important}html body .filmible-title-page .filmible-title-related-card strong{margin-top:8px!important;font-size:13px!important;line-height:1.18!important}html body .filmible-title-page .filmible-title-related-card span{margin-top:4px!important;font-size:10px!important;line-height:1.25!important}}html body .filmible-title-page .filmible-title-related-card>span,html body .filmible-title-page .filmible-title-related-card>strong{display:none!important}html body .filmible-title-page .filmible-title-related-card{line-height:0!important}.filmible-title-progress-under-action{display:none}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-title-page .filmible-title-hero{background-size:cover!important;background-position:top!important}html body .filmible-title-page .filmible-title-poster-wrap>.filmible-title-progress:not(.filmible-title-progress-under-action){display:none!important}html body .filmible-title-page .filmible-title-actions{align-items:start!important}html body .filmible-title-page .filmible-title-primary-action-stack{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-content:start!important;gap:7px!important;min-width:0!important;width:100%!important}html body .filmible-title-page .filmible-title-primary-action-stack .filmible-title-play{width:100%!important}html body .filmible-title-page .filmible-title-progress-under-action{display:block!important;width:100%!important;height:4px!important;margin:0!important;overflow:hidden!important;border-radius:999px!important;background:rgba(255,255,255,.22)!important}html body .filmible-title-page .filmible-title-progress-under-action>span{display:block!important;height:100%!important;border-radius:inherit!important;background:#e50914!important}}html body .filmible-title-page .filmible-title-hero{background-image:linear-gradient(90deg,rgba(0,0,0,.96) 0,rgba(0,0,0,.78) 34%,rgba(0,0,0,.36) 68%,rgba(0,0,0,.9) 100%),var(--filmible-title-backdrop)!important}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-title-page .filmible-title-hero{min-height:760px!important;padding:360px var(--filmible-mobile-gutter,18px) 28px!important;background-image:linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.14) 34%,rgba(0,0,0,.66) 62%,#000 100%),var(--filmible-title-poster-background)!important;background-size:cover!important;background-position:top!important;background-repeat:no-repeat!important}html body .filmible-title-page .filmible-title-poster-wrap{display:none!important}html body .filmible-title-page .filmible-title-content{display:block!important;width:100%!important}html body .filmible-title-page .filmible-title-copy{width:100%!important;max-width:none!important;margin:0!important}html body .filmible-title-page .filmible-title-hero{min-height:820px!important;padding:390px var(--filmible-mobile-gutter,18px) 28px!important;background-color:#000!important;background-size:auto min(68vh,610px)!important;background-position:center 116px!important;background-repeat:no-repeat!important}html body .filmible-title-page header.filmible-header .filmible-nav{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;pointer-events:none!important}html body .filmible-title-page header.filmible-header{min-height:96px!important;padding-bottom:0!important}html body .filmible-title-page header.filmible-header .filmible-header-inner{min-height:96px!important;align-items:center!important}}@media screen and (min-width:320px) and (max-width:390px){html body .filmible-title-page .filmible-title-hero{min-height:790px!important;padding-top:365px!important;background-size:auto min(64vh,560px)!important;background-position:center 108px!important}}html body .filmible-title-page .filmible-title-mobile-poster-layer{display:none}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-title-page>header.filmible-header{box-sizing:border-box!important;height:64px!important;min-height:64px!important;max-height:64px!important;margin:0!important;padding:env(safe-area-inset-top,0) 0 0!important}html body .filmible-title-page>header.filmible-header>.filmible-header-inner{box-sizing:border-box!important;height:64px!important;min-height:64px!important;max-height:64px!important;margin:0!important;padding:2px var(--filmible-mobile-gutter,18px) 2px!important;align-items:center!important}html body .filmible-title-page .filmible-title-hero{position:relative!important;isolation:isolate!important;min-height:auto!important;margin:0!important;padding:calc(150vw - 205px) var(--filmible-mobile-gutter,18px) 28px!important;overflow:hidden!important;background-image:none!important;background-color:#000!important}html body .filmible-title-page .filmible-title-mobile-poster-layer{position:absolute!important;z-index:-3!important;inset:0 auto auto 0!important;display:block!important;width:100%!important;height:auto!important;aspect-ratio:2/3!important;object-fit:contain!important;object-position:center top!important;background:#000!important;pointer-events:none!important;user-select:none!important}html body .filmible-title-page .filmible-title-hero:before{content:""!important;position:absolute!important;z-index:-2!important;inset:0!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.04) 38%,rgba(0,0,0,.48) 58%,rgba(0,0,0,.9) 76%,#000)!important}html body .filmible-title-page .filmible-title-fade{display:none!important}html body .filmible-title-page .filmible-title-content,html body .filmible-title-page .filmible-title-copy{position:relative!important;z-index:2!important}}@media screen and (min-width:320px) and (max-width:390px){html body .filmible-title-page .filmible-title-hero{padding-top:calc(150vw - 185px)!important}}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-title-page .filmible-title-mobile-poster-layer{top:0!important;left:0!important;width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center top!important;transform:none!important}html body .filmible-title-page>header.filmible-header{box-sizing:border-box!important;height:56px!important;min-height:56px!important;max-height:56px!important;margin:0!important;padding:env(safe-area-inset-top,0) 0 0!important}html body .filmible-title-page>header.filmible-header>.filmible-header-inner{box-sizing:border-box!important;height:56px!important;min-height:56px!important;max-height:56px!important;margin:0!important;padding:1px var(--filmible-mobile-gutter,18px) 1px!important;align-items:center!important}html body .filmible-title-page .filmible-title-mobile-poster-layer{top:36px!important;left:0!important;width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center top!important;transform:none!important;clip-path:none!important}}@media screen and (min-width:320px) and (max-width:390px){html body .filmible-title-page .filmible-title-mobile-poster-layer{top:30px!important}}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-footer{box-sizing:border-box!important;min-height:0!important;margin:0!important;padding:30px var(--filmible-mobile-gutter,18px) calc(var(--filmible-mobile-bottom-nav-height, 72px) + env(safe-area-inset-bottom, 0px) + 16px)!important;background:#000!important}html body .filmible-footer-inner{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}html body .filmible-footer-brand,html body .filmible-footer-logo{width:34px!important;height:34px!important;margin:0 0 24px!important}html body .filmible-footer-grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(0,1.12fr) minmax(0,.9fr)!important;column-gap:18px!important;row-gap:0!important;width:100%!important;margin:0!important;padding:0!important;align-items:start!important}html body .filmible-footer-grid>div,html body .filmible-footer-grid>section,html body .filmible-footer-grid>ul{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;min-width:0!important;margin:0!important;padding:0!important}html body .filmible-footer-grid a{display:block!important;min-width:0!important;margin:0!important;padding:0!important;color:rgba(255,255,255,.92)!important;font-size:12.5px!important;line-height:1.45!important;text-decoration:none!important;white-space:nowrap!important}html body .filmible-footer-copy,html body .filmible-footer-copyright{display:block!important;width:100%!important;margin:28px 0 0!important;padding:0!important;color:rgba(255,255,255,.62)!important;font-size:12px!important;line-height:1.4!important}}@media screen and (min-width:320px) and (max-width:360px){html body .filmible-footer{padding-left:14px!important;padding-right:14px!important}html body .filmible-footer-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,1.18fr) minmax(0,.84fr)!important;column-gap:10px!important}html body .filmible-footer-grid>div,html body .filmible-footer-grid>section,html body .filmible-footer-grid>ul{gap:10px!important}html body .filmible-footer-grid a{font-size:11px!important;letter-spacing:-.01em!important}}@media screen and (orientation:landscape) and (min-width:600px) and (max-width:932px) and (max-height:599px){html body .filmible-footer{box-sizing:border-box!important;min-height:0!important;margin:0!important;padding:24px 34px calc(var(--filmible-mobile-bottom-nav-height, 72px) + env(safe-area-inset-bottom, 0px) + 14px)!important;background:#000!important}html body .filmible-footer-inner{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}html body .filmible-footer-brand,html body .filmible-footer-logo{width:32px!important;height:32px!important;margin:0 0 20px!important}html body .filmible-footer-grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(0,1.12fr) minmax(0,.9fr)!important;column-gap:34px!important;row-gap:0!important;width:100%!important;margin:0!important;padding:0!important;align-items:start!important}html body .filmible-footer-grid>div,html body .filmible-footer-grid>section,html body .filmible-footer-grid>ul{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;min-width:0!important;margin:0!important;padding:0!important}html body .filmible-footer-grid a{display:block!important;margin:0!important;padding:0!important;color:rgba(255,255,255,.92)!important;font-size:12px!important;line-height:1.4!important;text-decoration:none!important;white-space:nowrap!important}html body .filmible-footer-copy,html body .filmible-footer-copyright{display:block!important;width:100%!important;margin:22px 0 0!important;padding:0!important;color:rgba(255,255,255,.62)!important;font-size:11px!important;line-height:1.4!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row){margin-top:22px!important;margin-bottom:24px!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .row-title-line{margin-bottom:10px!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-row-shell{overflow:visible!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:10px!important;margin:0!important;padding:0 4vw 6px 0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important;overscroll-behavior-inline:contain!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - 8vw - 30px) / 4)!important;width:calc((100vw - 8vw - 30px) / 4)!important;min-width:calc((100vw - 8vw - 30px) / 4)!important;max-width:calc((100vw - 8vw - 30px) / 4)!important;height:auto!important;margin:0!important;padding:0!important;scroll-snap-align:start!important;overflow:visible!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;padding:0!important;opacity:1!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb{width:100%!important;min-width:100%!important;max-width:100%!important;aspect-ratio:16/9!important;height:auto!important;border-radius:8px!important;overflow:hidden!important;background:#171717!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb img,html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb picture{display:block!important;width:100%!important;height:100%!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb img{object-fit:cover!important;object-position:center center!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-base h3,html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-base p,html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-page-hover-preview,html body .nf-rows-wrap .nf-row:not(.is-top10-row) .row-arrow{display:none!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-badges{left:0!important;right:auto!important;bottom:0!important;max-width:calc(100% - 6px)!important;overflow:hidden!important;flex-wrap:nowrap!important;z-index:3!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-badge{min-height:18px!important;padding:0 6px!important;font-size:9px!important;line-height:18px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media screen and (orientation:landscape) and (min-width:600px) and (max-width:740px) and (max-height:599px){html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-slider{gap:8px!important}html body .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - 8vw - 24px) / 4)!important;width:calc((100vw - 8vw - 24px) / 4)!important;min-width:calc((100vw - 8vw - 24px) / 4)!important;max-width:calc((100vw - 8vw - 24px) / 4)!important}}@media screen and (orientation:landscape) and (min-width:600px) and (max-width:932px) and (max-height:599px){html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{background-image:var(--filmible-hero-landscape-background)!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - 8vw - 30px) / 4)!important;width:calc((100vw - 8vw - 30px) / 4)!important;min-width:calc((100vw - 8vw - 30px) / 4)!important;max-width:calc((100vw - 8vw - 30px) / 4)!important;height:auto!important}html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:16/9!important;border-radius:8px!important;overflow:hidden!important}html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb picture{display:block!important;width:100%!important;height:100%!important}html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb picture>img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-base h3,html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-base p{display:none!important}html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-badges{left:4px!important;right:4px!important;bottom:4px!important;width:auto!important;max-width:calc(100% - 8px)!important;overflow:hidden!important;z-index:4!important}html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-badge{min-height:18px!important;height:18px!important;padding:0 6px!important;font-size:9px!important;line-height:18px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media screen and (orientation:landscape) and (min-width:600px) and (max-width:740px) and (max-height:599px){html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - 8vw - 24px) / 4)!important;width:calc((100vw - 8vw - 24px) / 4)!important;min-width:calc((100vw - 8vw - 24px) / 4)!important;max-width:calc((100vw - 8vw - 24px) / 4)!important}}@media screen and (orientation:landscape) and (min-width:600px) and (max-width:932px) and (max-height:599px){html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-badges{position:absolute!important;left:50%!important;right:auto!important;bottom:5px!important;display:flex!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:calc(100% - 12px)!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;transform:translateX(-50%)!important;z-index:5!important}html body .filmible-home .nf-rows-wrap .nf-row:not(.is-top10-row) .nf-card-badge{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:max-content!important;max-width:calc(100% - 2px)!important;min-height:18px!important;height:18px!important;margin:0!important;padding:0 8px!important;border-radius:2px!important;font-size:9px!important;font-weight:800!important;line-height:18px!important;text-align:center!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;transform:none!important}}html body .nf-row.is-top10-row .nf-slider{counter-reset:none!important}html body .nf-row.is-top10-row .nf-slider>.nf-card{counter-increment:none!important}html body .nf-row.is-top10-row .nf-card:before,html body .nf-row.is-top10-row .nf-slider>.nf-card:before{content:attr(data-rank)!important}.filmible-mobile-notifications-screen,.filmible-mobile-search-screen{display:none}@media screen and (min-width:320px) and (max-width:599px) and (orientation:portrait){html body .filmible-mobile-search-route,html body .filmible-notifications-route{min-height:100svh!important;background:#090a0e!important;color:#fff!important}html body .filmible-desktop-notifications-inbox,html body .filmible-mobile-search-route>header.filmible-header,html body .filmible-notifications-route>header.filmible-header{display:none!important}html body .filmible-mobile-notifications-screen,html body .filmible-mobile-search-screen{box-sizing:border-box!important;display:block!important;min-height:100svh!important;padding:max(18px,env(safe-area-inset-top,0px)) var(--filmible-mobile-gutter,16px) calc(82px + env(safe-area-inset-bottom, 0px))!important;background:linear-gradient(180deg,#121522,#090a0e 32%,#07080b)!important;color:#fff!important}html body .filmible-mobile-notifications-screen>header,html body .filmible-mobile-search-heading{min-height:52px!important;display:grid!important;align-items:center!important}html body .filmible-mobile-search-heading{grid-template-columns:minmax(0,1fr) auto!important;margin-bottom:12px!important}html body .filmible-mobile-notifications-screen>header h1,html body .filmible-mobile-search-heading h1{margin:0!important;font-size:clamp(28px,8vw,38px)!important;line-height:1!important}html body .filmible-mobile-search-heading>a{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;color:#fff!important}html body .filmible-mobile-notifications-screen>header svg,html body .filmible-mobile-search-heading svg{width:29px!important;height:29px!important;fill:currentColor!important}html body .filmible-mobile-search-field-wrap{box-sizing:border-box!important;position:sticky!important;top:max(0px,env(safe-area-inset-top,0px))!important;z-index:80!important;min-height:52px!important;display:grid!important;grid-template-columns:30px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:0 14px!important;background:#2c3040!important;box-shadow:0 8px 24px rgba(0,0,0,.28)!important}html body .filmible-mobile-search-screen.is-searching{padding-top:max(8px,env(safe-area-inset-top,0px))!important}html body .filmible-mobile-search-field-wrap svg{width:27px!important;height:27px!important;fill:currentColor!important}html body .filmible-mobile-search-field-wrap input{width:100%!important;min-width:0!important;height:50px!important;padding:0!important;border:0!important;outline:0!important;color:#fff!important;background:transparent!important;font-size:16px!important}html body .filmible-mobile-search-field-wrap>button{width:32px!important;height:32px!important;border:0!important;background:transparent!important;color:#fff!important;font-size:27px!important}html body .filmible-mobile-search-recommended,html body .filmible-mobile-search-results-screen{padding-top:18px!important}html body .filmible-mobile-search-grid-section h2,html body .filmible-mobile-search-recommended h2,html body .filmible-mobile-search-unavailable h2{margin:0 0 12px!important;font-size:clamp(20px,5.8vw,28px)!important;line-height:1.2!important}html body .filmible-mobile-search-list{display:grid!important;gap:10px!important}html body .filmible-mobile-search-list article{min-height:74px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;align-items:center!important;gap:12px!important}html body .filmible-mobile-search-list-main{min-width:0!important;display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;align-items:center!important;gap:12px!important}html body .filmible-mobile-search-list-main img{width:132px!important;height:74px!important;object-fit:cover!important;border-radius:5px!important}html body .filmible-mobile-search-list-main strong{color:#fff!important;font-size:17px!important;line-height:1.18!important}html body .filmible-mobile-search-play{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border:2px solid rgba(255,255,255,.76)!important;border-radius:50%!important;color:#fff!important}html body .filmible-mobile-search-play svg{width:23px!important;height:23px!important;fill:currentColor!important}html body .filmible-mobile-search-status{margin:24px 0!important;color:rgba(255,255,255,.72)!important}html body .filmible-mobile-search-grid-section{margin-top:24px!important}html body .filmible-mobile-search-poster-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}html body .filmible-mobile-search-poster-row{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc((100vw - 52px) / 3.15)!important;gap:9px!important;overflow-x:auto!important;padding-bottom:5px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}html body .filmible-mobile-search-poster-grid img,html body .filmible-mobile-search-poster-row img{width:100%!important;aspect-ratio:2/3!important;object-fit:cover!important;border-radius:6px!important}html body .filmible-mobile-notifications-screen{padding-top:max(12px,env(safe-area-inset-top,0px))!important}html body .filmible-mobile-notifications-screen>header{grid-template-columns:42px minmax(0,1fr)!important;gap:8px!important;margin-bottom:16px!important}html body .filmible-mobile-notifications-screen>header>button{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border:0!important;background:transparent!important;color:#fff!important}html body .filmible-mobile-notifications-list{display:grid!important;gap:4px!important}html body .filmible-mobile-notifications-list>button{width:100%!important;min-height:88px!important;display:grid!important;grid-template-columns:122px minmax(0,1fr)!important;gap:13px!important;padding:8px 0!important;border:0!important;background:transparent!important;color:#fff!important;text-align:left!important}html body .filmible-mobile-notifications-list>button.is-unread{background:linear-gradient(90deg,rgba(229,9,20,.08),transparent 72%)!important}html body .filmible-mobile-notification-art{width:122px!important;height:68px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:5px!important;background:#252936!important}html body .filmible-mobile-notification-art img{width:100%!important;height:100%!important;object-fit:cover!important}html body .filmible-mobile-notification-art.is-blue{background:linear-gradient(135deg,#194f92,#10233e)!important}html body .filmible-mobile-notification-art.is-green{background:linear-gradient(135deg,#12834b,#123626)!important}html body .filmible-mobile-notification-art.is-purple{background:linear-gradient(135deg,#7940c0,#2f164c)!important}html body .filmible-mobile-notification-art.is-red{background:linear-gradient(135deg,#d81f35,#4c101b)!important}html body .filmible-mobile-notification-copy{min-width:0!important;display:grid!important;gap:3px!important}html body .filmible-mobile-notification-copy strong{font-size:16px!important;line-height:1.15!important}html body .filmible-mobile-notification-copy span{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;color:rgba(255,255,255,.72)!important;font-size:14px!important}html body .filmible-mobile-notification-copy em{color:rgba(255,255,255,.58)!important;font-size:13px!important;font-style:normal!important}html body nav.filmible-mobile-bottom-nav>button[aria-label=Search].is-active{border-color:rgba(229,9,47,.72)!important;background:linear-gradient(135deg,rgba(82,0,16,.94),rgba(35,3,18,.96))!important;color:#fff!important}}@media screen and (min-width:320px) and (max-width:599px) and (orientation:portrait){html body .filmible-mobile-search-field-wrap input[type=search]::-webkit-search-cancel-button,html body .filmible-mobile-search-field-wrap input[type=search]::-webkit-search-decoration,html body .filmible-mobile-search-field-wrap input[type=search]::-webkit-search-results-button,html body .filmible-mobile-search-field-wrap input[type=search]::-webkit-search-results-decoration{display:none!important;-webkit-appearance:none!important;appearance:none!important}html body .filmible-mobile-search-field-wrap input[type=search]{-webkit-appearance:none!important;appearance:none!important}html body .filmible-mobile-notifications-screen.is-detail{display:block!important}html body .filmible-mobile-notification-detail{box-sizing:border-box!important;display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;gap:16px!important;align-items:start!important;padding:18px 0 28px!important}html body .filmible-mobile-notification-detail-art{width:96px!important;height:96px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:8px!important;background:#252936!important;color:#fff!important}html body .filmible-mobile-notification-detail-art img{width:100%!important;height:100%!important;object-fit:cover!important}html body .filmible-mobile-notification-detail-art b{font-size:30px!important}html body .filmible-mobile-notification-detail-art.is-blue{background:linear-gradient(135deg,#194f92,#10233e)!important}html body .filmible-mobile-notification-detail-art.is-green{background:linear-gradient(135deg,#12834b,#123626)!important}html body .filmible-mobile-notification-detail-art.is-purple{background:linear-gradient(135deg,#7940c0,#2f164c)!important}html body .filmible-mobile-notification-detail-art.is-red{background:linear-gradient(135deg,#d81f35,#4c101b)!important}html body .filmible-mobile-notification-detail-copy{min-width:0!important;display:grid!important;gap:9px!important}html body .filmible-mobile-notification-detail-type{color:#ef3650!important;font-size:12px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}html body .filmible-mobile-notification-detail-copy h2{margin:0!important;color:#fff!important;font-size:clamp(24px,7vw,34px)!important;line-height:1.08!important;letter-spacing:-.6px!important}html body .filmible-mobile-notification-detail-copy p{margin:0!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important;color:rgba(255,255,255,.86)!important;font-size:16px!important;line-height:1.5!important}html body .filmible-mobile-notification-detail-copy time{color:rgba(255,255,255,.58)!important;font-size:14px!important}html body .filmible-mobile-notification-detail-action{grid-column:1/-1!important;box-sizing:border-box!important;width:100%!important;min-height:50px!important;margin-top:10px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:8px!important;background:#e5092f!important;color:#fff!important;font-size:16px!important;font-weight:850!important}html body .filmible-mobile-notifications-screen{touch-action:pan-y!important}html body .filmible-mobile-notifications-screen>header{min-height:46px!important;grid-template-columns:36px minmax(0,1fr)!important;gap:5px!important;margin-bottom:12px!important}html body .filmible-mobile-notifications-screen>header>button{width:36px!important;height:36px!important}html body .filmible-mobile-notifications-screen>header svg{width:25px!important;height:25px!important}html body .filmible-mobile-notifications-screen>header h1{font-size:clamp(26px,7vw,32px)!important;line-height:1!important;letter-spacing:-.75px!important}html body .filmible-mobile-notifications-screen{overscroll-behavior-x:contain!important;touch-action:pan-y pinch-zoom!important}}@media screen and (min-width:320px) and (max-width:599px) and (orientation:portrait){html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider{gap:10px!important;padding-top:8px!important;padding-bottom:16px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{box-sizing:border-box!important;flex:0 0 calc((100vw - 66px) / 2)!important;width:calc((100vw - 66px) / 2)!important;min-width:calc((100vw - 66px) / 2)!important;max-width:190px!important;height:auto!important;min-height:0!important;padding:0!important;margin:0!important;display:block!important;position:relative!important;overflow:visible!important;scroll-snap-align:start!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{content:attr(data-rank)!important;box-sizing:border-box!important;position:absolute!important;z-index:8!important;top:8px!important;left:8px!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;padding:0!important;border:2px solid rgba(255,255,255,.92)!important;border-radius:8px!important;background:rgba(229,9,47,.96)!important;color:#fff!important;-webkit-text-stroke:0 transparent!important;text-shadow:0 2px 8px rgba(0,0,0,.55)!important;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important;pointer-events:none!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;position:relative!important;z-index:2!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{box-sizing:border-box!important;width:100%!important;height:auto!important;aspect-ratio:2/3!important;overflow:hidden!important;border-radius:7px!important;box-shadow:0 10px 24px rgba(0,0,0,.5)!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-card-base h3,html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .rank-badge,html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .watch-progress{display:none!important}}@media (min-width:320px) and (max-width:599px){body:has(.filmible-settings-page),body:has(.filmible-static-page),html:has(.filmible-settings-page),html:has(.filmible-static-page){min-height:100%;background:#080004!important}body:has(.filmible-settings-page),body:has(.filmible-static-page){overflow:hidden!important}.filmible-settings-page,.filmible-static-page{position:fixed!important;inset:0!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;margin:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch;background:radial-gradient(circle at 50% -12%,rgba(145,0,30,.34),transparent 38%),linear-gradient(180deg,#250008,#100005 22%,#050003 58%,#020102)!important;background-color:#050003!important;z-index:2147482000!important;isolation:isolate}.filmible-settings-page:before,.filmible-static-page:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 18%),radial-gradient(circle at 50% 0,rgba(255,30,64,.08),transparent 44%);z-index:-1}.filmible-settings-mobile-header{position:sticky!important;top:0!important;z-index:50!important;background:linear-gradient(180deg,rgba(52,0,10,.99),rgba(22,0,6,.97))!important;border-bottom:1px solid rgba(255,88,111,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.filmible-settings-footer,.filmible-settings-sidebar,.filmible-settings-topbar{display:none!important}.filmible-settings-main,.filmible-settings-shell{width:100%!important;max-width:none!important;min-height:auto!important;margin:0!important}.filmible-settings-main{padding:18px 16px 42px!important}.filmible-settings-heading{margin:0 0 18px!important}.filmible-account-hero,.filmible-settings-card,.filmible-static-card,.filmible-static-content-card,.filmible-static-hero{background:linear-gradient(145deg,rgba(68,8,21,.96),rgba(27,3,10,.98))!important;border:1px solid rgba(255,89,111,.22)!important;box-shadow:0 18px 44px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035)!important}body:has(.filmible-static-page) footer,body:has(.filmible-static-page) header:not(.filmible-settings-mobile-header){display:none!important}.filmible-static-page{padding:22px 16px 46px!important}.filmible-static-hero{margin:0 0 16px!important;border-radius:20px!important;padding:22px 18px!important}.filmible-static-card-list,.filmible-static-content-card{width:100%!important;max-width:none!important;margin:0!important}.filmible-static-card,.filmible-static-content-card{border-radius:18px!important}html.filmible-mobile-route-transition:after{content:"";position:fixed;inset:0;z-index:2147483647;pointer-events:all;background:radial-gradient(circle at 50% -12%,rgba(145,0,30,.34),transparent 38%),linear-gradient(180deg,#250008,#100005 22%,#050003 58%,#020102);opacity:1}}@media screen and (min-width:600px) and (max-width:1199px){:root{--filmible-mobile-gutter:clamp(12px,4vw,22px);--filmible-mobile-header-height:118px;--filmible-mobile-bottom-safe:env(safe-area-inset-bottom,0px)}body,html{width:100%;max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}body{background:#050505}.nf-header{height:var(--filmible-mobile-header-height);padding:max(8px,env(safe-area-inset-top,0px)) var(--filmible-mobile-gutter) 8px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:50px 44px;align-items:center;gap:6px 10px;background:linear-gradient(180deg,rgba(0,0,0,.98),rgba(0,0,0,.94) 78%,rgba(0,0,0,.86));box-shadow:0 8px 26px rgba(0,0,0,.46)}.nf-brand{grid-column:1;grid-row:1;margin:0;min-width:0;gap:8px;font-size:clamp(20px,6vw,25px);letter-spacing:-.6px}.nf-brand-mark{width:34px;height:34px;border-radius:8px}.nf-actions{grid-column:2;grid-row:1;margin:0;gap:0;min-width:42px;justify-content:flex-end}.nf-actions>*{display:none!important}.nf-actions>:has(a[href="/notifications"]),.nf-actions>:has(button[aria-label*=notification i]),.nf-actions>a[href="/notifications"],.nf-actions>button[aria-label*=notification i]{display:grid!important}.nf-actions a[href="/notifications"],.nf-actions button[aria-label*=notification i]{width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:21px;-webkit-tap-highlight-color:transparent}.kids-link,.nf-avatar{display:none!important}.nf-nav{grid-column:1/-1;grid-row:2;width:calc(100vw - (2 * var(--filmible-mobile-gutter)));max-width:100%;display:flex;align-items:center;gap:8px;overflow-x:auto;overflow-y:hidden;padding:2px 1px 6px;font-size:13px;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.nf-nav::-webkit-scrollbar{display:none}.nf-nav a{flex:0 0 auto;min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));color:#f4f4f4;font-weight:750;white-space:nowrap;scroll-snap-align:start;-webkit-tap-highlight-color:transparent}.nf-nav a:active{transform:scale(.97);background:rgba(229,9,47,.22);border-color:rgba(229,9,47,.55)}.nf-billboard.filmible-hero-shell{min-height:min(820px,128svh);padding:calc(var(--filmible-mobile-header-height) + 18px) var(--filmible-mobile-gutter) 54px;align-items:flex-end;background:#050505}.filmible-hero-slide,.filmible-hero-track{min-height:inherit}.filmible-hero-slide{background-image:linear-gradient(180deg,rgba(0,0,0,.04) 30%,rgba(5,5,5,.28) 57%,rgba(5,5,5,.94) 82%,#050505 100%),var(--filmible-hero-mobile-background)!important;background-size:cover!important;background-position:top!important}.filmible-hero-shell .billboard-copy{width:100%;max-width:100%;margin-top:auto;padding-top:52svh;text-align:center;display:flex;flex-direction:column;align-items:center}.show-badge{margin-bottom:8px;font-size:11px;letter-spacing:.18em}.nf-billboard h1{max-width:94%;margin:0 0 12px;font-size:clamp(34px,11vw,58px);line-height:.96;letter-spacing:-2px;text-align:center}.title-meta{justify-content:center;gap:7px 9px;margin:0 0 14px;font-size:clamp(11px,3.4vw,14px);line-height:1.35}.billboard-copy>p{display:none}.billboard-buttons{width:min(100%,360px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.nf-info,.nf-play{min-width:0;min-height:46px;padding:0 14px;border-radius:8px;font-size:15px;-webkit-tap-highlight-color:transparent}.nf-info:active,.nf-play:active{transform:scale(.98)}.billboard-side{display:none}.billboard-fade{height:150px}.nf-rows-wrap{z-index:20;margin-top:0;padding-bottom:calc(88px + var(--filmible-mobile-bottom-safe))}.nf-row{margin:0 0 22px;padding-left:var(--filmible-mobile-gutter);overflow:hidden}.row-title-line{margin-bottom:9px;padding-right:var(--filmible-mobile-gutter)}.row-title-line h2{font-size:clamp(17px,5vw,22px);line-height:1.2;letter-spacing:-.25px}.row-title-line span{display:none}.nf-row-shell{overflow:visible}.nf-slider{grid-auto-columns:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22);gap:7px;overflow-x:auto;overflow-y:hidden;padding:0 var(--filmible-mobile-gutter) 4px 0;margin-top:0;scroll-snap-type:x mandatory;scroll-padding-left:0;touch-action:pan-x;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.nf-card{z-index:1!important;scroll-snap-align:start;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.nf-card:hover{z-index:1}.nf-card-base,.nf-card:hover .nf-card-base{opacity:1!important}.nf-base-thumb,.nf-hover-art{aspect-ratio:2/3;border-radius:8px;background:#171717}.nf-base-thumb img,.nf-hover-art img{object-fit:cover}.nf-hover-card,.nf-row-arrow,.nf-slider-arrow,.row-arrow,[class*=row-arrow i],[class*=slider-arrow i]{display:none!important}.nf-card:active .nf-base-thumb{transform:scale(.985);filter:brightness(.88)}@media screen and (max-width:359px){.nf-slider{grid-auto-columns:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12);gap:6px}.nf-nav a{padding-inline:12px}.nf-billboard h1{font-size:clamp(31px,10.5vw,43px)}}@media screen and (min-width:480px){.filmible-hero-shell .billboard-copy{padding-top:48svh}.nf-slider{grid-auto-columns:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28);gap:9px}}}@media screen and (min-width:600px) and (max-width:1199px){:root{--filmible-mobile-gutter:clamp(12px,4vw,22px);--filmible-mobile-header-height:calc(112px + env(safe-area-inset-top, 0px))}html body .filmible-header{height:var(--filmible-mobile-header-height)!important;min-height:var(--filmible-mobile-header-height)!important;padding:env(safe-area-inset-top,0) 0 0!important;background:linear-gradient(180deg,rgba(0,0,0,.98),rgba(0,0,0,.94) 76%,rgba(0,0,0,.84))!important;box-shadow:0 9px 28px rgba(0,0,0,.5)!important}html body .filmible-header-inner{width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:4px var(--filmible-mobile-gutter) 8px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:48px 44px!important;align-items:center!important;gap:5px 10px!important}html body .filmible-header .filmible-wordmark{grid-column:1!important;grid-row:1!important;align-self:center!important;justify-self:start!important;margin:0!important;font-size:clamp(21px,6vw,28px)!important;line-height:1!important}html body .filmible-header .filmible-header-actions{grid-column:2!important;grid-row:1!important;width:auto!important;min-width:42px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:0!important}html body .filmible-header .filmible-account,html body .filmible-header .filmible-search{display:none!important}html body .filmible-header .filmible-notification{display:block!important;position:relative!important}html body .filmible-header .filmible-notification>.filmible-icon-button{width:40px!important;height:40px!important;display:grid!important;place-items:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.14)!important;background:rgba(255,255,255,.07)!important;color:#fff!important}html body .filmible-header .filmible-notification-menu{display:none!important}html body .filmible-header .filmible-nav{grid-column:1/-1!important;grid-row:2!important;width:calc(100vw - (2 * var(--filmible-mobile-gutter)))!important;max-width:none!important;margin:0!important;padding:2px 1px 6px!important;display:flex!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}html body .filmible-header .filmible-nav::-webkit-scrollbar{display:none!important}html body .filmible-header .filmible-nav-link{flex:0 0 auto!important;min-height:34px!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.14)!important;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045))!important;color:#f5f5f5!important;font-size:13px!important;font-weight:750!important;scroll-snap-align:start!important}html body .filmible-header .filmible-nav-link.is-active{border-color:rgba(229,9,47,.72)!important;background:linear-gradient(135deg,rgba(229,9,47,.88),rgba(135,18,160,.82))!important;color:#fff!important}html body .filmible-home .nf-billboard.filmible-hero-shell{min-height:max(760px,calc(100svh + 70px))!important;height:auto!important;padding:0!important;margin:0!important;display:block!important;overflow:hidden!important;background:#050505!important}html body .filmible-home .filmible-hero-slide,html body .filmible-home .filmible-hero-track{min-height:max(760px,calc(100svh + 70px))!important;height:100%!important}html body .filmible-home .filmible-hero-slide{position:relative!important;display:flex!important;align-items:flex-end!important;padding:var(--filmible-mobile-header-height) var(--filmible-mobile-gutter) 42px!important;background-image:linear-gradient(180deg,rgba(0,0,0,.03) 28%,rgba(5,5,5,.18) 52%,rgba(5,5,5,.84) 78%,#050505 100%),var(--filmible-hero-mobile-background)!important;background-size:cover!important;background-position:top!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;z-index:5!important}html body .filmible-home .filmible-hero-slide .show-badge{margin:0 0 8px!important;font-size:11px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{max-width:96%!important;margin:0 0 13px!important;font-size:clamp(34px,11vw,58px)!important;line-height:.96!important;letter-spacing:-2px!important;text-align:center!important}html body .filmible-home .filmible-hero-slide .title-meta{margin:0 0 14px!important;display:flex!important;justify-content:center!important;gap:7px 9px!important;font-size:clamp(11px,3.35vw,14px)!important;line-height:1.35!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{display:none!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{width:min(100%,360px)!important;margin:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{width:100%!important;min-width:0!important;min-height:46px!important;margin:0!important;padding:0 12px!important;border:0!important;border-radius:8px!important;font-size:15px!important;line-height:1!important;cursor:pointer!important}html body .filmible-home .filmible-hero-slide .nf-info-desktop{display:none!important}html body .filmible-home .filmible-hero-slide .nf-info-mobile{display:inline-flex!important;align-items:center!important;justify-content:center!important}html body .filmible-home .filmible-hero-slide .nf-info-mobile:disabled{opacity:.68!important;cursor:wait!important}.filmible-mobile-hero-notice{margin-top:10px!important;padding:8px 12px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.12)!important;background:rgba(8,8,8,.78)!important;color:#fff!important;font-size:12px!important;font-weight:800!important}html body .filmible-home .billboard-side{display:none!important}html body .filmible-home .nf-rows-wrap{position:relative!important;z-index:20!important;margin:0!important;padding:18px 0 calc(88px + env(safe-area-inset-bottom, 0px))!important;transform:none!important;background:#050505!important}html body .filmible-home .nf-row{margin:0 0 24px!important;padding-left:var(--filmible-mobile-gutter)!important;overflow:hidden!important}html body .filmible-home .row-title-line{min-height:27px!important;margin:0 0 10px!important;padding-right:var(--filmible-mobile-gutter)!important}html body .filmible-home .row-title-line h2{margin:0!important;font-size:clamp(17px,5vw,22px)!important;line-height:1.2!important}html body .filmible-home .nf-row .nf-row-progress-dots,html body .filmible-home .row-title-line>span{display:none!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:7px!important;margin:0!important;padding:0 var(--filmible-mobile-gutter) 4px 0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;touch-action:pan-x!important;-webkit-overflow-scrolling:touch!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;max-width:none!important;height:auto!important;padding:0!important;scroll-snap-align:start!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;opacity:1!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-base-thumb{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:2/3!important;border-radius:8px!important;overflow:hidden!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}html body .filmible-home .nf-page-hover-preview,html body .filmible-home .nf-row .row-arrow,html body .filmible-home .nf-row:not(.is-top10-row) .nf-card-base h3{display:none!important}html body .filmible-home .nf-row.is-continue-row .nf-card-badge{min-height:16px!important;padding:0 4px!important;font-size:7px!important}html body .filmible-home .nf-row.is-continue-row .nf-continue-progress{width:74%!important;height:3px!important;margin:5px auto 0!important}@media screen and (max-width:359px){html body .filmible-header .filmible-nav-link{padding-inline:12px!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider{gap:6px!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important}}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-home .filmible-hero-slide,html body .filmible-home .filmible-hero-track,html body .filmible-home .nf-billboard.filmible-hero-shell{min-height:100svh!important;height:100svh!important}html body .filmible-home .filmible-hero-slide{padding:var(--filmible-mobile-header-height) var(--filmible-mobile-gutter) 18px!important}html body .filmible-home .filmible-hero-slide .billboard-copy{padding-bottom:max(6px,env(safe-area-inset-bottom,0px))!important}html body .filmible-home .filmible-hero-slide .nf-info-desktop{display:none!important}html body .filmible-home .filmible-hero-slide .nf-info-mobile{display:inline-flex!important;align-items:center!important;justify-content:center!important}.filmible-mobile-hero-notice{margin-top:8px!important;padding:7px 11px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;background:rgba(5,5,5,.82)!important;color:#fff!important;font-size:12px!important;font-weight:800!important}html body{padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px))}html body .filmible-home .filmible-hero-slide{background-image:var(--filmible-hero-mobile-background)!important;background-size:cover!important;background-position:top!important}.filmible-mobile-bottom-nav{position:fixed;z-index:9800;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:calc(64px + env(safe-area-inset-bottom, 0px));padding:6px 10px env(safe-area-inset-bottom,0);border-top:1px solid rgba(255,255,255,.1);background:rgba(7,7,10,.97);box-shadow:0 -12px 36px rgba(0,0,0,.46);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.filmible-mobile-bottom-nav a,.filmible-mobile-bottom-nav button{appearance:none;min-width:0;min-height:56px;display:grid;place-items:center;align-content:center;gap:3px;border:0;border-radius:14px;padding:5px 4px;color:#9d9da7;background:transparent;font:inherit;text-decoration:none;cursor:pointer}.filmible-mobile-bottom-nav svg{width:23px;height:23px;fill:currentColor}.filmible-mobile-bottom-nav span{font-size:11px;font-weight:800;line-height:1}.filmible-mobile-bottom-nav a.is-active{color:#fff;background:rgba(239,16,39,.13);box-shadow:inset 0 0 0 1px rgba(239,16,39,.28)}.filmible-mobile-bottom-nav a.is-active svg{color:#ff2338}.filmible-mobile-nav-avatar{position:relative;width:25px;height:25px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.26);border-radius:50%;color:currentColor;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));font-size:11px;font-weight:900;line-height:1}.filmible-mobile-nav-avatar img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.filmible-mobile-nav-avatar.has-image{border-color:rgba(255,255,255,.42);box-shadow:0 0 0 1px rgba(0,0,0,.55)}.filmible-mobile-nav-avatar.has-image .filmible-mobile-nav-avatar-fallback{visibility:hidden}.filmible-mobile-nav-avatar-fallback{width:100%;height:100%;display:grid;place-items:center}.filmible-mobile-nav-avatar-fallback svg{width:21px;height:21px}.filmible-mobile-bottom-nav a.is-active .filmible-mobile-nav-avatar{border-color:#ff2338;box-shadow:0 0 0 2px rgba(255,35,56,.16)}.filmible-mobile-nav-avatar{width:26px!important;height:26px!important;border-radius:6px!important}.filmible-mobile-nav-avatar img{border-radius:5px!important}.filmible-mobile-profile-sheet{position:fixed;z-index:11000;inset:0;width:100%;min-height:100svh;max-height:100svh;overflow-y:auto;overscroll-behavior:contain;box-sizing:border-box;padding:12px 18px calc(24px + env(safe-area-inset-bottom, 0px));background:radial-gradient(circle at 50% 0,rgba(92,129,188,.22),transparent 30%),linear-gradient(180deg,#35496b,#273a5a 42%,#1d2d49);animation:filmibleMobileProfileFullScreenIn .26s cubic-bezier(.22,.75,.28,1)}}@media screen and (min-width:600px) and (max-width:1199px){@keyframes filmibleMobileProfileFullScreenIn{0%{transform:translateY(100%);opacity:.82}to{transform:translateY(0);opacity:1}}.filmible-mobile-profile-sheet-header{position:relative;min-height:66px;display:grid;place-items:center}.filmible-mobile-profile-sheet-handle{position:absolute;top:0;width:38px;height:4px;border-radius:999px;background:rgba(255,255,255,.75)}.filmible-mobile-profile-sheet-header h2{margin:10px 0 0;color:#fff;font-size:1.65rem;font-weight:850;letter-spacing:-.025em}.filmible-mobile-profile-sheet-close{position:absolute;top:8px;right:0;width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:50%;color:#eef7ff;background:rgba(139,181,225,.58)}.filmible-mobile-profile-sheet-close svg{width:23px;height:23px}.filmible-mobile-current-profile-card{position:relative;min-height:190px;display:grid;justify-items:center;align-content:center;border-radius:28px;padding:18px;background:linear-gradient(145deg,rgba(92,129,184,.72),rgba(74,103,154,.74));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 14px 36px rgba(8,17,34,.2)}.filmible-mobile-current-profile-edit{position:absolute;top:45px;right:32px;width:42px;height:42px;display:grid;place-items:center;border:0;color:#f2fbff;background:transparent}.filmible-mobile-current-profile-edit svg{width:30px;height:30px}.filmible-mobile-profile-avatar{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#315b93,#233f68);color:#fff;font-weight:900}.filmible-mobile-profile-avatar img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.filmible-mobile-profile-avatar.has-image .filmible-mobile-profile-avatar-fallback{visibility:hidden}.filmible-mobile-profile-avatar.is-current{width:104px;height:104px;border-radius:22px}.filmible-mobile-current-profile-card>strong{margin-top:10px;color:#fff;font-size:1.08rem;font-weight:850}.filmible-mobile-profile-avatar.is-mini{width:66px;height:66px;border-radius:16px}.filmible-mobile-profile-avatar.is-bottom-nav{width:25px;height:25px;border:1px solid rgba(255,255,255,.42);border-radius:6px}.filmible-mobile-profile-mini-grid{margin:26px auto 0;display:flex;flex-wrap:wrap;justify-content:center;gap:18px 16px}.filmible-mobile-profile-mini-item{width:74px;display:grid;justify-items:center;gap:6px;color:#fff;font-size:.82rem;font-weight:750;text-align:center}.filmible-mobile-profile-add-button,.filmible-mobile-profile-mini-button{position:relative;width:66px;height:66px;display:grid;place-items:center;border:0;border-radius:16px;padding:0;background:transparent}.filmible-mobile-profile-add-button{border:1px solid rgba(255,255,255,.13);color:#fff;background:linear-gradient(145deg,rgba(102,137,192,.92),rgba(73,101,151,.96))}.filmible-mobile-profile-add-button>span{font-size:2.45rem;font-weight:280;line-height:1}.filmible-mobile-profile-mini-pencil{position:absolute;inset:0;display:grid;place-items:center;border-radius:16px;color:#fff;background:rgba(16,27,48,.48)}.filmible-mobile-profile-mini-pencil svg{width:27px;height:27px}.filmible-mobile-profile-manage-toggle{min-height:44px;margin:46px auto 36px;display:block;border:0;border-radius:999px;padding:0 22px;color:#eef8ff;background:linear-gradient(145deg,rgba(100,139,194,.9),rgba(71,102,154,.92));font-size:.92rem;font-weight:800}.filmible-mobile-profile-sheet-links{display:grid;gap:10px}.filmible-mobile-profile-sheet-links a{min-height:62px;display:grid;grid-template-columns:34px 1fr 22px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:0 14px;color:#f2f8ff;background:linear-gradient(145deg,rgba(78,111,164,.78),rgba(58,83,128,.84));text-decoration:none}.filmible-mobile-profile-link-icon{display:grid;place-items:center}.filmible-mobile-profile-link-icon svg{width:25px;height:25px}.filmible-mobile-profile-sheet-links a>svg{width:20px;height:20px}.filmible-mobile-profile-sheet-links strong{font-size:1rem;font-weight:800}.filmible-mobile-profile-sheet{isolation:isolate;padding:14px 22px calc(24px + env(safe-area-inset-bottom, 0px));background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.34),transparent 37%),radial-gradient(circle at 92% 22%,rgba(157,15,35,.2),transparent 32%),radial-gradient(circle at 8% 62%,rgba(111,0,20,.16),transparent 37%),linear-gradient(180deg,#17080d,#10070a 46%,#090609)}.filmible-mobile-profile-sheet:before{content:"";position:fixed;z-index:-1;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.045),transparent 28%,transparent 72%,rgba(229,9,20,.045))}.filmible-mobile-profile-sheet-header{min-height:72px}.filmible-mobile-profile-sheet-handle{width:36px;height:4px;background:rgba(255,255,255,.72)}.filmible-mobile-profile-sheet-header h2{margin-top:11px;font-size:1.62rem}.filmible-mobile-profile-sheet-close{top:8px;right:0;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(229,9,20,.72),rgba(112,7,18,.78));box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 22px rgba(0,0,0,.3)}.filmible-mobile-current-profile-card{width:100%;min-height:205px;box-sizing:border-box;border:1px solid rgba(255,255,255,.105);border-radius:28px;padding:20px 18px;background:linear-gradient(145deg,rgba(121,20,36,.43),rgba(42,12,21,.68));box-shadow:inset 0 1px 0 rgba(255,255,255,.07),inset 0 -1px 0 rgba(229,9,20,.08),0 18px 42px rgba(0,0,0,.28);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.filmible-mobile-profile-avatar.is-current{width:100px;height:100px;border:2px solid rgba(255,255,255,.12);border-radius:22px;box-shadow:0 12px 26px rgba(0,0,0,.34),0 0 0 1px rgba(229,9,20,.09)}.filmible-mobile-current-profile-card>strong{margin-top:11px;font-size:1.05rem}.filmible-mobile-current-profile-edit{top:48px;right:28px;color:#fff4f5}.filmible-mobile-current-profile-edit svg{width:28px;height:28px}.filmible-mobile-profile-mini-grid{width:min(250px,100%);margin-top:27px;gap:17px 12px}.filmible-mobile-profile-mini-item{width:72px;gap:6px;font-size:.8rem}.filmible-mobile-profile-add-button,.filmible-mobile-profile-avatar.is-mini,.filmible-mobile-profile-mini-button{width:64px;height:64px;border-radius:15px}.filmible-mobile-profile-avatar.is-mini{border:1px solid rgba(255,255,255,.11);box-shadow:0 9px 20px rgba(0,0,0,.26)}.filmible-mobile-profile-add-button{border:1px solid rgba(255,255,255,.105);background:linear-gradient(145deg,rgba(129,25,42,.58),rgba(54,14,24,.82));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 9px 20px rgba(0,0,0,.25);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.filmible-mobile-profile-add-button>span{font-size:2.25rem}.filmible-mobile-profile-mini-pencil{border-radius:15px;background:linear-gradient(145deg,rgba(229,9,20,.48),rgba(30,4,10,.68));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.filmible-mobile-profile-manage-toggle{min-height:43px;margin:50px auto 42px;border:1px solid rgba(255,255,255,.11);padding:0 23px;color:#fff;background:linear-gradient(145deg,rgba(178,18,39,.72),rgba(94,9,24,.8));box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 10px 26px rgba(0,0,0,.25);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.filmible-mobile-profile-sheet-links{gap:9px}.filmible-mobile-profile-sheet-links a{min-height:59px;grid-template-columns:32px 1fr 20px;gap:10px;border:1px solid rgba(255,255,255,.085);border-radius:11px;padding:0 14px;background:linear-gradient(145deg,rgba(105,18,34,.43),rgba(39,11,19,.67));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 22px rgba(0,0,0,.19);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.filmible-mobile-profile-link-icon{color:#fff}.filmible-mobile-profile-link-icon svg{width:23px;height:23px}.filmible-mobile-profile-sheet-links strong{font-size:.98rem}.filmible-mobile-profile-sheet-links a>svg{color:rgba(255,255,255,.88)}.filmible-mobile-profile-sheet{display:flex;flex-direction:column}.filmible-mobile-profile-sheet-handle{position:absolute;top:0;width:66px;height:24px;border:0;border-radius:999px;padding:0;background:transparent;touch-action:none;cursor:grab}.filmible-mobile-profile-sheet-handle:before{content:"";position:absolute;top:3px;left:50%;width:36px;height:4px;transform:translateX(-50%);border-radius:999px;background:rgba(255,255,255,.76)}.filmible-mobile-profile-sheet-handle:active{cursor:grabbing}.filmible-mobile-current-profile-avatar-button{position:relative;display:grid;place-items:center;border:0;border-radius:22px;padding:0;background:transparent}.filmible-mobile-current-profile-pencil{position:absolute;inset:0;display:grid;place-items:center;border-radius:22px;color:#fff;background:linear-gradient(145deg,rgba(229,9,20,.52),rgba(26,3,8,.7));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.filmible-mobile-current-profile-pencil svg{width:34px;height:34px}.filmible-mobile-profile-sheet-links{width:100%;margin-top:auto;padding-top:34px}.filmible-mobile-profile-link-icon,.filmible-mobile-profile-link-icon svg{color:#fff!important}.filmible-mobile-profile-sheet-links button{min-height:59px;display:grid;grid-template-columns:32px 1fr 20px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.085);border-radius:11px;padding:0 14px;color:#f2f8ff;background:linear-gradient(145deg,rgba(105,18,34,.43),rgba(39,11,19,.67));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 22px rgba(0,0,0,.19);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);text-align:left}.filmible-mobile-profile-sheet-links button>svg{width:20px;height:20px}.filmible-mobile-profile-sheet-links button strong{font-size:.98rem;font-weight:800}.filmible-mobile-account-subpanel{position:fixed;z-index:11020;inset:0;min-height:100svh;max-height:100svh;overflow-y:auto;box-sizing:border-box;padding:18px 22px calc(26px + env(safe-area-inset-bottom, 0px));background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.3),transparent 34%),linear-gradient(180deg,#17080d,#10070a 48%,#090609);touch-action:pan-y;animation:filmibleMobileAccountPanelIn .26s cubic-bezier(.22,.75,.28,1)}}@media screen and (min-width:600px) and (max-width:1199px){@keyframes filmibleMobileAccountPanelIn{0%{transform:translateX(100%);opacity:.85}to{transform:translateX(0);opacity:1}}.filmible-mobile-account-subpanel-header{position:relative;min-height:62px;display:grid;place-items:center;margin-bottom:18px}.filmible-mobile-account-subpanel-header h2{margin:0;color:#fff;font-size:1.65rem;font-weight:850}.filmible-mobile-account-back{position:absolute;left:0;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:50%;color:#fff;background:linear-gradient(145deg,rgba(178,18,39,.72),rgba(94,9,24,.8))}.filmible-mobile-account-back svg{width:22px;height:22px}.filmible-mobile-account-menu{display:grid;gap:10px;border:1px solid rgba(255,255,255,.075);border-radius:18px;padding:12px;background:linear-gradient(145deg,rgba(105,18,34,.36),rgba(31,9,16,.64));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 40px rgba(0,0,0,.24);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.filmible-mobile-account-menu a{min-height:54px;display:grid;grid-template-columns:30px 1fr 20px;align-items:center;gap:10px;border-radius:11px;padding:0 12px;color:#fff;text-decoration:none;background:transparent}.filmible-mobile-account-menu a.is-active{background:linear-gradient(90deg,#e50914,#a11bc1);box-shadow:0 10px 24px rgba(84,5,29,.32)}.filmible-mobile-account-menu a>svg{width:19px;height:19px}.filmible-mobile-account-menu strong{font-size:.98rem;font-weight:800}.filmible-mobile-account-menu-icon{display:grid;place-items:center;color:#fff;font-size:1.05rem;font-weight:800}.filmible-mobile-account-close{position:absolute;right:0;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:50%;color:#fff;background:linear-gradient(145deg,rgba(229,9,20,.78),rgba(112,7,18,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 8px 22px rgba(0,0,0,.28)}.filmible-mobile-account-close svg{width:22px;height:22px}.filmible-mobile-account-menu{display:grid;gap:10px;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.filmible-mobile-account-menu a,.filmible-mobile-account-menu a.is-active{min-height:58px;display:grid;grid-template-columns:30px 1fr 20px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.085);border-radius:11px;padding:0 14px;color:#fff;text-decoration:none;background:linear-gradient(145deg,rgba(105,18,34,.43),rgba(39,11,19,.67));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 22px rgba(0,0,0,.19);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.filmible-settings-page{min-height:100svh;padding:0 18px 34px;overflow-x:hidden;background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.28),transparent 34%),linear-gradient(180deg,#17080d,#10070a 48%,#090609);touch-action:pan-y}.filmible-settings-mobile-header{position:sticky;z-index:80;top:0;min-height:92px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;margin-bottom:12px;background:linear-gradient(180deg,rgba(61,4,14,.98),rgba(28,5,10,.94))}.filmible-settings-mobile-header h1{margin:0;color:#fff;font-size:1.65rem;font-weight:850;text-align:center}.filmible-settings-mobile-back,.filmible-settings-mobile-close{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:50%;color:#fff;background:linear-gradient(145deg,rgba(178,18,39,.72),rgba(94,9,24,.82))}.filmible-settings-mobile-close{background:linear-gradient(145deg,rgba(229,9,20,.78),rgba(112,7,18,.86))}.filmible-settings-mobile-back svg,.filmible-settings-mobile-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.filmible-settings-footer,.filmible-settings-heading,.filmible-settings-sidebar,.filmible-settings-topbar{display:none!important}.filmible-settings-main,.filmible-settings-shell{display:block;width:100%;max-width:none;margin:0;padding:0}.filmible-mobile-account-menu-icon svg{width:19px;height:19px}.filmible-mobile-account-menu,.filmible-mobile-account-subpanel,.filmible-settings-main,.filmible-settings-page{scrollbar-width:none;-ms-overflow-style:none}}@media screen and (min-width:600px) and (max-width:1199px){.filmible-mobile-account-menu::-webkit-scrollbar,.filmible-mobile-account-subpanel::-webkit-scrollbar,.filmible-settings-main::-webkit-scrollbar,.filmible-settings-page::-webkit-scrollbar{width:0;height:0;display:none;background:transparent}.filmible-settings-page{padding-left:14px;padding-right:14px;padding-bottom:28px;background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.28),transparent 34%),linear-gradient(180deg,#19070c,#11060a 44%,#090509)}.filmible-settings-main{display:grid;gap:16px;padding-bottom:26px}.filmible-account-hero{position:relative;overflow:hidden;display:grid;gap:16px;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px 16px;background:linear-gradient(150deg,rgba(123,8,26,.82),rgba(44,8,16,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 40px rgba(0,0,0,.26)}.filmible-account-hero:before{content:"";position:absolute;inset:-18% -10% auto auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(170,70,255,.18),rgba(170,70,255,0));pointer-events:none}.filmible-account-ribbon{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:40px;border-radius:999px;padding:0 18px;color:#fff;background:linear-gradient(90deg,#f20f38,#ad1ee7);box-shadow:0 12px 24px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.12);font-size:.92rem;font-weight:900;letter-spacing:.01em}.filmible-account-hero-content{display:grid;gap:14px}.filmible-account-hero-content h2{margin:0;color:#fff;font-size:2rem;line-height:1.04;letter-spacing:-.03em}.filmible-account-hero-content p{margin:0;max-width:32ch;color:rgba(255,255,255,.84);font-size:1rem;line-height:1.6}.filmible-settings-pill.blue{width:fit-content;max-width:100%;justify-self:start;border:1px solid rgba(255,90,101,.36);border-radius:12px;padding:10px 14px;color:#fff;background:linear-gradient(145deg,rgba(96,13,23,.78),rgba(47,8,13,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.06);font-size:.84rem;font-weight:850}.filmible-settings-card{display:grid;gap:14px;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px 16px;background:linear-gradient(180deg,rgba(19,19,22,.96),rgba(11,11,14,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 40px rgba(0,0,0,.25)}.filmible-settings-section-label{margin:0;color:rgba(248,248,248,.92);font-size:1.9rem;line-height:1.06;letter-spacing:-.03em}.filmible-settings-note{margin:0;border:1px solid rgba(229,9,20,.2);border-radius:16px;padding:15px 14px;color:rgba(255,228,230,.92);background:linear-gradient(180deg,rgba(77,15,19,.62),rgba(44,10,12,.72));line-height:1.62}.filmible-settings-card a[href="/subscription"],.filmible-settings-primary,.filmible-settings-wide-button{min-height:52px;border-radius:14px;padding:0 18px;color:#fff;background:linear-gradient(90deg,#f20f38,#ad1ee7);box-shadow:0 14px 28px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.12);font-weight:900}.filmible-account-hero{padding:20px 18px}.filmible-account-hero-content{padding:6px 6px 2px}.filmible-account-hero-content .filmible-settings-pill.blue,.filmible-account-hero-content h2,.filmible-account-hero-content p,.filmible-account-ribbon{margin-left:2px}.filmible-category-desktop-grid-only{display:none!important}.filmible-category-mobile-row-only{display:block!important;min-width:0}.filmible-category-responsive-row{display:block;min-width:0}.filmible-category-mobile-row-only>.nf-row{margin-top:0!important}.filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-base-thumb{aspect-ratio:2/3!important}.filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}html body .filmible-category-row-page .filmible-category-rows-wrap{position:relative!important;z-index:20!important;padding:18px 0 calc(88px + env(safe-area-inset-bottom, 0px))!important;background:#050505!important}html body .filmible-category-mobile-row-only>.nf-row{margin:0 0 24px!important;padding-left:var(--filmible-mobile-gutter)!important;overflow:hidden!important}html body .filmible-category-mobile-row-only .row-title-line{min-height:27px!important;margin:0 0 10px!important;padding-right:var(--filmible-mobile-gutter)!important}html body .filmible-category-mobile-row-only .row-title-line h2{margin:0!important;font-size:clamp(17px,5vw,22px)!important;line-height:1.2!important;letter-spacing:-.25px!important}html body .filmible-category-mobile-row-only .nf-row-progress-dots,html body .filmible-category-mobile-row-only .row-title-line>span{display:none!important}html body .filmible-category-mobile-row-only .nf-row-shell{overflow:visible!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:7px!important;margin:0!important;padding:0 var(--filmible-mobile-gutter) 4px 0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;touch-action:auto!important;overscroll-behavior-inline:auto!important;-webkit-overflow-scrolling:touch!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;max-width:none!important;height:auto!important;padding:0!important;scroll-snap-align:start!important;z-index:1!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;opacity:1!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-base-thumb{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:2/3!important;border-radius:8px!important;overflow:hidden!important;background:#171717!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}html body .filmible-category-mobile-row-only .nf-page-hover-preview,html body .filmible-category-mobile-row-only .nf-row .row-arrow,html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-card-base h3{display:none!important}html body .filmible-category-mobile-row-only .nf-card-badges{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:100%!important;overflow:hidden!important}html body .filmible-category-mobile-row-only .nf-card-badge{min-height:16px!important;max-width:100%!important;padding:0 4px!important;font-size:7px!important;line-height:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .filmible-category-mobile-row-only .nf-row.is-continue-row .nf-continue-progress{width:74%!important;height:3px!important;margin:5px auto 0!important}}@media screen and (min-width:600px) and (max-width:1199px){@media screen and (max-width:359px){html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider{gap:6px!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important}}@media screen and (min-width:480px){html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider{gap:9px!important}html body .filmible-category-mobile-row-only .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important}}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-category-row-page .filmible-category-rows-wrap{position:relative!important;z-index:20!important;padding:18px 0 calc(88px + env(safe-area-inset-bottom, 0px))!important;background:#050505!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row{margin:0 0 24px!important;padding-left:var(--filmible-mobile-gutter)!important;overflow:hidden!important}html body .filmible-category-row-page .filmible-category-rows-wrap .row-title-line{min-height:27px!important;margin:0 0 10px!important;padding-right:var(--filmible-mobile-gutter)!important}html body .filmible-category-row-page .filmible-category-rows-wrap .row-title-line h2{margin:0!important;font-size:clamp(17px,5vw,22px)!important;line-height:1.2!important;letter-spacing:-.25px!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row-progress-dots,html body .filmible-category-row-page .filmible-category-rows-wrap .row-title-line>span{display:none!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row-shell{overflow:visible!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:7px!important;margin:0!important;padding:0 var(--filmible-mobile-gutter) 4px 0!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;touch-action:auto!important;overscroll-behavior:auto!important;overscroll-behavior-inline:auto!important;-webkit-overflow-scrolling:touch!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;max-width:none!important;height:auto!important;padding:0!important;scroll-snap-align:start!important;z-index:1!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;opacity:1!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb{width:100%!important;min-width:100%!important;max-width:100%!important;height:auto!important;aspect-ratio:2/3!important;border-radius:8px!important;overflow:hidden!important;background:#171717!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-page-hover-preview,html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-card-base h3,html body .filmible-category-row-page .filmible-category-rows-wrap .row-arrow{display:none!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-card-badges{left:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:100%!important;overflow:hidden!important;flex-wrap:nowrap!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-card-badge{min-height:16px!important;max-width:100%!important;padding:0 4px!important;font-size:7px!important;line-height:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row.is-continue-row .nf-continue-progress{width:74%!important;height:3px!important;margin:5px auto 0!important}@media screen and (max-width:359px){html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider{gap:6px!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 18px) / 3.12)!important}}@media screen and (min-width:480px){html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider{gap:9px!important}html body .filmible-category-row-page .filmible-category-rows-wrap .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 28px) / 3.28)!important}}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-category-row-page .filmible-catalog-hero{background-image:linear-gradient(90deg,rgba(0,0,0,.94) 0,rgba(0,0,0,.72) 48%,rgba(0,0,0,.42) 76%,rgba(0,0,0,.82) 100%),var(--filmible-category-mobile-poster)!important;background-size:cover!important;background-position:top!important;background-repeat:no-repeat!important}html body .filmible-home{--filmible-home-hero-side:clamp(18px,5.5vw,30px)}html body .filmible-home .nf-billboard.filmible-hero-shell{box-sizing:border-box!important;position:relative!important;width:100%!important;min-height:0!important;height:calc(var(--filmible-mobile-header-height) + 12px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.36) + 16px)!important;margin:0!important;padding:calc(var(--filmible-mobile-header-height) + 12px) var(--filmible-home-hero-side) 16px!important;display:block!important;overflow:hidden!important;background:#050505!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{position:relative!important;inset:auto!important;width:100%!important;height:100%!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:18px!important;background:#111!important;box-shadow:0 16px 38px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.055)!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track{position:absolute!important;inset:0!important;z-index:1!important;display:flex!important;width:100%!important;min-width:100%!important;min-height:0!important;height:100%!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;will-change:transform!important;backface-visibility:hidden!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{box-sizing:border-box!important;position:relative!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;min-height:0!important;height:100%!important;padding:17px 17px 14px!important;display:flex!important;align-items:flex-end!important;overflow:hidden!important;border:0!important;border-radius:17px!important;background-image:linear-gradient(180deg,rgba(0,0,0,.015) 27%,rgba(0,0,0,.08) 48%,rgba(0,0,0,.72) 72%,rgba(0,0,0,.96) 100%),var(--filmible-hero-mobile-background)!important;background-size:cover!important;background-position:top!important;background-repeat:no-repeat!important;backface-visibility:hidden!important}html body .filmible-home .filmible-hero-slide .billboard-copy{position:relative!important;inset:auto!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;z-index:5!important}html body .filmible-home .filmible-hero-slide .show-badge{margin:0 0 5px!important;font-size:9px!important;line-height:1.1!important;letter-spacing:.15em!important}html body .filmible-home .filmible-hero-slide .show-badge .badge-f{width:21px!important;height:21px!important;font-size:11px!important;border-radius:5px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{max-width:96%!important;margin:0 0 7px!important;font-size:clamp(29px,8.9vw,42px)!important;line-height:.98!important;letter-spacing:-1.35px!important;text-align:center!important;text-wrap:balance!important}html body .filmible-home .filmible-hero-slide .title-meta{max-width:100%!important;margin:0 0 9px!important;display:flex!important;justify-content:center!important;flex-wrap:wrap!important;gap:4px 7px!important;font-size:clamp(10px,2.75vw,12px)!important;line-height:1.2!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{display:none!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{width:min(100%,322px)!important;margin:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-width:0!important;min-height:42px!important;padding:0 11px!important;border-radius:8px!important;font-size:14px!important;font-weight:850!important}html body .filmible-home .filmible-hero-slide .nf-info-desktop{display:none!important}html body .filmible-home .filmible-hero-slide .nf-info-mobile{display:inline-flex!important;align-items:center!important;justify-content:center!important}html body .filmible-home .filmible-hero-slide .billboard-side{display:none!important}html body .filmible-home .filmible-hero-slide .billboard-fade{height:40%!important;pointer-events:none!important}html body .filmible-home>.nf-rows-wrap{position:relative!important;z-index:20!important;margin-top:0!important;padding-top:1px!important;background:#050505!important}html body .filmible-home .filmible-mobile-hero-notice{position:absolute!important;left:50%!important;bottom:66px!important;transform:translateX(-50%)!important;width:max-content!important;max-width:84%!important;margin:0!important;z-index:8!important}html body .filmible-header{background:linear-gradient(180deg,rgba(0,0,0,.99),rgba(0,0,0,.97) 74%,rgba(0,0,0,.9))!important;box-shadow:0 8px 24px rgba(0,0,0,.38)!important}html body .filmible-header .filmible-header-inner{min-height:54px!important;padding:max(5px,env(safe-area-inset-top,0px)) clamp(16px,4.5vw,24px) 2px!important;align-items:center!important}html body .filmible-header .filmible-wordmark{margin:0!important;font-size:clamp(24px,7vw,30px)!important;line-height:1!important;letter-spacing:-1.15px!important;font-weight:950!important;color:#f20b2f!important;text-shadow:0 0 14px rgba(242,11,47,.13)!important;transform:translateY(-1px)!important}html body .filmible-header .filmible-header-actions{display:flex!important;align-items:center!important;gap:8px!important}html body .filmible-header .filmible-notification,html body .filmible-header .filmible-notification-button,html body .filmible-header .filmible-notification-trigger,html body .filmible-header .filmible-notification>button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:50%!important;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;box-shadow:0 7px 20px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.08)!important;color:#f5f5f5!important;-webkit-tap-highlight-color:transparent!important}html body .filmible-header .filmible-notification svg,html body .filmible-header .filmible-notification-button svg,html body .filmible-header .filmible-notification-trigger svg{width:23px!important;height:23px!important;stroke-width:1.8!important}html body .filmible-header .filmible-notification-button:active,html body .filmible-header .filmible-notification-trigger:active,html body .filmible-header .filmible-notification:active,html body .filmible-header .filmible-notification>button:active{transform:scale(.96)!important;filter:brightness(1.12)!important}html body .filmible-header .filmible-notification-badge,html body .filmible-header .filmible-notification-count,html body .filmible-header .filmible-notification-dot{top:-3px!important;right:-3px!important;min-width:17px!important;height:17px!important;padding:0 4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:2px solid #050505!important;border-radius:999px!important;background:#ef1027!important;color:#fff!important;font-size:10px!important;font-weight:950!important;line-height:1!important;box-shadow:0 3px 9px rgba(0,0,0,.42)!important}html body .filmible-header .filmible-nav{margin-top:3px!important;padding-top:0!important}html body .filmible-home .nf-billboard.filmible-hero-shell{padding-bottom:8px!important;height:calc(var(--filmible-mobile-header-height) + 12px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.36) + 8px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy{transform:translateY(-2px)!important}html body .filmible-home .filmible-hero-slide .show-badge{margin-bottom:4px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{margin-bottom:6px!important}html body .filmible-home .filmible-hero-slide .title-meta{margin-bottom:8px!important}html body .filmible-home>.nf-rows-wrap{padding-top:0!important}html body .filmible-home .nf-row.is-continue-row{margin-top:0!important}html body .filmible-home .nf-row.is-continue-row .row-title-line{margin-bottom:8px!important}html body .filmible-home .nf-row.is-continue-row .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important;min-width:calc((100vw - (2 * var(--filmible-mobile-gutter)) - 22px) / 3.22)!important}html body .filmible-home .filmible-hero-slide .billboard-copy{transform:translateY(3px)!important}html body .filmible-home .nf-row.is-continue-row .row-title-line{margin-bottom:4px!important}html body .filmible-home .nf-row.is-continue-row .nf-slider{margin-top:0!important;padding-top:0!important}}@media screen and (min-width:600px) and (max-width:1199px) and (orientation:portrait) and (min-height:701px) and (max-height:820px){html body .filmible-home .nf-billboard.filmible-hero-shell{height:calc(var(--filmible-mobile-header-height) + 10px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.28) + 7px)!important;padding-top:calc(var(--filmible-mobile-header-height) + 10px)!important;padding-bottom:7px!important}html body .filmible-home .filmible-hero-slide{padding:15px 15px 12px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(27px,8.4vw,38px)!important;margin-bottom:5px!important}html body .filmible-home .filmible-hero-slide .title-meta{margin-bottom:7px!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:40px!important}}@media screen and (min-width:600px) and (max-width:1199px) and (orientation:portrait) and (max-height:700px){html body .filmible-home .nf-billboard.filmible-hero-shell{height:calc(var(--filmible-mobile-header-height) + 8px + ((100vw - (2 * var(--filmible-home-hero-side))) * 1.18) + 6px)!important;padding-top:calc(var(--filmible-mobile-header-height) + 8px)!important;padding-bottom:6px!important}html body .filmible-home .filmible-hero-slide{padding:12px 12px 10px!important}html body .filmible-home .filmible-hero-slide .show-badge{margin-bottom:3px!important;font-size:8px!important}html body .filmible-home .filmible-hero-slide .show-badge .badge-f{width:19px!important;height:19px!important;font-size:10px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{max-width:98%!important;margin-bottom:4px!important;font-size:clamp(24px,7.8vw,34px)!important;line-height:.97!important}html body .filmible-home .filmible-hero-slide .title-meta{margin-bottom:6px!important;gap:3px 6px!important;font-size:clamp(9px,2.5vw,11px)!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{gap:7px!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:38px!important;font-size:13px!important;padding-inline:9px!important}html body .filmible-home .nf-row.is-continue-row .row-title-line{margin-bottom:3px!important}}@media screen and (min-width:600px) and (max-width:1199px) and (orientation:portrait){html body .filmible-home{overflow-x:clip!important}html body .filmible-home .filmible-header-nav,html body .filmible-home .filmible-mobile-nav,html body .filmible-home .filmible-nav{box-sizing:border-box!important;width:100%!important;max-width:100%!important;display:flex!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;overscroll-behavior-inline:contain!important;scroll-snap-type:x proximity!important;scroll-padding-inline:16px!important;padding-right:18px!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}html body .filmible-home .filmible-header-nav::-webkit-scrollbar,html body .filmible-home .filmible-mobile-nav::-webkit-scrollbar,html body .filmible-home .filmible-nav::-webkit-scrollbar{display:none!important}html body .filmible-home .filmible-header-nav>*,html body .filmible-home .filmible-mobile-nav>*,html body .filmible-home .filmible-nav>*{flex:0 0 auto!important;scroll-snap-align:start!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{contain:layout paint!important;isolation:isolate!important;overflow:hidden!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track{width:100%!important;min-width:100%!important;height:100%!important;display:flex!important;overflow:visible!important;will-change:transform!important;backface-visibility:hidden!important;transform-style:preserve-3d!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{box-sizing:border-box!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;overflow:hidden!important;backface-visibility:hidden!important;transform:translateZ(0)!important}html body .filmible-home .nf-rows-wrap,html body .filmible-home>.nf-rows-wrap{padding-bottom:calc(76px + env(safe-area-inset-bottom, 0px))!important}}@media screen and (min-width:600px) and (max-width:1199px) and (orientation:portrait) and (max-height:680px){html body .filmible-home .nf-billboard.filmible-hero-shell{padding-top:calc(var(--filmible-mobile-header-height) + 6px)!important;padding-bottom:4px!important}html body .filmible-home .filmible-hero-slide .billboard-copy{transform:translateY(0)!important}html body .filmible-home .nf-row.is-continue-row .row-title-line{margin-top:0!important;margin-bottom:2px!important}}@media screen and (min-width:600px) and (max-width:1199px) and (orientation:portrait){html body .filmible-home .filmible-header-nav,html body .filmible-home .filmible-mobile-nav,html body .filmible-home .filmible-nav{padding-left:max(0px,env(safe-area-inset-left,0px))!important;padding-right:calc(30px + env(safe-area-inset-right, 0px))!important;scroll-padding-right:calc(30px + env(safe-area-inset-right, 0px))!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{clip-path:inset(0 round 16px)!important;contain:strict!important;overflow:clip!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{contain:layout paint!important}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-title-page{min-height:100svh!important;overflow-x:clip!important;padding-bottom:calc(72px + env(safe-area-inset-bottom, 0px))!important;background:#000!important}html body .filmible-title-page .filmible-title-hero{min-height:auto!important;padding:18px var(--filmible-mobile-gutter,18px) 28px!important;background-position:top!important;background-size:cover!important}html body .filmible-title-page .filmible-title-content{position:relative!important;z-index:2!important;display:flex!important;flex-direction:column!important;grid-template-columns:none!important;align-items:stretch!important;gap:20px!important;width:100%!important;max-width:none!important;margin:0!important}html body .filmible-title-page .filmible-title-poster-wrap{width:min(72vw,286px)!important;max-width:286px!important;margin:0 auto!important}html body .filmible-title-page .filmible-title-poster{width:100%!important;aspect-ratio:2/3!important;object-fit:cover!important;object-position:center top!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:14px!important;box-shadow:0 22px 52px rgba(0,0,0,.62)!important}html body .filmible-title-page .filmible-title-progress{width:78%!important;margin-top:10px!important}html body .filmible-title-page .filmible-title-copy{width:100%!important;max-width:none!important;min-width:0!important}html body .filmible-title-page .filmible-title-brand{margin-bottom:9px!important;font-size:10px!important;letter-spacing:.12em!important}html body .filmible-title-page .filmible-mini-f{width:22px!important;height:22px!important;font-size:13px!important}html body .filmible-title-page .filmible-title-copy h1{max-width:100%!important;margin:0!important;font-size:clamp(34px,10.4vw,48px)!important;line-height:.96!important;letter-spacing:-.045em!important;overflow-wrap:anywhere!important;text-wrap:balance!important}html body .filmible-title-page .filmible-title-meta{gap:7px 9px!important;margin-top:13px!important;font-size:12px!important;line-height:1.25!important}html body .filmible-title-page .filmible-title-description{margin-top:15px!important;font-size:15px!important;line-height:1.55!important}html body .filmible-title-page .filmible-title-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-top:19px!important}html body .filmible-title-page .filmible-title-play,html body .filmible-title-page .filmible-title-secondary{box-sizing:border-box!important;width:100%!important;min-width:0!important;min-height:46px!important;padding:0 12px!important;font-size:14px!important;white-space:normal!important;text-align:center!important}html body .filmible-title-page .filmible-title-access{max-width:none!important;margin-top:14px!important;padding:13px 14px!important;border-radius:10px!important}html body .filmible-title-page .filmible-title-related{padding:4px var(--filmible-mobile-gutter,18px) 34px!important}html body .filmible-title-page .filmible-title-related h2{margin-bottom:14px!important;font-size:22px!important}html body .filmible-title-page .filmible-title-related-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 10px!important}html body .filmible-title-page .filmible-title-related-picture{display:block!important;width:100%!important}html body .filmible-title-page .filmible-title-related-card img{display:block!important;width:100%!important;aspect-ratio:2/3!important;object-fit:cover!important;object-position:center top!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:10px!important;background:#171717!important}html body .filmible-title-page .filmible-title-related-card strong{margin-top:8px!important;font-size:13px!important;line-height:1.18!important}html body .filmible-title-page .filmible-title-related-card span{margin-top:4px!important;font-size:10px!important;line-height:1.25!important}html body .filmible-title-page .filmible-title-hero{background-size:cover!important;background-position:top!important}html body .filmible-title-page .filmible-title-poster-wrap>.filmible-title-progress:not(.filmible-title-progress-under-action){display:none!important}html body .filmible-title-page .filmible-title-actions{align-items:start!important}html body .filmible-title-page .filmible-title-primary-action-stack{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-content:start!important;gap:7px!important;min-width:0!important;width:100%!important}html body .filmible-title-page .filmible-title-primary-action-stack .filmible-title-play{width:100%!important}html body .filmible-title-page .filmible-title-progress-under-action{display:block!important;width:100%!important;height:4px!important;margin:0!important;overflow:hidden!important;border-radius:999px!important;background:rgba(255,255,255,.22)!important}html body .filmible-title-page .filmible-title-progress-under-action>span{display:block!important;height:100%!important;border-radius:inherit!important;background:#e50914!important}html body .filmible-title-page .filmible-title-hero{min-height:760px!important;padding:360px var(--filmible-mobile-gutter,18px) 28px!important;background-image:linear-gradient(180deg,rgba(0,0,0,.05) 0,rgba(0,0,0,.14) 34%,rgba(0,0,0,.66) 62%,#000 100%),var(--filmible-title-poster-background)!important;background-size:cover!important;background-position:top!important;background-repeat:no-repeat!important}html body .filmible-title-page .filmible-title-poster-wrap{display:none!important}html body .filmible-title-page .filmible-title-content{display:block!important;width:100%!important}html body .filmible-title-page .filmible-title-copy{width:100%!important;max-width:none!important;margin:0!important}html body .filmible-title-page .filmible-title-hero{min-height:820px!important;padding:390px var(--filmible-mobile-gutter,18px) 28px!important;background-color:#000!important;background-size:auto min(68vh,610px)!important;background-position:center 116px!important;background-repeat:no-repeat!important}html body .filmible-title-page header.filmible-header .filmible-nav{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;pointer-events:none!important}html body .filmible-title-page header.filmible-header{min-height:96px!important;padding-bottom:0!important}html body .filmible-title-page header.filmible-header .filmible-header-inner{min-height:96px!important;align-items:center!important}html body .filmible-title-page>header.filmible-header{box-sizing:border-box!important;height:64px!important;min-height:64px!important;max-height:64px!important;margin:0!important;padding:env(safe-area-inset-top,0) 0 0!important}html body .filmible-title-page>header.filmible-header>.filmible-header-inner{box-sizing:border-box!important;height:64px!important;min-height:64px!important;max-height:64px!important;margin:0!important;padding:2px var(--filmible-mobile-gutter,18px) 2px!important;align-items:center!important}html body .filmible-title-page .filmible-title-hero{position:relative!important;isolation:isolate!important;min-height:auto!important;margin:0!important;padding:calc(150vw - 205px) var(--filmible-mobile-gutter,18px) 28px!important;overflow:hidden!important;background-image:none!important;background-color:#000!important}html body .filmible-title-page .filmible-title-mobile-poster-layer{position:absolute!important;z-index:-3!important;inset:0 auto auto 0!important;display:block!important;width:100%!important;height:auto!important;aspect-ratio:2/3!important;object-fit:contain!important;object-position:center top!important;background:#000!important;pointer-events:none!important;user-select:none!important}html body .filmible-title-page .filmible-title-hero:before{content:""!important;position:absolute!important;z-index:-2!important;inset:0!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.04) 38%,rgba(0,0,0,.48) 58%,rgba(0,0,0,.9) 76%,#000)!important}html body .filmible-title-page .filmible-title-fade{display:none!important}html body .filmible-title-page .filmible-title-content,html body .filmible-title-page .filmible-title-copy{position:relative!important;z-index:2!important}html body .filmible-title-page .filmible-title-mobile-poster-layer{top:0!important;left:0!important;width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center top!important;transform:none!important}html body .filmible-title-page>header.filmible-header{box-sizing:border-box!important;height:56px!important;min-height:56px!important;max-height:56px!important;margin:0!important;padding:env(safe-area-inset-top,0) 0 0!important}html body .filmible-title-page>header.filmible-header>.filmible-header-inner{box-sizing:border-box!important;height:56px!important;min-height:56px!important;max-height:56px!important;margin:0!important;padding:1px var(--filmible-mobile-gutter,18px) 1px!important;align-items:center!important}html body .filmible-title-page .filmible-title-mobile-poster-layer{top:36px!important;left:0!important;width:100%!important;height:auto!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center top!important;transform:none!important;clip-path:none!important}html body .filmible-footer{box-sizing:border-box!important;min-height:0!important;margin:0!important;padding:30px var(--filmible-mobile-gutter,18px) calc(var(--filmible-mobile-bottom-nav-height, 72px) + env(safe-area-inset-bottom, 0px) + 16px)!important;background:#000!important}html body .filmible-footer-inner{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}html body .filmible-footer-brand,html body .filmible-footer-logo{width:34px!important;height:34px!important;margin:0 0 24px!important}html body .filmible-footer-grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(0,1.12fr) minmax(0,.9fr)!important;column-gap:18px!important;row-gap:0!important;width:100%!important;margin:0!important;padding:0!important;align-items:start!important}html body .filmible-footer-grid>div,html body .filmible-footer-grid>section,html body .filmible-footer-grid>ul{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;min-width:0!important;margin:0!important;padding:0!important}html body .filmible-footer-grid a{display:block!important;min-width:0!important;margin:0!important;padding:0!important;color:rgba(255,255,255,.92)!important;font-size:12.5px!important;line-height:1.45!important;text-decoration:none!important;white-space:nowrap!important}html body .filmible-footer-copy,html body .filmible-footer-copyright{display:block!important;width:100%!important;margin:28px 0 0!important;padding:0!important;color:rgba(255,255,255,.62)!important;font-size:12px!important;line-height:1.4!important}}@media screen and (min-width:600px) and (max-width:1199px) and (orientation:portrait){html body .filmible-mobile-search-route,html body .filmible-notifications-route{min-height:100svh!important;background:#090a0e!important;color:#fff!important}html body .filmible-desktop-notifications-inbox,html body .filmible-mobile-search-route>header.filmible-header,html body .filmible-notifications-route>header.filmible-header{display:none!important}html body .filmible-mobile-notifications-screen,html body .filmible-mobile-search-screen{box-sizing:border-box!important;display:block!important;min-height:100svh!important;padding:max(18px,env(safe-area-inset-top,0px)) var(--filmible-mobile-gutter,16px) calc(82px + env(safe-area-inset-bottom, 0px))!important;background:linear-gradient(180deg,#121522,#090a0e 32%,#07080b)!important;color:#fff!important}html body .filmible-mobile-notifications-screen>header,html body .filmible-mobile-search-heading{min-height:52px!important;display:grid!important;align-items:center!important}html body .filmible-mobile-search-heading{grid-template-columns:minmax(0,1fr) auto!important;margin-bottom:12px!important}html body .filmible-mobile-notifications-screen>header h1,html body .filmible-mobile-search-heading h1{margin:0!important;font-size:clamp(28px,8vw,38px)!important;line-height:1!important}html body .filmible-mobile-search-heading>a{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;color:#fff!important}html body .filmible-mobile-notifications-screen>header svg,html body .filmible-mobile-search-heading svg{width:29px!important;height:29px!important;fill:currentColor!important}html body .filmible-mobile-search-field-wrap{box-sizing:border-box!important;position:sticky!important;top:max(0px,env(safe-area-inset-top,0px))!important;z-index:80!important;min-height:52px!important;display:grid!important;grid-template-columns:30px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:0 14px!important;background:#2c3040!important;box-shadow:0 8px 24px rgba(0,0,0,.28)!important}html body .filmible-mobile-search-screen.is-searching{padding-top:max(8px,env(safe-area-inset-top,0px))!important}html body .filmible-mobile-search-field-wrap svg{width:27px!important;height:27px!important;fill:currentColor!important}html body .filmible-mobile-search-field-wrap input{width:100%!important;min-width:0!important;height:50px!important;padding:0!important;border:0!important;outline:0!important;color:#fff!important;background:transparent!important;font-size:16px!important}html body .filmible-mobile-search-field-wrap>button{width:32px!important;height:32px!important;border:0!important;background:transparent!important;color:#fff!important;font-size:27px!important}html body .filmible-mobile-search-recommended,html body .filmible-mobile-search-results-screen{padding-top:18px!important}html body .filmible-mobile-search-grid-section h2,html body .filmible-mobile-search-recommended h2,html body .filmible-mobile-search-unavailable h2{margin:0 0 12px!important;font-size:clamp(20px,5.8vw,28px)!important;line-height:1.2!important}html body .filmible-mobile-search-list{display:grid!important;gap:10px!important}html body .filmible-mobile-search-list article{min-height:74px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 46px!important;align-items:center!important;gap:12px!important}html body .filmible-mobile-search-list-main{min-width:0!important;display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;align-items:center!important;gap:12px!important}html body .filmible-mobile-search-list-main img{width:132px!important;height:74px!important;object-fit:cover!important;border-radius:5px!important}html body .filmible-mobile-search-list-main strong{color:#fff!important;font-size:17px!important;line-height:1.18!important}html body .filmible-mobile-search-play{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border:2px solid rgba(255,255,255,.76)!important;border-radius:50%!important;color:#fff!important}html body .filmible-mobile-search-play svg{width:23px!important;height:23px!important;fill:currentColor!important}html body .filmible-mobile-search-status{margin:24px 0!important;color:rgba(255,255,255,.72)!important}html body .filmible-mobile-search-grid-section{margin-top:24px!important}html body .filmible-mobile-search-poster-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}html body .filmible-mobile-search-poster-row{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc((100vw - 52px) / 3.15)!important;gap:9px!important;overflow-x:auto!important;padding-bottom:5px!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}html body .filmible-mobile-search-poster-grid img,html body .filmible-mobile-search-poster-row img{width:100%!important;aspect-ratio:2/3!important;object-fit:cover!important;border-radius:6px!important}html body .filmible-mobile-notifications-screen{padding-top:max(12px,env(safe-area-inset-top,0px))!important}html body .filmible-mobile-notifications-screen>header{grid-template-columns:42px minmax(0,1fr)!important;gap:8px!important;margin-bottom:16px!important}html body .filmible-mobile-notifications-screen>header>button{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border:0!important;background:transparent!important;color:#fff!important}html body .filmible-mobile-notifications-list{display:grid!important;gap:4px!important}html body .filmible-mobile-notifications-list>button{width:100%!important;min-height:88px!important;display:grid!important;grid-template-columns:122px minmax(0,1fr)!important;gap:13px!important;padding:8px 0!important;border:0!important;background:transparent!important;color:#fff!important;text-align:left!important}html body .filmible-mobile-notifications-list>button.is-unread{background:linear-gradient(90deg,rgba(229,9,20,.08),transparent 72%)!important}html body .filmible-mobile-notification-art{width:122px!important;height:68px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:5px!important;background:#252936!important}html body .filmible-mobile-notification-art img{width:100%!important;height:100%!important;object-fit:cover!important}html body .filmible-mobile-notification-art.is-blue{background:linear-gradient(135deg,#194f92,#10233e)!important}html body .filmible-mobile-notification-art.is-green{background:linear-gradient(135deg,#12834b,#123626)!important}html body .filmible-mobile-notification-art.is-purple{background:linear-gradient(135deg,#7940c0,#2f164c)!important}html body .filmible-mobile-notification-art.is-red{background:linear-gradient(135deg,#d81f35,#4c101b)!important}html body .filmible-mobile-notification-copy{min-width:0!important;display:grid!important;gap:3px!important}html body .filmible-mobile-notification-copy strong{font-size:16px!important;line-height:1.15!important}html body .filmible-mobile-notification-copy span{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;color:rgba(255,255,255,.72)!important;font-size:14px!important}html body .filmible-mobile-notification-copy em{color:rgba(255,255,255,.58)!important;font-size:13px!important;font-style:normal!important}html body nav.filmible-mobile-bottom-nav>button[aria-label=Search].is-active{border-color:rgba(229,9,47,.72)!important;background:linear-gradient(135deg,rgba(82,0,16,.94),rgba(35,3,18,.96))!important;color:#fff!important}}@media screen and (min-width:600px) and (max-width:1199px) and (orientation:portrait){html body .filmible-mobile-search-field-wrap input[type=search]::-webkit-search-cancel-button,html body .filmible-mobile-search-field-wrap input[type=search]::-webkit-search-decoration,html body .filmible-mobile-search-field-wrap input[type=search]::-webkit-search-results-button,html body .filmible-mobile-search-field-wrap input[type=search]::-webkit-search-results-decoration{display:none!important;-webkit-appearance:none!important;appearance:none!important}html body .filmible-mobile-search-field-wrap input[type=search]{-webkit-appearance:none!important;appearance:none!important}html body .filmible-mobile-notifications-screen.is-detail{display:block!important}html body .filmible-mobile-notification-detail{box-sizing:border-box!important;display:grid!important;grid-template-columns:96px minmax(0,1fr)!important;gap:16px!important;align-items:start!important;padding:18px 0 28px!important}html body .filmible-mobile-notification-detail-art{width:96px!important;height:96px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:8px!important;background:#252936!important;color:#fff!important}html body .filmible-mobile-notification-detail-art img{width:100%!important;height:100%!important;object-fit:cover!important}html body .filmible-mobile-notification-detail-art b{font-size:30px!important}html body .filmible-mobile-notification-detail-art.is-blue{background:linear-gradient(135deg,#194f92,#10233e)!important}html body .filmible-mobile-notification-detail-art.is-green{background:linear-gradient(135deg,#12834b,#123626)!important}html body .filmible-mobile-notification-detail-art.is-purple{background:linear-gradient(135deg,#7940c0,#2f164c)!important}html body .filmible-mobile-notification-detail-art.is-red{background:linear-gradient(135deg,#d81f35,#4c101b)!important}html body .filmible-mobile-notification-detail-copy{min-width:0!important;display:grid!important;gap:9px!important}html body .filmible-mobile-notification-detail-type{color:#ef3650!important;font-size:12px!important;font-weight:800!important;letter-spacing:.7px!important;text-transform:uppercase!important}html body .filmible-mobile-notification-detail-copy h2{margin:0!important;color:#fff!important;font-size:clamp(24px,7vw,34px)!important;line-height:1.08!important;letter-spacing:-.6px!important}html body .filmible-mobile-notification-detail-copy p{margin:0!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important;color:rgba(255,255,255,.86)!important;font-size:16px!important;line-height:1.5!important}html body .filmible-mobile-notification-detail-copy time{color:rgba(255,255,255,.58)!important;font-size:14px!important}html body .filmible-mobile-notification-detail-action{grid-column:1/-1!important;box-sizing:border-box!important;width:100%!important;min-height:50px!important;margin-top:10px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:8px!important;background:#e5092f!important;color:#fff!important;font-size:16px!important;font-weight:850!important}html body .filmible-mobile-notifications-screen{touch-action:pan-y!important}html body .filmible-mobile-notifications-screen>header{min-height:46px!important;grid-template-columns:36px minmax(0,1fr)!important;gap:5px!important;margin-bottom:12px!important}html body .filmible-mobile-notifications-screen>header>button{width:36px!important;height:36px!important}html body .filmible-mobile-notifications-screen>header svg{width:25px!important;height:25px!important}html body .filmible-mobile-notifications-screen>header h1{font-size:clamp(26px,7vw,32px)!important;line-height:1!important;letter-spacing:-.75px!important}html body .filmible-mobile-notifications-screen{overscroll-behavior-x:contain!important;touch-action:pan-y pinch-zoom!important}}@media screen and (min-width:600px) and (max-width:1199px) and (orientation:portrait){html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider{gap:10px!important;padding-top:8px!important;padding-bottom:16px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{box-sizing:border-box!important;flex:0 0 calc((100vw - 66px) / 2)!important;width:calc((100vw - 66px) / 2)!important;min-width:calc((100vw - 66px) / 2)!important;max-width:190px!important;height:auto!important;min-height:0!important;padding:0!important;margin:0!important;display:block!important;position:relative!important;overflow:visible!important;scroll-snap-align:start!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{content:attr(data-rank)!important;box-sizing:border-box!important;position:absolute!important;z-index:8!important;top:8px!important;left:8px!important;width:34px!important;height:34px!important;display:grid!important;place-items:center!important;padding:0!important;border:2px solid rgba(255,255,255,.92)!important;border-radius:8px!important;background:rgba(229,9,47,.96)!important;color:#fff!important;-webkit-text-stroke:0 transparent!important;text-shadow:0 2px 8px rgba(0,0,0,.55)!important;font-family:Arial,Helvetica,sans-serif!important;font-size:18px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important;pointer-events:none!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;position:relative!important;z-index:2!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{box-sizing:border-box!important;width:100%!important;height:auto!important;aspect-ratio:2/3!important;overflow:hidden!important;border-radius:7px!important;box-shadow:0 10px 24px rgba(0,0,0,.5)!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-card-base h3,html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .rank-badge,html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .watch-progress{display:none!important}}@media (min-width:600px) and (max-width:1199px){body:has(.filmible-settings-page),body:has(.filmible-static-page),html:has(.filmible-settings-page),html:has(.filmible-static-page){min-height:100%;background:#080004!important}body:has(.filmible-settings-page),body:has(.filmible-static-page){overflow:hidden!important}.filmible-settings-page,.filmible-static-page{position:fixed!important;inset:0!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;margin:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch;background:radial-gradient(circle at 50% -12%,rgba(145,0,30,.34),transparent 38%),linear-gradient(180deg,#250008,#100005 22%,#050003 58%,#020102)!important;background-color:#050003!important;z-index:2147482000!important;isolation:isolate}.filmible-settings-page:before,.filmible-static-page:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 18%),radial-gradient(circle at 50% 0,rgba(255,30,64,.08),transparent 44%);z-index:-1}.filmible-settings-mobile-header{position:sticky!important;top:0!important;z-index:50!important;background:linear-gradient(180deg,rgba(52,0,10,.99),rgba(22,0,6,.97))!important;border-bottom:1px solid rgba(255,88,111,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.filmible-settings-footer,.filmible-settings-sidebar,.filmible-settings-topbar{display:none!important}.filmible-settings-main,.filmible-settings-shell{width:100%!important;max-width:none!important;min-height:auto!important;margin:0!important}.filmible-settings-main{padding:18px 16px 42px!important}.filmible-settings-heading{margin:0 0 18px!important}.filmible-account-hero,.filmible-settings-card,.filmible-static-card,.filmible-static-content-card,.filmible-static-hero{background:linear-gradient(145deg,rgba(68,8,21,.96),rgba(27,3,10,.98))!important;border:1px solid rgba(255,89,111,.22)!important;box-shadow:0 18px 44px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035)!important}body:has(.filmible-static-page) footer,body:has(.filmible-static-page) header:not(.filmible-settings-mobile-header){display:none!important}.filmible-static-page{padding:22px 16px 46px!important}.filmible-static-hero{margin:0 0 16px!important;border-radius:20px!important;padding:22px 18px!important}.filmible-static-card-list,.filmible-static-content-card{width:100%!important;max-width:none!important;margin:0!important}.filmible-static-card,.filmible-static-content-card{border-radius:18px!important}html.filmible-mobile-route-transition:after{content:"";position:fixed;inset:0;z-index:2147483647;pointer-events:all;background:radial-gradient(circle at 50% -12%,rgba(145,0,30,.34),transparent 38%),linear-gradient(180deg,#250008,#100005 22%,#050003 58%,#020102);opacity:1}}@media screen and (min-width:600px) and (max-width:1199px){body,html{width:100%;max-width:100%;overflow-x:hidden}html body .filmible-mobile-bottom-nav{display:grid!important}html body .filmible-mobile-account-subpanel,html body .filmible-mobile-profile-sheet{width:100%!important;max-width:none!important}html body .filmible-mobile-notifications-screen,html body .filmible-mobile-search-screen{display:block!important;width:100%!important;max-width:none!important;min-height:100dvh!important}html body .filmible-mobile-search-poster-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media screen and (min-width:900px) and (max-width:1199px) and (orientation:landscape){html body .filmible-mobile-search-poster-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-home .nf-billboard.filmible-hero-shell{box-sizing:border-box!important;position:relative!important;display:block!important;width:100%!important;height:clamp(390px,58vw,695px)!important;min-height:clamp(390px,58vw,695px)!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:#050505!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track,html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;margin:0!important;padding:0!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track{display:flex!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{box-sizing:border-box!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;height:100%!important;min-height:100%!important;padding:clamp(34px,4.4vw,54px) clamp(30px,4vw,48px)!important;background-image:var(--filmible-hero-landscape-background)!important;background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide:before{content:none!important;display:none!important}html body .filmible-home .filmible-hero-slide .billboard-copy{box-sizing:border-box!important;position:relative!important;z-index:4!important;display:block!important;width:clamp(300px,44vw,528px)!important;max-width:46%!important;margin:0!important;padding:0!important;transform:translateY(clamp(14px,2vw,24px))!important;text-align:left!important}html body .filmible-home .filmible-hero-slide .show-badge{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:clamp(6px,.8vw,10px)!important;margin:0 0 clamp(7px,.9vw,11px)!important;color:#ffffff!important;font-size:clamp(9px,1.05vw,13px)!important;font-weight:800!important;letter-spacing:.16em!important}html body .filmible-home .filmible-hero-slide .show-badge .badge-f{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:clamp(20px,2.4vw,29px)!important;height:clamp(20px,2.4vw,29px)!important;flex:0 0 auto!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{display:block!important;max-width:11ch!important;margin:0 0 clamp(8px,1.1vw,14px)!important;color:#ffffff!important;font-size:clamp(34px,5.2vw,62px)!important;font-weight:900!important;line-height:.98!important;letter-spacing:-.04em!important;text-align:left!important;text-wrap:balance!important}html body .filmible-home .filmible-hero-slide .title-meta{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:clamp(5px,.65vw,8px) clamp(8px,1vw,12px)!important;margin:0 0 clamp(12px,1.5vw,18px)!important;color:#d6d6d6!important;font-size:clamp(9px,1.05vw,13px)!important;font-weight:700!important;line-height:1.2!important}html body .filmible-home .filmible-hero-slide .title-meta .green{color:#46d369!important;font-weight:800!important}html body .filmible-home .filmible-hero-slide .title-meta .maturity{padding:2px 5px!important;border:1px solid rgba(255,255,255,.7)!important;border-radius:2px!important;color:#ffffff!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{display:none!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;max-width:none!important;gap:clamp(8px,1vw,12px)!important;margin:0!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:auto!important;min-width:clamp(112px,14vw,168px)!important;min-height:clamp(36px,4.2vw,50px)!important;margin:0!important;padding:0 clamp(14px,2vw,24px)!important;border-radius:clamp(4px,.55vw,7px)!important;font-size:clamp(11px,1.3vw,16px)!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}html body .filmible-home .filmible-hero-slide .nf-info-desktop{display:inline-flex!important}html body .filmible-home .filmible-hero-slide .nf-info-mobile{display:none!important}html body .filmible-home .filmible-hero-slide .billboard-side{display:flex!important;position:absolute!important;z-index:5!important;right:0!important;bottom:clamp(34px,4.4vw,53px)!important;min-width:clamp(68px,8vw,96px)!important;padding:clamp(7px,.9vw,11px) clamp(12px,1.5vw,18px)!important;border-left:clamp(2px,.25vw,3px) solid rgba(255,255,255,.95)!important;background:rgba(18,18,20,.68)!important}html body .filmible-home .filmible-hero-slide .billboard-side span{color:#ffffff!important;font-size:clamp(10px,1.15vw,14px)!important}html body .filmible-home .filmible-hero-slide .billboard-fade{display:block!important;position:absolute!important;z-index:2!important;left:0!important;right:0!important;bottom:0!important;height:clamp(80px,12vw,144px)!important;pointer-events:none!important}html body .filmible-home>.nf-rows-wrap{position:relative!important;z-index:6!important;margin-top:0!important;padding-top:clamp(18px,2.4vw,29px)!important}html body .filmible-home .nf-row:first-child{margin-top:0!important}html body .filmible-home .nf-billboard.filmible-hero-shell{margin-top:0!important;padding-top:0!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track,html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{top:0!important;margin-top:0!important;padding-top:0!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{align-items:flex-end!important;justify-content:flex-start!important;padding:0 clamp(30px,4vw,48px) clamp(34px,4.5vw,54px)!important;background-position:top!important;background-origin:border-box!important;background-clip:border-box!important}html body .filmible-home .filmible-hero-slide .billboard-copy{align-self:flex-end!important;margin:0!important;transform:none!important}html body .filmible-home .filmible-hero-slide .billboard-side{bottom:clamp(34px,4.5vw,54px)!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{--filmible-tablet-header-safe-zone:clamp(70px,7vw,84px);background-size:auto calc(100% + var(--filmible-tablet-header-safe-zone))!important;background-position:var(--filmible-tablet-hero-x,center) var(--filmible-tablet-header-safe-zone)!important;background-repeat:no-repeat!important;background-color:#050505!important}body,html{overflow-x:hidden!important}html body .filmible-home{position:relative!important;max-width:none!important;padding:0!important;background:#050505!important}html body .filmible-home,html body .filmible-home .filmible-header,html body .filmible-home>header.filmible-header{width:100%!important;margin:0!important;overflow:visible!important;border:0!important;border-radius:0!important;box-shadow:none!important}html body .filmible-home .filmible-header,html body .filmible-home>header.filmible-header{position:absolute!important;z-index:30!important;top:0!important;left:0!important;right:0!important;min-height:clamp(96px,12vw,132px)!important;padding:clamp(14px,2vw,22px) clamp(24px,4vw,48px) clamp(20px,3vw,34px)!important;background:linear-gradient(180deg,rgba(5,5,5,.98) 0,rgba(5,5,5,.9) 58%,rgba(5,5,5,.18) 88%,rgba(5,5,5,0))!important}html body .filmible-home .filmible-header .filmible-header-inner{width:100%!important;max-width:none!important;min-height:clamp(38px,5vw,54px)!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}html body .filmible-home .filmible-header .filmible-wordmark{font-size:clamp(24px,3.7vw,42px)!important;line-height:1!important}html body .filmible-home .filmible-header .filmible-nav,html body .filmible-home .filmible-header-nav{display:flex!important;align-items:center!important;gap:clamp(8px,1.25vw,15px)!important;width:100%!important;margin-top:clamp(10px,1.5vw,17px)!important;padding:0!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;border:0!important;background:transparent!important}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-home .filmible-header .filmible-nav::-webkit-scrollbar,html body .filmible-home .filmible-header-nav::-webkit-scrollbar{display:none!important}html body .filmible-home .filmible-header .filmible-nav-link,html body .filmible-home .filmible-header-nav>*{flex:0 0 auto!important;min-height:clamp(30px,3.7vw,42px)!important;padding:0 clamp(12px,1.6vw,19px)!important;border-radius:999px!important;font-size:clamp(10px,1.2vw,14px)!important;line-height:1!important;white-space:nowrap!important}html body .filmible-home .nf-billboard.filmible-hero-shell{width:100%!important;height:clamp(390px,58vw,695px)!important;min-height:clamp(390px,58vw,695px)!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#050505!important}html body .filmible-home .nf-billboard.filmible-hero-shell,html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide,html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-track,html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-viewport{border:0!important;border-radius:0!important;box-shadow:none!important}html body .filmible-home .nf-billboard.filmible-hero-shell .filmible-hero-slide{align-items:flex-end!important;justify-content:flex-start!important;padding:clamp(126px,16vw,188px) clamp(28px,4.5vw,54px) clamp(38px,5vw,60px)!important;background-image:var(--filmible-hero-landscape-background)!important;background-size:cover!important;background-position:var(--filmible-tablet-hero-x,center) top!important;background-repeat:no-repeat!important;background-color:#050505!important}html body .filmible-home .filmible-hero-slide .billboard-copy{align-self:flex-end!important;width:clamp(270px,44vw,500px)!important;max-width:48%!important;margin:0!important;padding:0!important;transform:none!important;text-align:left!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{max-width:11ch!important;margin:0 0 clamp(7px,1vw,12px)!important;font-size:clamp(32px,4.8vw,58px)!important;line-height:.96!important;letter-spacing:-.045em!important}html body .filmible-home .filmible-hero-slide .show-badge,html body .filmible-home .filmible-hero-slide .title-meta{font-size:clamp(9px,1vw,12px)!important}html body .filmible-home .filmible-hero-slide .billboard-buttons{gap:clamp(8px,1vw,12px)!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-width:clamp(108px,13vw,154px)!important;min-height:clamp(36px,4vw,48px)!important;padding:0 clamp(14px,1.8vw,22px)!important;border-radius:5px!important;font-size:clamp(11px,1.2vw,15px)!important}html body .filmible-home .filmible-hero-slide .billboard-side{right:0!important;bottom:clamp(38px,5vw,60px)!important;border-radius:0!important}html body .filmible-home .nf-rows-wrap,html body .filmible-home>.nf-rows-wrap{position:relative!important;z-index:10!important;width:100%!important;margin:clamp(-26px,-2.2vw,-14px) 0 0!important;padding:0 clamp(24px,4vw,48px) clamp(34px,5vw,60px)!important;overflow:visible!important;background:linear-gradient(180deg,rgba(5,5,5,0) 0,#050505 clamp(30px,4vw,48px))!important}html body .filmible-home .nf-row{width:100%!important;margin:0 0 clamp(26px,4vw,48px)!important;padding:0!important;overflow:visible!important}html body .filmible-home .row-title-line{margin:0 0 clamp(10px,1.4vw,16px)!important}html body .filmible-home .nf-row>h2,html body .filmible-home .row-title-line h2{font-size:clamp(18px,2.3vw,28px)!important;line-height:1.08!important}html body .filmible-home .nf-row-shell{width:100%!important;overflow:visible!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;align-items:stretch!important;gap:clamp(10px,1.4vw,17px)!important;width:100%!important;padding:0!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider::-webkit-scrollbar{display:none!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 clamp(145px,21.5vw,248px)!important;width:clamp(145px,21.5vw,248px)!important;min-width:clamp(145px,21.5vw,248px)!important;max-width:clamp(145px,21.5vw,248px)!important;scroll-snap-align:start!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;border:0!important;border-radius:clamp(5px,.7vw,8px)!important;overflow:hidden!important;box-shadow:none!important;background:#141414!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-base-thumb{display:block!important;width:100%!important;aspect-ratio:16/9!important;min-height:0!important;overflow:hidden!important;border-radius:inherit!important;background:#181818!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-base-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-card-base h3{display:none!important}html body .filmible-home .nf-row.is-continue-row .nf-slider>.nf-card{flex-basis:clamp(170px,24vw,278px)!important;width:clamp(170px,24vw,278px)!important;min-width:clamp(170px,24vw,278px)!important;max-width:clamp(170px,24vw,278px)!important}html body .filmible-home .row-arrow{z-index:20!important;border-radius:4px!important}html body .filmible-home .filmible-header,html body .filmible-home>header.filmible-header{position:relative!important;z-index:30!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;min-height:0!important;margin:0!important;padding:clamp(14px,2vw,22px) clamp(24px,4vw,48px)!important;overflow:visible!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#050505!important}html body .filmible-home .filmible-header .filmible-header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:clamp(38px,5vw,54px)!important;margin:0!important;padding:0!important;background:transparent!important}html body .filmible-home .filmible-header .filmible-nav,html body .filmible-home .filmible-header-nav{position:relative!important;z-index:2!important;display:flex!important;align-items:center!important;width:100%!important;margin:clamp(12px,1.8vw,20px) 0 0!important;padding:0!important;overflow-x:auto!important;overflow-y:hidden!important;background:#050505!important}html body .filmible-home .nf-billboard.filmible-hero-shell{margin-top:0!important;border-top:0!important}html body .filmible-home .filmible-header,html body .filmible-home>header.filmible-header{padding:clamp(11px,1.45vw,17px) clamp(22px,3.5vw,42px) clamp(10px,1.3vw,15px)!important;background:#050505!important}html body .filmible-home .filmible-header .filmible-header-inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:clamp(12px,2vw,24px)!important;row-gap:clamp(7px,1vw,11px)!important;min-height:0!important}html body .filmible-home .filmible-header .filmible-wordmark{grid-column:1!important;grid-row:1!important;justify-self:start!important;font-size:clamp(23px,3.3vw,38px)!important}html body .filmible-home .filmible-header .filmible-header-actions{grid-column:2!important;grid-row:1!important;justify-self:end!important;align-self:center!important;width:auto!important;margin:0!important}html body .filmible-home .filmible-header .filmible-nav,html body .filmible-home .filmible-header-nav{grid-column:1/-1!important;grid-row:2!important;display:flex!important;align-items:center!important;gap:clamp(7px,.9vw,11px)!important;width:100%!important;margin:0!important;padding:0 0 1px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;background:transparent!important}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-home .filmible-header .filmible-nav::-webkit-scrollbar,html body .filmible-home .filmible-header-nav::-webkit-scrollbar{display:none!important}html body .filmible-home .filmible-header .filmible-nav-link,html body .filmible-home .filmible-header-nav>*{flex:0 0 auto!important;min-height:clamp(27px,3.2vw,36px)!important;padding:0 clamp(10px,1.35vw,16px)!important;font-size:clamp(9px,1vw,12px)!important;line-height:1!important;white-space:nowrap!important}html body .filmible-home .filmible-header .filmible-notification,html body .filmible-home .filmible-header .filmible-notification-button,html body .filmible-home .filmible-header .filmible-notification-trigger,html body .filmible-home .filmible-header .filmible-notification>button{width:clamp(34px,4.3vw,46px)!important;height:clamp(34px,4.3vw,46px)!important;min-width:clamp(34px,4.3vw,46px)!important;min-height:clamp(34px,4.3vw,46px)!important}html body .filmible-home .nf-billboard.filmible-hero-shell{margin-top:0!important}html body .filmible-home .nf-rows-wrap,html body .filmible-home>.nf-rows-wrap{padding-left:clamp(20px,3.2vw,38px)!important;padding-right:clamp(20px,3.2vw,38px)!important}html body .filmible-home .nf-row{margin-bottom:clamp(24px,3.4vw,40px)!important}html body .filmible-home .row-title-line{margin-bottom:clamp(8px,1.1vw,13px)!important}html body .filmible-home .nf-row>h2,html body .filmible-home .row-title-line h2{font-size:clamp(17px,2vw,24px)!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;align-items:flex-start!important;gap:clamp(9px,1.25vw,15px)!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider::-webkit-scrollbar{display:none!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (3 * clamp(9px, 1.25vw, 15px))) / 4.15)!important;width:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (3 * clamp(9px, 1.25vw, 15px))) / 4.15)!important;min-width:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (3 * clamp(9px, 1.25vw, 15px))) / 4.15)!important;max-width:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (3 * clamp(9px, 1.25vw, 15px))) / 4.15)!important;scroll-snap-align:start!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;border-radius:clamp(5px,.65vw,8px)!important;overflow:hidden!important;background:#141414!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-base-thumb{display:block!important;width:100%!important;min-width:100%!important;max-width:100%!important;aspect-ratio:2/3!important;min-height:0!important;overflow:hidden!important;border-radius:inherit!important;background:#181818!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-base-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}html body .filmible-home .nf-row:not(.is-top10-row) .nf-card-base h3{display:none!important}html body .filmible-home .nf-row.is-continue-row .nf-slider>.nf-card{flex-basis:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (2 * clamp(9px, 1.25vw, 15px))) / 3.35)!important;width:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (2 * clamp(9px, 1.25vw, 15px))) / 3.35)!important;min-width:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (2 * clamp(9px, 1.25vw, 15px))) / 3.35)!important;max-width:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (2 * clamp(9px, 1.25vw, 15px))) / 3.35)!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-slider{display:flex!important;align-items:flex-end!important;gap:clamp(10px,1.4vw,17px)!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-slider::-webkit-scrollbar{display:none!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{flex:0 0 calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (2 * clamp(10px, 1.4vw, 17px))) / 3)!important;width:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (2 * clamp(10px, 1.4vw, 17px))) / 3)!important;min-width:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (2 * clamp(10px, 1.4vw, 17px))) / 3)!important;max-width:calc((100vw - (2 * clamp(20px, 3.2vw, 38px)) - (2 * clamp(10px, 1.4vw, 17px))) / 3)!important;scroll-snap-align:start!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;overflow:visible!important;background:transparent!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-base-thumb{width:68%!important;margin-left:32%!important;aspect-ratio:2/3!important;overflow:hidden!important;border-radius:clamp(5px,.65vw,8px)!important;background:#181818!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .rank-badge{z-index:3!important;left:0!important;bottom:0!important;font-size:clamp(72px,12vw,142px)!important;line-height:.78!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-card-base h3{display:none!important}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{position:relative!important;overflow:visible!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-card-base{position:relative!important;width:100%!important;min-width:100%!important;max-width:100%!important;overflow:visible!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-base-thumb{width:100%!important;min-width:100%!important;max-width:100%!important;margin-left:0!important;aspect-ratio:2/3!important;overflow:hidden!important;border-radius:clamp(5px,.65vw,8px)!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .nf-base-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important}html body .filmible-home .nf-row.is-top10-row:has(.rank-badge) .rank-badge{position:absolute!important;z-index:8!important;top:clamp(6px,.8vw,10px)!important;left:clamp(6px,.8vw,10px)!important;right:auto!important;bottom:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:clamp(28px,3.8vw,42px)!important;height:clamp(28px,3.8vw,42px)!important;min-width:clamp(28px,3.8vw,42px)!important;min-height:clamp(28px,3.8vw,42px)!important;padding:0!important;margin:0!important;border:2px solid #ffffff!important;border-radius:clamp(7px,.9vw,10px)!important;box-shadow:0 2px 8px rgba(0,0,0,.45)!important;background:#e50914!important;color:#ffffff!important;font-size:clamp(15px,2vw,23px)!important;font-weight:800!important;line-height:1!important;letter-spacing:0!important;text-align:center!important;transform:none!important}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-title-page .filmible-title-related{width:100%!important;padding-left:clamp(20px,3vw,38px)!important;padding-right:clamp(20px,3vw,38px)!important}html body .filmible-title-page .filmible-title-related-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(9px,1.25vw,15px)!important;width:100%!important;align-items:start!important}html body .filmible-title-page .filmible-title-related-card{display:block!important;min-width:0!important;width:100%!important;overflow:hidden!important;border-radius:clamp(5px,.65vw,8px)!important;background:#151515!important}html body .filmible-title-page .filmible-title-related-picture{display:block!important;width:100%!important;aspect-ratio:2/3!important;overflow:hidden!important;border-radius:inherit!important;background:#181818!important}html body .filmible-title-page .filmible-title-related-card img{display:block!important;width:100%!important;height:100%!important;aspect-ratio:2/3!important;object-fit:cover!important;object-position:center top!important}html body .filmible-title-page .filmible-title-related-card span,html body .filmible-title-page .filmible-title-related-card strong{display:none!important}}@media screen and (min-width:600px) and (max-width:1199px) and (orientation:portrait){html body .filmible-title-page .filmible-title-content{position:relative!important;z-index:4!important;transform:translateY(clamp(-260px,-20svh,-170px))!important}html body .filmible-title-page .filmible-title-related{position:relative!important;z-index:5!important;margin-top:clamp(-260px,-20svh,-170px)!important}html body .filmible-title-page .filmible-title-text-glass{position:relative!important;isolation:isolate!important;margin:-8px -12px 0!important;padding:8px 12px 2px!important;border-radius:10px!important;overflow:hidden!important}html body .filmible-title-page .filmible-title-text-glass:before{content:""!important;position:absolute!important;z-index:-1!important;inset:0!important;background:rgba(0,0,0,.22)!important;backdrop-filter:blur(9px) saturate(1.08)!important;-webkit-backdrop-filter:blur(9px) saturate(1.08)!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:inherit!important}}@media screen and (min-width:850px) and (max-width:999px) and (orientation:portrait){html body .filmible-title-page .filmible-title-content{transform:translateY(-330px)!important}html body .filmible-title-page .filmible-title-related{margin-top:-330px!important}}@media screen and (min-width:1000px) and (max-width:1099px) and (orientation:portrait){html body .filmible-title-page .filmible-title-content{transform:translateY(-420px)!important}html body .filmible-title-page .filmible-title-related{margin-top:-420px!important}}@media screen and (min-width:1100px) and (max-width:1199px) and (orientation:portrait){html body .filmible-title-page .filmible-title-content{transform:translateY(-500px)!important}html body .filmible-title-page .filmible-title-related{margin-top:-500px!important}}@media screen and (min-width:320px) and (max-width:1199px){html body .filmible-settings-main,html body .filmible-settings-page,html body .filmible-settings-shell{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}html body .filmible-settings-main{overflow-x:hidden!important}html body .filmible-settings-main a,html body .filmible-settings-main button,html body .filmible-settings-main input,html body .filmible-settings-main select,html body .filmible-settings-main textarea{max-width:100%!important;box-sizing:border-box!important}html body .filmible-settings-main h1,html body .filmible-settings-main h2,html body .filmible-settings-main h3,html body .filmible-settings-main p,html body .filmible-settings-main small,html body .filmible-settings-main span,html body .filmible-settings-main strong{overflow-wrap:anywhere}}@media screen and (min-width:600px) and (max-width:1199px){html body .filmible-settings-main{padding-inline:clamp(22px,4vw,48px)!important}}@media screen and (min-width:320px) and (max-width:1199px){html body .filmible-settings-main .filmible-account-hero-content>.filmible-account-badge{box-sizing:border-box!important;display:inline-flex!important;width:max-content!important;max-width:100%!important;min-width:0!important;flex:0 0 auto!important;align-self:flex-start!important;justify-self:flex-start!important;padding-inline:0!important;white-space:normal!important}}@media screen and (min-width:1200px){html body .filmible-mobile-account-subpanel,html body .filmible-mobile-bottom-nav,html body .filmible-mobile-profile-sheet{display:none!important;visibility:hidden!important;pointer-events:none!important}}.filmible-landscape-lock{display:none}@media screen and (min-width:320px) and (max-width:1199px) and (orientation:landscape){body,html{overflow:hidden!important;overscroll-behavior:none!important}html body .filmible-landscape-lock{position:fixed!important;inset:0!important;z-index:2147483647!important;display:grid!important;place-items:center!important;box-sizing:border-box!important;width:100vw!important;height:100dvh!important;min-height:100svh!important;padding:max(18px,env(safe-area-inset-top,0px)) max(22px,env(safe-area-inset-right,0px)) max(18px,env(safe-area-inset-bottom,0px)) max(22px,env(safe-area-inset-left,0px))!important;overflow:hidden!important;color:#fff!important;background:radial-gradient(circle at 16% 14%,rgba(255,56,91,.34),transparent 30%),radial-gradient(circle at 84% 82%,rgba(153,0,40,.42),transparent 38%),linear-gradient(135deg,#170006,#090003 48%,#210008)!important;isolation:isolate!important;touch-action:none!important}html body .filmible-landscape-lock:after,html body .filmible-landscape-lock:before{content:"";position:absolute;border-radius:999px;pointer-events:none;filter:blur(10px);opacity:.75}html body .filmible-landscape-lock:before{top:-28%;left:-8%;width:min(55vw,560px);aspect-ratio:1;background:rgba(229,9,20,.23)}html body .filmible-landscape-lock:after{right:-9%;bottom:-38%;width:min(62vw,650px);aspect-ratio:1;background:rgba(122,0,35,.35)}html body .filmible-landscape-lock-ambient{position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.42;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 0);background-size:34px 34px;mask-image:radial-gradient(circle at center,black,transparent 82%)}html body .filmible-landscape-lock-card{position:relative;width:min(760px,calc(100vw - 44px));max-height:calc(100dvh - 36px);box-sizing:border-box;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(22px,4.5vw,54px);border:1px solid rgba(255,130,150,.24);border-radius:clamp(24px,3vw,34px);padding:clamp(24px,4vw,46px);overflow:hidden;background:linear-gradient(145deg,rgba(121,7,31,.62),rgba(37,2,12,.75));box-shadow:0 32px 90px rgba(0,0,0,.55),0 0 70px rgba(229,9,20,.12),inset 0 1px 0 rgba(255,255,255,.11);backdrop-filter:blur(26px) saturate(135%);-webkit-backdrop-filter:blur(26px) saturate(135%)}html body .filmible-landscape-lock-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.09),transparent 28%),radial-gradient(circle at 92% 8%,rgba(255,75,105,.17),transparent 28%)}html body .filmible-landscape-lock-brand{position:absolute;top:18px;left:24px;color:rgba(255,255,255,.72);font-size:10px;font-weight:900;letter-spacing:.28em}html body .filmible-landscape-lock-icon{position:relative;width:clamp(104px,17vw,152px);aspect-ratio:1;display:grid;place-items:center;border:1px solid rgba(255,139,158,.24);border-radius:31%;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.12),transparent 32%),linear-gradient(145deg,rgba(229,9,20,.52),rgba(75,4,21,.68));box-shadow:0 22px 50px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.13)}html body .filmible-landscape-lock-phone{position:relative;width:47%;height:70%;box-sizing:border-box;border:4px solid #fff;border-radius:13px;transform:rotate(-7deg);box-shadow:0 9px 24px rgba(0,0,0,.32)}html body .filmible-landscape-lock-phone:before{content:"";position:absolute;top:6px;left:50%;width:30%;height:3px;border-radius:999px;background:rgba(255,255,255,.8);transform:translateX(-50%)}html body .filmible-landscape-lock-phone span{position:absolute;left:50%;bottom:6px;width:5px;height:5px;border-radius:50%;background:#fff;transform:translateX(-50%)}html body .filmible-landscape-lock-arrow{position:absolute;right:4%;bottom:3%;width:48%;aspect-ratio:1;display:grid;place-items:center;border-radius:50%;color:#fff;background:rgba(20,0,6,.72);box-shadow:0 10px 26px rgba(0,0,0,.3)}html body .filmible-landscape-lock-arrow svg{width:72%;height:72%;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round}html body .filmible-landscape-lock-copy{position:relative;z-index:1;min-width:0}html body .filmible-landscape-lock-copy>span{display:block;margin-bottom:9px;color:#ff8fa3;font-size:clamp(9px,1.2vw,12px);font-weight:900;letter-spacing:.16em}html body .filmible-landscape-lock-copy h1{margin:0;color:#fff;font-size:clamp(25px,4.2vw,46px);line-height:1.04;letter-spacing:-.035em}html body .filmible-landscape-lock-copy p{max-width:520px;margin:13px 0 0;color:rgba(255,255,255,.72);font-size:clamp(12px,1.65vw,16px);line-height:1.55}html body .filmible-landscape-lock-status{position:absolute;right:clamp(24px,4vw,46px);bottom:17px;display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.66);font-size:10px;font-weight:800;letter-spacing:.04em}html body .filmible-landscape-lock-status i{width:7px;height:7px;border-radius:50%;background:#ff405c;box-shadow:0 0 12px rgba(255,64,92,.8)}}@media screen and (min-width:320px) and (max-width:699px) and (orientation:landscape){html body .filmible-landscape-lock-card{width:min(680px,calc(100vw - 32px));gap:20px;padding:28px 26px 25px}html body .filmible-landscape-lock-brand{top:12px;left:18px}html body .filmible-landscape-lock-status{display:none}html body .filmible-landscape-lock-copy p{margin-top:9px}}@media screen and (min-width:320px) and (max-width:1199px){html body .filmible-watch-page.has-playable-video{width:100%;min-height:100dvh;overflow:hidden;background:#000}html body .filmible-watch-page.has-playable-video .filmible-watch-topbar{position:relative;z-index:30;width:100%;height:58px;box-sizing:border-box;grid-template-columns:44px 1fr 44px;padding:env(safe-area-inset-top,0) max(12px,env(safe-area-inset-right,0px)) 0 max(12px,env(safe-area-inset-left,0px));background:#000;border-bottom:0}html body .filmible-watch-page.has-playable-video .filmible-watch-back{width:38px;height:38px;display:grid;place-items:center;justify-self:start;box-sizing:border-box;padding:0;border:1px solid rgba(255,255,255,.36);border-radius:50%;background:rgba(18,18,18,.88);color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.34)}html body .filmible-watch-page.has-playable-video .filmible-watch-back svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}html body .filmible-watch-page.has-playable-video .filmible-watch-back>span{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}html body .filmible-watch-page.has-playable-video .filmible-watch-logo{justify-self:center;transition:opacity .18s ease,visibility .18s ease}html.filmible-watch-playback-started body .filmible-watch-page.has-playable-video .filmible-watch-logo{opacity:0!important;visibility:hidden!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video .filmible-watch-status{display:none!important}html body .filmible-watch-page.has-playable-video .filmible-player-stage{display:block;width:100%;min-height:0;padding:0!important;margin:0!important}html body .filmible-watch-page.has-playable-video .filmible-player-frame{width:100%;min-width:0;height:calc(100dvh - 58px);min-height:calc(100svh - 58px);box-sizing:border-box;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:hidden;background:#000}html body .filmible-watch-page.has-playable-video .filmible-player-art,html body .filmible-watch-page.has-playable-video .filmible-player-live,html body .filmible-watch-page.has-playable-video .fwp-player-shell,html body .filmible-watch-page.has-playable-video .fwp-watch-host{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important}html body .filmible-watch-page.has-playable-video .fwp-player{width:100%!important;height:100%!important;object-fit:contain;background:#000}}@media screen and (min-width:320px) and (max-width:1199px) and (orientation:landscape){html body .filmible-watch-page.has-playable-video .filmible-watch-topbar{position:fixed;inset:env(safe-area-inset-top,0) 0 auto 0;height:54px;background:linear-gradient(180deg,rgba(0,0,0,.78),transparent);pointer-events:none}html body .filmible-watch-page.has-playable-video .filmible-watch-back{pointer-events:auto}html body .filmible-watch-page.has-playable-video .filmible-watch-logo{display:none!important}html body .filmible-watch-page.has-playable-video .filmible-player-frame{width:100vw;height:100dvh;min-height:100svh}}@media screen and (min-width:320px) and (max-width:1199px) and (orientation:portrait){html body .filmible-watch-page.has-playable-video .fwp-player-start-poster{position:absolute!important;top:50%!important;right:0!important;bottom:auto!important;left:0!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;min-height:0!important;max-height:none!important;margin:0!important;transform:translateY(-50%)!important;border:0!important;border-radius:0!important;background-size:contain!important;background-position:50%!important;background-repeat:no-repeat!important;background-color:#000!important}html body .filmible-watch-page.has-playable-video .fwp-player-start-poster .fwp-player-start-button{position:absolute!important;top:50%!important;left:50%!important;margin:0!important;transform:translate(-50%,-50%)!important}}@media screen and (min-width:320px) and (max-width:1199px){html body .filmible-watch-page.has-playable-video .fwp-player-shell:has(.fwp-player-start-poster){background:#000!important;overflow:hidden!important}html body .filmible-watch-page.has-playable-video .fwp-player-shell:has(.fwp-player-start-poster) .fwp-player,html body .filmible-watch-page.has-playable-video .fwp-player-shell:has(.fwp-player-start-poster) iframe{opacity:0!important;visibility:hidden!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-start-poster{z-index:60!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;box-shadow:0 0 0 100vmax #000!important}html body .filmible-watch-page.has-playable-video .fwp-player-start-poster .fwp-player-start-button{z-index:61!important;pointer-events:auto!important}}@media screen and (min-width:320px) and (max-width:1199px){html body .filmible-watch-page.has-playable-video .fwp-player-shell:has(.fwp-player-start-poster){position:relative!important;background:#000!important;overflow:hidden!important}html body .filmible-watch-page.has-playable-video .fwp-player-start-poster{position:absolute!important;top:50%!important;right:0!important;bottom:auto!important;left:0!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;min-height:0!important;max-height:none!important;margin:0!important;transform:translateY(-50%)!important;border:0!important;border-radius:0!important;background-size:contain!important;background-position:50%!important;background-repeat:no-repeat!important;background-color:#000!important;z-index:60!important}html body .filmible-watch-page.has-playable-video .fwp-player-shell:has(.fwp-player-start-poster) .fwp-player-first-play{position:absolute!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;margin:0!important;transform:translate(-50%,-50%)!important;z-index:70!important;display:grid!important;place-items:center!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}html body .filmible-watch-page.has-playable-video .fwp-player-shell:has(.fwp-player-start-poster) .fwp-player-loading{position:absolute!important;top:50%!important;right:0!important;bottom:auto!important;left:0!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;min-height:0!important;max-height:none!important;transform:translateY(-50%)!important;display:grid!important;place-items:center!important;background:rgba(0,0,0,.34)!important;z-index:80!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-shell:has(.fwp-player-start-poster) .fwp-player-loading>span{position:static!important;margin:0!important}}@media screen and (min-width:320px) and (max-width:1199px){html body .filmible-watch-page.has-playable-video .fwp-player-shell{--fwp-premium-red:#e5092f;--fwp-control-size:clamp(38px,6vw,48px);background:#000!important;font-family:Arial,Helvetica,sans-serif}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask{background:#000!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:0!important}html body .filmible-watch-page.has-playable-video .fwp-player-top-mask{min-height:clamp(68px,9vw,84px)!important;padding:max(14px,env(safe-area-inset-top,0px)) max(18px,env(safe-area-inset-right,0px)) 12px max(18px,env(safe-area-inset-left,0px))!important;transition:opacity .22s ease,visibility .22s ease,transform .22s ease!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38{padding:18px max(14px,env(safe-area-inset-right,0px)) max(14px,env(safe-area-inset-bottom,0px)) max(14px,env(safe-area-inset-left,0px))!important;transition:opacity .24s ease,visibility .24s ease,transform .24s ease!important}html body .filmible-watch-page.has-playable-video .fwp-player-home{color:var(--fwp-premium-red)!important;font-size:clamp(19px,3.6vw,28px)!important;font-weight:950!important;letter-spacing:-.045em!important}html body .filmible-watch-page.has-playable-video .fwp-control-button,html body .filmible-watch-page.has-playable-video .fwp-report-flag{width:var(--fwp-control-size)!important;height:var(--fwp-control-size)!important;min-width:var(--fwp-control-size)!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:50%!important;background:#111!important;color:#fff!important;box-shadow:0 8px 20px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.06)!important;transition:transform .15s ease,background .15s ease,border-color .15s ease!important}html body .filmible-watch-page.has-playable-video .fwp-primary-control{background:var(--fwp-premium-red)!important;border-color:#ff405b!important}html body .filmible-watch-page.has-playable-video .fwp-premium-glyph{width:23px;height:23px;fill:currentColor;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}html body .filmible-watch-page.has-playable-video .fwp-progress-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;margin-bottom:13px!important;color:rgba(255,255,255,.84)!important;font-size:clamp(10px,1.8vw,13px)!important;font-variant-numeric:tabular-nums}html body .filmible-watch-page.has-playable-video .fwp-player-progress::-webkit-slider-runnable-track{height:5px!important;border-radius:999px!important;background:linear-gradient(90deg,#e5092f 0 var(--fwp-progress),rgba(255,75,94,.52) var(--fwp-progress) var(--fwp-buffered),rgba(255,255,255,.28) var(--fwp-buffered) 100%)!important}html body .filmible-watch-page.has-playable-video .fwp-player-progress::-webkit-slider-thumb{width:16px!important;height:16px!important;margin-top:-5.5px!important;border:2px solid #fff!important;border-radius:50%!important;background:#e5092f!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-row{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:clamp(9px,2vw,18px)!important}html body .filmible-watch-page.has-playable-video .fwp-current-title{min-width:0!important;display:grid!important;justify-items:start!important;gap:2px!important;text-align:left!important;overflow:hidden!important}html body .filmible-watch-page.has-playable-video .fwp-current-title span,html body .filmible-watch-page.has-playable-video .fwp-current-title strong{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .filmible-watch-page.has-playable-video .fwp-player-loading{grid-auto-flow:row!important;align-content:center!important;justify-items:center!important;gap:13px!important;background:rgba(0,0,0,.88)!important}html body .filmible-watch-page.has-playable-video .fwp-player-loading>em{color:rgba(255,255,255,.84);font-size:12px;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}html body .filmible-watch-page.has-playable-video .fwp-center-feedback{position:absolute;top:50%;left:50%;z-index:95;min-width:82px;min-height:82px;display:grid;place-items:center;gap:4px;padding:12px;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:#090909;color:#fff;opacity:0;visibility:hidden;transform:translate(-50%,-50%) scale(.78);pointer-events:none;box-shadow:0 20px 60px rgba(0,0,0,.6);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}html body .filmible-watch-page.has-playable-video .fwp-center-feedback.is-visible{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}html body .filmible-watch-page.has-playable-video .fwp-center-feedback small{color:rgba(255,255,255,.72);font-size:9px;font-weight:800;white-space:nowrap}html body .filmible-watch-page.has-playable-video .fwp-player-first-play{width:clamp(64px,11vw,82px)!important;height:clamp(64px,11vw,82px)!important;border:2px solid rgba(255,255,255,.9)!important;border-radius:50%!important;background:#090909!important;color:#fff!important;box-shadow:0 20px 56px rgba(0,0,0,.62),0 0 0 8px rgba(229,9,47,.12)!important}}@media screen and (min-width:320px) and (max-width:599px){html body .filmible-watch-page.has-playable-video .fwp-toolbar-row{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"title title" "left right"!important;row-gap:10px!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-left{grid-area:left}html body .filmible-watch-page.has-playable-video .fwp-current-title{grid-area:title}html body .filmible-watch-page.has-playable-video .fwp-toolbar-right{grid-area:right}html body .filmible-watch-page.has-playable-video .fwp-control-button{--fwp-control-size:38px}html body .filmible-watch-page.has-playable-video .fwp-next-preview,html body .filmible-watch-page.has-playable-video .fwp-volume-slider-wrap{display:none!important}}@media screen and (min-width:1200px){body,html{width:100%;max-width:100%;overflow-x:hidden}html body .filmible-watch-page.has-playable-video{position:relative!important;width:100%!important;max-width:none!important;min-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar{position:absolute!important;z-index:120!important;top:0!important;left:0!important;right:0!important;width:100%!important;min-height:74px!important;margin:0!important;padding:14px 22px!important;border:0!important;background:transparent!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back{pointer-events:auto!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-logo,html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-status{display:none!important}html body .filmible-watch-page.has-playable-video>.filmible-player-stage.is-unlocked{display:block!important;width:100%!important;max-width:none!important;min-height:100dvh!important;margin:0!important;padding:0!important;gap:0!important;background:#000!important}html body .filmible-watch-page.has-playable-video .filmible-player-frame{width:100%!important;max-width:none!important;min-width:0!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;outline:0!important;box-shadow:none!important;background:#000!important}html body .filmible-watch-page.has-playable-video .filmible-player-art.filmible-player-live,html body .filmible-watch-page.has-playable-video .fwp-player-shell,html body .filmible-watch-page.has-playable-video .fwp-watch-host{position:relative!important;display:block!important;width:100%!important;max-width:none!important;height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#000!important}html body .filmible-watch-page.has-playable-video .filmible-player-live iframe,html body .filmible-watch-page.has-playable-video .filmible-player-live video,html body .filmible-watch-page.has-playable-video .fwp-player{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;border:0!important;border-radius:0!important;background:#000!important;object-fit:contain!important}html body .filmible-watch-page.has-playable-video .fwp-player-shell{--fwp-premium-red:#e5092f;--fwp-control-size:clamp(42px,3.5vw,50px);font-family:Arial,Helvetica,sans-serif}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask{box-sizing:border-box!important;display:flex!important;background:#000!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:0!important}html body .filmible-watch-page.has-playable-video .fwp-player-top-mask{min-height:82px!important;padding:16px 30px 12px!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38{display:block!important;padding:18px 28px 20px!important}html body .filmible-watch-page.has-playable-video .fwp-player-home{color:var(--fwp-premium-red)!important;font-size:clamp(24px,2.4vw,32px)!important;font-weight:950!important;letter-spacing:-.045em!important}html body .filmible-watch-page.has-playable-video .fwp-control-button,html body .filmible-watch-page.has-playable-video .fwp-report-flag{box-sizing:border-box!important;width:var(--fwp-control-size)!important;height:var(--fwp-control-size)!important;min-width:var(--fwp-control-size)!important;min-height:var(--fwp-control-size)!important;display:grid!important;place-items:center!important;flex:0 0 var(--fwp-control-size)!important;padding:0!important;margin:0!important;overflow:visible!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:50%!important;background:#111!important;color:#fff!important;opacity:1!important;visibility:visible!important;box-shadow:0 8px 22px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.07)!important}html body .filmible-watch-page.has-playable-video .fwp-primary-control{background:var(--fwp-premium-red)!important;border-color:#ff405b!important}html body .filmible-watch-page.has-playable-video .fwp-premium-glyph{display:block!important;width:23px!important;height:23px!important;overflow:visible!important;fill:currentColor!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}html body .filmible-watch-page.has-playable-video .fwp-seek-icon{display:block!important;width:29px!important;height:29px!important}html body .filmible-watch-page.has-playable-video .fwp-progress-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;width:100%!important;margin:0 0 14px!important;color:rgba(255,255,255,.88)!important;font-size:12px!important;font-variant-numeric:tabular-nums}html body .filmible-watch-page.has-playable-video .fwp-player-progress,html body .filmible-watch-page.has-playable-video .fwp-progress-track-wrap{width:100%!important;min-width:0!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-row{display:grid!important;grid-template-columns:auto minmax(220px,1fr) auto!important;align-items:center!important;gap:clamp(14px,2vw,28px)!important;width:100%!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-left,html body .filmible-watch-page.has-playable-video .fwp-toolbar-right{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:8px!important;min-width:0!important;opacity:1!important;visibility:visible!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-right{justify-content:flex-end!important}html body .filmible-watch-page.has-playable-video .fwp-episode-menu-wrap,html body .filmible-watch-page.has-playable-video .fwp-language-wrap,html body .filmible-watch-page.has-playable-video .fwp-next-wrap,html body .filmible-watch-page.has-playable-video .fwp-volume-control{display:flex!important;align-items:center!important;position:relative!important;opacity:1!important;visibility:visible!important}html body .filmible-watch-page.has-playable-video .fwp-current-title{min-width:0!important;display:grid!important;justify-items:start!important;gap:2px!important;overflow:hidden!important;text-align:left!important}html body .filmible-watch-page.has-playable-video .fwp-current-title span,html body .filmible-watch-page.has-playable-video .fwp-current-title strong{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .filmible-watch-page.has-playable-video .fwp-center-feedback{position:absolute!important;top:50%!important;left:50%!important;z-index:95!important;transform:translate(-50%,-50%) scale(.78)}html body .filmible-watch-page.has-playable-video .fwp-center-feedback.is-visible{transform:translate(-50%,-50%) scale(1)!important}html body .filmible-watch-page.has-playable-video .fwp-player-loading{background:rgba(0,0,0,.88)!important}}html body:has(.filmible-watch-page) .filmible-landscape-lock{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}html:has(body .filmible-watch-page),html:has(body .filmible-watch-page) body{overflow:hidden!important;overscroll-behavior:auto!important}@media screen and (min-width:320px) and (max-width:1199px) and (orientation:landscape) and (hover:hover) and (pointer:fine){html body .filmible-landscape-lock{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}body,html{overflow:auto!important;overscroll-behavior:auto!important}}@media screen and (min-width:1200px){html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar{position:absolute!important;inset:0 auto auto 0!important;z-index:160!important;display:block!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:18px 0 0 18px!important;background:transparent!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back{position:relative!important;inset:auto!important;z-index:161!important;box-sizing:border-box!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;margin:0!important;padding:0!important;display:grid!important;place-items:center!important;gap:0!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.32)!important;border-radius:50%!important;background:rgba(10,10,10,.97)!important;color:#fff!important;box-shadow:0 10px 28px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.08)!important;text-decoration:none!important;font-size:0!important;line-height:0!important;pointer-events:auto!important;transform:none!important;clip-path:none!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back:after,html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back:before{content:none!important;display:none!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back svg{position:static!important;display:block!important;box-sizing:border-box!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;max-height:22px!important;margin:0!important;padding:0!important;overflow:visible!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;transform:none!important;clip-path:none!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back svg path{fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;transform:none!important;clip-path:none!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back span{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;font-size:0!important;line-height:0!important}html body .filmible-watch-page.has-playable-video .fwp-center-feedback{position:absolute!important;top:50%!important;left:50%!important;z-index:95!important;min-width:82px!important;min-height:82px!important;display:grid!important;place-items:center!important;gap:4px!important;padding:12px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:24px!important;background:#090909!important;color:#fff!important;opacity:0!important;visibility:hidden!important;transform:translate(-50%,-50%) scale(.78)!important;pointer-events:none!important;box-shadow:0 20px 60px rgba(0,0,0,.6)!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important}html body .filmible-watch-page.has-playable-video .fwp-center-feedback.is-visible{opacity:1!important;visibility:visible!important;transform:translate(-50%,-50%) scale(1)!important}html body .filmible-watch-page.has-playable-video .fwp-center-feedback small{display:block!important;color:rgba(255,255,255,.72)!important;font-size:9px!important;line-height:1.2!important;font-weight:800!important;white-space:nowrap!important}}@media screen and (min-width:320px) and (max-width:1199px) and (orientation:landscape){html:has(body .filmible-watch-page.has-playable-video),html:has(body .filmible-watch-page.has-playable-video) body{width:100%!important;height:100%!important;min-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;overscroll-behavior:none!important;background:#000!important}html body .filmible-watch-page.has-playable-video{position:fixed!important;inset:0!important;z-index:1!important;box-sizing:border-box!important;width:100vw!important;height:100dvh!important;min-width:0!important;min-height:100svh!important;max-width:none!important;max-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#000!important}html body .filmible-watch-page.has-playable-video .filmible-player-art.filmible-player-live,html body .filmible-watch-page.has-playable-video .filmible-player-frame,html body .filmible-watch-page.has-playable-video .fwp-player-shell,html body .filmible-watch-page.has-playable-video .fwp-watch-host,html body .filmible-watch-page.has-playable-video>.filmible-player-stage.is-unlocked{position:absolute!important;inset:0!important;display:block!important;box-sizing:border-box!important;width:100vw!important;height:100dvh!important;min-width:0!important;min-height:100svh!important;max-width:none!important;max-height:100dvh!important;margin:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:0!important;outline:0!important;box-shadow:none!important;background:#000!important}html body .filmible-watch-page.has-playable-video .filmible-player-live iframe,html body .filmible-watch-page.has-playable-video .filmible-player-live video,html body .filmible-watch-page.has-playable-video .fwp-player{position:absolute!important;inset:0!important;display:block!important;box-sizing:border-box!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:#000!important;object-fit:contain!important;object-position:center center!important;transform:none!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar{position:absolute!important;top:max(8px,env(safe-area-inset-top,0px))!important;left:max(10px,env(safe-area-inset-left,0px))!important;right:auto!important;bottom:auto!important;z-index:140!important;display:block!important;width:auto!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back{position:relative!important;inset:auto!important;box-sizing:border-box!important;width:clamp(36px,8.5dvh,44px)!important;height:clamp(36px,8.5dvh,44px)!important;min-width:clamp(36px,8.5dvh,44px)!important;min-height:clamp(36px,8.5dvh,44px)!important;max-width:clamp(36px,8.5dvh,44px)!important;max-height:clamp(36px,8.5dvh,44px)!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.34)!important;border-radius:50%!important;background:#0c0c0c!important;color:#fff!important;font-size:0!important;line-height:0!important;text-decoration:none!important;pointer-events:auto!important;clip-path:none!important;transform:none!important;box-shadow:0 8px 22px rgba(0,0,0,.52)!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back:after,html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back:before{content:none!important;display:none!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back span{display:none!important;visibility:hidden!important;width:0!important;height:0!important;overflow:hidden!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar .filmible-watch-back svg{display:block!important;width:clamp(18px,4.5dvh,23px)!important;height:clamp(18px,4.5dvh,23px)!important;max-width:none!important;max-height:none!important;overflow:visible!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important;transform:none!important;clip-path:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-top-mask{top:0!important;bottom:auto!important;height:clamp(48px,13dvh,72px)!important;min-height:clamp(48px,13dvh,72px)!important;max-height:clamp(48px,13dvh,72px)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:max(7px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) 6px max(62px,calc(env(safe-area-inset-left, 0px) + 52px))!important;overflow:hidden!important;box-shadow:0 8px 0 #000!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask{position:absolute!important;right:0!important;left:0!important;z-index:90!important;box-sizing:border-box!important;width:100%!important;border:0!important;border-radius:0!important;background:#000!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38{top:auto!important;bottom:0!important;min-height:clamp(78px,24dvh,116px)!important;max-height:min(40dvh,132px)!important;display:block!important;margin:0!important;padding:clamp(7px,2.4dvh,13px) max(12px,env(safe-area-inset-right,0px)) max(7px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px))!important;overflow:visible!important;box-shadow:0 -12px 0 #000!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible{opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible>*,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible>*{opacity:0!important;visibility:hidden!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-content-visible>*,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-content-visible>*{opacity:1!important;visibility:visible!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-content-visible>*,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-content-visible .fwp-player-home,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-content-visible .fwp-report-flag{pointer-events:auto!important}html body .filmible-watch-page.has-playable-video .fwp-player-home{color:#e5092f!important;font-size:clamp(17px,5.6dvh,27px)!important;line-height:1!important;font-weight:950!important;letter-spacing:-.045em!important;white-space:nowrap!important}html body .filmible-watch-page.has-playable-video .fwp-report-flag{--fwp-landscape-control:clamp(34px,8.2dvh,44px);width:var(--fwp-landscape-control)!important;height:var(--fwp-landscape-control)!important;min-width:var(--fwp-landscape-control)!important;min-height:var(--fwp-landscape-control)!important;display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:50%!important;background:#111!important;color:#fff!important}html body .filmible-watch-page.has-playable-video .fwp-report-flag svg{width:clamp(18px,4.6dvh,24px)!important;height:clamp(18px,4.6dvh,24px)!important}html body .filmible-watch-page.has-playable-video .fwp-progress-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:clamp(7px,1.8vw,14px)!important;width:100%!important;margin:0 0 clamp(4px,1.4dvh,9px)!important;color:rgba(255,255,255,.88)!important;font-size:clamp(9px,2.6dvh,12px)!important;line-height:1!important;font-variant-numeric:tabular-nums!important}html body .filmible-watch-page.has-playable-video .fwp-player-progress,html body .filmible-watch-page.has-playable-video .fwp-progress-track-wrap{width:100%!important;min-width:0!important}html body .filmible-watch-page.has-playable-video .fwp-player-progress{height:clamp(14px,4dvh,20px)!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-row{display:grid!important;grid-template-columns:auto minmax(120px,1fr) auto!important;grid-template-areas:none!important;align-items:center!important;gap:clamp(7px,1.7vw,18px)!important;width:100%!important;min-width:0!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-left,html body .filmible-watch-page.has-playable-video .fwp-toolbar-right{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:clamp(3px,.75vw,8px)!important;min-width:0!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-right{justify-content:flex-end!important}html body .filmible-watch-page.has-playable-video .fwp-control-button{--fwp-landscape-control:clamp(32px,8.6dvh,44px);box-sizing:border-box!important;width:var(--fwp-landscape-control)!important;height:var(--fwp-landscape-control)!important;min-width:var(--fwp-landscape-control)!important;min-height:var(--fwp-landscape-control)!important;max-width:var(--fwp-landscape-control)!important;max-height:var(--fwp-landscape-control)!important;flex:0 0 var(--fwp-landscape-control)!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:50%!important;background:#111!important;color:#fff!important;overflow:visible!important}html body .filmible-watch-page.has-playable-video .fwp-primary-control{background:#e5092f!important;border-color:#ff405b!important}html body .filmible-watch-page.has-playable-video .fwp-premium-glyph{width:clamp(17px,4.8dvh,23px)!important;height:clamp(17px,4.8dvh,23px)!important}html body .filmible-watch-page.has-playable-video .fwp-seek-icon{width:clamp(22px,6.2dvh,29px)!important;height:clamp(22px,6.2dvh,29px)!important}html body .filmible-watch-page.has-playable-video .fwp-current-title{min-width:0!important;display:grid!important;grid-area:auto!important;order:0!important;justify-items:start!important;align-content:center!important;gap:1px!important;overflow:hidden!important;text-align:left!important}html body .filmible-watch-page.has-playable-video .fwp-current-title span,html body .filmible-watch-page.has-playable-video .fwp-current-title strong{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .filmible-watch-page.has-playable-video .fwp-current-title strong{font-size:clamp(10px,3dvh,15px)!important;line-height:1.1!important}html body .filmible-watch-page.has-playable-video .fwp-current-title span{font-size:clamp(8px,2.3dvh,11px)!important;line-height:1.1!important}html body .filmible-watch-page.has-playable-video .fwp-player-click-layer{position:absolute!important;top:clamp(48px,13dvh,72px)!important;right:0!important;bottom:clamp(78px,24dvh,116px)!important;left:0!important;z-index:20!important;width:auto!important;height:auto!important;touch-action:manipulation!important}html body .filmible-watch-page.has-playable-video .fwp-player-start-poster{margin:0!important;background-size:contain!important;background-position:50%!important;background-repeat:no-repeat!important;background-color:#000!important}html body .filmible-watch-page.has-playable-video .fwp-player-loading,html body .filmible-watch-page.has-playable-video .fwp-player-start-poster{position:absolute!important;top:clamp(48px,13dvh,72px)!important;right:0!important;bottom:clamp(78px,24dvh,116px)!important;left:0!important;width:auto!important;height:auto!important;min-height:0!important;transform:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-loading{display:grid!important;place-items:center!important;align-content:center!important;background:rgba(0,0,0,.88)!important;z-index:100!important}html body .filmible-watch-page.has-playable-video .fwp-center-feedback,html body .filmible-watch-page.has-playable-video .fwp-player-first-play{top:50%!important;left:50%!important}html body .filmible-watch-page.has-playable-video .fwp-volume-slider-wrap{max-width:clamp(0px,8vw,84px)!important}html body .filmible-watch-page.has-playable-video .fwp-next-preview{display:none!important}}@media screen and (min-width:320px) and (max-width:740px) and (max-height:430px) and (orientation:landscape){html body .filmible-watch-page.has-playable-video .fwp-toolbar-row{grid-template-columns:auto 1fr auto!important}html body .filmible-watch-page.has-playable-video .fwp-current-title{opacity:0!important;visibility:hidden!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video .fwp-volume-slider-wrap{display:none!important}}@media screen and (min-width:900px) and (max-width:1199px) and (orientation:landscape){html body .filmible-watch-page.has-playable-video .fwp-toolbar-row{grid-template-columns:auto minmax(220px,1fr) auto!important}html body .filmible-watch-page.has-playable-video .fwp-player-top-mask{padding-left:max(68px,calc(env(safe-area-inset-left, 0px) + 58px))!important}}@media screen and (min-width:320px) and (max-width:1199px) and (orientation:landscape){html body .filmible-watch-page.has-playable-video .filmible-player-live iframe,html body .filmible-watch-page.has-playable-video .fwp-player{pointer-events:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible{opacity:0!important;visibility:hidden!important;transform:none!important;pointer-events:none!important;background:#000!important;transition:opacity .22s ease,visibility .22s ease!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible.is-content-visible,html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible.is-content-visible>*,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible.is-content-visible,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible.is-content-visible>*{opacity:1!important;visibility:visible!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible.is-content-visible>*,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible.is-content-visible .fwp-player-home,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible.is-content-visible .fwp-report-flag{pointer-events:auto!important}html body .filmible-watch-page.has-playable-video .fwp-player-click-layer{position:absolute!important;inset:0!important;z-index:20!important;width:100%!important;height:100%!important;pointer-events:auto!important;touch-action:manipulation!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask{z-index:90!important}html body .filmible-watch-page.has-playable-video>.filmible-watch-topbar{z-index:140!important}}.fwp-player-shell,.fwp-player-shell *{-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important}.fwp-player-shell iframe,.fwp-player-shell img,.fwp-player-shell video{-webkit-user-drag:none!important;user-drag:none!important}.fwp-playback-authorization-error{position:absolute;z-index:180;left:50%;bottom:clamp(74px,13vh,126px);transform:translateX(-50%);width:min(92%,560px);padding:10px 14px;border:1px solid rgba(255,255,255,.18);border-radius:9px;background:rgba(10,10,10,.94);color:#fff;text-align:center;font-size:clamp(12px,1.2vw,15px);line-height:1.35;pointer-events:none}.fwp-report-overlay-global{position:fixed!important;inset:0!important;z-index:2147483000!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100vw!important;height:100dvh!important;min-height:100vh!important;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important;overscroll-behavior:contain!important;background:rgba(0,0,0,.78)!important;touch-action:none}.fwp-report-dialog-global,.fwp-report-overlay-global{overflow:hidden!important;pointer-events:auto!important}.fwp-report-dialog-global{box-sizing:border-box!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;width:min(520px,calc(100vw - 24px))!important;max-width:100%!important;height:auto!important;max-height:calc(100dvh - 24px)!important;padding:0!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:10px!important;background:#252525!important;color:#fff!important;box-shadow:0 24px 80px rgba(0,0,0,.9)!important;touch-action:pan-y!important}.fwp-report-dialog-global .fwp-report-dialog-header{position:relative!important;z-index:3!important;display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:62px!important;margin:0!important;padding:14px 18px!important;border-bottom:1px solid rgba(255,255,255,.12)!important;background:#252525!important}.fwp-report-dialog-global .fwp-report-dialog-header button{flex:0 0 auto!important;width:38px!important;height:38px!important;padding:0!important;border:0!important;background:transparent!important;color:#bbb!important;font-size:30px!important;line-height:1!important;cursor:pointer!important}.fwp-report-dialog-global .fwp-report-dialog-body{min-height:0!important;padding:14px 18px 18px!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-width:thin!important;scrollbar-color:#777 #252525!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important}.fwp-report-dialog-global .fwp-report-dialog-footer{position:relative!important;z-index:3!important;display:flex!important;justify-content:flex-end!important;gap:10px!important;margin:0!important;padding:13px 18px max(13px,env(safe-area-inset-bottom))!important;border-top:1px solid rgba(255,255,255,.12)!important;background:#252525!important}.fwp-report-dialog-global .fwp-report-dialog-footer button{min-height:42px!important;padding:10px 15px!important}@media (orientation:landscape) and (max-height:700px){.fwp-report-overlay-global{align-items:center!important;padding:8px!important}.fwp-report-dialog-global{width:min(760px,calc(100vw - 16px))!important;max-height:calc(100dvh - 16px)!important}.fwp-report-dialog-global .fwp-report-dialog-header{min-height:48px!important;padding:8px 14px!important}.fwp-report-dialog-global .fwp-report-dialog-header button{width:34px!important;height:34px!important;font-size:27px!important}.fwp-report-dialog-global .fwp-report-dialog-body{padding:8px 14px 10px!important}.fwp-report-dialog-global .fwp-report-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.fwp-report-dialog-global .fwp-report-options>button{min-height:72px!important;padding:9px 11px!important}.fwp-report-dialog-global .fwp-report-fields{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;align-items:start!important;gap:10px!important;margin-top:10px!important}.fwp-report-dialog-global .fwp-report-fields textarea{min-height:74px!important;max-height:120px!important}.fwp-report-dialog-global .fwp-report-dialog-footer{padding:8px 14px!important}.fwp-report-dialog-global .fwp-report-dialog-footer button{min-height:38px!important;padding:8px 13px!important}}@media (max-width:599px) and (orientation:portrait){.fwp-report-overlay-global{align-items:flex-start!important;padding:max(10px,env(safe-area-inset-top)) 10px max(10px,env(safe-area-inset-bottom))!important}.fwp-report-dialog-global{width:100%!important;max-height:calc(100dvh - 20px)!important}.fwp-report-dialog-global .fwp-report-dialog-header{min-height:54px!important;padding:10px 14px!important}.fwp-report-dialog-global .fwp-report-dialog-body{padding:10px 14px 14px!important}.fwp-report-dialog-global .fwp-report-dialog-footer{padding:10px 14px max(10px,env(safe-area-inset-bottom))!important}}@media screen and (min-width:1200px){html body .filmible-watch-page.has-playable-video .fwp-player-top-mask{box-sizing:border-box!important;padding-left:clamp(88px,7.2vw,112px)!important;padding-right:max(24px,env(safe-area-inset-right,0px))!important}html body .filmible-watch-page.has-playable-video .fwp-player-home{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;min-width:max-content!important;margin-left:0!important;transform:none!important;white-space:nowrap!important;overflow:visible!important;position:relative!important;z-index:2!important}html body .filmible-watch-page.has-playable-video .fwp-report-flag{flex:0 0 auto!important;margin-left:auto!important}}@media screen and (min-width:1200px){html body .filmible-watch-page.has-playable-video .fwp-player-shell:fullscreen .fwp-player-top-mask{padding-left:max(30px,env(safe-area-inset-left,0px))!important}}@media screen and (min-width:1200px){html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:none!important;background:#000!important;transition:opacity .22s ease,visibility .22s ease!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible.is-content-visible,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible.is-content-visible{opacity:1!important;visibility:visible!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible:not(.is-content-visible)>*,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible:not(.is-content-visible)>*{opacity:0!important;visibility:hidden!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible.is-content-visible>*,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible.is-content-visible>*{opacity:1!important;visibility:visible!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible.is-content-visible>*,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible.is-content-visible .fwp-player-home,html body .filmible-watch-page.has-playable-video .fwp-player-top-mask.is-wall-visible.is-content-visible .fwp-report-flag{pointer-events:auto!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible{box-shadow:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible.is-content-visible{box-shadow:0 -12px 0 #000!important}html body .filmible-watch-page.has-playable-video .fwp-player-click-layer{inset:0!important;width:100%!important;height:100%!important}}@media screen and (min-width:1920px) and (max-width:2559px){:root{--filmible-lcd-gutter:clamp(72px,4.6vw,118px);--filmible-lcd-card-gap:clamp(10px,.72vw,18px)}html body .filmible-header-inner{min-height:clamp(76px,4.5vw,92px)!important;padding-inline:var(--filmible-lcd-gutter)!important;gap:clamp(34px,2vw,48px)!important}html body .filmible-wordmark{font-size:clamp(31px,1.9vw,42px)!important}html body .filmible-nav{gap:clamp(19px,1.2vw,29px)!important}html body .filmible-nav-link{font-size:clamp(15px,.86vw,18px)!important}html body .filmible-header-actions{gap:clamp(13px,.82vw,20px)!important}html body .filmible-icon-button,html body .filmible-profile-button{min-width:42px!important;min-height:42px!important}html body .filmible-home .filmible-hero-slide,html body .filmible-home .filmible-hero-track,html body .filmible-home .nf-billboard.filmible-hero-shell{min-height:clamp(760px,50vw,1040px)!important}html body .filmible-home .filmible-hero-slide{padding-inline:var(--filmible-lcd-gutter)!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:min(38vw,780px)!important;max-width:780px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(62px,4.1vw,88px)!important;line-height:.94!important}html body .filmible-home .filmible-hero-slide .title-meta{font-size:clamp(16px,.92vw,20px)!important;gap:10px 14px!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{max-width:720px!important;font-size:clamp(17px,1vw,22px)!important;line-height:1.5!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:clamp(48px,2.8vw,58px)!important;padding-inline:clamp(22px,1.5vw,34px)!important;font-size:clamp(16px,.92vw,20px)!important}html body .filmible-category-rows-wrap,html body .filmible-home>.nf-rows-wrap{padding-bottom:clamp(100px,6vw,150px)!important}html body .nf-row{padding-left:var(--filmible-lcd-gutter)!important;margin-bottom:clamp(20px,1.45vw,34px)!important}html body .row-title-line{padding-right:var(--filmible-lcd-gutter)!important;margin-bottom:clamp(10px,.7vw,16px)!important}html body .filmible-category-grid-row>h2,html body .row-title-line h2{font-size:clamp(22px,1.35vw,30px)!important}html body .nf-slider{gap:var(--filmible-lcd-card-gap)!important;column-gap:var(--filmible-lcd-card-gap)!important;padding-right:var(--filmible-lcd-gutter)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card,html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (6 * var(--filmible-lcd-card-gap))) / 7)!important;width:calc((100% - (6 * var(--filmible-lcd-card-gap))) / 7)!important;min-width:calc((100% - (6 * var(--filmible-lcd-card-gap))) / 7)!important;max-width:calc((100% - (6 * var(--filmible-lcd-card-gap))) / 7)!important}html body .nf-card-base h3{margin-top:9px!important;font-size:clamp(15px,.84vw,18px)!important}html body .filmible-catalog-hero{min-height:clamp(520px,33vw,720px)!important}html body .filmible-catalog-hero-inner{max-width:min(46vw,920px)!important;padding-inline:var(--filmible-lcd-gutter)!important}html body .filmible-catalog-hero-inner h1{font-size:clamp(54px,3.5vw,78px)!important}html body .filmible-catalog-hero-inner p{font-size:clamp(17px,1vw,22px)!important}html body .filmible-category-grid-row{padding-inline:var(--filmible-lcd-gutter)!important}html body .filmible-category-fixed-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:var(--filmible-lcd-card-gap)!important}}@media screen and (min-width:2560px) and (max-width:3199px){:root{--filmible-lcd-gutter:clamp(104px,4.8vw,154px);--filmible-lcd-card-gap:clamp(14px,.66vw,22px)}html body .filmible-header-inner{min-height:clamp(88px,4vw,108px)!important;padding-inline:var(--filmible-lcd-gutter)!important;gap:clamp(42px,1.9vw,58px)!important}html body .filmible-wordmark{font-size:clamp(39px,1.7vw,50px)!important}html body .filmible-nav{gap:clamp(24px,1.05vw,34px)!important}html body .filmible-nav-link{font-size:clamp(18px,.75vw,22px)!important}html body .filmible-header-actions{gap:clamp(17px,.72vw,24px)!important}html body .filmible-icon-button,html body .filmible-profile-button{min-width:48px!important;min-height:48px!important}html body .filmible-home .filmible-hero-slide,html body .filmible-home .filmible-hero-track,html body .filmible-home .nf-billboard.filmible-hero-shell{min-height:clamp(940px,47vw,1260px)!important}html body .filmible-home .filmible-hero-slide{padding-inline:var(--filmible-lcd-gutter)!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:min(38vw,970px)!important;max-width:970px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(78px,3.85vw,108px)!important;line-height:.94!important}html body .filmible-home .filmible-hero-slide .title-meta{font-size:clamp(19px,.82vw,24px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{max-width:880px!important;font-size:clamp(21px,.9vw,27px)!important;line-height:1.5!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:clamp(56px,2.45vw,68px)!important;padding-inline:clamp(30px,1.35vw,44px)!important;font-size:clamp(19px,.82vw,24px)!important}html body .nf-row{padding-left:var(--filmible-lcd-gutter)!important;margin-bottom:clamp(28px,1.3vw,42px)!important}html body .row-title-line{padding-right:var(--filmible-lcd-gutter)!important}html body .filmible-category-grid-row>h2,html body .row-title-line h2{font-size:clamp(28px,1.2vw,36px)!important}html body .nf-slider{gap:var(--filmible-lcd-card-gap)!important;column-gap:var(--filmible-lcd-card-gap)!important;padding-right:var(--filmible-lcd-gutter)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card,html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (7 * var(--filmible-lcd-card-gap))) / 8)!important;width:calc((100% - (7 * var(--filmible-lcd-card-gap))) / 8)!important;min-width:calc((100% - (7 * var(--filmible-lcd-card-gap))) / 8)!important;max-width:calc((100% - (7 * var(--filmible-lcd-card-gap))) / 8)!important}html body .nf-card-base h3{font-size:clamp(18px,.76vw,22px)!important}html body .filmible-catalog-hero{min-height:clamp(680px,31vw,900px)!important}html body .filmible-catalog-hero-inner{max-width:min(45vw,1120px)!important;padding-inline:var(--filmible-lcd-gutter)!important}html body .filmible-catalog-hero-inner h1{font-size:clamp(70px,3.1vw,96px)!important}html body .filmible-catalog-hero-inner p{font-size:clamp(21px,.9vw,27px)!important}html body .filmible-category-grid-row{padding-inline:var(--filmible-lcd-gutter)!important}html body .filmible-category-fixed-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:var(--filmible-lcd-card-gap)!important}}@media screen and (min-width:3200px){:root{--filmible-lcd-gutter:clamp(138px,5vw,220px);--filmible-lcd-card-gap:clamp(18px,.62vw,28px)}html body .filmible-header-inner{min-height:clamp(104px,3.6vw,138px)!important;padding-inline:var(--filmible-lcd-gutter)!important;gap:clamp(52px,1.7vw,74px)!important}html body .filmible-wordmark{font-size:clamp(48px,1.55vw,64px)!important}html body .filmible-nav{gap:clamp(30px,.95vw,44px)!important}html body .filmible-nav-link{font-size:clamp(22px,.68vw,28px)!important}html body .filmible-icon-button,html body .filmible-profile-button{min-width:56px!important;min-height:56px!important}html body .filmible-home .filmible-hero-slide,html body .filmible-home .filmible-hero-track,html body .filmible-home .nf-billboard.filmible-hero-shell{min-height:clamp(1160px,45vw,1680px)!important}html body .filmible-home .filmible-hero-slide{padding-inline:var(--filmible-lcd-gutter)!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:min(37vw,1280px)!important;max-width:1280px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(98px,3.45vw,142px)!important;line-height:.93!important}html body .filmible-home .filmible-hero-slide .title-meta{font-size:clamp(24px,.75vw,31px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{max-width:1120px!important;font-size:clamp(26px,.82vw,34px)!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:clamp(66px,2.15vw,82px)!important;padding-inline:clamp(38px,1.2vw,56px)!important;font-size:clamp(24px,.74vw,30px)!important}html body .nf-row{padding-left:var(--filmible-lcd-gutter)!important;margin-bottom:clamp(36px,1.15vw,52px)!important}html body .row-title-line{padding-right:var(--filmible-lcd-gutter)!important}html body .filmible-category-grid-row>h2,html body .row-title-line h2{font-size:clamp(34px,1.05vw,44px)!important}html body .nf-slider{gap:var(--filmible-lcd-card-gap)!important;column-gap:var(--filmible-lcd-card-gap)!important;padding-right:var(--filmible-lcd-gutter)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card,html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (8 * var(--filmible-lcd-card-gap))) / 9)!important;width:calc((100% - (8 * var(--filmible-lcd-card-gap))) / 9)!important;min-width:calc((100% - (8 * var(--filmible-lcd-card-gap))) / 9)!important;max-width:calc((100% - (8 * var(--filmible-lcd-card-gap))) / 9)!important}html body .nf-card-base h3{font-size:clamp(22px,.68vw,28px)!important}html body .filmible-catalog-hero{min-height:clamp(840px,29vw,1160px)!important}html body .filmible-catalog-hero-inner{max-width:min(44vw,1440px)!important;padding-inline:var(--filmible-lcd-gutter)!important}html body .filmible-catalog-hero-inner h1{font-size:clamp(88px,2.85vw,120px)!important}html body .filmible-catalog-hero-inner p{font-size:clamp(26px,.82vw,34px)!important}html body .filmible-category-grid-row{padding-inline:var(--filmible-lcd-gutter)!important}html body .filmible-category-fixed-grid{grid-template-columns:repeat(9,minmax(0,1fr))!important;gap:var(--filmible-lcd-card-gap)!important}}@media screen and (min-width:1920px) and (max-width:2559px){:root{--filmible-lcd-a-gutter:clamp(76px,4.3vw,116px);--filmible-lcd-a-gap:clamp(12px,.72vw,18px)}html body .filmible-header-inner{min-height:clamp(78px,4vw,94px)!important;padding-inline:var(--filmible-lcd-a-gutter)!important;gap:clamp(42px,2.2vw,58px)!important}html body .filmible-wordmark{flex:0 0 auto!important;margin-right:clamp(12px,.8vw,20px)!important;font-size:clamp(34px,1.85vw,44px)!important;line-height:1!important}html body .filmible-nav{flex:0 0 auto!important;gap:clamp(22px,1.18vw,30px)!important}html body .filmible-nav-link{font-size:clamp(16px,.88vw,20px)!important;line-height:1.2!important}html body .filmible-header-actions{margin-left:auto!important;gap:clamp(16px,.84vw,22px)!important}html body .filmible-icon-button,html body .filmible-profile-button{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important}html body .filmible-icon-button svg{width:26px!important;height:26px!important}html body .filmible-profile-avatar{width:40px!important;height:40px!important}html body .filmible-profile-caret{transform:scale(1.18)!important;transform-origin:center!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:min(42vw,820px)!important;max-width:820px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(64px,3.8vw,86px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{max-width:740px!important;font-size:clamp(18px,1vw,22px)!important}html body .filmible-category-grid-row>h2,html body .row-title-line h2{font-size:clamp(25px,1.3vw,31px)!important;line-height:1.15!important}html body .nf-row{padding-left:var(--filmible-lcd-a-gutter)!important}html body .nf-slider,html body .row-title-line{padding-right:var(--filmible-lcd-a-gutter)!important}html body .nf-slider{gap:var(--filmible-lcd-a-gap)!important;column-gap:var(--filmible-lcd-a-gap)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card,html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (5 * var(--filmible-lcd-a-gap))) / 6)!important;width:calc((100% - (5 * var(--filmible-lcd-a-gap))) / 6)!important;min-width:calc((100% - (5 * var(--filmible-lcd-a-gap))) / 6)!important;max-width:calc((100% - (5 * var(--filmible-lcd-a-gap))) / 6)!important}html body .nf-card-base h3{margin-top:10px!important;font-size:clamp(17px,.9vw,21px)!important;line-height:1.25!important}html body .filmible-category-grid-row{padding-inline:var(--filmible-lcd-a-gutter)!important}html body .filmible-category-fixed-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:var(--filmible-lcd-a-gap)!important}}@media screen and (min-width:2560px) and (max-width:3199px){:root{--filmible-lcd-a-gutter:clamp(110px,4.5vw,158px);--filmible-lcd-a-gap:clamp(16px,.68vw,24px)}html body .filmible-header-inner{min-height:clamp(94px,3.8vw,116px)!important;padding-inline:var(--filmible-lcd-a-gutter)!important;gap:clamp(54px,2vw,72px)!important}html body .filmible-wordmark{flex:0 0 auto!important;margin-right:clamp(18px,.9vw,28px)!important;font-size:clamp(44px,1.7vw,56px)!important;line-height:1!important}html body .filmible-nav{flex:0 0 auto!important;gap:clamp(28px,1.05vw,38px)!important}html body .filmible-nav-link{font-size:clamp(20px,.78vw,25px)!important;line-height:1.2!important}html body .filmible-header-actions{margin-left:auto!important;gap:clamp(20px,.8vw,28px)!important}html body .filmible-icon-button,html body .filmible-profile-button{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important}html body .filmible-icon-button svg{width:32px!important;height:32px!important}html body .filmible-profile-avatar{width:48px!important;height:48px!important}html body .filmible-profile-caret{transform:scale(1.3)!important;transform-origin:center!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:min(43vw,1060px)!important;max-width:1060px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(84px,3.45vw,112px)!important}html body .filmible-home .filmible-hero-slide .title-meta{font-size:clamp(21px,.84vw,27px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{max-width:940px!important;font-size:clamp(23px,.9vw,29px)!important;line-height:1.5!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:clamp(60px,2.4vw,74px)!important;padding-inline:clamp(34px,1.3vw,48px)!important;font-size:clamp(21px,.82vw,26px)!important}html body .filmible-category-grid-row>h2,html body .row-title-line h2{font-size:clamp(32px,1.2vw,39px)!important;line-height:1.15!important}html body .nf-row{padding-left:var(--filmible-lcd-a-gutter)!important;margin-bottom:clamp(30px,1.25vw,44px)!important}html body .nf-slider,html body .row-title-line{padding-right:var(--filmible-lcd-a-gutter)!important}html body .nf-slider{gap:var(--filmible-lcd-a-gap)!important;column-gap:var(--filmible-lcd-a-gap)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card,html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (6 * var(--filmible-lcd-a-gap))) / 7)!important;width:calc((100% - (6 * var(--filmible-lcd-a-gap))) / 7)!important;min-width:calc((100% - (6 * var(--filmible-lcd-a-gap))) / 7)!important;max-width:calc((100% - (6 * var(--filmible-lcd-a-gap))) / 7)!important}html body .nf-card-base h3{margin-top:12px!important;font-size:clamp(21px,.8vw,26px)!important;line-height:1.25!important}html body .filmible-category-grid-row{padding-inline:var(--filmible-lcd-a-gutter)!important}html body .filmible-category-fixed-grid{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:var(--filmible-lcd-a-gap)!important}}@media screen and (min-width:3200px){:root{--filmible-lcd-a-gutter:clamp(150px,4.8vw,230px);--filmible-lcd-a-gap:clamp(20px,.64vw,30px)}html body .filmible-header-inner{min-height:clamp(116px,3.45vw,148px)!important;padding-inline:var(--filmible-lcd-a-gutter)!important;gap:clamp(66px,1.85vw,90px)!important}html body .filmible-wordmark{flex:0 0 auto!important;margin-right:clamp(24px,1vw,38px)!important;font-size:clamp(56px,1.55vw,72px)!important;line-height:1!important}html body .filmible-nav{flex:0 0 auto!important;gap:clamp(34px,.96vw,48px)!important}html body .filmible-nav-link{font-size:clamp(25px,.7vw,32px)!important}html body .filmible-header-actions{margin-left:auto!important;gap:clamp(24px,.74vw,34px)!important}html body .filmible-icon-button,html body .filmible-profile-button{width:66px!important;height:66px!important;min-width:66px!important;min-height:66px!important}html body .filmible-icon-button svg{width:38px!important;height:38px!important}html body .filmible-profile-avatar{width:58px!important;height:58px!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:min(42vw,1380px)!important;max-width:1380px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(108px,3.15vw,150px)!important}html body .filmible-home .filmible-hero-slide .title-meta{font-size:clamp(27px,.75vw,35px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{max-width:1220px!important;font-size:clamp(30px,.82vw,38px)!important}html body .filmible-category-grid-row>h2,html body .row-title-line h2{font-size:clamp(40px,1.05vw,50px)!important}html body .nf-row{padding-left:var(--filmible-lcd-a-gutter)!important;margin-bottom:clamp(42px,1.08vw,58px)!important}html body .nf-slider,html body .row-title-line{padding-right:var(--filmible-lcd-a-gutter)!important}html body .nf-slider{gap:var(--filmible-lcd-a-gap)!important;column-gap:var(--filmible-lcd-a-gap)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card,html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (7 * var(--filmible-lcd-a-gap))) / 8)!important;width:calc((100% - (7 * var(--filmible-lcd-a-gap))) / 8)!important;min-width:calc((100% - (7 * var(--filmible-lcd-a-gap))) / 8)!important;max-width:calc((100% - (7 * var(--filmible-lcd-a-gap))) / 8)!important}html body .nf-card-base h3{margin-top:14px!important;font-size:clamp(26px,.7vw,34px)!important;line-height:1.25!important}html body .filmible-category-grid-row{padding-inline:var(--filmible-lcd-a-gutter)!important}html body .filmible-category-fixed-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:var(--filmible-lcd-a-gap)!important}}@media screen and (min-width:1920px) and (max-width:3199px){:root{--filmible-lcd-b-gutter:clamp(82px,4.5vw,150px);--filmible-lcd-b-gap:clamp(18px,.82vw,28px)}html body header.filmible-header>.filmible-header-inner{box-sizing:border-box!important;width:100%!important;min-height:clamp(92px,4.2vw,122px)!important;padding-inline:var(--filmible-lcd-b-gutter)!important;display:flex!important;align-items:center!important;gap:0!important}html body header.filmible-header>.filmible-header-inner>.filmible-wordmark{flex:0 0 auto!important;margin:0!important;font-size:clamp(44px,2vw,62px)!important;line-height:1!important;letter-spacing:-.035em!important;white-space:nowrap!important}html body header.filmible-header>.filmible-header-inner>nav.filmible-nav{flex:0 0 auto!important;margin-left:clamp(58px,3vw,96px)!important;display:flex!important;align-items:center!important;gap:clamp(28px,1.35vw,44px)!important}html body header.filmible-header>.filmible-header-inner>nav.filmible-nav>a.filmible-nav-link{font-size:clamp(21px,.95vw,30px)!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap!important}html body header.filmible-header>.filmible-header-inner>.filmible-header-actions{flex:0 0 auto!important;margin-left:auto!important;min-height:64px!important;gap:clamp(24px,1.1vw,36px)!important;align-items:center!important}html body header.filmible-header .filmible-notification>button.filmible-icon-button,html body header.filmible-header .filmible-search>button.filmible-icon-button{position:relative!important;width:clamp(58px,2.55vw,76px)!important;height:clamp(58px,2.55vw,76px)!important;min-width:clamp(58px,2.55vw,76px)!important;min-height:clamp(58px,2.55vw,76px)!important;padding:0!important;display:inline-grid!important;place-items:center!important}html body header.filmible-header .filmible-notification>button.filmible-icon-button>svg,html body header.filmible-header .filmible-search>button.filmible-icon-button>svg{display:block!important;width:clamp(34px,1.48vw,46px)!important;height:clamp(34px,1.48vw,46px)!important;min-width:clamp(34px,1.48vw,46px)!important;min-height:clamp(34px,1.48vw,46px)!important;margin:0!important;transform:none!important}html body header.filmible-header .filmible-account>button.filmible-profile-button{width:auto!important;height:clamp(62px,2.7vw,82px)!important;min-width:clamp(84px,3.8vw,112px)!important;min-height:clamp(62px,2.7vw,82px)!important;padding:0!important;gap:clamp(13px,.6vw,19px)!important}html body header.filmible-header .filmible-account>button.filmible-profile-button>span.filmible-profile-avatar{width:clamp(54px,2.35vw,72px)!important;height:clamp(54px,2.35vw,72px)!important;min-width:clamp(54px,2.35vw,72px)!important;min-height:clamp(54px,2.35vw,72px)!important;border-radius:6px!important;font-size:clamp(22px,.95vw,29px)!important}html body header.filmible-header .filmible-profile-avatar-image{width:100%!important;height:100%!important;object-fit:cover!important}html body header.filmible-header .filmible-account .filmible-profile-caret{border-top-width:clamp(7px,.32vw,10px)!important;border-left-width:clamp(7px,.32vw,10px)!important;border-right-width:clamp(7px,.32vw,10px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy{width:min(45vw,1120px)!important;max-width:1120px!important}html body .filmible-home .filmible-hero-slide .billboard-copy h1{font-size:clamp(78px,3.7vw,116px)!important;line-height:.94!important}html body .filmible-home .filmible-hero-slide .title-meta{font-size:clamp(21px,.95vw,29px)!important}html body .filmible-home .filmible-hero-slide .billboard-copy>p{max-width:980px!important;font-size:clamp(22px,1vw,31px)!important;line-height:1.48!important}html body .filmible-home .filmible-hero-slide .nf-info,html body .filmible-home .filmible-hero-slide .nf-play{min-height:clamp(58px,2.55vw,78px)!important;padding-inline:clamp(32px,1.45vw,48px)!important;font-size:clamp(21px,.95vw,29px)!important}html body .nf-row{padding-left:var(--filmible-lcd-b-gutter)!important;margin-bottom:clamp(34px,1.55vw,52px)!important}html body .row-title-line{padding-right:var(--filmible-lcd-b-gutter)!important;margin-bottom:clamp(14px,.7vw,22px)!important}html body .filmible-category-grid-row>h2,html body .row-title-line h2{font-size:clamp(34px,1.5vw,48px)!important;font-weight:800!important;line-height:1.15!important}html body .nf-slider{gap:var(--filmible-lcd-b-gap)!important;column-gap:var(--filmible-lcd-b-gap)!important;padding-right:var(--filmible-lcd-b-gutter)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card,html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (4 * var(--filmible-lcd-b-gap))) / 5)!important;width:calc((100% - (4 * var(--filmible-lcd-b-gap))) / 5)!important;min-width:calc((100% - (4 * var(--filmible-lcd-b-gap))) / 5)!important;max-width:calc((100% - (4 * var(--filmible-lcd-b-gap))) / 5)!important}html body .nf-card-base h3{margin-top:clamp(12px,.55vw,18px)!important;font-size:clamp(25px,1.08vw,34px)!important;font-weight:700!important;line-height:1.24!important}html body .filmible-category-grid-row{padding-inline:var(--filmible-lcd-b-gutter)!important}html body .filmible-category-fixed-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:var(--filmible-lcd-b-gap)!important}}@media screen and (min-width:3200px){:root{--filmible-lcd-b-gutter:clamp(160px,4.8vw,250px);--filmible-lcd-b-gap:clamp(26px,.72vw,38px)}html body header.filmible-header>.filmible-header-inner{min-height:clamp(126px,3.5vw,164px)!important;padding-inline:var(--filmible-lcd-b-gutter)!important;gap:0!important}html body header.filmible-header>.filmible-header-inner>.filmible-wordmark{font-size:clamp(64px,1.7vw,82px)!important}html body header.filmible-header>.filmible-header-inner>nav.filmible-nav{margin-left:clamp(84px,2.6vw,126px)!important;gap:clamp(40px,1.15vw,58px)!important}html body header.filmible-header>.filmible-header-inner>nav.filmible-nav>a.filmible-nav-link{font-size:clamp(30px,.8vw,39px)!important}html body header.filmible-header .filmible-notification>button.filmible-icon-button,html body header.filmible-header .filmible-search>button.filmible-icon-button{width:clamp(78px,2.05vw,98px)!important;height:clamp(78px,2.05vw,98px)!important;min-width:clamp(78px,2.05vw,98px)!important;min-height:clamp(78px,2.05vw,98px)!important}html body header.filmible-header .filmible-notification>button.filmible-icon-button>svg,html body header.filmible-header .filmible-search>button.filmible-icon-button>svg{width:clamp(46px,1.2vw,58px)!important;height:clamp(46px,1.2vw,58px)!important;min-width:clamp(46px,1.2vw,58px)!important;min-height:clamp(46px,1.2vw,58px)!important}html body header.filmible-header .filmible-account>button.filmible-profile-button>span.filmible-profile-avatar{width:clamp(72px,1.85vw,90px)!important;height:clamp(72px,1.85vw,90px)!important;min-width:clamp(72px,1.85vw,90px)!important;min-height:clamp(72px,1.85vw,90px)!important}html body .filmible-category-grid-row>h2,html body .row-title-line h2{font-size:clamp(46px,1.18vw,58px)!important}html body .nf-row{padding-left:var(--filmible-lcd-b-gutter)!important}html body .nf-slider,html body .row-title-line{padding-right:var(--filmible-lcd-b-gutter)!important}html body .nf-slider{gap:var(--filmible-lcd-b-gap)!important;column-gap:var(--filmible-lcd-b-gap)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card,html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (5 * var(--filmible-lcd-b-gap))) / 6)!important;width:calc((100% - (5 * var(--filmible-lcd-b-gap))) / 6)!important;min-width:calc((100% - (5 * var(--filmible-lcd-b-gap))) / 6)!important;max-width:calc((100% - (5 * var(--filmible-lcd-b-gap))) / 6)!important}html body .nf-card-base h3{font-size:clamp(34px,.88vw,43px)!important}html body .filmible-category-grid-row{padding-inline:var(--filmible-lcd-b-gutter)!important}html body .filmible-category-fixed-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:var(--filmible-lcd-b-gap)!important}}@media screen and (min-width:1920px){html body header.filmible-header>.filmible-header-inner>.filmible-wordmark{position:relative!important;inset:auto!important;display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;width:max-content!important;min-width:max-content!important;max-width:none!important;margin:0!important;padding:0!important;transform:none!important;white-space:nowrap!important;overflow:visible!important;z-index:3!important}html body header.filmible-header>.filmible-header-inner>nav.filmible-nav{position:relative!important;inset:auto!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:none!important;margin-left:clamp(72px,3.4vw,128px)!important;padding-left:0!important;transform:none!important;z-index:2!important}html body header.filmible-header>.filmible-header-inner>nav.filmible-nav>a:first-child{margin-left:0!important;padding-left:0!important}html body .nf-row.is-top10-row .nf-row-shell{overflow:visible!important}html body .nf-row.is-top10-row .nf-slider{display:flex!important;flex-wrap:nowrap!important;grid-template-columns:none!important;grid-auto-columns:unset!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;-ms-overflow-style:none!important}html body .nf-row.is-top10-row .nf-slider::-webkit-scrollbar{display:none!important}html body .nf-row.is-top10-row .nf-slider>.nf-card{flex-grow:0!important;flex-shrink:0!important;flex-basis:calc((100% - (5 * var(--filmible-lcd-b-gap, 22px))) / 6)!important;width:calc((100% - (5 * var(--filmible-lcd-b-gap, 22px))) / 6)!important;min-width:calc((100% - (5 * var(--filmible-lcd-b-gap, 22px))) / 6)!important;max-width:calc((100% - (5 * var(--filmible-lcd-b-gap, 22px))) / 6)!important;scroll-snap-align:start!important}html body .nf-row.is-top10-row .nf-slider>.nf-card:nth-child(n){display:block!important;visibility:visible!important}}@media screen and (min-width:1920px) and (max-width:3199px){html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (5 * var(--filmible-lcd-b-gap, 22px))) / 6)!important;width:calc((100% - (5 * var(--filmible-lcd-b-gap, 22px))) / 6)!important;min-width:calc((100% - (5 * var(--filmible-lcd-b-gap, 22px))) / 6)!important;max-width:calc((100% - (5 * var(--filmible-lcd-b-gap, 22px))) / 6)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card{flex:0 0 calc((100% - (4 * var(--filmible-lcd-b-gap, 22px))) / 5)!important;width:calc((100% - (4 * var(--filmible-lcd-b-gap, 22px))) / 5)!important;min-width:calc((100% - (4 * var(--filmible-lcd-b-gap, 22px))) / 5)!important;max-width:calc((100% - (4 * var(--filmible-lcd-b-gap, 22px))) / 5)!important}}@media screen and (min-width:3200px) and (max-width:3839px){html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (6 * var(--filmible-lcd-b-gap, 30px))) / 7)!important;width:calc((100% - (6 * var(--filmible-lcd-b-gap, 30px))) / 7)!important;min-width:calc((100% - (6 * var(--filmible-lcd-b-gap, 30px))) / 7)!important;max-width:calc((100% - (6 * var(--filmible-lcd-b-gap, 30px))) / 7)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card{flex:0 0 calc((100% - (5 * var(--filmible-lcd-b-gap, 30px))) / 6)!important;width:calc((100% - (5 * var(--filmible-lcd-b-gap, 30px))) / 6)!important;min-width:calc((100% - (5 * var(--filmible-lcd-b-gap, 30px))) / 6)!important;max-width:calc((100% - (5 * var(--filmible-lcd-b-gap, 30px))) / 6)!important}}@media screen and (min-width:3840px){html body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - (7 * var(--filmible-lcd-b-gap, 34px))) / 8)!important;width:calc((100% - (7 * var(--filmible-lcd-b-gap, 34px))) / 8)!important;min-width:calc((100% - (7 * var(--filmible-lcd-b-gap, 34px))) / 8)!important;max-width:calc((100% - (7 * var(--filmible-lcd-b-gap, 34px))) / 8)!important}html body .nf-row.is-top10-row .nf-slider>.nf-card{flex:0 0 calc((100% - (6 * var(--filmible-lcd-b-gap, 34px))) / 7)!important;width:calc((100% - (6 * var(--filmible-lcd-b-gap, 34px))) / 7)!important;min-width:calc((100% - (6 * var(--filmible-lcd-b-gap, 34px))) / 7)!important;max-width:calc((100% - (6 * var(--filmible-lcd-b-gap, 34px))) / 7)!important}}@media screen and (min-width:1920px){html body .nf-row .nf-slider{flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:none!important;-ms-overflow-style:none!important}html body .nf-row .nf-slider::-webkit-scrollbar{display:none!important}html body .nf-row .nf-slider>.nf-card{flex-grow:0!important;flex-shrink:0!important;scroll-snap-align:start!important}}@media screen and (min-width:1200px){html body .nf-row{margin-bottom:-52px!important}html body .nf-slider{padding-top:54px!important;padding-bottom:54px!important;margin-top:-48px!important}html body .row-arrow{top:54px!important;bottom:54px!important}html body .row-title-line{margin-bottom:7px!important}html body .nf-row.is-continue-row{margin-bottom:-38px!important}html body .nf-row.is-top10-row{margin-bottom:-40px!important}html body .nf-row,html body .nf-row-shell,html body .nf-slider{overflow-y:visible!important}html body .nf-row{margin-bottom:-12px!important}html body .nf-slider{padding-top:64px!important;padding-bottom:92px!important;margin-top:-58px!important}html body .row-arrow{top:64px!important;bottom:92px!important}html body .row-title-line{margin-bottom:9px!important}html body .nf-row.is-continue-row{margin-bottom:2px!important}html body .nf-row.is-top10-row{margin-bottom:10px!important}html body .nf-row.is-top10-row .nf-slider{padding-bottom:104px!important}html body .nf-row,html body .nf-row-shell,html body .nf-slider{overflow-y:visible!important}}body.filmible-player-pseudo-fullscreen,html.filmible-player-pseudo-fullscreen{overflow:hidden!important;overscroll-behavior:none!important}.fwp-player-shell.fwp-pseudo-fullscreen{position:fixed!important;inset:0!important;z-index:2147483000!important;width:100vw!important;width:100dvw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;border:0!important;border-radius:0!important;background:#000!important}.fwp-player-shell.fwp-pseudo-fullscreen>iframe,.fwp-player-shell.fwp-pseudo-fullscreen>video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important}@media screen and (max-width:1199px) and (orientation:landscape){html body .filmible-watch-page.has-playable-video .fwp-watch-host{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}html body .filmible-watch-page.has-playable-video .fwp-player-shell{width:100vw!important;width:100dvw!important;height:100vh!important;height:100dvh!important;min-height:0!important;max-width:none!important;max-height:100dvh!important;margin-left:calc(50% - 50dvw)!important;border-radius:0!important;background:#000!important}html body .filmible-watch-page.has-playable-video .fwp-player-shell>iframe,html body .filmible-watch-page.has-playable-video .fwp-player-shell>video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important}html body .filmible-watch-page.has-playable-video .fwp-player-shell:-webkit-full-screen,html body .filmible-watch-page.has-playable-video .fwp-player-shell:fullscreen{width:100vw!important;width:100dvw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;border-radius:0!important}html body .filmible-watch-page.has-playable-video .fwp-player-shell:-webkit-full-screen>iframe,html body .filmible-watch-page.has-playable-video .fwp-player-shell:-webkit-full-screen>video,html body .filmible-watch-page.has-playable-video .fwp-player-shell:fullscreen>iframe,html body .filmible-watch-page.has-playable-video .fwp-player-shell:fullscreen>video{width:100%!important;height:100%!important;object-fit:contain!important}}@supports (height:100svh){.fwp-player-shell.fwp-pseudo-fullscreen{height:100svh!important}@media screen and (max-width:1199px) and (orientation:landscape){html body .filmible-watch-page.has-playable-video .fwp-player-shell{height:100svh!important;max-height:100svh!important}}}@supports (height:100dvh){.fwp-player-shell.fwp-pseudo-fullscreen{height:100dvh!important}@media screen and (max-width:1199px) and (orientation:landscape){html body .filmible-watch-page.has-playable-video .fwp-player-shell{height:100dvh!important;max-height:100dvh!important}}}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38.is-wall-visible.is-content-visible{background:#000!important;box-shadow:0 -26px 32px rgba(0,0,0,.62)!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-control-button{box-sizing:border-box!important;border:0!important;border-radius:8px!important;background:transparent!important;box-shadow:none!important;color:#fff!important;opacity:1!important;transition:background-color .15s ease,transform .15s ease,opacity .15s ease!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-primary-control{border:0!important;background:transparent!important;box-shadow:none!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-language-button.is-active,html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-speed-button.is-active{color:#fff!important}@media (hover:hover) and (pointer:fine){html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-control-button:hover{background:rgba(255,255,255,.11)!important;transform:scale(1.07)!important}}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-control-button:focus-visible{outline:2px solid rgba(255,255,255,.95)!important;outline-offset:2px!important}html body .filmible-watch-page.has-playable-video .fwp-progress-row{width:100%!important;align-items:center!important}html body .filmible-watch-page.has-playable-video .fwp-progress-track-wrap{min-width:0!important}html body .filmible-watch-page.has-playable-video .fwp-player-progress{cursor:pointer!important;transition:filter .15s ease,transform .15s ease!important}@media (hover:hover) and (pointer:fine){html body .filmible-watch-page.has-playable-video .fwp-progress-track-wrap:hover .fwp-player-progress{filter:brightness(1.08)!important}}@media screen and (min-width:901px){html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38{padding-left:max(24px,env(safe-area-inset-left,0px))!important;padding-right:max(24px,env(safe-area-inset-right,0px))!important;padding-bottom:max(18px,env(safe-area-inset-bottom,0px))!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;column-gap:clamp(12px,1.7vw,28px)!important;width:100%!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-left{justify-self:start!important;min-width:0!important}html body .filmible-watch-page.has-playable-video .fwp-current-title{justify-self:center!important;width:auto!important;max-width:min(44vw,620px)!important;margin:0!important;text-align:center!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-right{justify-self:end!important;min-width:0!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-control-button{width:clamp(40px,3vw,46px)!important;height:clamp(40px,3vw,46px)!important;min-width:clamp(40px,3vw,46px)!important;min-height:clamp(40px,3vw,46px)!important;flex:0 0 clamp(40px,3vw,46px)!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-premium-glyph{width:25px!important;height:25px!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-seek-icon{width:31px!important;height:31px!important}}@media screen and (max-width:900px){html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38{padding-left:max(10px,env(safe-area-inset-left,0px))!important;padding-right:max(10px,env(safe-area-inset-right,0px))!important;padding-bottom:max(10px,env(safe-area-inset-bottom,0px))!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"left right" "title title"!important;align-items:center!important;gap:5px 6px!important;width:100%!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-left{grid-area:left!important;justify-self:start!important;min-width:0!important;gap:3px!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-right{grid-area:right!important;justify-self:end!important;min-width:0!important;gap:3px!important}html body .filmible-watch-page.has-playable-video .fwp-current-title{grid-area:title!important;justify-self:center!important;width:min(92vw,560px)!important;max-width:100%!important;margin:2px auto 0!important;text-align:center!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-control-button{width:clamp(34px,7vw,40px)!important;height:clamp(34px,7vw,40px)!important;min-width:clamp(34px,7vw,40px)!important;min-height:clamp(34px,7vw,40px)!important;flex:0 0 clamp(34px,7vw,40px)!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-premium-glyph{width:22px!important;height:22px!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-seek-icon{width:28px!important;height:28px!important}}@media screen and (max-width:480px){html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38{padding-left:max(7px,env(safe-area-inset-left,0px))!important;padding-right:max(7px,env(safe-area-inset-right,0px))!important;padding-bottom:max(8px,env(safe-area-inset-bottom,0px))!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-row{gap:4px!important}html body .filmible-watch-page.has-playable-video .fwp-toolbar-left,html body .filmible-watch-page.has-playable-video .fwp-toolbar-right{gap:1px!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-control-button{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;flex:0 0 30px!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-premium-glyph{width:19px!important;height:19px!important}html body .filmible-watch-page.has-playable-video .fwp-player-controls-v38 .fwp-seek-icon{width:25px!important;height:25px!important}html body .filmible-watch-page.has-playable-video .fwp-progress-row{gap:7px!important;margin-bottom:7px!important;font-size:10px!important}html body .filmible-watch-page.has-playable-video .fwp-current-title{font-size:11px!important}}html body .filmible-watch-page.has-playable-video .fwp-language-wrap,html body .filmible-watch-page.has-playable-video .fwp-speed-wrap{position:relative!important}html body .filmible-watch-page.has-playable-video .fwp-language-panel,html body .filmible-watch-page.has-playable-video .fwp-speed-panel{position:absolute!important;right:0!important;bottom:calc(100% + 12px)!important;z-index:240!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:8px!important;background:rgba(28,28,28,.985)!important;color:#fff!important;box-shadow:0 18px 46px rgba(0,0,0,.55)!important;overflow:hidden!important}html body .filmible-watch-page.has-playable-video .fwp-language-panel{display:none!important;width:min(430px,calc(100vw - 28px))!important;max-height:min(360px,60vh)!important;padding:0!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}html body .filmible-watch-page.has-playable-video .fwp-language-wrap.is-open .fwp-language-panel{display:grid!important}html body .filmible-watch-page.has-playable-video .fwp-language-column{display:flex!important;flex-direction:column!important;gap:4px!important;padding:16px!important;min-width:0!important}html body .filmible-watch-page.has-playable-video .fwp-language-column+.fwp-language-column{border-left:1px solid rgba(255,255,255,.1)!important}html body .filmible-watch-page.has-playable-video .fwp-menu-heading{display:block!important;margin:0 0 8px!important;color:#fff!important;font-size:15px!important;font-weight:800!important;line-height:1.2!important}html body .filmible-watch-page.has-playable-video .fwp-menu-option{box-sizing:border-box!important;width:100%!important;min-height:38px!important;display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;padding:8px 7px!important;margin:0!important;border:0!important;border-radius:6px!important;background:transparent!important;color:rgba(255,255,255,.72)!important;text-align:left!important;font:inherit!important}html body .filmible-watch-page.has-playable-video button.fwp-menu-option{cursor:pointer!important}html body .filmible-watch-page.has-playable-video .fwp-menu-option.is-selected{color:#fff!important;font-weight:700!important}html body .filmible-watch-page.has-playable-video .fwp-menu-option.is-static{cursor:default!important}html body .filmible-watch-page.has-playable-video .fwp-menu-check{width:20px!important;color:#fff!important;font-weight:900!important;text-align:center!important}@media (hover:hover) and (pointer:fine){html body .filmible-watch-page.has-playable-video button.fwp-menu-option:hover{background:rgba(255,255,255,.08)!important}}html body .filmible-watch-page.has-playable-video .fwp-speed-panel{display:none!important;width:min(370px,calc(100vw - 28px))!important;padding:15px!important}html body .filmible-watch-page.has-playable-video .fwp-speed-wrap.is-open .fwp-speed-panel{display:block!important}html body .filmible-watch-page.has-playable-video .fwp-speed-options{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:4px!important;margin-top:10px!important}html body .filmible-watch-page.has-playable-video .fwp-speed-option{position:relative!important;min-width:0!important;min-height:48px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:6px 2px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:rgba(255,255,255,.67)!important;font:inherit!important;font-size:12px!important;cursor:pointer!important}html body .filmible-watch-page.has-playable-video .fwp-speed-option small{font-size:8px!important;line-height:1!important;color:rgba(255,255,255,.58)!important}html body .filmible-watch-page.has-playable-video .fwp-speed-option.is-selected{color:#fff!important;font-weight:800!important}html body .filmible-watch-page.has-playable-video .fwp-speed-option.is-selected:after{content:""!important;position:absolute!important;left:18%!important;right:18%!important;bottom:2px!important;height:2px!important;border-radius:999px!important;background:#e5092f!important}@media (hover:hover) and (pointer:fine){html body .filmible-watch-page.has-playable-video .fwp-speed-option:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}}@media screen and (max-width:600px){html body .filmible-watch-page.has-playable-video .fwp-language-panel{width:min(286px,calc(100vw - 16px))!important;grid-template-columns:1fr!important;max-height:min(330px,64vh)!important;overflow-y:auto!important}html body .filmible-watch-page.has-playable-video .fwp-language-column{padding:12px!important}html body .filmible-watch-page.has-playable-video .fwp-language-column+.fwp-language-column{border-left:0!important;border-top:1px solid rgba(255,255,255,.1)!important}html body .filmible-watch-page.has-playable-video .fwp-speed-panel{width:min(292px,calc(100vw - 16px))!important;padding:12px 9px!important}html body .filmible-watch-page.has-playable-video .fwp-speed-options{gap:1px!important}html body .filmible-watch-page.has-playable-video .fwp-speed-option{min-height:44px!important;font-size:11px!important}}@media screen and (max-width:1199px) and (orientation:landscape) and (max-height:700px){html body .filmible-watch-page.has-playable-video .fwp-language-panel,html body .filmible-watch-page.has-playable-video .fwp-speed-panel{bottom:calc(100% + 7px)!important;max-height:min(240px,55vh)!important}html body .filmible-watch-page.has-playable-video .fwp-language-column{padding:10px 12px!important}html body .filmible-watch-page.has-playable-video .fwp-speed-panel{padding:10px!important}html body .filmible-watch-page.has-playable-video .fwp-speed-option{min-height:40px!important}}@media screen and (max-width:1199px){html:not(.filmible-player-pseudo-fullscreen):has(body .filmible-watch-page.has-playable-video .filmible-player-stage.is-locked),html:not(.filmible-player-pseudo-fullscreen):has(body .filmible-watch-page.has-playable-video .filmible-player-stage.is-locked) body{height:auto!important;min-height:100%!important;max-height:none!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-x:none!important;overscroll-behavior-y:auto!important}html:not(.filmible-player-pseudo-fullscreen):has(body .filmible-watch-page.has-playable-video .filmible-player-stage.is-locked) body{-webkit-overflow-scrolling:touch;touch-action:pan-y!important}html body .filmible-watch-page.has-playable-video .filmible-player-stage.is-locked{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;overscroll-behavior-y:auto!important;touch-action:pan-y!important;padding-bottom:max(22px,env(safe-area-inset-bottom,0px))!important}html body .filmible-watch-page.has-playable-video .filmible-player-stage.is-locked>.filmible-watch-panel{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;box-sizing:border-box!important;margin:0!important;padding-bottom:max(34px,calc(env(safe-area-inset-bottom, 0px) + 22px))!important;touch-action:pan-y!important;overscroll-behavior-y:auto!important}html body .filmible-watch-page.has-playable-video .filmible-player-stage.is-locked .fwp-player-click-layer{touch-action:pan-y!important;overscroll-behavior-y:auto!important}}html.filmible-player-pseudo-fullscreen,html.filmible-player-pseudo-fullscreen body{overflow:hidden!important;overscroll-behavior:none!important}@media screen and (min-width:320px) and (max-width:1199px){body[data-filmible-scroll-lock=filmible-mobile-profile-sheet],html[data-filmible-scroll-lock=filmible-mobile-profile-sheet]{overflow:hidden!important;overscroll-behavior:none!important}body[data-filmible-scroll-lock=filmible-mobile-profile-sheet]{position:fixed!important;top:var(--filmible-profile-lock-top,0)!important;right:0!important;left:0!important;width:100%!important;height:100vh!important;height:100dvh!important;min-height:100svh!important;max-height:100dvh!important}html body .filmible-mobile-profile-sheet{z-index:2147482500!important;background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.3),transparent 34%),radial-gradient(circle at 8% 62%,rgba(111,0,20,.16),transparent 37%),linear-gradient(180deg,#17080d,#10070a 46%,#090609)!important;background-color:#090609!important}html body .filmible-mobile-account-subpanel,html body .filmible-mobile-profile-sheet{position:fixed!important;inset:0!important;width:100%!important;max-width:none!important;height:100vh!important;height:100dvh!important;min-height:100svh!important;max-height:100dvh!important;box-sizing:border-box!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-x:none!important;overscroll-behavior-y:contain!important;-webkit-overflow-scrolling:touch;touch-action:pan-y!important;pointer-events:auto!important;isolation:isolate!important}html body .filmible-mobile-account-subpanel{z-index:2147482600!important;background:radial-gradient(circle at 50% -8%,rgba(229,9,20,.3),transparent 34%),linear-gradient(180deg,#17080d,#10070a 48%,#090609)!important;background-color:#090609!important}html body .filmible-mobile-account-subpanel a,html body .filmible-mobile-account-subpanel button,html body .filmible-mobile-profile-sheet a,html body .filmible-mobile-profile-sheet button{pointer-events:auto!important}html body .filmible-mobile-account-menu a,html body .filmible-mobile-account-menu button,html body .filmible-mobile-current-profile-avatar-button,html body .filmible-mobile-current-profile-edit,html body .filmible-mobile-profile-add-button,html body .filmible-mobile-profile-manage-toggle,html body .filmible-mobile-profile-mini-button,html body .filmible-mobile-profile-sheet-links a,html body .filmible-mobile-profile-sheet-links button{touch-action:manipulation!important}html body .filmible-mobile-profile-sheet-handle{touch-action:none!important}}@media screen and (min-width:1200px){html body .filmible-mobile-account-subpanel,html body .filmible-mobile-profile-sheet{display:none!important;visibility:hidden!important;pointer-events:none!important}}.fwp-player-first-play .fwp-premium-glyph{width:34px!important;height:34px!important;fill:currentColor!important;stroke:currentColor!important;stroke-width:1.7!important}.filmible-title-play:before{content:""!important;display:inline-block!important;width:0!important;height:0!important;border-top:6px solid transparent!important;border-bottom:6px solid transparent!important;border-left:10px solid!important;margin-right:9px!important;vertical-align:-1px!important}@media screen and (max-width:1199px){html body .filmible-watch-page.has-playable-video .fwp-mobile-preparing{position:absolute!important;top:50%!important;left:50%!important;z-index:72!important;display:grid!important;place-items:center!important;gap:10px!important;transform:translate(-50%,-50%)!important;color:#fff!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video .fwp-mobile-preparing>span{width:34px!important;height:34px!important;border:3px solid rgba(255,255,255,.25)!important;border-top-color:#fff!important;border-radius:50%!important;animation:filmible-player-spin .8s linear infinite!important}html body .filmible-watch-page.has-playable-video .fwp-mobile-preparing>em{margin:0!important;color:rgba(255,255,255,.84)!important;font-size:11px!important;font-style:normal!important;font-weight:800!important;letter-spacing:.06em!important;white-space:nowrap!important}}html body .filmible-watch-page.has-playable-video .fwp-player-loading.is-source-shielded{background:#000!important}@media screen and (min-width:1200px){html body .filmible-watch-page.has-playable-video .fwp-mobile-preparing,html body .filmible-watch-page.has-playable-video .fwp-player-loading{position:absolute!important;inset:0!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;transform:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;align-content:center!important;justify-items:center!important;gap:12px!important;padding:0!important;margin:0!important;pointer-events:none!important}html body .filmible-watch-page.has-playable-video .fwp-mobile-preparing>em,html body .filmible-watch-page.has-playable-video .fwp-mobile-preparing>span,html body .filmible-watch-page.has-playable-video .fwp-player-loading>em,html body .filmible-watch-page.has-playable-video .fwp-player-loading>span{position:static!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;transform:none!important;margin:0!important}html body .filmible-watch-page.has-playable-video .fwp-mobile-preparing>span,html body .filmible-watch-page.has-playable-video .fwp-player-loading>span{display:block!important;flex:0 0 auto!important}html body .filmible-watch-page.has-playable-video .fwp-mobile-preparing>em,html body .filmible-watch-page.has-playable-video .fwp-player-loading>em{display:block!important;width:auto!important;max-width:min(80vw,420px)!important;line-height:1.25!important;text-align:center!important;white-space:normal!important}}@keyframes fwpPlayerLoadingSpinV1D{0%{rotate:0deg}to{rotate:1turn}}@media screen and (min-width:1200px){html body .filmible-watch-page.has-playable-video .fwp-mobile-preparing>span,html body .filmible-watch-page.has-playable-video .fwp-player-loading>span{transform-origin:50% 50%!important;animation:fwpPlayerLoadingSpinV1D .8s linear infinite!important}}