.Logo_logo__2PR44{display:inline-flex;align-items:center;line-height:1}.Logo_logo__2PR44 img{width:auto;height:56px;object-fit:contain}.Logo_sm__QWsYB img{height:34px}.Logo_md__W8lcG img{height:56px}.Logo_lg___LZlH img{height:72px}@media (max-width:768px){.Logo_md__W8lcG img{height:40px}}.Footer_footer__pQtti{background:var(--bg-alt);border-top:1px solid var(--border);padding:64px 0 0;margin-top:80px}.Footer_logoWrap__1lxqd img{filter:invert(0);transition:filter .3s ease}[data-theme=light] .Footer_logoWrap__1lxqd img{filter:invert(1)}.Footer_grid__88hvW{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;grid-gap:40px;gap:40px;padding-bottom:48px}.Footer_brand__0rdww .Footer_tagline__edhu4{margin-top:16px;font-size:13.5px;color:var(--text-secondary);max-width:320px;line-height:1.7}.Footer_heading__gVeft{font-size:.95rem;letter-spacing:.1em;margin-bottom:16px;color:var(--text)}.Footer_list__SC5eb{list-style:none;display:flex;flex-direction:column;gap:10px}.Footer_list__SC5eb a{font-size:13.5px;color:var(--text-secondary);transition:color var(--transition)}.Footer_list__SC5eb a:hover{color:var(--accent)}.Footer_newsletterText__emdB5{font-size:13px;color:var(--text-secondary);margin-bottom:14px;line-height:1.6}.Footer_newsletterForm__6O_64{display:flex;gap:8px}.Footer_newsletterInput__kHv6d{flex:1 1;min-width:0;background:var(--bg-card);border:1px solid var(--border-light);color:var(--text);padding:11px 14px;font-family:var(--font-body);font-size:14px}.Footer_newsletterInput__kHv6d:focus{outline:none;border-color:var(--accent)}.Footer_done__lZRsm{font-size:13px;color:var(--accent);line-height:1.6}.Footer_error__bTKwb{font-size:13px;color:#e11d48;line-height:1.6;margin-top:8px}.Footer_bottom__wxP7Z{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid var(--border);font-size:12.5px;color:var(--text-muted)}.Footer_legal__yxnQ6{display:flex;gap:20px}.Footer_legal__yxnQ6 a:hover{color:var(--accent)}@media (max-width:992px){.Footer_grid__88hvW{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Footer_grid__88hvW{grid-template-columns:1fr;gap:32px}.Footer_grid__88hvW>*{min-width:0}.Footer_bottom__wxP7Z{flex-direction:column;gap:10px;text-align:center}}.Header_header__KwdYD{position:-webkit-sticky;position:sticky;top:0;z-index:100;height:var(--header-height);background:var(--bg);border-bottom:1px solid var(--border);transition:background .3s ease}.Header_inner__DLT3k{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:24px}.Header_logoCol__DU3Rj{flex-shrink:0}.Header_nav__tNWGY{flex:1 1;display:flex;justify-content:center}.Header_navList__0gQJv{display:flex;list-style:none;gap:36px}.Header_navList__0gQJv a{font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);transition:color var(--transition);position:relative;padding:8px 0}.Header_navList__0gQJv a:hover{color:var(--accent)}.Header_navList__0gQJv a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:width var(--transition)}.Header_navList__0gQJv a:hover:after{width:100%}.Header_actions__dQYHE{display:flex;align-items:center;gap:14px;flex-shrink:0}.Header_iconBtn__ilXq_{background:none;border:none;color:var(--text);cursor:pointer;padding:8px;display:flex;align-items:center;transition:color var(--transition)}.Header_iconBtn__ilXq_:hover{color:var(--accent)}.Header_newsletterBtn__6CZSY{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:12px 22px;border:1px solid var(--accent);color:var(--accent);transition:all var(--transition)}.Header_newsletterBtn__6CZSY:hover{background:var(--accent);color:#131313}.Header_burger__9ocpS{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.Header_burger__9ocpS span{width:22px;height:2px;background:var(--text);transition:all var(--transition)}.Header_searchOverlay__cJoXr{position:absolute;top:var(--header-height);left:0;right:0;background:var(--bg-alt);border-bottom:1px solid var(--border);padding:20px 0;animation:Header_slideDown__lt4Iq .2s ease}@keyframes Header_slideDown__lt4Iq{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Header_searchForm__PQwgH{display:flex;gap:12px}.Header_searchInput__irFDv{flex:1 1;background:var(--bg-card);border:1px solid var(--border-light);color:var(--text);padding:12px 16px;font-family:var(--font-body);font-size:15px}.Header_searchInput__irFDv:focus{outline:none;border-color:var(--accent)}.Header_drawer__1mojw{position:fixed;top:var(--header-height);right:0;bottom:0;width:300px;max-width:85vw;background:var(--bg-alt);border-left:1px solid var(--border);transform:translateX(100%);transition:transform .3s ease;padding:32px 28px;z-index:99}.Header_drawerOpen__QY08Z{transform:translateX(0)}.Header_drawerList__OiAEp{list-style:none;display:flex;flex-direction:column;gap:8px}.Header_drawerList__OiAEp a{display:block;padding:12px 0;font-family:var(--font-display);font-size:1.4rem;text-transform:uppercase;border-bottom:1px solid var(--border);color:var(--text);transition:color var(--transition)}.Header_drawerList__OiAEp a:hover{color:var(--accent)}@media (max-width:992px){.Header_nav__tNWGY{display:none}.Header_burger__9ocpS{display:flex}.Header_newsletterBtn__6CZSY{display:none}.Header_actions__dQYHE{gap:6px}.Header_iconBtn__ilXq_{padding:6px}}@media (max-width:768px){.Header_logoCol__DU3Rj img{height:34px}.Header_drawer__1mojw{width:280px;padding:24px 20px}}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6ced06489fd81a3f-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/aa5f74293546f6d0-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Anton;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/62c97acc3aa63787-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Anton Fallback;src:local("Arial");ascent-override:129.70%;descent-override:36.29%;line-gap-override:0.00%;size-adjust:90.69%}.__className_ec6dc7{font-family:Anton,Anton Fallback;font-weight:400;font-style:normal}.__variable_ec6dc7{--font-display:"Anton","Anton Fallback"}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_51684b{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_51684b{--font-body:"Poppins","Poppins Fallback"}:root{--bg:#131313;--bg-alt:#1a1a1a;--bg-card:#1e1e1e;--bg-hover:#242424;--accent:#f10b73;--accent-dark:#c0085c;--text:#ffffff;--text-secondary:#a6a6a6;--text-muted:#6e6e6e;--border:#2a2a2a;--border-light:#3a3a3a;--bg-light:#ffffff;--bg-alt-light:#f5f5f5;--bg-card-light:#ffffff;--text-light:#111111;--text-secondary-light:#555555;--border-light-mode:#e5e5e5;--font-display:"Anton","Arial Narrow",sans-serif;--font-body:"Poppins","Helvetica Neue",sans-serif;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--container:1140px;--header-height:120px;--radius:0px;--card-radius:0px;--transition:0.2s ease}[data-theme=dark]{--bg:#131313;--bg-alt:#1a1a1a;--bg-card:#1e1e1e;--bg-hover:#242424;--text:#ffffff;--text-secondary:#a6a6a6;--text-muted:#6e6e6e;--border:#2a2a2a;--border-light:#3a3a3a}[data-theme=light]{--bg:#ffffff;--bg-alt:#f5f5f5;--bg-card:#ffffff;--bg-hover:#f0f0f0;--text:#111111;--text-secondary:#555555;--text-muted:#888888;--border:#e5e5e5;--border-light:#d5d5d5}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;font-size:16px;transition:background .3s ease,color .3s ease;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 20px}@media (min-width:1400px){.container{max-width:1320px}}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:400;line-height:1.15;letter-spacing:.01em;text-transform:uppercase}.display-title{font-size:clamp(2.2rem,5vw,3.5rem)}.section-title{font-size:22px;margin-bottom:var(--space-5);position:relative;padding-bottom:var(--space-3);letter-spacing:.02em}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:48px;height:3px;background:var(--accent)}.section-title-sm{font-size:22px;margin-bottom:20px;padding-bottom:10px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:var(--space-5)}.section-head .section-title{margin-bottom:0}.section-more{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap;transition:color var(--transition)}.section-more:hover{color:var(--accent)}.btn{display:inline-block;padding:10px 22px;font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border-light);background:transparent;color:var(--text);cursor:pointer;transition:all var(--transition)}.btn:hover{color:var(--accent)}.btn-accent,.btn:hover{border-color:var(--accent)}.btn-accent{background:var(--accent);color:#131313}.btn-accent:hover{background:var(--accent-dark);color:#131313}.row{display:flex;flex-wrap:wrap;margin:0 -12px}.col{padding:0 12px}.col-3{width:25%}.col-4{width:33.333%}.col-5{width:41.666%}.col-6{width:50%}.col-7{width:58.333%}.col-8{width:66.666%}.col-9{width:75%}.col-12{width:100%}@media (max-width:992px){.col-3,.col-4,.col-5,.col-6{width:50%}.col-7,.col-8,.col-9{width:100%}:root{--header-height:80px}.section-title,.section-title-sm{font-size:19px}}@media (max-width:768px){.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{width:100%}.row{margin:0}.col{padding:0}:root{--header-height:64px}.section-title,.section-title-sm{font-size:18px}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent);color:#131313}