:root{--hw4-ink: #0b1f38;--hw4-navy: #0b2a4a;--hw4-navy-2: #13365e;--hw4-blue: #0066cc;--hw4-blue-hover: #0052a3;--hw4-sky: #e8f1fb;--hw4-paper: #fafaf9;--hw4-line: #e4e6eb;--hw4-line-2: #d5d8df;--hw4-muted: #5b6473;--hw4-green: #15803d;--hw4-amber: #b7791f;--hw4-radius: 8px;--hw4-container: 1360px;--hw4-section-padding-block: clamp(42px, 5vw, 64px);--hw4-section-heading-gap: 28px;--hw4-button-height: 44px;--hw4-card-button-height: 52px;--hw4-action-button-width: 190px;--hw4-button-padding-inline: 22px;--hw4-button-padding-inline-compact: 14px}.hw4{color:var(--hw4-ink);background:var(--hw4-paper)}.hw4 *,.hw4 *:before,.hw4 *:after{box-sizing:border-box}.hw4-container{max-width:var(--hw4-container);margin:0 auto;padding:0 clamp(18px,3vw,40px)}.hw4-band{padding:var(--hw4-section-padding-block) 0}.hw4[id],.hw9-trust-icons[id],.hw6-image-trust[id]{scroll-margin-top:126px}.hw4-band--white{background:#fff}.hw4-band--ink{background:var(--hw4-ink);color:#fff}.hw4-band--ink .hw4-title,.hw4-band--ink .hw4-card h3,.hw4-band--ink .hw4-card h4,.hw4-band--ink .hw4-lead,.hw4-band--ink .hw4-card p{color:inherit}.hw4-eyebrow,.hw4-mono{font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase}.hw4-eyebrow{margin:0 0 12px;font-size:11px;font-weight:700;color:var(--hw4-blue)}.hw4-title{margin:0;font-size:clamp(31px,4.8vw,60px);line-height:1.04;letter-spacing:-.032em;font-weight:700;text-wrap:balance}.hw4-title--section{font-size:clamp(25px,2.8vw,38px);line-height:1.12}.hw4-lead{max-width:760px;margin:16px 0 0;font-size:clamp(15px,1.5vw,17px);line-height:1.55;color:var(--hw4-muted)}.hw4-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hw4-btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--hw4-button-height);width:var(--hw4-action-button-width);max-width:100%;padding:0 var(--hw4-button-padding-inline);border:1px solid var(--hw4-line-2);border-radius:6px;font-size:15px;font-weight:700;line-height:1.15;text-align:center;white-space:nowrap;color:var(--hw4-navy);background:#fff;text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.hw4 .button:not(.button--tertiary){min-height:var(--hw4-button-height);padding:0 var(--hw4-button-padding-inline);border-radius:6px;font-size:15px;font-weight:700;letter-spacing:0;line-height:1.15;text-align:center;white-space:nowrap}.hw4-btn:hover{border-color:var(--hw4-navy);transform:translateY(-1px);box-shadow:0 10px 24px #0b1f381a}.hw4-btn--blue{color:#fff;border-color:var(--hw4-blue);background:var(--hw4-blue)}.hw4-btn--blue:hover{color:#fff;border-color:var(--hw4-blue-hover);background:var(--hw4-blue-hover)}.hw4-btn--navy{color:#fff;border-color:var(--hw4-navy);background:var(--hw4-navy)}.hw4-btn--navy:hover{color:#fff;border-color:var(--hw4-navy-2);background:var(--hw4-navy-2)}.hw4-tag{display:inline-flex;align-items:center;max-width:100%;min-height:24px;padding:4px 8px;border:1px solid #cfe2f8;border-radius:999px;color:var(--hw4-blue);background:var(--hw4-sky);font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:11px;font-weight:700;letter-spacing:.06em;line-height:1.2;text-transform:uppercase;overflow-wrap:anywhere}.hw4-grid{display:grid;gap:18px}.hw4-grid-frame{position:relative}.hw4-grid--2,.hw4-grid--3,.hw4-grid--4{margin-top:var(--hw4-section-heading-gap)}.hw4-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.hw4-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.hw4-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.hw4-grid--feature-first .hw4-card:first-child{grid-column:span 2}.hw4-card{position:relative;display:flex;flex-direction:column;height:100%;min-width:0;border:1px solid var(--hw4-line);border-radius:var(--hw4-radius);background:#fff;overflow:hidden;box-shadow:0 1px #0b1f3808;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.hw4-card:hover{transform:translateY(-2px);border-color:#0066cc38;box-shadow:0 16px 36px #0b1f3814}.hw4-card__media{min-height:190px;border-bottom:1px solid var(--hw4-line);background:radial-gradient(circle at 24px 24px,rgba(0,102,204,.12) 1px,transparent 1px) 0 0 / 24px 24px,linear-gradient(135deg,#0b2a4a0f,#0066cc0a),#f6f8fb;display:grid;place-items:center;color:var(--hw4-muted);font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.hw4-card__media:has(.hw4-media-image){display:block;background:#f6f8fb}.hw4-media-image{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover}.hw4-image-slot{min-height:100%;width:100%;display:grid;place-items:center;align-content:center;gap:10px;padding:24px;text-align:center;color:var(--hw4-muted);background:radial-gradient(circle at 24px 24px,rgba(0,102,204,.12) 1px,transparent 1px) 0 0 / 24px 24px,linear-gradient(135deg,#0b2a4a0f,#0066cc0a),#f6f8fb}.hw4-image-slot span{font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hw4-image-slot p{max-width:320px;margin:0;font-size:13px;line-height:1.5}.hw4-image-slot--series{gap:18px}.hw4-image-slot--card{min-height:190px}.hw4-visual-cues,.hw4-spec-cues,.hw4-card__topline{display:flex;flex-wrap:wrap;gap:8px}.hw4-visual-cues{justify-content:center;max-width:520px}.hw4-visual-cues em,.hw4-spec-cues span,.hw4-micro{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border:1px solid rgba(11,42,74,.12);border-radius:999px;color:var(--hw4-ink);background:#ffffffb8;font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:11px;font-style:normal;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.hw4-spec-cues{margin-top:16px}.hw4-spec-cues span,.hw4-micro{color:var(--hw4-muted);background:#f8fafc}.hw4-card__topline{align-items:center;justify-content:space-between}.hw4-card__body{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;padding:20px}.hw4-card .hw4-actions{width:100%;min-width:0;margin-top:auto;padding-top:24px}.hw4-card .hw4-btn{flex:0 1 var(--hw4-action-button-width);height:var(--hw4-card-button-height);min-height:var(--hw4-card-button-height);padding-inline:var(--hw4-button-padding-inline-compact);white-space:normal;overflow-wrap:anywhere}.hw4-card h3,.hw4-card h4{margin:10px 0 8px;color:var(--hw4-ink);font-size:20px;line-height:1.2;letter-spacing:-.01em}.hw4-card p{margin:0;color:var(--hw4-muted);font-size:14px;line-height:1.55}.hw4-card-text{color:var(--hw4-muted);font-size:14px;line-height:1.55}.hw4-card-text p{margin:0}.hw4-card--dark{color:var(--hw4-ink);border-color:#0066cc57;background:linear-gradient(180deg,#fffffffa,#f3f8fffa),#fff;box-shadow:0 18px 44px #0066cc1a}.hw4-card--dark:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--hw4-blue),#38bdf8)}.hw4-card--dark h3,.hw4-card--dark h4,.hw4-card--dark p,.hw4-card--dark .hw4-card-text{color:var(--hw4-ink)}.hw4-card--dark p,.hw4-card--dark .hw4-card-text{color:var(--hw4-muted)}.hw4-card--dark .hw4-tag{border-color:#0066cc38;background:#0066cc1a}.hw4-card--dark:hover{transform:translateY(-3px);border-color:#0066cc7a;box-shadow:0 22px 54px #0066cc26}.hw4-band--ink .hw4-card--dark{color:#fff;border-color:#ffffff42;background:radial-gradient(circle at top right,rgba(0,102,204,.26),transparent 34%),#ffffff14;box-shadow:0 18px 44px #0000002e}.hw4-band--ink .hw4-card--dark h3,.hw4-band--ink .hw4-card--dark h4,.hw4-band--ink .hw4-card--dark p,.hw4-band--ink .hw4-card--dark .hw4-card-text{color:#fff}.hw4-band--ink .hw4-card--dark p,.hw4-band--ink .hw4-card--dark .hw4-card-text{opacity:.8}.hw4-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:18px;border:1px solid var(--hw4-line);background:var(--hw4-line)}.hw4-stat{padding:12px;background:#fff}.hw4-stat strong{display:block;font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:14px;color:var(--hw4-ink)}.hw4-stat span{display:block;margin-top:2px;font-size:11px;color:var(--hw4-muted)}.hw4-hero{display:grid;gap:clamp(28px,4vw,56px);align-items:center;min-height:min(600px,calc(100vh - 150px));padding:clamp(36px,5vw,60px) 0}.hw4-hero--compact{min-height:auto;padding:clamp(36px,5vw,64px) 0}.hw4-hero__visual{min-height:420px;border:1px solid var(--hw4-line);border-radius:14px;background:linear-gradient(90deg,rgba(0,102,204,.06),transparent),#fff;display:grid;grid-template-rows:auto 1fr;overflow:hidden;box-shadow:0 22px 50px #0b1f3814}.hw4-hero__visual-top{display:flex;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid var(--hw4-line)}.hw4-hero__diagram{display:grid;align-content:center;gap:14px;padding:24px}.hw4-section-heading{max-width:900px}.hw4-rfq-layout{display:grid;gap:28px;align-items:start}.hw4-rfq-notes{margin-top:24px}.hw4-rfq-form-card .field{margin-top:14px}.hw4-rfq-form-card button.hw4-btn{border:0;cursor:pointer}.hw4-diagram-row{display:grid;grid-template-columns:1fr 2fr 1fr;gap:10px;align-items:center}.hw4-diagram-row span{min-height:44px;border:1px solid var(--hw4-line-2);background:#fff}.hw4-diagram-row span:nth-child(2){background:var(--hw4-sky)}.hw4-series-hero{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.hw4-series-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.hw4-card--featured{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hw4-card--featured .hw4-card__media{min-height:360px;border-right:1px solid var(--hw4-line);border-bottom:0}.hw4-product-list{grid-template-columns:repeat(3,minmax(0,1fr))}.hw4-sku-list{grid-template-columns:repeat(4,minmax(0,1fr))}.hw4-paths{grid-template-columns:repeat(2,minmax(0,1fr))}.hw4-path{padding:24px}.hw4-path--dark{color:#fff;background:var(--hw4-navy)}.hw4-path--dark h3,.hw4-path--dark p{color:#fff}.hw4-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--hw4-line)}.hw4-table-wrap{overflow-x:auto;margin-top:18px;border-radius:var(--hw4-radius)}.hw4-table th,.hw4-table td{padding:14px 16px;border-bottom:1px solid var(--hw4-line);text-align:left;vertical-align:top;font-size:13px}.hw4-table th{color:#fff;background:var(--hw4-ink);font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.hw4-route-panel{margin-top:26px}.hw4-route-panel__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.hw4-route-panel__head p{max-width:780px;margin:0;color:var(--hw4-muted);font-size:14px;line-height:1.55}.hw4-route-table td:first-child{color:var(--hw4-ink);font-weight:700}.hw4-table-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;min-width:88px;padding:0 12px;border:1px solid var(--hw4-line-2);border-radius:6px;color:var(--hw4-navy);font-weight:700;text-decoration:none;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease}.hw4-table-link:hover{border-color:var(--hw4-blue);color:#fff;background:var(--hw4-blue)}.hw4-route-cards{margin-top:22px}#track-order .hw4-band{padding:0}#track-order .hw4-hero--compact{padding:clamp(30px,4vw,48px) 0}.hw4-track-widget{min-width:0;border:1px solid var(--hw4-line);border-radius:var(--hw4-radius);background:#fff;box-shadow:0 18px 44px #0b1f3814;overflow:hidden}.hw4-track-widget--inline{margin-top:var(--hw4-section-heading-gap)}.hw4-track-widget__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid var(--hw4-line);background:#f8fafc}.hw4-track-widget__head p{margin:0;color:var(--hw4-muted);font-size:13px;line-height:1.45;text-align:right}.hw4-track-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,.28fr);gap:10px;padding:18px;border-bottom:1px solid var(--hw4-line);background:#fff}.hw4-track-form__input{width:100%;min-width:0;min-height:var(--hw4-button-height);padding:0 14px;border:1px solid var(--hw4-line-2);border-radius:6px;color:var(--hw4-ink);background:#fff;font:inherit;font-size:15px;line-height:1.2;box-shadow:inset 0 1px #0b1f3808;transition:border-color .16s ease,box-shadow .16s ease}.hw4-track-form__input::placeholder{color:#7a8494}.hw4-track-form__input:focus{outline:0;border-color:var(--hw4-blue);box-shadow:0 0 0 3px #0066cc24}.hw4-track-form__button{width:100%;border:0;cursor:pointer}.hw4-track-form__error{margin:0;padding:11px 18px;border-bottom:1px solid #f3d5d5;color:#9f1239;background:#fff7f7;font-size:13px;font-weight:700;line-height:1.4}.hw4-track-widget__container{min-height:420px;padding:14px;background:#fff}.hw4-track-widget__note,.hw4-track-widget__fallback{margin:0;padding:13px 18px;border-top:1px solid var(--hw4-line);color:var(--hw4-muted);font-size:13px;line-height:1.5}.hw4-track-widget__fallback{background:#f8fafc}.hw4-track-widget__fallback a{color:var(--hw4-blue);font-weight:700;text-decoration:underline;text-underline-offset:3px}.hw4-track-support-heading{margin-top:26px}.hw4-track-support-heading h3{margin:0;color:var(--hw4-ink);font-size:20px;line-height:1.25}.hw4-track-support-heading p{max-width:760px;margin:8px 0 0;color:var(--hw4-muted);font-size:14px;line-height:1.5}.hw4-pdp-actions{display:grid;gap:16px}.hw4-pdp-module{padding:22px;border:1px solid var(--hw4-line);border-radius:var(--hw4-radius);background:#fff}.hw4-pdp-module--dark{color:#fff;border-color:var(--hw4-navy);background:var(--hw4-navy)}.hw4-pdp-module--dark h3,.hw4-pdp-module--dark p{color:#fff}@media screen and (min-width:990px){.hw4-hero,.hw4-pdp-actions,.hw4-rfq-layout{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:989px){.hw4-card--featured,.hw4-series-secondary,.hw4-product-list,.hw4-sku-list,.hw4-paths,.hw4-grid--3,.hw4-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.hw4-grid--feature-first .hw4-card:first-child{grid-column:span 1}.hw4-card--featured .hw4-card__media{border-right:0;border-bottom:1px solid var(--hw4-line)}.hw4-card .hw4-actions{display:grid;grid-template-columns:1fr}.hw4-card .hw4-btn{width:100%;flex-basis:auto}}@media screen and (max-width:640px){:root{--hw4-section-heading-gap: 18px}.hw4-band{padding:34px 0}.hw4-container{padding-inline:18px}.hw4-title{font-size:clamp(30px,8.6vw,36px);line-height:1.08}.hw4-title--section{font-size:clamp(23px,6vw,28px)}.hw4-lead{margin-top:10px;font-size:14px;line-height:1.55}.hw4-section-heading .hw4-lead{display:-webkit-box;max-width:100%;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}#tracking-options .hw4-section-heading .hw4-lead{display:block;overflow:visible;-webkit-line-clamp:unset}.hw4-hero{min-height:auto;gap:20px;padding:38px 0 32px}.hw4-grid{gap:10px}.hw4-grid--2,.hw4-grid--3,.hw4-grid--4{margin-top:var(--hw4-section-heading-gap)}.hw4-card--featured,.hw4-series-secondary,.hw4-product-list,.hw4-sku-list,.hw4-paths,.hw4-grid--2,.hw4-grid--3,.hw4-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.hw4-grid--has-images{display:flex;grid-template-columns:none;gap:12px;margin-inline:-18px;overflow-x:auto;overflow-y:hidden;padding:0 18px 6px;scroll-padding-inline:18px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hw4-grid--has-images::-webkit-scrollbar{display:none}.hw4-grid--has-images .hw4-card{flex:0 0 min(72vw,270px);scroll-snap-align:start}.hw4-stats{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.hw4-stat{padding:10px 8px}.hw4-stat strong{font-size:13px}.hw4-stat span{font-size:10px;line-height:1.35}.hw4-actions .hw4-btn{flex-basis:auto;width:100%}.hw4-card .hw4-actions{gap:7px;margin-top:auto;padding-top:12px}.hw4-card .hw4-actions .hw4-btn+.hw4-btn{display:none}.hw4-card .hw4-btn{flex-basis:auto;width:100%;height:4.8rem;min-height:4.8rem;padding:0 var(--hw4-button-padding-inline-compact);font-size:13px}.hw4-card__body{padding:12px}.hw4-card h3,.hw4-card h4{margin:8px 0 0;font-size:15px;line-height:1.22}.hw4-card-text{margin-top:7px;font-size:12px;line-height:1.42}.hw4-card-text p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hw4-tag{min-height:21px;padding:3px 6px;font-size:9px;letter-spacing:.045em}.hw4-card__media,.hw4-image-slot--card{min-height:96px}.hw4-card__media{font-size:9px}.hw4-image-slot{padding:14px 10px}.hw4-image-slot span{font-size:9px}.hw4-visual-cues{display:none}.hw4-card__topline{gap:6px}.hw4-micro,.hw4-spec-cues span{min-height:20px;padding:3px 6px;font-size:9px}.hw4-spec-cues{gap:5px;margin-top:10px}.hw4-spec-cues span:nth-child(n+3){display:none}.hw4-route-panel__head{align-items:flex-start;flex-direction:column}.hw4-route-cards{display:none}.hw4-track-widget__head{align-items:flex-start;flex-direction:column;gap:8px;padding:13px 14px}.hw4-track-widget__head p{text-align:left}.hw4-track-form{grid-template-columns:1fr;gap:8px;padding:12px}.hw4-track-form__input,.hw4-track-form__button{min-height:4.8rem;font-size:13px}.hw4-track-form__error{padding:10px 12px;font-size:12px}.hw4-track-widget__container{min-height:360px;padding:10px}.hw4-track-widget__note,.hw4-track-widget__fallback{padding:12px 72px 12px 14px;font-size:12px}.hw4-track-support-heading{margin-top:18px}.hw4-track-support-heading h3{font-size:17px}.hw4-track-support-heading p{font-size:12px}.hw4-hero__visual{order:-1;display:block;min-height:0;aspect-ratio:1.45;margin-bottom:2px}.hw4-hero-product-visual{min-height:100%}.hw4-hero-product-visual__image{min-height:0;height:100%;object-fit:cover}.hw4-hero-product-visual__caption{gap:8px;margin:12px;padding:8px 10px;border-radius:12px;font-size:10px;line-height:1.25}.hw4-hero-product-visual__caption strong{font-size:11px}}:root{--hw6-ink: #071a2f;--hw6-navy: #082641;--hw6-navy-2: #0d355b;--hw6-blue: #156bd6;--hw6-blue-2: #0b55b7;--hw6-cyan: #4db5ff;--hw6-paper: #f5f7fa;--hw6-surface: #ffffff;--hw6-surface-blue: #eef5ff;--hw6-line: #d9e2ec;--hw6-line-strong: #bccadd;--hw6-muted: #5f6f84;--hw6-success: #0f8f56;--hw6-shadow-sm: 0 1px 2px rgba(7, 26, 47, .06);--hw6-shadow-md: 0 10px 26px rgba(7, 26, 47, .08);--hw6-shadow-lg: 0 18px 42px rgba(7, 26, 47, .1);--hw6-motion-fast: .16s;--hw6-motion-default: .24s;--hw6-motion-reveal: .62s;--hw6-ease-standard: cubic-bezier(.2, .8, .2, 1);--hw6-ease-emphasized: cubic-bezier(.16, 1, .3, 1);--hw6-radius-sm: 6px;--hw6-radius: 10px;--hw6-radius-lg: 16px;--hw6-container: 1360px;--hw6-button-height: 46px;--hw6-button-width: 188px;--hw4-ink: var(--hw6-ink);--hw4-navy: var(--hw6-navy);--hw4-navy-2: var(--hw6-navy-2);--hw4-blue: var(--hw6-blue);--hw4-blue-hover: var(--hw6-blue-2);--hw4-sky: var(--hw6-surface-blue);--hw4-paper: var(--hw6-paper);--hw4-line: var(--hw6-line);--hw4-line-2: var(--hw6-line-strong);--hw4-muted: var(--hw6-muted);--hw4-green: var(--hw6-success);--hw4-radius: var(--hw6-radius);--hw4-container: var(--hw6-container);--hw4-button-height: var(--hw6-button-height);--hw4-action-button-width: var(--hw6-button-width)}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 12% -10%,rgba(21,107,214,.07),transparent 26rem),linear-gradient(180deg,#f9fbfd,#f4f7fa);color:var(--hw6-ink);text-rendering:optimizeLegibility}::selection{background:#156bd62e;color:var(--hw6-ink)}.button,.shopify-payment-button__button,.hw4-btn,.hw5-btn,.family-button,.catalog-button,.hw6-image-trust__button,.header__rfq-button{min-height:var(--hw6-button-height)!important;border-radius:var(--hw6-radius-sm)!important;font-weight:750!important;letter-spacing:-.005em!important}.button,.hw4-btn,.hw5-btn,.family-button,.catalog-button,.hw6-image-trust__button,.header__rfq-button{transition:transform var(--hw6-motion-fast) var(--hw6-ease-standard),background-color var(--hw6-motion-fast) var(--hw6-ease-standard),border-color var(--hw6-motion-fast) var(--hw6-ease-standard),color var(--hw6-motion-fast) var(--hw6-ease-standard),box-shadow var(--hw6-motion-fast) var(--hw6-ease-standard)!important}.button:hover,.hw4-btn:hover,.hw5-btn:hover,.family-button:hover,.catalog-button:hover,.hw6-image-trust__button:hover,.header__rfq-button:hover{transform:translateY(-1px)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,.hw4-btn:focus-visible,.hw5-btn:focus-visible,.family-button:focus-visible,.catalog-button:focus-visible{outline:3px solid rgba(21,107,214,.38)!important;outline-offset:3px!important;box-shadow:none!important}.hw4-band{padding:clamp(52px,5.6vw,78px) 0}.hw4-band--white{background:linear-gradient(180deg,#fffffffa,#fafcfffa),var(--hw6-surface)}#why-huawell .hw4-band{background:radial-gradient(circle at 12% 16%,rgba(77,181,255,.12),transparent 22rem),radial-gradient(circle at 86% 18%,rgba(21,107,214,.08),transparent 24rem),linear-gradient(90deg,rgba(7,26,47,.035) 1px,transparent 1px) 0 0 / 62px 62px,linear-gradient(180deg,#f9fbff,#eef4fb)}#why-huawell .hw4-card{background:#ffffffdb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#ordering-project-support .hw4-band{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(42px,4.8vw,62px);background:radial-gradient(circle at 12% 18%,rgba(77,181,255,.13),transparent 22rem),radial-gradient(circle at 90% 0%,rgba(21,107,214,.1),transparent 24rem),linear-gradient(180deg,#fff,#f2f7fd);color:var(--hw6-ink)}#ordering-project-support .hw4-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgba(7,26,47,.045) 1px,transparent 1px) 0 0 / 64px 64px,linear-gradient(180deg,rgba(7,26,47,.035) 1px,transparent 1px) 0 0 / 64px 64px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.64),transparent 84%);mask-image:linear-gradient(180deg,rgba(0,0,0,.64),transparent 84%)}#ordering-project-support .hw4-eyebrow{color:var(--hw6-blue)}#ordering-project-support .hw4-title,#ordering-project-support .hw4-lead{color:var(--hw6-ink)}#ordering-project-support .hw4-lead{color:var(--hw6-muted);opacity:1}#ordering-project-support .hw4-card{border-color:#156bd621!important;background:#ffffffe0;box-shadow:0 16px 38px #071a2f14!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#ordering-project-support .hw4-card h3,#ordering-project-support .hw4-card h4{color:var(--hw6-ink)}#ordering-project-support .hw4-card p,#ordering-project-support .hw4-card-text{color:var(--hw6-muted)}#ordering-project-support .hw4-card--dark{border-color:#156bd657!important;background:radial-gradient(circle at 100% 0%,rgba(77,181,255,.18),transparent 16rem),linear-gradient(180deg,#fffffffa,#eef6fffa)}#ordering-project-support .hw4-btn:not(.hw4-btn--blue){color:var(--hw6-navy);border-color:var(--hw6-line-strong);background:#fff}#about-cta .hw4-band{padding-block:clamp(46px,5vw,68px);border-top:1px solid var(--hw6-line);background:radial-gradient(circle at 12% 18%,rgba(77,181,255,.11),transparent 22rem),radial-gradient(circle at 90% 8%,rgba(21,107,214,.08),transparent 24rem),linear-gradient(180deg,#fff,#f4f8fd)}#about-cta .hw4-section-heading{max-width:960px}#about-cta .hw4-card{background:#ffffffeb;box-shadow:var(--hw6-shadow-sm)}#about-cta .hw4-card--dark{border-color:#156bd64d;background:radial-gradient(circle at 100% 0%,rgba(77,181,255,.14),transparent 15rem),linear-gradient(180deg,#fffffffa,#eff7fffa);box-shadow:var(--hw6-shadow-md)}#about-cta .hw4-card__body{min-height:240px}#about-cta .hw4-card .hw4-actions{padding-top:18px}#product-architecture .hw4-card__media,#product-architecture .hw4-image-slot--card{aspect-ratio:4 / 3;min-height:0}#product-architecture .hw4-media-image{object-fit:cover}#product-architecture .hw4-grid-frame--scroll-cue{margin-top:var(--hw4-section-heading-gap)}#product-architecture .hw4-grid-frame--scroll-cue .hw4-grid--has-images{margin-top:0}#product-architecture .hw4-grid-frame--scroll-cue:after{content:"";position:absolute;top:0;right:-1px;bottom:8px;z-index:3;width:clamp(62px,7vw,96px);pointer-events:none;background:linear-gradient(90deg,#f6f8fb00,#f6f8fb 76% 100%)}#product-architecture .hw4-scroll-cue{position:absolute;top:50%;right:10px;z-index:4;display:grid;width:42px;height:42px;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:var(--hw4-blue);box-shadow:0 14px 34px #0066cc42;transform:translateY(-50%);pointer-events:none;animation:hw4-scroll-cue-nudge 1.8s ease-in-out infinite}#product-architecture .hw4-scroll-cue svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6}@keyframes hw4-scroll-cue-nudge{0%,to{transform:translate(-3px,-50%)}50%{transform:translate(4px,-50%)}}#product-architecture .hw4-grid--has-images{display:flex;grid-template-columns:none;align-items:stretch;gap:18px;overflow-x:auto;overflow-y:hidden;padding:0 0 8px;scroll-padding-inline:0;scroll-snap-type:x mandatory;scrollbar-width:thin;-webkit-overflow-scrolling:touch}#product-architecture .hw4-grid--has-images .hw4-card{flex:0 0 calc((100% - 54px)/4);min-width:0;height:auto;scroll-snap-align:start}#product-architecture .hw4-card__body{display:flex;flex-direction:column;padding:14px 16px 16px}#product-architecture .hw4-panel-number{display:none}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images){display:flex;grid-template-columns:none;align-items:stretch;gap:18px;overflow-x:auto;overflow-y:hidden;padding:0 0 8px;scroll-padding-inline:0;scroll-snap-type:x mandatory;scrollbar-width:thin;-webkit-overflow-scrolling:touch}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card{flex:0 0 clamp(220px,22vw,280px);height:auto;scroll-snap-align:start}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card:nth-child(-n+2){flex-basis:clamp(270px,31vw,380px);border-color:#0066cc38;background:linear-gradient(180deg,#fffffffa,#f7fbfffa),#fff;box-shadow:0 14px 34px #0b1f3812}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card__body{min-height:220px;grid-template-rows:auto auto 1fr auto}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card h3{min-height:0}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card-text{min-height:0}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card-text p,#buying-paths .hw4-card-text p,#quality-evidence .hw4-card-text p{display:block;overflow:visible;-webkit-line-clamp:unset}#product-architecture .hw4-card h3{font-size:17px;min-height:2.4em;margin-top:0}#product-architecture .hw4-card-text p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}#product-architecture .hw4-card-text{min-height:4.65em}#product-architecture .hw4-card .hw4-actions{align-self:end;margin-top:auto;padding-top:14px}@media screen and (min-width:1100px){#product-architecture .hw4-grid--has-images{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;overflow:visible;padding:0;scroll-snap-type:none}#product-architecture .hw4-grid--has-images .hw4-card{min-width:0;flex:initial;scroll-snap-align:none}#product-architecture .hw4-grid--has-images .hw4-card:hover{transform:translateY(-2px);border-color:#0066cc38;box-shadow:0 16px 36px #0b1f3814}}@media screen and (min-width:1100px){#product-architecture .hw4-grid-frame--scroll-cue:after,#product-architecture .hw4-scroll-cue{display:none}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images){display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;overflow:visible;padding:0;scroll-snap-type:none}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card,#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card:nth-child(-n+2){min-width:0;flex:initial;border-color:var(--hw4-line);box-shadow:var(--hw6-shadow-sm);scroll-snap-align:none}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card:nth-child(-n+2){position:relative;border-color:#0066cc52;background:linear-gradient(180deg,#fffffffa,#f5fafffa),#fff;box-shadow:0 18px 42px #0066cc1a,0 8px 22px #0b1f380f}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card:nth-child(-n+2):before{content:"";position:absolute;top:-1px;right:14px;left:14px;height:3px;border-radius:999px;background:linear-gradient(90deg,#0066cc42,#0066ccb8,#06c3)}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card__body{min-height:244px;padding:15px}#product-architecture .hw4-card h3{font-size:16px}#product-architecture .hw4-card-text{font-size:13.5px;line-height:1.48}#product-architecture .hw4-card .hw4-btn{width:100%;flex-basis:auto}}@media screen and (min-width:1100px){#product-architecture .hw4-grid--series-panels.hw4-grid--has-images{display:flex;gap:10px;min-height:clamp(430px,43vw,560px);margin-top:var(--hw4-section-heading-gap);overflow:hidden;padding:0;scroll-snap-type:none}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card{flex:1 1 0;min-width:0;min-height:clamp(430px,43vw,560px);border-color:#071a2f1f;border-radius:14px;background:#071a2f;box-shadow:none;scroll-snap-align:none;transform:none;transition:flex .26s ease,border-color .22s ease,box-shadow .22s ease,filter .22s ease}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:hover,#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:focus-within{flex:2.45 1 0;border-color:#ffffff9e;box-shadow:0 26px 62px #071a2f2e;z-index:2}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images:not(:has(.hw4-card:hover,.hw4-card:focus-within)) .hw4-card:first-child{flex:2.45 1 0;border-color:#ffffff9e;box-shadow:0 26px 62px #071a2f2e;z-index:2}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card__media{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;height:100%;border:0;background:#0b1f38}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#071a2f29,#071a2f7a 54%,#071a2fe6),linear-gradient(90deg,#071a2f9e,#071a2f24)}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-media-image,#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-image-slot--card{width:100%;height:100%;min-height:100%;object-fit:cover}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:not(:hover):not(:focus-within) .hw4-media-image,#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:not(:hover):not(:focus-within) .hw4-image-slot--card{filter:saturate(.86) brightness(.78)}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card__body{position:relative;z-index:1;display:flex;min-height:100%;padding:22px;flex-direction:column;justify-content:flex-end;color:#fff}#product-architecture .hw4-panel-number{display:inline-grid;width:42px;height:42px;margin-bottom:14px;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:8px;color:#fff;background:#ffffff24;font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:13px;font-weight:800;letter-spacing:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card h3{min-height:0;margin:0;color:#fff;font-size:clamp(19px,2vw,28px);line-height:1.1;text-shadow:0 2px 14px rgba(0,0,0,.24)}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card-text,#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card-text p{min-height:0;color:#ffffffd1;font-size:14px;line-height:1.5}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card-text,#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card .hw4-actions{max-width:520px;opacity:1;transition:opacity .22s ease,transform .22s ease,max-height .22s ease}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card .hw4-actions{align-self:stretch;grid-row:auto;margin-top:0;padding-top:18px}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card .hw4-btn{width:min(190px,100%);color:var(--hw4-navy);border-color:#fff;background:#fff}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:not(:hover):not(:focus-within){filter:saturate(.95)}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images:not(:has(.hw4-card:hover,.hw4-card:focus-within)) .hw4-card:first-child,#product-architecture .hw4-grid--series-panels.hw4-grid--has-images:not(:has(.hw4-card:hover,.hw4-card:focus-within)) .hw4-card:first-child .hw4-media-image,#product-architecture .hw4-grid--series-panels.hw4-grid--has-images:not(:has(.hw4-card:hover,.hw4-card:focus-within)) .hw4-card:first-child .hw4-image-slot--card{filter:none}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images:not(:has(.hw4-card:hover,.hw4-card:focus-within)) .hw4-card:first-child .hw4-card__body{align-items:stretch;justify-content:flex-end;padding:22px}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images:not(:has(.hw4-card:hover,.hw4-card:focus-within)) .hw4-card:first-child .hw4-panel-number{margin:0 0 14px}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images:not(:has(.hw4-card:hover,.hw4-card:focus-within)) .hw4-card:first-child h3{max-height:none;font-size:clamp(19px,2vw,28px);line-height:1.1;text-align:left;text-orientation:initial;writing-mode:horizontal-tb}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images:not(:has(.hw4-card:hover,.hw4-card:focus-within)) .hw4-card:first-child .hw4-card-text,#product-architecture .hw4-grid--series-panels.hw4-grid--has-images:not(:has(.hw4-card:hover,.hw4-card:focus-within)) .hw4-card:first-child .hw4-actions{max-height:none;opacity:1;overflow:visible;transform:none}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:not(:hover):not(:focus-within) .hw4-card__body{align-items:center;justify-content:center;padding:18px 12px}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:not(:hover):not(:focus-within) .hw4-panel-number{margin:0 0 18px}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:not(:hover):not(:focus-within) h3{max-height:260px;font-size:16px;line-height:1.18;text-align:center;text-orientation:mixed;writing-mode:vertical-rl}#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:not(:hover):not(:focus-within) .hw4-card-text,#product-architecture .hw4-grid--series-panels.hw4-grid--has-images .hw4-card:not(:hover):not(:focus-within) .hw4-actions{max-height:0;opacity:0;overflow:hidden;transform:translateY(8px)}}#product-architecture .hw4-grid:not(.hw4-grid--series-panels) .hw4-panel-number{display:none!important;margin:0!important}#product-architecture .hw4-grid:not(.hw4-grid--series-panels) .hw4-card h3{margin:0 0 8px!important}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible;margin-inline:0;padding:0;scroll-snap-type:none}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card{min-width:0;scroll-snap-align:none}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card__media,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-image-slot--card{aspect-ratio:4 / 3;min-height:0}#quality-evidence .hw4-grid--quality-panels .hw4-card__body{padding:14px}#quality-evidence .hw4-grid--quality-panels .hw4-card h3{min-height:0;font-size:17px}#quality-evidence .hw4-grid--quality-panels .hw4-card-text p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (min-width:990px){#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images{--hw4-quality-panel-size: clamp(360px, 33vw, 460px);display:flex;gap:10px;min-height:var(--hw4-quality-panel-size);overflow:hidden;margin-top:var(--hw4-section-heading-gap);padding:0;scroll-snap-type:none}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card{position:relative;flex:1 1 0;min-width:0;min-height:var(--hw4-quality-panel-size);border-color:#071a2f1f;border-radius:14px;background:#071a2f;box-shadow:none;transform:none;transition:flex-basis .32s cubic-bezier(.2,.8,.2,1),flex-grow .32s cubic-bezier(.2,.8,.2,1),border-color .22s ease,box-shadow .22s ease,filter .22s ease;will-change:flex-basis,flex-grow}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:hover,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:focus-within{flex:0 0 var(--hw4-quality-panel-size);border-color:#ffffff9e;box-shadow:0 26px 62px #071a2f2e;z-index:2}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card__media{position:absolute;top:0;right:0;bottom:0;left:0;min-height:0;height:100%;border:0;background:#0b1f38;transform:scale(1);transition:transform .42s cubic-bezier(.2,.8,.2,1),filter .24s ease}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#071a2f0f,#071a2f4d 54%,#071a2fd6),linear-gradient(90deg,#071a2f57,#071a2f0f)}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-media-image,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-image-slot--card{width:100%;height:100%;min-height:100%;object-fit:cover}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:first-child:not(:hover):not(:focus-within) .hw4-media-image{object-position:right center}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-image-slot--card p{display:none}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card__body{position:relative;z-index:1;display:flex;min-height:100%;padding:18px;flex-direction:column;align-items:flex-start;justify-content:flex-end;color:#fff}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card h3{max-width:190px;max-height:none;margin:0;color:#fff;font-size:16px;line-height:1.18;text-align:left;text-orientation:initial;text-shadow:0 2px 14px rgba(0,0,0,.24);writing-mode:horizontal-tb;transition:font-size .22s ease,max-width .22s ease,transform .22s ease}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card-text,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-actions{max-height:0;opacity:0;overflow:hidden;transform:translateY(8px);transition:opacity .24s ease 70ms,transform .24s ease 70ms,max-height .24s ease}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:hover .hw4-card__media,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:focus-within .hw4-card__media{transform:scale(1.025)}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:hover .hw4-card__body,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:focus-within .hw4-card__body{align-items:flex-start;justify-content:flex-end;padding:22px}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:hover h3,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:focus-within h3{max-width:100%;font-size:clamp(21px,2vw,27px);line-height:1.1;text-align:left}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:hover .hw4-card-text,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:hover .hw4-actions,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:focus-within .hw4-card-text,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:focus-within .hw4-actions{max-height:none;opacity:1;overflow:visible;transform:none}#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:hover .hw4-card-text p,#quality-evidence .hw4-grid--quality-panels.hw4-grid--has-images .hw4-card:focus-within .hw4-card-text p{display:block;overflow:visible;color:#ffffffd6;-webkit-line-clamp:unset}}#buying-paths .hw4-card__body{min-height:220px}#buying-paths .hw4-card .hw4-actions{padding-top:18px}#rfq-workflow .hw4-process-browser{display:none;grid-template-columns:minmax(310px,.82fr) minmax(0,1.18fr);gap:clamp(18px,2.4vw,30px);margin-top:var(--hw4-section-heading-gap);align-items:start}#rfq-workflow .hw4-process-fallback{display:block}#rfq-workflow .hw4-process-fallback .hw4-card-text p{display:block;overflow:visible;-webkit-line-clamp:unset}@media screen and (max-width:749px){#rfq-workflow .hw4-process-fallback .hw4-grid--has-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-inline:0;overflow:visible;padding:0;scroll-snap-type:none}#rfq-workflow .hw4-process-fallback .hw4-grid--has-images .hw4-card{flex:initial;min-width:0;height:auto;scroll-snap-align:none}#rfq-workflow .hw4-process-fallback .hw4-card__media{aspect-ratio:16 / 10;min-height:0}#rfq-workflow .hw4-process-fallback .hw4-card__body{padding:12px}#rfq-workflow .hw4-process-fallback .hw4-card h3{min-height:0;font-size:15px;line-height:1.22}#rfq-workflow .hw4-process-fallback .hw4-card-text{font-size:12px;line-height:1.42}#rfq-workflow .hw4-process-fallback .hw4-card .hw4-actions{padding-top:10px}}@media screen and (min-width:990px){#rfq-workflow .hw4-process-browser{display:grid}#rfq-workflow .hw4-process-fallback{display:none}}#rfq-workflow .hw4-process-browser__list{display:grid;gap:12px;align-content:start}#rfq-workflow .hw4-process-browser__trigger{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;gap:14px;align-items:center;width:100%;min-height:84px;padding:14px 16px;border:1px solid rgba(7,26,47,.1);border-radius:10px;color:var(--hw4-ink);background:#ffffffe6;box-shadow:0 8px 22px #071a2f0d;font:inherit;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}#rfq-workflow .hw4-process-browser__trigger:hover,#rfq-workflow .hw4-process-browser__trigger:focus-visible,#rfq-workflow .hw4-process-browser__trigger.is-active{border-color:#0066cc6b;background:#fff;box-shadow:0 18px 42px #0066cc1f;transform:translateY(-1px);outline:none}#rfq-workflow .hw4-process-browser__trigger.is-active{color:#fff;background:linear-gradient(135deg,var(--hw4-blue) 0%,#0b2a4a 100%)}#rfq-workflow .hw4-process-browser__number{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;color:var(--hw4-blue);background:#eef6ff;font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:13px;font-weight:800;letter-spacing:0}#rfq-workflow .hw4-process-browser__trigger.is-active .hw4-process-browser__number{color:#fff;background:#ffffff2b}#rfq-workflow .hw4-process-browser__trigger-copy{min-width:0}#rfq-workflow .hw4-process-browser__trigger-copy strong,#rfq-workflow .hw4-process-browser__trigger-copy small{display:block}#rfq-workflow .hw4-process-browser__trigger-copy strong{color:inherit;font-size:15px;font-weight:800;line-height:1.25}#rfq-workflow .hw4-process-browser__trigger-copy small{margin-top:4px;color:var(--hw4-muted);font-size:13px;line-height:1.36}#rfq-workflow .hw4-process-browser__trigger.is-active small{color:#ffffffc2}#rfq-workflow .hw4-process-browser__arrow{color:inherit;font-size:24px;line-height:1}#rfq-workflow .hw4-process-browser__panel{min-width:0}#rfq-workflow .hw4-process-browser__detail{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(18px,2.2vw,26px);align-items:start;padding:clamp(18px,2.6vw,30px);border:1px solid rgba(7,26,47,.1);border-radius:14px;background:#fff;box-shadow:0 24px 70px #071a2f1f}#rfq-workflow .hw4-process-browser__detail[hidden]{display:none}#rfq-workflow .hw4-process-browser__media{display:grid;width:100%;max-width:460px;aspect-ratio:1 / 1;place-items:center;align-content:center;justify-self:center;gap:8px;padding:24px;overflow:hidden;border:1px solid rgba(7,26,47,.08);border-radius:10px;color:var(--hw4-muted);background:linear-gradient(135deg,rgba(7,26,47,.035) 25%,transparent 25%) 0 0 / 22px 22px,linear-gradient(135deg,transparent 75%,rgba(0,102,204,.05) 75%) 0 0 / 22px 22px,linear-gradient(180deg,#f8fbff,#eef4fb);text-align:center}#rfq-workflow .hw4-process-browser__media--image{padding:0;background:#f8fbff}#rfq-workflow .hw4-process-browser__image{display:block;width:100%;height:100%;object-fit:cover}#rfq-workflow .hw4-process-browser__media span{color:var(--hw4-blue);font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}#rfq-workflow .hw4-process-browser__media small{max-width:240px;color:var(--hw4-muted);font-size:13px;line-height:1.45}#rfq-workflow .hw4-process-browser__detail-copy{display:grid;width:100%;max-width:460px;align-content:start;justify-items:start;justify-self:center}#rfq-workflow .hw4-process-browser__detail h3{margin:14px 0 10px;color:var(--hw4-ink);font-size:clamp(24px,2.45vw,34px);line-height:1.12;letter-spacing:0}#rfq-workflow .hw4-process-browser__detail p{margin:0;color:var(--hw4-muted);font-size:15px;line-height:1.62}#rfq-workflow .hw4-process-browser__detail .hw4-btn{width:min(100%,280px);margin-top:22px;justify-content:center}#service-guarantees .hw4-card__body{min-height:190px}#service-guarantees .hw4-card h3{min-height:0}#service-guarantees .hw4-card-text p{display:block;overflow:visible;-webkit-line-clamp:unset}#buyer-concerns .hw4-card__body{min-height:210px}#popular-product-families .hw4-band{padding-block:clamp(42px,4.6vw,60px)}#popular-product-families .hw4-card__media,#popular-product-families .hw4-image-slot--card{aspect-ratio:1 / 1;min-height:0}#popular-product-families .hw4-media-image{object-fit:contain}#popular-product-families .hw4-card__body{padding:16px}#popular-product-families .hw4-card h3,#popular-product-families .hw4-card h4{font-size:18px}#popular-product-families .hw4-card .hw4-actions{padding-top:16px}.hw4-title,.hw4-card h3,.hw4-card h4{letter-spacing:0}.hw4-lead{color:var(--hw6-muted);font-size:clamp(15px,1.45vw,18px)}.hw4-card,.hw5-card,.sku-card,.matrix-card,.trust-card,.catalog-family-card,.catalog-department-card{border-color:var(--hw6-line)!important;border-radius:var(--hw6-radius)!important;box-shadow:var(--hw6-shadow-sm)!important;transition:transform var(--hw6-motion-default) var(--hw6-ease-standard),border-color var(--hw6-motion-default) var(--hw6-ease-standard),box-shadow var(--hw6-motion-default) var(--hw6-ease-standard),background-color var(--hw6-motion-default) var(--hw6-ease-standard)!important}.hw4-card:hover,.hw5-card:hover,.sku-card:hover,.catalog-family-card:hover,.catalog-department-card:hover{transform:translateY(-.16rem)!important;border-color:#156bd652!important;box-shadow:var(--hw6-shadow-md)!important}.hw4-card__media,.hw5-card-media,.sku-image,.family-visual,.catalog-map,.hw5-media{background:linear-gradient(135deg,rgba(7,26,47,.035) 25%,transparent 25%) 0 0 / 18px 18px,linear-gradient(135deg,transparent 75%,rgba(21,107,214,.045) 75%) 0 0 / 18px 18px,linear-gradient(180deg,#f8fbff,#eef4fb)!important}@media(prefers-reduced-motion:no-preference){.scroll-trigger.animate--fade-in,.scroll-trigger.animate--slide-in{opacity:.001;will-change:opacity,transform}.scroll-trigger.animate--slide-in{transform:translateY(1.1rem)}.scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in{animation:hw6-elegant-fade var(--hw6-motion-reveal) var(--hw6-ease-emphasized) both}.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in{animation:hw6-elegant-slide var(--hw6-motion-reveal) var(--hw6-ease-emphasized) both;animation-delay:calc(var(--animation-order) * 55ms)}.scroll-trigger.scroll-trigger--design-mode.animate--fade-in,.scroll-trigger.scroll-trigger--design-mode.animate--slide-in,.scroll-trigger.scroll-trigger--design-mode .slider,.scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel{opacity:1;animation:none;transition:none;transform:none;will-change:auto}@keyframes hw6-elegant-slide{0%{opacity:.001;transform:translateY(1.1rem)}to{opacity:1;transform:translateY(0)}}@keyframes hw6-elegant-fade{0%{opacity:.001}to{opacity:1}}}@media(prefers-reduced-motion:no-preference)and (hover:hover){body.animate--hover-vertical-lift .card-wrapper .card--card,body.animate--hover-vertical-lift .card-wrapper .card--standard .card__inner,body.animate--hover-raise .card-wrapper .card--card,body.animate--hover-raise .card-wrapper .card--standard .card__inner{transition:transform var(--hw6-motion-default) var(--hw6-ease-standard),box-shadow var(--hw6-motion-default) var(--hw6-ease-standard)!important}body.animate--hover-vertical-lift .card-wrapper:hover .card--card,body.animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner,body.animate--hover-raise .card-wrapper:hover .card--card,body.animate--hover-raise .card-wrapper:hover .card--standard .card__inner{transform:translateY(-.25rem)!important;box-shadow:0 16px 36px #071a2f1a!important}body.animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,body.animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,body.animate--hover-vertical-lift .customer button:not([disabled]):hover,body.animate--hover-vertical-lift .shopify-payment-button__button:hover,body.animate--hover-raise .button:not(.button--tertiary):not([disabled]):hover,body.animate--hover-raise .shopify-challenge__button:not([disabled]):hover,body.animate--hover-raise .customer button:not([disabled]):hover,body.animate--hover-raise .shopify-payment-button__button:hover{transform:translateY(-.1rem)!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.scroll-trigger.animate--fade-in,.scroll-trigger.animate--slide-in,.scroll-trigger.scroll-trigger--offscreen{opacity:1!important;animation:none!important;transform:none!important}.hw4-card,.hw5-card,.sku-card,.matrix-card,.trust-card,.catalog-family-card,.catalog-department-card,.button,.hw4-btn,.hw5-btn,.family-button,.catalog-button,.header__rfq-button{transition:none!important;transform:none!important}}.hw4-image-slot{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 20%,rgba(77,181,255,.12),transparent 18rem),linear-gradient(135deg,rgba(7,26,47,.035) 25%,transparent 25%) 0 0 / 18px 18px,linear-gradient(135deg,transparent 75%,rgba(21,107,214,.045) 75%) 0 0 / 18px 18px,linear-gradient(180deg,#f8fbff,#eef4fb)!important}.hw4-image-slot:after,.family-visual:after,.sku-image:after,.hw5-card-media:after,.hw5-media:after{content:"";position:absolute;inset:auto 14% 18% 14%;height:1px;background:linear-gradient(90deg,transparent,rgba(21,107,214,.28),transparent)}.hw4-image-slot span,.hw4-image-slot p,.family-visual span,.sku-image span,.hw5-card-media span,.hw5-media span{display:none!important}.hw4-hero__visual{border-color:var(--hw6-line)!important;border-radius:var(--hw6-radius-lg)!important;box-shadow:var(--hw6-shadow-lg)!important}.hw4-hero__visual>.hw4-image-slot{min-height:100%;background:radial-gradient(circle at 50% 42%,rgba(77,181,255,.32),transparent 16rem),radial-gradient(circle at 50% 62%,rgba(7,26,47,.18),transparent 18rem),linear-gradient(135deg,rgba(7,26,47,.035) 25%,transparent 25%) 0 0 / 18px 18px,linear-gradient(180deg,#f8fbff0a,#eef5ff33),#f8fbff!important}.hw4-hero__visual>.hw4-image-slot:after{inset:auto 0 0 0;height:38%;background:linear-gradient(180deg,transparent,rgba(255,255,255,.78))}.hw4-hero-product-visual{position:relative;min-height:100%;overflow:hidden;background:radial-gradient(circle at 12% 12%,rgba(77,181,255,.18),transparent 12rem),radial-gradient(circle at 88% 8%,rgba(21,107,214,.14),transparent 14rem),linear-gradient(135deg,#fff,#f3f8ff 58%,#e8f2ff)}.hw4-hero-product-visual--asset{display:grid;min-height:100%;background:#f8fbff}.hw4-hero-product-visual.hw4-hero-product-visual--asset:before{content:none}.hw4-hero-product-visual__image{grid-area:1 / 1;display:block;width:100%;height:100%;min-height:420px;object-fit:cover}.hw4-hero-product-visual__picture{grid-area:1 / 1;display:block;width:100%;height:100%}.hw4-hero-product-visual__picture .hw4-hero-product-visual__image{min-height:100%}.hw4-hero-product-visual__caption{position:relative;z-index:1;grid-area:1 / 1;align-self:end;display:flex;justify-content:space-between;gap:16px;margin:22px;padding:14px 16px;border:1px solid rgba(255,255,255,.64);border-radius:999px;background:#ffffffd1;box-shadow:0 16px 38px #071a2f1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hw4-hero-product-visual__caption span{font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase;color:var(--hw6-blue)}.hw4-hero-product-visual__caption strong{color:var(--hw6-ink);font-size:13px}.hw4-video-modal-open{overflow:hidden}.hw4-hero__visual--video{display:block;min-height:0;aspect-ratio:16 / 9;background:#071a2f!important}.hw4-hero-video-card,.hw4-hero-video-card__trigger{position:relative;display:grid;width:100%;height:100%;min-height:100%}.hw4-hero-video-card__trigger{padding:0;border:0;color:#fff;cursor:pointer;text-align:left;background:#071a2f}.hw4-hero-video-card__trigger:focus-visible{outline:3px solid rgba(21,107,214,.72);outline-offset:-6px}.hw4-hero-video-card__poster,.hw4-hero-video-card__scrim,.hw4-hero-video-card__play,.hw4-hero-video-card__label{grid-area:1 / 1}.hw4-hero-video-card__poster{display:block;width:100%;height:100%;object-fit:cover}.hw4-hero-video-card__scrim{background:radial-gradient(circle at 50% 45%,#071a2f1f,#071a2f5c 68%,#071a2f80),linear-gradient(180deg,#071a2f0a,#071a2f4d);transition:background .16s ease}.hw4-hero-video-card__trigger:hover .hw4-hero-video-card__scrim,.hw4-hero-video-card__trigger:focus-visible .hw4-hero-video-card__scrim{background:radial-gradient(circle at 50% 45%,#071a2f0a,#071a2f47 68%,#071a2f75),linear-gradient(180deg,#071a2f05,#071a2f3d)}.hw4-hero-video-card__play{align-self:center;justify-self:center;display:grid;place-items:center;width:clamp(66px,8vw,92px);height:clamp(66px,8vw,92px);border-radius:999px;background:#ffffffeb;color:var(--hw6-blue);box-shadow:0 24px 52px #071a2f47;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-8px);transition:transform .16s ease,background .16s ease}.hw4-hero-video-card__trigger:hover .hw4-hero-video-card__play,.hw4-hero-video-card__trigger:focus-visible .hw4-hero-video-card__play{transform:translateY(-8px) scale(1.04);background:#fff}.hw4-hero-video-card__play svg{width:34%;height:34%;margin-left:4%}.hw4-hero-video-card__label{align-self:center;justify-self:center;margin-top:clamp(86px,10vw,118px);padding:8px 12px;border:1px solid rgba(255,255,255,.42);border-radius:999px;background:#071a2f94;color:#fff;font-size:13px;font-weight:760;line-height:1.2;box-shadow:0 12px 28px #071a2f2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hw4-hero-video-modal[hidden]{display:none!important}.hw4-hero-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:clamp(18px,4vw,48px)}.hw4-hero-video-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#071a2fc7;cursor:pointer}.hw4-hero-video-modal__dialog{position:relative;z-index:1;width:min(1120px,100%);aspect-ratio:16 / 9;border-radius:14px;background:#000;box-shadow:0 34px 90px #0000006b}.hw4-hero-video-modal__video{display:block;width:100%;height:100%;border-radius:14px;background:#000}.hw4-hero-video-modal__close{position:absolute;top:-18px;right:-18px;z-index:2;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:#fff;color:var(--hw6-ink);cursor:pointer;box-shadow:0 14px 32px #071a2f33}.hw4-hero-video-modal__close span{display:block;font-size:26px;line-height:1;transform:translateY(-1px)}@media screen and (max-width:749px){.hw4-hero__visual--video{width:100%;min-height:0;aspect-ratio:16 / 9;border-radius:16px!important}.hw4-hero-video-card__play{width:58px;height:58px;transform:translateY(-6px)}.hw4-hero-video-card__trigger:hover .hw4-hero-video-card__play,.hw4-hero-video-card__trigger:focus-visible .hw4-hero-video-card__play{transform:translateY(-6px) scale(1.03)}.hw4-hero-video-card__label{margin-top:76px;padding:7px 10px;font-size:12px}.hw4-hero-video-modal{padding:14px}.hw4-hero-video-modal__dialog,.hw4-hero-video-modal__video{border-radius:10px}.hw4-hero-video-modal__close{top:-12px;right:-10px;width:36px;height:36px}}.hw4--home-hero .hw4-band{position:relative;isolation:isolate;overflow:hidden;padding:clamp(20px,2.8vw,34px) 0 22px;background:linear-gradient(90deg,#f8fbfffa,#f8fbffed 44%,#e8f2ffb3,#ddebfc85),var(--hw4-hero-bg-image) right center / min(58vw,840px) auto no-repeat,radial-gradient(circle at 12% 18%,rgba(21,107,214,.1),transparent 26rem),linear-gradient(135deg,#f8fbff,#eef5ff)}.hw4--home-hero .hw4-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgba(7,26,47,.045) 1px,transparent 1px) 0 0 / 56px 56px,linear-gradient(180deg,rgba(7,26,47,.035) 1px,transparent 1px) 0 0 / 56px 56px,linear-gradient(180deg,#ffffff2e,#ffffffb8);-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.9),transparent 84%);mask-image:linear-gradient(90deg,rgba(0,0,0,.9),transparent 84%);pointer-events:none}.hw4--home-hero .hw4-container{position:relative;z-index:1}.hw4--home-hero .hw4-hero{min-height:clamp(380px,48vh,450px);padding-block:0}.hw4--home-hero .hw4-copy{max-width:680px;padding-block:0}.hw4--home-hero .hw4-title{max-width:14.5ch;font-size:clamp(40px,4.2vw,56px);line-height:1.03;letter-spacing:0}.hw4--home-hero .hw4-lead{max-width:660px;color:#071a2fbf}.hw4--home-hero .hw4-hero__visual{min-height:335px;border-color:#ffffffc7!important;background:#ffffffad!important;box-shadow:0 18px 42px #071a2f1a!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hw4--home-hero .hw4-hero-product-visual--asset{background:linear-gradient(180deg,#ffffff2e,#f8fbffb3),#f8fbff}.hw4--home-hero .hw4-hero-product-visual__image{min-height:335px;object-position:center 58%;filter:saturate(1.05) contrast(.99)}.hw4--home-hero .hw4-hero-product-visual__caption{display:none}@media screen and (min-width:750px){.hw4--home-hero .hw4-band{padding:clamp(42px,5vw,70px) 0 clamp(20px,2.4vw,34px);color:#fff;background:linear-gradient(90deg,#051221f5,#061627e6 44%,#06162794,#0616276b),var(--hw4-hero-bg-image) right bottom / cover no-repeat,linear-gradient(135deg,#071a2f,#0b2a4a)}.hw4--home-hero .hw4-band:before{background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px) 0 0 / 58px 58px,linear-gradient(180deg,rgba(255,255,255,.055) 1px,transparent 1px) 0 0 / 58px 58px,linear-gradient(180deg,#ffffff0a,#ffffff05);-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.9),transparent 82%);mask-image:linear-gradient(90deg,rgba(0,0,0,.9),transparent 82%)}.hw4--home-hero .hw4-hero{grid-template-columns:minmax(0,690px) minmax(0,1fr);min-height:clamp(460px,56vh,560px);gap:clamp(32px,5vw,70px);padding-block:0}.hw4--home-hero .hw4-copy{max-width:690px}.hw4--home-hero .hw4-title,.hw4--home-hero .hw4-lead{color:#fff}.hw4--home-hero .hw4-title{max-width:18ch;text-shadow:0 2px 18px rgba(0,0,0,.22)}.hw4--home-hero .hw4-lead{color:#ffffffd1}.hw4--home-hero .hw4-hero__visual{display:none}.hw4-hero-checklist{display:grid;gap:12px;max-width:650px;margin:26px 0 0;padding:0;list-style:none}.hw4-hero-checklist li{position:relative;display:flex;align-items:flex-start;gap:11px;color:#fffffff0;font-size:15.5px;font-weight:700;line-height:1.45;text-shadow:0 1px 14px rgba(0,0,0,.2)}.hw4-hero-checklist li:before{content:"";flex:0 0 20px;width:20px;height:20px;margin-top:1px;border-radius:999px;background:linear-gradient(135deg,#fff,#ddecff);box-shadow:0 8px 18px #00000038}.hw4-hero-checklist li:after{content:"";position:absolute;left:6px;top:7px;width:8px;height:5px;border-left:2px solid var(--hw4-blue);border-bottom:2px solid var(--hw4-blue);transform:rotate(-45deg)}.hw4--home-hero .hw4-actions{margin-top:30px}.hw4--home-hero .hw4-btn{border-color:#ffffffb8;color:#fff;background:#ffffff14;box-shadow:0 16px 34px #00000029;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hw4--home-hero .hw4-btn--blue{border-color:#fff;color:var(--hw4-navy);background:#fff}.hw4--home-hero .hw4-btn--navy{border-color:#ffffffb8;background:#071a2f85}.hw4--home-hero .hw4-stats{grid-template-columns:repeat(4,minmax(0,1fr));max-width:820px;margin-top:34px;border-color:#ffffff24;background:#ffffff24;box-shadow:0 18px 42px #00000029}.hw4--home-hero .hw4-stat{background:#071a2f94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hw4--home-hero .hw4-stat strong{color:#fff;font-size:18px}.hw4--home-hero .hw4-stat span{color:#ffffffbd}}.hw4-hero-product-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(7,26,47,.045) 1px,transparent 1px) 0 0 / 44px 44px,linear-gradient(180deg,rgba(7,26,47,.04) 1px,transparent 1px) 0 0 / 44px 44px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.85),transparent 86%);mask-image:linear-gradient(180deg,rgba(0,0,0,.85),transparent 86%)}.hw4-hero-product-visual__top,.hw4-hero-product-visual__body{position:relative;z-index:1}.hw4-hero-product-visual__top{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid rgba(7,26,47,.08);background:#ffffffad;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hw4-hero-product-visual__top span,.hw4-hero-product-visual__card span,.hw4-hero-product-visual__route span{font-family:IBM Plex Mono,SF Mono,ui-monospace,Menlo,monospace;font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.hw4-hero-product-visual__top span{color:var(--hw6-blue)}.hw4-hero-product-visual__top strong{color:var(--hw6-ink);font-size:13px}.hw4-hero-product-visual__body{display:grid;gap:18px;padding:clamp(24px,4vw,42px)}.hw4-hero-product-visual__card{position:relative;padding:18px;border:1px solid rgba(7,26,47,.1);border-radius:14px;background:#ffffffdb;box-shadow:0 16px 36px #071a2f14}.hw4-hero-product-visual__card--primary{max-width:86%;border-color:#156bd638;background:linear-gradient(180deg,#fffffff0,#eff6fff0)}.hw4-hero-product-visual__card span{display:inline-flex;margin-bottom:10px;color:var(--hw6-blue)}.hw4-hero-product-visual__card strong{display:block;color:var(--hw6-ink);font-size:clamp(18px,2vw,24px);line-height:1.12;letter-spacing:-.025em}.hw4-hero-product-visual__card small{display:block;margin-top:8px;color:var(--hw6-muted);font-size:13px;line-height:1.45}.hw4-hero-product-visual__flow{display:grid;gap:8px;width:min(360px,72%);margin-left:auto;padding-right:10px}.hw4-hero-product-visual__flow i{display:block;height:5px;border-radius:999px;background:linear-gradient(90deg,#156bd61a,#156bd69e,#4db5ff3d)}.hw4-hero-product-visual__flow i:nth-child(2){width:82%;margin-left:auto}.hw4-hero-product-visual__flow i:nth-child(3){width:64%;margin-left:auto}.hw4-hero-product-visual__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hw4-hero-product-visual__grid .hw4-hero-product-visual__card strong{font-size:17px}.hw4-hero-product-visual__route{display:grid;grid-template-columns:max-content minmax(48px,1fr) max-content;align-items:center;gap:12px;margin-top:2px;padding:13px 14px;border:1px solid rgba(7,26,47,.1);border-radius:999px;background:#071a2fe6;color:#fff;box-shadow:0 18px 42px #071a2f29}.hw4-hero-product-visual__route b{display:block;height:1px;background:linear-gradient(90deg,#ffffff40,#4db5ffcc,#ffffff40)}.hw4-hero-product-visual__route span{color:#ffffffe0}.hw4-hero--no-media{min-height:auto;padding:clamp(50px,5.2vw,72px) 0 clamp(30px,3.6vw,48px)}.hw4-hero--no-media .hw4-copy{max-width:980px}@media screen and (min-width:990px){.hw4-hero.hw4-hero--no-media{grid-template-columns:minmax(0,980px)}}.hw4-tag,.hw5-pill,.family-pill,.catalog-pill,.hw5-badge,.sku-status span,.hw4-micro{border-radius:999px!important;border-color:#c9def7!important;background:#eef6ff!important;color:var(--hw6-blue)!important}.huawellux-v5-utility{background:linear-gradient(90deg,rgba(77,181,255,.18),transparent 20%,transparent 80%,rgba(77,181,255,.16)),#061b30!important;border-bottom:1px solid rgba(255,255,255,.14)!important}.huawellux-v5-utility__inner{min-height:3.6rem!important;font-size:1.26rem!important;font-weight:720!important}.header-wrapper{background:linear-gradient(180deg,#fff,#f8fbff)!important;border-bottom:1px solid rgba(7,26,47,.14)!important;box-shadow:0 10px 28px #071a2f14!important}.section-header,sticky-header.header-wrapper{z-index:80!important}.header__heading-link .h2{width:176px!important}.header__fallback-nav .list-menu--inline{gap:clamp(.4rem,.62vw,.9rem)!important}.header__fallback-nav .list-menu__item--link{min-height:4.8rem!important;color:var(--hw6-ink)!important;font-size:1.28rem!important;font-weight:740!important;letter-spacing:0!important}.header__fallback-nav .list-menu__item--link:hover,.header__catalog-menu details[open]>summary{background:#156bd614!important;color:var(--hw6-blue)!important}.header__catalog-panel{border-color:#071a2f24!important;border-radius:var(--hw6-radius)!important;box-shadow:var(--hw6-shadow-lg)!important}.header__rfq-button{background:linear-gradient(180deg,#2379e6 0%,var(--hw6-blue-2) 100%)!important;box-shadow:0 12px 26px #156bd647!important}.header__rfq-button:hover{background:linear-gradient(180deg,#1b6bd3,#084b9e)!important}@media screen and (min-width:990px){.header-wrapper .header.page-width{grid-template-areas:"heading navigation icons"!important;grid-template-columns:minmax(190px,1fr) minmax(0,auto) minmax(190px,1fr)!important;align-items:center!important;column-gap:clamp(1.2rem,1.8vw,2.4rem)!important}.header.header--middle-left .header__heading{justify-self:start!important}.header.header--middle-left .header__inline-menu{justify-self:center!important;width:auto!important;min-width:0!important}.header.header--middle-left .header__fallback-nav .list-menu--inline{justify-content:center!important;width:auto!important}.header.header--middle-left .header__icons{justify-self:end!important}.header__heading-link .h2{width:164px!important;height:50px!important}.header__rfq-button{min-width:154px!important;justify-content:center!important}}@media screen and (min-width:990px)and (max-width:1179px){.header-wrapper .header.page-width{min-height:6.4rem!important;grid-template-areas:"left-icons heading icons"!important;grid-template-columns:minmax(16rem,1fr) minmax(0,1fr) minmax(16rem,1fr)!important;column-gap:0!important;padding-left:2.4rem!important;padding-right:2.4rem!important}.header.header--middle-left .header__inline-menu{display:none!important}.header header-drawer{display:block!important;grid-area:left-icons!important;justify-self:start!important}.header .header__heading{grid-area:heading!important;justify-self:center!important;min-width:0!important}.header .header__heading-link,.header .header__heading-logo-wrapper{display:flex!important;justify-content:center!important;padding-inline:0!important}.header .header__heading-logo{width:min(14rem,30vw)!important;max-width:14rem!important}.header.header--middle-left .header__icons{grid-area:icons!important;justify-self:end!important;min-width:0!important;gap:.8rem!important;padding-right:0!important}.header .header__icon--account{display:none!important}.header .header__icon--cart{margin-right:0!important}.header__rfq-button{min-width:13.8rem!important;padding-inline:1.4rem!important}}.footer{color:#f4f8ff!important;background:radial-gradient(circle at 8% 0%,rgba(45,118,214,.28),transparent 23rem),radial-gradient(circle at 92% 16%,rgba(18,128,92,.16),transparent 25rem),linear-gradient(135deg,#061a2e,#0a2742 52%,#0d3457)!important;border-top:0!important;box-shadow:inset 0 4px #2d76d6!important}.footer .huawell-footer__top,.footer .huawell-footer__columns{border-color:#f4f8ff24!important}.huawell-footer__summary,.huawell-footer__list a{color:#d8e6f7!important}.huawell-footer__caption,.huawell-footer__bottom-note,.huawell-footer__bottom-note p,.footer .copyright__content,.footer .policies a{color:#f4f8ffad!important}.huawell-footer__column-title{color:var(--huawell-footer-accent, var(--hw6-ink))!important}.huawell-footer__column:nth-child(1) .huawell-footer__column-title{color:var(--huawell-footer-accent, #0b63ce)!important}.huawell-footer__column:nth-child(2) .huawell-footer__column-title{color:var(--huawell-footer-accent, #12805c)!important}.huawell-footer__column:nth-child(3) .huawell-footer__column-title{color:var(--huawell-footer-accent, #a65f12)!important}.huawell-footer__column:nth-child(4) .huawell-footer__column-title{color:var(--huawell-footer-accent, #5b5fc7)!important}.huawell-footer__trust-item{border-color:#f4f8ff24!important;background:#f4f8ff12!important;box-shadow:none!important}.huawell-footer__trust-label{color:#9ed3ff!important}.footer__content-bottom{border-color:#f4f8ff1f!important}[class*=hw5-catalog-]{background:radial-gradient(circle at 12% -4%,rgba(21,107,214,.1),transparent 24rem),linear-gradient(90deg,rgba(7,26,47,.035) 1px,transparent 1px) 0 0 / 96px 96px,var(--hw6-paper)!important}[class*=hw5-catalog-] .catalog-surface,[class*=hw5-series-] .hw5-surface,[class*=hw5-family-] .family-surface{border-inline:1px solid rgba(7,26,47,.08)!important;background:#fffffffa!important;box-shadow:0 18px 56px #071a2f14!important}[class*=hw5-catalog-] .catalog-title,[class*=hw5-series-] .hw5-title,[class*=hw5-family-] .family-title{color:var(--hw6-ink)!important;letter-spacing:-.055em!important}[class*=hw5-catalog-] .catalog-search-card{border-color:var(--hw6-line)!important;border-radius:var(--hw6-radius)!important;background:#f7faff!important;box-shadow:inset 0 1px #fffc!important}[class*=hw5-catalog-] .catalog-hero{grid-template-columns:1fr!important;padding-bottom:30px!important}[class*=hw5-catalog-] .catalog-map,[class*=hw5-catalog-] .catalog-matrix,[class*=hw5-catalog-] .catalog-department-focus{display:none!important}[class*=hw5-catalog-] .catalog-section{padding:clamp(32px,4vw,54px) 0!important}[class*=hw5-catalog-] .catalog-subcopy:empty{display:none!important}[class*=hw5-catalog-] .catalog-search,[class*=hw5-family-] .filter-panel,[class*=hw5-family-] .view-toggle,[class*=hw5-family-] .sku-spec,[class*=hw5-series-] .hw5-router,[class*=hw5-series-] .hw5-router-table{border-color:var(--hw6-line)!important;border-radius:var(--hw6-radius)!important}[class*=hw5-catalog-] .catalog-filter,[class*=hw5-family-] .view-toggle button,[class*=hw5-family-] .filter-reset{border-radius:999px!important}[class*=hw5-catalog-] .catalog-filter[aria-pressed=true],[class*=hw5-family-] .view-toggle button.is-active{background:var(--hw6-navy)!important;border-color:var(--hw6-navy)!important;color:#fff!important}[class*=hw5-series-] .hw5-section,[class*=hw5-family-] .matrix-section,[class*=hw5-family-] .sku-section,[class*=hw5-family-] .guide-section{padding-block:clamp(36px,4.5vw,64px)!important}[class*=hw5-family-] .matrix-section,[class*=hw5-family-] .guide-section,[class*=hw5-series-] .hw5-section:has(.hw5-router){display:none!important}[class*=hw5-family-] .section-heading>p,[class*=hw5-series-] .hw5-section-head p:not(.hw5-section-label){display:none!important}[class*=hw5-series-] .hw5-card-media,[class*=hw5-family-] .sku-image{position:relative;overflow:hidden}[class*=hw5-series-] .hw5-card-body,[class*=hw5-family-] .sku-body{padding:20px!important}[class*=hw5-series-] .hw5-card-actions,[class*=hw5-family-] .sku-actions{margin-top:auto!important;padding-top:18px!important;align-items:stretch!important}[class*=hw5-series-] .hw5-card-actions .hw5-btn,[class*=hw5-family-] .sku-actions .family-button{min-height:42px!important}[class*=hw5-family-] .filter-panel{background:#fff!important;box-shadow:var(--hw6-shadow-sm)!important}[class*=hw5-family-] .filter-title{border-bottom-color:var(--hw6-line)!important}[class*=hw5-family-] .filter-group h3,[class*=hw5-family-] .section-kicker,[class*=hw5-series-] .hw5-section-label,[class*=hw5-series-] .hw5-card-kicker{color:var(--hw6-muted)!important}[class*=hw5-family-] .filter-check input{accent-color:var(--hw6-blue)}[class*=hw5-family-] .sku-card{overflow:hidden;background:#fff!important}[class*=hw5-family-] .sku-title,[class*=hw5-family-] .sku-price{color:var(--hw6-ink)!important}[class*=hw5-family-] .rfq-band,[class*=hw5-series-] .hw5-rfq-band{border-radius:var(--hw6-radius)!important;background:radial-gradient(circle at 100% 0%,rgba(77,181,255,.18),transparent 22rem),linear-gradient(135deg,var(--hw6-navy) 0%,#061b30 100%)!important;box-shadow:var(--hw6-shadow-md)!important}@media screen and (max-width:989px){.header__heading-link .h2{width:148px!important;height:44px!important}.header header-drawer .header__menu-label{display:none!important}.header__rfq-button{min-height:3.2rem!important;box-shadow:0 .35rem .9rem #156bd629!important}#product-architecture .hw4-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}#product-architecture .hw4-card__body{padding:16px}#product-architecture .hw4-card h3,#product-architecture .hw4-card h4{font-size:17px}#buying-paths .hw4-grid--3 .hw4-card:nth-child(3){grid-column:1 / -1}}@media screen and (min-width:750px)and (max-width:1179px){.js header-drawer>details>summary:before,.js header-drawer>details[open]:not(.menu-opening)>summary:before,header-drawer>details[open]>summary:before{position:fixed!important;top:var(--header-bottom-position, 9.6rem)!important;left:0!important;width:100vw!important;height:calc(var(--viewport-height, 100vh) - var(--header-bottom-position, 9.6rem))!important;background:#071a2f6b!important;z-index:38!important}.header header-drawer .menu-drawer{position:fixed!important;top:var(--header-bottom-position, 9.6rem)!important;left:0!important;width:min(44rem,calc(100vw - 3.2rem))!important;max-width:100vw!important;height:calc(var(--viewport-height, 100vh) - var(--header-bottom-position, 9.6rem))!important;background:#f8fbff!important;border-right:1px solid rgba(7,26,47,.12)!important;border-radius:0 1.6rem 1.6rem 0!important;box-shadow:1.6rem 0 4.4rem #071a2f33!important;z-index:42!important}.header header-drawer .menu-drawer__inner-container,.header header-drawer .menu-drawer__navigation-container{background:linear-gradient(180deg,#fffffffa,#f8fbfffa),#f8fbff!important}.header header-drawer .menu-drawer__navigation-container{display:flex!important;flex-direction:column!important;overflow-y:auto!important}.header header-drawer .menu-drawer__navigation{padding:1.55rem 1.7rem 1.25rem!important}.header header-drawer .menu-drawer__menu{display:grid!important;gap:.68rem!important}.header header-drawer .menu-drawer__menu li{display:block!important;margin-bottom:0!important}.header header-drawer .menu-drawer__menu-item{position:relative!important;min-height:4.45rem!important;padding:.95rem 1.15rem!important;border:1px solid rgba(7,26,47,.08)!important;border-radius:.9rem!important;background:#fff!important;color:#10233b!important;box-shadow:none!important;text-decoration:none!important;font-size:1.36rem!important;font-weight:720!important;line-height:1.25!important;white-space:normal!important;overflow-wrap:anywhere!important}.header header-drawer .menu-drawer__series-panel{display:grid!important;gap:.68rem!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.header header-drawer .menu-drawer__series-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;padding:0 .1rem .2rem!important}.header header-drawer .menu-drawer__section-kicker,.header header-drawer .menu-drawer__section-label{color:#44546a!important;font-size:1.02rem!important;font-weight:800!important;letter-spacing:.08em!important;line-height:1.2!important;text-transform:uppercase!important}.header header-drawer .menu-drawer__section-label{margin:1.05rem 0 .1rem!important}.header header-drawer .menu-drawer__series-all{color:#0b63ce!important;font-size:1.08rem!important;font-weight:760!important;line-height:1.2!important;text-decoration:none!important;white-space:nowrap!important}.header header-drawer .menu-drawer__series-list{display:grid!important;gap:0!important;overflow:hidden!important;border:1px solid rgba(7,26,47,.08)!important;border-radius:.95rem!important;background:#fff!important}.header header-drawer .menu-drawer__series-link{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:center!important;gap:0!important;min-height:4.35rem!important;padding:.95rem 1.1rem!important;border:0!important;border-bottom:1px solid rgba(7,26,47,.07)!important;border-radius:0!important;background:#fff!important;color:#10233b!important;font-size:1.34rem!important;font-weight:720!important;line-height:1.22!important;text-decoration:none!important}.header header-drawer .menu-drawer__series-link:last-child{border-bottom:0!important}.header header-drawer .menu-drawer__series-index{display:inline-grid!important;place-items:center!important;width:2.45rem!important;height:2.45rem!important;border-radius:.45rem!important;background:#f1f6fb!important;color:#526273!important;font-size:1rem!important;font-weight:820!important;line-height:1!important}.header header-drawer .menu-drawer__series-link--active,.header header-drawer .menu-drawer__series-link:focus,.header header-drawer .menu-drawer__series-link:hover,.header header-drawer .menu-drawer__menu-item--active,.header header-drawer .menu-drawer__menu-item:focus,.header header-drawer .menu-drawer__menu-item:hover{border-color:#071a2f14!important;background:#fff!important}.header header-drawer .menu-drawer__menu-item--builder,.header header-drawer .menu-drawer__enterprise-card{display:grid!important;gap:.35rem!important;align-items:center!important;min-height:6.2rem!important}.header header-drawer .menu-drawer__enterprise-card{border-color:#071a2f14!important;background:#fff!important;color:#10233b!important;box-shadow:none!important}.header header-drawer .menu-drawer__item-main,.header header-drawer .menu-drawer__item-note{display:block!important}.header header-drawer .menu-drawer__item-main{font-size:1.34rem!important;font-weight:740!important;line-height:1.22!important}.header header-drawer .menu-drawer__item-note,.header header-drawer .menu-drawer__enterprise-card .menu-drawer__item-note{color:#526273!important;font-size:1.08rem!important;font-weight:620!important;line-height:1.32!important}.header header-drawer summary.menu-drawer__menu-item{padding-right:4.8rem!important}.header header-drawer .menu-drawer__menu-item>.svg-wrapper{right:1.6rem!important}.header header-drawer .menu-drawer__submenu{background:#f8fbff!important}.header header-drawer .menu-drawer__close-button{width:calc(100% - 3.4rem)!important;min-height:4.8rem!important;margin:1.7rem 1.7rem 1rem!important;padding:1rem 1.4rem!important;border:1px solid rgba(7,26,47,.08)!important;border-radius:1rem!important;background:#ffffffeb!important;font-size:1.45rem!important;font-weight:720!important}.header header-drawer .menu-drawer__utility-links{margin-top:auto!important;padding:1.1rem 1.7rem 1.45rem!important;border-top:1px solid rgba(7,26,47,.08)!important;background:linear-gradient(180deg,#ffffffc7,#f0f7fff5),#f8fbff!important}.header header-drawer .menu-drawer__navigation-container:has(.submenu-open) .menu-drawer__utility-links{visibility:hidden!important;pointer-events:none!important}.header header-drawer .menu-drawer__huawellux-actions{gap:0!important;margin-top:0!important;padding-top:0!important;border-top:0!important}.header header-drawer .menu-drawer__commerce-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.8rem!important}.header header-drawer .menu-drawer__commerce-links a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.35rem!important;min-height:4.55rem!important;padding:.8rem .85rem!important;border-color:#071a2f1a!important;border-radius:1rem!important;background:#fff!important;text-align:center!important;font-size:1.22rem!important;font-weight:760!important;line-height:1.12!important;text-decoration:none!important}}@media screen and (max-width:749px){.huawellux-v5-utility__mobile{min-height:3.35rem!important;font-size:1.02rem!important}.huawellux-v5-utility__mobile:after{display:none!important}.header__rfq-button{min-width:7.2rem!important;max-width:7.2rem!important;min-height:4.2rem!important;padding-inline:.9rem!important;border-radius:.8rem!important;font-size:1.12rem!important}.header-wrapper .header.page-width{min-height:6rem!important;grid-template-areas:"left-icons heading icons"!important;grid-template-columns:clamp(8.6rem,18vw,9.2rem) minmax(0,1fr) clamp(8.6rem,18vw,9.2rem)!important;column-gap:0!important;padding-left:1.4rem!important;padding-right:1.4rem!important}.header .header__heading{grid-area:heading!important;justify-self:center!important}.header .header__icons{grid-area:icons!important;justify-self:start!important;min-width:0!important;gap:0!important}.header header-drawer{grid-area:left-icons!important;justify-self:end!important}.header .header__heading-logo{width:min(15rem,42vw,calc(100vw - 20rem))!important;max-width:15rem!important}.header header-drawer .header__icon,.header header-drawer summary.header__icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;width:7.2rem!important;min-width:7.2rem!important;height:4.2rem!important;padding:0!important;border-radius:.8rem!important}.header header-drawer .header__menu-icon{position:relative!important;flex:0 0 2rem!important;width:2rem!important;height:2rem!important;transform:translateY(.08rem)!important}.header header-drawer .header__menu-label{display:none!important}.js header-drawer>details>summary:before,.js header-drawer>details[open]:not(.menu-opening)>summary:before,header-drawer>details[open]>summary:before{position:fixed!important;top:var(--header-bottom-position, 9.6rem)!important;left:0!important;width:100vw!important;height:calc(var(--viewport-height, 100vh) - var(--header-bottom-position, 9.6rem))!important;background:#071a2f6b!important;z-index:38!important}.header header-drawer .menu-drawer{position:fixed!important;top:var(--header-bottom-position, 9.6rem)!important;left:0!important;width:min(42rem,calc(100vw - 2.4rem))!important;max-width:100vw!important;height:calc(var(--viewport-height, 100vh) - var(--header-bottom-position, 9.6rem))!important;background:#f8fbff!important;border-right:1px solid rgba(7,26,47,.12)!important;border-radius:0 1.6rem 1.6rem 0!important;box-shadow:1.6rem 0 4.4rem #071a2f33!important;z-index:42!important}.header header-drawer .menu-drawer__inner-container,.header header-drawer .menu-drawer__navigation-container{background:linear-gradient(180deg,#fffffffa,#f8fbfffa),#f8fbff!important}.header header-drawer .menu-drawer__navigation-container{display:flex!important;flex-direction:column!important;overflow-y:auto!important}.header header-drawer .menu-drawer__navigation{padding:1.45rem 1.6rem 1.2rem!important}.header header-drawer .menu-drawer__menu{display:grid!important;gap:.62rem!important}.header header-drawer .menu-drawer__menu li{margin-bottom:0!important}.header header-drawer .menu-drawer__menu-item{min-height:4.45rem!important;padding:.95rem 1.15rem!important;border:1px solid rgba(7,26,47,.08)!important;border-radius:.9rem!important;background:#fff!important;box-shadow:none!important;font-size:1.36rem!important;font-weight:720!important;line-height:1.25!important;white-space:normal!important;overflow-wrap:anywhere!important}.header header-drawer .menu-drawer__series-panel{display:grid!important;gap:.62rem!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.header header-drawer .menu-drawer__series-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1rem!important;padding:0 .1rem .2rem!important}.header header-drawer .menu-drawer__section-kicker{color:#44546a!important;font-size:1.02rem!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.08em!important;text-transform:uppercase!important}.header header-drawer .menu-drawer__section-label{margin:1.05rem 0 .1rem!important;color:#44546a!important;font-size:1.02rem!important;font-weight:800!important;letter-spacing:.08em!important;line-height:1.2!important;text-transform:uppercase!important}.header header-drawer .menu-drawer__series-all{color:#0b63ce!important;font-size:1.08rem!important;font-weight:760!important;line-height:1.2!important;text-decoration:none!important;white-space:nowrap!important}.header header-drawer .menu-drawer__series-list{display:grid!important;gap:0!important;overflow:hidden!important;border:1px solid rgba(7,26,47,.08)!important;border-radius:.95rem!important;background:#fff!important}.header header-drawer .menu-drawer__series-link{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:center!important;gap:0!important;min-height:4.35rem!important;padding:.95rem 1.1rem!important;border:0!important;border-bottom:1px solid rgba(7,26,47,.07)!important;border-radius:0!important;background:#fff!important;color:#10233b!important;font-size:1.34rem!important;font-weight:720!important;line-height:1.22!important;text-decoration:none!important}.header header-drawer .menu-drawer__series-link:last-child{border-bottom:0!important}.header header-drawer .menu-drawer__series-index{display:inline-grid!important;place-items:center!important;width:2.45rem!important;height:2.45rem!important;border-radius:.45rem!important;background:#f1f6fb!important;color:#526273!important;font-size:1rem!important;font-weight:820!important;line-height:1!important}.header header-drawer .menu-drawer__series-link--active,.header header-drawer .menu-drawer__series-link:focus,.header header-drawer .menu-drawer__series-link:hover{background:#fff!important}.header header-drawer .menu-drawer__menu-item--builder{display:grid!important;gap:.35rem!important;align-items:center!important;min-height:6.2rem!important}.header header-drawer .menu-drawer__enterprise-card{display:grid!important;gap:.35rem!important;min-height:6.2rem!important;border-color:#071a2f14!important;background:#fff!important;color:#10233b!important;box-shadow:none!important}.header header-drawer .menu-drawer__item-main{display:block!important;font-size:1.34rem!important;font-weight:740!important;line-height:1.22!important}.header header-drawer .menu-drawer__item-note{display:block!important;color:#526273!important;font-size:1.08rem!important;font-weight:620!important;line-height:1.32!important}.header header-drawer .menu-drawer__enterprise-card .menu-drawer__item-note{color:#526273!important}.header header-drawer .menu-drawer__menu-item--active,.header header-drawer .menu-drawer__menu-item:focus,.header header-drawer .menu-drawer__menu-item:hover{border-color:#071a2f14!important;background:#fff!important}.header header-drawer summary.menu-drawer__menu-item{padding-right:4.8rem!important}.header header-drawer .menu-drawer__menu-item>.svg-wrapper{right:1.6rem!important}.header header-drawer .menu-drawer__submenu{background:#f8fbff!important}.header header-drawer .menu-drawer__close-button{width:calc(100% - 3.2rem)!important;min-height:4.8rem!important;margin:1.6rem 1.6rem 1rem!important;padding:1rem 1.4rem!important;border:1px solid rgba(7,26,47,.08)!important;border-radius:1rem!important;background:#ffffffeb!important;font-size:1.45rem!important;font-weight:720!important}.header header-drawer .menu-drawer__utility-links{margin-top:auto!important;padding:1.1rem 1.6rem 1.45rem!important;border-top:1px solid rgba(7,26,47,.08)!important;background:linear-gradient(180deg,#ffffffc7,#f0f7fff5),#f8fbff!important}.header header-drawer .menu-drawer__navigation-container:has(.submenu-open) .menu-drawer__utility-links{visibility:hidden!important;pointer-events:none!important}.header header-drawer .menu-drawer__account{display:flex!important;width:100%!important;min-height:5.2rem!important;margin:0 0 1.2rem!important;padding:1rem 1.2rem!important;border:1px solid rgba(7,26,47,.1)!important;border-radius:1.1rem!important;background:#fff!important;font-size:1.45rem!important;font-weight:720!important}.header header-drawer .menu-drawer__account account-icon>.svg-wrapper,.header header-drawer .menu-drawer__account>.svg-wrapper{width:2.2rem!important;height:2.2rem!important;margin-right:.9rem!important}.header header-drawer .menu-drawer__huawellux-actions{gap:0!important;margin-top:0!important;padding-top:0!important;border-top:0!important}.header header-drawer .menu-drawer__commerce-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.8rem!important}.header header-drawer .menu-drawer__commerce-links a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.35rem!important;min-height:4.55rem!important;padding:.8rem .85rem!important;border-color:#071a2f1a!important;border-radius:1rem!important;background:#fff!important;text-align:center!important;font-size:1.22rem!important;font-weight:760!important;line-height:1.12!important}.header header-drawer .menu-drawer__commerce-links a .svg-wrapper{width:1.55rem!important;height:1.55rem!important;margin:0!important;flex:0 0 auto!important}.header header-drawer .menu-drawer__huawellux-actions .button{width:100%!important;min-height:5.2rem!important;border-radius:1rem!important;font-size:1.55rem!important;font-weight:780!important}.header header-drawer .menu-drawer__huawellux-note{margin:.05rem 0 0!important;font-size:1.08rem!important;line-height:1.45!important;text-align:left!important;opacity:.72!important}.hw4-band{padding:38px 0}.hw4--home-hero .hw4-band{padding:30px 0 34px;background:radial-gradient(circle at 50% 24%,rgba(21,107,214,.1),transparent 20rem),linear-gradient(180deg,#fff,#f4f8fd 58%,#f8fbff),linear-gradient(135deg,#f8fbff,#edf5ff)}.hw4--home-hero .hw4-band:before{background:linear-gradient(90deg,rgba(7,26,47,.035) 1px,transparent 1px) 0 0 / 52px 52px,linear-gradient(180deg,rgba(7,26,47,.028) 1px,transparent 1px) 0 0 / 52px 52px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 78%);mask-image:linear-gradient(180deg,rgba(0,0,0,.72),transparent 78%)}.hw4--home-hero .hw4-hero{display:flex;flex-direction:column;gap:16px;padding:24px 0 14px;text-align:center}.hw4--home-hero .hw4-copy{display:contents;padding-block:0}.hw4--home-hero .hw4-eyebrow{order:1;justify-content:center;margin-inline:auto}.hw4--home-hero .hw4-title{order:2;max-width:min(100%,44rem);margin-inline:auto;font-size:clamp(30px,7.4vw,36px);line-height:1.05}.hw4--home-hero .hw4-lead{order:3;max-width:38rem;margin-inline:auto;font-size:clamp(15px,4vw,17px);line-height:1.58}.hw4--home-hero .hw4-hero__visual{order:4;width:100%;aspect-ratio:16 / 9;min-height:0;max-height:24rem;margin:8px 0 4px;border-radius:20px;background:#fff!important;box-shadow:0 22px 48px #071a2f1c!important}.hw4--home-hero .hw4-hero-product-visual--asset{display:grid;place-items:center;min-height:100%;padding:8px;background:#fff!important}.hw4--home-hero .hw4-hero-product-visual__image{width:100%;height:100%;object-fit:cover;object-position:center bottom;border-radius:16px}.hw4--home-hero .hw4-hero-product-visual__caption{display:none}.hw4--home-hero .hw4-actions{order:5;width:100%;margin-top:0;gap:10px}.hw4--home-hero .hw4-actions .hw4-btn{min-height:5.2rem;border-radius:1.2rem}.hw4--home-hero .hw4-hero-checklist,.hw4--home-hero .hw4-stats{display:none!important}#rfq-workflow .hw4-process-browser{display:none}#rfq-workflow .hw4-process-fallback{display:block}#buying-paths .hw4-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}#buying-paths .hw4-grid--3 .hw4-card:nth-child(3){grid-column:1 / -1}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images){gap:10px;scrollbar-width:none}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images)::-webkit-scrollbar{display:none}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card,#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card:nth-child(-n+2){flex:0 0 calc((100% - 18px) / 2.18)}#product-architecture .hw4-grid--4:not(.hw4-grid--has-images) .hw4-card__body{min-height:230px}#product-architecture .hw4-grid-frame--scroll-cue:after{display:block;right:-1px;bottom:0;width:58px;background:linear-gradient(90deg,#f6f8fb00,#f6f8fbc7 62%,#f6f8fb)}#product-architecture .hw4-scroll-cue{display:grid;right:16px;top:39%;width:38px;height:38px;box-shadow:0 0 0 6px #ffffffd1,0 12px 28px #071a2f2e,0 10px 24px #0066cc57}#product-architecture .hw4-scroll-cue svg{width:20px;height:20px}#ordering-project-support .hw4-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin-inline:0!important;overflow:visible!important;padding:0!important;scroll-snap-type:none!important}#ordering-project-support .hw4-card{min-width:0!important;flex:initial!important;scroll-snap-align:none}#ordering-project-support .hw4-card .hw4-card__body{padding:12px!important}#ordering-project-support .hw4-card .hw4-card-text p{-webkit-line-clamp:3}#ordering-project-support .hw4-card .hw4-btn{height:4.8rem!important;min-height:4.8rem!important;padding-inline:.6rem!important;font-size:1.22rem!important}#product-architecture .hw4-grid--has-images{gap:12px;margin-inline:-18px;padding:0 18px 6px;scroll-padding-inline:18px;scrollbar-width:none}#product-architecture .hw4-grid--has-images .hw4-card{flex:0 0 calc((100% - 12px)/2)}#product-architecture .hw4-card__body{padding:12px!important}#product-architecture .hw4-card h3{font-size:15px;min-height:2.4em}#product-architecture .hw4-card .hw4-btn{height:4.8rem!important;min-height:4.8rem!important;padding-inline:.6rem!important;font-size:1.2rem!important}#buyer-concerns .hw4-grid--4{grid-template-columns:1fr}#buyer-concerns .hw4-card__body{min-height:0;padding:14px!important}#buyer-concerns .hw4-card-text p{display:block;overflow:visible;-webkit-line-clamp:unset}#popular-product-families .hw4-grid--has-images .hw4-card{flex-basis:min(66vw,246px)}#popular-product-families .hw4-card__media,#popular-product-families .hw4-image-slot--card{min-height:0}.hw4-actions,[class*=hw5-series-] .hw5-actions,[class*=hw5-family-] .family-actions,[class*=hw5-family-] .sku-actions{display:grid!important;grid-template-columns:1fr!important}.hw4-btn,.hw5-btn,.family-button,.catalog-button{width:100%!important}.huawell-footer__columns,.huawell-footer__trust{grid-template-columns:1fr 1fr!important}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/huawellux-v6.css.map */
