@import "button-theme.css";@import "price-tokens.css";@font-face{font-family:CB Sans;src:url(assets/fonts/cb-sans.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}:root{--ink:#0c202c;--muted:#617585;--cyan:#00d3da;--cyan-dark:#00878c;--art-cyan-filter:url(assets/filters/cyan-tone.svg#cyan-tone);--state-selected:var(--cyan);--state-ink:#062e3c;--state-hover:#e8fafb;--state-border:#9bdfe2;--state-focus:var(--cyan-dark);--ice:#f0fcfc;--line:#dcefee;--dark:#043444;color:var(--ink);font-synthesis:none;background:#fff;font-family:CB Sans,Noto Sans SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;font-size:16px;line-height:1.7}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{cursor:pointer;color:inherit;background:0 0;border:0;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}button:disabled{cursor:default;opacity:.32}button,a,input,textarea{outline-offset:5px}button:focus-visible,a:focus-visible{outline:2px solid var(--state-focus);outline-offset:3px}[hidden]{display:none!important}::selection{background:#c5f4fa}.wrap{width:min(1280px,100% - 96px);margin-inline:auto}.skip{z-index:100;border:2px solid var(--cyan-dark);background:#fff;padding:12px 24px;position:fixed;top:-80px;left:24px}.skip:focus{top:10px}.header{z-index:40;backdrop-filter:saturate(180%)blur(22px);background:#ffffff6b;border-bottom:1px solid #ffffff73;height:80px;position:fixed;inset:0 0 auto;box-shadow:0 8px 28px #0c28340d}body:has(>.header){padding-top:80px}@media (width<=900px){body:has(>.header){padding-top:72px}}.nav-wrap{align-items:center;gap:60px;height:100%;display:flex}.logo{white-space:nowrap;letter-spacing:-.8px;align-items:center;gap:8px;font-size:24px;font-weight:760;display:inline-flex}.logo>img,.benefit-icon>img,.cyan-icon{filter:invert(58%)sepia(91%)saturate(1610%)hue-rotate(133deg)brightness(89%)contrast(105%)}.desktop-nav{color:#526675;align-items:center;gap:38px;font-size:14px;font-weight:500;display:flex}.desktop-nav a:hover,.nav-link:hover,.footer a:hover,.footer button:hover{color:var(--cyan-dark)}.nav-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.nav-link{align-items:center;gap:5px;display:flex}.nav-link>img{width:12px}.nav-products{position:static}.nav-link[aria-expanded=true]{color:var(--cyan-dark)}.nav-link[aria-expanded=true]>img{transform:rotate(180deg)}.product-menu{overscroll-behavior:contain;background:#fff;border-top:1px solid #e8eef0;border-bottom:1px solid #e0e9ec;max-height:calc(100vh - 96px);position:absolute;top:100%;left:0;right:0;overflow:auto;box-shadow:0 18px 28px #12374412}.mega-menu-inner{grid-template-columns:220px 1fr;align-items:stretch;gap:52px;display:grid}.mega-menu-sidebar{isolation:isolate;padding:30px 30px 32px 0;position:relative}.mega-menu-sidebar:before{content:"";z-index:-1;background:#f5f8f9;border-right:1px solid #eaf0f2;width:100vw;position:absolute;inset:0 0 0 auto}.mega-menu-title{justify-content:space-between;align-items:center;margin-bottom:20px;font-size:17px;font-weight:650;display:flex}.mega-menu-title img{width:17px;height:17px}.mega-menu-sidebar>p{color:var(--cyan-dark);margin-bottom:8px;font-size:12px}.mega-menu-hot{gap:1px;display:grid}.mega-menu-hot button{text-align:left;color:#657983;border-radius:5px;width:100%;margin-left:-9px;padding:5px 9px;font-size:12px;line-height:1.7}.mega-menu-hot button:hover,.mega-menu-hot button[aria-current=page]{color:var(--cyan-dark);background:#e3f5f5}.mega-menu-categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;padding:28px 0 38px;display:grid}.mega-menu-group{min-width:0}.mega-menu-group .mega-menu-art{width:62px;height:62px;margin-bottom:10px;margin-left:-5px}.mega-menu-group h3{margin-bottom:21px;font-size:17px;font-weight:650}.mega-menu-group>div:last-child{gap:9px;display:grid}.mega-menu-group a{border-radius:7px;margin-left:-10px;padding:8px 10px;transition:background .18s;display:block}.mega-menu-group a:hover{background:var(--state-hover)}.mega-menu-group a span{font-size:13px;font-weight:550;display:block}.mega-menu-group small{color:#84959c;margin-top:3px;font-size:11px;font-weight:400;display:block}@media (width<=900px){.product-menu{display:none!important}}.button{border:1px solid var(--ink);background:var(--ink);color:#fff;white-space:nowrap;border-radius:40px;justify-content:center;align-items:center;gap:26px;height:56px;padding:0 16px 0 26px;font-size:15px;font-weight:600;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.button:hover{background:#143b49;transform:translateY(-2px);box-shadow:0 6px 16px #12374412}.button.small{gap:22px;height:46px;padding-left:23px;font-size:13px}.arrow-disc{background:var(--cyan);border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.arrow-disc>img{filter:brightness(0)invert();width:17px;height:17px}.small .arrow-disc{width:25px;height:25px}.button.outline{color:var(--ink);background:#fff;border-color:#cfe6ed;padding-right:22px}.button.outline>img{width:19px}.button.outline:hover{border-color:var(--cyan-dark);background:var(--state-hover)}.icon-button{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:44px;height:44px;display:inline-grid}.icon-button>img{width:20px;height:20px}.mobile-toggle,.mobile-nav{display:none}.text-button{align-items:center;gap:14px;font-size:15px;font-weight:600;display:inline-flex}.text-button>img{width:20px}.text-button:hover{color:var(--cyan-dark)}.hero{grid-template-columns:46% 54%;align-items:center;min-height:550px;padding-top:18px;padding-bottom:40px;display:grid}.hero-copy{z-index:1;padding-bottom:10px;position:relative}.eyebrow{letter-spacing:.5px;color:var(--muted);margin-bottom:20px;font-size:15px;font-weight:550}.hero h1{letter-spacing:-2px;font-size:64px;font-weight:780;line-height:1.28}.hero h1 span{color:var(--cyan)}.hero-description{color:var(--muted);max-width:550px;margin-top:24px;font-size:17px;line-height:1.9}.hero-actions{align-items:center;gap:20px;margin-top:34px;display:flex}.hero-visual{align-self:center;width:100%;position:relative}.hero-visual>img{aspect-ratio:4/3;object-fit:contain;mix-blend-mode:multiply;width:100%;height:auto}.benefits{background:#fff;border:1px solid #edf5f7;border-radius:24px;grid-template-columns:repeat(4,1fr);padding:27px 20px;display:grid;box-shadow:0 12px 32px #00667e09}.benefits>a,.benefits>button{text-align:left;border-right:1px solid var(--line);justify-content:center;align-items:center;gap:16px;display:flex}.benefits>:last-child{border-right:0}.benefit-icon{background:#edfafd;border-radius:50%;flex:none;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex}.benefit-icon>img{width:29px;height:29px}.benefits strong{font-size:18px;font-weight:700}.benefits p{color:var(--muted);margin-top:3px;font-size:13px}.section{padding-top:80px}.section-head{margin-bottom:28px}.section-head.centered{text-align:center}.section-head h2{letter-spacing:-1px;font-size:36px;font-weight:750;line-height:1.45}.section-head p:not(.eyebrow){color:var(--muted);margin-top:8px;font-size:16px;line-height:1.8}.section-head .eyebrow{margin-bottom:12px;font-size:13px}.cyan-text{color:var(--cyan-dark)}.tabs{border:1px solid var(--line);background:#fff;border-radius:32px;align-items:center;gap:4px;width:max-content;max-width:100%;padding:4px;display:flex}.tabs button{white-space:nowrap;color:#546977;border-radius:26px;min-height:44px;padding:8px 28px;font-size:14px;font-weight:550;transition:background .16s,color .16s}.tabs button:hover{color:var(--state-ink);background:var(--state-hover)}.tabs button[aria-selected=true]{background:var(--button-primary-bg);color:var(--button-primary-text);border-color:var(--button-primary-bg);border-radius:var(--button-primary-radius);box-shadow:none;font-weight:600;transform:none}.product-tabs{margin:0 auto 24px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;min-height:390px;display:grid}.product-card{background:var(--ice);border:1px solid #e0f2f5;border-radius:20px;flex-direction:column;align-items:flex-start;padding:26px 28px 28px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.product-card:hover{border-color:var(--state-border);transform:translateY(-5px);box-shadow:0 12px 24px #0b65790c}.product-art{object-fit:contain;mix-blend-mode:multiply;width:100%;height:196px;margin-bottom:24px}.product-card h3{letter-spacing:-.5px;font-size:23px;font-weight:700;line-height:1.4}.product-card p{color:#566e7a;flex:1;margin:12px 0 22px;font-size:15px;line-height:1.85}.product-card .text-button{font-size:14px}.product-card .arrow-disc{width:29px;height:29px}.product-card .arrow-disc>img{width:16px}.solutions{padding-bottom:68px}.industry-tabs{margin-bottom:24px}.industry-tabs button{padding-inline:25px}.solution-panel{background:var(--dark);color:#fff;border-radius:23px;grid-template-columns:51% 49%;align-items:center;min-height:286px;display:grid;position:relative;overflow:hidden}.solution-copy{z-index:1;padding:40px 0 40px 44px;position:relative}.solution-copy h3{letter-spacing:-1px;max-width:620px;font-size:34px;font-weight:720;line-height:1.4}.solution-copy p{color:#cde4e9;max-width:440px;margin-top:16px;font-size:16px;line-height:1.75}.solution-copy .button{margin-top:24px}.cyan-button{background:var(--button-primary-bg);color:var(--button-primary-text);border-color:var(--button-primary-bg);border-radius:var(--button-primary-radius);box-shadow:none;font-weight:600;transform:none}.cyan-button:hover{background:var(--button-primary-hover);color:var(--button-primary-text);border-color:var(--button-primary-hover);border-radius:var(--button-primary-radius);box-shadow:none;font-weight:600;transform:none}.dark-disc{background:#087889}.solution-art{object-fit:cover;object-position:center;width:49%;height:100%;position:absolute;top:0;right:0}.industry-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:22px;display:grid}.industry-cards>button{text-align:left;border:1px solid var(--line);border-radius:20px;align-items:center;gap:17px;padding:24px;transition:border-color .18s,background .18s;display:flex}.industry-cards>button:hover{background:var(--ice);border-color:var(--state-border)}.industry-cards h3{margin-bottom:5px;font-size:18px;font-weight:700}.industry-cards p{color:var(--muted);font-size:13px;line-height:1.7}.industry-cards .benefit-icon{width:54px;height:54px}.industry-cards .arrow-disc{width:28px;height:28px;margin-left:auto}.industry-cards .arrow-disc>img{width:16px}.regions{background:#f3fcfd;padding:58px 0 35px}.regions .section-head{margin-bottom:24px}.map-legend{color:#627784;z-index:1;justify-content:flex-end;gap:24px;font-size:13px;display:flex;position:relative}.map-legend>span{align-items:center;gap:8px;display:flex}.map-legend img{width:15px;height:15px}.muted-icon{opacity:.4;filter:invert(60%)sepia(21%)saturate(500%)hue-rotate(136deg)}.region-layout{align-items:center;min-height:460px;margin-top:10px;display:flex;position:relative}.map-panel{aspect-ratio:2;width:calc(100% - 145px);margin-left:auto;position:relative}.world-map{width:100%;height:auto}.city-picker{z-index:3;border:1px solid var(--line);background:#fff;border-radius:20px;flex-direction:column;align-items:center;width:140px;padding:10px;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 8px 30px #16657805}.city-list{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#b6d6de transparent;scroll-behavior:smooth;width:100%;max-height:250px;margin-block:8px;overflow-y:auto}.city-list button{text-align:left;color:#586e7b;border-radius:12px;width:100%;min-height:50px;padding:10px 16px;font-size:14px;font-weight:550;display:block}.map-selection{pointer-events:none;align-items:center;transition:left .3s,top .3s;display:flex;position:absolute;top:45%;left:78%;transform:translate(-14px,-26px)}.map-selection>img{filter:invert(55%)sepia(87%)saturate(1805%)hue-rotate(135deg)brightness(93%)contrast(106%);width:28px;height:32px}.map-selection span{color:#fff;white-space:nowrap;background:#007d91;border-radius:6px;padding:3px 10px;font-size:13px;font-weight:600;box-shadow:0 2px 10px #005a6a12}.region-bottom{justify-content:space-between;align-items:center;gap:24px;margin-top:2px;display:flex}.region-bottom p{color:var(--muted);font-size:13px}.news-section{padding-top:64px}.news-section .section-head{margin-bottom:22px}.news-tabs{margin-bottom:20px}.news-tabs button{min-height:38px;padding:7px 24px;font-size:13px}.news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.news-card{border:1px solid var(--line);text-align:left;background:#fbfeff;border-radius:18px;align-items:center;gap:8px;width:100%;min-height:162px;padding:24px;transition:border-color .2s,background .2s;display:flex}.news-card:hover{border-color:var(--state-border);background:var(--state-hover)}.news-copy{flex-direction:column;flex:1;align-self:stretch;align-items:flex-start;min-width:0;display:flex}.news-tag{color:var(--cyan-dark);margin-bottom:8px;font-size:12px;font-weight:600}.news-card h3{margin-bottom:14px;font-size:15px;font-weight:650;line-height:1.7}.news-card time{color:var(--muted);margin-top:auto;font-size:12px}.news-card .news-arrow{border:1px solid var(--line);border-radius:50%;place-items:center;width:28px;height:28px;margin-top:auto;display:grid}.news-arrow img{width:15px}.news-art{object-fit:contain;mix-blend-mode:multiply;width:106px;height:106px}.contact-section{background:#eafafe;border-radius:22px;align-items:center;gap:28px;min-height:152px;margin-top:28px;padding:28px 40px;display:flex;position:relative;overflow:hidden}.contact-section>div{z-index:1}.contact-section h2{letter-spacing:-.7px;font-size:28px;font-weight:700;line-height:1.4}.contact-section p{color:var(--muted);margin-top:12px;font-size:14px}.contact-art{object-fit:contain;mix-blend-mode:multiply;width:230px;height:145px;margin-left:auto}.contact-section>.button{z-index:1;flex-shrink:0;position:relative}.footer{color:var(--muted);margin-top:40px;font-size:12px}.footer-top{justify-content:space-between;align-items:center;gap:26px;padding-bottom:28px;display:flex}.footer .logo{color:var(--ink);font-size:23px}.footer-top>div>p{margin-top:3px;font-size:12px}.footer nav{gap:28px;display:flex}.footer-services{align-items:center;gap:24px;display:flex}.footer-services>button{align-items:center;gap:8px;font-size:12px;display:flex}.footer-services img{filter:invert(50%)sepia(40%)saturate(2400%)hue-rotate(136deg)brightness(88%);width:18px;height:18px}.footer-bottom{border-top:1px solid var(--line);justify-content:space-between;padding:22px 0 28px;font-size:11px;display:flex}dialog{border:1px solid var(--line);width:calc(100% - 36px);max-width:580px;max-height:calc(100dvh - 48px);color:var(--ink);border-radius:24px;padding:42px;overflow:auto;box-shadow:0 24px 100px #001c3040}dialog::backdrop{background:#092b4766}.dialog-close{width:32px;height:32px;position:absolute;top:16px;right:16px}.dialog-eyebrow{color:var(--cyan-dark);letter-spacing:1px;margin-bottom:12px;font-size:11px;font-weight:600}.dialog-title{padding-right:18px;font-size:28px;line-height:1.4}.dialog-description{white-space:pre-line;color:var(--muted);margin:16px 0;font-size:15px;line-height:1.9}.dialog-note{background:var(--ice);border-radius:12px;padding:18px;font-size:14px;line-height:1.9}.dialog-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.consult-form{gap:16px;margin-top:20px;display:grid}.consult-form label{gap:6px;font-size:13px;font-weight:600;display:grid}.consult-form input,.consult-form textarea,.summary{width:100%;color:var(--ink);background:#fff;border:1px solid #c9dfe5;border-radius:10px;padding:11px 13px;font-size:14px}.consult-form input:focus,.consult-form textarea:focus{outline:2px solid var(--cyan-dark);outline-offset:1px}.consult-form textarea{resize:vertical;min-height:95px}.consult-form>p{color:var(--muted);font-size:12px}.consult-form .button>img,.dialog-actions .button>img{filter:brightness(0)invert();width:20px}.summary{resize:vertical;height:200px;line-height:1.8}.copy-feedback{color:var(--cyan-dark);font-size:13px}@media (width>=1600px){.hero{min-height:600px}.hero h1{font-size:68px}}@media (width<=1180px){.wrap{width:calc(100% - 64px)}.nav-wrap{gap:38px}.desktop-nav{gap:26px}.hero{min-height:500px}.hero h1{font-size:52px}.hero-description{font-size:15px}.hero .button{gap:18px;padding-left:22px}.benefits{padding-inline:8px}.benefits>a,.benefits>button{gap:10px}.benefit-icon{width:48px;height:48px}.benefits strong{font-size:16px}.benefits p{font-size:11px}.section-head h2{font-size:32px}.product-grid{gap:18px}.product-card{padding:22px}.product-card h3{font-size:20px}.product-art{height:170px}.product-card p{font-size:14px}.industry-tabs button{padding-inline:22px}.solution-copy{padding:32px}.solution-copy h3{font-size:28px}.solution-copy p{font-size:14px}.industry-cards{gap:16px}.industry-cards>button{gap:12px;padding:18px}.industry-cards .benefit-icon{width:40px;height:40px}.industry-cards p{font-size:12px}.industry-cards .arrow-disc{width:24px;height:24px}.region-layout{min-height:400px}.news-card{padding:20px}.news-art{width:80px;height:100px}.news-card h3{font-size:14px}.contact-section{padding:28px}.contact-section h2{font-size:25px}.contact-art{width:160px}.footer-top{flex-wrap:wrap}.footer-services{justify-content:flex-end;width:100%}}@media (width<=900px){.desktop-nav{display:none}.mobile-toggle{display:grid}.mobile-nav:not([hidden]){border:1px solid var(--line);text-align:center;background:#fff;border-radius:14px;grid-template-columns:repeat(4,1fr);padding:16px;font-size:14px;display:grid;box-shadow:0 14px 24px #0038450a}.header{height:72px}.hero{grid-template-columns:48% 52%;min-height:440px;padding-top:28px;padding-bottom:30px}.hero h1{letter-spacing:-1.3px;font-size:40px}.hero-description{font-size:14px}.desktop-break{display:none}.hero .eyebrow{font-size:13px}.hero-actions{gap:12px;margin-top:25px}.hero .button{gap:10px;height:46px;padding-left:17px;font-size:12px}.hero .arrow-disc{width:26px;height:26px}.hero .outline{padding-right:17px}.benefits{grid-template-columns:repeat(2,1fr);gap:24px 0;padding:26px 16px}.benefits>:nth-child(2){border:0}.benefits>a,.benefits>button{justify-content:flex-start;gap:16px;padding-left:24px}.benefits p{font-size:13px}.section{padding-top:64px}.section-head h2{font-size:30px}.section-head p:not(.eyebrow){font-size:14px}.tabs button{padding-inline:23px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.product-card{padding:24px}.product-art{height:210px;margin-bottom:16px}.product-card h3{font-size:23px}.product-card p{max-width:260px}.industry-tabs{scrollbar-width:none;width:100%;overflow-x:auto}.industry-tabs button{padding-inline:20px}.solution-panel{grid-template-columns:55% 45%;min-height:300px}.solution-copy{padding:30px}.solution-copy h3{font-size:27px}.solution-art{object-fit:cover;object-position:55% center;width:45%}.industry-cards>button{align-items:flex-start;gap:12px;padding:18px 14px;position:relative}.industry-cards .benefit-icon{display:none}.industry-cards h3{font-size:17px}.industry-cards .arrow-disc{margin-top:2px}.industry-cards p br{display:none}.regions{padding-top:48px}.region-layout{min-height:330px}.map-panel{width:calc(100% - 116px)}.city-picker{width:108px;padding:7px}.city-list{max-height:205px}.city-list button{min-height:41px;padding:8px 12px;font-size:12px}.map-selection span{font-size:11px}.news-grid{gap:14px}.news-card{align-items:flex-start;min-height:230px;padding:16px;position:relative}.news-copy{z-index:1;position:relative}.news-card h3{font-size:14px}.news-art{width:88px;height:88px;position:absolute;bottom:14px;right:8px}.contact-section{gap:18px}.contact-section h2{font-size:24px}.contact-section p{max-width:380px;font-size:13px}.contact-art{display:none}.contact-section>.button{margin-left:auto}.footer-services{justify-content:flex-start}.footer nav{gap:24px}}@media (width<=600px){html{scroll-padding-top:24px}.wrap{width:calc(100% - 40px)}.header{height:72px}.logo{gap:6px;font-size:22px}.logo>img{width:32px;height:32px}.nav-actions{gap:9px}.nav-actions>.button{height:40px;padding:0 14px;font-size:12px}.nav-actions>.button .arrow-disc{display:none}.mobile-toggle{width:38px;height:38px}.mobile-nav:not([hidden]){grid-template-columns:repeat(2,1fr);gap:16px}.hero{grid-template-columns:1fr;min-height:0;padding-top:30px;padding-bottom:20px}.hero-copy{padding-bottom:0}.hero .eyebrow{margin-bottom:16px;font-size:12px}.hero h1{letter-spacing:-1px;font-size:clamp(34px,8.8vw,48px);line-height:1.35}.hero-description{max-width:400px;margin-top:18px;font-size:14px;line-height:1.8}.hero-actions{gap:14px;margin-top:24px}.hero .button{gap:18px;height:48px;font-size:13px}.hero-visual{justify-self:center;width:100%;max-width:450px;margin-top:18px}.benefits{border-radius:18px;gap:22px 0;padding:20px 12px}.benefits>a,.benefits>button{gap:9px;padding:0 10px}.benefit-icon{width:36px;height:36px}.benefit-icon>img{width:22px;height:22px}.benefits strong{font-size:14px}.benefits p{white-space:nowrap;margin-top:2px;font-size:10px}.section{padding-top:54px}.section-head{margin-bottom:23px}.section-head h2{letter-spacing:-.7px;font-size:26px;line-height:1.4}.section-head p:not(.eyebrow){margin-top:12px;font-size:13px;line-height:1.8}.section-head .eyebrow{margin-bottom:10px;font-size:12px}.products .section-head h2{max-width:320px;margin-inline:auto}.tabs{scrollbar-width:none;flex-shrink:0;gap:0;max-width:100%;padding:3px;overflow-x:auto}.tabs button{min-height:40px;padding:8px 14px;font-size:12px}.product-tabs{justify-content:space-between;width:100%;margin-bottom:20px}.product-tabs button{padding-inline:12px}.product-grid{gap:14px;min-height:0}.product-card{border-radius:16px;padding:17px 15px 20px}.product-art{height:130px;margin-bottom:16px}.product-card h3{letter-spacing:-.5px;font-size:17px;line-height:1.5}.product-card p{margin-top:10px;margin-bottom:18px;font-size:12px;line-height:1.85}.product-card .text-button{gap:8px;font-size:12px}.product-card .arrow-disc{width:24px;height:24px}.industry-tabs{justify-content:flex-start;margin-bottom:18px}.industry-tabs button{padding-inline:18px}.solution-panel{border-radius:18px;flex-direction:column;min-height:0;display:flex}.solution-copy{width:100%;padding:30px 26px 6px}.solution-copy h3{max-width:320px;font-size:26px;line-height:1.5}.solution-copy p{margin-top:12px;font-size:13px}.solution-copy .button{height:48px;margin-top:20px;font-size:13px}.solution-art{object-fit:cover;object-position:center;width:100%;height:230px;position:static}.industry-cards{grid-template-columns:1fr;gap:12px;margin-top:16px}.industry-cards>button{align-items:center;gap:16px;padding:18px}.industry-cards .benefit-icon{width:44px;height:44px;display:inline-flex}.industry-cards p{font-size:12px}.industry-cards h3{margin-bottom:3px;font-size:17px}.industry-cards .arrow-disc{margin-left:auto}.solutions{padding-bottom:50px}.regions{padding:40px 0 28px}.regions .section-head h2{font-size:26px}.regions .section-head p{max-width:270px;margin-inline:auto}.map-legend{gap:16px;margin-top:26px;font-size:11px}.map-legend img{width:12px;height:12px}.region-layout{flex-direction:column;min-height:0;margin:0;padding-top:18px;display:flex}.map-panel{aspect-ratio:2;order:-1;width:100%;margin-bottom:22px}.map-selection>img{width:20px;height:24px}.map-selection{transform:translate(-10px,-20px)}.map-selection span{padding:2px 6px;font-size:10px}.city-picker{border-radius:16px;grid-template-columns:44px 1fr 44px;gap:14px;width:100%;padding:12px 16px;display:grid;position:static;transform:none}.city-list{scroll-snap-type:y proximity;max-height:126px;margin:0}.city-list button{text-align:center;scroll-snap-align:center;min-height:42px;font-size:14px}.region-bottom{flex-direction:column;align-items:center;gap:16px;margin-top:22px}.region-bottom p{text-align:center;max-width:280px;font-size:12px}.region-bottom .text-button{font-size:13px}.region-bottom .arrow-disc{width:27px;height:27px}.news-section{padding-top:46px}.news-tabs{margin-bottom:18px}.news-tabs button{padding-inline:20px;font-size:12px}.news-grid{grid-template-columns:1fr;gap:12px}.news-card{align-items:center;gap:16px;min-height:160px;padding:22px}.news-card h3{font-size:15px}.news-art{width:105px;height:105px;position:static}.news-copy{min-height:112px}.news-tag,.news-card time{font-size:11px}.contact-section{min-height:0;margin-top:24px;padding:27px 24px;display:block}.contact-section h2{font-size:23px}.contact-section p{max-width:280px;font-size:13px}.contact-section>.button{gap:24px;height:49px;margin-top:24px;font-size:13px}.footer{margin-top:30px}.footer-top{align-items:flex-start;gap:25px;padding-bottom:24px;display:flex}.footer-top>div:first-child{width:100%}.footer nav{flex-wrap:wrap;gap:20px;font-size:12px}.footer-services{flex-wrap:wrap;gap:20px}.footer-services>button{font-size:11px}.footer-bottom{flex-direction:column;gap:8px;padding:20px 0 24px;font-size:10px}dialog{padding:32px 24px}.dialog-title{font-size:24px}.dialog-actions>.button{gap:14px;font-size:13px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.city-list{scroll-behavior:auto}}.solution-art{object-fit:contain}.city-list{position:relative}@media (width<=600px){.solution-art{object-fit:contain}}.city-list{scroll-behavior:auto}@media (width<=600px){.mobile-line{display:block}}html{scroll-behavior:auto}@media (width>=1181px){.hero h1{font-size:68px}}@media (width>=901px){.solution-art{width:52%;height:calc(100% + 64px);top:-32px}}.hero-shell{background:#f7fafb;width:100%;padding-bottom:28px}.hero-banner{isolation:isolate;grid-template-columns:1fr;width:min(1440px,100%);min-height:0;margin:0 auto;padding:24px 0 18px;position:relative}.hero-banner .hero-copy{max-width:40%;margin-left:clamp(32px,4.2vw,80px);padding-bottom:0}.hero-banner .eyebrow{margin-bottom:12px}.hero-banner h1{font-size:clamp(42px,4.2vw,56px)}.hero-banner .hero-description{margin-top:16px;font-size:16px}.hero-banner .hero-actions{margin-top:22px}.hero-banner .hero-pagination-minimal{margin-top:14px}.hero-banner .hero-visual{z-index:-1;pointer-events:none;width:100%;max-width:none;height:100%;margin:0;position:absolute;inset:0}.hero-banner .hero-visual>img{aspect-ratio:auto;object-fit:contain;object-position:center;mix-blend-mode:normal;width:100%;height:100%;mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000),linear-gradient(#0000,#000 5% 94%,#0000);mask-composite:intersect}.hero-shell>.benefits{width:calc(100% - 96px);max-width:1280px;box-shadow:none;margin:0 auto;position:relative}@media (width<=900px){.hero-banner{min-height:0;padding:32px 0 16px}.hero-banner .hero-copy{width:calc(100% - 64px);max-width:540px;margin-inline:32px}.hero-banner h1{font-size:40px}.hero-banner .hero-visual{aspect-ratio:1.9;z-index:0;width:100%;height:auto;margin-top:20px;position:relative;inset:auto}.hero-banner .hero-visual>img{object-fit:cover;object-position:right center;mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000),linear-gradient(#0000,#000 5% 94%,#0000)}.hero-shell>.benefits{width:calc(100% - 64px)}}@media (width<=600px){.hero-shell{padding-bottom:20px}.hero-banner{padding-top:30px}.hero-banner .hero-copy{width:calc(100% - 40px);margin-inline:20px}.hero-banner h1{font-size:clamp(34px,8.8vw,48px)}.hero-banner .hero-description{font-size:14px}.hero-banner .hero-visual{aspect-ratio:1.65;margin-top:16px}.hero-shell>.benefits{width:calc(100% - 40px)}}.product-art,.product-symbol,.solution-art,.news-art,.contact-art{filter:var(--art-cyan-filter)}.solution-panel{background:#044144}.hero-banner .hero-visual>img{filter:var(--art-cyan-filter) saturate(.68)}.hero-shell[data-slide="0"] .hero-visual>img{filter:none}.hero-pagination-minimal{align-items:center;gap:0;width:max-content;margin-top:18px;display:flex}.hero-pagination-minimal button{cursor:pointer;background:0 0;border:0;place-items:center;width:40px;height:28px;display:grid}.hero-pagination-minimal button span{background:#b8cbd3;border-radius:3px;width:12px;height:3px;transition:width .2s,background .2s;display:block}.hero-pagination-minimal button[aria-pressed=true] span{background:var(--state-selected);width:28px}.hero-pagination-minimal button:hover span{background:var(--cyan)}.hero-pagination-minimal button:focus-visible{outline:2px solid var(--cyan-dark);outline-offset:0;border-radius:6px}.nav-wrap{gap:42px;width:min(1440px,100% - 96px)}.desktop-nav{white-space:nowrap;color:#354a55;gap:26px}.desktop-nav>button:hover{color:var(--cyan-dark)}.nav-actions{flex-shrink:0;gap:24px}.nav-login{white-space:nowrap;font-size:14px}.nav-register.button{border-radius:10px;padding:0 24px}.world-map{filter:grayscale();opacity:.7;mix-blend-mode:multiply}.city-picker{border-color:#e2e7eb;padding:10px;box-shadow:0 8px 30px #152c3505}.city-list{scrollbar-gutter:stable;scrollbar-color:transparent transparent;margin:0}.city-list::-webkit-scrollbar{width:4px}.city-list::-webkit-scrollbar-track{background:0 0}.city-list::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}.city-list.is-scrolling{scrollbar-color:#b6c3ca transparent}.city-list.is-scrolling::-webkit-scrollbar-thumb{background:#b6c3ca}.city-list button:hover{background:var(--state-hover);color:var(--state-ink)}.footer-dark{color:#aab8c2;background:#111e27;width:100%;margin-top:48px;font-size:14px}.footer-dark .wrap{padding-top:36px}.footer-promises{border-bottom:1px solid #ffffff14;grid-template-columns:repeat(4,1fr);gap:24px;padding-bottom:32px;display:grid}.footer-promises>button{text-align:left;color:#edf4f7;align-items:center;gap:14px;font-size:16px;display:flex}.footer-promises>button>span{border:1px solid #3a505b;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.footer-promises img{filter:invert(75%)sepia(71%)saturate(1705%)hue-rotate(127deg)brightness(95%);width:23px;height:23px}.footer-directory{grid-template-columns:1fr 1fr 1fr 1.25fr;gap:48px;padding:36px 0 40px;display:grid}.footer-dark nav.footer-column{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-column h3{color:#f1f6f8;margin-bottom:6px;font-size:16px;font-weight:600}.footer-column button{text-align:left;font-size:14px;line-height:1.7}.footer-dark .logo{color:#fff;font-size:26px}.footer-tagline{color:#91a4b0;margin-top:12px;font-size:12px}.footer-phone{align-items:center;gap:14px;margin-top:27px;font-size:13px;line-height:2;display:flex}.footer-phone>img{filter:brightness(0)invert();opacity:.75;width:23px;height:23px}.footer-chat{color:#e7f5f6;border:1px solid #40545f;border-radius:10px;justify-content:space-between;align-items:center;gap:24px;min-width:170px;margin-top:22px;padding:10px 16px;display:flex}.footer-chat>img{filter:brightness(0)invert();width:17px}.footer-dark .footer-bottom{color:#899eab;border-color:#ffffff14;padding:22px 0;font-size:12px}.footer-dark a:hover,.footer-dark button:hover{color:#00d3da}.footer-dark a:focus-visible,.footer-dark button:focus-visible{outline-color:#00d3da}@media (width<=1320px){.nav-wrap{gap:28px}.desktop-nav{gap:18px;font-size:13px}.nav-actions{gap:18px}.nav-wrap .logo{font-size:23px}}@media (width<=1180px){.desktop-nav{display:none}.mobile-toggle{display:grid}.nav-wrap{width:calc(100% - 64px)}.mobile-nav:not([hidden]){border:1px solid var(--line);text-align:center;background:#fff;border-radius:14px;grid-template-columns:repeat(4,1fr);gap:16px;padding:20px;font-size:14px;display:grid;box-shadow:0 14px 24px #0038450a}.footer-directory{gap:28px}.footer-promises>button{gap:10px;font-size:14px}}@media (width<=900px){.footer-directory{grid-template-columns:repeat(3,1fr);gap:32px}.footer-contact{border-top:1px solid #ffffff14;grid-column:1/-1;padding-top:28px}.footer-promises{grid-template-columns:repeat(2,1fr);gap:24px}.footer-phone{margin-top:18px}}@media (width<=600px){.nav-wrap{gap:16px;width:calc(100% - 40px)}.nav-actions{gap:10px}.nav-login{font-size:12px}.nav-register.button{padding:0 12px}.nav-wrap .logo{font-size:20px}.nav-wrap .logo>img{width:28px;height:28px}.mobile-nav:not([hidden]){grid-template-columns:repeat(2,1fr)}.city-picker{padding:10px 12px;display:block}.city-list{max-height:168px}.footer-dark{margin-top:32px}.footer-dark .wrap{padding-top:28px}.footer-promises{gap:20px 12px;padding-bottom:26px}.footer-promises>button{gap:8px;font-size:12px}.footer-promises>button>span{width:34px;height:34px}.footer-promises img{width:18px;height:18px}.footer-directory{grid-template-columns:repeat(2,1fr);gap:30px 24px;padding:28px 0}.footer-column h3{font-size:15px}.footer-column button{font-size:13px}.footer-dark nav.footer-column{gap:10px}.footer-contact{grid-column:1/-1}.footer-dark .footer-bottom{font-size:10px}}.hero-shell[data-slide="0"]{background:#f3f9fa}.hero-shell[data-slide="0"] .hero-visual{overflow:hidden;mask-image:linear-gradient(#000 96%,#0000)}.hero-shell[data-slide="0"] .hero-visual>img{object-fit:contain;width:auto;max-width:none;height:calc(100% + 40px);position:absolute;top:0;left:50%;transform:translate(-50%);mask-image:linear-gradient(90deg,#0000,#000 10% 85%,#000000b3 91%,#0003 97%,#0000),linear-gradient(#0000,#000 9% 88%,#0000)}@media (width<=900px){.hero-shell[data-slide="0"] .hero-visual>img{object-fit:cover;object-position:right center;width:100%;max-width:100%;height:100%;position:static;transform:none;mask-image:linear-gradient(90deg,#0000,#000 8% 88%,#0000),linear-gradient(#0000,#000 9% 87%,#0000)}}.hero-shell[data-slide="1"]{background:radial-gradient(1800px 720px at calc(50% + 650px) -70px,#e4f4f4 0%,#eff8f8 56%,#f7fafb 100%)}.hero-shell[data-slide="1"] .hero-visual{overflow:hidden}.hero-shell[data-slide="1"] .hero-visual>img{width:auto;max-width:none;height:100%;filter:var(--art-cyan-filter) saturate(.68) url(assets/filters/hero-depth.svg#hero-depth);position:absolute;top:0;left:50%;transform:translate(-50%);mask-image:linear-gradient(90deg,#0000,#00000059 8%,#000 22% 78%,#000000b3 88%,#0003 96%,#0000),linear-gradient(#0000,#00000026 5%,#000000a6 13%,#000 24% 75%,#0000008c 89%,#0000)}@media (width<=900px){.hero-shell[data-slide="1"]{background:#f7fafb}.hero-shell[data-slide="1"] .hero-visual>img{object-fit:cover;object-position:right center;width:100%;max-width:100%;height:100%;position:static;transform:none;mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000),linear-gradient(#0000,#000 20% 85%,#0000)}}.products .section-head{text-align:center;margin-bottom:26px}.products .section-head h2{max-width:none;margin-inline:auto;font-size:34px}.products .product-tabs{background:#f5f7f8;border:0;border-radius:12px;justify-content:center;gap:8px;width:max-content;max-width:100%;margin:0 auto 30px;padding:5px;display:flex}.products .product-tabs button{color:#607783;background:0 0;border:0;border-radius:9px;min-height:40px;padding:10px 24px;font-size:14px}.products .product-tabs button:hover{background:var(--state-hover);color:var(--state-ink)}.products .product-tabs button[aria-selected=true]{background:var(--button-primary-bg);color:var(--button-primary-text);box-shadow:none;border-color:var(--button-primary-bg);border-radius:var(--button-primary-radius);font-weight:600;transform:none}.products .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px;min-height:0;display:grid}.products .product-card{background:#fff;border:1px solid #e5ecef;border-radius:18px;flex-direction:column;align-items:stretch;min-width:0;padding:12px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;box-shadow:0 5px 20px #16384704}.products .product-card:hover,.products .product-card:focus-within{border-color:var(--state-border);transform:translateY(-4px);box-shadow:0 12px 26px #1638470b}.product-stage{background:#f8f9f9;border-radius:12px;place-items:center;height:190px;display:grid;overflow:hidden}.product-symbol{filter:var(--art-cyan-filter) saturate(.8);aspect-ratio:1;mix-blend-mode:multiply;background-position:50%;background-repeat:no-repeat;background-size:contain;width:180px;max-width:100%;height:180px;transition:transform .25s}.product-card:hover .product-symbol{transform:translateY(-3px)}.art-server,.art-physical{background-image:url(assets/v2/product-tech-atlas.webp);background-size:300% 200%}.art-server{background-position:0 0}.art-physical{background-position:50% 0}.art-ip,.art-scdn{background-image:url(assets/v2/product-tech-atlas.webp);background-size:300% 200%}.art-ip{background-position:100% 0}.art-scdn{background-position:50% 100%}.art-sdk{background-image:url(assets/v2/catalog-sdk.webp)}.art-proxy{background-image:url(assets/v2/catalog-proxy.webp)}.art-domain{background-image:url(assets/v2/catalog-domain.webp)}.art-ssl{background-image:url(assets/v2/catalog-ssl.webp)}.art-reseller{background-image:url(assets/v2/product-hybrid-frame.webp)}.art-phone{background-image:url(assets/v2/catalog-phone.webp)}.art-desktop{background-image:url(assets/v2/catalog-desktop.webp)}.product-card-copy{flex-direction:column;flex:1;align-items:stretch;padding:21px 12px 7px;display:flex}.products .product-card h3{letter-spacing:-.3px;font-size:21px;line-height:1.4}.products .product-description{color:#69808b;flex:1;max-width:none;min-height:0;margin:10px 0 18px;font-size:13px;line-height:1.85}.products .product-card .text-button{border-top:1px solid #e8eef1;justify-content:space-between;align-items:center;gap:12px;width:100%;padding-top:12px;font-size:12px;display:flex}.products .product-card .arrow-disc{background:#e7f7f8;border-radius:9px;width:30px;height:30px;transition:background .2s}.products .product-card:hover .arrow-disc{background:#00d3da}.products .product-card .arrow-disc img{filter:none;width:15px;height:15px}@media (width<=1100px){.products .product-grid{gap:16px}.products .product-card{padding:10px}.product-stage{height:165px}.product-symbol{width:158px;height:158px}.product-card-copy{padding:17px 7px 6px}.products .product-card h3{font-size:18px}.products .product-description{min-height:0;font-size:12px}}@media (width<=850px){.products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-stage{height:185px}.product-symbol{width:176px;height:176px}.products .product-card h3{font-size:21px}.products .product-description{min-height:0;font-size:13px}.products .section-head h2{font-size:29px}}@media (width<=600px){.products .section-head h2{max-width:none;margin:0;font-size:26px}.products .product-tabs{justify-content:space-between;gap:0;width:100%;margin-bottom:22px;padding:4px}.products .product-tabs button{padding:8px 12px;font-size:12px}.products .product-grid{gap:12px}.products .product-card{border-radius:14px;padding:8px}.product-stage{border-radius:9px;height:135px}.product-symbol{width:130px;height:130px}.product-card-copy{padding:15px 5px 4px}.products .product-card h3{letter-spacing:-.5px;font-size:17px}.products .product-description{min-height:0;margin:9px 0 12px;font-size:12px;line-height:1.8}.products .product-card .text-button{gap:6px;font-size:11px}.products .product-card .arrow-disc{width:26px;height:26px}}@media (width<=360px){.products .product-tabs button{padding-inline:8px}.products .product-card h3{font-size:16px}.product-stage{height:120px}.product-symbol{width:115px;height:115px}}.regions{background:#fafbfc}.region-layout{flex-direction:column;gap:24px;min-height:0;margin-top:22px;display:flex}.map-panel{aspect-ratio:auto;grid-template-columns:1.25fr 1fr;align-items:center;gap:40px;width:100%;margin:0;display:grid}.world-overview,.apac-overview{min-width:0}.map-caption{justify-content:space-between;align-items:center;gap:16px;margin-bottom:15px;display:flex}.map-caption>span{color:#36515e;font-size:16px;font-weight:600}.map-caption small{letter-spacing:1px;color:#8c9da7;font-size:10px}.world-canvas{aspect-ratio:2;position:relative}.world-map{filter:none;opacity:.65;mix-blend-mode:multiply;width:100%;height:100%}.map-overview-note{color:#879ca6;margin-top:24px;font-size:12px}.apac-overview{border-left:1px solid #e4eaed;padding-left:30px}.apac-canvas{aspect-ratio:1.1;max-width:460px;margin:auto;position:relative}.apac-geography{opacity:.45;mix-blend-mode:multiply;width:100%;height:100%;position:absolute;inset:0}.network-nodes{pointer-events:none;position:absolute;inset:0}.network-node{pointer-events:auto;cursor:pointer;z-index:1;background:0 0;border:0;border-radius:50%;width:28px;height:28px;position:absolute;transform:translate(-50%,-50%)}.network-node>span{animation:2.8s ease-in-out infinite node-glow;animation-delay:var(--node-delay);background:#00c3cb;border-radius:50%;position:absolute;inset:9px;box-shadow:0 0 0 3px #fff}.network-node:before{content:"";animation:2.8s ease-out infinite node-pulse;animation-delay:var(--node-delay);border:2px solid #00c8ce;border-radius:50%;position:absolute;inset:1px}.network-node b{white-space:nowrap;color:#416571;background:#fafbfce8;border-radius:4px;padding:2px 4px;font-size:11px;font-weight:500;position:absolute;top:6px;left:30px}.network-node[aria-pressed=true]{z-index:3}.network-node[aria-pressed=true] b{color:var(--state-ink);background:var(--state-selected)}.network-node[aria-pressed=true]>span{background:var(--state-selected)}.network-node:focus-visible{outline:2px solid var(--state-focus);outline-offset:3px}.node-0 b,.node-6 b,.node-8 b{left:auto;right:30px}.node-4 b{top:29px;left:0}.node-5 b{top:-15px;left:26px}.apac-overview-marker{white-space:nowrap;color:#007d86;align-items:center;gap:6px;font-size:10px;display:flex;position:absolute;top:40%;left:76%}.apac-overview-marker i{background:#00c5cc;border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 6px #00d3da20}.city-picker{width:100%;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;display:block;position:static;transform:none}.city-list{scroll-snap-type:none;gap:8px;max-height:none;margin:0;padding:8px 0 12px;display:flex;position:relative;overflow:auto hidden}.city-list button{text-align:center;background:#fff;border:1px solid #e5edef;border-radius:8px;flex:1;width:auto;min-width:82px;min-height:42px;padding:9px 12px;font-size:13px}.city-list button[aria-selected=true]{background:var(--button-primary-bg);border-color:var(--button-primary-bg);color:var(--button-primary-text);border-radius:var(--button-primary-radius);box-shadow:none;font-weight:600;transform:none}.region-bottom{margin-top:18px}@keyframes node-pulse{0%{opacity:.85;transform:scale(.55)}85%,to{opacity:0;transform:scale(1.35)}}@keyframes node-glow{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion:reduce){.network-node>span,.network-node:before{animation:none}.network-node:before{opacity:.3}}@media (width<=1000px){.map-panel{gap:24px}.apac-overview{padding-left:20px}.network-node b{font-size:10px}.map-caption small{letter-spacing:0}}@media (width<=700px){.map-panel{order:0;grid-template-columns:1fr;gap:25px;margin:0}.apac-overview{border-top:1px solid #e4eaed;border-left:0;padding:25px 0 0}.apac-canvas{max-width:400px}.map-overview-note{margin-top:15px}.region-layout{padding-top:0}.network-node b{font-size:11px}.city-list{max-height:none}.city-list button{min-width:75px;min-height:40px;font-size:12px}.region-bottom{margin-top:8px}}::selection{color:var(--state-ink);background:#b8f1f2}.solutions-showcase{padding-bottom:80px}.solutions-showcase .section-head{text-align:center;margin-bottom:30px}.solutions-showcase .industry-tabs{background:#f4f7f7;border:1px solid #e8eeee;border-radius:14px;justify-content:center;gap:5px;width:max-content;max-width:100%;margin:0 auto 28px;padding:6px;display:flex}.solutions-showcase .industry-tabs button{white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:10px 20px;font-size:14px;transition:background .18s,color .18s;display:flex}.solutions-showcase .industry-tabs button>img{opacity:.75;width:19px;height:19px}.solutions-showcase .industry-tabs button[aria-selected=true]{background:var(--button-primary-bg);color:#fff;box-shadow:none;border-color:var(--button-primary-bg);border-radius:var(--button-primary-radius);font-weight:600;transform:none}.solutions-showcase .industry-tabs button[aria-selected=true]>img{opacity:1;filter:brightness(0)invert()}.solutions-showcase .solution-panel{isolation:isolate;background:#0c2b35;border:1px solid #23434b;border-radius:24px;min-height:450px;padding:0;display:block;overflow:hidden;box-shadow:0 18px 44px #183e4810}.solutions-showcase .solution-copy{z-index:2;width:54%;padding:46px 0 44px 48px;position:relative}.solutions-showcase .solution-label{color:#a8dcde;letter-spacing:1px;align-items:center;gap:9px;margin:0 0 24px;font-size:12px;font-weight:500;display:flex}.solution-label>span:first-child{background:var(--cyan);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #00d3da12}.solutions-showcase .solution-copy h3{letter-spacing:-.8px;max-width:480px;font-size:36px;line-height:1.4}.solutions-showcase .solution-copy h3 .mobile-line{display:block}.solutions-showcase #solution-description{color:#b7cdd2;max-width:455px;min-height:58px;margin-top:18px;font-size:15px;line-height:1.9}.solution-points{border-top:1px solid #ffffff17;flex-wrap:wrap;gap:14px 22px;margin:22px 0 0;padding:22px 0 0;list-style:none;display:flex}.solution-points li{color:#e0eff0;align-items:center;gap:7px;font-size:13px;display:flex}.solution-points img{filter:invert(85%)sepia(26%)saturate(1100%)hue-rotate(125deg);width:15px;height:15px}.solutions-showcase .solution-copy .button{border-radius:var(--button-primary-radius);gap:24px;height:48px;margin-top:28px;padding:0 12px 0 20px;font-size:14px}.solutions-showcase .dark-disc{background:#073b4850;border-radius:7px;width:28px;height:28px}.industry-visual{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.industry-visual:after{content:"";background:linear-gradient(90deg,#0c2b35 0%,#0c2b35f5 28%,#0c2b35d9 43%,#0c2b3580 58%,#0c2b351a 78%),linear-gradient(#0000 65%,#0c2b3555);position:absolute;inset:0}.industry-scene{object-fit:cover;object-position:center;filter:saturate(.85);width:76%;height:100%;display:block;position:absolute;top:0;right:0}@media (width<=1100px){.solutions-showcase .industry-tabs button{padding-inline:13px;font-size:13px}.solutions-showcase .solution-copy{width:57%;padding-left:32px}.solutions-showcase .solution-copy h3{font-size:30px}.solution-points{gap:12px}.industry-scene{width:80%}}@media (width<=760px){.solutions-showcase .industry-tabs{scrollbar-width:none;justify-content:flex-start;width:100%;overflow-x:auto}.solutions-showcase .industry-tabs button{flex-shrink:0;padding:10px 14px}.solutions-showcase .solution-panel{border-radius:20px;min-height:0;padding:0 0 250px}.solutions-showcase .solution-copy{width:100%;padding:30px 26px 0}.solutions-showcase .solution-copy h3{max-width:none;font-size:29px}.solutions-showcase #solution-description{max-width:none;min-height:0;font-size:14px}.solutions-showcase .solution-label{margin-bottom:18px}.solution-points{gap:12px 18px;margin-top:18px;padding-top:18px}.solutions-showcase .solution-copy .button{margin-top:24px}.industry-scene{object-position:right center;width:100%;height:250px;top:auto;bottom:0}.industry-visual:after{background:linear-gradient(#0c2b35 52%,#0c2b3555 68%,#0c2b3510 80%,#0c2b3500 100%)}.solutions-showcase{padding-bottom:54px}.solutions-showcase .section-head h2{font-size:28px}}.news-editorial{padding-top:72px;padding-bottom:32px}.news-editorial .section-head{margin-bottom:36px}.news-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.news-column{background:#fff;border:1px solid #e4ebed;border-radius:18px;min-width:0;padding:0 24px;overflow:hidden;box-shadow:0 12px 36px #143c4804}.news-column header{border-bottom:1px solid #e7edef;justify-content:space-between;align-items:center;gap:10px;padding:24px 0 22px;display:flex;position:relative}.news-column header:after{content:"";background:var(--cyan);border-radius:3px;width:44px;height:3px;position:absolute;bottom:-1px;left:0}.news-column h3{white-space:nowrap;align-items:center;gap:10px;font-size:18px;font-weight:650;display:flex}.news-column h3 img{opacity:.75;width:21px;height:21px}.news-more{color:#71858d;white-space:nowrap;align-items:center;gap:5px;min-height:36px;font-size:11px;display:flex}.news-more img{opacity:.6;width:14px;height:14px}.news-more:hover{color:var(--cyan-dark)}.news-article-list{margin:0;padding:0;list-style:none}.news-article-list li+li{border-top:1px solid #edf1f2}.news-row{text-align:left;align-items:center;gap:18px;width:100%;min-height:98px;padding:23px 0;transition:background .2s,color .2s;display:flex}.news-row time{font-variant-numeric:tabular-nums;color:#82969e;flex-direction:column;flex-shrink:0;align-items:flex-start;width:48px;display:flex}.news-row time>span{letter-spacing:-.8px;font-size:26px;font-weight:450;line-height:1.05}.news-row time small{letter-spacing:.15px;margin-top:6px;font-size:10px}.news-row-copy{flex:1;min-width:0;display:block}.news-row-copy strong{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:14px;font-weight:500;line-height:1.65;display:block;overflow:hidden}.news-row-copy>span{text-overflow:ellipsis;white-space:nowrap;color:#6a7e87;margin-top:5px;font-size:11px;line-height:1.8;display:block;overflow:hidden}.news-row:hover .news-row-copy strong,.news-row:hover time{color:var(--cyan-dark)}.news-row:hover{background:#f8fbfb}.news-dialog-list .news-row-copy strong{white-space:normal}.contact-consult{background:linear-gradient(110deg,#f6fbfb,#edf7f8);border:1px solid #dceced;border-radius:14px;grid-template-columns:64px minmax(0,1fr) 238px;align-items:center;gap:28px;margin-top:28px;margin-bottom:44px;padding:30px 36px;display:grid}.contact-emblem{background:#fff;border:1px solid #ccebed;border-radius:18px;place-items:center;width:64px;height:64px;display:grid}.contact-emblem img{width:30px;height:30px}.contact-emblem img,.contact-topics img{filter:invert(48%)sepia(91%)saturate(1000%)hue-rotate(136deg)}.contact-consult .contact-eyebrow{color:#07848b;letter-spacing:.5px;margin:0 0 9px;font-size:12px;font-weight:600}.contact-consult h2{letter-spacing:-.6px;font-size:30px;line-height:1.35}.contact-consult .contact-description{color:#627d86;margin:10px 0 0;font-size:14px;line-height:1.8}.contact-topics{flex-wrap:wrap;gap:4px 22px;margin-top:12px;display:flex}.contact-topics button{color:#44646f;background:0 0;border:0;align-items:center;gap:7px;min-height:32px;padding:0;font-size:12px;transition:color .18s;display:inline-flex}.contact-topics button:hover{color:#00868f}.contact-topics img{width:16px;height:16px}.contact-consult .contact-entry{border-left:1px solid #d5e7e9;flex-direction:column;align-items:center;gap:12px;padding-left:28px;display:flex}.contact-consult .contact-entry .button{background:var(--ink);color:#fff;border-radius:6px;gap:32px;min-height:46px;padding:0 24px;font-size:14px}.contact-consult .contact-entry .button>img{filter:brightness(0)invert();width:18px;height:18px}.contact-consult .contact-entry .button:hover{background:#164753}.contact-consult .contact-entry-note{color:#718a92;text-align:center;margin:0;font-size:12px;line-height:1.7}@media (width<=1100px){.contact-consult{grid-template-columns:minmax(0,1fr) 210px;gap:24px;padding:28px}.contact-emblem{display:none}.contact-consult h2{font-size:27px}.contact-consult .contact-entry{padding-left:24px}}@media (width<=760px){.contact-consult{border-radius:12px;grid-template-columns:1fr;gap:20px;margin-top:24px;margin-bottom:32px;padding:24px}.contact-consult h2{text-wrap:balance;font-size:24px}.contact-consult .contact-description{font-size:13px}.contact-topics{gap:4px 18px;margin-top:10px}.contact-consult .contact-entry{border-top:1px solid #d5e7e9;border-left:0;align-items:stretch;gap:10px;padding:18px 0 0}.contact-consult .contact-entry .button{justify-content:space-between}.contact-consult .contact-entry-note{text-align:left}}@media (width<=1100px){.news-columns{gap:14px}.news-column{padding-inline:18px}.news-column h3{gap:7px;font-size:16px}.news-row{gap:12px}.news-row-copy strong{font-size:13px}}@media (width<=760px){.news-editorial{padding-top:48px;padding-bottom:12px}.news-editorial .section-head{margin-bottom:26px}.news-columns{grid-template-columns:1fr;gap:18px}.news-column{padding-inline:22px}.news-column header{padding:18px 0}.news-column h3{font-size:18px}.news-row{gap:16px;min-height:90px;padding:19px 0}.news-row-copy strong{font-size:14px}.news-row-copy>span{font-size:11px}}#regions.regions{background:#f6fbfb;padding:64px 0 48px}#regions .section-head{margin-bottom:28px}#regions .region-board{grid-template-columns:280px minmax(0,1fr);align-items:stretch;gap:28px;display:grid}#regions .region-directory{background:#fff;border:1px solid #e3eef0;border-radius:16px;flex-direction:column;width:100%;min-height:0;display:flex;box-shadow:0 14px 32px #1237440c}#regions .city-list{overscroll-behavior:contain;flex:1;align-self:stretch;width:auto;min-width:0;max-height:468px;margin:0;padding:8px;display:block;overflow:hidden auto}#regions .city-list button span{white-space:nowrap}#regions .city-list button{color:#0c202c;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:28px minmax(4.5em,1fr) auto;align-items:center;gap:10px;width:100%;min-width:0;min-height:48px;margin:0;padding:8px 12px;font-size:14px;font-weight:550;display:grid}#regions .city-list button img{object-fit:cover;border:1px solid #e4eef0;border-radius:2px;width:28px;height:18px}#regions .city-list button:hover{background:#f3fbfb}#regions .city-list button[aria-selected=true]{color:#07565e;box-shadow:none;background:#e5f6f6;font-weight:650;transform:none}#regions .region-signal{align-items:flex-end;gap:2px;height:14px;display:flex}#regions .region-signal i{background:#00b6bf;border-radius:1px;width:3px;display:block}#regions .region-signal i:first-child{height:5px}#regions .region-signal i:nth-child(2){height:9px}#regions .region-signal i:nth-child(3){height:13px}#regions .city-list button:not([aria-selected=true]) .region-signal i{opacity:.45}#regions .region-stage{align-self:center;min-width:0;position:relative}#regions .region-stage .world-map{opacity:.78;mix-blend-mode:multiply;width:100%;height:auto}#regions .region-stage .network-nodes{pointer-events:none;position:absolute;inset:0}#regions .network-node{pointer-events:auto;z-index:1;width:28px;height:28px;position:absolute;transform:translate(-50%,-50%)}#regions .network-node>button{cursor:pointer;background:0 0;border:0;border-radius:50%;position:absolute;inset:0}#regions .network-node>button>span{background:#00c3cb;border-radius:50%;position:absolute;inset:9px;box-shadow:0 0 0 3px #fff}#regions .network-node>button:before{content:"";opacity:.35;border:2px solid #00c8ce;border-radius:50%;position:absolute;inset:1px}#regions .network-node>button[aria-pressed=true]>span{animation:2.8s ease-in-out infinite node-glow;animation-delay:var(--node-delay);background:#00878c}#regions .network-node>button[aria-pressed=true]:before{animation:2.8s ease-out infinite node-pulse;animation-delay:var(--node-delay);opacity:1}#regions .network-node>button:focus-visible{outline:2px solid var(--state-focus);outline-offset:3px}#regions .node-card{z-index:4;white-space:nowrap;background:#fff;border:1px solid #d7ebed;border-radius:12px;align-items:center;gap:8px;width:max-content;min-width:132px;padding:8px 12px 8px 8px;display:none;position:absolute;top:50%;box-shadow:0 10px 24px #12374414}#regions .network-node:has(button[aria-pressed=true]){z-index:5}#regions .network-node:has(button[aria-pressed=true]) .node-card{display:flex}#regions .card-right .node-card{left:24px;transform:translateY(-50%)}#regions .card-left .node-card{left:auto;right:24px;transform:translateY(-50%)}#regions .node-card img{object-fit:cover;border:1px solid #e4eef0;border-radius:2px;width:22px;height:15px}#regions .node-card>span{flex:none;min-width:max-content}#regions .node-card strong{color:#0c202c;font-size:13px;font-weight:650;line-height:1.3;display:block}#regions .node-card small{color:#00878c;margin-top:1px;font-size:12px;line-height:1.3;display:block}#regions .node-card:hover small{text-decoration:underline}#regions .region-count{text-align:center;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:76px;height:76px;margin:0;display:flex;position:absolute;top:12px;right:16px;box-shadow:0 10px 28px #12374412}#regions .region-count strong{color:#07565e;letter-spacing:-.8px;font-size:28px;font-weight:720;line-height:1}#regions .region-count span{color:#6d8790;font-size:11px;line-height:1.2}#regions .region-actions{flex:none;align-items:center;gap:22px;display:flex}@media (width<=900px){#regions .region-board{grid-template-columns:1fr;gap:16px}#regions .city-list{max-height:240px}#regions .region-count{width:64px;height:64px;top:8px;right:8px}#regions .region-count strong{font-size:24px}}@media (width<=700px){#regions.regions{padding:48px 0 36px}#regions .region-bottom{align-items:flex-start}#regions .region-actions{gap:16px}#regions .node-card{width:max-content;min-width:max-content;padding:7px 10px 7px 7px}}@media (prefers-reduced-motion:reduce){#regions .network-node>button[aria-pressed=true]>span,#regions .network-node>button[aria-pressed=true]:before{animation:none}}.dialog-mark{width:52px;height:52px;color:var(--teal);background:linear-gradient(140deg,#c9f4f2,#eafbfa);border-radius:50%;place-items:center;margin-bottom:20px;animation:.45s cubic-bezier(.2,.9,.3,1.25) both dialog-mark-in;display:grid;box-shadow:0 0 0 7px #edfbfb}.dialog-mark>.glyph-check{width:27px;height:27px}@keyframes dialog-mark-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.consult-form .field-error{color:#c0432c;font-size:12px;font-weight:500}.consult-form :is(input,textarea)[aria-invalid=true]{background:#fffaf8;border-color:#e08a76}.consult-form .consult-note{color:var(--muted);font-size:12px;line-height:1.8}.consult-form .consult-status{min-height:19px;color:var(--cyan-dark);margin-top:-6px;font-size:13px}.consult-form .consult-status.is-error{color:#c0432c}.consult-submit:disabled{opacity:1;background:#63b3b8}.consult-spinner{vertical-align:-2px;border:2px solid #ffffff5c;border-top-color:#fff;border-radius:50%;width:15px;height:15px;margin-right:10px;animation:.7s linear infinite consult-spin;display:inline-block}@keyframes consult-spin{to{transform:rotate(1turn)}}.consult-receipt{background:var(--line);border:1px solid var(--line);border-radius:14px;gap:1px;margin:22px 0 0;display:grid;overflow:hidden}.consult-receipt>div{background:var(--ice);justify-content:space-between;gap:18px;padding:12px 16px;font-size:13px;display:flex}.consult-receipt dt{color:var(--muted)}.consult-receipt dd{text-align:right;word-break:break-word;margin:0;font-weight:650}.consult-detail{margin-top:18px}.consult-detail>summary{color:var(--cyan-dark);cursor:pointer;font-size:13px;font-weight:650}.consult-detail .summary{height:154px;margin-top:12px}.consult-detail+.consult-note{color:var(--muted);margin-top:16px;font-size:12px;line-height:1.8}.dialog-actions .button.outline>img{filter:none}.contact-entry-note.is-submitted{color:var(--teal);align-items:center;gap:8px;font-weight:650;display:flex}.contact-entry-note.is-submitted>.glyph-check{flex:none;width:16px;height:16px}@media (prefers-reduced-motion:reduce){.dialog-mark{animation:none}.consult-spinner{animation-duration:1.6s}}@media (width<=1180px){.mobile-nav.wrap{width:auto;max-width:none;margin:0}.mobile-nav:not([hidden]){z-index:2;text-align:left;background:#fff;border:0;border-bottom:1px solid #e6eef0;border-radius:0;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:0 32px;padding:6px 28px 14px;font-size:15px;display:grid;position:absolute;top:100%;left:0;right:0;box-shadow:0 18px 28px #123e440f}.mobile-nav a,.mobile-nav button{color:#1c3340;justify-content:flex-start;min-height:48px;padding:11px 2px;font-size:15px;font-weight:550;line-height:1.4}.header:has(.mobile-nav:not([hidden])){backdrop-filter:none;box-shadow:none;background:#fff;border-bottom-color:#eef3f4}.mobile-toggle{background:0 0;border:0;border-radius:0;width:36px;height:36px}.mobile-toggle[aria-expanded=true]{background:url(assets/icons/x.svg) 50%/18px no-repeat}.mobile-toggle[aria-expanded=true] img{opacity:0}}@media (width<=600px){.nav-actions>.nav-login{display:none}.nav-register.button{border-radius:8px;height:36px;padding:0 16px;font-size:13px;font-weight:650}}