@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{--color-accent: #EDC483;--color-accent-light: #f5d9a8;--color-accent-dark: #c9a05a;--color-accent-2: #3C6F93;--color-accent-2-light: #5a8fb5;--color-bg: #000000;--color-bg-card: #0d0d0d;--color-bg-section: #0a0a0a;--color-text: #ffffff;--color-text-muted: #aaaaaa;--font-accent: "Times New Roman", serif;--font-primary: "Oswald", sans-serif;--font-body: "Roboto", sans-serif;--max-width-desktop: 87.5%;--desktop-breakpoint: 1280px;--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{padding-top:var(--navigation__height);display:flex;flex-direction:column;min-height:100vh}main{flex:1}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:#edc483;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:#f5d9a8}}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:#edc483;color:#000}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#85898d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#edc483}:focus-visible{outline:2px solid #edc483;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:#edc483;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}.page-hero-bg{position:absolute;top:0;left:0;width:100%;height:100vh;z-index:0;overflow:hidden}.page-hero-bg__video,.page-hero-bg__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero-bg__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.75) 100%)}.page-hero-title{position:relative;z-index:1;padding-top:calc(var(--navigation__height) + 3rem);padding-bottom:3rem}.page-hero-title__text{font-family:"Times New Roman",serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;font-style:normal;color:#fff;letter-spacing:.04em;line-height:1.1;margin:0}.has-page-hero{position:relative}@media screen and (max-width: 767px){.page-hero-bg{height:100svh}.page-hero-title{padding-top:calc(var(--navigation__height) + 2rem);padding-bottom:2rem}.page-hero-title__text{font-size:clamp(2rem,7vw,3rem)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.75rem;font-family:var(--font-primary);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:1px 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:var(--color-accent);color:#000;border-color:var(--color-accent)}.btn--primary:hover{background-color:var(--color-accent-dark);border-color:var(--color-accent-dark)}.btn--outline,.btn--secondary{background-color:rgba(0,0,0,0);color:var(--color-accent);border-color:var(--color-accent)}.btn--outline svg,.btn--secondary 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}.btn--outline:hover,.btn--secondary:hover{background-color:var(--color-accent);color:#000}.btn--ghost{background-color:rgba(0,0,0,0);color:hsla(0,0%,100%,.7);border-color:hsla(0,0%,100%,.2)}.btn--ghost:hover{color:#fff;border-color:hsla(0,0%,100%,.5)}.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)}.btn svg{flex-shrink:0}.btn:hover svg{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:#edc483}.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 #edc483;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:#f5d9a8}.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}}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-accent);font-weight:400;line-height:var(--header__line-height);color:#fff}#page{padding-top:0}@media screen and (max-width: 767px){#page{padding-top:var(--navigation__height)}}.page-hero{position:relative;background-color:var(--color-bg-section);min-height:280px;display:flex;align-items:flex-end;overflow:hidden}.page-hero--short{min-height:180px}.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);z-index:1}.page-hero__inner{position:relative;z-index:2;padding-bottom:3rem;padding-top:2rem}.page-hero__title{font-family:var(--font-accent);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;color:#fff;letter-spacing:.04em;text-transform:uppercase;margin:0}.section-heading{font-family:var(--font-accent);font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:400;color:#fff;letter-spacing:.06em;text-transform:uppercase;position:relative}.section-heading::after{content:"";display:block;width:40px;height:1px;background-color:var(--color-accent);margin-top:1rem}.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:#edc483}.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:#edc483}.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,0);position:absolute;top:0;left:0;width:100%;height:var(--navigation__height);z-index:99;transition:background-color .3s ease}.container-nav{display:flex;justify-content:space-between;align-items:center;height:100%;width:100%;margin:0 auto;padding:0 1.5rem}@media screen and (min-width: 1280px){.container-nav{max-width:var(--max-width-desktop);padding:0}}.site-branding a{display:flex;align-items:center;text-decoration:none}.site-branding img,.site-branding svg{height:44px;width:auto}@media screen and (min-width: 768px){.site-branding img,.site-branding svg{height:60px}}.header-actions{display:flex;align-items:center;gap:var(--content__space-l)}.navigation-container{display:flex;align-items:center;gap:var(--content__space-l)}.navigation-control .menu-primary-container .menu{display:flex;list-style:none;margin:0;padding:0}.menu-item{margin:0 var(--menu-item__space-m)}.menu-item a{font-family:var(--font-primary);font-size:.8rem;font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:var(--navigation__letter-spacing);padding:.5rem 0;position:relative;text-decoration:none}.menu-item a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--color-accent);-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}.menu-item a:hover{color:var(--color-accent)}.menu-item a:hover::after{width:100%}.menu-item.current-menu-item a,.menu-item.current_page_item a{color:var(--color-accent)}.menu-item.current-menu-item a::after,.menu-item.current_page_item a::after{width:100%}.header-social{display:flex;align-items:center;gap:var(--content__space-s)}.header-social__link{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#85898d}.header-social__link:hover{color:#fff}.header-social__icon{width:100%;height:100%}.menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:var(--menu-toggle__width);height:var(--menu-toggle__height);background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:100}.menu-toggle__line{display:block;width:100%;height:var(--menu-toggle-line__height);background-color:#fff;border-radius:2px;-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}.nav-social-mobile{display:none}.menu-close{display:none}@media screen and (max-width: 1200px){.navigation-container{order:3}.navigation-control .menu-primary-container{background-color:#000;position:fixed;top:0;left:-100%;display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;height:100vh;padding:0 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;z-index:98}.navigation-control .menu-primary-container .menu{flex-direction:column;align-items:center;gap:var(--content__space-m)}.navigation-control.toggled .menu-primary-container{left:0}.navigation-control.toggled .menu-toggle__line:nth-of-type(1){transform:translateY(10px) 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(-10px) rotate(-45deg)}.menu-toggle{display:flex}.menu-item{margin:0}.menu-item a{font-size:var(--fs__text-m)}.header-social{margin-right:4rem}.footer__social{display:none !important}.nav-social-mobile{display:flex;justify-content:center;padding-top:var(--content__space-l)}.nav-social-mobile .footer__social-icons{display:flex;gap:var(--content__space-s)}.menu-close{display:flex;position:absolute;top:1.5rem;right:1.5rem;width:32px;height:32px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:100}.menu-close span{display:block;position:absolute;width:100%;height:2px;background-color:#fff;border-radius:2px;top:50%;left:0}.menu-close span:nth-of-type(1){transform:translateY(-50%) rotate(45deg)}.menu-close span:nth-of-type(2){transform:translateY(-50%) rotate(-45deg)}}@media screen and (max-width: 767px){.container-nav{padding-left:1.25rem;padding-right:1.25rem}.site-branding img{width:120px}.navigation-control .menu-primary-container{width:100%;padding:0 1.5rem}.header-social{display:none}}@media screen and (max-width: 767px){.navigation-control .menu-primary-container{width:100%}.header-social{display:none}}.site-branding a{display:flex}.footer{background-color:#000}.footer__bar{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:1.5rem 0;border-top:1px solid hsla(0,0%,100%,.15)}.footer__left{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.footer__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.footer__logo svg,.footer__logo img{height:106px;width:auto}.footer__logo-text{font-family:var(--font-accent);font-size:1.5rem;color:#fff}.footer__copyright{font-family:var(--font-primary);font-weight:400;font-size:13px;line-height:130%;letter-spacing:.03em;color:#fff;margin:0;max-width:380px}.footer__center{flex:1;padding:0 1rem;min-width:0}.footer__trademark{font-family:var(--font-primary);font-weight:400;font-size:13px;line-height:130%;letter-spacing:.03em;color:#fff;margin:0}.footer__right{display:flex;align-items:center;gap:2rem;flex-shrink:0}.footer__links{display:flex;align-items:center;gap:2rem;flex-shrink:0}.footer__link{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:130%;letter-spacing:.02em;text-decoration:underline;text-underline-offset:3px;color:#fff;white-space:nowrap}.footer__link:hover{color:#edc483}.footer__social{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.footer__social-label{font-family:var(--font-primary);font-weight:400;font-size:16px;line-height:120%;letter-spacing:.02em;color:#fff;white-space:nowrap}.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}.footer__social-link:hover{color:#fff}@media screen and (max-width: 1200px){.footer__bar{flex-wrap:wrap;gap:1.5rem}.footer__center{order:3;flex-basis:100%;padding:0}.footer__right{margin-left:auto}}@media screen and (max-width: 767px){.footer__bar{flex-direction:column;align-items:flex-start;gap:1.25rem}.footer__left{flex-direction:column;align-items:flex-start;gap:1rem}.footer__logo svg,.footer__logo img{height:64px}.footer__center{order:unset;flex-basis:auto;padding:0}.footer__right{flex-direction:column;align-items:flex-start;gap:1rem;margin-left:0}.footer__links{flex-direction:column;align-items:flex-start;gap:.75rem}.footer__social{justify-content:space-between;width:100%}}.homepage #page{padding-top:0}.hero{position:relative;width:100%;height:100vh;min-height:600px;background-image:var(--hero-bg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.6) 100%);z-index:1}.hero__inner{position:relative;z-index:2;width:100%}.hero__content{text-align:left;max-width:700px}.hero__title{font-family:var(--font-accent);font-size:clamp(2.5rem,5.5vw,6rem);font-weight:400;color:#fff;line-height:1.1;margin:0 0 1.25rem;letter-spacing:.02em}.hero__tagline{font-family:var(--font-primary);font-size:clamp(.9rem,1.6vw,1.35rem);font-weight:600;color:var(--color-accent);letter-spacing:.2em;text-transform:uppercase;margin:0}.hero__scroll-indicator{position:absolute;bottom:2.5rem;right:2.5rem;z-index:2}.hero__scroll-stack{display:flex;flex-direction:column;align-items:center;gap:.6rem;color:#fff}.hero__scroll-stack--gold{position:absolute;inset:0;color:var(--color-accent);clip-path:inset(0 0 100% 0);animation:hero-scroll-sweep 2.6s ease-in-out infinite}.hero__scroll-arrow{display:block}.hero__scroll-label{font-family:var(--font-primary);font-size:.65rem;font-weight:400;letter-spacing:.3em;color:currentColor;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}@keyframes hero-scroll-sweep{0%{clip-path:inset(0 0 100% 0)}45%,55%{clip-path:inset(0 0 0 0)}100%{clip-path:inset(100% 0 0 0)}}@media(prefers-reduced-motion: reduce){.hero__scroll-stack--gold{animation:none;clip-path:inset(0 0 0 0)}}@media screen and (min-width: 1600px){.hero__content{max-width:60rem}.hero__title{font-size:7rem}.hero__tagline{font-size:1.6rem}}@media screen and (max-width: 767px){.hero{height:100svh}.hero__scroll-indicator{bottom:1.5rem}.hero--video{height:auto;min-height:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.hero--video .hero__video{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.hero--video .hero__overlay{display:none}.hero--video .hero__inner{padding-top:2rem;padding-bottom:2.5rem}.hero--video .hero__scroll-indicator{display:none}}.intro{position:relative;background-color:var(--color-bg);padding:var(--content__space-xl) 0}.intro::before,.intro::after{content:"";position:absolute;left:50%;transform:translateX(-50%);width:80vw;height:1px;background-color:hsla(0,0%,100%,.15)}.intro::before{top:0}.intro::after{bottom:0}.intro__inner{max-width:800px;margin:0 auto;text-align:center}.intro__title{font-family:"Times New Roman",serif;font-size:40px;font-weight:400;font-style:normal;color:#fff;line-height:1.6;letter-spacing:.02em;text-align:center;margin-bottom:var(--content__space-l)}.intro__text{font-family:"Times New Roman",serif;font-size:22px;font-weight:400;font-style:normal;color:#fff;line-height:1.6;letter-spacing:.02em;text-align:center}.intro__text p{margin-bottom:1.5rem}.intro__text p:last-child{margin-bottom:0}@media screen and (max-width: 767px){.intro__title{font-size:28px}.intro__text{font-size:18px}}.features{background-color:#000;padding:var(--content__space-xl) 0}.features__heading{font-family:var(--font-accent);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:400;color:#fff;text-align:center;letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--content__space-xl)}.features__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px}.feature-card{position:relative;aspect-ratio:1/1;background-image:var(--card-bg);background-size:cover;background-position:center;background-color:#111;overflow:hidden;cursor:pointer}.feature-card__overlay{position:absolute;inset:0;-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}.feature-card:hover .feature-card__overlay{background:linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.72) 100%)}.feature-card__link{position:absolute;inset:0;z-index:3}.feature-card__content{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem;text-align:left}.feature-card__title{font-family:var(--font-accent);font-size:clamp(1rem,1.6vw,1.4rem);font-weight:400;color:#fff;letter-spacing:.1em;text-transform:uppercase;margin:0;line-height:1.2;-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}.feature-card:hover .feature-card__title{color:var(--color-accent)}.feature-card__arrow{flex-shrink:0;display:block;-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}.feature-card:hover .feature-card__arrow path{stroke:#fff}@media screen and (max-width: 1200px){.features__grid{grid-template-columns:repeat(2, 1fr);gap:32px}}@media screen and (max-width: 767px){.features__grid{grid-template-columns:repeat(2, 1fr);gap:16px}}@media screen and (max-width: 480px){.features__grid{grid-template-columns:1fr;gap:16px}}.ecosystem-cta{background-color:#000;overflow:hidden}.ecosystem-cta__layout{display:grid;grid-template-columns:58fr 42fr;align-items:center;min-height:560px}.ecosystem-cta__image-col{position:relative;height:100%;min-height:560px}.ecosystem-cta__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.ecosystem-cta__image-placeholder{width:100%;height:100%;background-image:radial-gradient(circle at 45% 50%, rgba(60, 111, 147, 0.18) 0%, transparent 55%),radial-gradient(circle at 75% 30%, rgba(237, 196, 131, 0.08) 0%, transparent 40%),linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);background-size:100% 100%,100% 100%,60px 60px,60px 60px}.ecosystem-cta__content{position:relative;z-index:2;margin-left:-15%;padding:4rem 4rem 4rem 3rem;background:linear-gradient(to right, transparent 0%, #000000 18%, #000000 100%)}.ecosystem-cta__title{font-family:"Times New Roman",serif;font-size:clamp(1.6rem,2.5vw,2.4rem);font-weight:400;color:#fff;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1.5rem;line-height:1.3}.ecosystem-cta__text{font-family:"Times New Roman",serif;font-size:clamp(.95rem,1.2vw,1.1rem);font-weight:400;color:#fff;line-height:1.75;margin:0 0 2rem;max-width:420px}.ecosystem-cta__btn{display:inline-flex;align-items:center;gap:1rem;font-family:"Times New Roman",serif;font-size:1.2rem;font-weight:400;color:#fff;text-decoration:none;border:1px solid var(--color-accent);padding:.875rem 1.5rem;letter-spacing:.04em;-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}.ecosystem-cta__btn svg path{-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}.ecosystem-cta__btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.ecosystem-cta__btn:hover svg path{stroke:var(--color-accent)}@media screen and (max-width: 1024px){.ecosystem-cta__layout{grid-template-columns:1fr;min-height:auto}.ecosystem-cta__image-col{min-height:360px}.ecosystem-cta__content{margin-left:0;padding:3rem 2rem;background:#000}.ecosystem-cta__text{max-width:100%}}@media screen and (max-width: 767px){.ecosystem-cta__image-col{min-height:260px}.ecosystem-cta__content{padding:2.5rem 1.5rem;text-align:center}.ecosystem-cta__text{margin-left:auto;margin-right:auto}}.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:#edc483}.timeline__back-to-top:hover{color:#edc483}@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 #edc483}.produkcja-single__image{position:relative}.produkcja-single__image img{width:100%;height:auto;display:block}.produkcja-single__badge{position:absolute;max-width:100px;background:#edc483;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:#edc483;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)}}.page-template-kontakt .page-header.section{margin:0;padding:0}.kontakt-info{padding-top:0;padding-bottom:var(--content__space-l)}.kontakt-info__content{text-align:center}.kontakt-info__company{font-size:var(--fs__text-l);font-weight:600;color:#fff;margin:0 0 .5rem}.kontakt-info__subtitle{font-size:var(--fs__text-m);color:#fff;margin:0 0 .5rem;font-weight:200}.kontakt-info__address{font-size:var(--fs__text-m);color:#fff;margin:0 0 1.5rem}.kontakt-info__links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.kontakt-info__link{font-size:var(--fs__text-m);color:#edc483;text-decoration:none;font-weight:500;-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-info__link:hover{color:#f5d9a8}.kontakt-form{padding-top:0;padding-bottom:var(--content__space-xl)}.kontakt-form .section-title{margin-bottom:var(--content__space-xl)}.kontakt-form__wrapper{max-width:900px;margin:0 auto}.wpcf7 *::placeholder{color:#fff !important}.wpcf7 .wpcf7-form{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"name company" "email phone" "message consent" "message submit";gap:1.5rem}.wpcf7 .wpcf7-form-control-wrap{display:block}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea{width:100%;background:rgba(0,0,0,0);border:1px solid #edc483;color:#fff;font-family:"Oswald",sans-serif;font-size:var(--fs__text-s);padding:1rem 1.25rem;-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}.wpcf7 input[type=text]::placeholder,.wpcf7 input[type=email]::placeholder,.wpcf7 input[type=tel]::placeholder,.wpcf7 textarea::placeholder{color:#85898d}.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 textarea:focus{outline:none;border-color:#f5d9a8}.wpcf7 textarea{height:100%;min-height:180px;resize:vertical}.wpcf7 .form-row--name{grid-area:name}.wpcf7 .form-row--company{grid-area:company}.wpcf7 .form-row--email{grid-area:email}.wpcf7 .form-row--phone{grid-area:phone}.wpcf7 .form-row--message{grid-area:message}.wpcf7 .form-row--message .wpcf7-form-control-wrap{height:100%}.wpcf7 .form-row--message textarea{height:100%}.wpcf7 .form-row--consent{grid-area:consent;display:flex;flex-direction:column;justify-content:flex-start;padding-top:.5rem}.wpcf7 .form-row--submit{grid-area:submit;display:flex;justify-content:flex-end;align-items:flex-end}.wpcf7 .wpcf7-acceptance{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.wpcf7 .wpcf7-acceptance input[type=checkbox]{appearance:none;width:20px;height:20px;min-width:20px;border:1px solid #edc483;background:rgba(0,0,0,0);cursor:pointer;margin-top:2px;-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}.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked{background:#edc483;position:relative}.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.wpcf7 .wpcf7-acceptance input[type=checkbox]:focus{outline:none;border-color:#f5d9a8}.wpcf7 .wpcf7-acceptance .wpcf7-list-item{margin:0}.wpcf7 .wpcf7-acceptance .wpcf7-list-item label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.wpcf7 .consent-text{font-size:var(--fs__text-xs);color:#d1d1d1;line-height:1.5}.wpcf7 .consent-text a{color:#edc483;text-decoration:underline}.wpcf7 .consent-text a:hover{color:#f5d9a8}.wpcf7 .required-note{font-size:var(--fs__text-xs);color:#85898d;margin-top:.75rem}.wpcf7 input[type=submit],.wpcf7 button[type=submit],.wpcf7 .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:#edc483;color:#fff;border:none;font-family:"Oswald",sans-serif;font-size:var(--fs__text-s);font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:1rem 2rem;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}.wpcf7 input[type=submit]:hover,.wpcf7 button[type=submit]:hover,.wpcf7 .wpcf7-submit:hover{background:#f5d9a8}.wpcf7 input[type=submit]:disabled,.wpcf7 button[type=submit]:disabled,.wpcf7 .wpcf7-submit:disabled{opacity:.6;cursor:not-allowed}.wpcf7 .wpcf7-not-valid-tip{color:#e53935;font-size:var(--fs__text-xs);margin-top:.5rem}.wpcf7 .wpcf7-response-output{margin:1.5rem 0 0;padding:1rem;border:1px solid #85898d;text-align:center;grid-column:1/-1}.wpcf7 .wpcf7-mail-sent-ok{border-color:#28a745;color:#28a745}.wpcf7 .wpcf7-validation-errors,.wpcf7 .wpcf7-mail-sent-ng{border-color:#e53935;color:#e53935}.wpcf7 .wpcf7-spinner{position:absolute;left:0;top:0;margin-left:50%;margin-top:25%;transform:translate(-50%, -50%)}@media screen and (max-width: 767px){.kontakt-info__links{flex-direction:column;gap:.75rem}.kontakt-info__company,.kontakt-info__subtitle,.kontakt-info__address,.kontakt-info__link{font-size:var(--fs__text-s)}.kontakt-form{padding-bottom:var(--content__space-l)}.kontakt-form .section-title{margin-bottom:var(--content__space-l)}.wpcf7 .wpcf7-form{grid-template-columns:1fr;grid-template-areas:"name" "company" "email" "phone" "message" "consent" "submit"}.wpcf7 .form-row--submit{justify-content:center}.wpcf7 input[type=submit],.wpcf7 button[type=submit],.wpcf7 .wpcf7-submit{width:100%}}.oh-hero{position:relative;background-image:var(--oh-hero-bg);background-size:cover;background-position:center;background-color:#1a0e0a;padding:calc(var(--navigation__height) + 4rem) 0 6rem;overflow:hidden}.oh-hero__inner{position:relative;z-index:2;text-align:center}.oh-hero__eyebrow{font-family:"Times New Roman",serif;font-size:clamp(1.875rem,3.125vw,3.75rem);font-weight:400;line-height:1.05;color:#fff;text-transform:uppercase;text-align:left;margin:0 0 8rem;letter-spacing:0}.oh-hero__title{font-family:"Times New Roman",serif;font-size:clamp(2rem,2.6vw,3.125rem);font-weight:700;line-height:1.5;color:#fff;text-transform:uppercase;letter-spacing:.02em;text-align:center;margin:0 0 1.5rem}.oh-hero__tagline{font-family:"Times New Roman",serif;font-size:clamp(1.125rem,1.46vw,1.75rem);font-weight:700;line-height:1.6;color:#fff;text-align:center;letter-spacing:.1em;margin:0 0 1.5rem}.oh-hero__divider{display:block;width:100%;max-width:588px;height:1px;margin:0 auto 2.5rem;background-image:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%)}.oh-hero__text{font-family:"Times New Roman",serif;font-size:clamp(1rem,1.35vw,1.625rem);font-weight:400;line-height:1.6;letter-spacing:.02em;color:#fff;text-align:center;margin:0 auto;max-width:1280px}.oh-hero__text p{margin:0 0 1rem}.oh-hero__text p:last-child{margin-bottom:0}.oh-czym{background-color:var(--color-bg);padding:5rem 0 3rem}.oh-czym__title{font-family:"Oswald",sans-serif;font-size:clamp(1.75rem,2.4vw,2.875rem);font-weight:400;line-height:1.48;letter-spacing:.03em;color:#edc483;margin:0 0 2rem}.oh-czym__content{font-family:"Times New Roman",serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:400;line-height:1.6;letter-spacing:.02em;color:#fff}.oh-czym__content p{margin:0 0 1.5rem}.oh-czym__content p:last-child{margin-bottom:0}.oh-features{background-color:var(--color-bg);padding:1rem 0 5rem}.oh-features__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}.oh-feature-box{border:1px solid #737373;padding:1.75rem 2rem 2.25rem;background-color:rgba(0,0,0,0);text-align:center;min-height:298px;display:flex;flex-direction:column;align-items:center}.oh-feature-box__title{font-family:"Oswald",sans-serif;font-size:clamp(1.25rem,1.66vw,2rem);font-weight:400;line-height:1.47;letter-spacing:.03em;color:#edc483;margin:0 0 1.5rem}.oh-feature-box__text{font-family:"Times New Roman",serif;font-size:clamp(.95rem,1.15vw,1.375rem);font-weight:400;line-height:1.6;letter-spacing:.02em;color:#fff;margin:0;max-width:367px}.oh-text-section{position:relative;background-color:var(--color-bg);padding:5rem 0;overflow:hidden}.oh-text-section__inner{position:relative;z-index:2}.oh-text-section__title{font-family:"Oswald",sans-serif;font-size:clamp(1.75rem,2.4vw,2.875rem);font-weight:400;line-height:1.48;letter-spacing:.03em;color:#edc483;margin:0 0 2.5rem}.oh-text-section__content{font-family:"Times New Roman",serif;font-size:clamp(1rem,1.15vw,1.375rem);font-weight:400;line-height:1.6;letter-spacing:.02em;color:#fff}.oh-text-section__content p{margin:0 0 1.5rem}.oh-text-section__content p:last-child{margin-bottom:0}.oh-text-section__content strong{color:#fff;font-weight:700}.oh-text-section--slow{background-image:var(--oh-slow-bg);background-size:100% auto;background-position:center bottom;background-repeat:no-repeat;background-color:#000;padding-bottom:clamp(32rem,50vw,60rem)}.oh-text-section--slow .oh-text-section__overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.55) 0, rgba(0, 0, 0, 0.7) clamp(20rem, 30vw, 36rem), rgba(0, 0, 0, 0.9) clamp(34rem, 48vw, 56rem), rgba(0, 0, 0, 0.97) 100%);z-index:1;pointer-events:none}.oh-logos-bg{overflow:hidden;padding:3rem 0;border-top:1px solid hsla(0,0%,100%,.05);border-bottom:1px solid hsla(0,0%,100%,.05);background-color:var(--color-bg)}.oh-logos-bg__track{display:flex;align-items:center;gap:4rem;width:max-content;animation:oh-logos-scroll 30s linear infinite}.oh-logos-bg__item{height:48px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.12;flex-shrink:0}.oh-logos-bg__item--text{font-family:var(--font-accent);font-size:1.5rem;color:hsla(0,0%,100%,.12);text-transform:uppercase;letter-spacing:.1em;line-height:48px}@keyframes oh-logos-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.oh-brands{background-color:var(--color-bg);padding:5rem 0;border-top:1px solid hsla(0,0%,100%,.06)}.oh-brands__grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:var(--content__space-l);align-items:center}.oh-brand{display:flex;align-items:center;justify-content:center;padding:1rem}.oh-brand__logo{max-width:160px;max-height:60px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.55;-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}.oh-brand__logo:hover{opacity:1}.oh-brand__name{font-family:var(--font-accent);font-size:.9rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.1em;text-align:center}@media screen and (max-width: 1024px){.oh-features__grid{grid-template-columns:1fr 1fr;gap:1rem}.oh-brands__grid{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 767px){.oh-features__grid{grid-template-columns:1fr}.oh-feature-box{min-height:auto}.oh-brands__grid{grid-template-columns:repeat(2, 1fr)}.oh-hero{margin-top:calc(-1*var(--navigation__height));padding:calc(var(--navigation__height) + 2rem) 0 4rem;background-size:100%;background-repeat:no-repeat;background-color:#000}.oh-hero__eyebrow{margin-bottom:4rem}}@media screen and (max-width: 480px){.oh-brands__grid{grid-template-columns:1fr}}.brand-section{position:relative;z-index:1;background-color:#000;padding-bottom:4rem}.brand-section--transparent{background-color:rgba(0,0,0,0)}.brand-section::before{content:"";display:block;width:100%;height:1px;background:linear-gradient(to right, #000000 0%, #EDC483 51.44%, #000000 100%);margin-bottom:4rem}.brand-section--no-divider::before{display:none}.brand-section__inner{display:grid;grid-template-columns:30fr 70fr;gap:4rem;align-items:center}.brand-section__logo-col{display:flex;align-items:center;justify-content:center;min-height:160px}.brand-section__logo{object-fit:contain}.brand-section__content{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.brand-section__heading{font-family:var(--font-primary);font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:400;color:#edc483;letter-spacing:.06em;text-transform:uppercase;line-height:1.2;margin:0}.brand-section__text{font-family:"Times New Roman",serif;font-size:clamp(1.0625rem,1.1vw,1.25rem);font-weight:400;color:#fff;line-height:1.75;margin:0}.brand-section__text p{margin-bottom:1rem}.brand-section__text p:last-child{margin-bottom:0}.brand-section__btn{display:inline-flex;align-items:center;gap:1rem;font-family:"Times New Roman",serif;font-size:1.2rem;font-weight:400;color:#fff;text-decoration:none;border:1px solid var(--color-accent);padding:.875rem 1.5rem;letter-spacing:.04em;-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}.brand-section__btn svg path{-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}.brand-section__btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.brand-section__btn:hover svg path{stroke:var(--color-accent)}.brand-section__btn--soon{color:hsla(0,0%,100%,.35);border-color:hsla(0,0%,100%,.25);cursor:not-allowed}.brand-section__btn--soon:hover{color:hsla(0,0%,100%,.35);border-color:hsla(0,0%,100%,.25)}.brand-section__btn--soon:hover svg path{stroke:currentColor}.brand-placeholder__icon{opacity:.5}.brand-placeholder__title{color:hsla(0,0%,100%,.3) !important;text-transform:none !important;letter-spacing:.02em !important}@media screen and (max-width: 1024px){.brand-section__inner{grid-template-columns:1fr;gap:2.5rem}.brand-section__logo-col{min-height:120px}}@media screen and (max-width: 767px){.brand-section{padding-bottom:2.5rem}.brand-section::before{margin-bottom:2.5rem}.brand-section__logo{max-width:160px;max-height:80px}}.page-ekosystem{background-color:#000;color:#fff}.eco-heading{font-family:"Oswald",sans-serif;font-size:clamp(1.75rem,2.4vw,2.875rem);font-weight:400;line-height:1.48;letter-spacing:.03em;color:#edc483;margin:0 0 2.5rem}.eco-hero{position:relative;padding:calc(var(--navigation__height) + 3rem) 0 5rem;overflow:hidden}.eco-hero__bg{position:absolute;top:var(--navigation__height);right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.7;z-index:0}.eco-hero__overlay{position:absolute;top:var(--navigation__height);right:0;bottom:0;left:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);z-index:0}.eco-hero__inner{position:relative;z-index:1}.eco-hero__title{font-family:"Times New Roman",serif;font-size:clamp(2rem,3.125vw,3.75rem);font-weight:400;line-height:1.05;text-transform:uppercase;color:#fff;margin:0 0 2.5rem}.eco-hero__subtitle{font-family:"Times New Roman",serif;font-size:clamp(1.75rem,2.6vw,3.125rem);font-weight:700;line-height:1.5;letter-spacing:.02em;text-transform:uppercase;text-align:center;color:#fff;margin:3rem auto 2rem;max-width:1280px}.eco-hero__intro{font-family:"Times New Roman",serif;font-size:clamp(1rem,1.35vw,1.625rem);font-weight:400;line-height:1.6;letter-spacing:.02em;text-align:center;color:#fff;max-width:1280px;margin:0 auto}.eco-structure{position:relative;padding:4rem 0 6rem}.eco-structure__diagram{position:relative;width:min(100%,820px);aspect-ratio:820/320;margin:0 auto}.eco-structure__lines{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:visible}.eco-structure__dot{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;transform:translate(-50%, -50%);box-shadow:0 0 25px 4px #fff;z-index:1}.eco-structure__node{position:absolute;font-family:"Oswald",sans-serif;font-weight:400;line-height:1.47;letter-spacing:.03em;text-align:center;color:#fff;white-space:nowrap;z-index:2;font-size:clamp(1rem,1.56vw,1.875rem)}.eco-structure__node--top{top:10.31%;left:47.93%;transform:translate(-50%, calc(-100% - 0.75rem))}.eco-structure__node--bottom{top:98.75%;left:47.93%;transform:translate(-50%, 0.75rem)}.eco-structure__node--left{top:52.81%;left:4.02%;transform:translate(calc(-100% - 0.75rem), -50%)}.eco-structure__node--right{top:52.81%;left:95.98%;transform:translate(0.75rem, -50%)}.eco-structure__node--hub{top:52.81%;left:47.93%;transform:translate(-50%, -50%);font-size:clamp(1.5rem,2.4vw,2.875rem);color:#edc483;background-color:#000;padding:.25rem 1.5rem}.eco-disciplines{padding:4rem 0}.eco-disciplines__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem}.eco-discipline{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.5rem;border:2px solid;border-image-source:linear-gradient(180deg, #EDC483 0%, #583E16 57.69%, #FFDEAA 100%);border-image-slice:1;background-color:rgba(0,0,0,0)}.eco-discipline__icon{width:130px;height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.eco-discipline__icon img{max-width:100%;max-height:100%;object-fit:contain}.eco-discipline__title{font-family:"Times New Roman",serif;font-size:clamp(1.125rem,1.875vw,2.25rem);font-weight:400;line-height:1.47;letter-spacing:.03em;color:#fff;margin:0 0 1.5rem;padding-bottom:1.25rem;border-bottom:1px solid;border-image-source:linear-gradient(90deg, #000000 -7.62%, #FFDEAA 56.66%, #000000 109.67%);border-image-slice:1;width:100%;max-width:269px}.eco-discipline__text{font-family:"Oswald",sans-serif;font-size:clamp(.875rem,1.25vw,1.5rem);font-weight:400;line-height:1.5;letter-spacing:.03em;color:#fff;margin:0}.eco-loop{padding:5rem 0}.eco-loop__graphic{position:relative;max-width:1029px;margin:0 auto;aspect-ratio:1029/346}.eco-loop__graphic svg{width:100%;height:100%;display:block}.eco-loop__text{font-family:"Times New Roman",serif;font-size:clamp(1rem,1.35vw,1.625rem);font-weight:400;line-height:1.6;letter-spacing:.02em;text-align:center;color:#fff;max-width:1280px;margin:3rem auto 0}.eco-flow{padding:4rem 0 6rem}.eco-flow__list{list-style:none;margin:0 auto;padding:0;position:relative;max-width:1400px}.eco-flow__list::before{content:"";position:absolute;top:1rem;bottom:6rem;left:50%;width:1px;background:hsla(0,0%,100%,.3);transform:translateX(-0.5px);z-index:0}.eco-flow__list::after{content:"";position:absolute;bottom:-6rem;left:50%;width:1px;height:12rem;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);transform:translateX(-0.5px);z-index:0}.eco-flow__step{position:relative;padding:2.25rem 0;text-align:center}.eco-flow__dot{position:absolute;top:1rem;left:50%;width:8px;height:8px;background:#fff;border-radius:50%;transform:translateX(-50%);box-shadow:0 0 25px 4px #fff;z-index:1}.eco-flow__title{font-family:"Oswald",sans-serif;font-size:clamp(1.125rem,1.875vw,2.25rem);font-weight:400;line-height:1.47;letter-spacing:.03em;color:#fff;margin:2rem 0 1rem}.eco-flow__text{font-family:"Times New Roman",serif;font-size:clamp(1rem,1.35vw,1.625rem);font-weight:400;line-height:1.6;letter-spacing:.02em;color:#fff;margin:0 auto;max-width:1000px}@media screen and (max-width: 1024px){.eco-disciplines__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.eco-hero{padding:4rem 0 3rem}.eco-structure{padding:3rem 0 4rem}.eco-structure__diagram{aspect-ratio:auto;width:100%;height:auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.eco-structure__lines,.eco-structure__dot{display:none}.eco-structure__node{position:static;top:auto;left:auto;transform:none;white-space:normal}.eco-disciplines__grid{grid-template-columns:1fr}.eco-discipline__icon{width:100px;height:100px}}.dm-section{position:relative;z-index:1;background-color:#000;padding-top:4rem;padding-bottom:4rem}.dm-section--latest{background-color:rgba(0,0,0,0)}.dm-intro{position:relative;z-index:1;background-color:rgba(0,0,0,0);padding-top:3rem;padding-bottom:3rem}.dm-intro__text{font-family:"Times New Roman",serif;font-size:clamp(1rem,1.46vw,1.75rem);font-weight:400;line-height:1.6;letter-spacing:.02em;color:hsla(0,0%,100%,.75);max-width:720px;margin:0}.dm-heading{font-family:"Oswald",sans-serif;font-size:clamp(1.3rem,2vw,1.75rem);font-weight:400;color:#edc483;letter-spacing:.02em;text-transform:none;line-height:1.2;margin:0 0 2rem}.dm-latest__card{background:rgba(0,0,0,0);border:1px solid;border-image-source:linear-gradient(90deg, #747474 0%, #ffffff 30.77%, #595959 100%);border-image-slice:1;padding:2rem 2.5rem;width:100%;display:flex;flex-direction:column;gap:1rem}.dm-latest__date{font-family:"Oswald",sans-serif;font-size:.75rem;font-weight:400;color:hsla(0,0%,100%,.4);letter-spacing:.1em;text-transform:uppercase}.dm-latest__title{font-family:"Times New Roman",serif;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:400;color:#fff;line-height:1.3;margin:0}.dm-latest__excerpt{font-family:"Oswald",sans-serif;font-size:14px;font-weight:400;color:hsla(0,0%,100%,.55);line-height:1.75;margin:0}.dm-latest__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.dm-btn{display:inline-flex;align-items:center;gap:.75rem;font-family:"Oswald",sans-serif;font-size:.85rem;font-weight:400;text-decoration:none;padding:.75rem 1.5rem;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(0,0,0,0);-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}.dm-btn--outline{border-color:#edc483;color:#fff}.dm-btn--outline:hover{background-color:rgba(237,196,131,.08)}.dm-btn--download{border-color:#3c6f93;color:#fff}.dm-btn--download:hover{background-color:rgba(60,111,147,.08)}.dm-accordion{display:flex;flex-direction:column;gap:4px}.dm-accordion__item{background:rgba(142,142,142,.25)}.dm-accordion__trigger{display:flex;align-items:center;gap:1.25rem;width:100%;padding:0 1.5rem;background:none;border:none;color:#fff;font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.46vw,1.75rem);font-weight:400;letter-spacing:.03em;line-height:2.8;text-transform:none;cursor:pointer;text-align:left;-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}.dm-accordion__trigger:hover{color:var(--color-accent)}.dm-accordion__icon{flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center;line-height:0}.dm-accordion__icon svg{display:block;width:20px;height:auto}.dm-accordion__trigger[aria-expanded=false] .dm-accordion__icon--open{display:none !important}.dm-accordion__trigger[aria-expanded=true] .dm-accordion__icon--closed{display:none !important}.dm-accordion__label{flex:1;text-align:left;text-transform:none}.dm-accordion__panel{padding:.25rem 0 .75rem;background:#000}.dm-accordion__panel[hidden]{display:none}.dm-pr-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.dm-pr-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;padding:.5rem 1.5rem;background:#000;border:1px solid #3c6f93}.dm-pr-row__label{grid-column:1;text-align:left;font-family:"Oswald",sans-serif;font-size:clamp(.875rem,1.46vw,1.75rem);font-weight:400;color:hsla(0,0%,100%,.85);letter-spacing:.02em;line-height:1.6}.dm-pr-row__download{grid-column:2;display:inline-flex;align-items:center;gap:.6rem;white-space:nowrap;font-family:"Times New Roman",serif;font-size:clamp(.875rem,1.46vw,1.75rem);font-weight:400;letter-spacing:.02em;line-height:1.6;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}.dm-pr-row__download:hover{color:#edc483}.dm-bg-wrap{position:relative;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat}.dm-bg-wrap__overlay{position:absolute;inset:0;background:rgba(0,0,0,.65);z-index:0;pointer-events:none}.dm-bg-wrap .dm-section{background-color:rgba(0,0,0,0);position:relative;z-index:1}.dm-logo-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.dm-logo-list__item{display:flex;justify-content:space-between;align-items:center;min-height:65px;padding:0 1.5rem;border:1px solid #3c6f93}.dm-logo-list__name{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.46vw,1.75rem);font-weight:400;line-height:2.82;letter-spacing:.03em;color:#fff}.dm-logo-list__link{display:inline-flex;align-items:center;gap:.75rem;font-family:"Times New Roman",serif;font-size:clamp(1rem,1.46vw,1.75rem);font-weight:400;line-height:1.6;letter-spacing:.02em;color:hsla(0,0%,100%,.8);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}.dm-logo-list__link svg{flex-shrink:0;width:31.5px;height:29.5px}.dm-logo-list__link svg path{-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}.dm-logo-list__link:hover{color:#edc483}.dm-logo-list__link:hover svg path{stroke:#edc483}.dm-extras{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem}.dm-extras__btn{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:65px;font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.46vw,1.75rem);font-weight:400;line-height:2.8;letter-spacing:.03em;color:#fff;text-decoration:none;border:1px solid #3c6f93;padding:0 1.25rem;-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}.dm-extras__btn svg path{-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}.dm-extras__btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.dm-extras__btn:hover svg path{stroke:var(--color-accent)}.dm-channels{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}.dm-channel-card{border:1px solid #3c6f93;padding:1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;background:rgba(0,0,0,0)}.dm-channel-card__name{font-family:"Oswald",sans-serif;font-size:clamp(1rem,1.35vw,1.625rem);font-weight:400;font-style:normal;line-height:2.8;letter-spacing:.03em;text-align:center;color:#fff}.dm-channel-card__icons{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.dm-channel-card__link{color:#3c6f93;text-decoration:none;display:inline-flex;align-items:center;justify-content: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}.dm-channel-card__link:hover{color:#edc483}.dm-channel-card__link svg{width:38px;height:38px}.dm-contact__inner{font-family:"Times New Roman",serif;font-size:clamp(1rem,1.46vw,1.75rem);font-weight:400;color:#fff;line-height:1.6;letter-spacing:.02em}.dm-contact__inner p{margin:0 0 .25rem}.dm-contact__inner p:last-child{margin-bottom:0}.dm-contact__inner strong{color:#fff}.dm-contact__inner a{color:inherit;text-decoration:none}.dm-contact__inner a:hover{color:#edc483}@media screen and (max-width: 1024px){.dm-channels{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 767px){.dm-section{padding-top:2.5rem;padding-bottom:2.5rem}.dm-intro{padding-top:2rem;padding-bottom:2rem}.dm-latest__card{padding:1.5rem}.dm-accordion__trigger,.dm-pr-row{padding-left:1rem;padding-right:1rem}.dm-accordion__panel{padding-left:1rem;padding-right:1rem}.dm-channels{grid-template-columns:1fr}.dm-extras{grid-template-columns:repeat(2, 1fr)}.dm-extras__btn{height:auto;line-height:1.4;padding-top:.875rem;padding-bottom:.875rem}.dm-extras__btn svg{width:auto;height:24px}.dm-logo-list__item{flex-direction:column;align-items:flex-start;gap:.25rem;min-height:0;padding:.875rem 1.25rem}.dm-logo-list__name,.dm-logo-list__link{line-height:1.4}.dm-btn{width:100%;justify-content:space-between;align-items:center}}.legal{background-color:var(--color-bg);padding:var(--content__space-xl) 0}.legal__content{max-width:800px;font-family:var(--font-body);font-size:var(--fs__text-s);color:hsla(0,0%,100%,.7);line-height:1.9}.legal__content h2{font-family:var(--font-accent);font-size:var(--fs__header-m);font-weight:400;color:#fff;margin:var(--content__space-xl) 0 var(--content__space-m);padding-bottom:var(--content__space-s);border-bottom:1px solid hsla(0,0%,100%,.08)}.legal__content h2:first-child{margin-top:0}.legal__content h3{font-family:var(--font-primary);font-size:var(--fs__text-m);color:hsla(0,0%,100%,.9);margin:var(--content__space-l) 0 var(--content__space-s);text-transform:uppercase;letter-spacing:.08em}.legal__content p{margin-bottom:1rem}.legal__content ol,.legal__content ul{padding-left:1.5rem;margin-bottom:1.5rem}.legal__content ol li,.legal__content ul li{margin-bottom:.5rem}.legal__content a{color:var(--color-accent)}.legal__docs{display:flex;flex-direction:column;gap:var(--content__space-xl)}.legal__doc-title{font-family:var(--font-accent);font-size:var(--fs__header-m);font-weight:400;color:#fff;margin:0 0 var(--content__space-m)}.legal__pdf{display:block;width:100%;height:80vh;min-height:500px;border:1px solid hsla(0,0%,100%,.12);background:#fff}.legal__pdf-link{display:inline-flex;align-items:center;gap:.75rem;margin-top:var(--content__space-s);font-family:var(--font-primary);font-size:var(--fs__text-xs);letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);text-decoration:none;border:1px solid var(--color-accent);padding:.75rem 1.25rem;-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}.legal__pdf-link svg path{stroke:currentColor}.legal__pdf-link:hover{background:rgba(237,196,131,.08)}@media screen and (max-width: 767px){.legal__pdf{height:65vh;min-height:320px}}[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{width:100%;margin:0 auto;padding:0 1.5rem}@media screen and (min-width: 1280px){.container{max-width:var(--max-width-desktop);padding:0}}@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))}}
