.collection-content{display:grid;grid-template-columns:minmax(16rem,21rem) minmax(0,1fr);gap:1.25rem;align-items:start}.collection-toolbar{grid-column:1;display:grid;gap:1rem;align-self:start;border-radius:8px;padding:clamp(1rem,2vw,1.35rem);background:var(--color-background);box-shadow:0 12px 32px color-mix(in srgb,var(--color-foreground) 4%,transparent)}.collection-toolbar-header{display:grid;gap:1rem}.collection-result-count{color:var(--color-muted-foreground);font-size:.9rem;font-weight:700}.collection-active-filters{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.collection-active-filters a,.collection-filter-actions a{display:inline-flex;min-height:1.85rem;align-items:center;gap:.35rem;border:1px solid color-mix(in srgb,var(--color-accent-warm) 24%,transparent);border-radius:3px;padding:.3rem .45rem;background:color-mix(in srgb,var(--color-accent-warm) 8%,transparent);color:var(--color-accent-warm);font-size:.75rem;font-weight:800;line-height:1;text-decoration:none}.collection-active-filters .collection-clear-filters{border-color:color-mix(in srgb,var(--color-foreground) 12%,transparent);background:color-mix(in srgb,var(--color-muted-background) 65%,var(--color-background));color:var(--color-muted-foreground)}.collection-sort{display:grid;gap:.6rem;color:var(--color-muted-foreground);font-size:.82rem;font-weight:700}.collection-sort select,.collection-price-filter input{min-height:2.35rem;border:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);border-radius:3px;padding:.45rem .65rem;background:var(--color-background);color:var(--color-foreground)}.collection-filters{display:grid;grid-template-columns:1fr;gap:.75rem}.collection-filter{border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:8px;background:color-mix(in srgb,var(--color-muted-background) 40%,var(--color-background))}.collection-filter summary{display:flex;min-height:2.75rem;cursor:pointer;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;font-weight:800;list-style:none}.collection-filter summary::-webkit-details-marker{display:none}.collection-filter summary span:last-child{color:var(--color-accent);font-size:.8rem}.collection-filter-options{display:grid;gap:.45rem;max-height:16rem;overflow:auto;padding:0 .85rem .85rem}.collection-filter-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.45rem;color:color-mix(in srgb,var(--color-foreground) 80%,var(--color-background));font-size:.82rem}.collection-filter-option.is-disabled{color:color-mix(in srgb,var(--color-muted-foreground) 60%,transparent)}.collection-price-filter{display:grid;gap:.6rem}.collection-price-filter label{display:grid;gap:.35rem;color:var(--color-muted-foreground);font-size:.78rem;font-weight:700}.collection-filter-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.collection-filter-actions button{min-height:2.25rem;border:1px solid var(--color-accent);border-radius:3px;padding:.45rem .75rem;background:var(--color-accent);color:var(--color-accent-contrast);font-weight:800}.collection-quick-filters{grid-column:1;display:grid;gap:1rem;align-self:start;border-radius:8px;padding:clamp(1rem,2vw,1.35rem);background:var(--color-background);box-shadow:0 12px 32px color-mix(in srgb,var(--color-foreground) 4%,transparent)}.collection-quick-filters-header{display:grid;gap:1rem}.collection-quick-filters-header p{font-weight:900}.collection-quick-filters-header span{color:var(--color-muted-foreground);font-size:.82rem;font-weight:700}.collection-quick-filters-header button{min-height:1.85rem;border:1px solid color-mix(in srgb,var(--color-accent) 18%,transparent);border-radius:3px;padding:.38rem .58rem;background:color-mix(in srgb,var(--color-accent) 7%,#ffffff);color:var(--color-accent);font-size:.76rem;font-weight:800;line-height:1}.collection-quick-filters-header button:disabled{cursor:not-allowed;opacity:.42}.collection-quick-filter-groups{display:grid;grid-template-columns:1fr;gap:.75rem}.collection-quick-filter-group{border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:8px;background:color-mix(in srgb,var(--color-muted-background) 40%,var(--color-background))}.collection-quick-filter-group summary{min-height:2.55rem;cursor:pointer;padding:.7rem .85rem;font-weight:900;list-style:none}.collection-quick-filter-group summary::-webkit-details-marker{display:none}.collection-quick-filter-group>div{display:flex;max-height:14rem;flex-wrap:wrap;gap:.4rem;overflow:auto;padding:0 .85rem .85rem}.collection-quick-filter-option{display:inline-flex;min-height:1.8rem;cursor:pointer;align-items:center;gap:.35rem;border:1px solid color-mix(in srgb,var(--color-muted-foreground) 24%,transparent);border-radius:3px;padding:.3rem .45rem;background:color-mix(in srgb,var(--color-muted-foreground) 7%,transparent);color:var(--color-muted-foreground);font-size:.74rem;font-weight:800;line-height:1;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.collection-quick-filter-option:has(input:checked){border-color:color-mix(in srgb,var(--color-accent) 28%,transparent);background:color-mix(in srgb,var(--color-accent) 9%,transparent);color:var(--color-accent)}.collection-quick-filter-option input{width:.85rem;height:.85rem;accent-color:var(--color-accent)}.collection-product-grid{grid-column:2;grid-row:1 / span 4;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:0}.collection-product-item{display:flex;min-width:0}.collection-product-item>.product-card-clip,.collection-product-item .product-card,.collection-product-item .product-card-shell{height:100%}.collection-product-item .product-card{aspect-ratio:auto}.collection-product-item[hidden],.collection-product-item.is-filter-hidden,.collection-filter-empty[hidden],.collection-filter-empty.is-filter-hidden{display:none}.collection-product-item>.product-card-clip{width:100%}.collection-empty{grid-column:1 / -1;display:grid;place-items:center;gap:.75rem;min-height:15rem;border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:8px;padding:2rem;background:var(--color-background);text-align:center}.collection-empty h2{font-size:clamp(1.25rem,2vw,1.6rem)}.collection-empty p{color:var(--color-muted-foreground)}.collection-empty a{color:var(--color-accent);font-weight:800;text-decoration:none}.collection-pagination{grid-column:2;display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;justify-content:center;padding-top:1rem}.collection-pagination-list{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;justify-content:center;margin:0;padding:0;list-style:none}.collection-pagination-list a,.collection-pagination-list span,.collection-pagination-control{display:inline-flex;min-width:2.75rem;min-height:2.75rem;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:3px;padding:.65rem .9rem;background:var(--color-background);color:var(--color-foreground);font-size:.95rem;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap}.collection-pagination-list a,.collection-pagination-control{transition:border-color .18s ease,background-color .18s ease,color .18s ease}.collection-pagination-list a:hover,.collection-pagination-control:hover{border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 7%,var(--color-background));color:var(--color-accent)}.collection-pagination-list .is-current{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-accent-contrast)}.collection-pagination-list .is-gap{min-width:2rem;border-color:transparent;background:transparent;color:var(--color-muted-foreground)}.collection-pagination-control{min-width:5.75rem;background:var(--color-accent);color:var(--color-accent-contrast)}.collection-pagination-control:hover{background:color-mix(in srgb,var(--color-accent) 88%,var(--color-foreground));color:var(--color-accent-contrast)}@media(max-width:1199px){.collection-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:899px){.collection-content{grid-template-columns:1fr}.collection-toolbar,.collection-quick-filters,.collection-product-grid,.collection-pagination{grid-column:1;grid-row:auto}.collection-sort select{width:100%}.collection-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.collection-filters,.collection-quick-filter-groups,.collection-product-grid{grid-template-columns:1fr}.collection-toolbar{border-radius:6px}}.contact-page{--contact-page-ink: #1d2129;--contact-page-muted: #7a8494;--contact-page-soft: #f4f6fa;--contact-page-panel: #ffffff;--contact-page-line: #edf1f6;overflow:hidden;background:var(--contact-page-soft);color:var(--contact-page-ink)}.contact-page .theme-shell{width:min(88rem,calc(100% - var(--page-margin) * 2))}.contact-page-hero{--contact-page-header-offset: 5rem;position:relative;min-height:23rem;display:flex;align-items:center;isolation:isolate;overflow:hidden;background:#eef2f7}.contact-page-hero:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-image:var(--contact-page-hero-image);background-position:center right;background-repeat:no-repeat;background-size:cover;content:""}.contact-page-hero:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#f4f6fac7,#f4f6fa94 45%,#f4f6fa0f),linear-gradient(180deg,#f4f6fa3d,#f4f6fa14);content:""}.contact-page-hero-inner{display:grid;gap:1rem;padding-block:calc(var(--contact-page-header-offset) + 3rem) 3.75rem}.contact-page-hero h1{max-width:15ch;font-size:clamp(2.5rem,4.2vw,4rem);font-weight:800;letter-spacing:0;line-height:1.1}.contact-page-hero p{max-width:72rem;color:#5f6774;font-size:.95rem;line-height:1.58}.contact-page-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(18.5rem,24rem);gap:clamp(1.5rem,2.4vw,2.4rem);padding-block:3.75rem 5.8rem}.contact-page-form-panel form{display:grid;gap:1.1rem}.contact-page-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.18rem 1.25rem}.contact-page-field{display:grid;grid-column:1 / -1;gap:.5rem;min-width:0}.contact-page-field-half{grid-column:span 1}.contact-page-field label{color:#4f5867;font-size:.88rem;font-weight:500;line-height:1.35}.contact-page-field label span{color:#ff3b30}.contact-page-field input,.contact-page-field select,.contact-page-field textarea{width:100%;min-width:0;border:1px solid transparent;border-radius:0;background:#fff;color:var(--contact-page-ink);font-size:.88rem;line-height:1.45;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.contact-page-field input,.contact-page-field select{min-height:2.9rem;padding:0 .9rem}.contact-page-field textarea{min-height:5.2rem;resize:vertical;padding:.85rem 3.8rem 1.35rem .9rem}.contact-page-field input::placeholder,.contact-page-field textarea::placeholder{color:#9aa3af}.contact-page-field select{-webkit-appearance:auto;appearance:auto;color:#7f8896}.contact-page-field input:focus,.contact-page-field select:focus,.contact-page-field textarea:focus{border-color:#3454ff75;box-shadow:0 0 0 3px #3454ff1f}.contact-page-textarea-wrap{position:relative}.contact-page-counter{position:absolute;right:.85rem;bottom:.45rem;color:#8a94a6;font-size:.72rem;line-height:1;pointer-events:none}.contact-page-submit{width:fit-content;min-width:4.2rem;min-height:2.35rem;border:0;border-radius:2px;background:var(--color-accent);color:var(--color-accent-contrast);cursor:pointer;font-size:.82rem;font-weight:700;line-height:1;padding:.65rem 1.12rem;transition:background-color .16s ease,transform .16s ease}.contact-page-submit:hover{background:color-mix(in srgb,var(--color-accent) 88%,#000000);transform:translateY(-1px)}.contact-page-form-success,.contact-page-form-error{border-radius:8px;background:#fff;padding:.95rem 1rem;font-size:.9rem;line-height:1.45}.contact-page-form-success{border:1px solid rgba(22,163,74,.28);color:#166534}.contact-page-form-error{border:1px solid rgba(220,38,38,.24);color:#991b1b}.contact-page-form-error ul{margin:0;padding-left:1rem}.contact-page-cards{display:grid;align-content:start;width:min(100%,24rem);justify-self:end;gap:.95rem;padding-top:.35rem}.contact-page-card{display:grid;min-height:0;align-content:space-between;gap:1.15rem;border-radius:6px;background:var(--contact-page-panel);padding:clamp(1.3rem,1.65vw,1.55rem)}.contact-page-card h2{color:var(--contact-page-ink);font-size:1.02rem;font-weight:800;letter-spacing:0;line-height:1.25}.contact-page-card a{width:fit-content;color:var(--color-accent);font-size:clamp(1.12rem,1.6vw,1.34rem);font-weight:800;line-height:1.25;text-decoration:none}.contact-page-card-value{color:var(--contact-page-ink);font-size:clamp(1.12rem,1.6vw,1.34rem);font-weight:800;line-height:1.25}.contact-page-card p{max-width:22rem;color:#8190a2;font-size:.88rem;line-height:1.4}.contact-page-card p+p{margin-top:.7rem}@media(max-width:1100px){.contact-page-content{grid-template-columns:1fr}.contact-page-cards{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;justify-self:stretch;padding-top:0}}@media(max-width:760px){.contact-page-hero{min-height:25rem}.contact-page-hero:after{background:#f4f6fabd}.contact-page-content{padding-block:2.8rem 4rem}.contact-page-form-grid,.contact-page-cards{grid-template-columns:1fr}}@media(max-width:520px){.contact-page .theme-shell{width:min(100% - 2rem,98rem)}.contact-page-hero h1{font-size:2.25rem}.contact-page-card{min-height:0}}.footer-contact{background:var(--color-background)}.footer-contact-info{display:grid;grid-template-columns:minmax(0,.95fr) minmax(18rem,.9fr);gap:clamp(2rem,7vw,8rem);align-items:start;padding-block:clamp(4rem,8vw,7rem)}.footer-contact-info>div:first-child{display:grid;align-content:start;gap:1rem}.footer-contact-eyebrow{color:var(--color-muted-foreground);font-size:clamp(.95rem,1.25vw,1.15rem)}.footer-contact-info h2,.footer-contact-cta h2{font-size:clamp(1.75rem,3.2vw,2.6rem);line-height:1.15}.footer-contact-info p{color:var(--color-muted-foreground);font-size:clamp(.9rem,1.1vw,1.05rem)}.footer-contact-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,4vw,4rem);padding-top:.35rem}.footer-contact-methods article{display:grid;align-content:start;gap:.9rem}.footer-contact-methods span{color:var(--color-foreground);font-weight:800}.footer-contact-methods span:after{display:block;width:1.4rem;height:2px;margin-top:.9rem;background:var(--color-foreground);content:""}.footer-contact-methods a{color:#006cff;font-size:clamp(1.15rem,2vw,1.35rem);font-weight:800;text-decoration:none}.footer-contact-cta{background:var(--color-accent);color:#fff}.footer-contact-cta-inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(18rem,.95fr);gap:clamp(2rem,5vw,5rem);align-items:center;padding-block:clamp(3.5rem,7vw,6rem)}.footer-contact-cta-inner>div:first-child{display:grid;gap:1rem}.footer-contact-cta p{color:#ffffffc7;font-size:clamp(.9rem,1.1vw,1.05rem)}.footer-contact-form form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0}.footer-contact-form input{min-height:4.25rem;min-width:0;border:0;border-radius:4px 0 0 4px;background:#ffffff26;color:#fff;padding:0 1.5rem}.footer-contact-form input::placeholder{color:#ffffffb8}.footer-contact-form button{min-height:4.25rem;border:0;border-radius:0 4px 4px 0;background:#fff;color:var(--color-accent);cursor:pointer;font-weight:900;padding-inline:clamp(1.25rem,3vw,2rem)}.footer-contact-success,.footer-contact-error{grid-column:1 / -1;margin-top:.75rem}.site-footer{background:#1c2028;color:#f7f9fc}.site-footer a{color:inherit;text-decoration:none}.site-footer-support{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;padding-block:clamp(2rem,4vw,3.25rem)}.site-footer-support-item{display:flex;gap:.9rem;align-items:flex-start}.site-footer-support-item svg{width:2rem;height:2rem;flex:0 0 auto;color:var(--color-accent-warm)}.site-footer-support-item strong,.site-footer-support-item span{display:block}.site-footer-support-item strong{font-size:1rem;line-height:1.2}.site-footer-support-item span{margin-top:.25rem;color:#b5bcc8;font-size:.82rem;line-height:1.35}.site-footer-main{display:grid;grid-template-columns:minmax(14rem,.7fr) minmax(0,1.9fr);gap:clamp(2.5rem,6vw,6rem);border-top:1px solid rgba(255,255,255,.12);padding-block:clamp(2.5rem,5vw,4.5rem)}.site-footer-brand{display:grid;align-content:start;gap:1rem;color:#b5bcc8}.site-footer-brand a{width:fit-content}.site-footer-brand span{color:#fff;font-size:1.5rem;font-weight:900;letter-spacing:.04em}.site-footer-brand span:first-letter{color:var(--color-accent-warm)}.site-footer-logo{width:auto;max-width:7.5rem;max-height:2.5rem}.site-footer-brand p,.site-footer-brand address{max-width:22rem;font-size:.95rem;font-style:normal}.site-footer-brand address{display:grid;gap:.45rem}.site-footer-columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.25rem,3vw,3rem)}.site-footer-columns div{display:grid;align-content:start;gap:.85rem}.site-footer-columns h2{margin-bottom:.25rem;color:#fff;font-size:1rem}.site-footer-columns a{color:#9ea6b4;font-size:.95rem}.site-footer-columns a:hover,.site-footer-brand a:hover{color:#fff}.site-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.12);padding-block:1.25rem;color:#9ea6b4;font-size:.875rem}@media(max-width:980px){.footer-contact-info,.footer-contact-cta-inner{grid-template-columns:1fr}.site-footer-support,.site-footer-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-main{grid-template-columns:1fr}}@media(max-width:640px){.footer-contact-methods,.footer-contact-form form{grid-template-columns:1fr}.footer-contact-form input,.footer-contact-form button{border-radius:4px}.site-footer-support,.site-footer-columns{grid-template-columns:1fr}.site-footer-bottom{align-items:flex-start;flex-direction:column}}.shopify-section:has(>.site-header){position:sticky;top:0;z-index:100}body:has(.home-hero) .shopify-section:has(>.site-header),body:has(.contact-page-hero) .shopify-section:has(>.site-header){position:fixed;left:0;right:0}.shopify-section:has(>.site-header-solution-hero){position:fixed;left:0;right:0}.site-header{--site-header-height: 5rem;--site-header-logo-height: clamp(2.125rem, 1.75vw, 2.75rem);--site-header-nav-font-size: 1rem;--site-header-nav-line-height: 1.6;--site-header-meta-font-size: .9375rem;--site-header-meta-line-height: 1.5;--site-header-title-font-size: 1.0625rem;--site-header-subnav-font-size: .9375rem;--site-header-icon-box-size: 3rem;--site-header-icon-size: 1.375rem;--site-header-mobile-toggle-size: 3.25rem;--site-header-mobile-primary-size: 1.875rem;--site-header-mobile-secondary-size: 1rem;position:relative;z-index:1;background:transparent;box-shadow:none;transition:background-color .18s ease,backdrop-filter .18s ease,box-shadow .18s ease}body.site-header-is-stuck .site-header,.site-header.site-header-menu-is-open,.site-header.site-header-mobile-is-open{background:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 10px 28px #1d212914}.site-header.site-header-menu-is-open .site-header-inner,.site-header.site-header-mobile-is-open .site-header-inner{background:#fff}.site-header-inner{position:relative;z-index:4;display:flex;width:100%;min-height:var(--site-header-height);align-items:center;justify-content:flex-start;gap:0;margin-inline:0;padding-left:clamp(1.25rem,1.56vw,2rem);padding-right:0;background:inherit}.site-header-brand{display:inline-flex;flex:0 0 auto;align-items:center;color:var(--color-foreground);text-decoration:none}.site-header-logo{width:auto;height:var(--site-header-logo-height);max-width:none;max-height:none;flex:0 0 auto}.site-header-logo-inverted{display:none}.site-header-logo-text{font-size:1.45rem;font-weight:900;letter-spacing:.04em;line-height:1}.site-header-logo-text:first-letter{color:var(--color-accent-warm)}.site-header-nav{display:flex;align-items:stretch;gap:clamp(1.25rem,2vw,2.5rem);min-height:var(--site-header-height);margin-left:clamp(2rem,2.54vw,3.25rem);margin-right:auto}.site-header-nav a,.site-header-nav button,.site-header-mega a,.site-header-mega button{font-family:"Inter",var(--font-primary--family);letter-spacing:-.0001em;text-decoration:none}.site-header-nav-link,.site-header-nav-trigger{display:inline-flex;align-items:center;gap:.35rem;border:0;border-bottom:2px solid transparent;padding:0;background:transparent;color:#1d2129;cursor:pointer;font-size:var(--site-header-nav-font-size);font-style:normal;font-weight:500;line-height:var(--site-header-nav-line-height);transition:border-color .18s ease,color .18s ease}.site-header-nav-link:hover,.site-header-nav-trigger:hover,.site-header-nav-trigger.is-active{border-bottom-color:var(--color-accent);color:var(--color-accent)}.site-header-nav-trigger svg{width:.95rem;height:.95rem;transition:transform .18s ease}.site-header-nav-trigger.is-active svg{transform:rotate(180deg)}.site-header-actions{display:flex;flex:0 0 auto;align-items:center;gap:clamp(.25rem,.45vw,.5rem);margin-left:auto}.site-language-selector{position:relative;flex:0 0 auto;color:#1d2129}.site-header-actions .site-language-selector{margin-right:clamp(1rem,1.25vw,1.5rem)}.site-language-trigger{display:inline-flex;min-height:var(--site-header-height);align-items:center;gap:.5rem;list-style:none;color:inherit;cursor:pointer;font-family:"Inter",var(--font-primary--family);font-size:.9375rem;font-weight:500;line-height:var(--site-header-nav-line-height);white-space:nowrap}.site-header-actions .site-language-trigger{padding-left:calc((var(--site-header-icon-box-size) - var(--site-header-icon-size)) / 2)}.site-language-trigger::-webkit-details-marker{display:none}.site-language-trigger svg{width:var(--site-header-icon-size);height:var(--site-header-icon-size);flex:0 0 auto}.site-language-trigger:focus-visible{outline:2px solid var(--color-accent);outline-offset:.35rem}.site-language-panel{position:absolute;top:calc(100% + .5rem);left:50%;right:auto;z-index:6;width:max-content;max-width:calc(100vw - 1.5rem);border:1px solid rgba(29,33,41,.08);border-radius:.625rem;padding:.5rem;background:#fff;box-shadow:0 18px 44px #1d212924;transform:translate(-50%)}.site-language-selector-list{display:grid;gap:.125rem;margin:0}.site-language-option{display:flex;width:100%;min-height:2.5rem;align-items:center;border:0;border-radius:.5rem;background:transparent;color:#1d2129;cursor:pointer;font-family:"Inter",var(--font-primary--family);font-size:1rem;font-weight:500;line-height:1.25;padding:.375rem .75rem;text-align:left;text-decoration:none;transition:background-color .16s ease,color .16s ease}.site-language-option:hover,.site-language-option:focus-visible,.site-language-option.is-active{background:#eef1ff;color:var(--color-accent)}.site-language-option.is-active{font-weight:800}.site-language-option:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.site-header-icon-link{position:relative;display:inline-grid;width:var(--site-header-icon-box-size);height:var(--site-header-icon-box-size);place-items:center;border:0;padding:0;background:transparent;color:var(--color-foreground);cursor:pointer;font:inherit;text-decoration:none}.site-header-cart-count{position:absolute;top:.42rem;right:.42rem;display:inline-flex;min-width:1rem;height:1rem;align-items:center;justify-content:center;border-radius:999px;padding-inline:.25rem;background:var(--color-accent);color:#fff;font-size:.625rem;font-weight:700;line-height:1}.site-header-cart-count[hidden],.site-header-mobile-cart-button{display:none}.site-header-actions svg{width:var(--site-header-icon-size);height:var(--site-header-icon-size)}.site-header-shop{min-width:clamp(9.5rem,7.91vw,11.5rem);min-height:var(--site-header-height);align-self:stretch;border-radius:0;padding-inline:clamp(1.75rem,2.15vw,3rem);color:#fff;font-family:"Inter",var(--font-primary--family);font-size:var(--site-header-nav-font-size);font-style:normal;font-weight:600;line-height:var(--site-header-nav-line-height);letter-spacing:-.0001em;text-transform:capitalize}body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-logo-default{display:none}body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-logo-inverted{display:block}body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-logo-uploaded{filter:brightness(0) invert(1)}body.site-header-is-stuck .site-header-solution-hero .site-header-logo-uploaded,.site-header-solution-hero.site-header-menu-is-open .site-header-logo-uploaded,.site-header-solution-hero.site-header-mobile-is-open .site-header-logo-uploaded{filter:none}body.site-header-is-stuck .site-header-solution-hero .site-header-logo-default{display:block}body.site-header-is-stuck .site-header-solution-hero .site-header-logo-inverted{display:none}body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-nav-link,body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-nav-trigger,body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-icon-link,body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-language-selector,body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-mobile-toggle{color:#ffffffe6}body.site-header-is-stuck .site-header-solution-hero .site-header-nav-link,body.site-header-is-stuck .site-header-solution-hero .site-header-nav-trigger,body.site-header-is-stuck .site-header-solution-hero .site-header-icon-link,body.site-header-is-stuck .site-header-solution-hero .site-language-selector,body.site-header-is-stuck .site-header-solution-hero .site-header-mobile-toggle,.site-header-solution-hero.site-header-menu-is-open .site-header-nav-link,.site-header-solution-hero.site-header-menu-is-open .site-header-nav-trigger,.site-header-solution-hero.site-header-menu-is-open .site-header-icon-link,.site-header-solution-hero.site-header-menu-is-open .site-language-selector,.site-header-solution-hero.site-header-mobile-is-open .site-header-mobile-toggle{color:#1d2129}body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-nav-link:hover,body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-nav-trigger:hover,body:not(.site-header-is-stuck) .site-header-solution-hero:not(.site-header-menu-is-open):not(.site-header-mobile-is-open) .site-header-nav-trigger.is-active{color:#fff}body.site-header-is-stuck .site-header-solution-hero .site-header-nav-link:hover,body.site-header-is-stuck .site-header-solution-hero .site-header-nav-trigger:hover,body.site-header-is-stuck .site-header-solution-hero .site-header-nav-trigger.is-active,.site-header-solution-hero.site-header-menu-is-open .site-header-nav-link:hover,.site-header-solution-hero.site-header-menu-is-open .site-header-nav-trigger:hover,.site-header-solution-hero.site-header-menu-is-open .site-header-nav-trigger.is-active{color:var(--color-accent)}.site-header-dropdowns{position:absolute;top:100%;left:0;z-index:3;width:100%}.site-header-mega{border-top:1px solid rgba(29,33,41,.06);border-bottom:1px solid rgba(29,33,41,.08);background:#fff;box-shadow:0 18px 44px #1d212914}.site-header-mega[hidden],.site-header-overlay[hidden]{display:none}.site-header-mega-inner{display:block;width:min(88rem,calc(100% - var(--page-margin) * 2));padding-block:1.25rem 1.5rem}.site-header-mega-heading{display:grid;gap:.35rem;padding:0 0 1rem clamp(1.25rem,2.2vw,2.25rem);border-bottom:1px solid rgba(29,33,41,.08)}.site-header-mega-heading h2{margin:0;color:#1d2129;font-size:1.5rem;font-weight:500;line-height:1.25}.site-header-mega-heading p{margin:0;color:#6f7782;font-size:.875rem;line-height:1.5}.site-header-mega-layout{display:grid;grid-template-columns:minmax(15rem,24%) 1fr;min-height:16.5rem}.site-header-mega-side{display:grid;align-content:start;gap:.35rem;padding:1.5rem clamp(1rem,1.95vw,2.25rem) 0 clamp(1.25rem,2.2vw,2.25rem);border-right:1px solid rgba(29,33,41,.08)}.site-header-mega-side a{display:flex;min-height:3.5rem;align-items:center;border-radius:.25rem;padding:.625rem 1.25rem;color:#1d2129;font-size:var(--site-header-subnav-font-size);font-weight:500;line-height:1.35;transition:background-color .16s ease,color .16s ease}.site-header-mega-side a:hover,.site-header-mega-side a.is-active{background:#eef1ff;color:var(--color-accent)}.site-header-mega-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:clamp(1rem,1.25vw,1.5rem);padding:1rem clamp(1rem,1.4vw,1.5rem) 0 clamp(1rem,1.4vw,1.5rem)}.site-header-mega-card{display:grid;min-height:7.25rem;align-content:start;gap:.35rem;border:1px solid rgba(29,33,41,.08);border-radius:.25rem;padding:.875rem .75rem;background:#fff;color:#1d2129;box-shadow:0 8px 22px #1d212900;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,color .16s ease}.site-header-mega-card strong{color:inherit;font-size:.9375rem;font-weight:700;line-height:1.35}.site-header-mega-card span{color:#8a93a0;font-size:.8125rem;font-weight:400;line-height:1.42;transition:color .16s ease}.site-header-mega-card:hover,.site-header-mega-card:focus-visible,.site-header-mega-card.is-featured{border-color:#3158ff66;background:#eef1ff;color:var(--color-accent);box-shadow:0 16px 34px #1d21291f}.site-header-mega-card:hover span,.site-header-mega-card:focus-visible span,.site-header-mega-card.is-featured span{color:#7b8492}.site-header-products-inner{width:min(88rem,calc(100% - var(--page-margin) * 2));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;max-height:min(42rem,calc(100vh - var(--site-header-height) - 1rem));padding-block:0;scrollbar-gutter:stable}.site-header-products-layout{display:grid;align-items:start;grid-template-columns:minmax(0,64%) minmax(20rem,36%)}.site-header-products-series-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;column-gap:clamp(1.5rem,2.6vw,2.75rem);row-gap:1.25rem;padding:clamp(1.25rem,1.8vw,1.75rem) clamp(1.25rem,2.2vw,2.5rem) 1.75rem 0}.site-header-product-series{display:grid;align-content:start;gap:.75rem}.site-header-product-series-heading{display:flex;min-height:2.125rem;align-items:center;gap:.55rem;border-bottom:1px solid rgba(29,33,41,.1);padding-bottom:.65rem;color:#1d2129;font-size:.9375rem;font-weight:800;line-height:1.3;margin:0}.site-header-product-series-mark{position:relative;display:inline-flex;width:1rem;height:1rem;flex:0 0 auto;border:2px solid currentColor;border-radius:.25rem;color:var(--color-accent)}.site-header-product-series-mark:after{position:absolute;right:-.24rem;bottom:-.24rem;width:.42rem;height:.42rem;border:2px solid currentColor;border-radius:999px;background:#fff;content:""}.site-header-product-series-list{display:grid;gap:.34rem;margin:0;padding:0;list-style:none}.site-header-product-series-list a{display:inline-flex;color:#2f3540;font-size:.875rem;font-weight:500;line-height:1.32;transition:color .16s ease}.site-header-product-series-list a:hover,.site-header-product-series-list a:focus-visible{color:var(--color-accent)}.site-header-solutions-list{display:grid;align-content:start;gap:.95rem;padding:clamp(1.25rem,1.8vw,1.75rem) clamp(1.25rem,2.2vw,2.5rem) 1.75rem 0}.site-header-solutions-heading{display:flex;min-height:2.125rem;align-items:center;gap:.55rem;border-bottom:1px solid rgba(29,33,41,.1);padding-bottom:.65rem;color:#1d2129;font-size:.9375rem;font-weight:800;line-height:1.3}.site-header-solutions-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(1.5rem,2.6vw,2.75rem);row-gap:.8rem}.site-header-solutions-link{display:grid;gap:.28rem;color:#1d2129;transition:color .16s ease}.site-header-solutions-link strong{display:inline-flex;align-items:center;gap:.65rem;font-size:.875rem;font-weight:700;line-height:1.35}.site-header-solutions-link svg{width:.95rem;height:.95rem;flex:0 0 auto}.site-header-solutions-link>span{color:#6f7782;font-size:.8125rem;font-weight:400;line-height:1.35;transition:color .16s ease}.site-header-solutions-link:hover,.site-header-solutions-link:focus-visible{color:var(--color-accent)}.site-header-solutions-link:hover>span,.site-header-solutions-link:focus-visible>span{color:#4e5969}.site-header-products-oem{position:sticky;top:0;display:grid;align-self:start;align-content:start;gap:.75rem;border-left:1px solid rgba(29,33,41,.1);padding:clamp(1.25rem,1.8vw,1.75rem) 0 1.75rem clamp(1.5rem,2.4vw,2.75rem);background:#fff}.site-header-products-oem-title{display:flex;align-items:center;gap:.55rem;border-bottom:1px solid rgba(29,33,41,.1);padding-bottom:.65rem}.site-header-products-oem-title svg{width:1.125rem;height:1.125rem;flex:0 0 auto;color:var(--color-accent)}.site-header-products-oem h2{margin:0;color:#1d2129;font-size:.9375rem;font-weight:800;line-height:1.3}.site-header-products-oem p{max-width:26rem;margin:0;color:#6f7782;font-size:.875rem;line-height:1.45}.site-header-products-oem-links{display:grid;gap:.75rem;margin-top:.1rem}.site-header-products-oem-link{display:grid;gap:.25rem;max-width:26rem;color:#1d2129;transition:color .16s ease}.site-header-products-oem-link strong{display:inline-flex;align-items:center;gap:.65rem;font-size:.9375rem;font-weight:700;line-height:1.35}.site-header-products-oem-link svg{width:1rem;height:1rem;flex:0 0 auto}.site-header-products-oem-link>span{color:#6f7782;font-size:.875rem;font-weight:400;line-height:1.35;transition:color .16s ease}.site-header-products-oem-link:hover,.site-header-products-oem-link:focus-visible{color:var(--color-accent)}.site-header-products-oem-link:hover>span,.site-header-products-oem-link:focus-visible>span{color:#4e5969}.site-header-overlay{position:fixed;inset:var(--site-header-height) 0 0;z-index:2;border:0;padding:0;background:#fff;cursor:default}.site-header-mobile-toggle,.site-header-mobile-panel{display:none}@media(max-width:1023px){.site-header{--site-header-logo-height: 2.25rem}.site-header-inner{gap:1rem;min-height:var(--site-header-height);padding-inline:1.25rem}.site-header-nav,.site-header-shop,.site-header-dropdowns,.site-header-overlay,.site-header-actions{display:none}.site-header-mobile-toggle{position:relative;z-index:4;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:var(--site-header-mobile-toggle-size);height:var(--site-header-mobile-toggle-size);margin-left:auto;border:0;padding:0;background:transparent;color:#1d2129;cursor:pointer}.site-header-mobile-cart-button{z-index:4;display:inline-grid;flex:0 0 auto;margin-left:auto;color:#1d2129}.site-header-mobile-cart-button+.site-header-mobile-toggle{margin-left:0}.site-header-mobile-toggle-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem}.site-header-mobile-toggle-line{display:block;width:1.5rem;height:.125rem;border-radius:999px;background:currentColor;transform-origin:center;transition:transform .22s ease,opacity .18s ease,width .22s ease}.site-header.site-header-mobile-is-open .site-header-mobile-toggle-line:nth-child(1){transform:translateY(.5rem) rotate(45deg)}.site-header.site-header-mobile-is-open .site-header-mobile-toggle-line:nth-child(2){width:0;opacity:0}.site-header.site-header-mobile-is-open .site-header-mobile-toggle-line:nth-child(3){transform:translateY(-.5rem) rotate(-45deg)}.site-header-mobile-panel{position:absolute;top:100%;left:0;right:0;z-index:3;display:block;overflow:auto;max-height:calc(100vh - var(--site-header-height));max-height:calc(100dvh - var(--site-header-height));background:#fff;opacity:0;pointer-events:none;transform:translateY(-100%);transition:transform .26s ease,opacity .22s ease,visibility 0s linear .26s;visibility:hidden}.site-header.site-header-mobile-is-open .site-header-mobile-panel{opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s;visibility:visible}.site-header-mobile-panel-inner{display:flex;min-height:calc(100vh - var(--site-header-height));min-height:calc(100dvh - var(--site-header-height));flex-direction:column}.site-header-mobile-list{display:flex;flex:1 1 auto;flex-direction:column;gap:1.25rem;margin:0;padding:1.5rem 0 2rem;list-style:none}.site-header-mobile-link,.site-header-mobile-trigger{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;padding:0 1.25rem;background:transparent;color:#1d2129;cursor:pointer;font-family:"Inter",var(--font-primary--family);font-size:var(--site-header-mobile-primary-size);font-weight:700;line-height:1.1;text-align:left;text-decoration:none;transition:color .18s ease}.site-header-mobile-link:hover,.site-header-mobile-trigger:hover,.site-header-mobile-trigger.is-active{color:var(--color-accent)}.site-header-mobile-dropdown{max-height:0;overflow:hidden;padding:0 1.25rem;opacity:0;transition:max-height .26s ease,opacity .2s ease,margin-top .26s ease}.site-header-mobile-dropdown.is-active{max-height:80rem;margin-top:1rem;opacity:1}.site-header-mobile-section+.site-header-mobile-section{margin-top:1.25rem}.site-header-mobile-section-title,.site-header-mobile-section-title-link{display:inline-flex;margin-bottom:.5rem;color:#1d2129;font-family:"Inter",var(--font-primary--family);font-size:var(--site-header-mobile-secondary-size);font-weight:700;line-height:1.4;text-decoration:none}.site-header-mobile-section-title-link:hover{color:var(--color-accent)}.site-header-mobile-section-list,.site-header-mobile-submenu{display:grid;gap:.4rem;margin:0;padding:0;list-style:none}.site-header-mobile-section-list a,.site-header-mobile-muted,.site-header-mobile-submenu-trigger{display:inline-flex;align-items:center;gap:.3rem;border:0;padding:0;background:transparent;color:#5c6673;cursor:pointer;font-family:"Inter",var(--font-primary--family);font-size:1rem;font-weight:400;line-height:1.55;text-align:left;text-decoration:none;transition:color .16s ease}.site-header-mobile-muted{color:#9aa3ad;cursor:default}.site-header-mobile-section-list a:hover,.site-header-mobile-submenu-trigger:hover,.site-header-mobile-submenu-trigger.is-active{color:var(--color-accent)}.site-header-mobile-submenu-trigger svg{width:.875rem;height:.875rem;transform:rotate(-90deg);transition:transform .16s ease}.site-header-mobile-submenu-trigger.is-active svg{transform:rotate(0)}.site-header-mobile-submenu{max-height:0;overflow:hidden;padding-left:.75rem;opacity:0;transition:max-height .18s ease,opacity .18s ease,padding-top .18s ease}.site-header-mobile-submenu.is-active{max-height:12rem;padding-top:.15rem;opacity:1}.site-header-mobile-submenu a{color:#6f7782;font-size:.9375rem;text-decoration:none}.site-header-mobile-utilities{display:grid;gap:.75rem;padding:1.5rem 1.25rem 1rem;border-top:1px solid rgba(29,33,41,.08)}.site-header-mobile-search{display:inline-flex;align-items:center;gap:.5rem}.site-header-mobile-search{color:#1d2129;font-family:"Inter",var(--font-primary--family);font-size:var(--site-header-meta-font-size);font-weight:500;text-decoration:none}.site-header-mobile-search svg{flex:0 0 auto;width:1.125rem;height:1.125rem}.site-language-selector-mobile{width:100%}.site-language-selector-mobile .site-language-trigger{width:100%;min-height:3rem;font-size:1rem}.site-language-selector-mobile .site-language-panel{position:static;width:100%;margin-top:.75rem;box-shadow:none;transform:none}.site-language-selector-mobile .site-language-option{font-size:1rem}.site-header-mobile-footer{position:sticky;bottom:0;padding:1rem 1.25rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));border-top:1px solid rgba(29,33,41,.08);background:#fff;box-shadow:0 -10px 24px #1d21290f}.site-header-mobile-shop{justify-content:center;width:100%;min-height:3.5rem;border-radius:.75rem;font-size:1rem;font-weight:700;text-transform:none}}@media(max-width:420px){.site-header-icon-link{display:none}.site-header-mobile-link,.site-header-mobile-trigger{font-size:1.5rem}}.home-hero{--home-hero-height: 36.875rem;--home-hero-header-offset: 5rem;--home-hero-bg-scale: 1;--home-hero-background-size: cover;position:relative;overflow:hidden;background:#f5f8ff;isolation:isolate}.home-hero:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background-image:var(--home-hero-background-image);background-position:center top;background-repeat:no-repeat;background-size:var(--home-hero-background-size);content:"";pointer-events:none;transform:scale(var(--home-hero-bg-scale, 1));transform-origin:center top;will-change:transform}.home-hero:after{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(245,248,255,0) 0%,rgba(245,248,255,0) 66%,color-mix(in srgb,var(--color-muted-background) 44%,transparent) 82%,color-mix(in srgb,var(--color-muted-background) 88%,transparent) 94%,var(--color-muted-background) 100%);content:"";pointer-events:none}.home-hero-inner{position:relative;z-index:1;display:grid;min-height:var(--home-hero-height);grid-template-columns:minmax(0,58rem) minmax(18rem,1fr);gap:clamp(2rem,4.75vw,6rem);align-items:center;padding-top:calc(var(--home-hero-header-offset) + clamp(4.5rem,4.16vw,5.375rem));padding-bottom:clamp(2.75rem,3.6vw,4.625rem)}.home-hero-copy{display:grid;gap:clamp(1.4rem,2.8vw,2.1rem);max-width:min(100%,45rem)}.home-hero-copy h1{max-width:58rem;color:#1d2129;font-family:"Inter",var(--font-primary--family);font-size:4.5rem;font-weight:700;letter-spacing:0;line-height:5.25rem;overflow-wrap:normal;text-wrap:balance;text-transform:capitalize}.home-hero-heading-line{display:block;white-space:nowrap}.home-hero-heading-accent{color:var(--color-accent)}.home-hero-ai{color:var(--color-foreground)}.home-hero-ai-mark{display:inline-block;width:.82em;height:.82em;margin-right:.25rem;margin-left:.06em;vertical-align:-.08em}.home-hero-copy p{max-width:45.25rem;color:#5e626a;font-family:"Inter",var(--font-primary--family);font-size:1.125rem;letter-spacing:0;line-height:1.9375rem;text-wrap:pretty}.home-hero-actions,.home-hero-stats{display:flex;flex-wrap:wrap;align-items:center}.home-hero-actions{--home-actions-x: 50%;--home-actions-y: 50%;position:relative;isolation:isolate;gap:1rem clamp(1.25rem,1.45vw,1.875rem);margin-top:clamp(1.25rem,2.9vw,3.75rem)}.home-hero-actions:before{position:absolute;z-index:0;top:-.8rem;right:-.8rem;bottom:-.8rem;left:-.8rem;background:radial-gradient(circle 14rem at var(--home-actions-x) var(--home-actions-y),rgba(72,153,255,.11),rgba(0,195,255,.07) 36%,rgba(84,90,255,.035) 58%,transparent 76%);content:"";filter:blur(1.15rem);opacity:0;pointer-events:none;transition:opacity .18s ease}.home-hero-actions:hover:before,.home-hero-actions:focus-within:before{opacity:.72}.home-hero-actions .theme-button{--home-cta-x: 50%;--home-cta-y: 50%;position:relative;z-index:1;min-width:clamp(15.75rem,14.6vw,18.75rem);min-height:3.125rem;justify-content:space-between;overflow:hidden;padding-inline:1rem 1.25rem;white-space:nowrap;isolation:isolate;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .22s ease,box-shadow .22s ease}.home-hero-actions .theme-button:before{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle 8.5rem at var(--home-cta-x) var(--home-cta-y),rgba(255,255,255,.42),rgba(92,203,255,.18) 34%,rgba(64,82,255,.1) 58%,transparent 76%);content:"";opacity:0;pointer-events:none;transform:scale(.98);transition:opacity .18s ease,transform .22s ease}.home-hero-actions .theme-button-primary:before{top:1px;right:1px;bottom:1px;left:1px;border-radius:inherit;mix-blend-mode:screen}.home-hero-actions .theme-button-primary{border:0;background:linear-gradient(108deg,#7657ff,#335dff 48%,#10a8ff);background-clip:padding-box;color:#fff;box-shadow:0 .75rem 1.65rem #2a6bff24}.home-hero-actions .theme-button-secondary:before{background:radial-gradient(circle 8.25rem at var(--home-cta-x) var(--home-cta-y),rgba(67,133,255,.08),rgba(0,192,255,.045) 38%,rgba(255,255,255,.36) 64%,transparent 78%)}.home-hero-actions .theme-button:hover,.home-hero-actions .theme-button:focus-visible{transform:translateY(-.18rem);box-shadow:0 .85rem 1.8rem color-mix(in srgb,var(--color-accent) 10%,transparent)}.home-hero-actions .theme-button:hover:before,.home-hero-actions .theme-button:focus-visible:before{opacity:.72;transform:scale(1)}.home-hero-actions .theme-button-primary:hover,.home-hero-actions .theme-button-primary:focus-visible{box-shadow:0 .95rem 1.9rem #2a6bff2e}.home-hero-actions .theme-button-secondary:hover,.home-hero-actions .theme-button-secondary:focus-visible{box-shadow:0 .7rem 1.45rem color-mix(in srgb,var(--color-accent) 5%,transparent)}.home-hero-actions .theme-button-secondary:hover:before,.home-hero-actions .theme-button-secondary:focus-visible:before{opacity:.42}.home-hero-actions .theme-button svg{position:relative;z-index:1;flex:0 0 1.25rem;width:1.25rem;height:1.25rem;transition:transform .22s ease}.home-hero-actions .theme-button:hover svg,.home-hero-actions .theme-button:focus-visible svg{transform:translate(.16rem)}.home-hero-actions .theme-button-secondary{border-color:color-mix(in srgb,var(--color-accent) 8%,transparent);background:#ffffffb8;color:var(--color-foreground)}.home-hero-stats{gap:.75rem 1.125rem;margin-top:.65rem}.home-hero-stat{display:inline-flex;align-items:center;gap:.25rem;color:color-mix(in srgb,var(--color-foreground) 78%,var(--color-background));font-size:.92rem;white-space:nowrap}.home-hero-stat svg{width:1rem;height:1rem;color:var(--color-accent)}.home-hero-stat strong{color:var(--color-accent)}.home-feature-strip{position:relative;background:var(--color-muted-background);padding-block:clamp(2rem,4vw,3.2rem) clamp(4.5rem,7vw,6rem)}.home-feature-strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,1.5vw,1.5rem)}.home-feature-strip-item{position:relative;display:grid;min-height:clamp(10.875rem,11vw,12.5rem);align-content:start;gap:.75rem;overflow:hidden;padding:clamp(1.25rem,1.8vw,1.75rem);border:1px solid color-mix(in srgb,var(--color-foreground) 6%,transparent);border-radius:.5rem;background:var(--color-background);box-shadow:none;isolation:isolate;transition:border-color .18s ease}.home-feature-strip-item:hover,.home-feature-strip-item:focus-within{border-color:var(--color-accent)}.home-feature-strip-icon{position:relative;z-index:1;display:block;width:clamp(1.75rem,1.8vw,2rem);height:clamp(1.75rem,1.8vw,2rem);object-fit:contain;transition:transform .26s ease}.home-feature-strip-item:hover .home-feature-strip-icon,.home-feature-strip-item:focus-within .home-feature-strip-icon{transform:translateY(-.12rem) rotate(-4deg) scale(1.08)}.home-feature-strip-item p{position:relative;z-index:1;margin-top:.45rem;color:color-mix(in srgb,var(--color-muted-foreground) 76%,var(--color-background));font-size:clamp(.76rem,.72vw,.875rem);font-weight:500;line-height:1.35}.home-feature-strip-item h2{position:relative;z-index:1;max-width:21rem;color:#1d2129;font-size:clamp(.9rem,.86vw,1.05rem);font-weight:500;line-height:1.38}.home-tabs-section,.home-products,.home-solutions{background:var(--color-muted-background);padding-block:clamp(3.5rem,7vw,6rem)}.home-tabs-section-inner,.home-products-inner,.home-products-header,.home-solutions-inner,.home-solutions-header{display:grid;gap:1.35rem}.home-tabs-section-inner{gap:2rem}.home-tabs-section-header{display:grid;gap:.65rem}.home-tabs-section-header h2{font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.15}.home-tabs-section-header p,.home-products-header p,.home-solutions-header p{color:var(--color-muted-foreground);font-size:clamp(1rem,1.4vw,1.15rem)}.home-tabs-section-header p{max-width:92rem;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.8}.home-tabs{--home-tabs-autoplay-duration: 5s;position:relative;display:grid;grid-template-columns:minmax(21rem,31rem) minmax(0,1fr);gap:clamp(2rem,4vw,4.25rem);overflow:hidden;border-radius:8px;padding:clamp(1.15rem,2.1vw,1.5rem);background:var(--color-background);box-shadow:0 18px 60px color-mix(in srgb,var(--color-foreground) 5%,transparent);isolation:isolate}.home-tabs-nav{position:relative;display:grid;align-content:start;padding:clamp(.6rem,1.4vw,1.5rem) 0;scrollbar-width:thin}.home-tabs-nav-item{display:grid;gap:.75rem;border-bottom:1px solid #edf1f6;padding:clamp(1rem,1.5vw,1.35rem) 0}.home-tabs-nav-item:first-child{padding-top:0}.home-tabs-nav-item:last-child{border-bottom:0;padding-bottom:0}.home-tabs-button{position:relative;display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;border:0;padding:0;background:transparent;color:#1f2430;cursor:pointer;font-size:clamp(1.05rem,1.32vw,1.35rem);font-weight:600;line-height:1.25;text-align:left;transition:color .18s ease}.home-tabs-button-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-tabs-state{display:inline-grid;width:1.35rem;min-width:1.35rem;place-items:center;color:#677285;font-size:1.75rem;font-weight:300;line-height:1}.home-tabs-state:before{content:"-"}.home-tabs-nav-item.is-active .home-tabs-state{color:var(--color-accent)}.home-tabs-nav-item.is-active .home-tabs-state:before{content:"+"}.home-tabs-button:focus-visible{outline:2px solid var(--color-accent);outline-offset:.35rem}.home-tabs-button:hover,.home-tabs-button:focus-visible{color:var(--color-accent)}.home-tabs-accordion-panel{display:grid;gap:1.05rem}.home-tabs-accordion-panel[hidden]{display:none}.home-tabs-accordion-panel p{max-width:34rem;color:#8d98a8;font-size:clamp(.98rem,1.2vw,1.12rem);line-height:1.85}.home-tabs-more{display:inline-flex;width:fit-content;align-items:center;gap:.25rem;color:var(--color-accent);font-size:clamp(1rem,1.2vw,1.15rem);line-height:1;text-decoration:none}.home-tabs-more svg{width:1rem;height:1rem;transition:transform .18s ease}.home-tabs-more:hover svg,.home-tabs-more:focus-visible svg{transform:translate(.18rem)}.home-tabs-progress{position:relative;display:block;width:min(100%,34rem);height:3px;overflow:hidden;background:#edf1f6}.home-tabs-progress-fill{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left center;background:var(--color-accent)}.home-tabs[data-home-tabs-playing=true] .home-tabs-nav-item.is-active .home-tabs-progress-fill{animation:home-tabs-progress var(--home-tabs-autoplay-duration) linear forwards}.home-tabs-panels{min-width:0}.home-tabs-panel{display:grid;gap:1rem;align-content:start;padding:0}.home-tabs-panel:not([hidden]){animation:home-tabs-panel-in .42s cubic-bezier(.22,1,.36,1) both}.home-tabs-panel[hidden]{display:none}.home-tabs-image{width:100%;aspect-ratio:2.12;border-radius:4px;object-fit:cover;transition:filter .26s ease,transform .36s ease}.home-tabs-panel:not([hidden]):hover .home-tabs-image{filter:saturate(1.06) contrast(1.03);transform:scale(1.015)}.home-tabs-panel p{color:#8d98a8;font-size:clamp(1rem,1.35vw,1.12rem);line-height:1.75}.home-tabs-panel h4{margin-top:.35rem;color:#1f2430;font-size:clamp(1rem,1.2vw,1.18rem);font-weight:700}.home-tabs-tags{display:flex;flex-wrap:wrap;gap:.5rem}.home-tabs-tags span{display:inline-flex;min-height:2.05rem;align-items:center;padding:.32rem .6rem;background:#f5f7fb;color:#8d98a8;font-size:clamp(.95rem,1.3vw,1.12rem);font-weight:400;line-height:1;transition:background-color .18s ease,color .18s ease,transform .18s ease}.home-tabs-tags span:hover{background:color-mix(in srgb,var(--color-accent) 10%,#f5f7fb);color:var(--color-accent);transform:translateY(-.12rem)}.home-products-header h2,.home-certifications h2{font-size:clamp(2rem,4vw,3rem);line-height:1.1}.home-products-header p{max-width:82rem}.home-products-frame{display:grid;gap:2rem;border-radius:8px}.home-products-categories{display:grid;grid-template-columns:repeat(var(--home-product-tab-count),minmax(0,1fr));gap:.5rem;align-items:end;text-align:center}.home-products-category{position:relative;display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;padding-inline:.5rem;color:var(--color-foreground);cursor:pointer;font:inherit;font-size:clamp(.7rem,1vw,1rem);font-weight:800;line-height:1.2;overflow-wrap:anywhere;transition:background-color .2s ease,color .2s ease,transform .2s ease}.home-products-category:hover,.home-products-category:focus-visible{background:color-mix(in srgb,var(--color-accent) 8%,transparent);color:var(--color-accent);transform:translateY(-.12rem)}.home-products-category:focus-visible{outline:2px solid var(--color-accent);outline-offset:.25rem}.home-products-category:after{position:absolute;right:18%;bottom:0;left:18%;height:3px;background:transparent;transform:scaleX(.35);transform-origin:center;transition:background-color .2s ease,transform .25s ease;content:""}.home-products-category[aria-selected=true]{color:var(--color-accent)}.home-products-category[aria-selected=true]:after{background:var(--color-accent);transform:scaleX(1)}.home-products-panels{display:grid;min-height:0}.home-products-panel{grid-area:1 / 1;min-width:0}.home-products-panel[hidden]{display:none}.home-products-panel.is-entering-from-right{animation:home-products-panel-in-from-right .42s cubic-bezier(.22,1,.36,1) both}.home-products-panel.is-entering-from-left{animation:home-products-panel-in-from-left .42s cubic-bezier(.22,1,.36,1) both}.home-products-panel.is-leaving-to-left{pointer-events:none;animation:home-products-panel-out-to-left .28s ease both}.home-products-panel.is-leaving-to-right{pointer-events:none;animation:home-products-panel-out-to-right .28s ease both}.home-products-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:0}.home-products-grid .product-card-clip,.home-products-grid .product-card,.home-products-grid .product-card-shell{height:100%}.home-products-grid .product-card{aspect-ratio:auto}.home-products-empty{grid-column:1 / -1;margin:0;padding:2rem;border:1px solid color-mix(in srgb,var(--color-foreground) 8%,transparent);border-radius:8px;background:#f5f7fb;color:var(--color-muted-foreground);text-align:center}.home-solutions-header h2{font-size:clamp(2rem,4vw,3.1rem);line-height:1.12}.home-solutions-header p{max-width:78rem}.home-solutions-carousel{display:grid}.home-solutions-rail{display:flex;gap:.75rem;overflow:hidden}.home-solution-card{position:relative;display:grid;min-width:0;min-height:35rem;flex:1.5 1 0;overflow:hidden;border-radius:8px;color:#fff;transition:flex-grow .36s cubic-bezier(.22,1,.36,1),flex-basis .36s cubic-bezier(.22,1,.36,1)}.home-solution-card-active{flex-grow:3}.home-solution-card-content p,.home-solution-card-content ul,.home-solution-card-tags{opacity:0;visibility:hidden;transform:translateY(.6rem);transition:opacity .16s ease,transform .16s ease,visibility 0s linear .16s;pointer-events:none}.home-solution-card-revealed .home-solution-card-content p,.home-solution-card-revealed .home-solution-card-content ul,.home-solution-card-revealed .home-solution-card-tags{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s;pointer-events:auto}.home-solution-card-content{grid-area:1 / 1}.home-solution-card-image,.home-solution-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.home-solution-card-image{width:100%;height:100%;object-fit:cover}.home-solution-card-overlay{background:linear-gradient(180deg,#0c121f61,#0c121fb8),linear-gradient(90deg,#0c121f9e,#0c121f26)}.home-solution-card-content{position:relative;z-index:2;display:flex;width:100%;min-width:0;box-sizing:border-box;flex-direction:column;gap:1rem;justify-content:flex-start;padding:clamp(1.2rem,2.4vw,1.8rem) clamp(1.2rem,2.4vw,1.8rem) calc(clamp(1.2rem,2.4vw,1.8rem) + .35rem)}.home-solution-card:not(.home-solution-card-active) .home-solution-card-content{gap:0}.home-solution-card:not(.home-solution-card-active) .home-solution-card-content a{justify-content:flex-start}.home-solution-card:not(.home-solution-card-active) .home-solution-card-content a svg{display:none}.home-solution-card-content a{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:1rem;color:inherit;text-decoration:none}.home-solution-card-content h3{min-width:0;max-width:100%;overflow:hidden;font-size:clamp(1.2rem,2.5vw,1.8rem);line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.home-solution-card-content a svg{width:2rem;height:2rem;flex:0 0 auto;border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:.35rem}.home-solution-card-content p{max-width:28rem;color:#ffffffe0;font-size:1rem}.home-solution-card-content ul{display:grid;gap:.45rem;margin-top:.25rem;padding:0;list-style:none}.home-solution-card-content li{display:flex;align-items:flex-start;gap:.5rem;color:#ffffffe6}.home-solution-card-content li svg{width:1.05rem;height:1.05rem;flex:0 0 auto}.home-solution-card-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto;-webkit-user-select:none;user-select:none}.home-solution-card-tags span{border:1px solid rgba(255,255,255,.28);border-radius:3px;padding:.4rem .5rem;background:#ffffff29;color:#ffffffeb;font-size:.7rem;transition:background .2s ease,border-color .2s ease,color .2s ease}.home-solution-card-tags span:hover{border-color:#ffffffa8;background:#ffffff42;color:#fff}.home-solution-card-progress{position:absolute;z-index:3;right:0;bottom:0;left:0;height:4px;overflow:hidden;background:#fff3;opacity:0;transition:opacity .2s ease}.home-solution-card-progress-bar{display:block;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.45),var(--color-accent-warm));transform:scaleX(0);transform-origin:left center}.home-solution-card-active .home-solution-card-progress{opacity:1}.home-solutions-carousel[data-home-solutions-playing=true] .home-solution-card-active .home-solution-card-progress-bar{animation:home-solutions-progress var(--home-solutions-autoplay-duration, 2s) linear forwards}.home-impact{background:#fff;padding-block:clamp(3.5rem,5.5vw,5.25rem)}.home-impact-canvas{position:relative;width:min(100%,98.5625rem);min-height:44.5rem}.home-impact-heading,.home-impact-coverage h3{margin:0;color:#1d2129;font-family:var(--font-primary--family);letter-spacing:0;line-height:1.4}.home-impact-heading{position:absolute;inset:0 auto auto 0;font-size:clamp(2rem,2.6vw,2.5rem);font-weight:700}.home-impact-text{position:absolute;top:3.75rem;left:.0625rem;max-width:42rem;margin:0;color:#5e626a;font-family:"Inter",var(--font-primary--family);font-size:1.125rem;letter-spacing:0;line-height:1.75rem;text-wrap:pretty}.home-impact-stat{position:absolute;display:grid;width:max-content;align-content:start;gap:.3125rem;color:#1d2129;line-height:0;transition:color .18s ease,transform .22s ease}.home-impact-stat:hover{color:var(--color-accent);transform:translateY(-.2rem)}.home-impact-stat strong,.home-impact-stat span{display:block;margin:0;font-family:var(--font-primary--family)}.home-impact-stat strong{font-size:2.5rem;font-weight:700;line-height:1.4}.home-impact-stat span{color:#86909c;font-size:1rem;font-weight:400;line-height:1.375rem;white-space:nowrap}.home-impact-stat-1{top:8.75rem;left:.0625rem}.home-impact-stat-2{top:8.75rem;left:16.3125rem}.home-impact-stat-3{top:8.75rem;left:30.25rem}.home-impact-stat-4{top:17.6875rem;left:.0625rem}.home-impact-stat-5{top:17.6875rem;left:16.3125rem}.home-impact-coverage{position:absolute;top:27.625rem;left:.0625rem;display:grid;width:min(100%,51rem);gap:1rem}.home-impact-coverage h3{font-size:1.75rem;font-weight:800}.home-impact-regions{display:grid;grid-template-columns:repeat(4,minmax(0,max-content));gap:1.875rem clamp(1.75rem,3vw,4.75rem);align-items:center}.home-impact-region{display:inline-flex;width:fit-content;border-radius:999px;padding:.15rem .55rem;color:#1d2129;font-family:"Inter",var(--font-primary--family);font-size:1.125rem;letter-spacing:0;line-height:1.625rem;white-space:nowrap;transition:transform .18s ease}.home-impact-region:hover{transform:translateY(-.1rem)}.home-impact-map{position:absolute;top:3rem;right:0;width:clamp(27rem,40vw,38rem);aspect-ratio:1;overflow:visible;isolation:isolate;cursor:grab;pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none}.home-impact-map.is-dragging{cursor:grabbing}.home-impact-globe-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;clip-path:circle(40% at 50% 50%)}.home-impact-globe-canvas{z-index:1;display:block;opacity:0;transition:opacity .26s ease}.home-impact-map>div[data-home-impact-cobe-wrapper=true]{position:absolute!important;z-index:1;top:0;right:0;bottom:0;left:0}.home-impact-globe-label{position:absolute;z-index:3;bottom:anchor(top);left:anchor(center);display:inline-flex;min-height:1.5rem;align-items:center;border-radius:.125rem;margin-bottom:.45rem;background:#0b3dff;box-shadow:0 .5rem 1.2rem #0b3dff33;color:#fff;font-family:var(--font-primary--family);font-size:clamp(.625rem,.85vw,.75rem);font-weight:700;letter-spacing:0;line-height:1;padding:.18rem .5rem .22rem;text-transform:uppercase;translate:-50% 0;white-space:nowrap;transition:opacity .18s ease;pointer-events:none}.home-impact-globe-label:after{position:absolute;bottom:-.45rem;left:50%;width:1px;height:.45rem;background:#0b3dff;content:"";translate:-50% 0}.home-impact-map.is-globe-ready .home-impact-globe-canvas{opacity:1}@supports not (anchor-name: --home-impact-marker){.home-impact-globe-label{display:none}}.home-certifications{background:linear-gradient(180deg,#f6f9fddb,#fffffffa),var(--color-background);padding-block:clamp(2.5rem,4.2vw,4rem)}.home-certifications-inner{display:grid;grid-template-columns:minmax(26rem,.7fr) minmax(0,1.3fr);gap:clamp(1.25rem,3vw,3rem);align-items:center}.home-certifications header{display:grid;align-content:center;gap:.85rem}.home-certifications h2{max-width:none;white-space:nowrap}.home-certifications p{max-width:none;color:var(--color-muted-foreground);font-size:clamp(.95rem,1.1vw,1.0625rem);line-height:1.7;white-space:nowrap}.home-certifications-list{position:relative;display:grid;grid-template-columns:repeat(5,minmax(4.2rem,5.9rem));justify-content:end;gap:clamp(1.1rem,2vw,2rem);margin:0;padding:0;list-style:none}.home-certifications-list li{display:grid;min-height:clamp(4.15rem,5vw,4.9rem);place-items:center;min-width:0}.home-certifications-list .certification-icon{display:block;width:clamp(2.9rem,4vw,3.65rem);height:clamp(2.65rem,3.6vw,3.3rem);object-fit:contain;transform-origin:center;transition:transform .3s ease}.home-certifications-list li:hover .certification-icon{transform:scale(1.4)}.home-news{background:linear-gradient(180deg,#eaf4ff,var(--color-muted-background));padding-block:clamp(3.5rem,7vw,6rem)}.home-news-inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.65fr);gap:clamp(2rem,5vw,5rem);align-items:center}.home-news-content{display:grid;gap:2rem}.home-news h2{color:#0e2855;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.1}.home-news h2:first-line{color:var(--color-foreground)}.home-news-list{display:grid}.home-news-item{display:grid;gap:.8rem;border-bottom:1px solid color-mix(in srgb,#0e2855 16%,transparent);padding-block:1.15rem}.home-news-item.is-active{border-bottom-color:var(--color-accent-warm)}.home-news-row{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem}.home-news-row h3{min-width:0}.home-news-row h3 a{color:inherit;text-decoration:none;transition:color .18s ease}.home-news-row h3 a:hover,.home-news-row h3 a:focus-visible{color:var(--color-accent)}.home-news-trigger{display:inline-grid;width:2.75rem;height:2.75rem;flex:0 0 auto;place-items:center;border:0;border-radius:999px;padding:0;background:transparent;color:#102a56;cursor:pointer;font:inherit;transition:background-color .18s ease,color .18s ease,transform .22s ease}.home-news-trigger:hover,.home-news-trigger:focus-visible{background:#fff9;color:var(--color-accent);transform:translateY(-.08rem)}.home-news-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--color-accent) 36%,transparent);outline-offset:2px}.home-news-item h3{font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.25}.home-news-trigger svg{width:1.5rem;height:1.5rem;flex:0 0 auto;transition:transform .18s ease}.home-news-item.is-active .home-news-trigger svg{transform:rotate(180deg)}.home-news-panel{display:grid;gap:1rem;animation:home-news-panel-in .18s ease}.home-news-panel[hidden]{display:none}.home-news-panel p{max-width:70rem;color:#536986;font-size:clamp(1rem,1.3vw,1.1rem)}.home-news-media iframe{display:block;width:100%;aspect-ratio:1.75;border:0;border-radius:24px;box-shadow:0 24px 60px color-mix(in srgb,#0e2855 16%,transparent);transition:box-shadow .22s ease,transform .22s ease}.home-news-media:hover iframe,.home-news-media:focus-within iframe{box-shadow:0 28px 70px color-mix(in srgb,#0e2855 22%,transparent);transform:translateY(-.2rem)}@keyframes home-tabs-panel-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes home-tabs-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes home-news-panel-in{0%{opacity:0;transform:translateY(-.35rem)}to{opacity:1;transform:translateY(0)}}@keyframes home-products-panel-in-from-right{0%{opacity:0;transform:translate(2rem)}to{opacity:1;transform:translate(0)}}@keyframes home-products-panel-in-from-left{0%{opacity:0;transform:translate(-2rem)}to{opacity:1;transform:translate(0)}}@keyframes home-products-panel-out-to-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-1.25rem)}}@keyframes home-products-panel-out-to-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(1.25rem)}}@keyframes home-solutions-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:1180px){.home-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-impact-canvas{display:grid;min-height:0;gap:clamp(1.75rem,4vw,2.5rem)}.home-impact-heading,.home-impact-text,.home-impact-coverage,.home-impact-stat{position:static}.home-impact-heading{order:1;max-width:none}.home-impact-text{order:2;max-width:44rem;font-size:1.0625rem;line-height:1.7}.home-impact-stats{order:4;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2rem}.home-impact-stat{width:auto}.home-impact-coverage{order:5;width:100%}.home-impact-regions{grid-template-columns:repeat(3,minmax(0,max-content))}.home-impact-map{position:relative;order:3;top:auto;right:auto;width:min(100%,34rem);min-height:0;margin-inline:auto}.home-impact-globe-label{min-height:1.35rem;font-size:.625rem;padding-inline:.4rem}}@media(max-width:980px){.home-certifications-inner{grid-template-columns:1fr;gap:1.4rem}.home-certifications h2,.home-certifications p{max-width:none}.home-hero:before{background-position:66% top}.home-hero:after{background:linear-gradient(180deg,rgba(245,248,255,.92) 0%,rgba(245,248,255,.82) 32%,rgba(245,248,255,.42) 68%,color-mix(in srgb,var(--color-muted-background) 82%,transparent) 88%,var(--color-muted-background) 100%),linear-gradient(90deg,#f5f8fff5,#f5f8ffcc 44%,#f5f8ff24)}.home-hero-inner{grid-template-columns:1fr;min-height:0;gap:1.5rem}.home-hero-copy h1{max-width:100%;font-size:clamp(2.85rem,8vw,4rem);line-height:1.08}.home-hero-heading-line{white-space:normal}.home-hero-copy p{max-width:34rem;font-size:1.0625rem;line-height:1.8}.home-hero-stats{gap:.65rem 1rem}.home-hero-stat{white-space:normal}.home-hero-spacer{display:none}.home-feature-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.home-news-inner{grid-template-columns:1fr}}@media(max-width:880px){.home-products-categories{grid-template-columns:repeat(var(--home-product-tab-count),minmax(0,1fr))}.home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.home-certifications h2,.home-certifications p{white-space:normal}.home-certifications-list{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:clamp(.75rem,3vw,1.35rem) clamp(1rem,5vw,2rem);overflow:visible}}@media(max-width:840px){.home-tabs-section{padding-block:clamp(2.25rem,10vw,3.5rem)}.home-tabs-section-inner{gap:1.25rem}.home-tabs{grid-template-columns:1fr;gap:1.35rem;border-radius:10px;padding:1rem}.home-tabs-nav{padding:0;overflow:visible;-webkit-overflow-scrolling:touch}.home-tabs-nav-item{padding:1rem 0}.home-tabs-button{font-size:1.05rem}.home-tabs-button-title{white-space:normal}.home-tabs-accordion-panel p{font-size:.98rem;line-height:1.65}.home-tabs-panel{gap:.85rem}.home-tabs-image{aspect-ratio:1.55}.home-tabs-panel p{font-size:.98rem;line-height:1.6}.home-tabs-tags{gap:.4rem}.home-tabs-tags span{min-height:1.85rem;font-size:.9rem}}@media(max-width:760px){.home-solutions-carousel{overflow:hidden}.home-solutions-rail{flex-direction:row;gap:.75rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.home-solutions-rail::-webkit-scrollbar{display:none}.home-solution-card{width:auto;min-height:24rem;flex:0 0 min(82vw,26rem);scroll-snap-align:start;scroll-snap-stop:always}.home-solution-card-content{min-width:0;padding-bottom:calc(clamp(1.2rem,2.4vw,1.8rem) + 1rem)}.home-solution-card-content h3{white-space:normal}}@media(max-width:720px){.home-impact-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.25rem}.home-impact-stat-5{grid-column:1 / -1}.home-impact-regions{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem}.home-impact-region{width:auto;white-space:normal}}@media(max-width:620px){.home-hero:before{background-position:72% top;background-size:cover}.home-hero:after{background:linear-gradient(180deg,rgba(245,248,255,.97) 0%,rgba(245,248,255,.92) 34%,rgba(245,248,255,.62) 70%,color-mix(in srgb,var(--color-muted-background) 86%,transparent) 90%,var(--color-muted-background) 100%),linear-gradient(96deg,#f5f8fffa,#f5f8ffe0 52%,#f5f8ff38)}.home-hero-inner{gap:1.25rem;padding-top:calc(var(--home-hero-header-offset) + 2.5rem);padding-bottom:2.75rem}.home-hero-copy{gap:1.25rem}.home-hero-copy h1{font-size:clamp(2.35rem,10.8vw,3.1rem);letter-spacing:0;line-height:1.08}.home-hero-heading-line:first-child{display:flex;flex-wrap:wrap;align-items:center;column-gap:.14em;row-gap:.08em}.home-hero-ai-mark{margin-right:0;margin-left:0}.home-hero-copy p{max-width:21rem;font-size:.9375rem;line-height:1.72}.home-hero-actions{flex-direction:column;align-items:stretch;gap:.75rem;margin-top:.5rem}.home-hero-actions .theme-button{width:100%}.home-hero-stats{display:grid;justify-items:start;gap:.5rem;margin-top:.25rem}.home-feature-strip-grid,.home-products-grid{grid-template-columns:1fr}.home-feature-strip-item{min-height:0}.home-impact{padding-block:3rem}.home-certifications h2,.home-certifications p{white-space:normal}.home-impact-canvas{gap:1.5rem}.home-impact-heading{font-size:clamp(2.1rem,10vw,3rem);line-height:1.08}.home-impact-text{font-size:1rem;line-height:1.65}.home-impact-map{width:min(100%,28rem)}.home-impact-globe-label{min-height:1.25rem;font-size:.56rem;padding:.14rem .34rem .18rem}.home-impact-stat strong{font-size:clamp(2.7rem,13vw,4rem);line-height:1.05}.home-impact-stat span{font-size:1rem;line-height:1.4;white-space:normal}.home-impact-coverage h3{font-size:clamp(1.85rem,8vw,2.5rem);line-height:1.15}.home-impact-region{padding:0;font-size:1.125rem;line-height:1.4}}@media(max-width:520px){.home-tabs-image{aspect-ratio:1.25}}@media(prefers-reduced-motion:reduce){.home-hero:before,.home-hero-actions:before,.home-hero-actions .theme-button,.home-hero-actions .theme-button:before,.home-hero-actions .theme-button svg,.home-feature-strip-item,.home-feature-strip-icon,.home-tabs-button,.home-tabs-more svg,.home-tabs-image,.home-tabs-progress-fill,.home-tabs-tags span,.home-products-category,.home-products-category:after,.home-solution-card-tags span,.home-impact-stat,.home-impact-region,.home-impact-globe-canvas,.home-impact-globe-label,.home-certifications-list .certification-icon,.home-news-row h3 a,.home-news-trigger,.home-news-media iframe{transition:none}.home-hero-actions .theme-button:hover,.home-hero-actions .theme-button:focus-visible,.home-hero-actions .theme-button:hover svg,.home-hero-actions .theme-button:focus-visible svg,.home-feature-strip-item:hover,.home-feature-strip-item:focus-within,.home-feature-strip-item:hover .home-feature-strip-icon,.home-feature-strip-item:focus-within .home-feature-strip-icon,.home-tabs-more:hover svg,.home-tabs-more:focus-visible svg,.home-tabs-panel:not([hidden]):hover .home-tabs-image,.home-tabs-tags span:hover,.home-products-category:hover,.home-products-category:focus-visible,.home-impact-stat:hover,.home-impact-region:hover,.home-certifications-list li:hover .certification-icon,.home-news-trigger:hover,.home-news-trigger:focus-visible,.home-news-media:hover iframe,.home-news-media:focus-within iframe{transform:none}.home-tabs-panel:not([hidden]),.home-products-panel.is-entering-from-right,.home-products-panel.is-entering-from-left,.home-products-panel.is-leaving-to-left,.home-products-panel.is-leaving-to-right{animation:none}}.main-page{display:grid;gap:1.5rem;padding-block:clamp(3rem,6vw,5rem)}.main-page h1{font-size:clamp(2.25rem,5vw,4rem);line-height:1.1}.main-page-content{display:grid;gap:1rem;color:color-mix(in srgb,var(--color-foreground) 82%,var(--color-background));font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.75}.main-page-content a{color:var(--color-accent)}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(12.5rem,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/30/compiled_assets/styles.css.map */
