.lc-global-header{--lc-ink:#0f172a;--lc-ink-soft:#334155;--lc-orange:#ff6b00;--lc-line:rgba(148,163,184,.34);--lc-muted:#64748b;color:var(--lc-ink);font-family:Inter,Arial,sans-serif;display:contents}.lc-global-header *,.lc-global-header *:before,.lc-global-header *:after{box-sizing:border-box}.lc-global-header a{color:inherit;text-decoration:none}.lc-global-header button,.lc-global-header input{font:inherit}.lc-global-header__utility{background:var(--lc-ink);color:#d7e0eb;font-size:12px}.lc-global-header__utility-inner,.lc-global-header__main-inner{width:min(1280px,calc(100% - 56px));margin:0 auto}.lc-global-header__utility-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.lc-global-header__utility p{margin:0;white-space:nowrap}.lc-global-header__contact{display:flex;align-items:center;gap:18px}.lc-global-header__contact a{color:#fff;font-weight:700}.lc-global-header__contact a+a:before{content:"";display:inline-block;width:4px;height:4px;margin:0 18px 2px 0;border-radius:50%;background:var(--lc-orange)}
.lc-global-header__main{position:sticky;top:0;z-index:10000;background:rgba(255,255,255,.72);border-bottom:1px solid rgba(255,255,255,.72);box-shadow:0 8px 28px rgba(15,23,42,.09);backdrop-filter:blur(27px) saturate(180%);-webkit-backdrop-filter:blur(27px) saturate(180%)}.lc-global-header__main-inner{min-height:76px;display:flex;align-items:center;gap:22px;position:relative}.lc-global-header__logo{display:inline-flex;flex:0 0 auto;align-items:center}.lc-global-header__logo img{width:178px;height:44px;object-fit:contain;display:block}.lc-global-header__search{width:clamp(320px,30vw,440px);height:48px;display:flex;align-items:center;overflow:hidden;border:1px solid rgba(148,163,184,.48);border-radius:10px;background:rgba(255,255,255,.76);box-shadow:inset 0 1px rgba(255,255,255,.75);transition:border-color .18s ease,box-shadow .18s ease}.lc-global-header__search:focus-within{border-color:var(--lc-orange);box-shadow:0 0 0 3px rgba(255,107,0,.13)}.lc-global-header__search input{width:100%;height:100%;min-width:0;padding:0 14px;border:0;outline:0;color:var(--lc-ink);font-size:14px;background:transparent}.lc-global-header__search button{width:48px;height:48px;flex:0 0 48px;border:0;background:var(--lc-ink);color:#fff;cursor:pointer;display:grid;place-items:center}.lc-global-header__search button:hover,.lc-global-header__search button:focus-visible{background:var(--lc-orange)}.lc-global-header__search svg,.lc-global-header__language svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.lc-global-header__nav{margin-left:auto;display:flex;align-items:center;gap:13px}.lc-global-header__links{display:flex;align-items:center;gap:18px}.lc-global-header__links>a,.lc-global-header__link-button{min-height:46px;display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:var(--lc-ink-soft);font-size:14px;font-weight:800;white-space:nowrap;cursor:pointer}.lc-global-header__links>a:hover,.lc-global-header__links>a:focus-visible,.lc-global-header__link-button:hover,.lc-global-header__link-button:focus-visible{color:var(--lc-orange)}.lc-global-header__products{position:static}.lc-global-header__mega{position:absolute;top:calc(100% + 1px);left:50%;width:min(920px,calc(100vw - 40px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:12px;border:1px solid rgba(255,255,255,.84);border-radius:0 0 14px 14px;background:rgba(255,255,255,.88);box-shadow:0 24px 48px rgba(15,23,42,.14);backdrop-filter:blur(25px) saturate(175%);-webkit-backdrop-filter:blur(25px) saturate(175%);opacity:0;visibility:hidden;transform:translate(-50%,-8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.lc-global-header__products.is-open .lc-global-header__mega{opacity:1;visibility:visible;transform:translate(-50%,0)}.lc-global-header__mega section{min-width:0;padding:13px 18px 16px}.lc-global-header__mega section+section{border-left:1px solid rgba(148,163,184,.22)}.lc-global-header__mega h2{margin:0 0 10px;color:var(--lc-orange);font-size:14px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.lc-global-header__mega h2:after{content:"";display:block;width:30px;margin-top:8px;border-top:2px solid currentColor}.lc-global-header__mega a{display:block;padding:7px 0;color:var(--lc-ink-soft);font-size:14px;font-weight:700}.lc-global-header__mega a:hover,.lc-global-header__mega a:focus-visible{color:var(--lc-orange)}.lc-global-header__quote{min-height:46px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:var(--lc-orange);color:#fff;font-size:14px;font-weight:900;white-space:nowrap}.lc-global-header__quote:hover,.lc-global-header__quote:focus-visible{background:#df5900;color:#fff;transform:translateY(-1px)}.lc-global-header__language{position:relative}.lc-global-header__language>button{min-height:46px;display:flex;align-items:center;gap:6px;padding:0 2px;border:0;background:transparent;color:var(--lc-ink-soft);font-size:13px;font-weight:900;cursor:pointer}.lc-global-header__language b{font-size:14px;font-weight:700}.lc-global-header__language>div{position:absolute;top:calc(100% + 6px);right:0;width:190px;padding:7px;border:1px solid var(--lc-line);border-radius:10px;background:rgba(255,255,255,.9);box-shadow:0 16px 32px rgba(15,23,42,.12);backdrop-filter:blur(22px);display:none}.lc-global-header__language.is-open>div{display:block}.lc-global-header__language a{display:flex;gap:9px;padding:10px;border-radius:7px;color:var(--lc-ink-soft);font-size:13px;font-weight:700}.lc-global-header__language a:hover,.lc-global-header__language a:focus-visible{background:#fff4ec;color:var(--lc-orange)}.lc-global-header__language strong{color:var(--lc-orange)}.lc-global-header__menu-button,.lc-global-header__mobile-search{display:none}.lc-global-header__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lc-global-header :focus-visible{outline:3px solid rgba(255,107,0,.42);outline-offset:3px}
@media(max-width:1240px) and (min-width:861px){.lc-global-header__main-inner{min-height:116px;flex-wrap:wrap;padding:10px 0;row-gap:0}.lc-global-header__search{width:min(420px,42vw)}.lc-global-header__nav{width:100%;margin-left:0;justify-content:flex-end}.lc-global-header__links{gap:24px}}@media(max-width:860px){.lc-global-header__utility-inner,.lc-global-header__main-inner{width:min(100% - 32px,1280px)}.lc-global-header__utility-inner{min-height:34px;justify-content:center}.lc-global-header__utility p,.lc-global-header__contact a:first-child{display:none}.lc-global-header__contact{gap:0}.lc-global-header__contact a+a:before{display:none}.lc-global-header__main-inner{min-height:68px;justify-content:space-between}.lc-global-header__logo img{width:148px;height:38px}.lc-global-header__menu-button{width:46px;height:46px;display:grid;place-content:center;gap:5px;border:1px solid var(--lc-line);border-radius:10px;background:rgba(255,255,255,.78);cursor:pointer}.lc-global-header__menu-button span{width:19px;height:2px;display:block;background:var(--lc-ink)}.lc-global-header__nav{position:absolute;top:calc(100% + 1px);left:0;right:0;max-height:calc(100vh - 102px);padding:14px 16px 20px;display:none;overflow:auto;border-bottom:1px solid var(--lc-line);background:rgba(255,255,255,.91);box-shadow:0 18px 35px rgba(15,23,42,.12);backdrop-filter:blur(25px) saturate(175%)}.lc-global-header__nav.is-open{display:block}.lc-global-header__mobile-search{display:block;margin-bottom:10px}.lc-global-header__mobile-search .lc-global-header__search{width:100%}.lc-global-header__links{display:block}.lc-global-header__links>a,.lc-global-header__link-button{width:100%;min-height:50px;justify-content:space-between;border-bottom:1px solid #edf1f5;font-size:15px}.lc-global-header__mega{position:static;width:100%;display:none;grid-template-columns:1fr;padding:6px 0 8px;border:0;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}.lc-global-header__products.is-open .lc-global-header__mega{display:grid;transform:none}.lc-global-header__mega section{padding:10px 14px;background:rgba(248,250,252,.85)}.lc-global-header__mega section+section{border-left:0;border-top:1px solid #e7edf4}.lc-global-header__mega a{min-height:38px;display:flex;align-items:center}.lc-global-header__quote{width:100%;min-height:48px;margin:16px 0 10px}.lc-global-header__language>button{width:100%;min-height:48px;justify-content:space-between;padding:0 4px;border-top:1px solid #edf1f5}.lc-global-header__language>button span{margin-right:auto}.lc-global-header__language>div{position:static;width:100%;margin:0 0 8px;box-shadow:none;background:rgba(248,250,252,.85)}}@media(max-width:390px){.lc-global-header__utility-inner,.lc-global-header__main-inner{width:calc(100% - 24px)}.lc-global-header__logo img{width:140px}.lc-global-header__search input{padding:0 11px;font-size:13px}}
