.Header-module__ldgnoG__headerWrapper{width:100%;font-family:Inter,sans-serif}.Header-module__ldgnoG__topBar{background-color:var(--white);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.25rem 2rem;display:flex}.Header-module__ldgnoG__logo{cursor:pointer;align-items:center;display:flex}.Header-module__ldgnoG__logoImage{object-fit:contain;width:auto;height:80px}.Header-module__ldgnoG__logoText{letter-spacing:.02em;color:var(--primary-blue);font-size:1.5rem;font-weight:700}.Header-module__ldgnoG__searchContainer{flex:1;max-width:600px;margin:0 2rem;position:relative}.Header-module__ldgnoG__searchForm{align-items:center;display:flex}.Header-module__ldgnoG__searchInput{border:1px solid var(--border-color);background-color:var(--bg-light);width:100%;color:var(--text-dark);border-radius:4px 0 0 4px;flex:1;height:48px;padding:0 1rem;font-size:.95rem}.Header-module__ldgnoG__searchButton{border:1px solid var(--border-color);background:var(--bg-light);cursor:pointer;min-width:48px;min-height:48px;color:var(--text-light);border-left:none;border-top-right-radius:4px;border-bottom-right-radius:4px;justify-content:center;align-items:center;padding:0;display:flex;position:static}.Header-module__ldgnoG__searchIcon{display:block}.Header-module__ldgnoG__searchDropdown{background:var(--white);border:1px solid var(--border-color);z-index:200;border-radius:10px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 16px 36px #0f172a1f}.Header-module__ldgnoG__searchStatus{color:var(--text-light);padding:.85rem 1rem;font-size:.9rem}.Header-module__ldgnoG__searchResults{max-height:320px;overflow-y:auto}.Header-module__ldgnoG__searchItem{color:var(--text-dark);align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__ldgnoG__searchItem:hover{background-color:var(--bg-light)}.Header-module__ldgnoG__searchThumb{background:var(--bg-light);border-radius:8px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.Header-module__ldgnoG__searchMeta{flex-direction:column;gap:.2rem;display:flex}.Header-module__ldgnoG__searchTitle{font-size:.95rem;font-weight:600}.Header-module__ldgnoG__searchSub{color:var(--text-light);font-size:.8rem}.Header-module__ldgnoG__searchDivider{margin-left:.35rem}.Header-module__ldgnoG__searchTitle mark,.Header-module__ldgnoG__searchSub mark{color:inherit;background:#ffb70333;border-radius:3px;padding:0 .1rem}.Header-module__ldgnoG__searchFooter{border-top:1px solid var(--border-color);justify-content:flex-end;padding:.6rem 1rem;display:flex}.Header-module__ldgnoG__searchAll{color:var(--primary-blue);cursor:pointer;background:0 0;border:none;padding:.2rem 0;font-weight:600}.Header-module__ldgnoG__searchTags{flex-wrap:wrap;gap:.35rem;margin-top:.6rem;display:flex}.Header-module__ldgnoG__searchTag{border:1px solid var(--border-color);background:var(--bg-light);color:var(--text-dark);cursor:pointer;border-radius:999px;padding:.2rem .6rem;font-size:.75rem}.Header-module__ldgnoG__quoteButton{background-color:var(--primary-blue);color:var(--white);border:none;border-radius:4px;padding:.35rem 1rem;font-size:.95rem;font-weight:600;transition:background-color .2s}.Header-module__ldgnoG__quoteButton:hover{background-color:var(--secondary-blue)}.Header-module__ldgnoG__menuButton{border:1px solid var(--border-color);background:var(--white);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;gap:4px;width:44px;height:44px;margin-left:.75rem;display:none}.Header-module__ldgnoG__menuBar{background:var(--primary-blue);width:18px;height:2px;margin:0 auto;display:block}.Header-module__ldgnoG__navBar{background-color:var(--primary-blue);align-items:center;height:50px;padding:0 2rem;display:flex}.Header-module__ldgnoG__navItem{align-items:center;height:100%;display:flex;position:relative}.Header-module__ldgnoG__navLink{color:var(--white);cursor:pointer;background:0 0;border:none;align-items:center;height:100%;padding:0 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:flex}.Header-module__ldgnoG__navLink:hover{background-color:var(--secondary-blue)}.Header-module__ldgnoG__dropdownMenu{background-color:var(--white);z-index:100;border-radius:0 0 4px 4px;grid-template-columns:repeat(2,1fr);width:max-content;min-width:250px;padding:1rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000026}.Header-module__ldgnoG__navItem:hover .Header-module__ldgnoG__dropdownMenu{display:grid}.Header-module__ldgnoG__dropdownItem{color:var(--text-dark);padding:.75rem 1.5rem;font-size:.9rem;text-decoration:none;transition:background-color .2s}.Header-module__ldgnoG__dropdownItem:hover{background-color:var(--bg-light);color:var(--primary-blue)}.Header-module__ldgnoG__activeNavLink{background-color:var(--secondary-blue)}.Header-module__ldgnoG__dropdownIcon{width:16px;height:16px;margin-left:.25rem}.Header-module__ldgnoG__mobileMenu{display:none}.Header-module__ldgnoG__mobileNav{background:var(--white);border-bottom:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding:1rem 1.5rem 1.5rem;display:none}.Header-module__ldgnoG__mobileMenu[open] .Header-module__ldgnoG__mobileNav{display:flex}.Header-module__ldgnoG__mobileMenu summary{list-style:none}.Header-module__ldgnoG__mobileMenu summary::-webkit-details-marker{display:none}.Header-module__ldgnoG__mobileLink{color:var(--text-dark);padding:.6rem .2rem;font-weight:600;text-decoration:none}.Header-module__ldgnoG__mobileToggle{color:var(--text-dark);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.6rem .2rem;font-weight:600;display:flex}.Header-module__ldgnoG__mobileToggleIcon{transition:transform .2s}.Header-module__ldgnoG__mobileProductsSection[open] .Header-module__ldgnoG__mobileToggleIcon{transform:rotate(180deg)}.Header-module__ldgnoG__mobileProducts{flex-direction:column;gap:.35rem;padding-left:.75rem;display:none}.Header-module__ldgnoG__mobileProductsSection[open] .Header-module__ldgnoG__mobileProducts{display:flex}.Header-module__ldgnoG__mobileSubLink{color:var(--text-dark);padding:.35rem 0;font-size:.92rem;text-decoration:none}@media (max-width:1024px){.Header-module__ldgnoG__topBar{flex-wrap:wrap;gap:.75rem;padding:.75rem 1.25rem}.Header-module__ldgnoG__logo{flex:auto}.Header-module__ldgnoG__searchContainer{order:3;width:100%;max-width:none;margin:0}.Header-module__ldgnoG__quoteButton{order:2}}@media (max-width:768px){.Header-module__ldgnoG__navBar{display:none}.Header-module__ldgnoG__mobileMenu{display:block}.Header-module__ldgnoG__menuButton{display:flex}.Header-module__ldgnoG__quoteButton{padding:.4rem .8rem;font-size:.85rem}}
.Footer-module__Grjkva__footer{color:#fff;background-color:#1a2332;padding:4rem 2rem 2rem}.Footer-module__Grjkva__container{max-width:1400px;margin:0 auto}.Footer-module__Grjkva__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;display:grid}@media (max-width:1024px){.Footer-module__Grjkva__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Footer-module__Grjkva__grid{grid-template-columns:1fr}}.Footer-module__Grjkva__column{flex-direction:column;display:flex}.Footer-module__Grjkva__columnTitle{color:#fff;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.Footer-module__Grjkva__companyDescription{color:#ffffffb3;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.Footer-module__Grjkva__brands{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__Grjkva__brands span{color:#ffffffe6;background:#ffffff1a;border-radius:4px;padding:.35rem .75rem;font-size:.8rem}.Footer-module__Grjkva__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__linkList a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__Grjkva__linkList a:hover{color:#fff}.Footer-module__Grjkva__contactList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__contactList li{flex-direction:column;gap:.25rem;display:flex}.Footer-module__Grjkva__contactLabel{color:#ffffff80;font-size:.8rem}.Footer-module__Grjkva__contactList a{color:#ffffffe6;font-size:.9rem;text-decoration:none}.Footer-module__Grjkva__contactList a:hover{color:var(--primary-blue)}.Footer-module__Grjkva__bottom{text-align:center;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.Footer-module__Grjkva__bottom p{color:#ffffff80;font-size:.85rem}
.ContactWidget-module__P05hJW__tab{z-index:200;background:var(--primary-blue);color:#fff;cursor:pointer;letter-spacing:.1em;writing-mode:vertical-lr;text-orientation:mixed;border:none;border-radius:8px 0 0 8px;width:32px;padding:1.1rem 0;font-family:inherit;font-size:.76rem;font-weight:600;transition:background .2s;position:fixed;top:50%;right:17px;transform:translateY(-50%);box-shadow:-3px 0 12px #00000026}.ContactWidget-module__P05hJW__tab:hover{background:var(--secondary-blue)}.ContactWidget-module__P05hJW__tabText{display:block}.ContactWidget-module__P05hJW__card{z-index:199;background:var(--white);border:1px solid var(--border-color);opacity:0;pointer-events:none;border-right:none;border-radius:12px 0 0 12px;flex-direction:column;gap:0;width:272px;padding:1.25rem;transition:opacity .25s,transform .25s;display:flex;position:fixed;top:50%;right:49px;transform:translateY(-50%)translate(16px);box-shadow:-6px 0 32px #0000001a}.ContactWidget-module__P05hJW__card.ContactWidget-module__P05hJW__open{opacity:1;pointer-events:auto;transform:translateY(-50%)translate(0)}.ContactWidget-module__P05hJW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.875rem;display:flex}.ContactWidget-module__P05hJW__cardTitle{color:#002d5c;font-size:1rem;font-weight:700;line-height:1.2}.ContactWidget-module__P05hJW__cardSub{color:var(--text-light);margin-top:.2rem;font-size:.78rem;line-height:1.4}.ContactWidget-module__P05hJW__closeBtn{cursor:pointer;color:var(--text-light);background:0 0;border:none;border-radius:4px;flex-shrink:0;margin-left:.5rem;padding:.1rem .2rem;font-size:1rem;line-height:1;transition:color .15s,background .15s}.ContactWidget-module__P05hJW__closeBtn:hover{color:var(--text-dark);background:var(--bg-light)}.ContactWidget-module__P05hJW__ctaPrimary{background:var(--action-orange);color:#fff;text-align:center;border-radius:6px;margin-bottom:1rem;padding:.7rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.ContactWidget-module__P05hJW__ctaPrimary:hover{background:#e05500}.ContactWidget-module__P05hJW__divider{background:var(--border-color);height:1px;margin-bottom:.875rem}.ContactWidget-module__P05hJW__info{flex-direction:column;gap:.55rem;display:flex}.ContactWidget-module__P05hJW__infoItem{color:var(--text-light);align-items:center;gap:.5rem;font-size:.8rem;line-height:1.3;text-decoration:none;transition:color .15s;display:flex}a.ContactWidget-module__P05hJW__infoItem:hover{color:var(--primary-blue)}.ContactWidget-module__P05hJW__infoIcon{width:16px;height:16px;color:var(--primary-blue);flex-shrink:0}@media (max-width:768px){.ContactWidget-module__P05hJW__tab,.ContactWidget-module__P05hJW__card{display:none}}
.NotFoundScene-module__wfgBhq__page{background:var(--bg-light);justify-content:center;align-items:center;min-height:60vh;padding:4rem 1.5rem;display:flex}.NotFoundScene-module__wfgBhq__inner{width:100%;max-width:640px}.NotFoundScene-module__wfgBhq__code{color:var(--action-orange);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(4rem,12vw,7rem);font-weight:800;line-height:1}.NotFoundScene-module__wfgBhq__title{color:#002d5c;margin-bottom:.625rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.2}.NotFoundScene-module__wfgBhq__subtitle{color:var(--text-light);margin-bottom:2rem;font-size:1rem;line-height:1.6}.NotFoundScene-module__wfgBhq__searchForm{background:var(--white);border:1.5px solid var(--border-color);border-radius:8px;margin-bottom:1.25rem;transition:border-color .2s;display:flex;overflow:hidden}.NotFoundScene-module__wfgBhq__searchForm:focus-within{border-color:var(--primary-blue)}.NotFoundScene-module__wfgBhq__searchInput{color:var(--text-dark);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.8rem 1rem;font-size:.95rem}.NotFoundScene-module__wfgBhq__searchInput::placeholder{color:#aaa}.NotFoundScene-module__wfgBhq__searchBtn{background:var(--primary-blue);color:var(--white);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;padding:0 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s}.NotFoundScene-module__wfgBhq__searchBtn:hover{background:var(--secondary-blue)}.NotFoundScene-module__wfgBhq__actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.NotFoundScene-module__wfgBhq__btnPrimary{background:var(--action-orange);color:var(--white);white-space:nowrap;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s}.NotFoundScene-module__wfgBhq__btnPrimary:hover{background:#e05500}.NotFoundScene-module__wfgBhq__btnSecondary{color:var(--primary-blue);border:1.5px solid var(--primary-blue);white-space:nowrap;background:0 0;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.NotFoundScene-module__wfgBhq__btnSecondary:hover{background:var(--primary-blue);color:var(--white)}.NotFoundScene-module__wfgBhq__quickSection{margin-bottom:2rem}.NotFoundScene-module__wfgBhq__quickLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;font-size:.8rem;font-weight:500}.NotFoundScene-module__wfgBhq__quickLinks{flex-wrap:wrap;gap:.5rem;display:flex}.NotFoundScene-module__wfgBhq__quickLink{background:var(--white);color:var(--primary-blue);border:1px solid var(--border-color);border-radius:20px;padding:.35rem .85rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s}.NotFoundScene-module__wfgBhq__quickLink:hover{border-color:var(--primary-blue);background:#eef4ff}.NotFoundScene-module__wfgBhq__contactCard{background:var(--white);border:1px solid var(--border-color);border-left:4px solid var(--primary-blue);border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex}.NotFoundScene-module__wfgBhq__contactText{flex:1}.NotFoundScene-module__wfgBhq__contactTitle{color:#002d5c;margin-bottom:.25rem;font-size:.95rem;font-weight:600}.NotFoundScene-module__wfgBhq__contactDesc{color:var(--text-light);font-size:.82rem;line-height:1.5}.NotFoundScene-module__wfgBhq__contactBtn{background:var(--primary-blue);color:var(--white);white-space:nowrap;border-radius:6px;flex-shrink:0;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s}.NotFoundScene-module__wfgBhq__contactBtn:hover{background:var(--secondary-blue)}@media (max-width:600px){.NotFoundScene-module__wfgBhq__page{align-items:flex-start;padding:3rem 1.25rem}.NotFoundScene-module__wfgBhq__actions{flex-direction:column}.NotFoundScene-module__wfgBhq__btnPrimary,.NotFoundScene-module__wfgBhq__btnSecondary{text-align:center}.NotFoundScene-module__wfgBhq__contactCard{flex-direction:column;align-items:flex-start;gap:1rem}.NotFoundScene-module__wfgBhq__contactBtn{text-align:center;width:100%}}
