/**handles:video-style**/
:root{--app-font:"Montserrat",sans-serif;--app-grey:#292929;--app-greyLight:#808080;--app-accent:orange}*,a,body,h1,h2,h3,h4,h5,h6,li,p,span{font-family:var(--app-font)}.hidden{display:none}body.lock{overflow-y:hidden}.site-main,body,html{background:var(--app-bgColor)!important;background-color:var(--app-bgColor)!important}.section:not(:first-child){padding-top:40px}.section{padding-bottom:60px}.section:not(:last-child){border-bottom:1px solid var(--app-greyLight)}@media (min-width:768px){.section:not(:first-child){padding-top:25px}.section{padding-bottom:80px}}@media (max-width:479px){p{font-size:12px;line-height:20px}}.title{color:var(--app-headingsColor);font-size:12px;line-height:20px;font-weight:300;letter-spacing:4px;margin-bottom:20px;text-transform:uppercase}@media (min-width:480px){.title{font-size:20px;line-height:27px;margin-bottom:40px}}@media (min-width:768px){.title{margin-bottom:10px;font-size:25px;line-height:32px}}.title.title__main{font-weight:100}.subtitle{font-size:12px;line-height:18px;font-weight:400;margin-bottom:0}@media (min-width:480px){.subtitle{font-size:16px;line-height:30px}}a,p,span{color:var(--app-textColor)}h1,h2,h3,h4,h5,h6{color:var(--app-headingsColor);font-weight:300!important;letter-spacing:3px}.link{color:var(--app-linksColor);font-weight:400;text-decoration:none;transition:opacity .2s ease;width:fit-content;font-size:12px;line-height:18px;margin-bottom:5px;position:relative}@media (min-width:480px){.link{font-size:18px;line-height:28px}}.link:hover{color:#fff}.link.large{font-size:12px;margin-bottom:10px;display:block}@media (min-width:480px){.link.large{font-size:20px}}@media (max-width:480px){.home .slider .embed-player{position:absolute!important;left:50%!important;transform:translateX(-50%)}}.slider__item .loading{position:absolute;top:44%;left:0;width:100%}.slider__arrows{position:absolute;top:50%;z-index:1;color:#fff;transform:translateY(-50%);width:100%;cursor:pointer;transition:all .2s ease 0s}.slider__arrows .slider__container{display:flex;justify-content:space-between;cursor:auto;padding:0 4%}.slider__arrows .slick-prev{left:100px;height:45px;cursor:pointer}.slider__arrows .slick-prev:hover{left:98px;width:20px}.slider__arrows .slick-next{right:20px;height:45px;cursor:pointer}.slider__arrows .slick-next:hover{right:98px}.slick-slide{height:100vh!important}.slick-slide::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.slider{width:100%;overflow:hidden;position:relative;min-height:-webkit-fill-available;height:-webkit-fill-available}@media (min-width:480px){.slider{height:100vh;min-height:unset}}.slider:before{content:"";display:inline-block;height:300px;position:absolute;top:0;left:0;width:100%;z-index:1;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.slider__info{position:absolute;bottom:150px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;display:none}@media (min-width:480px){.slider__info{bottom:50px}}.slider__subtitle,.slider__title{color:#fff}.slider__title{font-size:16px;line-height:16px;font-weight:400}.slider__subtitle{border-bottom:2px solid var(--app-accent);opacity:.5;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;font-size:16px;text-decoration:none}@media (min-width:480px){.slider__title{font-size:27px;line-height:30px}.slider__subtitle{font-size:22px;border-bottom:2px solid var(--app-accent)}}.slider__subtitle:hover{border-bottom-color:var(--app-accent);opacity:1;color:#fff}.home .header{position:fixed;width:100%;z-index:99;background:0 0}.header{position:fixed;width:100%;z-index:3;height:52px;background-color:var(--app-bgColor);opacity:.99;top:0}@media (min-width:480px){.header{height:75px}}@media (min-width:768px){.header{height:125px}}.header__body{height:100%;display:flex;align-items:center}.header__body .header__container{display:flex;justify-content:space-between;position:relative;align-content:center;width:100%;padding:0 12px}@media (min-width:580px){.header__body .header__container{padding:0 4%}}.header__left{display:flex;align-items:center}.header__page-name{margin-right:20px;margin-bottom:0;font-size:12px}@media (min-width:480px){.header__page-name{font-size:20px}}@media (min-width:768px){.header__page-name{font-size:23px}}.home .header__page-name{display:none}.logo{width:120px;position:absolute;left:10px;z-index:15;top:50%;transform:translateY(-50%)}@media (min-width:480px){.logo{width:200px}}@media (min-width:580px){.logo{width:200px;left:4%}}@media (min-width:768px){.logo{width:250px}}.header__burger{position:relative;width:30px;height:20px;z-index:15;cursor:pointer}.header__burger span{position:absolute;background-color:#fff;position:absolute;left:0;width:100%;height:1px;top:9px;transition:all .3s ease 0s}.header__burger:after,.header__burger:before{content:"";background-color:#fff;position:absolute;width:100%;height:1px;left:0;transition:all .3s ease 0s}.header__burger:before{top:0}.header__burger:after{bottom:0}.header__burger.active span{transform:scale(0)}.header__burger.active:after,.header__burger.active:before{background-color:#fff!important;top:10px}.header__burger.active:before{transform:rotate(45deg)}.header__burger.active:after{transform:rotate(-45deg)}.header__menu{position:fixed;bottom:0;right:0;width:100%;height:100%;z-index:3;justify-content:flex-start;align-items:center;transition:all .3s ease 0s;overflow:auto;padding-top:150px;margin-left:50px;visibility:hidden}.header__menu.active{background-color:var(--app-grey);visibility:visible}.header__menu .menu{opacity:0}.header__menu.active .menu{transform-style:preserve-3d;transition:transform .5s ease 0s,opacity .5s ease 0s;opacity:1;transform:translateX(0) translateY(-20px) translateZ(0);margin-top:50px}.header__menu .menu-primary-container{width:100%;height:100%}.header__menu-container{padding-right:4%}.header__menu ul{display:flex;margin:0;width:100%;height:100%;flex-direction:column;align-items:flex-end;justify-content:flex-start;padding:0}.header__menu li{list-style:none;margin:0 0 20px 0}.header__menu li a{color:#757575!important;font-size:35px;line-height:25px;font-weight:300;text-decoration:none;letter-spacing:3px;text-transform:uppercase}@media (min-width:480px){.header__menu li a{font-size:24px;line-height:20px}}@media (min-width:768px){.header__menu li a{font-size:40px;line-height:30px}.header__menu li{margin:0 0 30px 0}}@media (min-width:992px){.header__menu li a{font-size:45px;line-height:40px}}.credentials a:hover,.header__menu li a:hover,.header__menu li.current-menu-item a{color:#fff!important}.credentials{color:#fff;padding:20% 4% 10%;opacity:1;text-align:right}@media (min-width:768px){.credentials{padding:5% 4% 20px}}.credentials a,.credentials a:focus{color:var(--app-greyLight);text-decoration:none}.directors{display:flex;flex-wrap:wrap}.site-main{padding-top:52px}@media (min-width:480px){.site-main{padding-top:75px}}@media (min-width:768px){.site-main{padding-top:125px}}.directors__item{overflow:hidden;position:relative;width:100%}@media (min-width:576px){.directors__item{width:auto}}.directors__image{transform-style:preserve-3d;transition:transform .3s ease-in-out 0s;transform:scaleX(1) scaleY(1) scaleZ(1);background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;padding-bottom:56.25%}.directors__image:before{content:"";display:inline-block;background:#00000050;width:100%;height:100%;position:absolute;left:0;top:0;opacity:.5;z-index:2;transition:all .5s ease 0s}.directors__item:hover .directors__image{transform:scaleX(1.02) scaleY(1.02) scaleZ(1);transition:transform 1s ease 0s}.directors__info{position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);text-align:center}.videos__title{color:#fff;font-size:90%;line-height:18px;font-weight:600;text-align:center;letter-spacing:1px;text-transform:uppercase;position:absolute;left:50%;top:50%;z-index:2;transform:translate(-50%,-50%);margin-bottom:0}.directors__title{font-size:12px;line-height:20px}.directors__subtitle{font-size:10px;line-height:20px}@media (min-width:480px){.directors__title,.videos__title{font-size:22px;line-height:28px}.directors__subtitle{font-size:initial;line-height:initial}}@media (min-width:768px){.directors__title,.videos__title{font-size:16px;line-height:20px}.directors__subtitle{font-size:14px;line-height:24px}}@media (min-width:992px){.directors__title,.videos__title{font-size:24px;line-height:28px}.directors__subtitle{font-size:initial;line-height:initial}}.videos{display:flex;flex-wrap:wrap}.videos__item{overflow:hidden;position:relative;width:100%;margin-bottom:30px}.single .videos__item{margin-bottom:0}.videos__item a{width:100%;height:100%;display:block;z-index:3}.videos__image{transform-style:preserve-3d;transition:transform .3s ease-in-out 0s;transform:scaleX(1) scaleY(1) scaleZ(1);background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;padding-bottom:56.25%;position:relative}.videos__image:before{content:"";display:inline-block;background:#00000050;width:100%;height:100%;position:absolute;left:0;top:0;opacity:.5;z-index:2;transition:all .5s ease 0s}.videos__item:hover .videos__image{transform:scaleX(1.02) scaleY(1.02) scaleZ(1);transition:transform 1s ease 0s}.videos__info{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:100%;text-align:center}.videos__title{position:relative;margin-top:10%}@media (min-width:768px){.videos__title{margin-top:5%}}.videos__title:before{content:"";display:inline-block;background:url("https://paranafilms.com/wp-content/themes/video/inc/img/play-button.svg");width:40px;height:40px;position:absolute;left:50%;top:0;transform:translateX(-50%);background-repeat:no-repeat;background-size:cover;opacity:0;transition:all .5s ease 0s}.videos__description,.videos__subtitle{color:#fff;position:absolute;left:50%;top:0;transform:translateX(-50%);opacity:0;transition:all .5s ease 0s}.videos__subtitle{font-size:12px}.videos__item:hover .videos__description,.videos__item:hover .videos__image:before,.videos__item:hover .videos__subtitle,.videos__item:hover .videos__title:before{opacity:1}.videos__item:hover .videos__title:before{top:-60px}.videos__item:hover .videos__description{top:100%}.videos__item:hover .videos__subtitle{top:130%}.mfp-arrow::after,.mfp-arrow::before{display:none!important}.mfp-arrow-right{background:url("https://paranafilms.com/wp-content/themes/video/inc/img/arrow-right.png") no-repeat center!important}.mfp-arrow-left{background:url("https://paranafilms.com/wp-content/themes/video/inc/img/arrow-left.png") no-repeat center!important}.about__text{color:var(--app-textColor);font-size:15px;line-height:150%;font-weight:300}.links{display:flex;flex-direction:column}.team__member{margin-bottom:30px}.team__title{margin-bottom:5px;font-size:12px}@media (min-width:480px){.team__title{font-size:12px;line-height:27px}}@media (min-width:768px){.team__title{font-size:18px;line-height:32px}}.map iframe{width:100%}.logo__item{overflow:hidden}.logo__image img{width:100%;height:auto}@media (min-width:768px){.logo__image img{width:90%}}#open-popup{padding:20px}.white-popup{position:relative;background:#fff;padding:40px;width:auto;max-width:200px;margin:20px auto;text-align:center}.logo__image{margin-bottom:30px;text-align:center}@media (max-width:767px){.logo__image{width:33%!important}}.page-template-page-three-column-video .videos__image{padding-bottom:177.77%}.page-template-page-digital .videos__item{height:100vh;position:relative}@media (min-width:768px){.page-template-page-digital .videos__item{height:80vh}}.page-template-page-digital .videos__item.has-title{padding-bottom:100px;margin-bottom:50px}@media (min-width:768px){.page-template-page-digital .videos__item.has-title{margin-bottom:100px;height:600px}}.page-template-page-digital .videos__item .title{position:absolute;left:50%;bottom:12px;text-align:center;width:90%;transform:translateX(-50%);font-size:19px}.page-template-page-digital .videos__item iframe{height:100%!important;width:100%!important}.error404 .site-main{height:100vh;display:flex;align-items:center;padding:0}.error404 .link{display:initial!important}.clear{position:relative;width:100%;overflow:hidden;position:relative;min-height:-webkit-fill-available;height:-webkit-fill-available}.clear__video{width:100%;height:100%;object-fit:cover}video.slide-video.slide-media{object-fit:cover;height:100%}::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none}::-webkit-media-controls-play-button{display:none!important;-webkit-appearance:none}::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none}.am-videos-block video{width:100%;height:100%}.am-videos-slideshow .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:9;background:0 0;font-size:0;border:0}.am-videos-slideshow .slick-arrow.slick-prev{left:20px}.am-videos-slideshow .slick-arrow.slick-next{right:20px}.am-videos-slideshow .slick-arrow:before{content:'';width:29px;height:55px;display:block;background-repeat:no-repeat;background-size:100% 100%}.am-videos-slideshow .slick-arrow.slick-prev:before{background-image:url(https://paranafilms.com/wp-content/themes/video/inc/img/arrow-left.png)}.am-videos-slideshow .slick-arrow.slick-next:before{background-image:url(https://paranafilms.com/wp-content/themes/video/inc/img/arrow-right.png)}.am-videos-slideshow .fullscreen-bg__video{position:absolute;top:0;left:0;width:100%;height:100%}.am-videos-slideshow .video-pc{display:none}.am-videos-slideshow .fullscreen-bg .title-box{position:absolute;bottom:150px;left:0;right:0;margin:0 auto;text-align:center}.am-videos-slideshow .fullscreen-bg .title-box .title{margin-bottom:10px;font-size:27px;line-height:30px}.am-videos-slideshow .fullscreen-bg .title-box .subtitle{font-size:22px;border-bottom:2px solid #f7a104;color:#fff;opacity:.5;transition:opacity .2s ease;text-decoration:none}.am-videos-slideshow .fullscreen-bg .title-box .subtitle:hover{opacity:1}@media (min-width:767.98px){.am-videos-slideshow .video-pc{display:block}.am-videos-slideshow .video-mobile{display:none}.am-videos-slideshow .slick-arrow:before{width:39px;height:75px}.am-videos-slideshow .fullscreen-bg .title-box{bottom:50px}}