@charset "UTF-8";.header{position:fixed;transform:translateY(0);width:100%;height:60px;z-index:1;display:flex;align-items:center;transition:all ease .5s;z-index:2}.header.top{background:rgba(0,0,0,.25);backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px)}.header.show{background-color:var(--black3)}.header.hide{transform:translateY(-60px)}.header .contentWrapper{display:flex;align-items:center;justify-content:space-between}.header .logo{cursor:pointer}.header .logo img{height:50px}.header .menuItems{list-style-type:none;display:none;align-items:center}@media only screen and (min-width: 768px){.header .menuItems{display:flex}}.header .menuItems .menuItem{height:60px;display:flex;align-items:center;margin:0 15px;color:#fff;font-weight:500;position:relative;cursor:pointer}.header .menuItems .menuItem.searchIcon{margin-right:0}.header .menuItems .menuItem svg{font-size:18px}.header .menuItems .menuItem:hover{color:var(--pink)}.header .mobileMenuItems{display:flex;align-items:center;gap:20px}@media only screen and (min-width: 768px){.header .mobileMenuItems{display:none}}.header .mobileMenuItems svg{font-size:18px;color:#fff}.header.mobileView{background:var(--black3)}.header.mobileView .menuItems{display:flex;position:absolute;top:60px;left:0;background:var(--black3);flex-direction:column;width:100%;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);animation:mobileMenu .3s ease forwards}.header.mobileView .menuItems .menuItem{font-size:20px;width:100%;height:auto;padding:15px 20px;margin:0;display:flex;flex-direction:column;align-items:flex-start}.header.mobileView .menuItems .menuItem:last-child{display:none}@keyframes mobileMenu{0%{transform:translateY(-130%)}to{transform:translateY(0)}}.contentWrapper{width:100%;max-width:90%;margin:0 auto;padding:0 20px}.footer{background-color:var(--black3);padding:50px 0;color:#fff;position:relative}.footer .contentWrapper{display:flex;align-items:center;flex-direction:column}.footer .menuItems{list-style-type:none;display:flex;align-items:center;justify-content:center;text-align:center;gap:15px;margin-bottom:20px}@media only screen and (min-width: 768px){.footer .menuItems{margin-bottom:30px;gap:30px}}.footer .menuItems .menuItem{transition:all ease .3s;cursor:pointer;font-size:12px}@media only screen and (min-width: 768px){.footer .menuItems .menuItem{font-size:16px}}.footer .menuItems .menuItem:hover{color:var(--pink)}.footer .infoText{font-size:12px;line-height:20px;opacity:.5;text-align:center;max-width:800px;margin-bottom:20px}@media only screen and (min-width: 768px){.footer .infoText{font-size:14px;margin-bottom:30px}}.footer .socialIcons{display:flex;align-items:center;justify-content:center;gap:10px}.footer .socialIcons .icon{width:50px;height:50px;border-radius:50%;background-color:var(--black);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all ease .3s}.footer .socialIcons .icon:hover{box-shadow:0 0 .625em var(--pink);color:var(--pink)}.footer a{color:inherit;text-decoration:none}.splashScreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#0f0f1a;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .6s ease}.splashScreen.splashScreen--hiding{opacity:0;pointer-events:none}.splashInner{display:flex;flex-direction:column;align-items:center;gap:32px}.splashTitle{color:#ffffffd9;font-size:20px;font-weight:300;letter-spacing:6px;animation:splashFadeIn .8s ease forwards}@keyframes splashFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.loader{width:40px;height:60px;position:relative}.loader:before,.loader:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ff8717;clip-path:polygon(0 0,100% 0,100% 67%,50% 67%,50% 34%,0 34%);animation:sp7 2s infinite}.loader:after{--s: -1, -1}@keyframes sp7{0%,10%{transform:scale(var(--s, 1)) translate(0) rotate(0)}33%{transform:scale(var(--s, 1)) translateY(-20px) rotate(0)}66%{transform:scale(var(--s, 1)) translate(10px,-20px) rotate(-90deg)}90%,to{transform:scale(var(--s, 1)) translate(10px,-10px) rotate(-90deg)}}.carouselSection{position:relative;margin-bottom:70px;margin-top:45px}.carouselSection>.contentWrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.carouselSection .carouselTitle{font-size:24px;color:#fff;font-weight:400}.heroBanner{width:100%;height:450px;display:flex;align-items:center;position:relative}@media only screen and (min-width: 768px){.heroBanner{height:100vh}}.heroBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;z-index:-1}.heroBanner .backdrop-img .lazy-load-image-background{width:100%;height:100%}.heroBanner .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.heroBanner .backdrop-img .youtube-player{width:100%!important;height:100%!important;position:absolute;top:0;left:0;transform:scale(1.6)}.heroBanner .backdrop-img .youtube-player iframe{width:100%!important;height:100%!important}.heroBanner .opacity-layer{width:100%;height:80vh;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,var(--black) 95%);position:absolute;bottom:0;left:0}.heroBanner .heroBannerContent{display:flex;flex-direction:column;align-items:flex-start;color:#fff;text-align:left;position:relative;max-width:800px;margin:0}.heroBanner .playBtn{display:flex;align-items:center;gap:10px}.heroBanner .playBtn .play-button{display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000;border:none;border-radius:4px;padding:10px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.heroBanner .playBtn .play-button svg{width:30px;height:30px;margin-right:.8px;stroke:#000;stroke-width:3}.heroBanner .playBtn .play-button:hover{background-color:#fffc}@media only screen and (min-width: 768px){.heroBanner .playBtn .play-button{padding:12px 24px;font-size:18px}.heroBanner .playBtn .play-button svg{width:40px;height:40px}}.heroBanner .playBtn .mute-button{display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);color:#fff;border:none;border-radius:4px;width:50px;height:50px;cursor:pointer;font-size:24px;transition:all .3s ease}.heroBanner .playBtn .mute-button:hover{background:rgba(255,255,255,.4)}@media only screen and (min-width: 768px){.heroBanner .playBtn .mute-button{width:60px;height:60px;font-size:28px}}.heroBanner .title{font-size:18px;font-weight:700;margin-bottom:10px}@media only screen and (min-width: 768px){.heroBanner .title{margin-bottom:20px;font-size:50px}}.heroBanner .subTitle{font-size:12px;font-weight:500;line-height:1.2;margin-bottom:40px}@media only screen and (min-width: 768px){.heroBanner .subTitle{font-size:18px}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.watchedHistorySection .historyHeader{display:flex;align-items:center;justify-content:space-between;width:100%}.watchedHistorySection .clearHistoryBtn{background:transparent;border:1px solid rgba(255,255,255,.25);color:#fff9;font-size:12px;padding:5px 12px;border-radius:20px;cursor:pointer;transition:all .25s ease;letter-spacing:.4px;white-space:nowrap}.watchedHistorySection .clearHistoryBtn:hover{border-color:#ff6b9d;color:#ff6b9d;background:rgba(255,107,157,.08)}.watchedHistoryCarousel .historyCard{position:relative}.watchedHistoryCarousel .historyCard .posterBlock{position:relative;overflow:hidden;border-radius:12px}.watchedHistoryCarousel .historyCard .posterBlock .playOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;opacity:0;border-radius:12px;transition:opacity .28s ease}.watchedHistoryCarousel .historyCard .posterBlock .playOverlay .playIcon{width:52px;height:52px;background:rgba(255,255,255,.92);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#111;box-shadow:0 4px 18px #00000073;transition:transform .2s ease}.watchedHistoryCarousel .historyCard .posterBlock .playOverlay .playIcon svg{display:block;transform:translate(1px)}.watchedHistoryCarousel .historyCard .posterBlock:hover .playOverlay{opacity:1}.watchedHistoryCarousel .historyCard .posterBlock:hover .playIcon{transform:scale(1.1)}.watchedHistoryCarousel .historyCard .posterBlock .removeBtn{position:absolute;top:8px;right:8px;z-index:10;width:26px;height:26px;border-radius:50%;border:none;background:rgba(20,20,20,.75);color:#ffffffd9;font-size:11px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:opacity .2s ease,transform .2s ease,background .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.watchedHistoryCarousel .historyCard .posterBlock .removeBtn:hover{background:rgba(220,50,80,.85);color:#fff}.watchedHistoryCarousel .historyCard .posterBlock:hover .removeBtn{opacity:1;transform:scale(1)}.watchedHistoryCarousel .historyCard .posterBlock .tvBadge{position:absolute;bottom:8px;left:8px;z-index:10;background:rgba(0,0,0,.7);color:#ffffffe6;font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px;letter-spacing:.3px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.12)}.watchedHistoryCarousel .historyCard .textBlock .watchedAt{color:#fff6;font-size:12px}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.circleRating{background-color:var(--black);border-radius:50%;padding:2px}.circleRating .CircularProgressbar-text{font-size:34px;font-weight:700;fill:var(--black)}.circleRating .CircularProgressbar-trail{stroke:transparent}.genres{display:flex;gap:5px}.genres .genre{background-color:var(--pink);padding:3px 5px;font-size:12px;border-radius:4px;color:#fff;white-space:nowrap}.genres .certification{border:1px solid white;padding:3px 5px;font-size:12px;border-radius:4px;color:#fff;white-space:nowrap}.carousel{margin-bottom:50px}.carousel .contentWrapper{position:relative}.carousel .carouselTitle{font-size:24px;color:#fff;margin-bottom:20px;font-weight:400}.carousel .arrow{font-size:50px;color:#fff;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;z-index:1;display:none;background:rgba(0,0,0,.6);border-radius:4px;padding:8px;transition:all .3s ease,opacity .25s ease,transform .25s ease;opacity:1;pointer-events:auto}@media only screen and (min-width: 768px){.carousel .arrow{display:block}}.carousel .arrow:hover{background:rgba(0,0,0,.8);transform:translateY(-50%) scale(1.05)}.carousel .arrow.arrow--hidden{opacity:0;pointer-events:none;transform:translateY(-50%) scale(.75)}.carousel .carouselLeftNav{left:-20px}.carousel .carouselRighttNav{right:-20px}.carousel .loadingSkeleton{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.carousel .loadingSkeleton{gap:20px;overflow:hidden;margin:0;padding:0}}.carousel .loadingSkeleton .skeletonItem{width:100px;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .loadingSkeleton .skeletonItem{width:calc(20% - 15px)}}@media only screen and (min-width: 1024px){.carousel .loadingSkeleton .skeletonItem{width:calc((100% - 100px) / 6)}}.carousel .loadingSkeleton .skeletonItem .posterBlock{border-radius:12px;width:100%;aspect-ratio:1/1.5;margin-bottom:30px}.carousel .loadingSkeleton .skeletonItem .textBlock{display:flex;flex-direction:column}.carousel .loadingSkeleton .skeletonItem .textBlock .title{width:100%;height:20px;margin-bottom:10px}.carousel .loadingSkeleton .skeletonItem .textBlock .date{width:75%;height:20px}.carousel .carouselItems{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px;flex-wrap:nowrap;justify-content:flex-start}@media only screen and (min-width: 768px){.carousel .carouselItems{gap:20px;overflow:hidden;margin:0;padding:0}}.carousel .carouselItems .carouselItem{width:100px;cursor:pointer;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem{width:calc(20% - 15px)}}@media only screen and (min-width: 1024px){.carousel .carouselItems .carouselItem{width:calc((100% - 100px) / 6)}}.carousel .carouselItems .carouselItem .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px}.carousel .carouselItems .carouselItem .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.carousel .carouselItems .carouselItem .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:50px;height:50px}}.carousel .carouselItems .carouselItem .posterBlock .genres{display:none;position:relative}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.carousel .carouselItems .carouselItem .textBlock{color:#fff;display:flex;flex-direction:column;margin-bottom:20px}.carousel .carouselItems .carouselItem .textBlock .title{font-size:16px;margin-bottom:10px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .textBlock .title{font-size:16px}}.carousel .carouselItems .carouselItem .textBlock .date{font-size:14px;opacity:.5}.switchingTabs{height:34px;background-color:#fff;border-radius:20px;padding:2px}.switchingTabs .tabItems{display:flex;align-items:center;height:30px;position:relative}.switchingTabs .tabItems .tabItem{height:100%;display:flex;align-items:center;justify-content:center;width:100px;color:var(--black);font-size:14px;position:relative;z-index:1;cursor:pointer;transition:color ease .3s}.switchingTabs .tabItems .tabItem.active{color:#fff}.switchingTabs .tabItems .movingBg{height:30px;width:100px;border-radius:15px;background-image:var(--gradient);position:absolute;left:0;transition:left cubic-bezier(.88,-.35,.565,1.35) .4s}.detailsBanner{width:100%;background-color:var(--black);padding-top:100px;margin-bottom:50px}@media only screen and (min-width: 768px){.detailsBanner{margin-bottom:0;padding-top:90px;min-height:700px}}.detailsBanner .backdrop-img{display:none}.detailsBanner .backdrop-img .lazy-load-image-background{width:100%;height:100%}.detailsBanner .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}@media only screen and (min-width: 768px){.detailsBanner .backdrop-img{width:100%;height:100%;position:absolute;padding-left:25%;padding-top:60px;top:0;left:0;opacity:1;overflow:hidden;display:unset}}.detailsBanner .opacity-layer1{width:80%;height:100%;margin-left:20%;background:linear-gradient(270deg,rgba(0,0,0,0) 0%,var(--black) 90%);position:absolute;bottom:0;left:0}.detailsBanner .opacity-layer2{width:100%;height:110px;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,var(--black) 90%);position:absolute;bottom:0;left:0}.detailsBanner .gobackcontent{display:flex;justify-content:space-between;position:relative;flex-direction:column;gap:25px;padding-bottom:20px;height:51px}@media only screen and (min-width: 768px){.detailsBanner .gobackcontent{gap:50px;flex-direction:row;height:51px}}.detailsBanner .goback{color:#d5d5d5;font-size:20px;cursor:pointer;margin-bottom:10px;transition:color .3s;width:fit-content;height:fit-content}.detailsBanner .goback:hover,.detailsBanner .goback:active{color:pink}@media only screen and (max-width: 780px){.detailsBanner .networkLogo{display:none}}.detailsBanner .content{display:flex;position:relative;flex-direction:column;gap:25px}@media only screen and (min-width: 768px){.detailsBanner .content{gap:50px;flex-direction:row;height:100vh}}.detailsBanner .content .left{flex-shrink:0;display:unset}.detailsBanner .content .left .posterImg{width:100%;display:block;border-radius:12px}@media only screen and (min-width: 768px){.detailsBanner .content .left .posterImg{max-width:320px}}@media only screen and (min-width: 768px){.detailsBanner .content .left{display:unset}}.detailsBanner .content .right{color:#fff;width:100%;height:75vh}.detailsBanner .content .right .title{font-size:28px;line-height:40px}@media only screen and (min-width: 768px){.detailsBanner .content .right .title{font-size:30px;line-height:44px}}.detailsBanner .content .right .subtitle{font-size:16px;line-height:24px;margin-bottom:15px;font-style:italic;opacity:.5}@media only screen and (min-width: 768px){.detailsBanner .content .right .subtitle{font-size:20px;line-height:28px}}.detailsBanner .content .right .genres{margin-bottom:25px;flex-flow:row wrap}.detailsBanner .content .right .overview{margin-bottom:25px}.detailsBanner .content .right .overview .heading{font-size:24px;margin-bottom:10px}.detailsBanner .content .right .overview .description{line-height:24px}@media only screen and (min-width: 768px){.detailsBanner .content .right .overview .description{padding-right:80px;font-size:15px}}.detailsBanner .content .right .circleRating{max-width:70px;background-color:var(--black2)}@media only screen and (min-width: 768px){.detailsBanner .content .right .circleRating{max-width:70px}}.detailsBanner .content .right .circleRating .CircularProgressbar-text{fill:#fff}.detailsBanner .content .right .playbtn{display:flex;align-items:center;gap:20px;cursor:pointer;max-width:123px}.detailsBanner .content .right .playbtn svg{width:60px}@media only screen and (min-width: 768px){.detailsBanner .content .right .playbtn svg{width:80px}}.detailsBanner .content .right .playbtn .text{font-size:20px;transition:all .7s ease-in-out}.detailsBanner .content .right .playbtn .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.detailsBanner .content .right .playbtn .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.detailsBanner .content .right .playbtn:hover .text{color:var(--pink)}.detailsBanner .content .right .playbtn:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.detailsBanner .content .right .playbtn:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.detailsBanner .content .right .row{display:flex;align-items:center;gap:25px;margin-bottom:0}.detailsBanner .content .right .info{border-bottom:1px solid rgba(255,255,255,.1);padding:10px 0;display:flex;font-size:15px}.detailsBanner .content .right .info .infoItem{margin-right:10px;display:flex;flex-flow:row wrap}.detailsBanner .content .right .info .text{margin-right:10px;opacity:.5;line-height:24px}.detailsBanner .content .right .info .text.bold{font-weight:600;opacity:1}@media only screen and (min-width: 768px){.detailsBanner .content .right{color:#fff;width:50%;display:flex;flex-direction:column;justify-content:center}}.detailsBanner .detailsBannerSkeleton{width:100%;min-height:700px;position:relative;overflow:hidden}.detailsBanner .detailsBannerSkeleton .skBackdrop{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0}.detailsBanner .detailsBannerSkeleton .skOpacity{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(270deg,rgba(0,0,0,0) 0%,var(--black) 90%)}.detailsBanner .detailsBannerSkeleton .contentWrapper{position:relative;z-index:1;padding-top:160px;display:flex;flex-direction:column;gap:0}.detailsBanner .detailsBannerSkeleton .skGoBack{width:80px;height:22px;border-radius:6px;margin-bottom:32px}.detailsBanner .detailsBannerSkeleton .skTitle{width:55%;height:42px;border-radius:8px;margin-bottom:14px}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton .skTitle{width:40%}}.detailsBanner .detailsBannerSkeleton .skTagline{width:35%;height:18px;border-radius:6px;margin-bottom:20px;opacity:.6}.detailsBanner .detailsBannerSkeleton .skGenres{display:flex;gap:10px;margin-bottom:24px}.detailsBanner .detailsBannerSkeleton .skGenres .skGenre{width:80px;height:28px;border-radius:20px}.detailsBanner .detailsBannerSkeleton .skActions{display:flex;align-items:center;gap:24px;margin-bottom:24px}.detailsBanner .detailsBannerSkeleton .skActions .skCircle,.detailsBanner .detailsBannerSkeleton .skActions .skPlay{width:60px;height:60px;border-radius:50%;flex-shrink:0}.detailsBanner .detailsBannerSkeleton .skOverview{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.detailsBanner .detailsBannerSkeleton .skOverview .skRow{height:16px;border-radius:6px}.detailsBanner .detailsBannerSkeleton .skOverview .skRow:nth-child(1){width:90%}.detailsBanner .detailsBannerSkeleton .skOverview .skRow:nth-child(2){width:80%}.detailsBanner .detailsBannerSkeleton .skOverview .skRow:nth-child(3){width:65%}.detailsBanner .detailsBannerSkeleton .skInfo{display:flex;flex-direction:column;gap:0}.detailsBanner .detailsBannerSkeleton .skInfo .skInfoRow{height:18px;border-radius:6px;width:55%;margin-bottom:14px;border-top:1px solid rgba(255,255,255,.07);padding-top:14px}.detailsBanner .detailsBannerSkeleton .skInfo .skInfoRow:nth-child(2){width:45%}.detailsBanner .detailsBannerSkeleton .skInfo .skInfoRow:nth-child(3){width:38%}.videoPopup{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:9}.videoPopup .opacityLayer{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px);opacity:0;transition:opacity .4s}.videoPopup .videoPlayer{position:relative;width:800px;aspect-ratio:16/9;background-color:#fff;transform:scale(.2);transition:transform .25s}.videoPopup .videoPlayer .closeBtn{position:absolute;top:-40px;right:0;color:#fff;cursor:pointer;font-size:30px}.videoPopup.visible{opacity:1;visibility:visible}.videoPopup.visible .opacityLayer{opacity:1}.videoPopup.visible .videoPlayer{transform:scale(1)}.castSection{position:relative;margin-bottom:50px}.castSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px;padding-top:30px}.castSection .castWrapper{position:relative}.castSection .castWrapper .listItems{display:flex;gap:20px;overflow-y:hidden;overflow-x:auto;margin-right:-20px;margin-left:-20px;padding:0 20px}.castSection .castWrapper .listItems::-webkit-scrollbar{display:none}@media only screen and (min-width: 768px){.castSection .castWrapper .listItems{overflow-x:hidden;margin:0;padding:0}}.castSection .castWrapper .listItems .listItem{text-align:center;color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.castSection .castWrapper .listItems .listItem{width:calc(12.5% - 17.5px)}}.castSection .castWrapper .listItems .listItem .profileImg{width:125px;height:125px;border-radius:50%;overflow:hidden;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .castWrapper .listItems .listItem .profileImg{width:100%;height:auto;aspect-ratio:1/1;margin-bottom:25px}}.castSection .castWrapper .listItems .listItem .profileImg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.castSection .castWrapper .listItems .listItem .name{font-size:14px;line-height:20px;font-weight:600}@media only screen and (min-width: 768px){.castSection .castWrapper .listItems .listItem .name{font-size:16px;line-height:24px}}.castSection .castWrapper .listItems .listItem .character{font-size:14px;line-height:20px;opacity:.5}@media only screen and (min-width: 768px){.castSection .castWrapper .listItems .listItem .character{font-size:16px;line-height:24px}}.castSection .castWrapper .scrollButtons{display:none;position:absolute;top:0;width:100%;height:100%;justify-content:space-between;align-items:center;pointer-events:none}@media only screen and (min-width: 768px){.castSection .castWrapper .scrollButtons{display:flex}}.castSection .castWrapper .scrollButtons .arrow{pointer-events:auto;font-size:30px;color:#fff;background:rgba(0,0,0,.5);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease,opacity .25s ease,transform .25s ease;opacity:1}.castSection .castWrapper .scrollButtons .arrow:hover{background:rgba(0,0,0,.8)}.castSection .castWrapper .scrollButtons .arrow.left{margin-left:-20px}.castSection .castWrapper .scrollButtons .arrow.right{margin-right:-20px}.castSection .castWrapper .scrollButtons .arrow.arrow--hidden{opacity:0;pointer-events:none;transform:scale(.75)}.castSection .castSkeleton{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.castSection .castSkeleton{margin:0;padding:0}}.castSection .castSkeleton .skItem{width:125px;flex-shrink:0}@media only screen and (min-width: 768px){.castSection .castSkeleton .skItem{width:calc(12.5% - 17.5px)}}.castSection .castSkeleton .skItem .circle{width:125px;height:125px;border-radius:50%;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .castSkeleton .skItem .circle{width:100%;height:auto;aspect-ratio:1/1;margin-bottom:25px}}.castSection .castSkeleton .skItem .row{width:100%;height:20px;border-radius:10px;margin-bottom:10px}.castSection .castSkeleton .skItem .row2{width:75%;height:20px;border-radius:10px;margin:0 auto}.videosSection{position:relative;margin-bottom:50px;margin-top:100px}.videosSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px}.videosSection .videosWrapper{position:relative}.videosSection .videosWrapper .videos{display:flex;gap:10px;overflow-x:auto;margin-right:-20px;margin-left:-20px;padding:0 20px}.videosSection .videosWrapper .videos::-webkit-scrollbar{display:none}@media only screen and (min-width: 768px){.videosSection .videosWrapper .videos{gap:20px;overflow-x:hidden;margin:0;padding:0}}.videosSection .videosWrapper .videos .videoItem{width:150px;flex-shrink:0;cursor:pointer}@media only screen and (min-width: 768px){.videosSection .videosWrapper .videos .videoItem{width:calc(20% - 16px)}}.videosSection .videosWrapper .videos .videoItem .videoThumbnail{margin-bottom:15px;position:relative}.videosSection .videosWrapper .videos .videoItem .videoThumbnail img{width:100%;display:block;border-radius:12px;transition:all .7s ease-in-out}.videosSection .videosWrapper .videos .videoItem .videoThumbnail svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px}.videosSection .videosWrapper .videos .videoItem .videoThumbnail .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.videosSection .videosWrapper .videos .videoItem .videoThumbnail .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.videosSection .videosWrapper .videos .videoItem .videoThumbnail:hover img{opacity:.5}.videosSection .videosWrapper .videos .videoItem .videoThumbnail:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.videosSection .videosWrapper .videos .videoItem .videoThumbnail:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.videosSection .videosWrapper .videos .videoItem .videoTitle{color:#fff;font-size:14px;line-height:20px}@media only screen and (min-width: 768px){.videosSection .videosWrapper .videos .videoItem .videoTitle{font-size:16px;line-height:24px}}.videosSection .videosWrapper .scrollButtons{display:none;position:absolute;top:0;width:100%;height:100%;justify-content:space-between;align-items:center;pointer-events:none}@media only screen and (min-width: 768px){.videosSection .videosWrapper .scrollButtons{display:flex}}.videosSection .videosWrapper .scrollButtons .arrow{pointer-events:auto;font-size:30px;color:#fff;background:rgba(0,0,0,.5);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease,opacity .25s ease,transform .25s ease;opacity:1}.videosSection .videosWrapper .scrollButtons .arrow:hover{background:rgba(0,0,0,.8)}.videosSection .videosWrapper .scrollButtons .arrow.left{margin-left:-20px}.videosSection .videosWrapper .scrollButtons .arrow.right{margin-right:-20px}.videosSection .videosWrapper .scrollButtons .arrow.arrow--hidden{opacity:0;pointer-events:none;transform:scale(.75)}.videosSection .videoSkeleton{display:flex;gap:10px;overflow-x:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.videosSection .videoSkeleton{gap:20px;margin:0;padding:0}}.videosSection .videoSkeleton .skItem{width:150px;flex-shrink:0}@media only screen and (min-width: 768px){.videosSection .videoSkeleton .skItem{width:calc(20% - 16px)}}.videosSection .videoSkeleton .skItem .thumb{width:100%;aspect-ratio:16/9;border-radius:12px;margin-bottom:10px}.videosSection .videoSkeleton .skItem .row{height:20px;width:100%;border-radius:10px;margin-bottom:10px}.videosSection .videoSkeleton .skItem .row2{height:20px;width:75%;border-radius:10px}.seasonEpisode{position:relative}.seasonEpisode #episodes-container{display:flex;flex-wrap:wrap;gap:30px;padding-left:5px;padding-right:5px;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:25px}.seasonEpisode #episodes-container.empty{justify-content:center;align-items:center;min-height:200px}.seasonEpisode .epHeading{font-size:24px;color:#fff;margin-bottom:25px;margin-top:25px}.seasonEpisode #seasons-dropdown-container{margin-bottom:25px}.seasonEpisode .episode-time-title{display:flex;justify-content:space-between}.seasonEpisode .ep-title{color:#fff}.seasonEpisode .minutes-info{color:#a3a3a3}.seasonEpisode #seasons-dropdown{background:var(--black);color:#fff;cursor:pointer;font-size:20px;font-weight:400;line-height:27px;outline-offset:3px;padding:7px 30px 7px 0;border:none;outline:none}.seasonEpisode .episode{border-radius:8px;overflow:hidden;display:flex;flex-direction:column;width:calc(33.333% - 20px);margin-bottom:15px;cursor:pointer;box-shadow:0 2px 5px #a7a4a41a;transition:box-shadow .3s ease;border:1px solid transparent}.seasonEpisode .episode:hover{box-shadow:0 2px 5px #ff2b6f}.seasonEpisode .episode.playing{box-shadow:0 0 10px var(--orange);border:1px solid var(--orange)}.seasonEpisode .episode.playing .ep-title{color:var(--orange)}.seasonEpisode .episode img{width:100%;height:auto}.seasonEpisode .episode-info{padding:15px}.seasonEpisode .episode-description{padding:0 15px 15px;font-size:14px;color:#a3a3a3}.seasonEpisode .no-episodes-message{text-align:center;color:#aaa;font-style:italic;font-size:20px}@media (max-width: 768px){.seasonEpisode .episode{width:calc(50% - 20px)}}@media (max-width: 480px){.seasonEpisode .episode{width:100%}}.searchResultsPage{min-height:700px;padding-top:100px}.searchResultsPage .resultNotFound{font-size:24px;color:var(--black-light)}.searchResultsPage .searchInputBox{position:relative;display:flex;align-items:center;width:100%;margin-bottom:30px}.searchResultsPage .searchInputBox input{width:100%;height:50px;background-color:#fff;color:#000;outline:none;border:none;border-radius:30px;padding:0 50px 0 20px;font-size:16px;box-shadow:0 4px 6px #0000001a}@media only screen and (min-width: 768px){.searchResultsPage .searchInputBox input{height:60px;font-size:20px;padding:0 60px 0 30px}}.searchResultsPage .searchInputBox svg{position:absolute;right:15px;font-size:24px;color:gray;pointer-events:none}@media only screen and (min-width: 768px){.searchResultsPage .searchInputBox svg{right:25px;font-size:28px}}.searchResultsPage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:25px}.searchResultsPage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px}@media only screen and (min-width: 768px){.searchResultsPage .content{gap:20px}}.searchResultsPage .content .movieCard .posterBlock{margin-bottom:20px}.movieCard{width:calc(50% - 5px);margin-bottom:25px;cursor:pointer;flex-shrink:0}@media only screen and (min-width: 768px){.movieCard{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.movieCard{width:calc(20% - 16px)}}.movieCard .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px;transition:all ease .5s}.movieCard .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.movieCard .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.movieCard .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.movieCard .posterBlock .circleRating{width:50px;height:50px}}.movieCard .posterBlock .genres{display:none;position:relative}@media only screen and (min-width: 768px){.movieCard .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.movieCard .textBlock{color:#fff;display:flex;flex-direction:column}.movieCard .textBlock .title{font-size:16px;margin-bottom:10px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.movieCard .textBlock .title{font-size:20px}}.movieCard .textBlock .date{font-size:14px;opacity:.5}.movieCard:hover .posterBlock{opacity:.5}.loadingSpinner{width:100%;height:150px;position:relative;display:flex;align-items:center;justify-content:center}.loadingSpinner .spinner{animation:rotate 2s linear infinite;z-index:2;width:50px;height:50px}.loadingSpinner .spinner .path{stroke:#93bfec;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.loadingSpinner.initial{height:700px}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.explorePage{min-height:700px;padding-top:100px}.explorePage .resultNotFound{font-size:24px;color:var(--black-light)}.explorePage .pageHeader{display:flex;justify-content:space-between;margin-bottom:25px;flex-direction:column}@media only screen and (min-width: 768px){.explorePage .pageHeader{flex-direction:row}}.explorePage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:20px}@media only screen and (min-width: 768px){.explorePage .pageTitle{margin-bottom:0}}.explorePage .filters{display:flex;gap:10px;flex-direction:column}@media only screen and (min-width: 768px){.explorePage .filters{flex-direction:row}}.explorePage .filters .react-select-container.genresDD{width:100%}@media only screen and (min-width: 768px){.explorePage .filters .react-select-container.genresDD{max-width:500px;min-width:250px}}.explorePage .filters .react-select-container.sortbyDD{width:100%;flex-shrink:0}@media only screen and (min-width: 768px){.explorePage .filters .react-select-container.sortbyDD{width:250px}}.explorePage .filters .react-select-container .react-select__control{border:0;outline:0;box-shadow:none;background-color:var(--black-light);border-radius:20px}.explorePage .filters .react-select-container .react-select__control .react-select__value-container .react-select__placeholder,.explorePage .filters .react-select-container .react-select__control .react-select__value-container .react-select__input-container{color:#fff;margin:0 10px}.explorePage .filters .react-select-container .react-select__control .react-select__single-value{color:#fff}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value{background-color:var(--black3);border-radius:10px}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__label{color:#fff}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove{background-color:transparent;color:#fff;cursor:pointer}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove:hover{color:var(--black-lighter)}.explorePage .filters .react-select-container .react-select__menu{top:40px;margin:0;padding:0}.explorePage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px}@media only screen and (min-width: 768px){.explorePage .content{gap:20px}}.explorePage .content .movieCard .posterBlock{margin-bottom:30px}.pageNotFound{height:700px;padding-top:200px}.pageNotFound .contentWrapper{text-align:center;color:var(--black-light);display:flex;flex-direction:column}.pageNotFound .contentWrapper .bigText{font-size:150px;font-weight:700}.pageNotFound .contentWrapper .smallText{font-size:44px}.aboutPage{padding-top:160px;padding-bottom:160px}.aboutPage .contentWrapper{color:#fff;display:flex;flex-direction:column}.aboutPage .contentWrapper .aboutTitle{font-size:50px;font-weight:700}.aboutPage .contentWrapper .aboutSubText{font-size:18px;padding-top:20px;line-height:30px}.videoPlayer{padding-top:90px;padding-bottom:100px}.videoPlayer .contentWrapper{color:var(--black-light)}.videoPlayer .videoWrapper{position:relative;width:100%;height:70vh}.videoPlayer .iframeOverlayTopLeft{position:absolute;top:0;left:0;width:100px;height:100px;z-index:2;pointer-events:auto;background-color:transparent}.videoPlayer iframe{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/player_loading.png);background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#1f1f1f}.videoPlayer .videogoback{display:flex;position:relative;flex-direction:column;gap:25px;padding-bottom:20px}@media only screen and (min-width: 768px){.videoPlayer .videogoback{gap:50px;flex-direction:row}}.videoPlayer .titleServerGenres{display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin-top:20px;margin-bottom:20px;gap:8px}.videoPlayer .titleServerGenres .titleAndServer{grid-row:1}.videoPlayer .titleServerGenres .subinfo{grid-row:2;margin-bottom:0}.videoPlayer .titleServerGenres .serverSelect{grid-row:3}@media only screen and (min-width: 768px){.videoPlayer .titleServerGenres{grid-template-columns:1fr auto}.videoPlayer .titleServerGenres .titleAndServer{grid-column:1;grid-row:1;align-self:center}.videoPlayer .titleServerGenres .serverSelect{grid-column:2;grid-row:1;align-self:center}.videoPlayer .titleServerGenres .subinfo{grid-column:1/-1;grid-row:2}}.videoPlayer .titleServerGenres .titleAndServer .playtitle{margin-top:0;margin-bottom:0;color:#fff;font-size:25px}.videoPlayer .titleServerGenres .subinfo{margin-bottom:0}.videoPlayer .titleServerGenres .serverSelect{display:flex;align-items:center;gap:10px;color:#fff;font-size:16px;flex-shrink:0}.videoPlayer .titleServerGenres .serverSelect select{background-color:var(--black-light);color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:5px;padding:5px 10px;font-size:14px;outline:none;cursor:pointer}.videoPlayer .titleServerGenres .serverSelect select:focus{border-color:pink}.videoPlayer .titleServerGenres .serverSelect select option{background-color:var(--black);color:#fff}.videoPlayer .subtitle{font-size:16px;line-height:24px;margin-bottom:10px;font-style:italic;opacity:.5;color:#fff}@media only screen and (min-width: 768px){.videoPlayer .subtitle{font-size:20px;line-height:28px}}.videoPlayer .subinfo{margin-bottom:20px}.videoPlayer .genres{display:flex;gap:5px;flex-flow:row wrap}.videoPlayer .gbackbutton{color:#d5d5d5;font-size:20px;cursor:pointer;margin-bottom:10px;transition:color .3s;width:fit-content;height:fit-content}.videoPlayer .gbackbutton:hover,.videoPlayer .gbackbutton:active{color:pink}.serverToast{position:fixed;top:80px;right:20px;z-index:9999;display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#1a7a3c,#22a958);color:#fff;padding:14px 18px;border-radius:10px;box-shadow:0 6px 24px #00000073;font-size:14px;font-weight:500;max-width:340px;animation:toastSlideIn .35s cubic-bezier(.22,1,.36,1) forwards}.serverToast span{flex:1;line-height:1.5}.serverToast .toastClose{background:rgba(255,255,255,.2);border:none;color:#fff;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.serverToast .toastClose:hover{background:rgba(255,255,255,.35)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(80px)}}.serverToast.closing{animation:toastSlideOut .35s cubic-bezier(.55,0,1,.45) forwards}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1;font-weight:500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--black: #000000;--black2: #041226;--black3: #020c1b;--black-lighter: #1c4b91;--black-light: #173d77;--pink: #da2f68;--orange: #f89e00;--gradient: linear-gradient(98.37deg, #83C0C1 .99%, #6C22A6 100%);-webkit-touch-callout:none}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black)}.skeleton{position:relative;overflow:hidden;background-color:#333;border-radius:8px}.skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.1) 20%,rgba(255,255,255,.3) 60%,rgba(255,255,255,0));animation:shimmer 1.5s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}
