@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
:root{--navigation__width: 100%;--navigation__height: 100px;--navigation__fs: 0.875rem;--navigation__letter-spacing: 0.15em;--navigation-container__height: 100vh;--menu-item__space-s: 0.5rem;--menu-item__space-m: 1.5rem;--menu-toggle__width: 2.5rem;--menu-toggle__height: 2rem;--menu-toggle-line__height: 3px;--menu-toggle-line__top-position: 0.75rem;--section__space: 4rem;--section__space-s: 3rem;--content__spacing: 0 2rem;--content__space-xs: 0.5rem;--content__space-s: 1rem;--content__space-m: 2rem;--content__space-l: 3rem;--content__space-xl: 5rem;--content__border-radius-s: 0.25rem;--content__border-radius-m: 0.5rem;--fs__global: 1rem;--fs__text-xxs: 0.75rem;--fs__text-xs: 0.875rem;--fs__text-s: 1rem;--fs__text-m: 1.125rem;--fs__text-l: 1.25rem;--fs__header-xs: 1.5rem;--fs__header-s: 1.75rem;--fs__header-m: 2rem;--fs__header-l: 2.5rem;--fs__header-xl: 3rem;--text__line-height: 1.6;--header__line-height: 1.3;--to-top-icon__width: 21px;--to-top-icon__height: 24px;--to-top__size: 45px;--to-top__bottom-position: 1rem;--to-top__right-position: 1rem;--social-icon__size: 24px;--footer__padding: 2rem 0}@media screen and (max-width: 1200px){:root{--navigation-container__width: 50%;--section__space: 4rem}}@media screen and (max-width: 767px){:root{--navigation-container__width: 100%;--navigation__height: 70px;--section__space: 3rem;--fs__header-xl: 2.5rem;--fs__header-l: 2rem}}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#000;font-family:"Oswald",sans-serif;font-size:var(--fs__global);color:#d1d1d1;line-height:var(--text__line-height);margin:0;padding:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site{display:flex;flex-direction:column;min-height:100vh}main{flex:1}@media screen and (max-width: 767px){[class$=-page]{padding-top:0}}p{margin:0 0 1rem}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:var(--header__line-height);color:#fff;margin:0 0 1rem}a{color:#77afbc;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media(hover: hover){a:hover{color:#99c6d1}}img{max-width:100%;height:auto;display:block}svg{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}svg path{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit}::selection{background-color:#77afbc;color:#000}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#85898d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#77afbc}:focus-visible{outline:2px solid #77afbc;outline-offset:2px}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.skip-link:focus{background-color:#77afbc;color:#000;clip:auto !important;clip-path:none;display:block;font-size:var(--fs__text-s);font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:"Oswald",sans-serif;font-size:var(--fs__text-s);font-weight:500;text-decoration:none;border:2px solid rgba(0,0,0,0);cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background-color:#77afbc;color:#000;border-color:#77afbc}.btn--primary:hover{background-color:#5a96a4;border-color:#5a96a4}.btn--secondary{background-color:rgba(0,0,0,0);color:#fff;border-color:#333}.btn--secondary .btn__icon{color:#77afbc}.btn--secondary:hover{background-color:#77afbc;color:#000;border-color:#fff}.btn--secondary:hover .btn__icon{color:#fff !important}.btn--tertiary{background-color:rgba(0,0,0,0);color:#fff;border-color:#fff}.btn--tertiary:hover{background-color:#fff;color:#000}.btn__icon{width:20px;height:20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn:hover .btn__icon--arrow{transform:translateX(4px)}.arrow-link{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-size:var(--fs__text-s)}.arrow-link__icon{width:20px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.arrow-link:hover{color:#77afbc}.arrow-link:hover .arrow-link__icon{transform:translateX(4px)}@media screen and (max-width: 767px){.btn{padding:.875rem 1.5rem}}.section.newsroom.section{padding:2rem 0 !important}.section-title{text-align:center;margin-bottom:4rem}.section-title__header{display:inline-block;position:relative;font-size:var(--fs__header-l);font-weight:700;color:#fff;margin:0;padding-bottom:.75rem}.section-title--left{text-align:left}.section-title--left .section-title__header::after{left:0;transform:none}.section-title--small .section-title__header{font-size:var(--fs__header-m)}.section-title--small .section-title__header::after{height:4px}.page-title{margin-bottom:var(--content__space-l)}.page-title__header{font-size:var(--fs__header-xl);font-weight:700;color:#fff;margin:0}.section-title__header{background:linear-gradient(transparent 60%, #333333 60%);padding:0 .25rem}.inline-title__highlight{font-weight:100}@media screen and (max-width: 767px){.section-title__header{font-size:var(--fs__header-m)}.section-title__header::after{height:4px}.page-title__header{font-size:var(--fs__header-l)}}.production-card{display:block;position:relative;overflow:hidden;border:2px solid #77afbc;aspect-ratio:1/1;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.production-card__image{width:100%;height:100%;object-fit:cover;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.production-card__badge{background:#d4a84b;position:absolute;top:0;left:0;z-index:2;aspect-ratio:1;display:inline-flex;flex-direction:column;align-items:center;justify-content:center}.production-card__badge img{width:50px;height:auto}.production-card__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);display:flex;align-items:center;justify-content:center;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.production-card__content{text-align:center;padding:var(--content__space-m)}.production-card__title{font-size:var(--fs__header-s);font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.05em}.production-card__subtitle{font-size:var(--fs__text-s);color:#85898d;margin-top:.5rem}.production-card__status{font-size:1.5rem;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.1em}.production-card:hover{border-color:#99c6d1}.production-card:hover .production-card__image{transform:scale(1.05)}.production-card--placeholder .production-card__image{opacity:.5}.production-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:var(--content__space-l)}.production-grid--2-cols{grid-template-columns:repeat(2, 1fr);max-width:800px;margin:0 auto}@media screen and (max-width: 1200px){.production-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.production-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.production-grid--2-cols{grid-template-columns:1fr}.production-card{aspect-ratio:1/1}}.section{padding:var(--section__space) 0}.section--no-padding-top{padding-top:0}.section--no-padding-bottom{padding-bottom:0}.section--small{padding:var(--section__space-s) 0}.content-wrapper{max-width:800px;margin:0 auto;text-align:center}.content-wrapper--left{text-align:left;margin:0}.content-wrapper--wide{max-width:1000px}.text-white{color:#fff}.text-gray{color:#85898d}.text-gold{color:#77afbc}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-0{margin-top:0}.mt-1{margin-top:var(--content__space-xs)}.mt-2{margin-top:var(--content__space-s)}.mt-3{margin-top:var(--content__space-m)}.mt-4{margin-top:var(--content__space-l)}.mt-5{margin-top:var(--content__space-xl)}.mb-0{margin-bottom:0}.mb-1{margin-bottom:var(--content__space-xs)}.mb-2{margin-bottom:var(--content__space-s)}.mb-3{margin-bottom:var(--content__space-m)}.mb-4{margin-bottom:var(--content__space-l)}.mb-5{margin-bottom:var(--content__space-xl)}.divider{border:none;border-top:1px solid hsla(0,0%,100%,.1);margin:var(--content__space-l) 0}.divider--gold{border-top-color:#77afbc}.image-wrapper{overflow:hidden;border-radius:var(--content__border-radius-m)}.image-wrapper img{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.image-wrapper:hover img{transform:scale(1.05)}.grid{display:grid;gap:var(--content__space-l)}.grid--2{grid-template-columns:repeat(2, 1fr)}.grid--3{grid-template-columns:repeat(3, 1fr)}.grid--4{grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 1200px){.grid--4{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.flexible-value h1,.flexible-layout__container .section__layout h1{font-size:var(--fs__header-xl)}.flexible-value h2,.flexible-layout__container .section__layout h2{font-size:var(--fs__header-l)}.flexible-value h3,.flexible-layout__container .section__layout h3{font-size:var(--fs__header-m)}.flexible-value h4,.flexible-layout__container .section__layout h4{font-size:var(--fs__header-s)}.flexible-value h5,.flexible-layout__container .section__layout h5{font-size:var(--fs__header-xs)}.flexible-value h6,.flexible-layout__container .section__layout h6{font-size:var(--fs__text-l)}.flexible-value h1,.flexible-layout__container .section__layout h1,.flexible-value h2,.flexible-layout__container .section__layout h2,.flexible-value h3,.flexible-layout__container .section__layout h3,.flexible-value h4,.flexible-layout__container .section__layout h4,.flexible-value h5,.flexible-layout__container .section__layout h5,.flexible-value h6,.flexible-layout__container .section__layout h6{line-height:var(--header__line-height);margin-bottom:1rem}.flexible-value p,.flexible-layout__container .section__layout p{line-height:var(--text__line-height);margin-bottom:1rem}.flexible-value p:last-of-type,.flexible-layout__container .section__layout p:last-of-type{margin-bottom:0}.flexible-value a,.flexible-layout__container .section__layout a{color:#28a745}.flexible-value a:hover,.flexible-layout__container .section__layout a:hover{color:#666}.flexible-value strong,.flexible-layout__container .section__layout strong{font-weight:700;color:#000}.flexible-value ul,.flexible-layout__container .section__layout ul,.flexible-value ol,.flexible-layout__container .section__layout ol{margin-left:2rem;padding:0}.flexible-value ul li,.flexible-layout__container .section__layout ul li,.flexible-value ol li,.flexible-layout__container .section__layout ol li{list-style-type:disc}.flexible-layout__container .section__layout{margin-bottom:calc(var(--section__space)/2)}.flexible-layout__container .section__layout p{font-size:var(--fs__text-s)}.flexible-layout__container .section__layout:last-of-type{margin-bottom:0}.flexible-layout__container .section__layout .layout-title__header{font-weight:700;color:#000;margin-bottom:0}.flexible-value.text-default p{font-size:var(--fs__text-s)}.flexible-value.text-small p{font-size:var(--fs__text-xs)}@media screen and (max-width: 767px){.section__layout.content-50-50{flex-direction:column}}@media screen and (max-width: 650px){.section__layout.image-100-center .section__link{max-width:100%}}.to-top{display:none;background-color:#85898d;width:var(--to-top__size);height:var(--to-top__size);position:fixed;bottom:var(--to-top__bottom-position);right:var(--to-top__right-position);border-radius:var(--content__border-radius-s);cursor:pointer;z-index:97;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.to-top:hover{transform:scale(0.95);-o-transform:scale(0.95);-moz-transform:scale(0.95);-webkit-transform:scale(0.95)}.to-top svg{width:var(--to-top-icon__width);height:var(--to-top-icon__height)}.site-header{background-color:rgba(0,0,0,.92);position:fixed;top:0;left:0;width:100%;z-index:99;border-bottom:1px solid hsla(0,0%,100%,.07);backdrop-filter:blur(6px);-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.site-header.scrolled{background-color:rgba(0,0,0,.98)}.container-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;padding:.6rem 2rem}.header-center{grid-column:2;display:flex;flex-direction:column;align-items:center;gap:.3rem}.site-branding a{display:flex;align-items:center;text-decoration:none}.site-branding img{width:140px;height:auto}.site-title{font-size:.85rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.12em;line-height:1.2;text-align:center}.navigation-control{display:flex;align-items:center}.navigation-control .menu-primary-container .menu{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;gap:0}.menu-item a{display:block;color:#77afbc;text-transform:uppercase;letter-spacing:.12em;padding:.25rem .85rem;position:relative;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out;font-weight:400;font-size:16px;line-height:100%;letter-spacing:.12em;text-align:center;text-transform:uppercase;white-space:nowrap}.menu-item a::after{content:"";position:absolute;bottom:-2px;left:.85rem;right:.85rem;height:1px;background-color:#77afbc;transform:scaleX(0);-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}.menu-item a:hover{color:#fff}.menu-item a:hover::after{transform:scaleX(1)}.menu-item.current-menu-item a,.menu-item.current_page_item a{color:#fff}.menu-item.current-menu-item a::after,.menu-item.current_page_item a::after{transform:scaleX(1)}.header-right{grid-column:3;display:flex;align-items:center;justify-content:flex-end;gap:.6rem}.header-social--mobile{display:none}.header-social__link{display:flex;align-items:center;justify-content:center;opacity:.6;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.header-social__link:hover{opacity:1}.header-social__link svg{width:22px;height:22px}.site-name-mobile{display:none}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:100}.menu-toggle__line{display:block;width:100%;height:2px;background-color:#fff;border-radius:1px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width: 1100px){.container-nav{display:flex;justify-content:space-between}.header-center{flex:1;align-items:center}.site-branding{position:relative;z-index:100}.navigation-control .menu-primary-container{background-color:#0a0a0a;position:fixed;top:0;left:-100%;display:flex;flex-direction:column;justify-content:center;align-items:center;width:55%;height:100vh;padding:0 2rem;-webkit-transition:left .3s ease-in-out;-moz-transition:left .3s ease-in-out;-ms-transition:left .3s ease-in-out;-o-transition:left .3s ease-in-out;transition:left .3s ease-in-out;z-index:98}.navigation-control .menu-primary-container .menu{flex-direction:column;align-items:center;gap:.5rem}.navigation-control.toggled .menu-primary-container{left:0}.navigation-control.toggled .menu-toggle__line:nth-of-type(1){transform:translateY(8px) rotate(45deg)}.navigation-control.toggled .menu-toggle__line:nth-of-type(2){opacity:0}.navigation-control.toggled .menu-toggle__line:nth-of-type(3){transform:translateY(-8px) rotate(-45deg)}.menu-toggle{display:flex;order:-1;margin-right:1rem}.menu-item a{font-size:1.25rem;padding:.55rem 1rem}}@media screen and (max-width: 767px){.site-main>header{display:none}.header-right{display:none}.header-social--mobile{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.1)}.container-nav{display:block;padding:.6rem 1.25rem .4rem}.header-center{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:center;column-gap:.75rem;row-gap:.4rem;padding:1rem 0}.site-branding{grid-column:1/-1;grid-row:1;display:flex;justify-content:center}.site-branding img{width:100px}.site-name-mobile{display:block;grid-column:1;grid-row:2;font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;line-height:1.2}.navigation-control{grid-column:2;grid-row:2;align-items:center}.navigation-control .menu-primary-container{width:100%}.menu-toggle{order:0;margin-right:0}}.site-branding a{display:flex}.site-branding .custom-logo{width:auto;height:70px}@media screen and (max-width: 1024px){.site-branding .custom-logo{height:50px}}.footer{background-color:#000;padding:2rem 0;border-top:1px solid hsla(0,0%,100%,.1);margin-top:auto;padding-bottom:6rem}.footer__content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--content__space-m)}.footer__left{display:flex;align-items:center;gap:var(--content__space-m)}.footer__logo img{width:80px;height:auto}.footer__copyright-text,.footer__copyright-subtitle{font-size:.875rem;color:#fff;margin:0;line-height:1.4}.footer__legal{max-width:350px}.footer__legal-text{font-size:.875rem;color:#fff;margin:0;line-height:1.5}.footer__links{display:flex;align-items:center;gap:var(--content__space-m)}.footer__link{font-size:.875rem;color:#fff;text-decoration:none !important;text-underline-offset:3px}.footer__link:hover{color:#77afbc}.footer__social{display:flex;align-items:center;gap:var(--content__space-s)}.footer__social-label{font-size:.875rem;color:#fff;font-weight:300}.footer__social-icons{display:flex;align-items:center;gap:.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#85898d;border-radius:25%}.footer__social-link:hover{color:#fff;border-color:#fff}.footer__social-icon{width:14px;height:14px}@media screen and (max-width: 1200px){.footer__content{gap:var(--content__space-l)}.footer__legal{order:4;max-width:100%;flex-basis:100%}}@media screen and (max-width: 767px){.footer{padding:var(--content__space-l) 0}.footer__content{flex-direction:column;align-items:flex-start}.footer__left{flex-direction:column;align-items:flex-start}.footer__links{flex-direction:column;align-items:flex-start;gap:var(--content__space-s)}.footer__social{width:100%;justify-content:space-between}}@media screen and (min-width: 1280px){header#main-header>div{max-width:87.5%;margin:0 auto}body footer,section.page-header.section{max-width:87.5%;margin:0 auto;width:100%}}.hero{position:relative;width:100%;height:calc(85vh - var(--header-height, 93px));margin-top:var(--header-height, 93px);min-height:480px;background-color:#111;overflow:hidden}.hero .splide__track,.hero .splide__list{height:100%}.hero__slide{position:relative;min-height:520px;background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:flex-end}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;pointer-events:none}.hero__video--flipped{transform:scaleX(-1)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to right, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.1) 100%);z-index:1}.hero__content{position:relative;z-index:2;padding:3rem 0;width:100%;max-width:87.5%;margin:0 auto}.hero__title{font-size:clamp(2.2rem,5vw,4rem);font-weight:700;color:#fff;line-height:1.15;margin:0 0 .6rem;letter-spacing:-0.01em}.hero__subtitle{font-size:clamp(.95rem,1.8vw,1.2rem);font-weight:300;color:hsla(0,0%,100%,.75);margin:0 0 1.5rem;font-style:italic}.hero__link{display:inline-block;font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(.9rem,1.1vw,1.125rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;border:1px solid hsla(0,0%,100%,.6);padding:.7rem 1.75rem;text-decoration:none;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hero__link:hover{background-color:hsla(0,0%,100%,.12);border-color:#fff}@media screen and (max-width: 1200px){.hero__slide{min-height:420px}}@media screen and (max-width: 767px){.hero{min-height:300px}.hero__slide{min-height:300px}.hero__content{padding:2rem 1.25rem 2.5rem;max-width:100%}}.categories-strip{display:flex;width:100%;gap:32px;flex-wrap:wrap;max-width:87.5%;margin:32px auto}.categories-strip__item{flex:1;display:flex;align-items:center;justify-content:center;padding:1.25rem .75rem;aspect-ratio:304/240;min-height:80px;box-sizing:border-box;border-radius:8px;background:radial-gradient(92.09% 85.42% at 86.3% 87.5%, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 86.18%),radial-gradient(65.28% 65.28% at 26.39% 20.83%, rgba(255, 255, 255, 0.1888) 0%, rgba(255, 255, 255, 0) 76.6%, rgba(255, 255, 255, 0) 100%),var(--tile-color, #333333);box-shadow:0px 0px 20px var(--tile-color, #333333);-webkit-transition:filter .3s ease-in-out;-moz-transition:filter .3s ease-in-out;-ms-transition:filter .3s ease-in-out;-o-transition:filter .3s ease-in-out;transition:filter .3s ease-in-out}.categories-strip__item:hover{filter:brightness(1.12)}.categories-strip__link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none}.categories-strip__text{color:#fff;font-weight:400;font-style:Regular;font-size:32px;leading-trim:NONE;line-height:110%;letter-spacing:0%;text-align:center;text-transform:uppercase}@media screen and (max-width: 900px){.categories-strip{flex-wrap:wrap}.categories-strip__item{flex:0 0 50%;min-height:90px}.categories-strip__item:last-child:nth-child(odd){flex:0 0 100%}}@media screen and (max-width: 480px){.categories-strip{flex-direction:column}.categories-strip__item{flex:0 0 auto;min-height:70px}}.tape-bar{width:100%;background-color:#0d0f12}.tape-bar__film{width:100%;height:28px;background-repeat:repeat-x;background-size:auto 100%;background-position:0 center;will-change:background-position}.tape-bar__binary{width:100%;height:24px;background-repeat:repeat-x;background-size:auto 100%;background-position:0 center;will-change:background-position}.tape-bar__timecode{display:flex;align-items:center;justify-content:center;padding:.6rem 2rem}.tape-bar__timecode-value{font-family:"Courier New",Courier,monospace;font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:.14em;white-space:nowrap}@media screen and (max-width: 767px){.tape-bar__timecode-value{font-size:1.1rem}}.movie-wrapper{position:relative;width:100%;height:100vh;overflow:hidden}.movie-wrapper__bg{position:absolute;inset:-10% -5%;background-size:cover;background-position:center center;background-repeat:no-repeat;transform-origin:center center;will-change:transform}.movie-wrapper__text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}.movie-wrapper__text-img{width:clamp(320px,65vw,900px);max-width:90%;object-fit:contain;user-select:none}.movie-wrapper__clouds{position:absolute;inset:0;z-index:2;pointer-events:none}.cloud{position:absolute;object-fit:contain;will-change:transform;transform-origin:center center}.cloud--center{width:clamp(500px,80vw,1100px);top:50%;left:50%;transform:translate(-50%, -40%)}.cloud--left{width:clamp(380px,60vw,850px);top:45%;left:-5%;transform:translateY(-40%)}.cloud--right{width:clamp(340px,55vw,780px);top:50%;right:-5%;transform:translateY(-50%)}@media screen and (max-width: 767px){.movie-wrapper{height:70vh}.cloud--left,.cloud--right{display:none}.cloud--center{width:100vw}}.services{background-color:#050607;width:100%;padding:3rem 0}.services__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px;max-width:87.5%;margin:0 auto}.service-item{display:flex;flex-direction:column;align-items:center;justify-content:space-between !important;text-align:center;background-color:#14131a;border:none;border-radius:0;padding:2.5rem 2rem 2rem;text-decoration:none;position:relative;height:504px;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.service-item:hover{background-color:#1c1b24}.service-item:hover .service-item__arrow svg path{stroke:#77afbc}.service-item__icon{width:84px;height:84px;display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem;flex-shrink:0}.service-item__icon img{width:96px;height:96px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.service-item__title{color:#fff;text-align:center;font-family:"Oswald",sans-serif;font-size:51px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:1.02px;text-transform:uppercase;font-weight:400;font-style:Regular;font-size:51px;leading-trim:NONE;line-height:110%;letter-spacing:2%;text-align:center;text-transform:uppercase}.service-item__description{color:#fff;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:110%;letter-spacing:.24px}.service-item__arrow{margin-top:2rem;display:flex;align-items:center;justify-content:center}.service-item__arrow svg{-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:.5}.service-item__arrow svg path{stroke:#77afbc;-webkit-transition:stroke .3s ease-in-out;-moz-transition:stroke .3s ease-in-out;-ms-transition:stroke .3s ease-in-out;-o-transition:stroke .3s ease-in-out;transition:stroke .3s ease-in-out}.service-item:hover .service-item__arrow svg{opacity:1}@media screen and (max-width: 1100px){.services__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 600px){.services__grid{grid-template-columns:1fr}.service-item{padding:2rem 1.5rem}}.credits{background-color:#050607;width:100%;padding:3rem 2rem;text-align:center}.credits__text{font-family:"Big Shoulders Text",sans-serif;line-height:1.3;letter-spacing:-0.01em;color:#fff;max-width:1264px;margin:0 auto;display:block}.credits__label{font-size:31.26px;font-weight:300;vertical-align:middle}.credits__value{font-size:45.15px;font-weight:300;text-transform:uppercase;vertical-align:middle}.credits__sep{display:inline-block;width:1.5em}@media screen and (max-width: 767px){.credits{padding:2rem 1.25rem}.credits__label{font-size:18px}.credits__value{font-size:26px}}.timeline{position:relative;padding:var(--content__space-xl) 0 var(--content__space-xxl);overflow:hidden}.timeline__bg{position:absolute;inset:0;z-index:-1}.timeline__wrapper>div>div{position:relative;max-width:1000px;margin:0 auto}.timeline__line{position:absolute;left:50%;top:0;bottom:0;width:1px;background:#fff;opacity:.1;transform:translateX(-50%);z-index:1}.timeline__year-marker{position:relative;text-align:center;padding:var(--content__space-l) 0;z-index:2}.timeline__year-text{display:inline-block;font-size:var(--fs__header-s);font-weight:200;color:#fff;padding:.25rem 1.5rem;letter-spacing:.1em;position:relative;z-index:2}.timeline__item{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:var(--content__space-m);position:relative;z-index:2}.timeline__item--dark{padding:var(--content__space-xl) 0;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}.timeline__dark-bg{position:absolute;inset:0;background:rgba(0,0,0,.85);z-index:-1;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;left:50%;transform:translateX(-50%)}.timeline__side--left{text-align:right;padding-right:var(--content__space-m)}.timeline__side--right{text-align:left;padding-left:var(--content__space-m)}.timeline__item--center{display:block}.timeline__center{max-width:500px;margin:0 auto;text-align:center;padding:0 var(--content__space-m)}.timeline__item--center_image{display:block}.timeline__center-image{text-align:center;max-width:600px;margin:0 auto}.timeline__center-image .timeline__image{max-width:100%;margin:0 auto;display:block}.timeline__caption{font-size:var(--fs__text-xs);color:#fff;opacity:.5;margin-top:var(--content__space-s);font-style:italic}.timeline__images{display:inline-flex;gap:var(--content__space-s)}.timeline__side--left .timeline__images{justify-content:flex-end}.timeline__image{max-width:250px;height:auto;display:block}.timeline__title{font-size:1.5rem;font-weight:600;margin-bottom:var(--content__space-xs);line-height:1.5}.timeline__source{font-size:17px}.timeline__description{font-size:20px;color:#d1d1d1;line-height:1.8}.timeline__description p{margin-bottom:.5rem}.timeline__description p:last-child{margin-bottom:0}.timeline__description ul,.timeline__description ol{margin-bottom:.5rem;padding-left:1.5em}.timeline__description ul:last-child,.timeline__description ol:last-child{margin-bottom:0}.timeline__description ul{list-style:disc}.timeline__description ol{list-style:decimal}.timeline__description li{margin-bottom:.25rem}.timeline__end{text-align:center;padding-top:var(--content__space-xxl);position:relative;z-index:2}.timeline__end-logo{margin-bottom:var(--content__space-l)}.timeline__end-logo img{max-width:150px;height:auto}.timeline__back-to-top{display:inline-flex;flex-direction:row-reverse;align-items:center;gap:.75rem;color:#d1d1d1;text-decoration:none;font-size:var(--fs__text-xs);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:2px solid gray;padding:15px 30px;font-size:20px;margin-bottom:60px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.timeline__back-to-top svg{color:#77afbc}.timeline__back-to-top:hover{color:#77afbc}@media screen and (max-width: 991px){.timeline__item{gap:40px}.timeline__image{max-width:200px}.timeline__year-text{font-size:var(--fs__text-l)}.timeline__center-image{max-width:400px}}@media screen and (max-width: 767px){.timeline__line{left:15px}.timeline__year-marker{text-align:left;padding-left:40px}.timeline__year-marker::before{left:15px;transform:translate(-50%, -50%)}.timeline__year-text{font-size:var(--fs__text-m);padding:.25rem 1rem}.timeline__item{display:block;padding-left:40px;padding-right:1rem}.timeline__item--dark{padding-left:40px;padding-right:1rem}.timeline__side--left,.timeline__side--right{text-align:left;padding:0;margin-bottom:var(--content__space-s)}.timeline__side--left .timeline__images{justify-content:flex-start}.timeline__images{flex-direction:column}.timeline__image{max-width:100%}.timeline__center{text-align:left;margin:0;max-width:none;padding:0}.timeline__center-image{text-align:left;max-width:none}.timeline__end{text-align:center;padding-left:0}}.timeline__section--before-1939{background:#785625;background:linear-gradient(360deg, rgb(120, 86, 37) 0%, rgb(0, 0, 0) 99%)}.timeline__section--1939{position:relative;background:#785625;background:linear-gradient(180deg, rgb(120, 86, 37) 0%, rgb(0, 0, 0) 99%)}@media screen and (max-width: 1500px){.page-template-historia .container-m.p-2{padding:unset !important}.page-template-historia footer .container-m.p-2,.page-template-historia .page-header .container-m.p-2{padding:var(--content__spacing) !important}}.page-template-historia .container-m{max-width:unset}.produkcje-page__description{max-width:900px;margin:var(--content__space-l) auto 0;text-align:center;color:#d1d1d1;font-size:var(--fs__text-m);line-height:1.8}.produkcje-page__description p{margin-bottom:1rem}.produkcje-page__description p:last-child{margin-bottom:0}.produkcje-section{padding-top:var(--content__space-xl);padding-bottom:var(--content__space-xl)}.produkcje-section .section-title{margin-bottom:var(--content__space-xl)}@media screen and (max-width: 767px){.produkcje-page__description{text-align:left;font-size:var(--fs__text-s)}.produkcje-section{padding-top:var(--content__space-l);padding-bottom:var(--content__space-l)}.produkcje-section .section-title{margin-bottom:var(--content__space-l)}}.single-produkcja section.page-header.section{padding:0}.produkcja-single__main{padding-top:var(--content__space-l);padding-bottom:var(--content__space-l)}.produkcja-single__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--content__space-xl);align-items:start}.produkcja-single__cover{position:sticky;top:120px;border:2px solid #77afbc}.produkcja-single__image{position:relative}.produkcja-single__image img{width:100%;height:auto;display:block}.produkcja-single__badge{position:absolute;max-width:100px;background:#77afbc;aspect-ratio:1/1;top:0;display:inline-flex;left:0}.produkcja-single__badge img{width:100%;height:auto}.produkcja-single__info{display:flex;flex-direction:column;gap:var(--content__space-l)}.produkcja-single__heading{font-size:32px;font-weight:600;margin-bottom:var(--content__space-s);text-transform:none}.produkcja-single__text{color:#d1d1d1;font-size:var(--fs__text-m);line-height:1.8;font-weight:600}.produkcja-single__text p{margin-bottom:1rem}.produkcja-single__text p:last-child{margin-bottom:0}.produkcja-single__tracklist{list-style:none;padding:0;margin:0;counter-reset:track-counter;max-width:400px}.produkcja-single__track{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;counter-increment:track-counter}.produkcja-single__track:last-child{border-bottom:none}.produkcja-single__track::before{content:counter(track-counter) ".";font-size:var(--fs__text-s);min-width:2rem}.produkcja-single__track-title{flex:1;color:#d1d1d1;font-size:var(--fs__text-m)}.produkcja-single__track-duration{color:#85898d;font-size:var(--fs__text-s);margin-left:1rem;font-variant-numeric:tabular-nums}.produkcja-single__streaming-links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.produkcja-single__streaming-link{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:8px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.produkcja-single__streaming-link svg{width:40px;height:40px}.produkcja-single__streaming-link:hover{transform:scale(1.1)}.produkcja-single__streaming-link--spotify{color:#1db954 !important}.produkcja-single__streaming-link--spotify:hover{color:rgb(43.2009345794,221.7990654206,106.1682242991) !important}.produkcja-single__streaming-link--youtube{color:red !important}.produkcja-single__streaming-link--youtube:hover{color:#f33 !important}.produkcja-single__streaming-link--tidal{color:#fff !important}.produkcja-single__streaming-link--tidal:hover{color:#d1d1d1 !important}.produkcja-single__streaming-link--syrena-mod{width:auto;height:auto;border-radius:4px}.produkcja-single__streaming-link--syrena-mod .syrena-mod-logo{font-size:10px;color:#77afbc;text-align:center;text-transform:uppercase;letter-spacing:.05em}.produkcja-single__gallery{padding-top:var(--content__space-l);padding-bottom:var(--content__space-l)}.produkcja-single__other{padding-top:var(--content__space-xl);padding-bottom:var(--content__space-xl);background:rgba(0,0,0,.3)}.produkcja-single__other .container-m{display:inline-flex;flex-direction:column;align-items:center;width:100%}.produkcja-single__other-title{font-size:var(--fs__header-l);font-weight:700;color:#fff;margin-bottom:var(--content__space-l);line-height:1.3;position:relative;display:inline;background:linear-gradient(transparent 60%, #333333 60%);padding:0 .25rem;text-align:center}.produkcja-single__other-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.produkcja-single__back{padding-top:var(--content__space-l);padding-bottom:var(--content__space-xl);text-align:center;display:none}.produkcja-gallery{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.produkcja-gallery__item img{width:100%;height:auto;object-fit:cover}@media screen and (max-width: 1199px){.produkcja-single__grid{gap:var(--content__space-l)}}@media screen and (max-width: 991px){.produkcja-single__grid{grid-template-columns:1fr;gap:var(--content__space-l)}.produkcja-single__cover{position:relative;top:0;max-width:500px;margin:0 auto}.produkcja-single__other-grid{grid-template-columns:repeat(2, 1fr)}.produkcja-gallery{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.produkcja-single__badge{max-width:70px;top:1rem;left:1rem}.produkcja-single__heading{font-size:var(--fs__text-l)}.produkcja-single__text{font-size:var(--fs__text-s)}.produkcja-single__track-title{font-size:var(--fs__text-s)}.produkcja-single__streaming-links{gap:1rem}.produkcja-single__streaming-link{width:48px;height:48px}.produkcja-single__streaming-link svg{width:32px;height:32px}.produkcja-single__other-grid{grid-template-columns:1fr;gap:1.5rem}.produkcja-single__other-title{font-size:32px}.produkcja-gallery{grid-template-columns:1fr;gap:1rem}}.katalog-page__description{max-width:900px;margin:var(--content__space-l) auto 0;text-align:center;color:#fff;font-size:var(--fs__text-m);line-height:1.8}.katalog-page__description p{margin-bottom:1rem}.katalog-page__description p:last-child{margin-bottom:0}.katalog-page .production-card{display:inline-flex;aspect-ratio:400/500}.katalog-page .production-card__overlay{z-index:432}.katalog-page .production-card p{font-weight:200}.katalog-page .production-card__badge{width:100%;background:none;padding:0;filter:blur(5px);aspect-ratio:unset}.katalog-page .production-card__badge img{width:100%;height:100%;filter:grayscale(100%)}.katalog-section{padding-top:var(--content__space-xl);padding-bottom:var(--content__space-xl)}.katalog-section .section-title{margin-bottom:var(--content__space-xl)}@media screen and (max-width: 767px){.katalog-page__description{text-align:left;font-size:var(--fs__text-s)}.katalog-section{padding-top:var(--content__space-l);padding-bottom:var(--content__space-l)}.katalog-section .section-title{margin-bottom:var(--content__space-l)}}.kontakt-page{min-height:100vh;padding-top:var(--navigation__height);background-color:#000}.kontakt-header{padding:3rem 0 2rem;background-color:#000}.kontakt-header__inner{max-width:87.5%;margin:0 auto}.kontakt-heading-page{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.kontakt-tape{width:100%;line-height:0}.kontakt-tape__img{width:100%;height:auto;display:block;filter:grayscale(1)}.kontakt-info{padding:4rem 1rem;background-color:#000}.kontakt-info__inner{max-width:87.5%;margin:0 auto;text-align:center}.kontakt-info__company{font-family:"Oswald",sans-serif;font-size:1.5rem;font-weight:500;line-height:160%;letter-spacing:.02em;text-align:center;color:#aac8cf;margin:0 0 .5rem}.kontakt-info__subtitle{font-family:"Oswald",sans-serif;font-size:1.125rem;font-weight:400;line-height:160%;letter-spacing:.02em;text-align:center;color:#fff;margin:0 0 .25rem}.kontakt-info__address{font-family:"Oswald",sans-serif;font-size:1.125rem;font-weight:400;line-height:160%;letter-spacing:.02em;text-align:center;color:#fff;margin:0 0 2rem}.kontakt-info__links{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.kontakt-info__link{font-family:"Oswald",sans-serif;font-size:1.5rem;font-weight:400;line-height:160%;letter-spacing:.02em;text-align:center;color:#aac8cf;text-decoration:none;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.kontakt-info__link:hover{color:#77afbc}.kontakt-form{padding:2rem 1rem 5rem;background-color:#000}.kontakt-form__inner{max-width:87.5%;margin:0 auto}.kontakt-form__title{font-family:"Oswald",sans-serif;font-size:3rem;font-weight:400;line-height:160%;letter-spacing:.02em;color:#fff;text-align:center;margin:0 auto 2rem}.kontakt-custom-form__textarea,.kontakt-custom-form__input{width:100%;background:rgba(0,0,0,.73);border:3px solid #77afbc;color:#fff;font-family:"Oswald",sans-serif;font-size:clamp(.9rem,1.05vw,1.25rem);font-weight:400;padding:1rem 1.25rem;outline:none;box-sizing:border-box;-webkit-transition:border-color .3s ease-in-out;-moz-transition:border-color .3s ease-in-out;-ms-transition:border-color .3s ease-in-out;-o-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}.kontakt-custom-form__textarea::placeholder,.kontakt-custom-form__input::placeholder{color:#fff}.kontakt-custom-form__textarea:focus,.kontakt-custom-form__input:focus{border-color:#99c6d1}.kontakt-custom-form{max-width:60%;margin:0 auto}.kontakt-custom-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.kontakt-custom-form__textarea{grid-column:1/2;height:calc(2*calc(2rem + 1lh) + .75rem);resize:none}.kontakt-custom-form__bottom{grid-column:2/3;height:calc(2*calc(2rem + 1lh) + .75rem);display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.kontakt-custom-form__rodo-wrap{display:flex;flex-direction:column;gap:.4rem;flex:1}.kontakt-custom-form__required{font-family:"Oswald",sans-serif;font-size:clamp(.7rem,.8vw,.875rem);font-weight:400;color:hsla(0,0%,100%,.4);margin:0;padding-left:calc(24px + .75rem)}.kontakt-custom-form__rodo{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.kontakt-custom-form__rodo input[type=checkbox]{width:24px;height:24px;min-width:24px;appearance:none;background:rgba(0,0,0,.73);border:3px solid #77afbc;margin-top:.1em;cursor:pointer;flex-shrink:0;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.kontakt-custom-form__rodo input[type=checkbox]:checked{background-color:#77afbc;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 10%27%3E%3Cpath d=%27M1 5l3.5 3.5L11 1%27 stroke=%27%23000000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 fill=%27none%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:60%}.kontakt-custom-form__rodo span{font-family:"Oswald",sans-serif;font-size:clamp(.75rem,.9vw,1rem);font-weight:400;line-height:150%;color:#fff}.kontakt-custom-form__rodo span a{color:#fff;text-decoration:underline;text-underline-offset:2px}.kontakt-custom-form__rodo span a:hover{color:#77afbc}.kontakt-custom-form__submit{align-self:flex-end;background:#aac8cf;border:none;color:#000;font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.9rem 2.5rem;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.kontakt-custom-form__submit:hover{background-color:rgb(137.4060150376,178.9097744361,188.5939849624)}.kontakt-custom-form__submit:active{background-color:rgb(121.1090225564,168.3646616541,179.3909774436)}.kontakt-custom-form__submit:disabled{opacity:.45;cursor:not-allowed}.kontakt-custom-form__message{font-family:"Oswald",sans-serif;font-size:clamp(.875rem,1vw,1.125rem);font-weight:400;padding:.75rem 1rem;border:1px solid rgba(0,0,0,0);display:none}.kontakt-custom-form__message.is-visible{display:block}.kontakt-custom-form__message--success{border-color:#77afbc;color:#77afbc}.kontakt-custom-form__message--error{border-color:#e57373;color:#e57373}@media screen and (max-width: 1200px){.kontakt-custom-form{max-width:80%}}@media screen and (max-width: 900px){.kontakt-custom-form{max-width:100%}}@media screen and (max-width: 600px){.kontakt-header{padding:2rem 1.25rem 1.5rem}.kontakt-header__inner{max-width:100%}.kontakt-info{padding:2.5rem 1.25rem}.kontakt-info__inner{max-width:100%}.kontakt-info__links{gap:1.5rem}.kontakt-form{padding:1.5rem 1.25rem 3rem}.kontakt-form__inner{max-width:100%}.kontakt-custom-form__grid{grid-template-columns:1fr}.kontakt-custom-form__textarea{grid-column:1/2;height:auto;min-height:8rem}.kontakt-custom-form__bottom{grid-column:1/2;height:auto;flex-direction:column;gap:1rem}.kontakt-custom-form__submit{align-self:flex-end}}.projekty-page{background-color:#050607;min-height:100vh;padding-top:var(--navigation__height)}.projekty-header{padding:3rem 0 2rem}.projekty-header__inner{max-width:87.5%;margin:0 auto}.projekty-heading{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.tape-bar--projekty{width:100%;overflow:hidden;height:40px;transform:scaleY(-1)}.tape-bar--projekty .tape-bar__film{width:100%;height:100%;background-repeat:repeat-x;background-size:auto 100%;background-position-x:0}.projekty-list{display:flex;flex-direction:column;max-width:87.5%;margin:32px auto;gap:32px}.projekt-row{display:block;text-decoration:none;background:linear-gradient(var(--grad-dir, 270deg), var(--color-from, #333333) 10.1%, var(--color-to, #222222) 100%);-webkit-transition:filter .25s ease-in-out;-moz-transition:filter .25s ease-in-out;-ms-transition:filter .25s ease-in-out;-o-transition:filter .25s ease-in-out;transition:filter .25s ease-in-out}.projekt-row:hover{filter:brightness(1.1)}.projekt-row__main{display:flex;align-items:center;min-height:clamp(90px,8vw,205px)}.projekt-row__sub{background-color:hsla(0,0%,100%,.2);min-height:clamp(44px,4.5vw,70px);display:flex;align-items:center}.projekt-row__inner{max-width:87.5%;margin:0 auto;width:100%}.projekty-list .projekt-row__inner{margin-left:1.5rem}.projekt-row__title{font-family:"Oswald",sans-serif;font-size:clamp(1.6rem,4vw,3.75rem);font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.03em;line-height:110%;margin:0}.projekt-row__subtitle{font-family:"Oswald",sans-serif;font-size:clamp(.9rem,2vw,1.875rem);font-weight:400;color:#fff;letter-spacing:.02em;line-height:110%;margin:0}.projekty-empty{color:hsla(0,0%,100%,.4);text-align:center;padding:4rem 0;font-size:1rem}@media screen and (max-width: 600px){.projekty-header{display:none}.projekt-row__main{min-height:80px}.projekt-row__sub{min-height:44px}.projekt-row__inner{padding:0 1.25rem}}.oferty-page{background-color:#050607;min-height:100vh;padding-top:var(--navigation__height)}.oferty-header{padding:3rem 0 2rem}.oferty-header__inner{max-width:87.5%;margin:0 auto}.oferty-heading-page{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.tape-bar--oferty{width:100%;overflow:hidden;height:40px;transform:scaleY(-1)}.tape-bar--oferty .tape-bar__film{width:100%;height:100%;background-repeat:repeat-x;background-size:auto 100%;background-position-x:0}.oferty-section{padding:4rem 0 6rem}.oferty-section__inner{max-width:87.5%;margin:0 auto}.oferty-section__heading{font-family:"Big Shoulders Text",sans-serif;font-size:clamp(1.6rem,3.5vw,3.75rem);font-weight:700;color:#fff;text-align:center;letter-spacing:.01em;line-height:104%;margin:0 0 3rem}.oferty-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2.5rem}.oferta-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;aspect-ratio:533/706;border:8px solid var(--accent, #77afbc);overflow:hidden;background-color:#111;-webkit-transition:filter .3s ease-in-out;-moz-transition:filter .3s ease-in-out;-ms-transition:filter .3s ease-in-out;-o-transition:filter .3s ease-in-out;transition:filter .3s ease-in-out}.oferta-card:hover{filter:brightness(1.08)}.oferta-card:hover .oferta-card__image img{transform:scale(1.05)}.oferta-card__image{position:absolute;inset:0;overflow:hidden}.oferta-card__image img{width:100%;height:100%;object-fit:cover;-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out;-ms-transition:transform .5s ease-in-out;-o-transition:transform .5s ease-in-out;transition:transform .5s ease-in-out}.oferta-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 80%);pointer-events:none}.oferta-card__bracket{position:absolute;z-index:2;pointer-events:none;width:75px;height:auto}.oferta-card__bracket--tl{top:20px;left:20px}.oferta-card__bracket--br{bottom:20px;right:20px}.oferta-card__body{position:relative;z-index:3;text-align:center;padding:3rem}.oferta-card__title{font-family:"Oswald",sans-serif;font-size:clamp(1.6rem,3.5vw,3.75rem);font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.01em;line-height:110%;margin:0 0 .35rem}.oferta-card__subtitle{font-family:"Oswald",sans-serif;font-size:clamp(.85rem,1.4vw,1.625rem);font-weight:400;color:hsla(0,0%,100%,.9);text-align:center;letter-spacing:.01em;line-height:110%;margin:0}@media screen and (max-width: 900px){.oferty-grid{grid-template-columns:repeat(2, 1fr);gap:1.5rem}}@media screen and (max-width: 767px){.oferty-header{display:none}}@media screen and (max-width: 600px){.oferty-header{padding:2rem 1.25rem 1.5rem}.oferty-section{padding:2.5rem 1.25rem 4rem}.oferty-section__inner{max-width:100%}.oferty-grid{grid-template-columns:1fr;gap:1.25rem}}.produkcja-page{min-height:100vh;padding-top:var(--navigation__height);background-color:#000}.produkcja-tape{width:100%;line-height:0}.produkcja-tape--flipped{transform:scaleY(-1)}.produkcja-tape__img{width:100%;height:auto;display:block}.produkcja-header{padding:3rem 0 2rem;background-color:#000}.produkcja-header__inner{max-width:87.5%;margin:0 auto;display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:1rem}.produkcja-heading-page{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.produkcja-subtypes{display:flex;gap:2rem;align-items:center}.produkcja-subtype{display:inline-flex;align-items:center;gap:.4rem;font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(.9rem,1.3vw,1.375rem);font-weight:700;line-height:104%;letter-spacing:.02em;color:#fff;text-decoration:none;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.produkcja-subtype svg{flex-shrink:0;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}.produkcja-subtype:hover{color:#77afbc}.produkcja-subtype:hover svg{transform:translateY(3px)}.produkcja-section{padding:5rem 0}.produkcja-section--black{background-color:#000}.produkcja-section--black .produkcja-section__title{color:#fff}.produkcja-section--black .produkcja-section__intro{color:hsla(0,0%,100%,.85)}.produkcja-section--black .produkcja-row__text{color:hsla(0,0%,100%,.8)}.produkcja-section--white{background-color:#fff}.produkcja-section--white .produkcja-section__title{color:#000}.produkcja-section--white .produkcja-section__intro{color:#222}.produkcja-section--white .produkcja-row__text{color:#222}.produkcja-section--white .produkcja-row__placeholder{background:#ccc}.produkcja-section__inner{max-width:87.5%;margin:0 auto}.produkcja-section__title{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.75rem,3.5vw,3.125rem);font-weight:700;line-height:104%;letter-spacing:.01em;margin:0 0 3.5rem}.produkcja-section__intro{max-width:860px;margin:0 auto 4rem;text-align:center}.produkcja-section__intro p{font-family:"Oswald",sans-serif;font-size:clamp(1.125rem,1.7vw,1.4rem);font-weight:300;line-height:1.8;letter-spacing:.02em;margin:0 0 1em}.produkcja-section__intro p:last-child{margin-bottom:0}.produkcja-row{display:grid;grid-template-columns:3fr 2fr;gap:3.5rem;align-items:center;margin-bottom:5rem}.produkcja-row:last-child{margin-bottom:0}.produkcja-row--img-right{grid-template-columns:2fr 3fr}.produkcja-row--img-right .produkcja-row__image{order:2}.produkcja-row--img-right .produkcja-row__text{order:1}.produkcja-row__image img{width:100%;height:auto;display:block;object-fit:cover;border-radius:5px}.produkcja-row__placeholder{width:100%;aspect-ratio:999/540;background:#1a1a1a;border-radius:5px}.produkcja-row__text p{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.35vw,1.15rem);font-weight:400;line-height:1.85;letter-spacing:.02em;margin:0 0 1em}.produkcja-row__text p:last-child{margin-bottom:0}.produkcja-row__text h3,.produkcja-row__text h4{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.2rem,2vw,1.75rem);font-weight:700;letter-spacing:.01em;margin:0 0 .75em;line-height:1.1}@media screen and (max-width: 1100px){.produkcja-row{grid-template-columns:1fr 1fr}.produkcja-row--img-right{grid-template-columns:1fr 1fr}}@media screen and (max-width: 768px){.produkcja-section{padding:3.5rem 0}.produkcja-row{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.produkcja-row--img-right{grid-template-columns:1fr}.produkcja-row--img-right .produkcja-row__image{order:0}.produkcja-row--img-right .produkcja-row__text{order:0}}@media screen and (max-width: 600px){.produkcja-header{padding:2rem 1.25rem 1.5rem}.produkcja-header__inner{max-width:100%}.produkcja-section{padding:2.5rem 1.25rem}.produkcja-section__inner{max-width:100%}}.marketing-page{min-height:100vh;padding-top:var(--navigation__height);background-color:#000}.marketing-tape{width:100%;line-height:0}.marketing-tape__img{width:100%;height:auto;display:block;transform:scaleY(-1)}.marketing-strip{width:100%;height:clamp(5rem,6.2vw,7.5rem);display:flex;align-items:center;justify-content:flex-start}.marketing-strip--has-text{padding:0 calc((100% - 87.5%)/2)}.marketing-strip__text{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(.75rem,1.5vw,1.25rem);font-weight:700;letter-spacing:.03em;color:#fff;text-align:left;text-transform:uppercase}.marketing-header{padding:3rem 0 2rem;background-color:#000}.marketing-header__inner{max-width:87.5%;margin:0 auto;display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:1rem}.marketing-heading-page{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.marketing-subtypes{display:flex;gap:2rem;align-items:center}.marketing-subtype{display:inline-flex;align-items:center;gap:.4rem;font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(.9rem,1.3vw,1.375rem);font-weight:700;line-height:104%;letter-spacing:.02em;color:#fff;text-decoration:none;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.marketing-subtype svg{flex-shrink:0;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}.marketing-subtype:hover{color:#77afbc}.marketing-subtype:hover svg{transform:translateY(3px)}.marketing-section{padding:3rem 0}.marketing-section--black{background-color:#000}.marketing-section--black .marketing-section__title{color:#fff}.marketing-section--black .marketing-section__intro{color:#fff}.marketing-section--black .marketing-row__text{color:#fff}.marketing-section--white{background-color:#fff}.marketing-section--white .marketing-section__title{color:#000}.marketing-section--white .marketing-section__intro{color:#222}.marketing-section--white .marketing-row__text{color:#222}.marketing-section--white .marketing-row__placeholder{background:#ccc}.marketing-section__inner{max-width:87.5%;margin:0 auto}.marketing-section__title{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.5rem,2.08vw,2.5rem);font-weight:700;line-height:104%;letter-spacing:.01em;margin:0 0 2rem}.marketing-section .marketing-section__intro p,.marketing-section__intro .marketing-section p,.marketing-section .marketing-section__text-left p,.marketing-section__text-left .marketing-section p,.marketing-section .marketing-section__desc p,.marketing-section__desc .marketing-section p{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:400;line-height:150%;letter-spacing:.02em;margin:0 0 1em}.marketing-section .marketing-section__intro p:last-child,.marketing-section__intro .marketing-section p:last-child,.marketing-section .marketing-section__text-left p:last-child,.marketing-section__text-left .marketing-section p:last-child,.marketing-section .marketing-section__desc p:last-child,.marketing-section__desc .marketing-section p:last-child{margin-bottom:0}.marketing-section .marketing-section__intro h3,.marketing-section__intro .marketing-section h3,.marketing-section .marketing-section__intro h4,.marketing-section__intro .marketing-section h4,.marketing-section .marketing-section__text-left h3,.marketing-section__text-left .marketing-section h3,.marketing-section .marketing-section__text-left h4,.marketing-section__text-left .marketing-section h4,.marketing-section .marketing-section__desc h3,.marketing-section__desc .marketing-section h3,.marketing-section .marketing-section__desc h4,.marketing-section__desc .marketing-section h4{font-family:"Oswald",sans-serif;font-size:clamp(1.1rem,1.35vw,1.625rem);font-weight:500;line-height:150%;letter-spacing:.02em;margin:0 0 .5em}.marketing-section__desc{max-width:1000px;margin:-1.5rem 0 2.5rem}.marketing-section--black .marketing-section__desc{color:hsla(0,0%,100%,.85)}.marketing-section--white .marketing-section__desc{color:#222}.marketing-section__text-left{max-width:1000px;margin:0 0 2.5rem}.marketing-section--black .marketing-section__text-left{color:hsla(0,0%,100%,.85)}.marketing-section--white .marketing-section__text-left{color:#222}.marketing-section__intro{max-width:1000px;margin:0 auto 2.5rem;text-align:center}.marketing-row{display:grid;grid-template-columns:3fr 2fr;gap:3.5rem;align-items:center;margin-bottom:3rem}.marketing-row:last-child{margin-bottom:0}.marketing-row--img-right{grid-template-columns:2fr 3fr}.marketing-row--img-right .marketing-row__image{order:2}.marketing-row--img-right .marketing-row__text{order:1}.marketing-row__image img{width:100%;height:auto;display:block;object-fit:cover;border-radius:5px}.marketing-row__placeholder{width:100%;aspect-ratio:999/540;background:#1a1a1a;border-radius:5px}.marketing-row__text p{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:400;line-height:150%;letter-spacing:.02em;margin:0 0 1em}.marketing-row__text p:last-child{margin-bottom:0}.marketing-row__text h3,.marketing-row__text h4{font-family:"Oswald",sans-serif;font-size:clamp(1.1rem,1.35vw,1.625rem);font-weight:500;line-height:150%;letter-spacing:.02em;margin:0 0 .5em}.marketing-gallery{display:grid;gap:1.25rem;margin-bottom:2.5rem}.marketing-gallery:last-child{margin-bottom:0}.marketing-gallery--2-cols{grid-template-columns:1fr 1fr}.marketing-gallery--3-cols{grid-template-columns:repeat(3, 1fr)}.marketing-gallery--3-cols .marketing-gallery__item{aspect-ratio:4/5}.marketing-gallery--4-cols{grid-template-columns:repeat(4, 1fr)}.marketing-gallery--3-wide{grid-template-columns:4fr 3fr 3fr}.marketing-gallery--3-mix{grid-template-columns:5fr 3fr 2fr}.marketing-gallery--3-portrait{grid-template-columns:3fr 4fr 3.5fr}.marketing-gallery--2-landscape{grid-template-columns:1fr 1fr;grid-auto-rows:clamp(200px,28vw,480px)}.marketing-gallery--3-last-wide{grid-template-columns:9fr 9fr 28fr;grid-auto-rows:clamp(280px,35vw,580px)}.marketing-gallery--4-mixed{grid-template-columns:16fr 16fr 9fr 9fr;grid-auto-rows:clamp(200px,25vw,400px)}.marketing-gallery__item{overflow:hidden}.marketing-gallery__item img{width:100%;height:100%;display:block;object-fit:cover}@media screen and (max-width: 1100px){.marketing-row{grid-template-columns:1fr 1fr}.marketing-row--img-right{grid-template-columns:1fr 1fr}.marketing-gallery--4-cols,.marketing-gallery--4-mixed{grid-template-columns:repeat(2, 1fr);grid-auto-rows:auto}.marketing-gallery--3-wide,.marketing-gallery--3-mix,.marketing-gallery--3-portrait,.marketing-gallery--3-last-wide{grid-template-columns:repeat(3, 1fr);grid-auto-rows:auto}}@media screen and (max-width: 768px){.marketing-section{padding:2rem 0}.marketing-strip{height:4rem}.marketing-row{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.marketing-row--img-right{grid-template-columns:1fr}.marketing-row--img-right .marketing-row__image{order:0}.marketing-row--img-right .marketing-row__text{order:0}.marketing-gallery{align-items:start}.marketing-gallery--3-cols,.marketing-gallery--3-wide,.marketing-gallery--3-mix,.marketing-gallery--3-portrait,.marketing-gallery--3-last-wide{grid-template-columns:1fr 1fr;grid-auto-rows:auto}.marketing-gallery--4-cols,.marketing-gallery--4-mixed{grid-template-columns:1fr 1fr;grid-auto-rows:auto}.marketing-gallery--2-cols,.marketing-gallery--2-landscape{grid-template-columns:1fr;grid-auto-rows:auto}.marketing-gallery .marketing-gallery__item{aspect-ratio:auto}.marketing-gallery .marketing-gallery__item img{height:auto;object-fit:contain}}@media screen and (max-width: 480px){.marketing-gallery--3-cols,.marketing-gallery--3-wide,.marketing-gallery--3-mix,.marketing-gallery--3-portrait,.marketing-gallery--3-last-wide,.marketing-gallery--4-cols,.marketing-gallery--4-mixed{grid-template-columns:1fr;grid-auto-rows:auto}}@media screen and (max-width: 600px){.marketing-header{padding:2rem 1.25rem 1.5rem}.marketing-header__inner{max-width:100%}.marketing-section{padding:2.5rem 1.25rem}.marketing-section__inner{max-width:100%}.marketing-gallery{gap:.75rem}.marketing-gallery--3-cols,.marketing-gallery--3-wide,.marketing-gallery--3-mix,.marketing-gallery--3-portrait,.marketing-gallery--4-cols{grid-template-columns:1fr}}.postprod-page{min-height:100vh;padding-top:var(--navigation__height);background-color:#000}.postprod-tape{width:100%;line-height:0}.postprod-tape__img{width:100%;height:auto;display:block;transform:scaleY(-1)}.postprod-tape--gray .postprod-tape__img{filter:grayscale(1);transform:scaleY(-1)}.postprod-strip{width:100%;height:clamp(5rem,6.2vw,7.5rem);display:flex;align-items:center;justify-content:flex-start}.postprod-strip--has-text{padding:0 calc((100% - 87.5%)/2)}.postprod-strip__text{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;letter-spacing:.03em;color:#fff;text-align:left;text-transform:uppercase}.postprod-header{padding:3rem 0 2rem;background-color:#000}.postprod-header__inner{max-width:87.5%;margin:0 auto;display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:1rem}.postprod-heading-page{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.postprod-subtypes{display:flex;gap:2rem;align-items:center}.postprod-subtype{display:inline-flex;align-items:center;gap:.4rem;font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(.9rem,1.3vw,1.375rem);font-weight:700;line-height:104%;letter-spacing:.02em;color:#fff;text-decoration:none;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.postprod-subtype svg{flex-shrink:0;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}.postprod-subtype:hover{color:#77afbc}.postprod-subtype:hover svg{transform:translateY(3px)}.postprod-section{padding:3rem 0}.postprod-section--black{background-color:#000}.postprod-section--black .postprod-section__title{color:#fff}.postprod-section--black .postprod-section__intro{color:#fff}.postprod-section--black .postprod-icon-row__heading{color:#fff}.postprod-section--black .postprod-icon-row__text{color:#fff}.postprod-section--black .postprod-icon-row{border-bottom-color:hsla(0,0%,100%,.1)}.postprod-section--white{background-color:#fff}.postprod-section--white .postprod-section__title{color:#000}.postprod-section--white .postprod-section__intro{color:#222}.postprod-section--white .postprod-icon-row__heading{color:#000}.postprod-section--white .postprod-icon-row__text{color:#222}.postprod-section--white .postprod-icon-row{border-bottom-color:rgba(0,0,0,.1)}.postprod-section__inner{max-width:87.5%;margin:0 auto}.postprod-section__title{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.5rem,2.08vw,2.5rem);font-weight:700;line-height:104%;letter-spacing:.01em;margin:0 0 2rem}.postprod-section__intro{max-width:1000px;margin:0 auto 2.5rem;text-align:center}.postprod-section__intro p{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:400;line-height:150%;letter-spacing:.02em;margin:0 0 1em}.postprod-section__intro p:last-child{margin-bottom:0}.postprod-text-left{margin-bottom:2.5rem}.postprod-text-left p,.postprod-text-left li{font-family:"Oswald",sans-serif;font-size:clamp(.9rem,1.2vw,1.125rem);font-weight:400;line-height:1.8;letter-spacing:.02em;color:#fff;text-align:left;margin:0 0 1em}.postprod-text-left p:last-child,.postprod-text-left li:last-child{margin-bottom:0}.postprod-text-left h2,.postprod-text-left h3,.postprod-text-left h4{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.2rem,2vw,1.75rem);font-weight:700;letter-spacing:.01em;color:#fff;margin:0 0 .75em;line-height:1.1;text-align:left}.postprod-icon-row{display:grid;grid-template-columns:240px 1fr;align-items:center;gap:2.5rem;align-items:flex-start;padding:2rem 0;border-bottom:1px solid hsla(0,0%,100%,.1)}.postprod-icon-row:first-of-type{padding-top:0}.postprod-icon-row:last-of-type{border-bottom:none;padding-bottom:0}.postprod-icon-row__icon{width:240px;height:240px;flex-shrink:0}.postprod-icon-row__icon img{width:100%;height:100%;display:block;object-fit:contain}.postprod-icon-row__icon-placeholder{width:240px;height:240px;background:#333;border:1px solid #555}.postprod-icon-row__body{display:flex;flex-direction:column;justify-content:center;min-height:120px}.postprod-icon-row__heading{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.2rem,1.67vw,2rem);font-weight:700;line-height:104%;letter-spacing:.01em;margin:0 0 .75rem}.postprod-icon-row__text p{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:400;line-height:150%;letter-spacing:.02em;margin:0 0 .75em}.postprod-icon-row__text p:last-child{margin-bottom:0}@media screen and (max-width: 768px){.postprod-section{padding:2rem 0}.postprod-strip{height:4rem}.postprod-icon-row{grid-template-columns:80px 1fr;gap:1.5rem}.postprod-icon-row__icon{width:80px;height:80px}.postprod-icon-row__body{min-height:80px}}@media screen and (max-width: 600px){.postprod-header{padding:2rem 1.25rem 1.5rem}.postprod-header__inner{max-width:100%}.postprod-section{padding:2rem 1.25rem}.postprod-section__inner{max-width:100%}.postprod-icon-row{grid-template-columns:1fr;gap:1rem;text-align:center}.postprod-icon-row__icon{justify-self:center}.postprod-icon-row__body{min-height:unset;align-items:center}}.manifest-page{min-height:100vh;padding-top:var(--navigation__height);background-color:#000;overflow:hidden}.manifest-header{padding:3rem 0 2rem;background-color:#000}.manifest-header__inner{max-width:87.5%;margin:0 auto}.manifest-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.manifest-section-nav{display:flex;align-items:center;gap:1rem;flex-shrink:0}.manifest-section-nav__label{font-size:.875rem;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:hsla(0,0%,100%,.55);white-space:nowrap}.manifest-section-nav__dropdown{position:relative}.manifest-section-nav__toggle{display:inline-flex;align-items:center;gap:.5rem;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.45);color:#fff;font-family:inherit;font-size:.875rem;letter-spacing:.06em;text-transform:uppercase;padding:.5rem 1rem;cursor:pointer;-webkit-transition:border-color .3s ease-in-out;-moz-transition:border-color .3s ease-in-out;-ms-transition:border-color .3s ease-in-out;-o-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}.manifest-section-nav__toggle:hover{border-color:hsla(0,0%,100%,.9)}.manifest-section-nav__toggle[aria-expanded=true]{border-color:#fff}.manifest-section-nav__list{position:absolute;top:calc(100% + .4rem);right:0;min-width:220px;background-color:#0a0a0a;border:1px solid hsla(0,0%,100%,.12);padding:.4rem 0;z-index:200;list-style:none;margin:0}.manifest-section-nav__list[hidden]{display:none}.manifest-section-nav__item{display:block;padding:.55rem 1.25rem;font-size:.875rem;letter-spacing:.04em;text-transform:uppercase;color:hsla(0,0%,100%,.7);text-decoration:none;-webkit-transition:color background-color ease-in-out;-moz-transition:color background-color ease-in-out;-ms-transition:color background-color ease-in-out;-o-transition:color background-color ease-in-out;transition:color background-color ease-in-out}.manifest-section-nav__item:hover{color:#fff;background-color:hsla(0,0%,100%,.06)}.manifest-heading-page{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.manifest-tape{width:100%;line-height:0}.manifest-tape__img{width:100%;height:auto;display:block;filter:grayscale(1)}.manifest-hero{position:relative;padding:5rem 1rem;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat}.manifest-hero__overlay{position:absolute;inset:0;background:linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.3019607843) 28%, rgba(0, 0, 0, 0.3019607843) 72%, #000000 100%),linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.3019607843) 22%, rgba(0, 0, 0, 0.3019607843) 78%, #000000 100%);z-index:0}.manifest-hero__inner{position:relative;z-index:1;max-width:87.5%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.manifest-hero__text p{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.35vw,1.625rem);font-weight:400;line-height:160%;letter-spacing:.03em;color:#fff;margin:0 0 1em}.manifest-hero__text p:last-child{margin-bottom:0}.manifest-hero__text strong{font-weight:500;color:#fff}.manifest-hero__btn{align-self:flex-end;margin-top:20px;display:inline-flex;align-items:center;gap:.6rem;white-space:nowrap;font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-decoration:none;border:1px solid #7b3fe4;padding:.85rem 2rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.manifest-hero__btn svg{flex-shrink:0;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out}.manifest-hero__btn:hover{border-color:#7b3fe4;background-color:rgba(123,63,228,.18)}.manifest-hero__btn:hover svg{transform:translateX(4px)}.manifest-section__btn-wrap{display:flex;justify-content:flex-end;margin-top:2rem}.manifest-section__btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-width:200px;height:62px;white-space:nowrap;font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;text-decoration:none;background:rgba(0,0,0,0);border:2px solid var(--glow-color, #7b3fe4);padding:0 1.75rem;box-sizing:border-box;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.manifest-section__btn svg{flex-shrink:0;transition:transform .3s ease}.manifest-section__btn:hover{border-color:var(--glow-color, #7b3fe4);background-color:color-mix(in srgb, var(--glow-color, #7b3fe4) 18%, transparent)}.manifest-section__btn:hover svg{transform:translateX(4px)}.manifest-section{position:relative;padding:5rem 0}.manifest-section__glow{position:absolute;inset:-30%;background:radial-gradient(ellipse 50% 60% at var(--glow-x, 12%) 50%, var(--glow-color, #7b3fe4) 0%, transparent 65%);filter:blur(72px);opacity:0;transition:opacity 1s ease;pointer-events:none;z-index:0;will-change:opacity;transform:skew(66deg, 353deg)}.manifest-section__glow--secondary{transform:skew(297deg, 40deg) translateY(500px);scale:.4}.manifest-section.is-lit .manifest-section__glow{opacity:.45}.manifest-section__inner{position:relative;z-index:1;max-width:87.5%;margin:0 auto}.manifest-section__title{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.8rem,2.6vw,3.125rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0 0 1.5rem}.manifest-section__content p{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:400;line-height:160%;letter-spacing:.02em;color:hsla(0,0%,100%,.82);margin:0 0 1em}.manifest-section__content p:last-child{margin-bottom:0}.manifest-section__content strong{font-weight:600;color:#fff}.manifest-section__content em{font-style:italic}.manifest-section__content a{color:#fff;text-decoration:underline;text-underline-offset:3px}.manifest-section__content a:hover{color:#77afbc}@media screen and (max-width: 768px){.manifest-section{padding:3.5rem 0}}@media screen and (max-width: 767px){.manifest-section-nav{display:none}}@media screen and (max-width: 600px){.manifest-header{padding:2rem 1.25rem 1.5rem}.manifest-header__inner{max-width:100%}.manifest-hero{padding:3rem 1.25rem}.manifest-hero__inner{max-width:100%}.manifest-section{padding:2.5rem 1.25rem}.manifest-section__inner{max-width:100%}.manifest-section__glow{inset:-20%;filter:blur(56px);background:radial-gradient(ellipse 60% 50% at 50% 50%, var(--glow-color, #7b3fe4) 0%, transparent 70%);border-radius:0}}.zwykli-page{min-height:100vh;padding-top:var(--navigation__height);background-color:#000}.zwykli-header{padding:3rem 0 2rem;background-color:#000}.zwykli-header__inner{max-width:87.5%;margin:0 auto}.zwykli-heading-page{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.zwykli-tape{width:100%;line-height:0}.zwykli-tape__img{width:100%;height:auto;display:block}.zwykli-hero{background-color:#000;line-height:0}.zwykli-hero__img{display:block;width:100%;max-width:50%;height:auto;margin:0 auto}.zwykli-section{padding:5rem 0;background-color:#000}.zwykli-section__inner{max-width:87.5%;margin:0 auto}.zwykli-section__title{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.8rem,2.6vw,3.125rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0 0 2.5rem}.zwykli-section__content p{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:400;line-height:160%;letter-spacing:.02em;color:hsla(0,0%,100%,.82);margin:0 0 1em}.zwykli-section__content p:last-child{margin-bottom:0}.zwykli-section__content strong{font-weight:600;color:#fff}.zwykli-section__content em{font-style:italic}.zwykli-section__content a{color:#fff;text-decoration:underline;text-underline-offset:3px}.zwykli-section__content a:hover{color:#77afbc}.zwykli-section--projekt .zwykli-section__content{max-width:75%}.zwykli-section--zgloszenie{padding-bottom:6rem}.zwykli-regulamin__scroll{height:260px;overflow-y:auto;border:1px solid hsla(0,0%,100%,.2);padding:1.5rem 1.75rem;margin-bottom:1.25rem;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.3) rgba(0,0,0,0)}.zwykli-regulamin__scroll::-webkit-scrollbar{width:4px}.zwykli-regulamin__scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:2px}.zwykli-regulamin__scroll p{font-family:"Oswald",sans-serif;font-size:clamp(.875rem,1vw,1.125rem);font-weight:400;line-height:170%;color:hsla(0,0%,100%,.75);margin:0 0 1em}.zwykli-regulamin__scroll p:last-child{margin-bottom:0}.zwykli-regulamin__accept{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer}.zwykli-regulamin__checkbox{width:24px;height:24px;min-width:24px;appearance:none;background:rgba(0,0,0,.73);border:3px solid #77afbc;margin:0;cursor:pointer;flex-shrink:0;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.zwykli-regulamin__checkbox:checked{background-color:#77afbc;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 10%27%3E%3Cpath d=%27M1 5l3.5 3.5L11 1%27 stroke=%27%23000000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 fill=%27none%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:60%}.zwykli-regulamin__label{font-family:"Oswald",sans-serif;font-size:clamp(.875rem,1vw,1.125rem);font-weight:400;color:hsla(0,0%,100%,.7);-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.zwykli-regulamin__accept:hover .zwykli-regulamin__label{color:#fff}.zwykli-form{display:flex;flex-direction:column;gap:.75rem;max-width:60%;margin:0 auto}.zwykli-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.zwykli-form input[type=text],.zwykli-form input[type=email]{width:100%;background:rgba(0,0,0,.73);border:3px solid #77afbc;color:#fff;font-family:"Oswald",sans-serif;font-size:clamp(.9rem,1.05vw,1.25rem);font-weight:400;padding:1rem 1.25rem;outline:none;box-sizing:border-box;-webkit-transition:border-color .3s ease-in-out;-moz-transition:border-color .3s ease-in-out;-ms-transition:border-color .3s ease-in-out;-o-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out}.zwykli-form input[type=text]::placeholder,.zwykli-form input[type=email]::placeholder{color:hsla(0,0%,100%,.45)}.zwykli-form input[type=text]:focus,.zwykli-form input[type=email]:focus{border-color:#99c6d1}.zwykli-form__uploads-header{margin:.75rem 0 .25rem}.zwykli-form__uploads-title{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.8rem,2.6vw,3.125rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0 0 .4rem}.zwykli-form__uploads-hint{font-family:"Oswald",sans-serif;font-size:clamp(.875rem,1vw,1.125rem);font-weight:400;color:hsla(0,0%,100%,.5);margin:0}.zwykli-form__upload-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:.75rem;margin-top:1.25rem}.zwykli-form__rodo{display:flex;align-items:flex-start;gap:.75rem;flex:1}.zwykli-form__rodo input[type=checkbox]{width:24px;height:24px;min-width:24px;appearance:none;background:rgba(0,0,0,.73);border:3px solid #77afbc;margin-top:.1em;cursor:pointer;flex-shrink:0;-webkit-transition:background-color .3s ease-in-out;-moz-transition:background-color .3s ease-in-out;-ms-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.zwykli-form__rodo input[type=checkbox]:checked{background-color:#77afbc;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 10%27%3E%3Cpath d=%27M1 5l3.5 3.5L11 1%27 stroke=%27%23000000%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 fill=%27none%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:60%}.zwykli-form__rodo span{font-family:"Oswald",sans-serif;font-size:clamp(.75rem,.9vw,1rem);font-weight:400;line-height:150%;color:hsla(0,0%,100%,.7)}.zwykli-form__rodo span a{color:#fff;text-decoration:underline;text-underline-offset:2px}.zwykli-form__rodo span a:hover{color:#77afbc}.zwykli-form__bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:.25rem}.zwykli-form__submit{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.6);color:#fff;font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.9rem 2.5rem;cursor:pointer;display:inline-flex;align-items:center;gap:.75rem;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.zwykli-form__submit:hover{border-color:#fff;background-color:hsla(0,0%,100%,.08)}.zwykli-form__submit:active{background-color:hsla(0,0%,100%,.15)}.zwykli-form__submit:disabled{opacity:.45;cursor:not-allowed}.zwykli-form__message{font-family:"Oswald",sans-serif;font-size:clamp(.875rem,1vw,1.125rem);font-weight:400;padding:.75rem 1rem;border:1px solid rgba(0,0,0,0);display:none}.zwykli-form__message.is-visible{display:block}.zwykli-form__message--success{border-color:#77afbc;color:#77afbc}.zwykli-form__message--error{border-color:#e57373;color:#e57373}.zwykli-upload-slot{display:flex;flex-direction:column;gap:.6rem}.zwykli-upload-box{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;border:3px solid #77afbc;background:rgba(0,0,0,.73);padding:1.1rem 1.25rem;cursor:pointer;-webkit-transition:border-color background-color ease-in-out;-moz-transition:border-color background-color ease-in-out;-ms-transition:border-color background-color ease-in-out;-o-transition:border-color background-color ease-in-out;transition:border-color background-color ease-in-out}.zwykli-upload-box input[type=file]{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.zwykli-upload-box__label{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.1rem,1.4vw,1.5rem);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:1;white-space:nowrap}.zwykli-upload-box__icon{flex-shrink:0;display:flex;align-items:center;color:#fff;opacity:.75;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.zwykli-upload-box:hover{border-color:#fff;background-color:hsla(0,0%,100%,.04)}.zwykli-upload-box:hover .zwykli-upload-box__icon{opacity:1}.zwykli-upload-box__meta{display:flex;align-items:center;gap:.6rem}.zwykli-upload-box__meta[hidden]{display:none}.zwykli-upload-box__filename{font-family:"Oswald",sans-serif;font-size:clamp(.8rem,.95vw,1rem);font-weight:400;color:#77afbc;text-decoration:underline;text-underline-offset:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 2rem)}.zwykli-upload-box__remove{flex-shrink:0;background:rgba(0,0,0,0);border:none;color:hsla(0,0%,100%,.6);font-size:1rem;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.zwykli-upload-box__remove:hover{color:#fff}@media screen and (max-width: 1200px){.zwykli-form{max-width:80%}}@media screen and (max-width: 900px){.zwykli-form{max-width:100%}.zwykli-form__upload-grid{grid-template-columns:repeat(2, 1fr)}.zwykli-hero__img{max-width:87.5%}}@media screen and (max-width: 768px){.zwykli-section{padding:3rem 0}.zwykli-section--projekt .zwykli-section__content{max-width:100%}}@media screen and (max-width: 600px){.zwykli-header{padding:2rem 1.25rem 1.5rem}.zwykli-header__inner{max-width:100%}.zwykli-hero__img{max-width:100%;padding:0 1.25rem;box-sizing:border-box}.zwykli-section{padding:2.5rem 1.25rem}.zwykli-section__inner{max-width:100%}.zwykli-section--zgloszenie{padding-bottom:4rem}.zwykli-regulamin__scroll{height:200px;padding:1rem 1.25rem}.zwykli-form__row{grid-template-columns:1fr}.zwykli-form__upload-grid{grid-template-columns:repeat(2, 1fr)}.zwykli-form__uploads-title{font-size:clamp(1.4rem,5vw,2rem)}.zwykli-form__upload-grid .zwykli-upload-box{padding:.65rem .75rem}.zwykli-form__upload-grid .zwykli-upload-box .zwykli-upload-box__label{font-size:.85rem}.zwykli-form__upload-grid .zwykli-upload-box .zwykli-upload-box__icon svg{width:22px;height:22px}.zwykli-form__bottom{flex-direction:column;align-items:stretch;gap:1rem}.zwykli-form__submit{width:100%;justify-content:center}}.filmoteka-page{min-height:100vh;padding-top:var(--navigation__height);background-color:#000}.filmoteka-header{padding:3rem 0 2rem}.filmoteka-header__inner{max-width:87.5%;margin:0 auto}.filmoteka-heading{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.tape-bar--filmoteka{width:100%;overflow:hidden;height:40px}.tape-bar--filmoteka .tape-bar__film{width:100%;height:100%;background-repeat:repeat-x;background-size:auto 100%}.filmoteka-lead{padding:3rem 0 2rem}.filmoteka-lead__inner{max-width:87.5%;margin:0 auto}.filmoteka-lead__text{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.1rem,1.8vw,1.5rem);font-weight:700;color:#fff;margin:0;line-height:1.3}.filmoteka-grid{padding:0 0 5rem}.filmoteka-grid__inner{max-width:87.5%;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.filmoteka-card{display:flex;flex-direction:column;position:relative;background:linear-gradient(270deg, #EB6931 10.1%, #F25D1C 100%);color:#fff;text-decoration:none;aspect-ratio:678/317;overflow:hidden;-webkit-transition:filter .3s ease-in-out;-moz-transition:filter .3s ease-in-out;-ms-transition:filter .3s ease-in-out;-o-transition:filter .3s ease-in-out;transition:filter .3s ease-in-out}.filmoteka-card:hover{filter:brightness(1.08)}.filmoteka-card__body{flex:1;display:flex;flex-direction:column;padding:8.52% 7.52% 0}.filmoteka-card__label{font-family:"Oswald",sans-serif;font-size:clamp(.85rem,2.3vw,2.19rem);font-weight:400;line-height:110%;letter-spacing:.02em;color:#fff;flex-shrink:0}.filmoteka-card__divider{flex-shrink:0;height:3px;background:rgba(0,0,0,.2);margin:6% .64% 0}.filmoteka-card__title{font-family:"Oswald",sans-serif;font-size:clamp(1.25rem,3.3vw,3.125rem);font-weight:400;line-height:110%;letter-spacing:.02em;color:#fff;margin:0;flex:1;display:flex;align-items:flex-start;padding-top:4%}.filmoteka-card__footer{flex-shrink:0;height:23.66%;background:rgba(0,0,0,.2);display:flex;align-items:center;justify-content:space-between;padding:0 7.23%}.filmoteka-card__meta{font-family:"Oswald",sans-serif;font-size:clamp(.7rem,1.6vw,1.5rem);font-weight:400;line-height:110%;letter-spacing:.04em;color:#fff}.filmoteka-card__cta{font-family:"Oswald",sans-serif;font-size:clamp(.7rem,2vw,1.875rem);font-weight:400;line-height:110%;letter-spacing:.2em;color:#fff;display:flex;align-items:center;gap:.6rem;text-transform:uppercase;flex-shrink:0}.filmoteka-card__cta svg{flex-shrink:0;width:clamp(24px,3.2vw,44px);height:auto}@media screen and (max-width: 900px){.filmoteka-grid__inner{grid-template-columns:1fr}}@media screen and (max-width: 600px){.filmoteka-header{padding:2rem 1.25rem 1.5rem}.filmoteka-header__inner{max-width:100%}.filmoteka-lead{padding:2rem 1.25rem 1.5rem}.filmoteka-lead__inner{max-width:100%}.filmoteka-grid{padding:0 1.25rem 3rem}.filmoteka-grid__inner{max-width:100%}}.repozytorium-page{min-height:100vh;padding-top:var(--navigation__height);background-color:#000}.repozytorium-header{padding:3rem 0 2rem}.repozytorium-header__inner{max-width:87.5%;margin:0 auto}.repozytorium-heading{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(2.5rem,4vw,3.75rem);font-weight:700;line-height:104%;letter-spacing:.01em;color:#fff;margin:0}.tape-bar--repozytorium{width:100%;overflow:hidden;height:40px}.tape-bar--repozytorium .tape-bar__film{width:100%;height:100%;background-repeat:repeat-x;background-size:auto 100%}.repozytorium-lead{padding:2.5rem 0 1.5rem}.repozytorium-lead__inner{max-width:87.5%;margin:0 auto}.repozytorium-lead__text{font-family:"Oswald",sans-serif;font-size:clamp(.9rem,1.2vw,1.125rem);font-weight:400;color:#fff;margin:0;line-height:1.5}.repozytorium-grid{padding:0 0 5rem}.repozytorium-grid__inner{max-width:87.5%;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);gap:.5rem}.repozytorium-card{position:relative;display:block;width:100%;aspect-ratio:1/1;overflow:hidden;padding:0;border:none;background:#111;cursor:pointer}.repozytorium-card:hover .repozytorium-card__img{transform:scale(1.05)}.repozytorium-card__img{width:100%;height:100%;object-fit:cover;display:block;-webkit-transition:transform .3s ease-in-out;-moz-transition:transform .3s ease-in-out;-ms-transition:transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition-duration:.5s}.repozytorium-card__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 70%);display:flex;align-items:flex-end;justify-content:center;padding:1rem 1.25rem}.repozytorium-card__title{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1rem,1.8vw,1.75rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;line-height:1.1;text-align:center}.repo-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.93);display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem}.repo-lightbox[hidden]{display:none}.repo-lightbox__inner{flex:1;max-width:160vh;display:flex;flex-direction:column;align-items:center;gap:1rem}.repo-lightbox__img{max-width:100%;max-height:80vh;object-fit:contain;display:block}.repo-lightbox__title{font-family:"Big Shoulders Display","Big Shoulders Text",sans-serif;font-size:clamp(1.2rem,2vw,2rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;margin:0;text-align:center}.repo-lightbox__close{position:absolute;top:1.25rem;right:1.25rem;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.4);color:#fff;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.repo-lightbox__close:hover{border-color:#fff;background:hsla(0,0%,100%,.1)}.repo-lightbox__arrow{flex-shrink:0;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.4);color:#fff;width:52px;height:52px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.repo-lightbox__arrow:hover{border-color:#fff;background:hsla(0,0%,100%,.1)}.repo-lightbox__arrow svg{pointer-events:none}@media screen and (max-width: 900px){.repozytorium-grid__inner{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 500px){.repozytorium-grid__inner{grid-template-columns:1fr}.repozytorium-header{padding:2rem 1.25rem 1.5rem}.repozytorium-header__inner{max-width:100%}.repozytorium-lead{padding:1.5rem 1.25rem 1rem}.repozytorium-lead__inner{max-width:100%}.repozytorium-grid{padding:0 1.25rem 3rem}.repozytorium-grid__inner{max-width:100%}.repo-lightbox__arrow{width:40px;height:40px}}[data-animate]{opacity:0;transition:all .3s ease-out}.animate-fade-up{opacity:0;transform:translateY(30px);transition:all .3s ease-out}.animate-fade-up.visible{opacity:1;transform:none}.animate-fade-down{opacity:0;transform:translateY(-30px);transition:all .3s ease-out}.animate-fade-down.visible{opacity:1;transform:none}.animate-fade-left{opacity:0;transform:translateX(-30px);transition:all .3s ease-out}.animate-fade-left.visible{opacity:1;transform:none}.animate-fade-right{opacity:0;transform:translateX(30px);transition:all .3s ease-out}.animate-fade-right.visible{opacity:1;transform:none}.animate-zoom-in{opacity:0;transform:scale(0.8);transition:all .3s ease-out}.animate-zoom-in.visible{opacity:1;transform:none}.animate-rotate-in{opacity:0;transform:rotate(-10deg) scale(0.9);transition:all .3s ease-out}.animate-rotate-in.visible{opacity:1;transform:none}.container-s{margin:0 auto;height:100%;max-width:1200px}.container-m,.container-nav{margin:0 auto;height:100%;max-width:1640px}.container-l{margin:0 auto;height:100%;max-width:1920px}.container-xl{margin:0 auto;height:100%;max-width:100%}@media screen and (max-width: 1500px){.p-2{padding:var(--content__spacing)}}@media screen and (max-width: 767px){.p-2.no-mobile-padding{padding:0}}.header-xs{font-size:var(--fs__header-xs);line-height:calc(var(--fs__header-xs)*var(--header__line-height))}.header-s{font-size:var(--fs__header-s);line-height:calc(var(--fs__header-s)*var(--header__line-height))}.header-m{font-size:var(--fs__header-m);line-height:calc(var(--fs__header-m)*var(--header__line-height))}.header-l{font-size:var(--fs__header-l);line-height:calc(var(--fs__header-l)*var(--header__line-height))}.header-xl{font-size:var(--fs__header-xl);line-height:calc(var(--fs__header-xl)*var(--header__line-height))}.text-xs{font-size:var(--fs__text-xs);line-height:calc(var(--fs__text-xs)*var(--text__line-height))}.text-s{font-size:var(--fs__text-s);line-height:calc(var(--fs__text-s)*var(--text__line-height))}.text-m{font-size:var(--fs__text-m);line-height:calc(var(--fs__text-m)*var(--text__line-height))}.text-l{font-size:var(--fs__text-l);line-height:calc(var(--fs__text-l)*var(--text__line-height))}@media screen and (max-width: 1200px){.header-xs{font-size:var(--fs__header-xs);line-height:calc(var(--fs__header-xs)*var(--header__line-height))}.header-s{font-size:var(--fs__header-s);line-height:calc(var(--fs__header-s)*var(--header__line-height))}.header-m{font-size:var(--fs__header-m);line-height:calc(var(--fs__header-m)*var(--header__line-height))}.header-l{font-size:var(--fs__header-l);line-height:calc(var(--fs__header-l)*var(--header__line-height))}.header-xl{font-size:var(--fs__header-xl);line-height:calc(var(--fs__header-xl)*var(--header__line-height))}.text-xs{font-size:var(--fs__text-xs);line-height:calc(var(--fs__text-xs)*var(--text__line-height))}.text-s{font-size:var(--fs__text-s);line-height:calc(var(--fs__text-s)*var(--text__line-height))}.text-m{font-size:var(--fs__text-m);line-height:calc(var(--fs__text-m)*var(--text__line-height))}.text-l{font-size:var(--fs__text-l);line-height:calc(var(--fs__text-l)*var(--text__line-height))}}
