.theme-items{display:flex;flex-direction:column}.theme-items .item{width:100%;position:relative;background:black;margin-top:4px;overflow:hidden}.theme-items .item.hidden-item{display:none}.theme-items .item .link-wrap{text-decoration:none;display:block}.theme-items .item .thumb{width:100%;height:100%;object-fit:cover}.theme-items .item .info{width:100%;position:absolute;bottom:0;transition:0.4s ease-out;left:0;z-index:2;background:linear-gradient(transparent 10%, rgba(0, 0, 0, 0.6) 38%)}.theme-items .item .info .link-wrap{padding:var(--gap);padding-bottom:22px}.theme-items .item .info .title{margin-bottom:0;padding-top:30px;font-size:20px;color:white;font-weight:500;line-height:30px;text-shadow:0 0 6px rgba(0, 0, 0, 0.54);text-transform:uppercase}.theme-items .item .info .subtitle{text-shadow:-0.3px 3px 4px rgba(0, 0, 0, 0.48);font-weight:300;font-size:20px;color:white}.theme-items .item .info .movie-details{display:flex}.theme-items .item .info .movie-details p{color:white;font-weight:400;font-size:14px;margin:0;line-height:16px}.theme-items .item .info .desc{font-size:17px;text-shadow:0 0 6px rgba(0, 0, 0, 0.54);font-weight:normal;color:white;max-width:100%;margin-bottom:0}.theme-items .item .info.play-button{display:flex;justify-content:space-between;box-sizing:border-box;width:100%}.theme-items .item .info .play-button-trig{width:56px;height:56px;background:rgba(0, 0, 0, 0.54);border-radius:50%;display:inline-flex;justify-content:center;align-items:center;box-shadow:0 0 0 7px rgba(0, 0, 0, 0.2);transition:box-shadow 0.2s, width 0.2s, height 0.2s, background 0.2s, transform 0.2s}.theme-items .item .info .play-button-trig svg{width:14px;height:14px;fill:white}.theme-items .item .info .play-button-trig:hover,.theme-items .item .info .play-button-trig:focus{box-shadow:0 0 0 0 rgba(0, 0, 0, 0.2);transform:scale(1.2);background:rgba(0, 0, 0, 0.8)}.theme-items .item .time{position:absolute;top:0;right:0;margin:10px 10px 0 0;z-index:2;text-align:center;min-width:100px}.theme-items .item .time .online{width:100%;font-family:'Roboto', 'Open Sans';font-size:15px;font-weight:500;line-height:18px;padding:4px 0;color:white;background-color:#00096b}.theme-items .item .time .day{display:flex;flex-direction:column;justify-content:center;color:#00096b;background-color:white;padding:7px 12px 0;font-weight:300;max-width:100px}.theme-items .item .time .day .day-name{font-size:8px;text-transform:uppercase;letter-spacing:3.22px;line-height:1;display:block}.theme-items .item .time .day .day-month{text-transform:uppercase;font-size:25px;line-height:1;display:block;padding-top:4px}.theme-items .item .time .day .day-num{font-size:25px;line-height:1;display:block;padding-bottom:5px;border-bottom:1px solid #00096b}.theme-items .item .time .time-text{background:white;display:flex;justify-content:space-around;height:33px;align-items:center;padding:0 18px;font-size:15px;color:#00096b}.theme-items .item span.sold-out{position:absolute;z-index:2;bottom:0;right:0;padding:3px 12px;color:white;font-size:15px;background-color:#001aff}.theme-items .item .more-info{position:absolute;transform:translateY(calc(100% + 5px));transition:0.4s ease-out;opacity:0;bottom:0;left:0;padding:0 17px;width:100%;display:flex;align-items:center;justify-content:space-between;height:60px;box-sizing:border-box;z-index:3;background:#525252}.theme-items .item .more-info .link{display:flex;align-items:center;justify-content:center;background:white;text-align:center;font-size:22px;flex-grow:1;color:black;text-decoration:none;box-shadow:0 0 0 0 !important}.theme-items .item .more-info .link:before{height:2px;width:0;background:black;content:"";display:inline-block;transition:width 0.2s ease-out, margin-right 0.2s ease-out}.theme-items .item .more-info .link:hover:before,.theme-items .item .more-info .link:focus:before{margin-right:10px;width:36px}.theme-items .item .more-info .icons{display:flex;justify-content:space-between;align-items:center}.theme-items .item .more-info .icons a{margin-right:25px;text-decoration:none}.theme-items .item .more-info .icons a svg{width:25px;height:25px;fill:#e9e9e9;transition:fill 0.2s, transform 0.2s}.theme-items .item .more-info .icons a:nth-child(2) svg{width:30px;height:30px}.theme-items .item .more-info .icons a:first-of-type{margin-left:15px}.theme-items .item .more-info .icons a:hover svg,.theme-items .item .more-info .icons a:focus svg{fill:white;transform:scale(1.2)}.theme-items .item .more-info .icons a.buy-tickets-btn{font-weight:500;font-size:14px;padding:5px 10px;color:#525252;background-color:white}@media (min-width:768px){.theme-items .item .more-info .icons a.buy-tickets-btn{font-size:15px}}.theme-items .item .more-info a.more-info-btn{font-weight:500;font-size:14px;padding:5px 10px;color:white;border:1px solid white;background-color:#525252;transition:0.3s}@media (min-width:768px){.theme-items .item .more-info a.more-info-btn{font-size:15px}}.theme-items .item .more-info a.more-info-btn:hover,.theme-items .item .more-info a.more-info-btn:focus{color:#525252;background-color:white;text-decoration:none}.theme-items .item .location{position:absolute;top:0;left:0;display:inline-flex;padding:var(--gap);max-width:calc(100% - 120px)}.theme-items .item .location svg{margin-top:4px;flex-basis:18px;width:18px;height:18px;fill:white}.theme-items .item .location>div{padding-left:10px;font-size:17px;font-weight:300;color:white;line-height:1.25}.theme-items .item .location>div strong{font-weight:500;display:block}.theme-items .item.item-gal{display:block}.theme-items .item.item-gal.hover-effect .info{opacity:0;transition:0.3s}.theme-items .item.item-gal.hover-effect:focus>.info,.theme-items .item.item-gal.hover-effect:hover>.info{opacity:1}.theme-items .item.item-gal .info{display:block;padding:15px 10px 10px}.theme-items .item.item-gal .info .info-h2{color:white;font-size:17px;font-weight:500;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.theme-items .item.item-gal .info .desc{font-size:13px}.theme-items .item.item-gal .icon{transition:transform 0.2s cubic-bezier(0, 1.56, 1, 1), visibility 0.2s cubic-bezier(0, 1.56, 1, 1), opacity 0.2s cubic-bezier(0, 1.56, 1, 1);z-index:4;position:absolute;display:block;width:35px;height:35px;transform:scale(0.6);visibility:hidden;top:calc(50% - 17.5px);left:calc(50% - 17.5px);fill:white}.theme-items .item.item-gal.hover-effect{position:relative;}.theme-items .item.item-gal.hover-effect:hover,.theme-items .item.item-gal.hover-effect:focus{}.theme-items .item.item-gal.hover-effect:hover .icon,.theme-items .item.item-gal.hover-effect:focus .icon{opacity:1;transform:scale(1);visibility:visible}.theme-items .item.item-gal.hover-effect:hover .thumb,.theme-items .item.item-gal.hover-effect:focus .thumb{transform:scale(1.3)}.theme-items .item.item-year .info .info-h2{font-size:35px}.theme-items .item:not(.no-info):hover .info,.theme-items .item.focused .info{bottom:60px}.theme-items .item:not(.no-info):hover .more-info,.theme-items .item.focused .more-info{opacity:1;transform:translateY(0);transition:0.4s ease-out}.theme-items.theme-sm .item .info .title{font-size:27px}.theme-items.theme-sm .item .info .subtitle{font-size:24px}.theme-items.theme-sm .item .info .desc{font-size:16px}.tabs-wrapper{margin:48px 15px;display:flex;justify-content:space-between}@media (min-width:992px){.tabs-wrapper{margin:48px 50px}}.mobile-tabs{width:100%;max-width:345px;margin:0 auto}@media (min-width:992px){.mobile-tabs{display:none}}.mobile-tabs select{width:100%;display:block;border:1px solid black;font-size:19px;padding:18px;-webkit-appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%0Afill='black' viewBox='0 0 15 9'%3E%3Cpath d='M13.989,2.352 L13.989,2.352 L7.352,8.989 L6.011,7.648 L6.122,7.537 L0.293,1.707 L1.707,0.293 L7.537,6.122 L13.648,0.011 L14.989,1.352 L13.989,2.352 Z'/%3E%3C/svg%3E") no-repeat calc(100% - 15px) center;background-size:18px 9px}.desktop-tabs{display:flex;justify-content:space-between;margin-left:50px}.desktop-tabs>.btn{display:none;left:0;left:-44px;display:inline-flex;align-items:center}.desktop-tabs>.btn:first-of-type{display:none;display:block;left:-2px}@media (min-width:1500px){.mobile-tabs{display:none}.desktop-tabs{flex-basis:100%}.desktop-tabs .ff-tabs{display:block}}.ff-radios{display:flex}.ff-radios .ff-item{display:flex}.ff-radios .ff-item input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.ff-radios .ff-item input:focus+label:before{width:25px}.ff-radios .ff-item input:checked+label{border-color:black}.ff-radios .ff-item label{cursor:pointer;display:flex;align-items:center;font-size:19px;color:#040303;padding:15px 20px;text-decoration:none;border-bottom:2px solid #c1c1c1;position:relative;margin-bottom:0px}.ff-radios .ff-item label:before{top:5px;left:calc(50%);transform:translateX(-50%);position:absolute;width:0px;height:2px;background:black;content:"";transition:width 0.25s ease-out}.ff-radios .ff-item label:focus:before,.ff-radios .ff-item label:hover:before{width:25px}@media (max-width:768px){.component-intro .component-intro__content-slider{margin-top:250px}}@media (min-width:1400px){.component-intro .component-intro__content-slider{margin-left:0;margin-top:37px;max-width:60%}}@media (min-width:1440px){.component-intro .component-intro__content-slider{margin-top:auto;padding-top:30px;margin-bottom:90px;max-width:950px}}.bg-blue{background-color:#04243c}strong.availability-note{margin-top:20px;margin-left:20px}@media (min-width:992px){strong.availability-note{margin-left:50px;margin-bottom:30px}}#intro-gallery{background:#000;width:100%;height:100vh;position:absolute;z-index:0;top:0;right:0}#intro-gallery .glide,#intro-gallery .items,#intro-gallery .basic-cloak,#intro-gallery .full-parent{position:relative;width:100%;height:100%}#intro-gallery.no-countdown .items .item .data{bottom:0 !important}#intro-gallery.no-countdown #run-action{bottom:var(--gap);transition:bottom 0.3s ease-out}@media (min-width:768px){#intro-gallery.no-countdown #run-action{bottom:var(--gap-margin)}}#intro-gallery .items{width:100%;height:100%;overflow:hidden}#intro-gallery .items .item{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 0.3s;z-index:1}#intro-gallery .items .item:not(.active){opacity:0;z-index:0}#intro-gallery .items .item .thumb{opacity:0.8;object-fit:cover;width:100%;height:100%}#intro-gallery .items .item .data{position:absolute;bottom:92px;padding:var(--gap);transition:bottom 0.3s ease-out;max-width:calc(100% - 50px)}#intro-gallery .items .item .title{font-size:37px;font-weight:500;text-shadow:0px 3px 13px rgba(0, 0, 0, 0.16);text-transform:uppercase;color:white;margin-bottom:0}#intro-gallery .items .item .subtitle{font-weight:400;font-family:'AlmoniDL', sans-serif;font-size:30px;text-shadow:0px 3px 13px rgba(0, 0, 0, 0.16);color:white}#intro-gallery .items .item .movie-details{display:flex}#intro-gallery .items .item .movie-details p{color:white;font-weight:400;font-size:14px;margin:0;line-height:16px}#intro-gallery .items .item .desc{max-width:295px;font-size:15px;font-weight:300;line-height:1.26;text-shadow:0px 3px 13px rgba(0, 0, 0, 0.16);color:white}@media (min-width:768px){#intro-gallery .items .item.first-image img{object-fit:initial !important}#intro-gallery .items .item .data{padding:var(--gap-margin);bottom:0;padding-bottom:47px}#intro-gallery .items .item .title{font-size:52px;font-weight:500}#intro-gallery .items .item .subtitle{font-size:30px}#intro-gallery .items .item .desc{font-size:24px;max-width:inherit;margin-bottom:3rem}}#intro-gallery .countdown{background:rgba(0, 0, 0, 0.79);display:flex;justify-content:space-around;align-items:center;color:white;height:92px;width:100%;position:absolute;bottom:0;right:0;z-index:3}#intro-gallery .countdown .cd-col{line-height:1.3;font-size:33px;text-align:center}#intro-gallery .countdown .cd-desc{display:block;font-size:11px;color:#bababa}@media (min-width:768px){#intro-gallery .countdown{max-width:468px;height:125px}#intro-gallery .countdown .cd-col{font-size:49px}#intro-gallery .countdown .cd-desc{font-size:17.5px}}#run-action{cursor:pointer;width:40px;height:40px;border-radius:50%;border:2px solid white;position:Absolute;bottom:120px;right:var(--gap);display:inline-flex;justify-content:center;align-items:center;z-index:10;background:rgba(255, 255, 255, 0);transition:background 0.25s}@media (min-width:768px){#run-action{right:var(--gap-margin);bottom:calc(92px + var(--gap-margin))}}#run-action:hover,#run-action:focus{background:rgba(255, 255, 255, 0.4)}#run-action:before,#run-action:after{content:"";display:inline-block;width:2px;height:15px;background:white}#run-action:before{margin-right:5px}#run-action.run:before{content:initial;display:none}#run-action.run:after{background:transparent;width:0;height:0;border-left:10px solid white;border-top:7px solid transparent;border-bottom:7px solid transparent;margin-left:2px}.custom-range{width:339px;display:none;position:absolute;bottom:64px;left:50%;transform:translateX(-50%);height:33px;z-index:3}@media (min-width:1200px){.custom-range{display:flex}}.custom-range:before,.custom-range:after{content:attr(data-current);color:white;font-size:22px;font-weight:normal;padding-right:15px}.custom-range:after{content:attr(data-max);padding-right:0;padding-left:15px}.custom-range .ranger{height:100%;max-width:260px;width:260px;min-width:200px;position:relative}.custom-range .the-ranger{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:transparent;-webkit-appearance:none;opacity:0}.custom-range .the-ranger::-webkit-slider-thumb{height:33px;width:50%;cursor:pointer;background:red;-webkit-appearance:none;opacity:0}.custom-range .the-ranger::-moz-range-thumb{height:33px;background:red;width:50%;cursor:pointer;opacity:0}.custom-range .the-ranger::-ms-thumb{background:red;height:33px;width:50%;cursor:pointer;opacity:0}.custom-range .the-ranger.num-items-2::-webkit-slider-thumb{width:calc(100% / 2)}.custom-range .the-ranger.num-items-2::-moz-range-thumb{width:calc(100% / 2)}.custom-range .the-ranger.num-items-2::-ms-thumb{width:calc(100% / 2)}.custom-range .the-ranger.num-items-3::-webkit-slider-thumb{width:calc(100% / 3)}.custom-range .the-ranger.num-items-3::-moz-range-thumb{width:calc(100% / 3)}.custom-range .the-ranger.num-items-3::-ms-thumb{width:calc(100% / 3)}.custom-range .the-ranger.num-items-4::-webkit-slider-thumb{width:calc(100% / 4)}.custom-range .the-ranger.num-items-4::-moz-range-thumb{width:calc(100% / 4)}.custom-range .the-ranger.num-items-4::-ms-thumb{width:calc(100% / 4)}.custom-range .the-ranger.num-items-5::-webkit-slider-thumb{width:calc(100% / 5)}.custom-range .the-ranger.num-items-5::-moz-range-thumb{width:calc(100% / 5)}.custom-range .the-ranger.num-items-5::-ms-thumb{width:calc(100% / 5)}.custom-range .the-ranger.num-items-6::-webkit-slider-thumb{width:calc(100% / 6)}.custom-range .the-ranger.num-items-6::-moz-range-thumb{width:calc(100% / 6)}.custom-range .the-ranger.num-items-6::-ms-thumb{width:calc(100% / 6)}.custom-range .the-ranger.num-items-7::-webkit-slider-thumb{width:calc(100% / 7)}.custom-range .the-ranger.num-items-7::-moz-range-thumb{width:calc(100% / 7)}.custom-range .the-ranger.num-items-7::-ms-thumb{width:calc(100% / 7)}.custom-range .the-ranger.num-items-8::-webkit-slider-thumb{width:calc(100% / 8)}.custom-range .the-ranger.num-items-8::-moz-range-thumb{width:calc(100% / 8)}.custom-range .the-ranger.num-items-8::-ms-thumb{width:calc(100% / 8)}.custom-range .the-ranger.num-items-9::-webkit-slider-thumb{width:calc(100% / 9)}.custom-range .the-ranger.num-items-9::-moz-range-thumb{width:calc(100% / 9)}.custom-range .the-ranger.num-items-9::-ms-thumb{width:calc(100% / 9)}.custom-range .the-ranger.num-items-10::-webkit-slider-thumb{width:calc(100% / 10)}.custom-range .the-ranger.num-items-10::-moz-range-thumb{width:calc(100% / 10)}.custom-range .the-ranger.num-items-10::-ms-thumb{width:calc(100% / 10)}.custom-range .bullets{display:flex}.custom-range .bullets .like-bullet{flex:1;height:33px;position:relative;outline:0;display:flex;align-items:center;justify-content:center}.custom-range .bullets .like-bullet:before,.custom-range .bullets .like-bullet:after{content:"";height:3px;background:white;top:0;display:block;position:relative}.custom-range .bullets .like-bullet:before,.custom-range .bullets .like-bullet:after{flex-grow:1}.custom-range .bullets .like-bullet span{transition:all 0.1s ease-out;overflow:hidden;height:0;min-width:0;flex-basis:0;border:0;border-radius:50%;display:flex;justify-content:center;align-items:center}.custom-range .bullets .like-bullet span:before{content:"";width:8px;height:8px;background:white;border-radius:50%}.custom-range .bullets .like-bullet.active span{flex-basis:33px;min-width:33px;height:33px;border:2px solid white}#currentValue{display:none}#news-updates{padding:22px 0 22px var(--gap);overflow:hidden;width:100%;white-space:nowrap}@media (min-width:768px){#news-updates{padding-left:var(--gap-margin);display:flex;align-items:center}#news-updates .title{font-size:35px}#news-updates .data-wrapper{margin-left:25px;flex-grow:1;overflow:hidden}}#news-updates:after{content:"";display:block;clear:both}#news-updates .title{color:#d41c20;line-height:1.5;margin-bottom:0;font-size:30px;font-weight:700;text-transform:uppercase}#news-updates .data{padding-left:100%;float:left;animation:runAnimate 5s linear 0s infinite forwards}@keyframes runAnimate{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}#news-updates .data:hover{animation-play-state:paused}#news-updates .item{display:inline-block;font-size:20px;white-space:nowrap;border-right:#363636 2px solid;padding-right:35px;margin-right:35px}#news-updates .item .time{color:#383838;font-weight:500;display:inline-block;margin:0}#news-updates .item .desc{display:inline-block;margin:0;padding:0 0 0 13px}#news-updates .item .desc,#news-updates .item .desc a{font-size:20px;font-weight:400;font-style:italic;color:#767676}#special-events{background-image:linear-gradient(116deg, #000, #010320 28%, #010640);padding:35px 0 0;position:relative}#special-events:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}#special-events header,#special-events .theme-items{position:relative;z-index:1}@media (max-width:992px){#special-events header{justify-content:space-between;margin:0 15px}}@media (max-width:576px){#special-events header .btn.line-trough.lt-2{padding:10px 6px}#special-events header .btn.line-trough.lt-2:before{left:-17px}}#special-events header .title{color:black}@media (min-width:992px){#special-events header .title{margin-left:50px}}@media (min-width:992px){#special-events .theme-items{flex-direction:row;justify-content:space-between}#special-events .theme-items .item{height:716px;min-width:calc((100% / 3) - 2.5px);flex-basis:calc((100% / 3) - 2.5px)}}ul#ff-radio-tabs{list-style-type:none;margin:0;padding:0;height:100%;display:flex;align-items:center;gap:20px}ul#ff-radio-tabs li{font-weight:500;font-size:20px;display:flex;flex-shrink:0;color:#fff}@media (min-width:992px){ul#ff-radio-tabs li{font-size:28px}}ul#ff-radio-tabs li:after{content:"|";padding:0 10px}ul#ff-radio-tabs li:last-of-type:after{content:unset}ul#ff-radio-tabs li input{display:none}ul#ff-radio-tabs li label{cursor:pointer;margin:0;position:relative}ul#ff-radio-tabs li label:before{content:'';position:absolute;width:100%;height:3px;font-weight:300;bottom:0;left:0;background:#fff;visibility:hidden;transform:scaleX(0);transition:0.25s linear}ul#ff-radio-tabs li label:hover:before,ul#ff-radio-tabs li label:focus:before{visibility:visible;transform:scaleX(1)}ul#ff-radio-tabs li input:checked+label:before{visibility:visible;transform:scaleX(1)}#festival-films{padding:30px 0}@media (min-width:768px){#festival-films{padding:30px 0 35px}}#festival-films .top-tabs{display:flex;justify-content:space-between;margin-bottom:20px;gap:20px;padding-inline:var(--rest-of-width, 4%)}#festival-films .top-tabs a.arrow-link{display:none}@media (min-width:768px){#festival-films .top-tabs a.arrow-link{display:inherit;height:fit-content}}#festival-films .top-tabs .ff-tabs{overflow:auto}#festival-films .top-tabs .ff-tabs #ff-radio-tabs li{color:#d41c20;gap:20px}#festival-films .top-tabs .ff-tabs #ff-radio-tabs li:after{content:unset}#festival-films .top-tabs .ff-tabs #ff-radio-tabs li label:before{background-color:#d41c20}#festival-films .bottom-all-films{margin:auto;max-width:fit-content}.hypno-header{text-align:left;align-items:center;justify-content:center;flex-flow:column;margin:0 15px 25px}@media (min-width:768px){.hypno-header{align-items:center;margin-bottom:70px}}.hypno-header .title{color:#fff;font-size:33px;font-weight:900}@media (min-width:1024px){.hypno-header .title{font-size:47px}}.hypno-header .btn{padding:10px;font-size:18px}@media (min-width:768px){.hypno-header .btn{padding:22px 35px 23px 80px;font-size:20px}}#wide-cards-slider{padding:0 0 60px}@media (min-width:768px){#wide-cards-slider{padding-top:0}}#community-screening{padding:0 0 60px}#gallery-slider{padding:60px 0 10px}#our-sponsors{padding-top:60px;padding-bottom:60px}@media (min-width:992px){#our-sponsors{padding-top:60px;padding-bottom:60px}}/*# sourceMappingURL= */