@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap";
:root{--color-white:#fff;--color-bg-primary:#fff;--color-bg-secondary:#f5f5f5;--color-bg-card:#f3f3f3;--color-bg-card-hover:#ebebeb;--color-bg-overlay:#00000073;--color-text-primary:#191919;--color-text-secondary:#555;--color-text-muted:#767676;--color-text-inverse:#fff;--color-accent:#00fdcf;--color-accent-hover:#00d9b4;--color-accent-light:#d8f7ef;--color-border:#e0e0e0;--color-divider:#e8e8e8;--color-black:#000;--color-sale:#c83232;--color-topbar-bg:var(--color-accent-light);--color-topbar-text:#191919;--color-footer-bg:#2d2d2d;--color-footer-text:#ccc;--color-footer-heading:#fff;--font-family:"Brown", "Roboto", "Helvetica Neue", sans-serif;--header-height:64px;--topbar-height:36px;--content-max-width:1440px;--content-padding:60px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-family);color:var(--color-text-primary);background:var(--color-bg-primary);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{letter-spacing:.02em;font-weight:400;line-height:1.15}.container{max-width:var(--content-max-width);padding:0 var(--content-padding);margin:0 auto}@media (max-width:1024px){:root{--content-padding:32px}}@media (max-width:768px){:root{--content-padding:20px}}.btn{letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-full);white-space:nowrap;justify-content:center;align-items:center;padding:14px 32px;font-size:14px;font-weight:600;transition:background-color .2s;display:inline-flex}.btn-primary{background:var(--color-accent);color:var(--color-text-primary)}.btn-dark{background:var(--color-black);color:var(--color-text-inverse)}.btn-outline{color:var(--color-text-primary);border:1.5px solid var(--color-text-primary);background:0 0}.btn-white{background:var(--color-white);color:var(--color-text-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}body.drawer-open{overflow:hidden}
.Header-module__9fWxfa__topbar{background:var(--color-topbar-bg);height:var(--topbar-height);align-items:center;font-size:12px;display:flex}.Header-module__9fWxfa__topbarInner{max-width:var(--content-max-width);padding:0 var(--content-padding);justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex}.Header-module__9fWxfa__promoBtn{color:var(--color-text-primary);align-items:center;gap:6px;font-size:12px;font-weight:400;display:flex}.Header-module__9fWxfa__topbarNav{align-items:center;gap:16px;display:flex}.Header-module__9fWxfa__topbarDivider{background:var(--color-border);width:1px;height:14px}.Header-module__9fWxfa__topbarLink{color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:12px;font-weight:400;display:flex}.Header-module__9fWxfa__header{z-index:1000;background:var(--color-white);position:sticky;top:0}.Header-module__9fWxfa__navbar{height:var(--header-height);background:var(--color-white);align-items:center;display:flex;position:relative}.Header-module__9fWxfa__navInner{max-width:var(--content-max-width);padding:0 var(--content-padding);justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex}.Header-module__9fWxfa__logo{color:var(--color-text-primary);flex-shrink:0;align-items:center;margin-right:36px;display:flex}.Header-module__9fWxfa__desktopNav{flex:1;align-items:center;gap:28px;height:100%;display:flex}.Header-module__9fWxfa__navItem{height:100%;position:relative}.Header-module__9fWxfa__navLink{color:var(--color-text-primary);letter-spacing:.03em;align-items:center;height:100%;font-size:18px;font-weight:400;display:flex}.Header-module__9fWxfa__navLinkActive{color:var(--color-text-primary)}.Header-module__9fWxfa__navActions{align-items:center;gap:2px;display:flex}.Header-module__9fWxfa__iconBtn{border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-text-primary);justify-content:center;align-items:center;display:flex}.Header-module__9fWxfa__hamburger{width:40px;height:40px;color:var(--color-text-primary);justify-content:center;align-items:center;display:none}.Header-module__9fWxfa__searchBar{background:var(--color-white);border-top:1px solid var(--color-divider);border-bottom:1px solid var(--color-divider);z-index:999;padding:16px 0;animation:.15s Header-module__9fWxfa__megaFadeIn;position:absolute;top:100%;left:0;right:0}.Header-module__9fWxfa__searchInner{max-width:var(--content-max-width);padding:0 var(--content-padding);align-items:center;gap:16px;margin:0 auto;display:flex}.Header-module__9fWxfa__searchInput{font-size:20px;font-family:var(--font-family);color:var(--color-text-primary);background:0 0;border:none;outline:none;flex:1;font-weight:400}.Header-module__9fWxfa__searchInput::placeholder{color:var(--color-text-muted);font-weight:400}.Header-module__9fWxfa__searchClose{width:40px;height:40px;color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.Header-module__9fWxfa__searchClose:hover{background:var(--color-bg-secondary)}.Header-module__9fWxfa__megaMenu{top:calc(var(--topbar-height) + var(--header-height));background:var(--color-white);border-top:1px solid var(--color-divider);border-bottom:1px solid var(--color-divider);z-index:998;animation:.15s Header-module__9fWxfa__megaFadeIn;position:absolute;left:0;right:0}@keyframes Header-module__9fWxfa__megaFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Header-module__9fWxfa__megaMenuInner{max-width:var(--content-max-width);padding:36px var(--content-padding) 44px;grid-template-columns:2fr 1fr 1.5fr 1fr;gap:20px;margin:0 auto;display:grid}.Header-module__9fWxfa__megaMenuInnerSoft{max-width:var(--content-max-width);padding:36px var(--content-padding) 44px;margin:0 auto}.Header-module__9fWxfa__megaGroupTitle{color:var(--color-text-primary);text-transform:none;letter-spacing:0;margin-top:0;margin-bottom:24px;font-size:14px;font-weight:400;line-height:1}.Header-module__9fWxfa__megaTileGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.Header-module__9fWxfa__megaCatTile{color:var(--color-text-primary);flex-direction:column;align-items:center;text-decoration:none;display:flex}.Header-module__9fWxfa__megaCatImageWrap{background:var(--color-bg-card);border-radius:var(--radius-md);flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:180px;margin-bottom:12px;padding:16px 12px;transition:transform .2s;display:flex}.Header-module__9fWxfa__megaCatTile:hover .Header-module__9fWxfa__megaCatImageWrap{transform:translateY(-2px)}.Header-module__9fWxfa__megaCatImage{object-fit:contain;width:60%;height:60%;margin-top:8px}.Header-module__9fWxfa__megaCatLabel{text-align:center;margin-bottom:4px;font-size:13px;font-weight:400}.Header-module__9fWxfa__megaColLinks,.Header-module__9fWxfa__megaColLinks2{padding-top:38px}.Header-module__9fWxfa__megaList{flex-direction:column;gap:20px;display:flex}.Header-module__9fWxfa__megaLink{color:var(--color-text-secondary);font-size:13px;font-weight:400;line-height:1.2;display:block}.Header-module__9fWxfa__megaLink:hover{color:var(--color-text-primary)}.Header-module__9fWxfa__megaBannerStack{flex-direction:column;gap:12px;display:flex}.Header-module__9fWxfa__megaBanner{border-radius:var(--radius-sm);background:var(--color-bg-card);justify-content:center;align-items:center;height:64px;text-decoration:none;display:flex;position:relative;overflow:hidden}.Header-module__9fWxfa__megaBannerImgWrapper{position:absolute;inset:0}.Header-module__9fWxfa__megaBannerImg{object-fit:cover}.Header-module__9fWxfa__megaBannerOverlay{background:#00000040;transition:background .2s;position:absolute;inset:0}.Header-module__9fWxfa__megaBanner:hover .Header-module__9fWxfa__megaBannerOverlay{background:#00000059}.Header-module__9fWxfa__megaBannerLabel{z-index:2;color:var(--color-white);text-shadow:0 1px 4px #0006;font-size:14px;font-weight:400;position:relative}.Header-module__9fWxfa__megaLinksArea{gap:56px;display:flex}.Header-module__9fWxfa__megaListSoftware{flex-direction:column;gap:16px;display:flex}.Header-module__9fWxfa__megaSoftwareLink{flex-direction:column;gap:2px;display:flex}.Header-module__9fWxfa__megaSoftwareName{color:var(--color-text-primary);font-size:14px;font-weight:400}.Header-module__9fWxfa__megaSoftwareDesc{color:var(--color-text-muted);font-size:12px}.Header-module__9fWxfa__overlay{background:var(--color-bg-overlay);z-index:1001;position:fixed;inset:0}.Header-module__9fWxfa__mobileMenu{background:var(--color-white);z-index:1002;border-left:3px solid var(--color-accent);flex-direction:column;width:360px;max-width:85vw;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.Header-module__9fWxfa__mobileMenuOpen{transform:translate(0)}.Header-module__9fWxfa__mobileNav{flex-direction:column;flex:1;padding:60px 24px 24px;display:flex}.Header-module__9fWxfa__mobileNavGroup{margin-bottom:4px}.Header-module__9fWxfa__mobileNavLink{color:var(--color-text-primary);padding:12px 0;font-size:16px;font-weight:400;display:block}.Header-module__9fWxfa__mobileSubToggle{width:100%;color:var(--color-text-primary);text-align:left;justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;font-weight:400;display:flex}.Header-module__9fWxfa__mobileSubToggle svg{flex-shrink:0;transition:transform .2s}.Header-module__9fWxfa__chevronOpen{transform:rotate(90deg)}.Header-module__9fWxfa__mobileSubList{padding:0 0 8px 16px}.Header-module__9fWxfa__mobileSubLink{color:var(--color-text-secondary);padding:8px 0;font-size:14px;display:block}.Header-module__9fWxfa__mobileDivider{background:var(--color-divider);height:1px;margin:12px 0}.Header-module__9fWxfa__mobileSecondaryLink{color:var(--color-text-muted);padding:10px 0;font-size:14px;font-weight:400;display:block}.Header-module__9fWxfa__mobileRegion{color:var(--color-text-muted);justify-content:center;align-items:center;gap:8px;padding:16px 0;font-size:14px;display:flex}.Header-module__9fWxfa__mobileBottom{border-top:1px solid var(--color-divider);margin-top:auto;padding-top:16px}.Header-module__9fWxfa__mobileBottomLink{color:var(--color-text-primary);justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;display:flex}@media (max-width:1100px){.Header-module__9fWxfa__megaMenuInner{grid-template-columns:2fr 1fr 1.5fr}.Header-module__9fWxfa__megaColLinks2{display:none}}@media (max-width:900px){.Header-module__9fWxfa__desktopNav,.Header-module__9fWxfa__topbarNav,.Header-module__9fWxfa__iconBtn:nth-child(2){display:none}.Header-module__9fWxfa__hamburger{display:flex}.Header-module__9fWxfa__megaMenu{display:none}.Header-module__9fWxfa__searchInput{font-size:16px}}@media (max-width:480px){.Header-module__9fWxfa__logo svg{width:90px}}
.Footer-module__nhiC3q__newsletter{background:var(--color-bg-secondary);padding:56px 0}.Footer-module__nhiC3q__newsletterInner{max-width:var(--content-max-width);padding:0 var(--content-padding);justify-content:space-between;align-items:center;gap:40px;margin:0 auto;display:flex}.Footer-module__nhiC3q__newsletterTitle{color:var(--color-text-primary);margin-bottom:4px;font-size:24px;font-weight:700}.Footer-module__nhiC3q__newsletterDesc{color:var(--color-text-secondary);font-size:14px}.Footer-module__nhiC3q__newsletterForm{flex-shrink:0;gap:0;display:flex}.Footer-module__nhiC3q__newsletterInput{font-size:14px;font-family:var(--font-family);border:1.5px solid var(--color-border);border-radius:var(--radius-full) 0 0 var(--radius-full);background:var(--color-white);width:280px;color:var(--color-text-primary);border-right:none;outline:none;padding:12px 20px}.Footer-module__nhiC3q__newsletterInput:focus{border-color:var(--color-text-primary)}.Footer-module__nhiC3q__newsletterBtn{text-transform:uppercase;letter-spacing:.06em;background:var(--color-black);color:var(--color-text-inverse);border-radius:0 var(--radius-full) var(--radius-full) 0;cursor:pointer;white-space:nowrap;border:none;padding:12px 28px;font-size:13px;font-weight:600}.Footer-module__nhiC3q__footer{margin-top:80px}.Footer-module__nhiC3q__footerMain{background:var(--color-footer-bg);padding:56px 0 40px}.Footer-module__nhiC3q__footerGrid{max-width:var(--content-max-width);padding:0 var(--content-padding);grid-template-columns:repeat(4,1fr);gap:40px;margin:0 auto;display:grid}.Footer-module__nhiC3q__footerColTitle{color:var(--color-footer-heading);text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px;font-size:14px;font-weight:700}.Footer-module__nhiC3q__footerLinks{flex-direction:column;gap:10px;display:flex}.Footer-module__nhiC3q__footerLink{color:var(--color-footer-text);font-size:13px}.Footer-module__nhiC3q__footerLink:hover{color:var(--color-white)}.Footer-module__nhiC3q__footerBottom{background:#242424;padding:20px 0}.Footer-module__nhiC3q__footerBottomInner{max-width:var(--content-max-width);padding:0 var(--content-padding);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin:0 auto;display:flex}.Footer-module__nhiC3q__copyright{color:#888;font-size:12px}.Footer-module__nhiC3q__footerBottomLinks{gap:20px;display:flex}.Footer-module__nhiC3q__footerBottomLinks a{color:#888;font-size:12px}.Footer-module__nhiC3q__footerBottomLinks a:hover{color:var(--color-white)}.Footer-module__nhiC3q__socialLinks{gap:16px;display:flex}.Footer-module__nhiC3q__socialLinks a{color:#888;display:flex}.Footer-module__nhiC3q__socialLinks a:hover{color:var(--color-white)}@media (max-width:900px){.Footer-module__nhiC3q__newsletterInner{text-align:center;flex-direction:column}.Footer-module__nhiC3q__newsletterForm{width:100%}.Footer-module__nhiC3q__newsletterInput{flex:1;width:auto}.Footer-module__nhiC3q__footerGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Footer-module__nhiC3q__footerGrid{grid-template-columns:1fr}.Footer-module__nhiC3q__footerBottomInner{text-align:center;flex-direction:column}.Footer-module__nhiC3q__footerBottomLinks{flex-wrap:wrap;justify-content:center}}
