@font-face{font-family:"DIN 2014";src:url(/assets/DIN2014-Light-kpqAY4nE.woff) format("woff"),url(./assets/fonts/DIN2014-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"DIN 2014";src:url(/assets/DIN2014-LightItalic-BymMiEU_.woff) format("woff"),url(./assets/fonts/DIN2014-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"DIN 2014";src:url(/assets/DIN2014-Regular-ZkCEeSCH.woff) format("woff"),url(./assets/fonts/DIN2014-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"DIN 2014";src:url(/assets/DIN2014-Italic-ANXt7dGO.woff) format("woff"),url(./assets/fonts/DIN2014-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"DIN 2014";src:url(/assets/DIN2014-DemiBold-PShE502u.woff) format("woff"),url(./assets/fonts/DIN2014-DemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"DIN 2014";src:url(/assets/DIN2014-DemiBoldItalic-C58UXM5p.woff) format("woff"),url(./assets/fonts/DIN2014-DemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:"DIN 2014";src:url(/assets/DIN2014-Bold-xLy5XnA4.woff) format("woff"),url(./assets/fonts/DIN2014-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"DIN 2014";src:url(/assets/DIN2014-BoldItalic-yQYX8uL1.woff) format("woff"),url(./assets/fonts/DIN2014-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}:root{font-family:"DIN 2014",-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:18px;line-height:1.5;font-weight:300;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;--color-text: #1d1d1f;--color-bg: #ffffff;--color-muted: #bbbbbc;--color-label: #86868b;--color-secondary: #6e6e73;--color-accent: #a44f29;--color-link: #0066cc;--color-border: rgba(0, 0, 0, .1);--color-border-light: rgba(0, 0, 0, .06);--color-divider: #d2d2d7;--color-surface-muted: #f5f5f7;--font-size-h1: 30px;--font-size-body: 18px;--font-size-small: 16px;--font-size-caption: 13px;--spacing-section: 80px;--spacing-section-x: 6vw;color:var(--color-text);background-color:var(--color-bg)}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;background-color:var(--color-bg)}img{max-width:100%;display:block}input,textarea,button{font-family:inherit}input,textarea,select{border-radius:0;border:1px solid var(--color-border);padding:.833vw .972vw;font-size:.972vw;background:var(--color-bg);outline:none}input:focus,textarea:focus,select:focus{border-color:var(--color-text)}a{color:inherit}[id]{scroll-margin-top:100px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.page{color:#1d1d1f;background:#fff;min-height:100vh}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-delay-1{transition-delay:.15s}.fade-delay-2{transition-delay:.3s}.fade-delay-3{transition-delay:.45s}.fade-delay-4{transition-delay:.6s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInDelayed{0%{opacity:0}50%{opacity:0}to{opacity:1}}.section{padding:72px 6vw}.section-muted{background:#f5f5f7}.primary{padding:12px 22px;border-radius:0;border:1px solid rgba(0,0,0,.1);font-weight:300;font-size:1.25vw;cursor:pointer;background:transparent;color:#1d1d1f;transition:color .2s ease,border-color .2s ease}.primary:hover{border-color:#1d1d1f}#distributor{background:#fff;padding-top:120px;padding-bottom:170px}#models-request,#map{background:#fff}#contact{background:#f5f5f7}#distributor .section-header{margin-bottom:28px}#distributor .section-header h2{font-size:2.083vw;font-weight:300;letter-spacing:.05em}#distributor .section-header p{color:#86868b}#distributor .form-actions{margin-top:4px}#distributor .form-actions .primary{padding:12px 22px;font-size:1.111vw}.distributor-form{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);gap:28px;align-items:stretch}.distributor-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.distributor-fields label,.distributor-message label{display:flex;flex-direction:column;gap:8px;font-size:.903vw;color:#1d1d1f}.distributor-message{display:flex;flex-direction:column;gap:18px;height:100%}.distributor-message textarea{min-height:220px}.distributor-message label{display:flex;flex-direction:column;gap:8px;font-size:.903vw;color:#1d1d1f;flex:1}.distributor-message textarea{padding:.833vw .972vw;border-radius:0;border:1px solid rgba(0,0,0,.1);font-size:.972vw;background:#fff;flex:1}.distributor-message textarea:focus{outline:none;border-color:#1d1d1f}.distributor-actions{justify-content:flex-start;width:fit-content;align-self:flex-end;margin-top:auto}.distributor-actions .primary{width:auto;padding:12px 22px}.section-header{margin-bottom:32px}.section-header h2{font-size:clamp(24px,4vw,36px);margin-bottom:12px;font-weight:600}.section-header p{font-size:1.25vw;color:#86868b;line-height:1.6}.models-request-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.models-request-modal{background:#fff;border-radius:1px;padding:36px;width:90%;max-width:60vw;position:relative;animation:slideUp .3s ease;max-height:90vh;overflow-y:auto}.models-request-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:1.944vw;color:#1d1d1f;cursor:pointer;line-height:1;font-weight:300;transition:color .3s ease}.models-request-close:hover{color:#a44f29}.models-request-title{font-size:1.667vw;font-weight:300;color:#1d1d1f;letter-spacing:.05em;margin-bottom:24px}.modal-form{display:flex;flex-direction:column;gap:16px}.modal-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.modal-form-field{display:flex;flex-direction:column;gap:6px;font-size:.903vw;font-weight:300;color:#1d1d1f;letter-spacing:.05em}.modal-form-field input,.modal-form-field textarea,.modal-form-field select{font-family:"DIN 2014",-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.972vw;font-weight:300;color:#1d1d1f;border:1px solid #dad5d6;border-radius:0;padding:10px 14px;outline:none;background:#fff;resize:none}.modal-form-field input:focus,.modal-form-field textarea:focus,.modal-form-field select:focus{border-color:#1d1d1f}.modal-form-field select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231d1d1f' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.custom-select{position:relative}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;font-family:"DIN 2014",-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.972vw;font-weight:300;color:#1d1d1f;border:1px solid rgba(0,0,0,.1);border-radius:0;padding:10px 14px;background:#fff;cursor:pointer}.custom-select.open .custom-select-trigger{border-color:#1d1d1f}.custom-select-trigger svg{flex-shrink:0;transition:transform .3s ease}.custom-select.open .custom-select-trigger svg{transform:rotate(180deg)}.custom-select-options{position:absolute;left:0;right:0;top:100%;background:#fff;border:1px solid #dad5d6;border-top:none;border-radius:0;z-index:10;overflow:hidden}.custom-select-option{font-family:"DIN 2014",-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:.972vw;font-weight:300;color:#1d1d1f;padding:10px 14px;cursor:pointer}.custom-select-option.selected{color:#1d1d1f}.modal-form .models-grid-btn{margin-top:8px;align-self:center}.modal-form-consent{display:flex;align-items:center;gap:8px;font-size:.903vw;font-weight:300;color:#1d1d1f;letter-spacing:.02em;cursor:pointer}.modal-form-consent input[type=checkbox]{width:13px;height:13px;padding:0;margin:0;accent-color:#1d1d1f;cursor:pointer;flex-shrink:0;appearance:none;-webkit-appearance:none;border:1px solid #1d1d1f;border-radius:0;background:#fff;position:relative}.modal-form-consent input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:9px;height:7px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5l3.5 3.5L11 1' stroke='%231d1d1f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.modal-form-consent a{color:#1d1d1f;text-decoration:underline;text-underline-offset:2px}.models-request-modal .distributor-form{grid-template-columns:1fr;gap:20px}.models-request-modal .distributor-fields{grid-template-columns:repeat(3,1fr);gap:14px}.models-request-modal .distributor-message textarea{min-height:100px}.models-request-modal .distributor-actions{align-self:center}.models-request-modal .models-grid-btn{margin-top:8px;border-bottom:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.experience-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;margin-bottom:28px;text-align:center}.experience-header h2{font-size:2.083vw;font-weight:300;letter-spacing:.05em;color:#1d1d1f;margin-bottom:12px;text-align:center}.experience-header p{max-width:820px;color:#86868b;line-height:1.6}.experience-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px}.experience-card{background:#fff;border-radius:28px;padding:24px 22px 56px;position:relative}.experience-icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;color:#1d1d1f;margin-bottom:18px}.experience-icon svg{width:37px;height:37px}.experience-card h3{font-size:1.389vw;font-weight:600;margin-bottom:10px}.experience-card p{color:#6e6e73;line-height:1.6;font-size:1.042vw}.experience-action{position:absolute;right:16px;bottom:16px;width:32px;height:32px;border-radius:50%;border:none;background:#1d1d1f;color:#fff;font-size:1.25vw;display:grid;place-items:center;cursor:pointer}.site-footer{padding:0 6vw;background:#f5f5f7;color:#6e6e73;font-size:.833vw;line-height:1.5;letter-spacing:.01em}.footer-top{padding:17px 0;color:#6e6e73}.footer-top a{color:#06c;text-decoration:underline;text-underline-offset:2px}.footer-top a:hover{text-decoration:none}.footer-divider{width:100%;height:1px;background:#d2d2d7}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:17px 0;flex-wrap:wrap;gap:8px 24px}.footer-copyright{color:#6e6e73;white-space:nowrap}.footer-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.footer-links a{color:#424245;text-decoration:none;white-space:nowrap}.footer-links a:hover{text-decoration:underline}.footer-links-sep{color:#d2d2d7}.footer-region{color:var(--color-text);white-space:nowrap}.site-header{display:flex;justify-content:space-between;align-items:center;padding:35px 80px;background:transparent;border:none;position:fixed;top:0;left:0;right:0;z-index:100;animation:fadeIn 1s ease-in-out 4s forwards;opacity:0}.brand{display:flex;align-items:center;gap:10px}.brand-logo-full{height:72px;width:auto;display:block}.menu-text{display:flex;flex-direction:row;align-items:center;gap:12px;cursor:pointer;margin-top:-4px}.menu-lines{display:flex;flex-direction:column;gap:4px}.menu-line{height:1px;background:#1d1d1f;transition:all .3s ease;display:block}.menu-line-full{width:2.5vw}.menu-line-short{width:1.25vw}.menu-label{font-size:1.389vw;font-weight:300;letter-spacing:.1em;color:#1d1d1f;white-space:nowrap;transition:opacity .3s ease;line-height:1}.menu-text:hover .menu-line{background:#1d1d1f;opacity:.6}.menu-text:hover .menu-label{opacity:.6}.menu-open .menu-line-full{width:1.389vw;transform:translateY(2.5px) rotate(45deg)}.menu-open .menu-line-short{width:1.389vw;transform:translateY(-2.5px) rotate(-45deg)}.header-menu-container{position:relative;display:flex}.header-nav{position:absolute;top:calc(100% + 16px);will-change:opacity,transform;display:flex;flex-direction:column;align-items:flex-start;gap:16px;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.header-nav-open{opacity:1;transform:translateY(0);pointer-events:auto}.header-nav a{font-size:1.111vw;font-weight:300;color:#86868b;text-transform:uppercase;text-decoration:none;letter-spacing:.05em;line-height:1.6;padding:0;transition:color .3s ease,opacity .3s ease;border:none}.header-nav a:hover{background:transparent;color:#1d1d1f;opacity:1}@media(max-width:480px){body.menu-open-mobile{overflow:hidden;touch-action:none}.header-nav{position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:#fffffff5;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;z-index:90;padding-top:60px}.header-nav a{font-size:20px;letter-spacing:.15em}}@keyframes changeBg{0%{background:#1a1a1e}to{background:#fff}}.intro-banner{width:100%;height:100vh;background:#1a1a1e;display:flex;align-items:center;justify-content:center;position:relative;animation:changeBg 1s ease-in-out 4s forwards}.intro-banner-logo{max-width:42vw;height:auto;display:block;animation:fadeIn 1s ease-in-out,fadeOut 1s ease-in-out 1s forwards;margin:0 auto;transform:translateY(-30px)}.intro-banner-text{position:absolute;color:#bbbbbc;animation:fadeIn 1s ease-in-out 2s forwards;opacity:0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:0}.intro-banner-final{position:absolute;display:flex;flex-direction:row;align-items:center;gap:40px;animation:fadeIn 1s ease-in-out 4s forwards;opacity:0;padding:0 6vw;width:100%;max-width:90%;color:#1d1d1f}.intro-banner-left{flex:1.2;display:flex;flex-direction:column;align-items:flex-end;text-align:right;font-size:1.25vw;font-weight:300;color:#bbbbbc;letter-spacing:.15em}.intro-banner-divider{width:1px;height:250px;background:#1d1d1f;opacity:1}.intro-banner-right{flex:1.6;font-size:1.25vw;font-weight:300;color:#1d1d1f;text-align:left}.intro-banner-right-title{font-size:2.083vw;font-weight:300;letter-spacing:.05em}.intro-banner-title{font-size:clamp(34px,5vw,64px);font-weight:600;color:#fff;text-align:center;margin:0;line-height:1}.intro-banner-tagline{font-size:clamp(16px,3vw,24px);font-weight:300;color:#fff;text-align:center;margin:0}.intro-banner-line{font-size:clamp(18px,4.5vw,40px);font-weight:400;letter-spacing:.05em;white-space:nowrap}.intro-banner-line-small,.intro-banner-line-large{font-size:2.083vw;font-weight:300;letter-spacing:.05em;animation:fadeIn 1s ease-in-out 2s forwards,fadeOut 1s ease-in-out 3s forwards;opacity:0}.lowercase{text-transform:lowercase}.hero-banner{position:relative;width:100%;height:100vh;overflow:hidden}.hero-banner-bg{width:100%;height:100%;object-fit:cover;display:block}.hero-banner-text{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px;width:100%;padding:2rem 6vw;z-index:1;background:linear-gradient(135deg,#ffffff26,#ffffff0d);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);will-change:backdrop-filter,transform,opacity;border-top:1px solid rgba(0,0,0,.4);border-bottom:1px solid rgba(0,0,0,.4);box-shadow:0 4px 20px #00000014,inset 0 1px #fff3}.hero-banner-text.glass-hidden{opacity:0;transform:translateY(30px);backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);background:linear-gradient(135deg,#fff0,#fff0);border-color:#fff0;box-shadow:none}.hero-banner-text.glass-visible{opacity:1;transform:translateY(0);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-color:#0006;box-shadow:0 4px 20px #00000014,inset 0 1px #fff3;transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1),backdrop-filter 1.2s cubic-bezier(.4,0,.2,1) .3s,background 1.2s cubic-bezier(.4,0,.2,1) .3s,border-color 1s ease .3s,box-shadow 1s ease .3s}.hero-banner-text.glass-hidden .hero-banner-left,.hero-banner-text.glass-hidden .hero-banner-divider,.hero-banner-text.glass-hidden .hero-banner-right{opacity:0;transform:translateY(20px)}.hero-banner-text.glass-visible .hero-banner-left{opacity:1;transform:translateY(0);transition:opacity .6s ease .6s,transform .6s ease .6s}.hero-banner-text.glass-visible .hero-banner-divider{opacity:.3;transform:translateY(0);transition:opacity .6s ease .8s,transform .6s ease .8s}.hero-banner-text.glass-visible .hero-banner-right{opacity:1;transform:translateY(0);transition:opacity .6s ease 1s,transform .6s ease 1s}.hero-banner-text:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 40% at 20% 20%,rgba(255,255,255,.12) 0%,transparent 50%),radial-gradient(ellipse 60% 30% at 80% 80%,rgba(255,255,255,.08) 0%,transparent 50%),linear-gradient(45deg,transparent 40%,rgba(255,255,255,.06) 50%,transparent 60%);overflow:hidden;pointer-events:none}.hero-banner-left{width:480px;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;text-align:right;color:#fff}.hero-banner-left p{font-size:1.25vw;font-weight:300;line-height:1.3;letter-spacing:.15em}.hero-banner-divider{width:1px;align-self:stretch;margin-top:-.5rem;margin-bottom:-2rem;background:#fff;opacity:.3;flex-shrink:0}.hero-banner-right{width:480px;flex-shrink:0;display:flex;flex-direction:column;text-align:left;color:#fff}.hero-banner-right p{font-size:1.25vw;font-weight:300;letter-spacing:.15em;line-height:1.3}.about-us{width:100%;background:#fff}.about-us-divider{width:100%;overflow:hidden;position:relative}.about-us-divider-bg{width:100%;height:100%;object-fit:cover;display:block}.about-us-content{padding:80px 6vw;text-align:center}.about-us-title{font-size:2.083vw;font-weight:300;letter-spacing:.05em;color:#1d1d1f;margin-bottom:16px}.about-us-subtitle{font-size:1.25vw;font-weight:300;line-height:1.6;letter-spacing:.15em;color:#bbbbbc;margin-bottom:48px}.about-us-description{font-size:1.25vw;font-weight:300;line-height:1.6;letter-spacing:.05em;color:#1d1d1f}.service-banner{width:100%;background:#fff;padding:80px 6vw 0;display:flex;flex-direction:column;align-items:center}.service-banner-title{font-size:2.083vw;font-weight:300;letter-spacing:.05em;color:#1d1d1f;margin-bottom:16px;text-align:center}.service-banner-final{display:flex;flex-direction:row;align-items:center;gap:40px;width:100%;color:#1d1d1f}.service-banner-left{flex:1.4;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:24px}.service-banner-subtitle{font-size:1.25vw;font-weight:300;color:#bbbbbc;letter-spacing:.15em;line-height:1.6;text-align:center;margin-bottom:48px}.service-banner-left-text{font-size:1.25vw;font-weight:300;color:#1d1d1f;line-height:1.6;letter-spacing:.05em}.service-banner-divider{width:1px;height:clamp(150px,19.444vw,400px);background:#1d1d1f;flex-shrink:0}.service-banner-right{flex:1;font-size:1.25vw;font-weight:300;color:#bbbbbc;letter-spacing:.15em;line-height:1.6;text-align:left;display:flex;flex-direction:column;gap:0}.computers-heading{background:#fff;padding:60px 6vw;text-align:center}.computers-heading-top{height:100vh;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box}.computers-heading h2{font-size:2.083vw;font-weight:300;letter-spacing:.05em;color:#1d1d1f;margin-bottom:16px}.computers-banner{position:relative;width:100%;overflow:hidden}.computers-banner-bg{width:100%;height:auto;display:block;aspect-ratio:3508 / 2037;transform:scale(1.2);transition:transform 2.5s cubic-bezier(.16,1,.3,1);will-change:transform}.computers-banner.banner-focused .computers-banner-bg{transform:scale(1)}.computers-heading-logo{display:block;margin:0 auto 24px;height:40vh;max-height:500px}.computers-heading-subtitle-wrapper{position:relative;height:100px;margin-bottom:40px}.computers-heading-subtitle-wrapper .subtitle-brand{font-size:3.819vw;display:inline-block;color:#1d1d1f}.anoveon-text,.prod-text{position:absolute;top:0;left:0;width:100%}.anoveon-text{opacity:1}.computers-heading-subtitle-wrapper .prod-text{opacity:0;font-size:5.208vw}.visible .anoveon-text{animation:anoveonFadeOut .8s ease forwards;animation-delay:1.2s}.visible .prod-text{animation:prodFadeIn .8s ease forwards;animation-delay:1.8s}@keyframes anoveonFadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes prodFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.computers-heading-subtitle{font-size:1.25vw;font-weight:300;line-height:1.6;letter-spacing:.15em;color:#bbbbbc;margin-bottom:48px}.computers-heading-text{font-size:1.25vw;font-weight:300;line-height:1.6;letter-spacing:.05em;color:#1d1d1f;margin:0 auto}.models-info-title{font-size:2.083vw;font-weight:300;letter-spacing:.05em;color:#1d1d1f;text-align:center;margin-bottom:48px}.models-split{display:flex;flex-direction:row;align-items:center;gap:40px;width:100%;max-width:90%;margin:0 auto}.models-split-left{flex:1;font-size:1.25vw;font-weight:300;color:#bbbbbc;text-align:right;letter-spacing:.15em;line-height:1.6}.models-split-divider{width:1px;height:10.416vw;background:#1d1d1f}.models-split-right{flex:1;font-size:1.25vw;font-weight:300;color:#1d1d1f;text-align:left;letter-spacing:.05em;line-height:1.6}.catalog-title{font-size:2.083vw;font-weight:300;letter-spacing:.05em;color:#1d1d1f;text-align:center;margin-bottom:48px}.catalog-grid{display:flex;justify-content:space-evenly;align-items:center;width:90%;max-width:90%;margin:0 auto}.catalog-grid-with-divider{position:relative}.catalog-grid-with-divider:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#dad5d6;pointer-events:none;z-index:0}.catalog-grid-label{font-size:1.25vw;font-weight:300;color:#1d1d1f;letter-spacing:.05em;line-height:1.6}.catalog-grid-price{font-size:1.25vw;font-weight:300;color:#bbbbbc;letter-spacing:.05em;transition:color .3s ease}.catalog-grid-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;cursor:pointer;position:relative;padding:0 2vw;z-index:1}.catalog-grid-item:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:transparent;transition:background .3s ease;z-index:2}.catalog-grid-item:hover:after{background:#a44f29}.catalog-grid-item:hover .catalog-grid-price{color:#a44f29}.catalog-btn{display:block;margin:48px auto 0;background:none;border:none;border-bottom:1px solid #1d1d1f;font-family:"DIN 2014",-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.25vw;font-weight:300;color:#1d1d1f;letter-spacing:.05em;padding:4px 0;cursor:pointer;transition:border-bottom-color .3s ease}.catalog-btn:hover{border-bottom-color:#a44f29}.marquee-section{background:#fff;padding-top:100px;overflow:hidden;text-align:center}.marquee-wrapper{overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-track{display:flex;width:max-content;animation:marqueeScroll 30s linear infinite;will-change:transform;contain:layout}.marquee-content{display:flex;gap:48px;padding-right:48px;white-space:nowrap}.marquee-item{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:1.25vw;font-weight:300;color:#1d1d1f;letter-spacing:.05em}.marquee-flag{width:24px;height:auto;border-radius:2px;box-shadow:0 1px 2px #0000001a}.marquee-country{font-size:1em}.marquee-title{margin-top:40px;font-size:2.083vw;font-weight:300;color:#1d1d1f;text-align:center;text-transform:uppercase;letter-spacing:.05em}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.info-split{display:flex;position:relative;background:#fff}.info-split-left{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;padding:80px 60px 80px 6vw}.info-split-labels{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:12px}.info-split-logo-spacer{visibility:hidden;margin-bottom:48px}.info-split-logo-spacer:before{content:"A";display:block;font-size:2.222vw;font-weight:400;letter-spacing:.3em;line-height:1.2}.info-split-logo-spacer:after{content:"C";display:block;font-size:.833vw;font-weight:300;letter-spacing:.4em}.info-split-labels span{font-size:1.111vw;font-weight:300;color:#86868b;letter-spacing:.05em;line-height:1.6}.info-split-divider{position:absolute;left:50%;top:0;bottom:10%;width:1px;background:#1d1d1f;transform-origin:top;transform:scaleY(0);transition:transform 1.2s cubic-bezier(.4,0,.2,1)}.info-split-divider.divider-visible{transform:scaleY(1)}.info-split-right{flex:1;display:flex;flex-direction:column;padding:80px 6vw 80px 60px}.info-split-logo{display:flex;flex-direction:column;margin-bottom:48px}.info-split-values{display:flex;flex-direction:column;gap:12px}.info-split-values span{font-size:1.111vw;font-weight:400;color:#1d1d1f;letter-spacing:.02em;line-height:1.6}.info-split-title{font-size:2.222vw;font-weight:400;letter-spacing:.3em;color:#1d1d1f;line-height:1.2}.info-split-subtitle{font-size:.833vw;font-weight:300;letter-spacing:.4em;color:#86868b;text-transform:uppercase}.info-split-links{display:flex;flex-direction:column;gap:8px;margin-top:32px}.info-split-links a{font-size:.972vw;font-weight:400;color:#1d1d1f;letter-spacing:.1em;text-decoration:underline;text-underline-offset:4px;transition:opacity .3s ease}.info-split-links a:hover{opacity:.6}.info-split-mobile{display:none;flex-direction:column;align-items:center;padding:48px 6vw;width:100%}.info-split-mobile-logo{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.info-split-mobile-pairs{display:flex;flex-direction:column;gap:20px;width:100%;max-width:400px}.info-pair{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06)}.info-pair-label{font-size:.903vw;font-weight:300;color:#86868b;letter-spacing:.05em;flex-shrink:0}.info-pair-value{font-size:1.042vw;font-weight:400;color:#1d1d1f;text-align:right;letter-spacing:.02em}.modal-submit-btn{display:block;margin:8px auto 0;background:none;border:none;font-family:"DIN 2014",-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.25vw;font-weight:300;color:#1d1d1f;letter-spacing:.05em;padding:4px 0;cursor:pointer;transition:color .3s ease}.modal-submit-btn:hover{color:#bbbbbc}.scroll-top-btn{position:fixed;bottom:32px;right:32px;width:48px;height:48px;border-radius:50%;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--color-border);color:var(--color-text);font-size:1.389vw;cursor:pointer;display:grid;place-items:center;z-index:99;transition:opacity .3s ease,transform .3s ease;box-shadow:0 4px 12px #00000014;animation:fadeIn .3s ease}.scroll-top-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.not-found-page{width:100vw;height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:relative}.not-found-content{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;padding:0 4vw}.not-found-logo{width:80px;height:auto;margin-bottom:48px}.not-found-number{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:25vw;font-weight:700;line-height:1;color:#f7f7f9;letter-spacing:-.04em;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;-webkit-user-select:none;user-select:none;pointer-events:none}.not-found-title{font-size:1.8vw;font-weight:300;letter-spacing:.15em;color:#1d1d1f;margin-bottom:20px}.not-found-subtitle{font-size:1.1vw;font-weight:300;color:#86868b;letter-spacing:.05em;line-height:1.8;margin-bottom:56px}.not-found-action{display:inline-block;background:none;border:none;border-bottom:1px solid #1d1d1f;font-family:"DIN 2014",-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:1.042vw;font-weight:300;color:#1d1d1f;letter-spacing:.1em;padding:6px 0;cursor:pointer;text-decoration:none;transition:color .3s ease,border-bottom-color .3s ease;text-transform:uppercase}.not-found-action:hover{color:#a44f29;border-bottom-color:#a44f29}@keyframes fadeInUpMinimal{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInOpacityOnly{0%{opacity:0}to{opacity:1}}.nf-fade{opacity:0;animation:fadeInUpMinimal .8s ease forwards}.nf-fade-bg{opacity:0;animation:fadeInOpacityOnly 2s ease forwards}.nf-delay-1{animation-delay:.1s}.nf-delay-2{animation-delay:.3s}.nf-delay-3{animation-delay:.5s}.nf-delay-4{animation-delay:.7s}@media(max-width:1024px){.not-found-number{font-size:40vw}.not-found-title{font-size:3vw}.not-found-subtitle{font-size:2.2vw}.not-found-action{font-size:2vw}}@media(max-width:768px){.not-found-number{font-size:55vw}.not-found-title{font-size:5vw}.not-found-subtitle,.not-found-action{font-size:3.5vw}}@media(hover:hover){.models-grid-item:hover:after{background:var(--color-accent)}.models-grid-item:hover .models-grid-price{color:var(--color-accent)}}@media(max-width:768px){input,textarea,select,.distributor-message textarea{font-size:16px!important;padding:12px 14px!important}.site-header{padding:20px;flex-direction:row;align-items:center}.brand-logo-full{height:48px}.menu-label{font-size:16px}.menu-line-full{width:28px}.menu-line-short{width:14px}.intro-banner-final{flex-direction:column;gap:24px;align-items:center;max-width:100%}.intro-banner-left{align-items:center;text-align:center;font-size:16px}.intro-banner-divider{width:60px;height:1px}.intro-banner-right{text-align:center;font-size:16px}.intro-banner-right-title{font-size:24px}.intro-banner-logo{max-width:60vw}.intro-banner-text{font-size:16px}.intro-banner-line-small,.intro-banner-line-large{font-size:22px}.about-us-content{padding:48px 6vw}.about-us-title{font-size:24px;margin-bottom:16px}.about-us-subtitle{font-size:16px;margin-bottom:24px}.about-us-description{font-size:16px}.hero-banner-text{flex-direction:column;gap:20px;padding:1.5rem 6vw}.hero-banner-left,.hero-banner-right{width:100%;align-items:center;text-align:center}.hero-banner-left p,.hero-banner-right p{font-size:15px}.hero-banner-divider{width:60px;height:1px;align-self:center;margin:0}.service-banner{padding:48px 6vw 0}.service-banner-title{font-size:24px;margin-bottom:32px}.service-banner-final{flex-direction:column;gap:24px;align-items:center}.service-banner-left{align-items:center;text-align:center}.service-banner-left-subtitle,.service-banner-left-text{font-size:16px}.service-banner-divider{width:60px;height:1px}.service-banner-right{text-align:center;align-items:center;font-size:16px}.map-section-title{font-size:24px;padding-top:48px}.computers-heading{padding:0 6vw}.computers-heading-logo{height:120px;margin-bottom:16px}.computers-heading-subtitle .subtitle-brand{font-size:30px;margin-bottom:40px}.computers-heading h2{font-size:24px}.computers-heading-subtitle,.computers-heading-text{font-size:16px}.models-section-title{font-size:24px;margin-bottom:32px}.models-split{flex-direction:column;gap:24px;align-items:center;max-width:100%}.models-split-left{text-align:center;font-size:16px}.models-split-divider{width:60px;height:1px}.models-split-right{text-align:center;font-size:16px}.models-split-reversed .models-split-left,.models-split-reversed .models-split-right{text-align:center}.models-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:100%;max-width:100%}.models-grid-label,.models-grid-price{font-size:16px}.models-grid-item:after{display:none}.models-grid-with-divider:after{display:none}.marquee-section{padding-top:48px;padding-bottom:48px}.marquee-title{font-size:18px;margin-top:24px}.marquee-item{font-size:16px}#distributor{padding-top:60px;padding-bottom:80px}#distributor .section-header h2{font-size:24px}.distributor-form,.distributor-fields{grid-template-columns:1fr}.info-split{flex-direction:column;min-height:auto}.info-split-desktop{display:none}.info-split-mobile{display:flex}.info-split-mobile .info-split-links{align-items:center;margin-top:32px}.info-split-title{font-size:26px}.section{padding:48px 6vw}.models-request-modal{padding:24px;width:95%}.models-request-modal .distributor-fields,.modal-form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-links{flex-direction:column;align-items:flex-start;gap:4px}.footer-links-sep{display:none}.primary,.secondary{font-size:15px;padding:10px 18px}}@media(max-width:480px){.site-header{padding:14px 16px}.brand-logo-full{height:36px}.menu-label{font-size:14px}.menu-line-full{width:24px}.menu-line-short{width:12px}.intro-banner-final{gap:16px;padding:0 16px}.intro-banner-left,.intro-banner-right{font-size:14px}.intro-banner-right-title{font-size:20px}.intro-banner-line-small,.intro-banner-line-large{font-size:18px}.about-us-content{padding:32px 16px}.about-us-title{font-size:20px}.about-us-subtitle{font-size:14px;letter-spacing:.1em}.about-us-description{font-size:14px}.hero-banner-text{gap:14px;padding:1rem 16px}.hero-banner-left p,.hero-banner-right p{font-size:13px}.service-banner{padding:32px 16px 0}.service-banner-title{font-size:20px;margin-bottom:24px}.service-banner-left-subtitle,.service-banner-left-text,.service-banner-right{font-size:14px}.map-section-title{font-size:20px;padding-top:32px}.computers-heading{padding:0 16px}.computers-heading-logo{height:80px}.computers-heading-subtitle .subtitle-brand{font-size:22px;margin-bottom:24px}.computers-heading h2{font-size:20px}.computers-heading-subtitle,.computers-heading-text{font-size:14px}.models-section-title{font-size:20px;margin-bottom:24px}.models-split-left,.models-split-right{font-size:14px}.models-grid{grid-template-columns:1fr}.models-grid-label,.models-grid-price{font-size:14px}.models-grid-btn{font-size:16px}.marquee-section{padding-top:32px;padding-bottom:32px}.marquee-title{font-size:16px;margin-top:16px}.marquee-item{font-size:14px}#distributor{padding-top:40px;padding-bottom:60px}#distributor .section-header h2{font-size:20px}.distributor-fields label,.distributor-message label{font-size:12px}.info-split-mobile{padding:32px 16px}.info-split-mobile-logo{margin-bottom:28px}.info-split-title{font-size:22px;letter-spacing:.2em}.info-pair-label{font-size:11px}.info-pair-value{font-size:14px}.info-split-links a{font-size:12px}.section{padding:32px 16px}.models-request-modal{padding:16px;width:100%;max-width:100%;border-radius:0;max-height:100vh}.models-request-title{font-size:20px}.modal-form-field{font-size:12px}.site-footer{padding:0 16px}.footer-top,.footer-copyright{font-size:11px}}
