@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{position:fixed;width:100%;height:60px;z-index:1;display:flex;align-items:center;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;flex-direction:row-reverse;align-items:center;margin:0 15px;color:#fff;font-weight:500;position:relative;transition:transform .3s ease;cursor:pointer}.header .menuItems .menuItem.searchIcon{margin-right:0}.header .menuItems .menuItem svg{font-size:18px}.header .menuItems .menuItem:hover{color:var(--pink);transform:scale(1.2)}.header .menuItems .menuItem img{position:relative;width:40px;height:40px;margin-left:auto;margin-right:auto;overflow:hidden;border-radius:9999px}.header .menuItems .menuItem .signup-button{width:100px;padding:10px;font-size:16px;margin-right:0;background:var(--gradient);border:none;color:#fff;cursor:pointer;border-radius:5px;z-index:1}.header .menuItems .menuItem .dropdown-content2{display:none;position:absolute;background-color:#121212;min-width:160px;box-shadow:0 8px 16px #0003;border-radius:5px;z-index:1}.header .menuItems .menuItem .dropdown-content2 a{padding:12px 16px;display:block;color:#fff;text-decoration:none;transition:background-color .3s ease}.header .menuItems .menuItem .dropdown-content2 a:hover{background-color:#f1f1f1;color:#121212}.header .menuItems .menuItem:hover .dropdown-content2{display:block}.header .menuItems .dropdownMenu{position:absolute;top:50px;right:15px;background-color:#708090;box-shadow:0 8px 16px #0003;border-radius:5px;z-index:10;padding:20px 10px 10px}.header .menuItems .dropdownMenu:hover{width:fit-content}.header .menuItems .dropdownMenu .dropdownItem{padding:10px;cursor:pointer;color:#fff;text-decoration:none}.header .menuItems .dropdownMenu .dropdownItem:hover{background-color:#f1f1f1;color:#121212;border-radius:5px;width:100%}.header .menuItems .get-started-button-landing-page{width:100px;padding:10px;font-size:18px;background:var(--gradient);border:none;color:#fff;cursor:pointer;border-radius:5px;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.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}.header .searchBar{width:100%;height:60px;background-color:#fff;position:absolute;top:60px;animation:mobileMenu .3s ease forwards}.header .searchBar .searchInput{display:flex;align-items:center;height:40px;margin-top:10px;width:100%}.header .searchBar .searchInput svg{font-size:20px;flex-shrink:0;margin-left:10px;cursor:pointer}.header .searchBar .searchInput input{width:100%;height:50px;background-color:#fff;outline:0;border:0;border-radius:30px 0 0 30px;padding:0 15px;font-size:14px}@media only screen and (min-width: 768px){.header .searchBar .searchInput input{height:60px;font-size:20px;padding:0 30px}}.header .searchBar .searchInput svg{color:#000}.header .menuItems .menuItem svg{font-size:18px;height:fit-content;width:30px}@keyframes mobileMenu{0%{transform:translateY(-130%)}to{transform:translateY(0)}}.contentWrapper{width:100%;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;gap:15px;margin-bottom:20px}@media only screen and (min-width: 768px){.footer .menuItems{margin-bottom:30px;gap:30px}}.footer .menuItems .menuItem{transition:transform .3s ease;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);transform:scale(1.1)}.footer .infoText{font-size:12px;line-height:20px;opacity:.5;text-align:center;max-width:800px;margin-bottom:20px;cursor:default}@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:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all ease .3s;z-index:1}.footer .socialIcons .icon:hover{box-shadow:0 0 .625em #fff}.footer .socialIcons .facebook:hover{background-color:#3b5998}.footer .socialIcons .facebook:hover a svg{fill:#fff}.footer .socialIcons .instagram:hover{background-color:#e4405f}.footer .socialIcons .instagram:hover a svg{fill:#fff}.footer .socialIcons .linkedin:hover{background-color:#0077b5}.footer .socialIcons .linkedin:hover a svg{fill:#fff}.footer .socialIcons .facebook a svg{fill:#3b5998}.footer .socialIcons .instagram a svg{fill:#e4405f}.footer .socialIcons .linkedin a svg{fill:#0077b5}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-e7b44c86.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-12459f22.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\2190"}[dir=rtl] .slick-prev:before{content:"\2192"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\2192"}[dir=rtl] .slick-next:before{content:"\2190"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\2022";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.hero-slide{position:relative;width:100%;height:450px;overflow:hidden;background-color:var(--black);display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 768px){.hero-slide{height:700px}}@media only screen and (min-width: 425px){.hero-slide{height:750px}}.hero-slide .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.5;overflow:hidden}.hero-slide .backdrop-img .lazy-load-image-background{width:100%;height:100%}.hero-slide .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-slide .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,#04152d 79.17%);position:absolute;bottom:0;left:0}.hero-slide .heroBannerContent{display:flex;flex-direction:column;z-index:3;color:#fff;max-width:1200px;padding:0 20px;text-align:start;margin-top:250px;margin-left:0}.hero-slide .heroBannerContent .title{font-size:2.5rem;font-weight:700;margin-top:250px;margin-bottom:10px}@media only screen and (min-width: 768px){.hero-slide .heroBannerContent .title{margin-top:250px;font-size:2.5rem;font-weight:700;position:relative}}@media only screen and (min-width: 425px){.hero-slide .heroBannerContent .title{margin-top:200px;font-size:2.5rem;font-weight:700;position:relative}}.hero-slide .heroBannerContent .genres{font-size:10px;font-weight:200;margin-top:10px;height:20px;z-index:1;margin-bottom:10px}@media only screen and (min-width: 768px){.hero-slide .heroBannerContent .genres{font-size:10px;font-weight:200;height:20px;z-index:1}}@media only screen and (min-width: 425px){.hero-slide .heroBannerContent .genres{font-size:10px;font-weight:200;height:20px;z-index:1}}.hero-slide .heroBannerContent .description{font-size:16px;font-weight:200;margin-top:20px;margin-bottom:20px;max-width:50%;line-height:120%}@media only screen and (min-width: 768px){.hero-slide .heroBannerContent .description{font-size:16px;font-weight:200;margin-bottom:20px;max-width:50%;line-height:120%}}@media only screen and (min-width: 425px){.hero-slide .heroBannerContent .description{font-size:16px;font-weight:200;margin-top:20px;margin-bottom:20px;max-width:50%;line-height:120%}}.hero-slide .heroBannerContent .buttons{display:flex;gap:20px}.hero-slide .heroBannerContent .buttons .button{width:150px;height:50px;background:var(--gradient);color:#fff;outline:0;border:0;border-radius:10px;font-size:16px;z-index:1;cursor:pointer}@media only screen and (min-width: 768px){.hero-slide .heroBannerContent .buttons .button{width:150px;height:50px;background:var(--gradient);color:#fff;outline:0;border:0;border-radius:10px;font-size:16px;z-index:1;cursor:pointer}}@media only screen and (min-width: 425px){.hero-slide .heroBannerContent .buttons .button{width:150px;height:50px;background:var(--gradient);color:#fff;outline:0;border:0;border-radius:10px;font-size:16px;z-index:1;cursor:pointer}}.hero-slide .heroBannerContent .buttons .wishlist-button{z-index:1;width:45px;height:50px}.hero-slide .heroBannerContent .buttons .wishlist-button svg{width:45px;height:50px;color:var(--orange);cursor:pointer}@media only screen and (min-width: 768px){.hero-slide .heroBannerContent .buttons .wishlist-button{z-index:1;width:45px;height:50px}.hero-slide .heroBannerContent .buttons .wishlist-button svg{width:45px;height:50px;color:var(--orange);cursor:pointer}}@media only screen and (min-width: 425px){.hero-slide .heroBannerContent .buttons .wishlist-button{z-index:1;width:45px;height:50px}.hero-slide .heroBannerContent .buttons .wishlist-button svg{width:45px;height:50px;color:var(--orange);cursor:pointer}}.slick-next{right:0!important}.slick-next:before{display:none!important}.slick-dots{z-index:1;bottom:60px}.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}.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}.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}.carousel3{margin-bottom:10px}.carousel3 .contentWrapper{position:relative}.carousel3 .carouselTitle3{font-size:24px;color:#fff;margin-bottom:20px;font-weight:400}.carousel3 .arrow3{font-size:30px;color:#000;position:absolute;top:40%;transform:translateY(-50%);cursor:pointer;opacity:.5;z-index:1;display:none}@media only screen and (min-width: 768px){.carousel3 .arrow3{display:block;top:50%}}@media only screen and (min-width: 425px){.carousel3 .arrow3{display:block}}.carousel3 .arrow3:hover{opacity:.8}.carousel3 .carouselLeftNav3{left:30px;color:#fff}.carousel3 .carouselRighttNav3{right:30px;color:#fff}.carousel3 .loadingSkeleton{display:flex;gap:5px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.carousel3 .loadingSkeleton{gap:10px;overflow:hidden;margin:0;padding:0}}@media only screen and (min-width: 425px){.carousel3 .loadingSkeleton{gap:10px;overflow:hidden;margin:0;padding:0}}.carousel3 .loadingSkeleton .skeletonItem{width:120px;flex-shrink:0}@media only screen and (min-width: 768px){.carousel3 .loadingSkeleton .skeletonItem{width:calc(20% - 15px)}}@media only screen and (min-width: 1024px){.carousel3 .loadingSkeleton .skeletonItem{width:calc(20% - 16px)}}.carousel3 .loadingSkeleton .skeletonItem .posterBlock{border-radius:5px;width:100%;aspect-ratio:16/9;margin-bottom:30px}.carousel3 .loadingSkeleton .skeletonItem .textBlock{display:flex;flex-direction:column}.carousel3 .loadingSkeleton .skeletonItem .textBlock .title{width:100%;height:20px;margin-bottom:10px}.carousel3 .loadingSkeleton .skeletonItem .textBlock .date{width:75%;height:20px}.carousel3 .carouselItems3{display:flex;gap:5px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.carousel3 .carouselItems3{gap:10px;overflow:hidden;margin:0;padding:0}}@media only screen and (min-width: 425px){.carousel3 .carouselItems3{gap:10px;overflow:hidden;margin:0;padding:0}}.carousel3 .carouselItems3 .carouselItem3{width:300px;height:100%;cursor:pointer;flex-shrink:0}.carousel3 .carouselItems3 .carouselItem3 .posterBlock3{position:relative;width:100%;height:80%;aspect-ratio:16/9;background-size:cover;background-position:center;margin-bottom:10px;display:flex;align-items:flex-end;justify-content:center;padding:10px;border-radius:5px;overflow:hidden}.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px;overflow:hidden}.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .opacity-layer3{width:100%;height:100px;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,#04152d 85.17%);position:absolute;bottom:0;left:0}.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .textBlock3{position:absolute;bottom:0;left:0;width:100%;padding:5px 10px;box-sizing:border-box;display:flex;justify-content:center;align-items:start}.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .textBlock3 .title3{color:#fff;font-size:14px;font-weight:700;margin-bottom:0%;line-height:1.2;text-align:center;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .textBlock3 .title3{font-size:16px}}@media only screen and (min-width: 425px){.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .textBlock3 .title3{font-size:16px}}.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .circleRating{width:50px;height:50px}}.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .genres{top:10px;left:10px;display:flex;position:absolute;flex-flow:wrap;gap:5px;z-index:1}@media only screen and (min-width: 768px){.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}@media only screen and (min-width: 425px){.carousel3 .carouselItems3 .carouselItem3 .posterBlock3 .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.carousel2{margin-bottom:10px}.carousel2 .contentWrapper{position:relative}.carousel2 .carouselTitle2{font-size:24px;color:#fff;margin-bottom:20px;font-weight:400}.carousel2 .arrow2{font-size:30px;color:#000;position:absolute;top:40%;transform:translateY(-50%);cursor:pointer;opacity:.5;z-index:1;display:none}@media only screen and (min-width: 768px){.carousel2 .arrow2{display:block}}@media only screen and (min-width: 425px){.carousel2 .arrow2{display:block}}.carousel2 .arrow2:hover{opacity:.8}.carousel2 .carouselLeftNav2{left:30px;color:#fff}.carousel2 .carouselRighttNav2{right:30px;color:#fff}.carousel2 .loadingSkeleton2{display:flex;gap:5px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.carousel2 .loadingSkeleton2{gap:10px;overflow:hidden;margin:0;padding:0}}@media only screen and (min-width: 425px){.carousel2 .loadingSkeleton2{gap:10px;overflow:hidden;margin:0;padding:0}}.carousel2 .loadingSkeleton2 .skeletonItem2{width:125px;flex-shrink:0}@media only screen and (min-width: 768px){.carousel2 .loadingSkeleton2 .skeletonItem2{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.carousel2 .loadingSkeleton2 .skeletonItem2{width:calc(20% - 16px)}}.carousel2 .loadingSkeleton2 .skeletonItem2 .posterBlock{border-radius:5px;width:100%;aspect-ratio:2/3;margin-bottom:30px}.carousel2 .loadingSkeleton2 .skeletonItem2 .textBlock{display:flex;flex-direction:column}.carousel2 .loadingSkeleton2 .skeletonItem2 .textBlock .title{width:100%;height:20px;margin-bottom:10px}.carousel2 .loadingSkeleton2 .skeletonItem2 .textBlock .date{width:75%;height:20px}.carousel2 .carouselItems2{display:flex;gap:5px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.carousel2 .carouselItems2{gap:10px;overflow:hidden;margin:0;padding:0}}@media only screen and (min-width: 425px){.carousel2 .carouselItems2{gap:10px;overflow:hidden;margin:0;padding:0}}.carousel2 .carouselItems2 .carouselItem2{width:200px;cursor:pointer;flex-shrink:0}.carousel2 .carouselItems2 .carouselItem2 .posterBlock2{position:relative;width:100%;aspect-ratio:2/3;background-size:cover;background-position:center;margin-bottom:10px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px}.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px;overflow:hidden}.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .opacity-layer{width:100%;height:100px;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,#04152d 85.17%);position:absolute;bottom:0;left:0}.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .textBlock{position:absolute;bottom:0;left:0;width:100%;padding:5px 10px;box-sizing:border-box;display:flex;justify-content:center;align-items:start}.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .textBlock .title{color:#fff;font-size:14px;font-weight:700;margin-bottom:0%;line-height:1.2;text-align:center;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .textBlock .title{font-size:16px}}.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .circleRating{width:50px;height:50px}}.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .genres{position:absolute;top:10px;left:10px;display:flex;flex-flow:wrap;gap:5px;z-index:1}@media only screen and (min-width: 768px){.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}@media only screen and (min-width: 425px){.carousel2 .carouselItems2 .carouselItem2 .posterBlock2 .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.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:120px;min-height:700px}}.detailsBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.1;overflow:hidden}.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}.detailsBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,rgba(4,21,45,0) 0%,#04152d 79.17%);position:absolute;bottom:0;left:0}.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}}.detailsBanner .content .left{flex-shrink:0}.detailsBanner .content .left .posterImg{width:100%;display:block;border-radius:12px}@media only screen and (min-width: 768px){.detailsBanner .content .left .posterImg{max-width:350px}}.detailsBanner .content .right{color:#fff}.detailsBanner .content .right .title{font-size:28px;line-height:40px}@media only screen and (min-width: 768px){.detailsBanner .content .right .title{font-size:34px;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:100px}}.detailsBanner .content .right .circleRating{max-width:70px;background-color:var(--black2)}@media only screen and (min-width: 768px){.detailsBanner .content .right .circleRating{max-width:90px}}.detailsBanner .content .right .circleRating .CircularProgressbar-text{fill:#fff}.detailsBanner .content .right .playbtn{display:flex;align-items:center;gap:20px;cursor:pointer}.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 .wishlist{display:flex;width:200px;align-items:center;cursor:pointer;gap:10px}.detailsBanner .content .right .wishlist .wishlist-text{font-size:20px;transition:all .7s ease-in-out}.detailsBanner .content .right .wishlist svg{width:60px;height:55px;color:#fff;transition:all .7s ease-in-out}.detailsBanner .content .right .wishlist:hover .wishlist-text{color:var(--pink)}.detailsBanner .content .right .wishlist:hover svg{color:var(--pink)}.detailsBanner .content .right .row{display:flex;align-items:center;gap:25px;margin-bottom:25px}.detailsBanner .content .right .info{border-bottom:1px solid rgba(255,255,255,.1);padding:15px 0;display:flex}.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}.detailsBanner .detailsBannerSkeleton{display:flex;position:relative;flex-direction:column;gap:25px}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton{gap:50px;flex-direction:row}}.detailsBanner .detailsBannerSkeleton .contentWrapper{display:flex;gap:50px}.detailsBanner .detailsBannerSkeleton .left{flex-shrink:0;width:100%;display:block;border-radius:12px;aspect-ratio:1/1.5}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton .left{max-width:350px}}.detailsBanner .detailsBannerSkeleton .right{width:100%}.detailsBanner .detailsBannerSkeleton .right .row{width:100%;height:25px;margin-bottom:20px;border-radius:50px}.detailsBanner .detailsBannerSkeleton .right .row:nth-child(2){width:75%;margin-bottom:50px}.detailsBanner .detailsBannerSkeleton .right .row:nth-child(5){width:50%;margin-bottom:50px}.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}.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;font-weight:700;top:-20px;right:0;color:#fff;cursor:pointer}.videoPopup.visible{opacity:1;visibility:visible}.videoPopup.visible .opacityLayer{opacity:1}.videoPopup.visible .videoPlayer{transform:scale(1)}.no-scroll{overflow:hidden!important;height:100%}.castSection{position:relative;margin-bottom:50px}.castSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px}.castSection .listItems{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.castSection .listItems{margin:0;padding:0}}.castSection .listItems .listItem{text-align:center;color:#fff}.castSection .listItems .listItem .profileImg{width:125px;height:125px;border-radius:50%;overflow:hidden;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .listItems .listItem .profileImg{width:175px;height:175px;margin-bottom:25px}}.castSection .listItems .listItem .profileImg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.castSection .listItems .listItem .name{font-size:14px;line-height:20px;font-weight:600}@media only screen and (min-width: 768px){.castSection .listItems .listItem .name{font-size:18px;line-height:24px}}.castSection .listItems .listItem .character{font-size:14px;line-height:20px;opacity:.5}@media only screen and (min-width: 768px){.castSection .listItems .listItem .character{font-size:16px;line-height:24px}}.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 .circle{width:125px;height:125px;border-radius:50%;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .castSkeleton .skItem .circle{width:175px;height:175px;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}.videosSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px}.videosSection .videos{display:flex;gap:10px;overflow-x:auto;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.videosSection .videos{gap:20px;margin:0;padding:0}}.videosSection .videos .videoItem{width:150px;flex-shrink:0;cursor:pointer}@media only screen and (min-width: 768px){.videosSection .videos .videoItem{width:25%}}.videosSection .videos .videoItem .videoThumbnail{margin-bottom:15px;position:relative}.videosSection .videos .videoItem .videoThumbnail img{width:100%;display:block;border-radius:12px;transition:all .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px}.videosSection .videos .videoItem .videoThumbnail .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.videosSection .videos .videoItem .videoThumbnail:hover img{opacity:.5}.videosSection .videos .videoItem .videoThumbnail:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.videosSection .videos .videoItem .videoTitle{color:#fff;font-size:14px;line-height:20px}@media only screen and (min-width: 768px){.videosSection .videos .videoItem .videoTitle{font-size:16px;line-height:24px}}.videosSection .videoSkeleton{display:flex;gap:10px;overflow-x:auto;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:25%}}.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}.searchResultsPage{min-height:700px;padding-top:100px}.searchResultsPage .resultNotFound{font-size:24px;color:var(--black-light)}.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;align-items:start;gap:20px}@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 .search-query{display:flex;justify-content:center;align-items:center;width:100%;max-width:600px}.explorePage .search-query .search-input{width:80%;padding:10px;border:2px solid #ccc;border-radius:25px;font-size:16px;outline:none;transition:border-color .3s}.explorePage .search-query .search-input:focus{border-color:#007bff}.explorePage .search-query .search-button{width:20%;padding:10px;border:2px solid #ccc;background:var(--gradient);color:#fff;border-radius:0 25px 25px 0;font-size:16px;cursor:pointer;transition:background-color .3s}.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%;color:#000}@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%;color:#000;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}.auth-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f5f5f5;background-image:url(https://assets.nflxext.com/ffe/siteui/vlv3/f272782d-cf96-4988-a675-6db2afd165e0/web/IN-en-20241008-TRIFECTA-perspective_b28b640f-cee0-426b-ac3a-7c000d3b41b7_medium.jpg);background-size:cover;background-position:center;flex-direction:column;text-align:center}.auth-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0009}.auth-container .auth-box{background:var(--black);color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px;text-align:center;position:absolute}@media only screen and (min-width: 768px){.auth-container .auth-box{text-align:center;position:absolute}}.auth-container .auth-box h2{margin-bottom:20px;font-size:24px}.auth-container .auth-box .profile-pic{width:80px;height:80px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden;border-radius:9999px}.auth-container .auth-box .profile-pic img{position:relative;width:80px;height:80px;margin-left:auto;margin-right:auto;overflow:hidden;border-radius:9999px}.auth-container .auth-box .profile-pic .picture-description{font-size:.75rem;background-color:#010710;opacity:.8;padding-bottom:1rem;padding-top:.5rem;text-align:center;position:absolute;bottom:0;width:100%;cursor:pointer}.auth-container .auth-box .profile-pic .profile-pic-input{display:none}.auth-container .auth-box .input-group{margin-bottom:15px;text-align:left;position:relative}.auth-container .auth-box .input-group label{display:block;margin-bottom:5px;font-weight:700}.auth-container .auth-box .input-group input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;outline:none;background-color:#000;color:#fff}.auth-container .auth-box .input-group .password{position:relative;display:flex;align-items:center}.auth-container .auth-box .input-group .password .signup__input{flex:1;width:100%;padding-right:40px;font-size:medium}.auth-container .auth-box .input-group .password .signup__password-toggle{position:absolute;min-width:30px;right:0px;top:10px;cursor:pointer;font-size:18px;color:#777}.auth-container .auth-box .input-group .password .signup__password-toggle:hover{color:#fff}.auth-container .auth-box .error{color:red;margin-bottom:15px}.auth-container .auth-box .button{width:100%;padding:10px;background:var(--gradient);color:#fff;border:none;border-radius:4px;cursor:pointer;margin-bottom:15px}.auth-container .auth-box .button2{width:100%;padding:10px;background:var(--gradient);color:#fff;border:none;border-radius:4px;cursor:pointer;margin-bottom:15px;opacity:.8}.auth-container .auth-box button:hover{background-color:#0056b3}.auth-container .auth-box p{font-size:14px}.auth-container .auth-box p span{color:#007bff;cursor:pointer}.auth-container .auth-box p span:hover{text-decoration:underline}.hotstar-dashboard{background:var(--black);color:#fff;min-height:100vh;display:flex;flex-direction:column}.hotstar-dashboard .content{flex:1;display:flex;justify-content:space-around;padding:2rem;gap:2rem}.hotstar-dashboard .content .user-details{width:30%;background:var(--black3);padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0003}.hotstar-dashboard .content .user-details .user-info{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.hotstar-dashboard .content .user-details .user-info img{position:relative;width:100px;height:100px;margin-left:auto;margin-right:auto;margin-top:20px;overflow:hidden;border-radius:9999px}.hotstar-dashboard .content .user-details .user-info .icon{display:flex;align-items:center;gap:20px}.hotstar-dashboard .content .user-details .user-info .icon .ciedit{font-size:1.7rem;font-weight:700;cursor:pointer}.hotstar-dashboard .content .user-details .user-info .icon h2{color:#fff;margin-bottom:1rem;margin-top:10px;font-size:1.75rem;font-weight:700}.hotstar-dashboard .content .user-details .user-info p{margin:.5rem 0;font-size:1rem;color:#b3b3b3}.hotstar-dashboard .content .user-details .user-info .subscription-btn{margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;color:#fff;background:var(--gradient);border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.hotstar-dashboard .content .user-details .user-actions{display:flex;justify-content:center;gap:1rem}.hotstar-dashboard .content .user-details .user-actions .dropdown{position:relative}.hotstar-dashboard .content .user-details .user-actions .dropdown .dropdown-btn{padding:.75rem 1.5rem;font-size:1rem;color:#fff;background:var(--gradient);border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.hotstar-dashboard .content .user-details .user-actions .dropdown .dropdown-content{display:none;position:absolute;background-color:#121212;min-width:160px;box-shadow:0 8px 16px #0003;border-radius:5px;z-index:1}.hotstar-dashboard .content .user-details .user-actions .dropdown .dropdown-content a{padding:12px 16px;display:block;color:#fff;text-decoration:none;transition:background-color .3s ease}.hotstar-dashboard .content .user-details .user-actions .dropdown .dropdown-content a:hover{background-color:#f1f1f1;color:#121212}.hotstar-dashboard .content .user-details .user-actions .dropdown:hover .dropdown-content{display:block}.hotstar-dashboard .content .wishlist{width:45%;background-color:var(--black3);padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0003}.hotstar-dashboard .content .wishlist h2{color:#fff;margin-bottom:1.5rem;margin-top:20px;font-size:1.75rem;font-weight:700}.hotstar-dashboard .content .wishlist .wishlist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:100%}.hotstar-dashboard .content .wishlist .wishlist-grid .wishlist-item{display:flex;flex-direction:column;align-items:center;background:var(--black);padding:1rem;border-radius:8px;box-shadow:0 4px 8px #0000001a}.hotstar-dashboard .content .wishlist .wishlist-grid .wishlist-item img{width:90%;height:auto;border-radius:4px;margin-bottom:1rem;cursor:pointer}.hotstar-dashboard .content .wishlist .wishlist-grid .wishlist-item h3{font-size:1rem;text-align:center;margin-bottom:.5rem;color:#e5e5e5}.hotstar-dashboard .content .wishlist .wishlist-grid .wishlist-item button{padding:.5rem 1rem;font-size:.9rem;color:#fff;background:var(--gradient);border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.hotstar-dashboard .content .watch-history{width:45%;background-color:var(--black3);padding:2rem;border-radius:10px;box-shadow:0 4px 8px #0003;margin-top:.1rem}.hotstar-dashboard .content .watch-history h2{color:#fff;margin-bottom:1.5rem;margin-top:20px;font-size:1.75rem;font-weight:700}.hotstar-dashboard .content .watch-history .watch-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;width:100%}.hotstar-dashboard .content .watch-history .watch-history-grid .watch-history-item{display:flex;flex-direction:column;align-items:center;background:var(--black);padding:1rem;border-radius:8px;box-shadow:0 4px 8px #0000001a}.hotstar-dashboard .content .watch-history .watch-history-grid .watch-history-item img{width:90%;height:auto;border-radius:4px;margin-bottom:1rem;cursor:pointer}.hotstar-dashboard .content .watch-history .watch-history-grid .watch-history-item h3{font-size:1rem;text-align:center;margin-bottom:.5rem;color:#e5e5e5}.hotstar-dashboard .content .watch-history .watch-history-grid .watch-history-item p{font-size:.9rem;color:#b3b3b3}.hotstar-dashboard .content .watch-history .watch-history-grid .watch-history-item button{padding:.5rem 1rem;font-size:.9rem;color:#fff;background:var(--gradient);border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;transition:opacity .3s ease}.modal-content{background:var(--black);padding:30px;border-radius:10px;width:400px;max-width:90%;position:relative;box-shadow:0 4px 20px #0000001a;animation:fadeIn .3s}.close-btn{position:absolute;top:15px;right:15px;font-size:20px;cursor:pointer;color:#fff;transition:color .2s}.close-btn:hover{color:#e74c3c}h2{margin-bottom:20px;font-size:24px;color:#fff}.form-group{margin-bottom:15px}label{display:block;margin-bottom:5px;font-weight:700}input[type=text],input[type=email],input[type=file]{width:100%;padding:10px;border:2px solid #ddd;border-radius:5px;font-size:16px;outline:none;transition:border-color .3s}input[type=text]:focus,input[type=email]:focus,input[type=file]:focus{border-color:#007bff}.update-btn{background:var(--gradient);color:#fff;border:none;padding:10px;border-radius:5px;cursor:pointer;font-size:16px;width:100%;transition:background-color .3s}.update-btn:hover{background-color:#0056b3}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.plans-container{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;padding:20px}.plan-card{background:var(--black3);border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:20px;width:300px;margin-top:100px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease}.plan-card:hover{transform:translateY(-5px)}.plan-card h2{margin-bottom:10px;color:#007bff;border-bottom:1px solid #e0e0e0}.plan-card .price{font-size:1.5em;color:#fff;margin:10px 0}.plan-card .features-list{list-style-type:none;padding:0;margin-bottom:20px}.plan-card .features-list li{padding:5px 0;color:#fff}.plan-card .features-list li:last-child{border-bottom:none}.plan-card .subscribe-button{padding:10px 15px;background:var(--gradient);color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s}.faq{color:#fff;display:flex;flex-direction:column;align-items:center;padding-top:70px}.faqs .question{color:#fff;margin-top:40px}.faqs .answer{color:#fff;margin-top:15px;margin-left:30px}body{color:#fff}.right_conatct_social_icon{background:var(--gradient)}.contact_us{background:var(--black)}.contact_us .contact_inner{background:var(--black3);position:relative;border-radius:25px}.contact_us .contact_inner .contact_field{display:flex;flex-direction:column;align-items:center;padding:100px 100px 100px 0}.contact_us .contact_inner .contact_field h3{color:#fff;font-size:40px;letter-spacing:1px;font-weight:600;margin-bottom:10px}.contact_us .contact_inner .contact_field p{color:#fff;font-size:13px;font-weight:400;letter-spacing:1px;margin-top:20px;margin-bottom:35px}.contact_us .contact_inner .contact_field .form-control{border-radius:0;border:none;display:flex;padding:15px;margin:20px;width:400px}.contact_us .contact_inner .contact_field .form-control:focus{box-shadow:none;outline:none;border-bottom:2px solid #1325e8}.contact_us .contact_inner .contact_field .form-control::placeholder{font-size:13px;letter-spacing:1px}.contact_us .contact_inner .contact_field .contact_form_submit{background:var(--gradient);border:none;color:#fff;padding:10px 15px;width:20%;margin:15px;border-radius:35px;cursor:pointer;font-size:14px;letter-spacing:2px}.contact_us .contact_info_sec{position:absolute;background-color:#2d2d2d;right:1px;top:18%;height:340px;width:340px;padding:40px;border-radius:25px 0 0 25px}.contact_us .contact_info_sec h4{letter-spacing:1px;padding-bottom:15px}.contact_us .contact_info_sec .info_single{margin:30px 0;display:flex;align-items:center}.contact_us .contact_info_sec .info_single i{margin-right:15px}.contact_us .contact_info_sec .info_single span{font-size:14px;letter-spacing:1px}.right_conatct_social_icon{height:100%}.right_conatct_social_icon .socil_item_inner{display:flex;align-items:end;padding-bottom:10px}.right_conatct_social_icon .socil_item_inner li{list-style:none}.right_conatct_social_icon .socil_item_inner li a{color:#fff;margin:0 15px;font-size:14px}.carouselSection{position:relative;margin-bottom:30px}.carouselSection>.contentWrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.carouselSection .carouselTitle{font-size:24px;color:#fff;font-weight:400}.banner{height:100vh;background-image:url(https://assets.nflxext.com/ffe/siteui/vlv3/f272782d-cf96-4988-a675-6db2afd165e0/web/IN-en-20241008-TRIFECTA-perspective_b28b640f-cee0-426b-ac3a-7c000d3b41b7_medium.jpg);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;font-family:Arial,sans-serif;position:relative}.banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000c;z-index:1}.banner .landing-header,.banner .banner-content,.banner .landing-footer{position:relative;z-index:1;width:100%}.banner .landing-page-button{display:flex;position:relative;justify-content:flex-end;align-items:center}.banner .landing-page-button .get-started-button-landing-page{width:100px;padding:10px;font-size:18px;margin-right:50px;background:var(--gradient);border:none;color:#fff;cursor:pointer;border-radius:5px;z-index:1;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.banner .landing-page-button .get-started-button-landing-page:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.banner .landing-page-button .get-started-button-landing-page:focus{outline:none}.banner .banner-content{padding:20px 40px;margin-top:100px;display:flex;flex-direction:column;justify-content:center;align-items:center}.banner .banner-content h1{font-size:3.5rem;font-weight:700;margin-bottom:20px}.banner .banner-content .inside{font-size:1.5rem;margin-bottom:30px;font-weight:600}.banner .banner-content .signup-form{margin-top:30px;display:flex;justify-content:center;flex-direction:column;gap:20px}.banner .banner-content .signup-form .get-started-button{width:180px;padding:15px;font-size:18px;background:var(--gradient);border:none;color:#fff;cursor:pointer;border-radius:5px;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.banner .banner-content .signup-form .get-started-button:hover{transform:scale(1.05);box-shadow:0 4px 8px #0003}.banner .banner-content .signup-form .get-started-button:focus{outline:none}@media (max-width: 768px){.banner .banner-content{padding:20px 30px;margin-top:100px}.banner .banner-content h1{font-size:2.5rem}.banner .banner-content .inside{font-size:1.2rem}.banner .banner-content .get-started-button{width:200px;font-size:16px;padding:12px 20px}}@media (max-width: 480px){.banner .banner-content{margin-top:50px}.banner .banner-content h1{font-size:2rem}.banner .banner-content .inside{font-size:1rem}.banner .banner-content .get-started-button{width:180px;font-size:14px;padding:10px 15px}}.carousel4{margin-bottom:10px}.carousel4 .contentWrapper{position:relative}.carousel4 .carouselTitle4{font-size:44px;color:#fff;margin-bottom:40px;font-weight:400}.carousel4 .arrow4{font-size:30px;color:#000;position:absolute;top:40%;transform:translateY(-50%);cursor:pointer;opacity:.5;z-index:1;display:none}@media only screen and (min-width: 768px){.carousel4 .arrow4{display:block}}@media only screen and (min-width: 425px){.carousel4 .arrow4{display:block}}.carousel4 .arrow4:hover{opacity:.8}.carousel4 .carouselLeftNav4{left:30px;color:#fff}.carousel4 .carouselRighttNav4{right:30px;color:#fff}.carousel4 .loadingSkeleton4{display:flex;gap:50px;overflow-y:hidden;margin-right:-40px;margin-left:-40px;padding:0 40px}@media only screen and (min-width: 768px){.carousel4 .loadingSkeleton4{gap:50px;overflow:hidden;margin:0;padding:0}}@media only screen and (min-width: 425px){.carousel4 .loadingSkeleton4{gap:50px;overflow:hidden;margin:0;padding:0}}.carousel4 .loadingSkeleton4 .skeletonItem4{width:145px;flex-shrink:0}@media only screen and (min-width: 768px){.carousel4 .loadingSkeleton4 .skeletonItem4{width:calc(45% - 15px)}}@media only screen and (min-width: 1024px){.carousel4 .loadingSkeleton4 .skeletonItem4{width:calc(40% - 16px)}}.carousel4 .loadingSkeleton4 .skeletonItem4 .posterBlock{border-radius:5px;width:100%;aspect-ratio:3/4;margin-bottom:30px}.carousel4 .loadingSkeleton4 .skeletonItem4 .textBlock{display:flex;flex-direction:column}.carousel4 .loadingSkeleton4 .skeletonItem4 .textBlock .title{width:100%;height:40px;margin-bottom:10px}.carousel4 .loadingSkeleton4 .skeletonItem4 .textBlock .date{width:75%;height:40px}.carousel4 .carouselItems4{display:flex;gap:50px;overflow-y:hidden;margin-right:-40px;margin-left:-40px;padding:0 40px}@media only screen and (min-width: 768px){.carousel4 .carouselItems4{gap:50px;overflow:hidden;margin:0;padding:0}}@media only screen and (min-width: 425px){.carousel4 .carouselItems4{gap:50px;overflow:hidden;margin:0;padding:0}}.carousel4 .carouselItems4 .carouselItem4{width:200px;cursor:pointer;flex-shrink:0;overflow:hidden;transition:transform .3s ease}.carousel4 .carouselItems4 .carouselItem4:hover{transform:scale(1.1)}.carousel4 .carouselItems4 .carouselItem4 .posterBlock4{position:relative;width:100%;aspect-ratio:3/4;background-size:cover;background-position:center;margin-bottom:10px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px}.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px;overflow:hidden}.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .opacity-layer{width:100%;height:100px;background:linear-gradient(180deg,rgba(4,41,45,0) 0%,#04154d 85.17%);position:absolute;bottom:0;left:0}.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .textBlock{position:absolute;bottom:0;left:0;width:100%;padding:5px 10px;box-sizing:border-box;display:flex;justify-content:center;align-items:start}.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .textBlock .title{color:#fff;font-size:14px;font-weight:700;margin-bottom:0%;line-height:1.4;text-align:center;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .textBlock .title{font-size:16px}}.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .circleRating{width:50px;height:50px}}.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .genres{position:absolute;top:10px;left:10px;display:flex;flex-flow:wrap;gap:5px;z-index:1}@media only screen and (min-width: 768px){.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}@media only screen and (min-width: 425px){.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.carousel4 .carouselItems4 .carouselItem4 .posterBlock4 .numberBadge{position:absolute;left:5px;bottom:0px;color:var(--orange);border-radius:50%;font-size:100px;font-weight:700;display:flex;justify-content:center;align-items:center;z-index:1}.reasonsToJoin{text-align:center;margin-top:0;margin-bottom:30px}.reasonsToJoin .reasonsTitle{font-size:36px;font-weight:700;color:#fff;margin-bottom:40px}.reasonsToJoin .cardsContainer{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px}@media (max-width: 768px){.reasonsToJoin .cardsContainer{justify-content:center}}.reasonsToJoin .reasonCard{background-color:var(--black3);border-radius:10px;width:300px;padding:30px;box-shadow:0 4px 12px #0003;transition:all .3s ease;color:#fff;text-align:center}.reasonsToJoin .reasonCard:hover{transform:translateY(-10px);box-shadow:0 8px 20px #0000004d}.reasonsToJoin .reasonCard .iconContainer{font-size:40px;color:var(--orange);background-color:#333;padding:15px;border-radius:50%;width:60px;height:60px;margin:0 auto;display:flex;justify-content:center;align-items:center}.reasonsToJoin .reasonCard .cardTitle{font-size:22px;margin-bottom:15px;margin-top:10px;font-weight:700;cursor:default}.reasonsToJoin .reasonCard .cardDescription{font-size:16px;line-height:1.5;color:#b0b0b0;cursor:default}: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: #04152d;--black2: #041226;--black3: #020c1b;--black-lighter: #1c4b91;--black-light: #173d77;--pink: #da2f68;--orange: #f89e00;--gradient: linear-gradient(98.37deg, #f89e00 .99%, #da2f68 100%)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black)}::-webkit-scrollbar{display:none}.skeleton{position:relative;overflow:hidden;background-color:#0a2955}.skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(25,55,99,0) 0,rgba(25,55,99,.2) 20%,rgba(25,55,99,.5) 60%,rgba(25,55,99,0));animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}
