*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1e3444;--blue-mid:#2d4f68;--blue-light:#e8edf1;--yellow:#f5b800;--yd:#e0a800;--white:#fff;--gray:#f4f6f8;--text:#5a6e7d;--text-dark:#2d3f4e}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-roboto),sans-serif;background:var(--gray);color:var(--blue);overflow-x:hidden;line-height:1.6}.page{display:none}.page.active{display:block}.navbar{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:0 52px;height:66px;background:rgba(30,52,68,.97);backdrop-filter:blur(14px);border-bottom:1px solid hsla(0,0%,100%,.06);transition:box-shadow .3s}.navbar.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.25)}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer}.nav-links{display:flex;gap:2px;list-style:none}.nav-links a{font-size:14px;color:hsla(0,0%,100%,.55);text-decoration:none;padding:7px 13px;border-radius:8px;transition:all .2s;cursor:pointer;font-weight:400}.nav-links a.active,.nav-links a:hover{background:hsla(0,0%,100%,.08)}.nav-links a.active{color:var(--yellow)}.nav-cta{background:var(--yellow);color:var(--blue);border:none;border-radius:9px;padding:10px 22px;font-size:14px;font-weight:600;font-family:var(--font-roboto),sans-serif;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none;letter-spacing:-.1px}.nav-cta:hover{background:var(--yd);transform:translateY(-1px)}.nav-item{position:relative}.nav-item>a{display:inline-flex!important;align-items:center;gap:5px;padding-top:23px!important;padding-bottom:23px!important}.nav-caret{font-size:8px;opacity:.5;transition:transform .2s}.nav-item.open>a .nav-caret,.nav-item:hover>a .nav-caret{transform:rotate(180deg)}.nav-dd{top:100%;left:0;border-radius:12px;box-shadow:0 18px 46px rgba(30,52,68,.22);padding:8px;min-width:238px;z-index:300;display:none}.nav-dd,.nav-dd:before{position:absolute;background:#fff}.nav-dd:before{content:"";top:-5px;left:24px;width:11px;height:11px;transform:rotate(45deg)}.nav-dd.two{min-width:454px;grid-template-columns:1fr 1fr;gap:1px 4px}.nav-dd a{display:flex!important;align-items:center;gap:10px;padding:9px 12px!important;border-radius:8px;font-size:13.5px;color:var(--blue)!important;text-decoration:none;font-weight:500;cursor:pointer;white-space:nowrap;background:none!important}.nav-dd a .nav-dot{width:5px;height:5px;border-radius:50%;background:var(--yellow);flex-shrink:0;opacity:.45;transition:opacity .15s,transform .15s}.nav-dd a:hover{background:#f4f6f8!important}.nav-dd a:hover .nav-dot{opacity:1;transform:scale(1.4)}.nav-item-r .nav-dd{left:auto;right:0}.nav-item-r .nav-dd:before{left:auto;right:24px}@media(hover:hover) and (min-width:901px){.nav-item:hover>.nav-dd{display:block}.nav-item:hover>.nav-dd.two{display:grid}}.nav-item.open>.nav-dd{display:block}.nav-item.open>.nav-dd.two{display:grid}.nav-toggle{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:6px;line-height:0;-webkit-tap-highlight-color:transparent}.mobile-menu-overlay{position:fixed;inset:0;background:rgba(10,18,24,.55);opacity:0;visibility:hidden;transition:opacity .28s ease;z-index:398}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:82%;max-width:340px;background:var(--blue);z-index:399;transform:translateX(100%);transition:transform .32s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column;box-shadow:-8px 0 30px rgba(0,0,0,.28)}.mobile-menu.open{transform:translateX(0)}.mm-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid hsla(0,0%,100%,.08);flex-shrink:0}.mm-title{color:#fff;font-weight:600;font-size:15px}.mm-close{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;line-height:0;padding:4px;-webkit-tap-highlight-color:transparent}.mm-links{list-style:none;padding:8px 10px;flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mm-item{border-bottom:1px solid hsla(0,0%,100%,.06)}.mm-link{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;background:none;border:none;color:#fff;font-size:15px;font-weight:500;padding:15px 8px;cursor:pointer;text-align:left;font-family:var(--font-roboto),sans-serif;-webkit-tap-highlight-color:transparent}.mm-caret{font-size:15px;opacity:.55;transition:transform .2s;flex-shrink:0}.mm-item.open .mm-caret{transform:rotate(180deg)}.mm-sub{max-height:0;overflow:hidden;transition:max-height .3s ease;display:flex;flex-direction:column}.mm-item.open .mm-sub{max-height:600px}.mm-sub a{color:hsla(0,0%,100%,.68);text-decoration:none;font-size:13.5px;padding:10px 8px 10px 20px;cursor:pointer;-webkit-tap-highlight-color:transparent}.mm-sub a:active{color:#fff}.mm-foot{padding:18px;border-top:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;gap:14px;align-items:center;flex-shrink:0}.mm-foot .nav-cta{width:100%;text-align:center}body.mobile-menu-open{overflow:hidden}@media(min-width:901px){.mobile-menu,.mobile-menu-overlay{display:none!important}}.section{padding:88px 52px}.section.bg-white{background:#fff}.section.bg-gray{background:var(--gray)}.section.bg-blue{background:var(--blue)}.eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:100px;padding:6px 16px 6px 10px;margin-bottom:18px}.ey-dark{background:rgba(245,184,0,.1);border:1px solid rgba(245,184,0,.25)}.ey-light{background:rgba(30,52,68,.07);border:1px solid rgba(30,52,68,.12)}.ey-dot{width:6px;height:6px;border-radius:50%}.ey-dark .ey-dot{background:var(--yellow)}.ey-light .ey-dot{background:var(--blue)}.ey-text{font-size:12px;font-weight:500;letter-spacing:.3px}.ey-dark .ey-text{color:var(--yellow)}.ey-light .ey-text{color:var(--blue)}.sec-title{font-family:var(--font-roboto),sans-serif;font-weight:900;line-height:1.1;letter-spacing:-1px;margin:0 0 14px}.sec-title.xl{font-size:40px}.sec-title.lg{font-size:34px}.sec-title.md{font-size:28px}.on-dark{color:#fff}.on-light{color:var(--blue)}.sec-title span{color:var(--yellow)}.sec-sub{font-size:16px;line-height:1.75;font-weight:300;max-width:540px;margin:0 auto}.sec-sub.od{color:hsla(0,0%,100%,.5)}.sec-sub.ol{color:var(--text)}.sec-header{text-align:center;margin-bottom:52px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}.btn-p{background:var(--yellow);color:var(--blue);border:none;border-radius:10px;padding:14px 28px;font-size:15px;font-weight:600;font-family:var(--font-roboto),sans-serif;cursor:pointer;transition:background .2s,transform .15s;display:inline-block;text-decoration:none;letter-spacing:-.1px}.btn-p:hover{background:var(--yd);transform:translateY(-2px)}.btn-s{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.25);border-radius:10px;padding:14px 28px;font-size:15px;font-weight:400;font-family:var(--font-roboto),sans-serif;cursor:pointer;transition:border-color .2s,transform .15s;display:inline-block;text-decoration:none}.btn-s:hover{border-color:hsla(0,0%,100%,.55);transform:translateY(-2px)}.btn-s.on-light{color:var(--blue);border-color:rgba(30,52,68,.2)}.btn-s.on-light:hover{border-color:var(--blue)}.sub-logo{display:inline-flex;align-items:center;gap:8px;user-select:none}.sub-logo .chevs{display:flex;gap:2px;align-items:center}.sub-logo .ch{display:block;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:9px solid var(--yellow)}.sub-logo .ch:nth-child(2){opacity:.75}.sub-logo .ch:nth-child(3){opacity:.5}.sub-logo .name{font-family:var(--font-roboto),sans-serif;font-weight:900;font-size:18px;color:#fff;letter-spacing:-.3px}.sub-logo.small .ch{border-top-width:5px;border-bottom-width:5px;border-left-width:7px}.sub-logo.small .name{font-size:14px}.sub-logo.dark .name{color:var(--blue)}.sub-logo.xl .ch{border-top-width:11px;border-bottom-width:11px;border-left-width:14px}.sub-logo.xl .name{font-size:28px}.d3-logo{gap:10px}.d3-logo,.d3-logo .chevs{display:flex;align-items:center}.d3-logo .chevs{gap:3px}.d3-logo .ch{display:block;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:11px solid var(--yellow)}.d3-logo .ch:nth-child(2){opacity:.7}.d3-logo .ch:nth-child(3){opacity:.4}.d3-logo .txt{font-family:var(--font-roboto),sans-serif;font-size:19px;font-weight:900;color:#fff;letter-spacing:-.3px}#hero-section{min-height:100vh;background:var(--blue);position:relative;overflow:hidden;display:flex;flex-direction:column}.hero-ticker{position:absolute;inset:0;z-index:3;padding:0;pointer-events:none}.hero-ticker .htk{position:absolute;pointer-events:auto}.hero-ticker .htk-tl{top:104px;left:44px}.hero-ticker .htk-tr{top:104px;right:44px}.hero-ticker .htk-bl{bottom:44px;left:44px}.hero-ticker .htk-br{bottom:44px;right:44px}@media(max-width:1080px){.hero-ticker{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;padding:0 20px 26px;pointer-events:auto}.hero-ticker,.hero-ticker .htk-bl,.hero-ticker .htk-br,.hero-ticker .htk-tl,.hero-ticker .htk-tr{position:static}}.htk{display:flex;align-items:center;gap:11px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:9px 15px;backdrop-filter:blur(6px);text-decoration:none;transition:border-color .2s ease,transform .2s ease,background .2s ease}.htk-link:hover{border-color:rgba(245,184,0,.4);transform:translateY(-2px);background:hsla(0,0%,100%,.07)}.htk-ic{width:32px;height:32px;border-radius:9px;background:rgba(245,184,0,.12);color:var(--yellow);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.htk-l{font-size:10px;letter-spacing:.4px;text-transform:uppercase;color:hsla(0,0%,100%,.45);font-weight:600;margin-bottom:2px}.htk-v{font-size:14px;font-weight:700;color:#fff;line-height:1.1;font-family:var(--font-roboto),sans-serif}.htk-v span{font-size:11px;font-weight:500;color:hsla(0,0%,100%,.55)}.htk-pld{display:block;padding:11px 12px;width:230px}.pld2-h{display:flex;align-items:center;gap:7px;font-size:9px;letter-spacing:.4px;text-transform:uppercase;color:hsla(0,0%,100%,.5);font-weight:700;margin-bottom:9px}.pld2-h .dt{width:5px;height:5px;border-radius:50%;background:var(--yellow)}.pld2-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.pld2-c{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:8px;padding:7px 9px}.pld2-c .sm{font-size:8.5px;letter-spacing:.5px;color:hsla(0,0%,100%,.4);font-weight:600;text-transform:uppercase}.pld2-c .vv{font-size:13px;font-weight:800;color:#fff;margin-top:2px;line-height:1;font-family:var(--font-roboto),sans-serif}.pld2-c .vv small{font-size:8px;font-weight:500;color:hsla(0,0%,100%,.5)}.pld2-f{font-size:8.5px;color:hsla(0,0%,100%,.3);margin-top:7px;text-align:right}.htk-wx{display:block;padding:11px 12px;width:216px}.wx-top{display:flex;align-items:center;gap:10px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid hsla(0,0%,100%,.09)}.wx-ic{font-size:32px}.wx-ic,.wx-temp{color:var(--yellow);line-height:1}.wx-temp{font-size:27px;font-weight:800;font-family:var(--font-roboto),sans-serif}.wx-temp small{font-size:12px;color:hsla(0,0%,100%,.6);font-weight:500}.wx-meta{margin-left:auto;text-align:right}.wx-city{font-size:9.5px;font-weight:700;color:#fff}.wx-cond{font-size:9.5px;color:hsla(0,0%,100%,.55);margin-top:2px}.wx-stats{display:flex;gap:11px;font-size:9.5px;color:hsla(0,0%,100%,.6);margin-bottom:10px}.wx-stats b{color:#fff;font-weight:700}.wx-days{display:flex;justify-content:space-between;gap:5px}.wx-day{flex:1;text-align:center;background:hsla(0,0%,100%,.04);border-radius:7px;padding:6px 3px}.wx-day .d{font-size:8.5px;color:hsla(0,0%,100%,.45);text-transform:uppercase;font-weight:600;letter-spacing:.3px}.wx-day i{font-size:14px;color:var(--yellow);display:block;margin:5px 0}.wx-day .mx{font-size:10px;font-weight:700;color:var(--yellow)}.wx-day .mn{font-size:8.5px;color:hsla(0,0%,100%,.45)}.htk-news{display:block;padding:11px 12px;width:232px}.nw-h{display:flex;align-items:center;gap:7px;font-size:9px;letter-spacing:.4px;text-transform:uppercase;color:hsla(0,0%,100%,.5);font-weight:700;margin-bottom:8px}.nw-h i{color:var(--yellow)}.nw-row{display:flex;align-items:center;gap:9px;padding:7px 8px;border-radius:8px;text-decoration:none;transition:background .2s}.nw-row:hover{background:hsla(0,0%,100%,.06)}.nw-row+.nw-row{margin-top:2px;border-top:1px solid hsla(0,0%,100%,.06)}.nw-ic{width:26px;height:26px;border-radius:7px;background:rgba(245,184,0,.12);color:var(--yellow);display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}.nw-tx{flex:1}.nw-tx .nm{font-size:11px;font-weight:700;color:#fff;line-height:1.1}.nw-tx .ds{font-size:8.5px;color:hsla(0,0%,100%,.5);margin-top:2px}.nw-row .go{color:hsla(0,0%,100%,.35);font-size:11px}.htk-links{display:block;padding:11px 12px;width:200px}.lk-h{display:flex;align-items:center;gap:7px;font-size:9px;letter-spacing:.4px;text-transform:uppercase;color:hsla(0,0%,100%,.5);font-weight:700;margin-bottom:8px}.lk-h i{color:var(--yellow)}.lk-row{display:flex;align-items:center;gap:9px;padding:6px 8px;border-radius:8px;text-decoration:none;transition:background .2s}.lk-row:hover{background:hsla(0,0%,100%,.06)}.lk-ic{width:22px;height:22px;border-radius:6px;background:rgba(245,184,0,.12);color:var(--yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:12px}.lk-nm{font-size:11px;font-weight:600;color:#fff;flex:1}.lk-row .go{color:hsla(0,0%,100%,.35);font-size:10px}@media(max-width:640px){.hero-ticker{gap:9px;padding-bottom:16px}.htk{padding:7px 11px;gap:8px}.htk-ic{width:28px;height:28px;font-size:14px}.htk-l{font-size:9px}.htk-v{font-size:12px}}.hero-bg{background:radial-gradient(ellipse 50% 70% at 100% 0,rgba(245,184,0,.08) 0,transparent 55%),radial-gradient(ellipse 30% 40% at 0 100%,rgba(245,184,0,.05) 0,transparent 50%)}.hero-bg,.hero-grid{position:absolute;inset:0}.hero-grid{background-image:linear-gradient(hsla(0,0%,100%,.018) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.018) 1px,transparent 0);background-size:56px 56px}.hero-main{position:relative;z-index:2;flex:1;padding:128px 52px 72px;justify-content:center}.hero-left,.hero-main{display:flex;align-items:center}.hero-left{max-width:760px;text-align:center;flex-direction:column}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(245,184,0,.1);border:1px solid rgba(245,184,0,.28);border-radius:100px;padding:6px 16px 6px 9px;margin-bottom:26px}.badge-dot{width:8px;height:8px;border-radius:50%;background:var(--yellow);animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 3px rgba(245,184,0,.2)}50%{box-shadow:0 0 0 7px rgba(245,184,0,.07)}}.badge-text{font-size:13px;color:var(--yellow);font-weight:500}.hero-3ds{display:inline-block;margin-bottom:26px}.b3-line{position:relative;display:inline-flex;align-items:baseline;font-family:var(--font-roboto),sans-serif;font-size:32px;font-weight:600;letter-spacing:-.5px;line-height:1.15}.b3-d{color:var(--yellow);font-weight:900}.b3-mask{overflow:hidden;vertical-align:bottom}.b3-mask,.b3-word{display:inline-block}.b3-word{color:#fff;padding:2px 1px 4px;will-change:transform}.b3-underline{display:block;height:3px;background:var(--yellow);border-radius:2px;transform-origin:left center;transform:scaleX(0);margin-top:6px}@media(max-width:620px){.b3-line{font-size:26px}}.hero-title{font-family:var(--font-roboto),sans-serif;font-size:72px;font-weight:900;color:#fff;line-height:1;letter-spacing:-3px;margin:0 0 24px}.hero-title .acc{color:var(--yellow)}.hero-sub{font-size:18px;color:hsla(0,0%,100%,.52);line-height:1.72;margin:0 0 40px;font-weight:300;max-width:600px;text-align:center}.hero-btns{gap:14px;margin-bottom:0;justify-content:center}.hero-btns,.hero-creds{display:flex;flex-wrap:wrap}.hero-creds{gap:22px;padding-top:28px;border-top:1px solid hsla(0,0%,100%,.08)}.hero-brands{position:relative;z-index:2;align-items:stretch;border-top:1px solid hsla(0,0%,100%,.1);padding:0}.hb-item,.hero-brands{display:flex;justify-content:center}.hb-item{flex-direction:column;align-items:center;gap:10px;padding:28px 52px;border-right:1px solid hsla(0,0%,100%,.08);flex:1;max-width:280px;transition:background .2s;cursor:pointer}.hb-item:last-child{border-right:none}.hb-item:hover{background:hsla(0,0%,100%,.04)}.hb-icon{width:44px;height:44px;background:rgba(245,184,0,.12);border:1px solid rgba(245,184,0,.25);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--yellow)}.hb-name{font-size:15px;font-weight:700;color:#fff;letter-spacing:-.3px}.hb-desc{font-size:12px;color:hsla(0,0%,100%,.42);text-align:center;line-height:1.5}.cred{gap:9px}.cred,.cred-icon{display:flex;align-items:center}.cred-icon{width:32px;height:32px;border-radius:9px;background:rgba(245,184,0,.1);border:1px solid rgba(245,184,0,.2);justify-content:center;color:var(--yellow);font-size:15px}.cred-text{font-size:12px;color:hsla(0,0%,100%,.45);line-height:1.3}.cred-text strong{display:block;color:#fff;font-size:13px;font-weight:500}.hero-right{width:290px;flex-shrink:0;animation:floatY 4s ease-in-out infinite}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.ecard{background:hsla(0,0%,100%,.04);border:1px solid rgba(245,184,0,.18);border-radius:18px;padding:24px}.ec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ec-lbl{font-size:10px;color:hsla(0,0%,100%,.35);letter-spacing:.6px}.ec-badge{background:rgba(245,184,0,.15);color:var(--yellow);border-radius:100px;padding:4px 12px;font-size:12px;font-weight:500}.ec-val{font-family:var(--font-roboto),sans-serif;font-size:28px;font-weight:900;color:#fff;margin-bottom:4px}.ec-val span{font-size:15px;color:hsla(0,0%,100%,.35)}.ec-sub{font-size:12px;color:hsla(0,0%,100%,.3);margin-bottom:18px}.brow{margin-bottom:10px}.binfo{display:flex;justify-content:space-between;margin-bottom:5px}.bname{color:hsla(0,0%,100%,.45)}.bname,.bpct{font-size:12px}.bpct{color:var(--yellow)}.btrack{height:4px;background:hsla(0,0%,100%,.07);overflow:hidden}.bfill,.btrack{border-radius:100px}.bfill{height:100%;background:linear-gradient(90deg,#c88a00,var(--yellow));transition:width 1.5s cubic-bezier(.4,0,.2,1)}.mcards{display:flex;gap:8px;margin-top:14px}.mcard{flex:1;background:hsla(0,0%,100%,.03);border:1px solid rgba(245,184,0,.1);border-radius:10px;padding:10px}.micon{font-size:15px;color:var(--yellow);margin-bottom:5px}.mval{font-size:13px;font-weight:700;color:#fff;font-family:var(--font-roboto),sans-serif}.mlbl{font-size:10px;color:hsla(0,0%,100%,.3);margin-top:2px}.hero-subnav{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid hsla(0,0%,100%,.07)}.hsn-item{padding:22px 30px;border-right:1px solid hsla(0,0%,100%,.07);display:flex;align-items:center;gap:14px;cursor:pointer;transition:background .2s}.hsn-item:last-child{border-right:none}.hsn-item:hover{background:rgba(245,184,0,.06)}.hsn-desc{font-size:12px;color:hsla(0,0%,100%,.35);margin-top:2px}.cl-strip{background:#fff;padding:36px 0 28px;border-bottom:1px solid rgba(30,52,68,.06);overflow:hidden}.cl-label{font-size:12px;color:var(--text);letter-spacing:.8px;font-weight:500;text-align:center;margin-bottom:24px}.cl-track-wrap{position:relative;overflow:hidden}.cl-track-wrap:after,.cl-track-wrap:before{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.cl-track-wrap:before{left:0;background:linear-gradient(90deg,#fff 40%,transparent)}.cl-track-wrap:after{right:0;background:linear-gradient(270deg,#fff 40%,transparent)}.cl-track{display:flex;align-items:center;width:max-content;animation:cl-scroll 45s linear infinite}.cl-track:hover{animation-play-state:paused}@keyframes cl-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.cl-slide{display:flex;align-items:center;justify-content:center;width:180px;height:80px;flex-shrink:0;padding:0 20px;border-right:1px solid rgba(30,52,68,.05)}.cl-slide img{width:120px;height:44px;object-fit:contain;filter:grayscale(100%);opacity:.45;transition:opacity .25s,filter .25s}.cl-slide:hover img{opacity:.9;filter:grayscale(0)}.home-cards{display:grid;grid-template-columns:1fr 1fr;gap:22px}.home-card{background:#fff;border-radius:18px;border:1px solid rgba(30,52,68,.07);overflow:hidden;transition:box-shadow .25s,transform .25s;cursor:pointer}.home-card:hover{box-shadow:0 14px 44px rgba(30,52,68,.1);transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.hc-img{height:210px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.hc-img.trading{background:linear-gradient(140deg,#1e3444,#1e4a5a)}.hc-img.consult{background:linear-gradient(140deg,#1e3444,#1a3e30)}.hc-img.projetos{background:linear-gradient(140deg,#26341e,#1e3444)}.hc-img.sobre{background:linear-gradient(140deg,#34241e,#1e3444)}.hc-sub-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.9}.hc-body{padding:26px 30px}.hc-tag{font-size:11px;color:var(--yellow);font-weight:600;letter-spacing:.4px;margin-bottom:8px;text-transform:uppercase}.hc-title{font-family:var(--font-roboto),sans-serif;font-size:22px;font-weight:900;color:var(--blue);margin-bottom:10px}.hc-desc{font-size:14px;color:var(--text);line-height:1.7;margin-bottom:18px}.hc-link{font-size:14px;color:var(--yellow);font-weight:600;display:flex;align-items:center;gap:6px}.page-hero{background:var(--blue);padding:128px 52px 72px;position:relative;overflow:hidden}.ph-bg{background:radial-gradient(ellipse 60% 60% at 100% 0,rgba(245,184,0,.09) 0,transparent 55%),radial-gradient(ellipse 30% 30% at 0 100%,rgba(245,184,0,.05) 0,transparent 50%)}.ph-bg,.ph-grid{position:absolute;inset:0}.ph-grid{background-image:linear-gradient(hsla(0,0%,100%,.018) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.018) 1px,transparent 0);background-size:56px 56px}.ph-inner{position:relative;z-index:1;max-width:720px}.ph-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(245,184,0,.1);border:1px solid rgba(245,184,0,.28);border-radius:100px;padding:6px 16px 6px 9px;margin-bottom:22px}.ph-tag-dot{width:6px;height:6px;border-radius:50%;background:var(--yellow)}.ph-tag-text{font-size:12px;color:var(--yellow);font-weight:500}.ph-logo{margin-bottom:20px}.ph-title{font-family:var(--font-roboto),sans-serif;font-size:48px;font-weight:900;color:#fff;line-height:1.04;letter-spacing:-1.5px;margin:0 0 18px}.ph-title span{color:var(--yellow)}.ph-sub{font-size:17px;color:hsla(0,0%,100%,.55);line-height:1.75;max-width:580px;font-weight:300;margin-bottom:30px}.ph-btns{display:flex;gap:14px;flex-wrap:wrap}.pld-panel{flex:0 0 340px;background:hsla(0,0%,100%,.04);border:1px solid rgba(245,184,0,.22);border-radius:16px;padding:22px 24px;backdrop-filter:blur(6px)}.pld-head{justify-content:space-between;padding-bottom:14px;margin-bottom:6px;border-bottom:1px solid hsla(0,0%,100%,.1)}.pld-head,.pld-head-l{display:flex;align-items:center}.pld-head-l{gap:8px;font-size:12px;font-weight:700;letter-spacing:.4px;color:var(--yellow);text-transform:uppercase}.pld-dot{width:7px;height:7px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 0 rgba(245,184,0,.5);animation:pldPulse 2s infinite}@keyframes pldPulse{0%{box-shadow:0 0 0 0 rgba(245,184,0,.45)}70%{box-shadow:0 0 0 7px rgba(245,184,0,0)}to{box-shadow:0 0 0 0 rgba(245,184,0,0)}}.pld-head-r{font-size:11px;color:hsla(0,0%,100%,.4);font-weight:400}.pld-rows{display:flex;flex-direction:column}.pld-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid hsla(0,0%,100%,.06)}.pld-row:last-child{border-bottom:none}.pld-sm{display:flex;flex-direction:column;gap:2px;font-size:14px;color:hsla(0,0%,100%,.85);font-weight:500}.pld-sm span{font-size:10px;letter-spacing:1px;color:hsla(0,0%,100%,.35);font-weight:600}.pld-val{font-family:var(--font-roboto),sans-serif;font-size:19px;font-weight:800;color:#fff;letter-spacing:-.3px}.pld-foot{margin-top:14px;font-size:10.5px;color:hsla(0,0%,100%,.3);text-align:right}@media(max-width:860px){.pld-panel{flex:1 1 100%}}.pldx-sec{background:#f4f6f8;position:relative;overflow:hidden}.pldx-sec:before{background-image:none!important}.pldmap{position:absolute;top:0;left:0;right:0;height:460px;z-index:0;pointer-events:none}.pldmap svg{width:100%;height:100%;display:block}.pldx-sec>.pldx-wrap,.pldx-sec>.sec-header{position:relative;z-index:1}.pldx-wrap{max-width:1080px;margin:0 auto}.pldx-tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:30px}.pldx-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;border:1px solid rgba(30,52,68,.14);background:#fff;color:var(--blue);font-family:var(--font-roboto),sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.pldx-tab:hover{border-color:rgba(30,52,68,.3)}.pldx-tab.active{background:var(--blue);color:#fff;border-color:var(--blue)}.pldx-tab .pldx-swatch{width:9px;height:9px;border-radius:50%;flex-shrink:0}.pldx-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.pldx-card{background:#fff;border:1px solid rgba(30,52,68,.08);border-radius:14px;padding:18px 20px}.pldx-card-k{font-size:11px;letter-spacing:.6px;text-transform:uppercase;color:var(--text);font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:7px}.pldx-card-k .pldx-swatch{width:8px;height:8px;border-radius:50%}.pldx-card-v{font-family:var(--font-roboto),sans-serif;font-size:26px;font-weight:800;color:var(--blue);letter-spacing:-.5px;line-height:1}.pldx-card-v.up{color:#c0392b}.pldx-card-v.down{color:#1f8a4c}.pldx-card-sub{font-size:11px;color:var(--text);margin-top:6px}.pldx-chart-card{background:#fff;border:1px solid rgba(30,52,68,.08);border-radius:16px;padding:24px 26px 18px;margin-bottom:22px}.pldx-chart-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px;flex-wrap:wrap;gap:8px}.pldx-chart-title{font-family:var(--font-roboto),sans-serif;font-size:17px;font-weight:700;color:var(--blue)}.pldx-chart-unit{font-size:12px;color:var(--text);font-weight:500}.pldx-legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:10px}.pldx-legend-i{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--blue);font-weight:500}.pldx-legend-i .pldx-swatch{width:11px;height:3px;border-radius:2px}.pldx-chart svg{width:100%;height:auto;display:block}.pldx-table-card{background:#fff;border:1px solid rgba(30,52,68,.08);border-radius:16px;padding:24px 26px;overflow-x:auto}.pldx-table-title{font-family:var(--font-roboto),sans-serif;font-size:17px;font-weight:700;color:var(--blue);margin-bottom:16px}.pldx-table{width:100%;border-collapse:collapse;font-size:14px;min-width:520px}.pldx-table td,.pldx-table th{padding:11px 14px;text-align:right;border-bottom:1px solid rgba(30,52,68,.07)}.pldx-table td:first-child,.pldx-table th:first-child{text-align:left}.pldx-table thead th{font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--text);font-weight:700}.pldx-table thead th .pldx-swatch{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.pldx-table tbody td{color:var(--blue);font-weight:500;font-variant-numeric:tabular-nums}.pldx-table tbody td:first-child{color:var(--text);font-weight:600}.pldx-table tbody tr.cur{background:rgba(245,184,0,.09)}.pldx-table tbody tr.cur td:first-child{color:var(--blue);font-weight:700}.pldx-table .fut{color:rgba(30,52,68,.28)!important;font-weight:400!important}.pldx-foot{font-size:11.5px;color:var(--text);opacity:.7;margin-top:16px;text-align:right}@media(max-width:760px){.pldx-cards{grid-template-columns:repeat(2,1fr)}}.trd-gfx{position:relative;overflow:hidden}.trd-gfx:before{background-image:none!important}#consult-oque{position:relative;overflow:hidden}#consult-oque:before{content:"";position:absolute;top:0;right:0;width:360px;height:300px;z-index:0;pointer-events:none;opacity:.07;background-repeat:no-repeat;background-position:100% 0;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='360' height='300'><g stroke='%231e3444' stroke-width='2' stroke-linecap='round'><line x1='90' y1='210' x2='90' y2='170'/><line x1='115' y1='210' x2='115' y2='140'/><line x1='140' y1='210' x2='140' y2='185'/><line x1='165' y1='210' x2='165' y2='120'/><line x1='90' y1='215' x2='190' y2='215'/></g><circle cx='210' cy='120' r='55' fill='none' stroke='%231e3444' stroke-width='2.6'/><line x1='250' y1='160' x2='290' y2='205' stroke='%231e3444' stroke-width='3' stroke-linecap='round'/><polyline points='185,130 205,110 225,122 240,98' fill='none' stroke='%23f5b800' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/></svg>")!important}#consult-oque>.cap-grid,#consult-oque>.cap-row,#consult-oque>.sec-header{position:relative;z-index:1}#trading-varejista{position:relative;overflow:hidden}#trading-varejista:before{content:"";position:absolute;top:0;right:0;width:420px;height:300px;z-index:0;pointer-events:none;opacity:.08;background-repeat:no-repeat;background-position:100% 0;background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='300'><polyline points='40,180 90,120 140,200 190,90 240,170 290,70 340,150 390,100' fill='none' stroke='%231e3444' stroke-width='2' stroke-linejoin='round' stroke-linecap='round' opacity='.6'/><line x1='40' y1='130' x2='390' y2='130' stroke='%23f5b800' stroke-width='3' stroke-linecap='round'/><circle cx='390' cy='130' r='5' fill='%23f5b800'/></svg>")!important}#trading-varejista>.sec-header,#trading-varejista>.varejista-wrap{position:relative;z-index:1}.trd-candles{position:absolute;inset:0;z-index:0;pointer-events:none}.trd-candles svg{width:100%;height:100%;display:block}.trd-gfx>.act-grid,.trd-gfx>.sec-header{position:relative;z-index:1}.page-hero.ph-split .ph-inner{max-width:none}.ph-split-wrap{position:relative;z-index:1;display:flex;align-items:center;gap:64px;flex-wrap:wrap}.ph-split-wrap .ph-inner{flex:1 1 540px;min-width:0}.ph-stats{flex:0 0 320px;display:flex;flex-direction:column;gap:4px}.ph-stat{padding:22px 0;border-top:1px solid rgba(245,184,0,.16)}.ph-stat:last-child{border-bottom:1px solid rgba(245,184,0,.16)}.ph-stat-n{font-family:var(--font-roboto),sans-serif;font-size:60px;font-weight:900;color:var(--yellow);line-height:.92;letter-spacing:-2px;margin-bottom:8px}.ph-stat-l{font-size:14px;color:hsla(0,0%,100%,.6);line-height:1.45;max-width:280px}@media(max-width:900px){.ph-split-wrap{gap:40px}.ph-stats{flex-basis:100%}.ph-stat-n{font-size:52px}}.page-hero.ph-corners{min-height:680px}.ph-corners .ph-split-wrap{position:static;display:block}.ph-corners .ph-inner{max-width:560px;margin:0}.ph-corners .ph-stats{position:static;display:block}.ph-corners .ph-stat{position:absolute;max-width:310px;padding:0;border:none!important;z-index:2}.ph-corners .ph-stat:first-child{top:118px;right:52px;text-align:right}.ph-corners .ph-stat:nth-child(2){bottom:64px;left:52px;text-align:left}.ph-corners .ph-stat:nth-child(3){bottom:64px;right:52px;text-align:right}.ph-corners .ph-stat:first-child .ph-stat-l,.ph-corners .ph-stat:nth-child(3) .ph-stat-l{margin-left:auto}.ph-corners .ph-stat-n{font-size:68px}@media(max-width:900px){.page-hero.ph-corners{min-height:0}.ph-corners .ph-stat{position:static;text-align:left!important;margin-top:20px;max-width:none}.ph-corners .ph-stat .ph-stat-l{margin-left:0!important}.ph-corners .ph-stat-n{font-size:46px}}.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feat-card{background:#fff;border-radius:14px;padding:24px;border:1px solid rgba(30,52,68,.07);transition:border-color .2s,transform .2s}.feat-card:hover{border-color:rgba(245,184,0,.4);transform:translateY(-2px)}.feat-card.dark{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.07)}.feat-card.dark:hover{border-color:rgba(245,184,0,.3)}.fi{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:15px}.fi.y{background:rgba(245,184,0,.1);color:var(--yellow)}.fi.d{background:rgba(30,52,68,.08);color:var(--blue)}.feat-card .ft{font-size:15px;font-weight:600;color:var(--blue);margin-bottom:9px}.feat-card.dark .ft{color:#fff}.fd{font-size:13px;color:var(--text);line-height:1.7}.feat-card.dark .fd{color:hsla(0,0%,100%,.45)}.cb{display:flex;gap:52px;align-items:flex-start;margin-bottom:52px;padding-bottom:52px;border-bottom:1px solid rgba(30,52,68,.07)}.cb:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.cb.rev{flex-direction:row-reverse}.cb-text{flex:1}.cb-visual{flex:1;border-radius:16px;overflow:hidden;background:var(--blue);min-height:300px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cb-icon-big{font-size:88px;color:rgba(245,184,0,.18)}.cb-lbl{font-size:12px;color:var(--yellow);font-weight:600;letter-spacing:.5px;margin-bottom:12px;text-transform:uppercase}.cb-h{font-family:var(--font-roboto),sans-serif;font-size:26px;font-weight:900;color:var(--blue);line-height:1.15;margin-bottom:14px}.cb-h.dark{color:#fff}.cb-p{font-size:15px;color:var(--text);line-height:1.8;margin-bottom:22px}.cb-p strong{color:var(--blue);font-weight:500}.cb-p.dark{color:hsla(0,0%,100%,.6)}.cb-p.dark strong{color:#fff}.cb-list{list-style:none;flex-direction:column}.cb-list,.cb-list li{display:flex;gap:11px}.cb-list li{align-items:flex-start;font-size:14px;color:var(--text);line-height:1.6}.cb-list li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--yellow);flex-shrink:0;margin-top:6px}.cb-list.dark li{color:hsla(0,0%,100%,.55)}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:#fff;border-radius:13px;border:1px solid rgba(30,52,68,.07);overflow:hidden;transition:border-color .2s}.faq-item.open{border-color:rgba(245,184,0,.3)}.faq-q{display:flex;align-items:center;justify-content:space-between;padding:19px 24px;cursor:pointer;font-size:15px;font-weight:500;color:var(--blue);user-select:none;line-height:1.4}.faq-arrow{font-size:19px;color:var(--yellow);transition:transform .25s;flex-shrink:0;margin-left:12px}.faq-item.open .faq-arrow{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-item.open .faq-a{max-height:400px}.faq-a p{font-size:14px;color:var(--text);line-height:1.8;padding:0 24px 20px}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:52px}.stat-c{background:hsla(0,0%,100%,.05);border:1px solid rgba(245,184,0,.15);border-radius:16px;padding:28px;text-align:center}.stat-n{font-family:var(--font-roboto),sans-serif;font-size:36px;font-weight:900;color:var(--yellow);line-height:1;margin-bottom:8px}.stat-l{font-size:14px;color:hsla(0,0%,100%,.5);line-height:1.5}.energy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.energy-grid.two{grid-template-columns:repeat(2,1fr)}@media(max-width:760px){.energy-grid.two{grid-template-columns:1fr}}.e-card{background:#fff;border-radius:16px;border:1px solid rgba(30,52,68,.07);overflow:hidden;transition:box-shadow .2s,transform .2s}.e-card:hover{box-shadow:0 10px 32px rgba(30,52,68,.1);transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.e-head{background:var(--blue);padding:26px;position:relative;overflow:hidden}.e-head-bg{position:absolute;top:-20px;right:-20px;width:100px;height:100px;border-radius:50%;background:rgba(245,184,0,.07)}.e-icon{font-size:34px;color:var(--yellow);margin-bottom:12px}.e-icon,.e-title{position:relative;z-index:1}.e-title{font-family:var(--font-roboto),sans-serif;font-size:19px;font-weight:900;color:#fff}.e-body{padding:22px 24px}.e-specs{display:flex;flex-direction:column;gap:9px;margin-bottom:18px}.e-spec{display:flex;justify-content:space-between;font-size:13px;padding-bottom:9px;border-bottom:1px solid rgba(30,52,68,.06)}.e-spec:last-child{border-bottom:none}.e-sk{color:var(--text)}.e-sv{color:var(--blue);font-weight:600}.e-desc{font-size:13px;color:var(--text);line-height:1.7}.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.proj-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(30,52,68,.07);transition:box-shadow .2s,transform .2s}.proj-card:hover{box-shadow:0 10px 32px rgba(30,52,68,.1);transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.proj-img{height:170px;overflow:hidden;position:relative}.proj-img img{width:100%;height:100%;object-fit:cover}.proj-status{position:absolute;top:12px;right:12px;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:600}.proj-status.done{background:rgba(34,197,94,.9);color:#fff}.proj-status.wip{background:rgba(245,184,0,.92);color:var(--blue)}.proj-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(45deg,rgba(30,52,68,.05),rgba(30,52,68,.05) 10px,rgba(30,52,68,.09) 0,rgba(30,52,68,.09) 20px);color:rgba(30,52,68,.45);font-family:Roboto Mono,monospace;font-size:11px;letter-spacing:1px;text-transform:uppercase}.proj-body{padding:20px 22px}.proj-title{font-family:var(--font-roboto),sans-serif;font-size:16px;font-weight:700;color:var(--blue);margin-bottom:12px}.proj-meta{display:flex;flex-direction:column;gap:6px}.pm-row{display:flex;justify-content:space-between;font-size:13px}.pm-k{color:var(--text)}.pm-v{color:var(--blue);font-weight:500}.case-feat{background:rgba(245,184,0,.07);border:1px solid rgba(245,184,0,.22);border-radius:18px;padding:30px 36px;display:flex;align-items:center;gap:36px;margin-bottom:18px;transition:background .2s,transform .2s}.case-feat:hover{background:rgba(245,184,0,.11);transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.cf-star{background:rgba(245,184,0,.15);border-radius:100px;padding:5px 14px;font-size:12px;color:var(--yellow);font-weight:600;display:inline-flex;align-items:center;gap:5px;margin-bottom:10px}.cfl{flex:1}.cf-seg{font-size:12px;color:hsla(0,0%,100%,.35);margin-bottom:7px;letter-spacing:.3px}.cf-t{font-family:var(--font-roboto),sans-serif;font-size:20px;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.3}.cf-d{font-size:14px;color:hsla(0,0%,100%,.52);line-height:1.7;font-weight:300}.cfr{text-align:right;flex-shrink:0}.cf-num{font-family:var(--font-roboto),sans-serif;font-size:42px;font-weight:900;color:var(--yellow);line-height:1}.cf-lbl{font-size:13px;color:hsla(0,0%,100%,.35);margin-top:5px}.cf-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.ctag{display:inline-block;background:hsla(0,0%,100%,.06);border-radius:100px;padding:4px 11px;font-size:12px;color:hsla(0,0%,100%,.4)}.ctag.y{background:rgba(245,184,0,.12);color:var(--yellow)}.cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cc{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);border-radius:15px;padding:24px;transition:border-color .2s,background .2s,transform .2s}.cc:hover{border-color:rgba(245,184,0,.4);background:rgba(245,184,0,.05);transform:translateY(-2px)}.cc-hd{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px;gap:10px}.cc-ic{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}.cc-ic.y{background:rgba(245,184,0,.15);color:var(--yellow)}.cc-ic.w{background:hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.55)}.cc-v{text-align:right}.cv-n{font-family:var(--font-roboto),sans-serif;font-size:20px;font-weight:900;color:var(--yellow);line-height:1}.cv-l{margin-top:3px}.cc-seg,.cv-l{font-size:11px;color:hsla(0,0%,100%,.3)}.cc-seg{margin-bottom:7px;text-transform:uppercase;letter-spacing:.3px}.cc-t{font-size:14px;font-weight:600;color:#fff;margin-bottom:9px;line-height:1.4}.cc-d{font-size:13px;color:hsla(0,0%,100%,.45);line-height:1.65;font-weight:300}.cc-ft{display:flex;align-items:center;gap:7px;margin-top:14px;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.06)}.cc-dot{width:5px;height:5px;border-radius:50%;background:var(--yellow);flex-shrink:0}.cc-ftxt{font-size:11px;color:hsla(0,0%,100%,.3)}.cta-strip{background:var(--blue);border-radius:16px;padding:24px 36px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px;margin-top:32px}.cta-strip.alt{background:rgba(245,184,0,.08);border:1px solid rgba(245,184,0,.2)}.cs-t{font-size:16px;color:#fff;line-height:1.5}.cs-t strong{color:var(--yellow)}.socio-card{background:#fff;border-radius:18px;border:1px solid rgba(30,52,68,.07);overflow:hidden;margin-bottom:18px;display:flex;transition:box-shadow .25s,transform .25s}.socio-card:hover{box-shadow:0 12px 40px rgba(30,52,68,.1);transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.socio-card:last-child{margin-bottom:0}.socio-card.rev{flex-direction:row-reverse}.sc-photo{width:272px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,var(--blue-light),#fff);position:relative;padding:24px}.sc-photo img{width:204px;height:204px;border-radius:50%;object-fit:cover;object-position:center;display:block;border:4px solid #fff;box-shadow:0 12px 32px rgba(30,52,68,.18)}.sc-photo-ph{width:204px;height:204px;border-radius:50%;background:var(--blue);align-items:center;font-family:var(--font-roboto),sans-serif;font-size:52px;font-weight:900;color:rgba(245,184,0,.4)}.sc-body,.sc-photo-ph{display:flex;justify-content:center}.sc-body{flex:1;padding:30px 34px;flex-direction:column}.sc-tag{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px}.sc-tag-dot{width:5px;height:5px;border-radius:50%;background:var(--yellow)}.sc-tag-text{font-size:12px;color:var(--yellow);font-weight:600;letter-spacing:.3px}.sc-name{font-family:var(--font-roboto),sans-serif;font-size:22px;font-weight:900;color:var(--blue);margin-bottom:5px;line-height:1.1}.sc-avatar{position:relative;line-height:0}.sc-li-badge{position:absolute;bottom:8px;right:8px;width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid rgba(30,52,68,.14);display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:22px;text-decoration:none;box-shadow:0 4px 14px rgba(30,52,68,.2);transition:color .2s,transform .2s,border-color .2s}.sc-li-badge:hover{color:#0a66c2;border-color:rgba(10,102,194,.4);transform:translateY(-2px)}.sc-linkedin{display:inline-flex;align-items:center;gap:7px;margin-top:10px;font-size:13px;font-weight:600;color:var(--blue);text-decoration:none;width:fit-content;transition:color .2s}.sc-linkedin i{font-size:18px}.sc-linkedin:hover{color:#0a66c2}.sc-role{font-size:13px;color:var(--text);line-height:1.4}.sc-div,.sc-role{margin-bottom:16px}.sc-div{height:1px;background:rgba(30,52,68,.08)}.sc-bio{font-size:14px;color:var(--text);line-height:1.78;font-weight:300;margin-bottom:16px}.sc-bio strong{color:var(--blue);font-weight:500}.sc-hls{display:flex;flex-wrap:wrap;gap:7px}.hl{background:rgba(30,52,68,.05);border:1px solid rgba(30,52,68,.1);border-radius:100px;padding:5px 13px;font-size:12px;color:var(--blue);font-weight:500}.hl.y{background:rgba(245,184,0,.1);border-color:rgba(245,184,0,.25);color:#b38600}.ds-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-bottom:22px}.d-card{background:#fff;border-radius:16px;padding:24px;border:1px solid rgba(30,52,68,.07);display:flex;gap:15px;align-items:flex-start;transition:border-color .2s,transform .2s}.d-card:hover{border-color:rgba(245,184,0,.35);transform:translateY(-2px)}.d-icon{width:42px;height:42px;border-radius:12px;background:rgba(245,184,0,.1);border:1px solid rgba(245,184,0,.2);display:flex;align-items:center;justify-content:center;color:var(--yellow);font-size:20px;flex-shrink:0}.d-t{font-family:var(--font-roboto),sans-serif;font-size:16px;font-weight:700;color:var(--blue);margin-bottom:7px}.d-d{font-size:13px;color:var(--text);line-height:1.65}.tl-wrap{background:#fff;border-radius:16px;border:1px solid rgba(30,52,68,.07);padding:28px 32px;margin-bottom:22px}.tl-lbl{font-size:12px;color:var(--text);letter-spacing:.8px;font-weight:600;margin-bottom:24px;text-transform:uppercase}.tl{display:flex;position:relative;overflow-x:auto;padding-bottom:4px}.tl:before{content:"";position:absolute;top:17px;left:0;right:0;height:1.5px;background:linear-gradient(to right,var(--yellow),rgba(30,52,68,.15));z-index:0}.tl-item{flex:1;min-width:130px;position:relative;z-index:1;padding-top:36px;padding-right:10px}.tl-dot{position:absolute;top:8px;left:0;width:20px;height:20px;border-radius:50%;background:var(--yellow);border:3px solid #fff;box-shadow:0 0 0 1.5px var(--yellow)}.tl-date{font-size:11px;font-weight:700;color:var(--yellow);margin-bottom:5px}.tl-ev{font-size:12px;color:var(--blue);line-height:1.5}.inst-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}.inst-card{background:var(--blue);border-radius:14px;padding:20px 18px;text-align:center}.inst-n{font-family:var(--font-roboto),sans-serif;font-size:24px;font-weight:900;color:var(--yellow);margin-bottom:5px}.inst-l{font-size:12px;color:hsla(0,0%,100%,.45);line-height:1.4}.sobre-block{background:var(--blue);border-radius:18px;padding:38px 42px;margin-bottom:22px;position:relative;overflow:hidden}.sobre-bg{position:absolute;top:-40px;right:-40px;width:220px;height:220px;border-radius:50%;background:rgba(245,184,0,.05);pointer-events:none}.sobre-lbl{font-size:11px;color:hsla(0,0%,100%,.3);letter-spacing:1px;margin-bottom:14px;text-transform:uppercase}.sobre-lbl,.sobre-txt{position:relative;z-index:1}.sobre-txt{font-size:15px;color:hsla(0,0%,100%,.65);line-height:1.85;font-weight:300;max-width:800px}.sobre-txt strong{color:#fff;font-weight:500}.sobre-txt .acc{color:var(--yellow);font-weight:500}.sobre-mv{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-top:26px;position:relative;z-index:1}.smv-c{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);padding:18px}.smv-i{font-size:20px;color:var(--yellow);margin-bottom:9px}.smv-t{font-size:13px;font-weight:600;margin-bottom:7px}.smv-d{font-size:12px;color:hsla(0,0%,100%,.45);line-height:1.65}.form-sec{background:var(--blue);position:relative}.form-sec-bg{position:absolute;inset:0;background:radial-gradient(ellipse 50% 50% at 100% 0,rgba(245,184,0,.07) 0,transparent 55%);pointer-events:none}.form-wrap{position:relative;z-index:1;display:flex;min-height:560px}.form-left{flex:1;padding:76px 60px;border-right:1px solid hsla(0,0%,100%,.07)}.form-left,.form-right{display:flex;flex-direction:column;justify-content:center}.form-right{width:480px;flex-shrink:0;padding:60px 52px;background:hsla(0,0%,100%,.03)}.form-t{font-family:var(--font-roboto),sans-serif;font-size:19px;font-weight:700;color:#fff;margin-bottom:7px}.form-s{font-size:14px;color:hsla(0,0%,100%,.4);margin-bottom:30px}.form-row{display:flex;gap:14px}.form-g{display:flex;flex-direction:column;gap:7px;margin-bottom:15px;flex:1}.form-g label{font-size:12px;color:hsla(0,0%,100%,.45);font-weight:500;letter-spacing:.3px}.form-g input,.form-g select,.form-g textarea{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.11);border-radius:10px;padding:12px 15px;font-size:14px;color:#fff;font-family:var(--font-roboto),sans-serif;outline:none;transition:border-color .2s,background .2s;width:100%}.form-g input::placeholder,.form-g textarea::placeholder{color:hsla(0,0%,100%,.2)}.form-g input:focus,.form-g select:focus,.form-g textarea:focus{border-color:rgba(245,184,0,.5);background:hsla(0,0%,100%,.08)}.form-g select{appearance:none;cursor:pointer}.form-g select option{background:#fff;color:var(--blue)}.form-g textarea{resize:none;height:90px}.sel-w{position:relative}.sel-w:after{content:"▾";position:absolute;right:15px;top:50%;transform:translateY(-50%);color:hsla(0,0%,100%,.3);font-size:12px;pointer-events:none}.form-nota{font-size:12px;color:hsla(0,0%,100%,.25);line-height:1.5;margin-bottom:18px}.btn-submit{width:100%;background:var(--yellow);color:var(--blue);border:none;border-radius:11px;padding:15px;font-size:15px;font-weight:700;font-family:var(--font-roboto),sans-serif;cursor:pointer;transition:background .2s,transform .15s;letter-spacing:-.1px}.btn-submit:hover{background:var(--yd);transform:translateY(-2px)}.form-success{display:none;flex-direction:column;text-align:center;padding:36px;flex:1}.form-success,.suc-icon{align-items:center;justify-content:center}.suc-icon{width:64px;height:64px;border-radius:50%;background:rgba(245,184,0,.15);display:flex;font-size:30px;color:var(--yellow);margin:0 auto 18px}.suc-t{font-family:var(--font-roboto),sans-serif;font-size:22px;font-weight:900;color:#fff;margin-bottom:9px}.suc-d{font-size:14px;color:hsla(0,0%,100%,.5);line-height:1.75}.pl-list{display:flex;flex-direction:column;gap:15px;margin-bottom:38px}.pl-item{display:flex;align-items:flex-start;gap:13px}.pl-icon{width:36px;height:36px;border-radius:10px;background:rgba(245,184,0,.1);border:1px solid rgba(245,184,0,.2);display:flex;align-items:center;justify-content:center;color:var(--yellow);font-size:17px;flex-shrink:0;margin-top:1px}.pl-text strong{display:block;font-size:14px;color:#fff;font-weight:500;margin-bottom:2px}.pl-text span{font-size:13px;color:hsla(0,0%,100%,.4);line-height:1.5}.contact-row{flex-direction:column;padding-top:26px;border-top:1px solid hsla(0,0%,100%,.07)}.ci,.contact-row{display:flex;gap:11px}.ci{align-items:center;font-size:13px;color:hsla(0,0%,100%,.5)}.ci i{color:var(--yellow);font-size:15px;width:17px}.ci a{color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .2s}.ci a:hover{color:var(--yellow)}.footer{background:var(--blue);border-top:1px solid hsla(0,0%,100%,.07);padding:22px 52px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:18px}.footer .ft{font-size:13px;color:hsla(0,0%,100%,.3)}.footer .ft strong{color:hsla(0,0%,100%,.5)}.fbadges{display:flex;gap:10px;flex-wrap:wrap}.fbadge{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:5px 13px;font-size:12px;color:hsla(0,0%,100%,.45);font-weight:500}.social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9px;border:1px solid hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.6);font-size:19px;transition:color .2s,border-color .2s,background .2s;text-decoration:none;flex-shrink:0}.social-link:hover{color:var(--yellow);border-color:rgba(245,184,0,.45);background:rgba(245,184,0,.08)}.social-link.on-light{border-color:rgba(30,52,68,.15);color:var(--blue)}.social-link.on-light:hover{color:#fff;background:var(--blue);border-color:var(--blue)}.nav-right{display:flex;align-items:center;gap:12px}.nav-social{width:38px;height:38px;font-size:20px}.smv-t{font-size:16px;font-weight:700;color:#fff;margin-bottom:10px}.smv-d{font-size:15px;color:hsla(0,0%,100%,.65);line-height:1.7}.smv-c{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:14px;padding:26px}.section.bg-gray .cl-track-wrap:before{background:linear-gradient(to right,var(--gray) 40%,transparent)}.section.bg-white .cl-track-wrap:before{background:linear-gradient(90deg,#fff 40%,transparent)}.section.bg-white .cl-track-wrap:after{background:linear-gradient(270deg,#fff 40%,transparent)}.section.bg-gray .cl-track-wrap:after{background:linear-gradient(to left,var(--gray) 40%,transparent)}.socios-grid{max-width:1100px;margin:0 auto}.hero-circuit{position:absolute;inset:0;z-index:1;width:100%;height:100%;pointer-events:none}.lead-intro{max-width:900px;margin:0 auto 46px;text-align:center}.lead-intro p{font-size:17px;line-height:1.85;color:var(--text-dark);font-weight:300;text-wrap:pretty}.lead-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));gap:18px}.lead-card{background:#fff;border:1px solid rgba(30,52,68,.07);border-radius:16px;padding:26px 28px;display:flex;gap:20px;align-items:flex-start;transition:box-shadow .25s,transform .25s}.lead-card:hover{box-shadow:0 12px 40px rgba(30,52,68,.1);transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.lc-photo{width:96px;height:96px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--blue-light);position:relative;box-shadow:0 4px 14px rgba(30,52,68,.14)}.lc-photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.lc-ph{position:absolute;inset:0;display:none;align-items:center;justify-content:center;font-family:var(--font-roboto),sans-serif;font-size:30px;font-weight:900;color:rgba(245,184,0,.45)}.lc-body{flex:1;min-width:0}.lc-name{font-family:var(--font-roboto),sans-serif;font-size:19px;font-weight:900;color:var(--blue);line-height:1.15;margin-bottom:5px}.lc-role{font-size:12px;font-weight:600;color:var(--yd);letter-spacing:.3px;margin-bottom:15px;text-transform:uppercase}.lc-creds{list-style:none;display:flex;flex-direction:column;gap:7px}.lc-creds li{position:relative;padding-left:16px;font-size:13px;line-height:1.5;color:var(--text)}.lc-creds li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;border-radius:50%;background:var(--yellow)}.lc-creds li strong{color:var(--blue);font-weight:500}@media(max-width:980px){.lead-grid{grid-template-columns:1fr;max-width:680px}}@media(max-width:560px){.lead-card{flex-direction:column}.lc-photo{width:84px;height:84px}.lead-intro p{font-size:15px}}.sc-dtitle{font-size:11px;font-weight:700;color:var(--blue);letter-spacing:.6px;text-transform:uppercase;margin:18px 0 12px;display:flex;align-items:center;gap:9px}.sc-dtitle:before{content:"";width:18px;height:2px;background:var(--yellow);border-radius:2px;flex-shrink:0}.sc-list{list-style:none;display:flex;flex-direction:column;gap:9px}.sc-list>li{position:relative;padding-left:18px;font-size:14px;line-height:1.55;color:var(--text)}.sc-list>li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:var(--yellow)}.sc-list>li strong{color:var(--blue);font-weight:600}.sc-sublist{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.sc-sublist li{font-size:12px;color:var(--blue);background:rgba(30,52,68,.05);border:1px solid rgba(30,52,68,.1);border-radius:100px;padding:4px 12px;line-height:1.3}.map-wrap{display:flex;justify-content:center;padding:8px 0}.map-img{width:100%;max-width:500px;height:auto;display:block;filter:drop-shadow(0 18px 40px rgba(30,52,68,.12))}.natl-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1040px;margin:0 auto}.natl-text .eyebrow{margin-bottom:18px}.natl-sub{font-size:16px;line-height:1.75;font-weight:300;color:var(--text);margin:0 0 26px;max-width:440px}.natl-stat{display:flex;align-items:center;gap:16px;padding:20px 0 22px;border-top:1px solid rgba(30,52,68,.1);border-bottom:1px solid rgba(30,52,68,.1);margin-bottom:22px}.natl-n{font-family:var(--font-roboto),sans-serif;font-size:64px;font-weight:900;line-height:.9;color:var(--yellow);letter-spacing:-2px}.natl-nl{font-size:14px;font-weight:700;color:var(--blue);line-height:1.25;text-transform:uppercase;letter-spacing:.5px}.natl-note{font-size:14px;line-height:1.7;font-weight:300;color:var(--text);margin:0;max-width:420px}.natl-map{display:flex;justify-content:center}@media(max-width:820px){.natl-grid{grid-template-columns:1fr;gap:32px}.natl-note,.natl-sub{max-width:none}.natl-text .sec-title{text-align:left}}.traj-grid{display:grid;grid-template-columns:auto 1fr;gap:56px;align-items:center;max-width:940px;margin:0 auto}.traj-num{font-family:var(--font-roboto),sans-serif;font-size:104px;font-weight:900;line-height:.85;color:var(--yellow);letter-spacing:-4px;display:flex;align-items:baseline;gap:10px}.traj-num-u{font-size:30px;font-weight:700;letter-spacing:-1px}.traj-num-l{font-size:16px;font-weight:600;color:#fff;margin-top:16px;max-width:230px;line-height:1.35}.traj-since{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.45);letter-spacing:1.5px;text-transform:uppercase;margin-top:12px}.traj-txt{border-left:1px solid hsla(0,0%,100%,.14);padding-left:56px}.traj-txt p{font-size:16px;line-height:1.8;font-weight:300;color:hsla(0,0%,100%,.7);margin:0 0 16px}.traj-txt p:last-child{margin-bottom:0}.traj-txt strong{color:var(--yellow);font-weight:600}@media(max-width:820px){.traj-grid{grid-template-columns:1fr;gap:30px}.traj-num{font-size:82px}.traj-txt{border-left:none;padding-left:0}}.office-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center}.office-logo{height:34px;width:auto;display:block;margin-bottom:6px}.office-rule{height:1.5px;width:200px;background:rgba(245,184,0,.55);margin:22px 0}.office-addr{display:flex;flex-direction:column;gap:10px}.office-addr span{font-size:18px;font-weight:600;color:#fff;line-height:1.4}.office-map{border-radius:16px;overflow:hidden;border:1px solid rgba(245,184,0,.25);height:360px;background:hsla(0,0%,100%,.04)}.office-map iframe{width:100%;height:100%;border:0;display:block;filter:grayscale(.15) contrast(1.04)}@media(max-width:860px){.office-grid{grid-template-columns:1fr;gap:28px}.office-map{height:280px}}.cap-subtitle{font-family:var(--font-roboto),sans-serif;font-size:21px;font-weight:700;color:var(--blue);max-width:760px;margin:0 auto;line-height:1.3}.cstory-head{display:flex;align-items:center;gap:18px;margin:52px auto 26px;max-width:600px}.cstory-divline{flex:1;height:1px;background:hsla(0,0%,100%,.12)}.cstory-headtxt{font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:hsla(0,0%,100%,.5);white-space:nowrap}.case-stories{display:flex;flex-direction:column;gap:18px}.cstory{display:flex;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:18px;overflow:hidden;transition:border-color .2s,background .2s,transform .2s}.cstory:hover{border-color:rgba(245,184,0,.3);background:rgba(245,184,0,.045);transform:translateY(-2px)}.cstory-img{width:30%;min-width:210px;flex-shrink:0;background-size:cover;background-position:50%}.cstory-body{flex:1;padding:32px 36px}.cstory-seg{display:inline-flex;align-items:center;gap:8px;background:rgba(245,184,0,.13);color:var(--yellow);font-weight:600;font-size:12.5px;padding:6px 14px;border-radius:100px;margin-bottom:16px;letter-spacing:.3px}.cstory-seg i{font-size:15px}.cstory-list{list-style:none;display:flex;flex-direction:column;gap:12px}.cstory-list li{position:relative;padding-left:22px;font-size:14px;line-height:1.6;color:hsla(0,0%,100%,.8);font-weight:300}.cstory-list li:before{content:"";position:absolute;left:1px;top:7px;width:7px;height:7px;background:var(--yellow);transform:rotate(45deg);border-radius:1px}.cstory-hl{color:var(--yellow);font-weight:700;white-space:nowrap}@media(max-width:820px){.cstory{flex-direction:column}.cstory-img{width:100%;height:180px;min-width:0}.cstory-body{padding:26px 24px}}.act-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1000px;margin:0 auto}.act-card{background:#fff;border:1px solid rgba(30,52,68,.08);border-radius:16px;padding:30px 32px;display:flex;gap:22px;align-items:flex-start;transition:box-shadow .25s,transform .25s,border-color .25s}.act-card:hover{box-shadow:0 14px 44px rgba(30,52,68,.1);transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.act-num{font-family:var(--font-roboto),sans-serif;font-size:34px;font-weight:900;line-height:1;width:46px}.act-ic,.act-num{color:var(--yellow);flex-shrink:0}.act-ic{width:54px;height:54px;border-radius:14px;background:rgba(245,184,0,.12);display:flex;align-items:center;justify-content:center;font-size:27px;transition:background .25s}.act-card:hover .act-ic{background:rgba(245,184,0,.2)}.act-body{flex:1}.act-t{font-family:var(--font-roboto),sans-serif;font-size:18px;font-weight:900;color:var(--blue);line-height:1.22;margin-bottom:11px}.act-d{font-size:14px;line-height:1.65;color:var(--text);font-weight:300}.act-d strong{color:var(--blue);font-weight:600}@media(max-width:820px){.act-grid{grid-template-columns:1fr}}.varejista-wrap{max-width:1040px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}.varejista-p{font-size:16px;line-height:1.8;color:var(--text-dark,#33444f);font-weight:300;margin-bottom:22px}.varejista-p strong{color:var(--blue);font-weight:700}.varejista-cred{display:inline-flex;align-items:center;gap:9px;font-size:13px;color:var(--blue);font-weight:600;background:rgba(245,184,0,.12);border:1px solid rgba(245,184,0,.3);border-radius:100px;padding:9px 16px;margin-bottom:28px}.varejista-cred i{font-size:16px;color:var(--yd)}.varejista-box{background:var(--blue);border-radius:18px;padding:36px 38px}.vb-label{font-family:var(--font-roboto),sans-serif;font-size:20px;font-weight:900;color:#fff;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid rgba(245,184,0,.3)}.vb-list{list-style:none;display:flex;flex-direction:column;gap:14px}.vb-list li{display:flex;gap:12px;font-size:14px;color:hsla(0,0%,100%,.82);line-height:1.5}.vb-arrow{color:var(--yellow);font-weight:700;flex-shrink:0;font-size:17px;line-height:1.3}@media(max-width:820px){.varejista-wrap{grid-template-columns:1fr;gap:28px}}.cstory-metrics{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.08);flex-wrap:wrap}.csm-n{font-family:var(--font-roboto),sans-serif;font-size:20px;font-weight:900;color:#fff;line-height:1;white-space:nowrap}.csm-n span{font-size:12px;font-weight:700;color:hsla(0,0%,100%,.72)}.csm.hl .csm-n{color:var(--yellow)}.csm-l{font-size:10.5px;color:hsla(0,0%,100%,.5);margin-top:5px;line-height:1.3}.csm-arrow{color:rgba(245,184,0,.55);font-size:15px;font-weight:700}.cstory-frentes{font-size:13.5px;font-weight:700;color:#fff;margin-bottom:13px}@media(max-width:560px){.cstory-metrics{gap:8px}.csm-arrow{display:none}.csm{min-width:30%}}.arch-cta{display:block;width:100%;margin-top:14px;background:var(--yellow);color:var(--blue);font-family:var(--font-roboto),sans-serif;font-weight:700;font-size:12.5px;letter-spacing:.2px;border:0;border-radius:8px;padding:11px 12px;cursor:pointer;text-align:center;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s}.arch-cta:hover{background:var(--yd);transform:translateY(-2px);box-shadow:0 8px 20px rgba(245,184,0,.28)}.ftagline{font-size:13px;color:var(--yellow);font-style:italic;font-weight:500;letter-spacing:.2px}.ag-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1080px;margin:0 auto}.ag-card{background:#fff;border:1px solid rgba(30,52,68,.08);border-radius:16px;padding:34px 30px;transition:box-shadow .25s,transform .25s,border-color .25s}.ag-card:hover{box-shadow:0 16px 44px rgba(30,52,68,.1);transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.ag-ic{width:54px;height:54px;border-radius:13px;background:rgba(245,184,0,.13);display:flex;align-items:center;justify-content:center;font-size:26px;color:var(--yd);margin-bottom:20px}.ag-t{font-family:var(--font-roboto),sans-serif;font-size:19px;font-weight:900;color:var(--blue);margin-bottom:11px;line-height:1.2}.ag-d{font-size:14px;line-height:1.7;color:var(--text);font-weight:300}.ag-d strong{color:var(--blue);font-weight:600}.ag-grid3.on-dark .ag-card{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.1)}.ag-grid3.on-dark .ag-card:hover{border-color:rgba(245,184,0,.4);box-shadow:none;transform:translateY(-2px)}.ag-grid3.on-dark .ag-ic{background:rgba(245,184,0,.15);color:var(--yellow)}.ag-grid3.on-dark .ag-t{color:#fff}.ag-grid3.on-dark .ag-d{color:hsla(0,0%,100%,.7)}.ag-grid3.on-dark .ag-d strong{color:var(--yellow)}@media(max-width:880px){.ag-grid3{grid-template-columns:1fr}}.ag-steps{max-width:900px;margin:0 auto;display:flex;flex-direction:column}.ag-step{display:flex;gap:24px;align-items:flex-start;padding:24px 0;border-bottom:1px solid rgba(30,52,68,.1)}.ag-step:last-child{border-bottom:0}.ag-step-n{flex-shrink:0;width:46px;height:46px;border-radius:50%;background:var(--blue);color:var(--yellow);display:flex;align-items:center;justify-content:center;font-family:var(--font-roboto),sans-serif;font-weight:900;font-size:18px}.ag-step-b{flex:1;padding-top:4px}.ag-step-t{font-family:var(--font-roboto),sans-serif;font-size:17px;font-weight:700;color:var(--blue);margin-bottom:6px}.ag-step-d{font-size:14px;line-height:1.65;color:var(--text);font-weight:300}.ag-close{max-width:820px;margin:0 auto;text-align:center}.ag-close-q{font-family:var(--font-roboto),sans-serif;font-size:34px;font-weight:900;color:#fff;line-height:1.25;margin-bottom:18px}.ag-close-q span{color:var(--yellow)}.ag-close-d{font-size:16px;color:hsla(0,0%,100%,.72);font-weight:300;line-height:1.7;margin:0 auto 34px;max-width:600px}.ag-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:600px){.ag-close-q{font-size:25px}.ag-step{gap:16px}}.ag-form-card{max-width:760px;margin:0 auto;background:var(--blue);border-radius:20px;padding:48px 50px;box-shadow:0 26px 64px rgba(30,52,68,.18)}.ag-form-card .form-g,.ag-form-card .form-row{margin-bottom:18px}.btn-disabled{opacity:.5;cursor:not-allowed;display:inline-flex;align-items:center;gap:9px}.btn-disabled:hover{transform:none!important;background:transparent!important}.btn-disabled .soon{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:rgba(245,184,0,.18);color:var(--yellow);border:1px solid rgba(245,184,0,.35);border-radius:100px;padding:3px 9px}@media(max-width:600px){.ag-form-card{padding:32px 24px}}.pf-wrap{max-width:1040px;margin:0 auto}.pf-cards{display:grid;grid-template-columns:1fr 1.7fr;gap:22px;align-items:stretch}.pf-total-bar{margin-top:22px;background:var(--blue);border-radius:16px;padding:22px 38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.pf-total-bar .pf-total-l{margin-bottom:0}.pf-group{background:#fff;border:1px solid rgba(30,52,68,.08);border-radius:16px;padding:28px 30px}.pf-gh{gap:11px;font-family:var(--font-roboto),sans-serif;font-weight:900;font-size:14px;color:var(--blue);text-transform:uppercase;letter-spacing:.04em;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid rgba(30,52,68,.1)}.pf-gh,.pf-gi{display:flex;align-items:center}.pf-gi{width:36px;height:36px;border-radius:9px;background:rgba(245,184,0,.14);justify-content:center;font-size:19px;color:var(--yd);flex-shrink:0}.pf-items{display:flex;gap:28px}.pf-item{flex:1}.pf-n{font-family:var(--font-roboto),sans-serif;font-weight:900;font-size:38px;color:var(--blue);line-height:1;display:flex;align-items:baseline;gap:5px}.pf-n span{font-size:15px;font-weight:700;color:var(--yd)}.pf-l{font-size:13px;color:var(--text);margin-top:7px;line-height:1.4}.pf-total{background:var(--blue);border-radius:16px;padding:28px 34px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-width:200px}.pf-total-l{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:hsla(0,0%,100%,.6);margin-bottom:10px}.pf-total-n{font-family:var(--font-roboto),sans-serif;font-weight:900;font-size:52px;color:var(--yellow);line-height:1;display:flex;align-items:baseline;gap:6px}.pf-total-n span{font-size:19px;font-weight:700;color:#fff}@media(max-width:880px){.pf-cards{grid-template-columns:1fr}.pf-items{flex-direction:column;gap:16px}.pf-total-bar{flex-direction:column;text-align:center;gap:8px}}.pf-band{position:relative;background-size:cover;background-position:50%;padding:90px 32px;text-align:center;overflow:hidden}.pf-band-ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,52,68,.84),rgba(30,52,68,.72))}.pf-band-inner{position:relative;z-index:1;max-width:760px;margin:0 auto}.pf-band-t{font-family:var(--font-roboto),sans-serif;font-weight:900;font-size:34px;color:#fff;line-height:1.2;margin-bottom:14px}.pf-band-d{font-size:16px;color:hsla(0,0%,100%,.8);font-weight:300;line-height:1.7}@media(max-width:600px){.pf-band{padding:60px 22px}.pf-band-t{font-size:24px}}.loc-wrap{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.loc-map{position:relative}.loc-map img{width:100%;max-width:420px;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 18px 40px rgba(30,52,68,.12))}.loc-pin{position:absolute;transform:translate(-50%,-50%);width:0;height:0;z-index:2}.loc-pin-dot{position:absolute;left:-7.5px;top:-7.5px;width:15px;height:15px;border-radius:50%;background:var(--blue);border:3px solid var(--yellow);animation:pinpulse 2s ease-out infinite}@keyframes pinpulse{0%{box-shadow:0 0 0 0 rgba(245,184,0,.5)}70%{box-shadow:0 0 0 13px rgba(245,184,0,0)}to{box-shadow:0 0 0 0 rgba(245,184,0,0)}}.loc-pin-label{position:absolute;bottom:13px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;font-size:11px;font-weight:700;padding:3px 9px;border-radius:100px;white-space:nowrap}.loc-region{font-family:var(--font-roboto),sans-serif;font-weight:900;font-size:24px;color:var(--blue);margin-bottom:14px}.loc-p{font-size:15px;line-height:1.75;color:var(--text);font-weight:300;margin-bottom:24px}.loc-cities{display:flex;flex-direction:column;gap:12px}.loc-city{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:var(--blue)}.loc-city i{color:var(--yd);font-size:18px}@media(max-width:820px){.loc-wrap{grid-template-columns:1fr;gap:28px}}.usmap-wrap{max-width:560px;margin:0 auto;text-align:center}.usmap{position:relative;display:inline-block;width:100%;max-width:430px}.usmap img{width:100%;height:auto;display:block;filter:drop-shadow(0 18px 40px rgba(30,52,68,.16))}.uspin{position:absolute;width:15px;height:15px;border-radius:50%;background:var(--yellow);border:3px solid #fff;transform:translate(-50%,-50%);box-shadow:0 2px 7px rgba(0,0,0,.35);z-index:2}.uspin:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:2px solid rgba(245,184,0,.65);animation:uspulse 2.4s ease-out infinite}@keyframes uspulse{0%{transform:scale(1);opacity:.75}70%{transform:scale(2.6);opacity:0}to{opacity:0}}.usmap-legend{margin-top:22px;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--blue)}.usmap-legend i{color:var(--yd);font-size:17px}.uspin-legend{width:13px;height:13px;border-radius:50%;background:var(--yellow);border:2px solid var(--blue)}@media(max-width:820px){.ds-row,.feat-grid,.proj-grid,.sobre-mv{grid-template-columns:1fr}}@media(max-width:900px){.form-wrap{flex-direction:column;min-height:0}.form-left{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.07);padding:44px 24px}.form-right{width:100%;padding:36px 24px}}@media(max-width:700px){.techdual{flex-direction:column}.grid3-mobile{grid-template-columns:1fr!important}}@media(max-width:820px){.arch-branches{flex-direction:column;align-items:stretch;gap:14px;overflow-x:visible;width:100%!important;margin-top:14px}.arch-branch-col{min-width:0;width:100%;flex-shrink:1}}@media(max-width:900px){.navbar{padding:0 18px}.nav-links,.nav-right{display:none!important}.nav-toggle{display:flex!important;align-items:center;justify-content:center}.ctt-wrap{flex-direction:column!important;min-height:0!important}.ctt-left{border-right:none!important;border-bottom:1px solid rgba(30,52,68,.1);padding:44px 24px!important}.ctt-right{width:100%!important;padding:36px 24px!important}}.reveal{transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}.reveal.stagger{opacity:1!important;transform:none!important}.stagger>*{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}.stagger.visible>*{opacity:1;transform:none}.stagger.visible>:first-child{transition-delay:.05s}.stagger.visible>:nth-child(2){transition-delay:.17s}.stagger.visible>:nth-child(3){transition-delay:.29s}.stagger.visible>:nth-child(4){transition-delay:.41s}.stagger.visible>:nth-child(5){transition-delay:.53s}.stagger.visible>:nth-child(6){transition-delay:.65s}.stagger.visible>:nth-child(n+7){transition-delay:.72s}.act-card,.ag-card,.case-feat,.cc,.cstory,.d-card,.e-card,.feat-card,.home-card,.lead-card,.pf-group,.proj-card,.socio-card,.stat-c{transition:box-shadow .35s cubic-bezier(.22,.61,.36,1),transform .35s cubic-bezier(.22,.61,.36,1),border-color .3s ease,background .3s ease}.act-ic,.ag-ic,.cc-ic,.d-icon,.e-head .e-ic,.fi,.lc-photo,.pf-gi{transition:transform .4s cubic-bezier(.34,1.56,.64,1),background .3s ease,color .3s ease,box-shadow .3s ease}.act-card:hover .act-ic,.ag-card:hover .ag-ic,.cc:hover .cc-ic,.d-card:hover .d-icon,.e-card:hover .e-head .e-ic,.feat-card:hover .fi,.pf-group:hover .pf-gi{transform:translateY(-3px) scale(1.16);box-shadow:0 8px 20px rgba(245,184,0,.25)}.pf-group:hover{box-shadow:0 14px 40px rgba(30,52,68,.09)}.pf-group:hover,.stat-c:hover{transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.smv-i{transition:transform .4s cubic-bezier(.34,1.56,.64,1);transform-origin:left center}.smv-c{transition:transform .25s ease,border-color .2s ease}.smv-c:hover{transform:translateY(-2px);border-color:rgba(245,184,0,.4)}.smv-c:hover .smv-i{transform:translateY(-3px) scale(1.16)}.ix-blue{border:1px solid transparent;transition:transform .25s ease,border-color .2s ease,box-shadow .25s ease}.ix-blue:hover{transform:translateY(-2px);border-color:rgba(245,184,0,.45);box-shadow:0 14px 34px rgba(0,0,0,.18)}.ix-dark{transition:transform .25s ease,border-color .2s ease}.ix-dark:hover{transform:translateY(-2px);border-color:rgba(245,184,0,.4)!important}.ix-branch{position:relative;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ix-branch-ov{position:absolute;inset:0;z-index:1;border-radius:inherit}.ix-branch .arch-cta{position:relative;z-index:2}.ix-branch:hover{transform:translateY(-2px);border-color:var(--yd)!important;box-shadow:0 10px 26px rgba(30,52,68,.14)}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:11px;right:11px;bottom:2px;height:3px;background:var(--yellow);transform:scaleX(0);transform-origin:left center;transition:transform .34s cubic-bezier(.22,.61,.36,1);border-radius:3px;box-shadow:0 1px 6px rgba(245,184,0,.5)}.nav-links a.active:after,.nav-links a:hover:after{transform:scaleX(1)}.nav-links a.active,.nav-links a:hover{background:transparent;color:#fff}.page.active{animation:d3PageIn .45s cubic-bezier(.22,.61,.36,1)}@keyframes d3PageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}#hero-section .hero-left,.page-hero .ph-inner{transition:transform .35s cubic-bezier(.22,.61,.36,1);will-change:transform}@media (prefers-reduced-motion:reduce){.stagger>*{opacity:1!important;transform:none!important;transition:none!important}.page.active{animation:none!important}#hero-section .hero-left,.page-hero .ph-inner{transition:none!important}}.page section.section{position:relative;z-index:0}.page section.section:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:50%;opacity:.06}#page-home section.section:nth-of-type(3n+1):not(.bg-blue):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='520' height='400'><g fill='none' stroke='%231e3444' stroke-width='2'><circle cx='40' cy='360' r='70'/><circle cx='40' cy='360' r='140'/><circle cx='40' cy='360' r='210'/><circle cx='40' cy='360' r='280'/><circle cx='40' cy='360' r='350'/></g></svg>");background-position:0 100%;opacity:.07}#page-home section.section:nth-of-type(3n+1).bg-blue:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='520' height='400'><g fill='none' stroke='%23ffffff' stroke-width='2'><circle cx='40' cy='360' r='70'/><circle cx='40' cy='360' r='140'/><circle cx='40' cy='360' r='210'/><circle cx='40' cy='360' r='280'/><circle cx='40' cy='360' r='350'/></g></svg>");background-position:0 100%;opacity:.06}#page-home section.section:nth-of-type(3n+2):not(.bg-blue):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='620' height='420'><g fill='none' stroke='%231e3444' stroke-width='2'><circle cx='60' cy='360' r='60'/><circle cx='60' cy='360' r='120'/><circle cx='60' cy='360' r='180'/><circle cx='540' cy='60' r='55'/><circle cx='540' cy='60' r='110'/><circle cx='540' cy='60' r='165'/><circle cx='540' cy='60' r='220'/></g></svg>");background-position:100% 0;background-size:620px 420px;opacity:.06}#page-home section.section:nth-of-type(3n+2).bg-blue:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='620' height='420'><g fill='none' stroke='%23ffffff' stroke-width='2'><circle cx='60' cy='360' r='60'/><circle cx='60' cy='360' r='120'/><circle cx='60' cy='360' r='180'/><circle cx='540' cy='60' r='55'/><circle cx='540' cy='60' r='110'/><circle cx='540' cy='60' r='165'/><circle cx='540' cy='60' r='220'/></g></svg>");background-position:100% 0;background-size:620px 420px;opacity:.06}#page-home section.section:nth-of-type(3n):not(.bg-blue):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='520' height='400'><g fill='none' stroke='%231e3444' stroke-width='2'><circle cx='480' cy='40' r='70'/><circle cx='480' cy='40' r='140'/><circle cx='480' cy='40' r='210'/><circle cx='480' cy='40' r='280'/><circle cx='480' cy='40' r='350'/></g></svg>");background-position:100% 0;opacity:.06}#page-home section.section:nth-of-type(3n).bg-blue:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='520' height='400'><g fill='none' stroke='%23ffffff' stroke-width='2'><circle cx='480' cy='40' r='70'/><circle cx='480' cy='40' r='140'/><circle cx='480' cy='40' r='210'/><circle cx='480' cy='40' r='280'/><circle cx='480' cy='40' r='350'/></g></svg>");background-position:100% 0;opacity:.05}#page-trading section.section:nth-of-type(3n+1):not(.bg-blue):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='760' height='210'><g stroke='%231e3444' stroke-width='2' fill='none'><line x1='60' y1='40' x2='60' y2='170'/><rect x='48' y='70' width='24' height='60' fill='%23f5b800' stroke='none'/><line x1='130' y1='60' x2='130' y2='185'/><rect x='118' y='100' width='24' height='55'/><line x1='200' y1='30' x2='200' y2='150'/><rect x='188' y='60' width='24' height='60' fill='%23f5b800' stroke='none'/><line x1='270' y1='80' x2='270' y2='190'/><rect x='258' y='115' width='24' height='50'/><line x1='340' y1='45' x2='340' y2='160'/><rect x='328' y='75' width='24' height='55' fill='%23f5b800' stroke='none'/><line x1='410' y1='55' x2='410' y2='175'/><rect x='398' y='90' width='24' height='60'/><line x1='480' y1='25' x2='480' y2='145'/><rect x='468' y='55' width='24' height='55' fill='%23f5b800' stroke='none'/><line x1='550' y1='70' x2='550' y2='185'/><rect x='538' y='105' width='24' height='50'/><line x1='620' y1='40' x2='620' y2='155'/><rect x='608' y='70' width='24' height='55' fill='%23f5b800' stroke='none'/><line x1='690' y1='60' x2='690' y2='180'/><rect x='678' y='95' width='24' height='55'/></g></svg>");background-repeat:no-repeat;background-position:top;background-size:100% auto;opacity:.08}#page-trading section.section:nth-of-type(3n+1).bg-blue:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='760' height='210'><g stroke='%23ffffff' stroke-width='2' fill='none'><line x1='60' y1='40' x2='60' y2='170'/><rect x='48' y='70' width='24' height='60' fill='%23f5b800' stroke='none'/><line x1='130' y1='60' x2='130' y2='185'/><rect x='118' y='100' width='24' height='55'/><line x1='200' y1='30' x2='200' y2='150'/><rect x='188' y='60' width='24' height='60' fill='%23f5b800' stroke='none'/><line x1='270' y1='80' x2='270' y2='190'/><rect x='258' y='115' width='24' height='50'/><line x1='340' y1='45' x2='340' y2='160'/><rect x='328' y='75' width='24' height='55' fill='%23f5b800' stroke='none'/><line x1='410' y1='55' x2='410' y2='175'/><rect x='398' y='90' width='24' height='60'/><line x1='480' y1='25' x2='480' y2='145'/><rect x='468' y='55' width='24' height='55' fill='%23f5b800' stroke='none'/><line x1='550' y1='70' x2='550' y2='185'/><rect x='538' y='105' width='24' height='50'/><line x1='620' y1='40' x2='620' y2='155'/><rect x='608' y='70' width='24' height='55' fill='%23f5b800' stroke='none'/><line x1='690' y1='60' x2='690' y2='180'/><rect x='678' y='95' width='24' height='55'/></g></svg>");background-repeat:no-repeat;background-position:top;background-size:100% auto;opacity:.08}#page-trading section.section:nth-of-type(3n+2).bg-blue:before,#page-trading section.section:nth-of-type(3n+2):not(.bg-blue):before{background-image:none}#page-trading section.section:nth-of-type(3n):not(.bg-blue):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='900' height='210' preserveAspectRatio='none'><path d='M0 100 L110 108 L220 70 L340 92 L450 60 L560 96 L680 56 L800 90 L900 58' fill='none' stroke='%23f5b800' stroke-width='2.6'/><path d='M0 150 L120 158 L240 120 L360 150 L480 116 L600 150 L720 110 L840 146 L900 120' fill='none' stroke='%231e3444' stroke-width='1.6' opacity='.45'/></svg>");background-size:100% 100%;opacity:.18}#page-trading section.section:nth-of-type(3n).bg-blue:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='900' height='210' preserveAspectRatio='none'><path d='M0 100 L110 108 L220 70 L340 92 L450 60 L560 96 L680 56 L800 90 L900 58' fill='none' stroke='%23f5b800' stroke-width='2.6'/><path d='M0 150 L120 158 L240 120 L360 150 L480 116 L600 150 L720 110 L840 146 L900 120' fill='none' stroke='%23ffffff' stroke-width='1.6' opacity='.45'/></svg>");background-size:100% 100%;opacity:.16}#page-consult section.section:nth-of-type(4n+1).bg-blue:before,#page-consult section.section:nth-of-type(4n+1):not(.bg-blue):before{background-image:none}#page-consult section.section:nth-of-type(4n+2):not(.bg-blue):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='500' height='260'><circle cx='420' cy='50' r='21' fill='none' stroke='%23f5b800' stroke-width='2.6'/><g stroke='%23f5b800' stroke-width='2.4' stroke-linecap='round'><line x1='448.0' y1='50.0' x2='457.0' y2='50.0'/><line x1='444.2' y1='64.0' x2='452.0' y2='68.5'/><line x1='434.0' y1='74.2' x2='438.5' y2='82.0'/><line x1='420.0' y1='78.0' x2='420.0' y2='87.0'/><line x1='406.0' y1='74.2' x2='401.5' y2='82.0'/><line x1='395.8' y1='64.0' x2='388.0' y2='68.5'/><line x1='392.0' y1='50.0' x2='383.0' y2='50.0'/><line x1='395.8' y1='36.0' x2='388.0' y2='31.5'/><line x1='406.0' y1='25.8' x2='401.5' y2='18.0'/><line x1='420.0' y1='22.0' x2='420.0' y2='13.0'/><line x1='434.0' y1='25.8' x2='438.5' y2='18.0'/><line x1='444.2' y1='36.0' x2='452.0' y2='31.5'/></g><g stroke='%23f5b800' stroke-width='2' opacity='.8' stroke-linecap='round'><line x1='356' y1='96' x2='342' y2='122'/><line x1='382' y1='96' x2='368' y2='122'/><line x1='408' y1='96' x2='394' y2='122'/></g><g fill='none' stroke='%231e3444' stroke-width='1.8'><polygon points='187,176 235,176 224,202 176,202'/><line x1='211' y1='176' x2='200' y2='202'/><line x1='181.5' y1='189' x2='229.5' y2='189'/><polygon points='239,176 287,176 276,202 228,202'/><line x1='263' y1='176' x2='252' y2='202'/><line x1='233.5' y1='189' x2='281.5' y2='189'/><polygon points='291,176 339,176 328,202 280,202'/><line x1='315' y1='176' x2='304' y2='202'/><line x1='285.5' y1='189' x2='333.5' y2='189'/><polygon points='343,176 391,176 380,202 332,202'/><line x1='367' y1='176' x2='356' y2='202'/><line x1='337.5' y1='189' x2='385.5' y2='189'/></g><g stroke='%231e3444' stroke-width='1.6'><line x1='200' y1='202' x2='200' y2='226'/><line x1='252' y1='202' x2='252' y2='226'/><line x1='304' y1='202' x2='304' y2='226'/><line x1='356' y1='202' x2='356' y2='226'/><line x1='158' y1='226' x2='398' y2='226'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='190' height='150'><g fill='none' stroke='%231e3444' stroke-width='2'><rect x='30' y='30' width='34' height='84' rx='4'/><rect x='40' y='23' width='14' height='7' rx='2'/><rect x='72' y='30' width='34' height='84' rx='4'/><rect x='82' y='23' width='14' height='7' rx='2'/><rect x='114' y='30' width='34' height='84' rx='4'/><rect x='124' y='23' width='14' height='7' rx='2'/></g><g fill='%23f5b800'><rect x='35' y='88' width='24' height='10' rx='2'/><rect x='35' y='70' width='24' height='10' rx='2'/><rect x='35' y='52' width='24' height='10' rx='2'/><rect x='77' y='88' width='24' height='10' rx='2'/><rect x='77' y='70' width='24' height='10' rx='2'/><rect x='77' y='52' width='24' height='10' rx='2'/><rect x='119' y='88' width='24' height='10' rx='2'/><rect x='119' y='70' width='24' height='10' rx='2'/><rect x='119' y='52' width='24' height='10' rx='2'/></g></svg>");background-repeat:no-repeat,no-repeat;background-position:100% 0,left 30%;opacity:.15}#page-consult section.section:nth-of-type(4n+2).bg-blue:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='500' height='260'><circle cx='420' cy='50' r='21' fill='none' stroke='%23f5b800' stroke-width='2.6'/><g stroke='%23f5b800' stroke-width='2.4' stroke-linecap='round'><line x1='448.0' y1='50.0' x2='457.0' y2='50.0'/><line x1='444.2' y1='64.0' x2='452.0' y2='68.5'/><line x1='434.0' y1='74.2' x2='438.5' y2='82.0'/><line x1='420.0' y1='78.0' x2='420.0' y2='87.0'/><line x1='406.0' y1='74.2' x2='401.5' y2='82.0'/><line x1='395.8' y1='64.0' x2='388.0' y2='68.5'/><line x1='392.0' y1='50.0' x2='383.0' y2='50.0'/><line x1='395.8' y1='36.0' x2='388.0' y2='31.5'/><line x1='406.0' y1='25.8' x2='401.5' y2='18.0'/><line x1='420.0' y1='22.0' x2='420.0' y2='13.0'/><line x1='434.0' y1='25.8' x2='438.5' y2='18.0'/><line x1='444.2' y1='36.0' x2='452.0' y2='31.5'/></g><g stroke='%23f5b800' stroke-width='2' opacity='.8' stroke-linecap='round'><line x1='356' y1='96' x2='342' y2='122'/><line x1='382' y1='96' x2='368' y2='122'/><line x1='408' y1='96' x2='394' y2='122'/></g><g fill='none' stroke='%23ffffff' stroke-width='1.8'><polygon points='187,176 235,176 224,202 176,202'/><line x1='211' y1='176' x2='200' y2='202'/><line x1='181.5' y1='189' x2='229.5' y2='189'/><polygon points='239,176 287,176 276,202 228,202'/><line x1='263' y1='176' x2='252' y2='202'/><line x1='233.5' y1='189' x2='281.5' y2='189'/><polygon points='291,176 339,176 328,202 280,202'/><line x1='315' y1='176' x2='304' y2='202'/><line x1='285.5' y1='189' x2='333.5' y2='189'/><polygon points='343,176 391,176 380,202 332,202'/><line x1='367' y1='176' x2='356' y2='202'/><line x1='337.5' y1='189' x2='385.5' y2='189'/></g><g stroke='%23ffffff' stroke-width='1.6'><line x1='200' y1='202' x2='200' y2='226'/><line x1='252' y1='202' x2='252' y2='226'/><line x1='304' y1='202' x2='304' y2='226'/><line x1='356' y1='202' x2='356' y2='226'/><line x1='158' y1='226' x2='398' y2='226'/></g></svg>"),url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='190' height='150'><g fill='none' stroke='%23ffffff' stroke-width='2'><rect x='30' y='30' width='34' height='84' rx='4'/><rect x='40' y='23' width='14' height='7' rx='2'/><rect x='72' y='30' width='34' height='84' rx='4'/><rect x='82' y='23' width='14' height='7' rx='2'/><rect x='114' y='30' width='34' height='84' rx='4'/><rect x='124' y='23' width='14' height='7' rx='2'/></g><g fill='%23f5b800'><rect x='35' y='88' width='24' height='10' rx='2'/><rect x='35' y='70' width='24' height='10' rx='2'/><rect x='35' y='52' width='24' height='10' rx='2'/><rect x='77' y='88' width='24' height='10' rx='2'/><rect x='77' y='70' width='24' height='10' rx='2'/><rect x='77' y='52' width='24' height='10' rx='2'/><rect x='119' y='88' width='24' height='10' rx='2'/><rect x='119' y='70' width='24' height='10' rx='2'/><rect x='119' y='52' width='24' height='10' rx='2'/></g></svg>");background-repeat:no-repeat,no-repeat;background-position:100% 0,left 30%;opacity:.14}#page-consult section.section:nth-of-type(4n).bg-blue:before,#page-consult section.section:nth-of-type(4n):not(.bg-blue):before,#page-consult section.section:nth-of-type(4n+3).bg-blue:before,#page-consult section.section:nth-of-type(4n+3):not(.bg-blue):before{background-image:none}#page-projetos section.section:nth-of-type(3n+1):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='500' height='400'><g stroke='%23f5b800' stroke-width='2.4'><line x1='500' y1='0' x2='120' y2='120'/><line x1='500' y1='0' x2='180' y2='260'/><line x1='500' y1='0' x2='300' y2='380'/><line x1='500' y1='0' x2='60' y2='40'/><line x1='500' y1='0' x2='460' y2='400'/></g><circle cx='500' cy='0' r='40' fill='none' stroke='%23f5b800' stroke-width='2.4'/></svg>");background-position:100% 0;opacity:.13}#page-projetos section.section:nth-of-type(3n+2):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='500' height='400'><g stroke='%23f5b800' stroke-width='2.4'><line x1='0' y1='0' x2='380' y2='120'/><line x1='0' y1='0' x2='320' y2='260'/><line x1='0' y1='0' x2='200' y2='380'/><line x1='0' y1='0' x2='440' y2='40'/><line x1='0' y1='0' x2='40' y2='400'/></g><circle cx='0' cy='0' r='40' fill='none' stroke='%23f5b800' stroke-width='2.4'/></svg>");background-position:0 0;opacity:.12}#page-projetos section.section:nth-of-type(3n):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='500' height='400'><g stroke='%23f5b800' stroke-width='2.4'><line x1='500' y1='400' x2='120' y2='280'/><line x1='500' y1='400' x2='180' y2='140'/><line x1='500' y1='400' x2='300' y2='20'/><line x1='500' y1='400' x2='60' y2='360'/><line x1='500' y1='400' x2='460' y2='0'/></g><circle cx='500' cy='400' r='40' fill='none' stroke='%23f5b800' stroke-width='2.4'/></svg>");background-position:100% 100%;opacity:.11}#page-sobre section.section:nth-of-type(3n+1):not(.bg-blue):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='340'><g fill='none' stroke='%231e3444' stroke-width='1.6'><circle cx='230' cy='170' r='150'/><ellipse cx='230' cy='170' rx='150' ry='58' transform='rotate(30 230 170)'/><ellipse cx='230' cy='170' rx='150' ry='58' transform='rotate(90 230 170)'/><ellipse cx='230' cy='170' rx='150' ry='58' transform='rotate(150 230 170)'/></g><circle cx='230' cy='170' r='7' fill='%231e3444'/><circle cx='352' cy='128' r='4' fill='%231e3444'/><circle cx='150' cy='250' r='4' fill='%231e3444'/><circle cx='250' cy='30' r='4' fill='%231e3444'/></svg>");background-position:100%;opacity:.11}#page-sobre section.section:nth-of-type(3n+1).bg-blue:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='340'><g fill='none' stroke='%23ffffff' stroke-width='1.6'><circle cx='230' cy='170' r='150'/><ellipse cx='230' cy='170' rx='150' ry='58' transform='rotate(30 230 170)'/><ellipse cx='230' cy='170' rx='150' ry='58' transform='rotate(90 230 170)'/><ellipse cx='230' cy='170' rx='150' ry='58' transform='rotate(150 230 170)'/></g><circle cx='230' cy='170' r='7' fill='%23ffffff'/><circle cx='352' cy='128' r='4' fill='%23ffffff'/><circle cx='150' cy='250' r='4' fill='%23ffffff'/><circle cx='250' cy='30' r='4' fill='%23ffffff'/></svg>");background-position:100%;opacity:.1}#page-sobre section.section:nth-of-type(3n+2):not(.bg-blue):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='520' height='320'><g fill='none' stroke='%231e3444' stroke-width='1.4'><circle cx='140' cy='150' r='90'/><ellipse cx='140' cy='150' rx='90' ry='34' transform='rotate(35 140 150)'/><ellipse cx='140' cy='150' rx='90' ry='34' transform='rotate(-35 140 150)'/><circle cx='380' cy='180' r='110'/><ellipse cx='380' cy='180' rx='110' ry='40' transform='rotate(20 380 180)'/><ellipse cx='380' cy='180' rx='110' ry='40' transform='rotate(100 380 180)'/></g><circle cx='140' cy='150' r='6' fill='%231e3444'/><circle cx='380' cy='180' r='6' fill='%231e3444'/></svg>");background-position:0;opacity:.1}#page-sobre section.section:nth-of-type(3n+2).bg-blue:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='520' height='320'><g fill='none' stroke='%23ffffff' stroke-width='1.4'><circle cx='140' cy='150' r='90'/><ellipse cx='140' cy='150' rx='90' ry='34' transform='rotate(35 140 150)'/><ellipse cx='140' cy='150' rx='90' ry='34' transform='rotate(-35 140 150)'/><circle cx='380' cy='180' r='110'/><ellipse cx='380' cy='180' rx='110' ry='40' transform='rotate(20 380 180)'/><ellipse cx='380' cy='180' rx='110' ry='40' transform='rotate(100 380 180)'/></g><circle cx='140' cy='150' r='6' fill='%23ffffff'/><circle cx='380' cy='180' r='6' fill='%23ffffff'/></svg>");background-position:0;opacity:.1}#page-sobre section.section:nth-of-type(3n):not(.bg-blue):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='340'><g fill='none' stroke='%231e3444' stroke-width='1.6'><circle cx='210' cy='170' r='120'/><ellipse cx='210' cy='170' rx='120' ry='44' transform='rotate(0 210 170)'/><ellipse cx='210' cy='170' rx='120' ry='44' transform='rotate(60 210 170)'/><ellipse cx='210' cy='170' rx='120' ry='44' transform='rotate(120 210 170)'/></g><circle cx='210' cy='170' r='7' fill='%231e3444'/><circle cx='330' cy='170' r='4' fill='%231e3444'/><circle cx='150' cy='68' r='4' fill='%231e3444'/><circle cx='150' cy='272' r='4' fill='%231e3444'/></svg>");background-position:100%;opacity:.1}#page-sobre section.section:nth-of-type(3n).bg-blue:before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='340'><g fill='none' stroke='%23ffffff' stroke-width='1.6'><circle cx='210' cy='170' r='120'/><ellipse cx='210' cy='170' rx='120' ry='44' transform='rotate(0 210 170)'/><ellipse cx='210' cy='170' rx='120' ry='44' transform='rotate(60 210 170)'/><ellipse cx='210' cy='170' rx='120' ry='44' transform='rotate(120 210 170)'/></g><circle cx='210' cy='170' r='7' fill='%23ffffff'/><circle cx='330' cy='170' r='4' fill='%23ffffff'/><circle cx='150' cy='68' r='4' fill='%23ffffff'/><circle cx='150' cy='272' r='4' fill='%23ffffff'/></svg>");background-position:100%;opacity:.09}#page-agente section.section:first-of-type:before{background-image:none}#page-agente section.section:nth-of-type(2):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='230'><g fill='%231e3444' opacity='.5'><rect x='40' y='180' width='40' height='40'/><rect x='110' y='150' width='40' height='70'/><rect x='180' y='115' width='40' height='105'/><rect x='250' y='80' width='40' height='140'/><rect x='320' y='45' width='40' height='175'/></g><path d='M60 175 L130 145 L200 110 L270 75 L340 40' fill='none' stroke='%23f5b800' stroke-width='2.6'/><path d='M340 40 l-18 0 6 -16' fill='none' stroke='%23f5b800' stroke-width='2.6'/></svg>");background-repeat:no-repeat;background-position:left 30px top 22px;opacity:.12}#page-agente section.section:nth-of-type(3):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='240'><g fill='none' stroke='%231e3444' stroke-width='2'><path d='M50 40 H270 L195 120 V185 L145 208 V120 Z'/></g><g stroke='%231e3444' stroke-width='1.2' opacity='.45'><line x1='78' y1='72' x2='242' y2='72'/><line x1='104' y1='104' x2='216' y2='104'/></g><circle cx='170' cy='205' r='6' fill='%23f5b800'/></svg>");background-repeat:no-repeat;background-position:right 40px center;opacity:.11}#page-agente section.section:nth-of-type(4):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='300'><g stroke='%23ffffff' stroke-width='1.4' opacity='.55'><line x1='70' y1='150' x2='200' y2='80'/><line x1='70' y1='150' x2='200' y2='150'/><line x1='70' y1='150' x2='200' y2='220'/><line x1='200' y1='80' x2='320' y2='55'/><line x1='200' y1='80' x2='320' y2='110'/><line x1='200' y1='150' x2='320' y2='150'/><line x1='200' y1='220' x2='320' y2='195'/><line x1='200' y1='220' x2='320' y2='250'/></g><g fill='%23ffffff'><circle cx='70' cy='150' r='7'/><circle cx='200' cy='80' r='5'/><circle cx='200' cy='150' r='5'/><circle cx='200' cy='220' r='5'/><circle cx='320' cy='55' r='4'/><circle cx='320' cy='110' r='4'/><circle cx='320' cy='150' r='4'/><circle cx='320' cy='195' r='4'/><circle cx='320' cy='250' r='4'/></g></svg>");background-repeat:no-repeat;background-position:left 30px center;opacity:.13}#page-agente section.section:nth-of-type(5):before{background-image:none}#page-sobre section.section:nth-of-type(3):not(.bg-blue):before{background-position:0 100%}#page-sobre section.section:nth-of-type(6):not(.bg-blue):before{background-position:0}#page-sobre section.office-sec:before,#page-sobre section.section:first-of-type:before,#page-sobre section.section:nth-of-type(5):before{background-image:none!important}#page-sobre section.section:nth-of-type(3):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='620' height='210'><line x1='120' y1='105' x2='300' y2='105' stroke='%231e3444' stroke-width='1.6' opacity='.5'/><line x1='320' y1='105' x2='500' y2='105' stroke='%231e3444' stroke-width='1.6' opacity='.5'/><g fill='none' stroke='%231e3444' stroke-width='2'><path d='M92 105 C92 78 112 62 132 62 C132 92 112 108 92 105 Z'/><path d='M100 100 C112 90 122 82 130 68' stroke-width='1.4'/></g><path d='M300 105 L316 80 L330 118 L346 70 L360 105' fill='none' stroke='%23f5b800' stroke-width='2.4'/><g fill='none' stroke='%231e3444' stroke-width='1.6'><line x1='500' y1='105' x2='470' y2='72'/><line x1='500' y1='105' x2='534' y2='78'/><line x1='500' y1='105' x2='476' y2='140'/><line x1='500' y1='105' x2='528' y2='138'/></g><g fill='%231e3444'><circle cx='500' cy='105' r='6'/><circle cx='470' cy='72' r='4'/><circle cx='534' cy='78' r='4'/><circle cx='476' cy='140' r='4'/><circle cx='528' cy='138' r='4'/></g></svg>")!important;background-repeat:no-repeat!important;background-position:center -34px!important;opacity:.13!important}#page-sobre section.section:nth-of-type(2):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='460' height='220' preserveAspectRatio='none'><path d='M20 190 C120 180 220 150 320 90 C360 66 400 44 440 30' fill='none' stroke='%23f5b800' stroke-width='3'/><path d='M440 30 l-20 2 8 -18' fill='none' stroke='%23f5b800' stroke-width='3'/><line x1='20' y1='190' x2='440' y2='190' stroke='%231e3444' stroke-width='1' opacity='.35'/></svg>")!important;background-repeat:no-repeat!important;background-position:50%!important;background-size:100% auto!important;opacity:.14!important}#page-sobre section.section:nth-of-type(4):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='300'><g fill='none' stroke='%23ffffff' stroke-width='2'><circle cx='160' cy='150' r='110'/><circle cx='160' cy='150' r='84'/></g><polygon points='160,60 178,150 160,240 142,150' fill='none' stroke='%23ffffff' stroke-width='2'/><polygon points='160,60 178,150 160,150' fill='%23f5b800'/><g stroke='%23ffffff' stroke-width='1.6'><line x1='160' y1='30' x2='160' y2='46'/><line x1='160' y1='254' x2='160' y2='270'/><line x1='30' y1='150' x2='46' y2='150'/><line x1='274' y1='150' x2='290' y2='150'/></g></svg>")!important;background-repeat:no-repeat!important;background-position:right -40px!important;opacity:.12!important}#page-sobre section.section:nth-of-type(6):before{background-image:none!important}#page-sobre section.section:nth-of-type(7):before{background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='500' height='240'><path d='M20 210 H100 V170 H180 V130 H260 V90 H340 V50 H440' fill='none' stroke='%23ffffff' stroke-width='2.4'/><circle cx='100' cy='170' r='5' fill='%23f5b800'/><circle cx='180' cy='130' r='5' fill='%23f5b800'/><circle cx='260' cy='90' r='5' fill='%23f5b800'/><circle cx='340' cy='50' r='5' fill='%23f5b800'/></svg>")!important;background-repeat:no-repeat!important;background-position:100%!important;opacity:.13!important}#page-sobre section.section:nth-of-type(8):before{background-image:none!important}[id]{scroll-margin-top:82px}.form-g input.invalid,.form-g textarea.invalid{border-color:rgba(220,60,60,.55)!important}.form-erro{font-size:12.5px;color:#e06a6a;line-height:1.5;margin-bottom:14px}.form-erro a{color:inherit;font-weight:600}.btn-submit:disabled{opacity:.6;cursor:progress}.pldx-range{display:inline-flex;gap:4px;padding:3px;border-radius:999px;background:rgba(30,52,68,.06);border:1px solid rgba(30,52,68,.1)}.pldx-range-b{border:0;background:none;cursor:pointer;padding:6px 14px;border-radius:999px;font-family:var(--font-roboto),sans-serif;font-size:12.5px;font-weight:600;color:var(--text);letter-spacing:-.1px;transition:background .18s,color .18s}.pldx-range-b:hover{color:var(--blue)}.pldx-range-b.active{background:var(--yellow);color:var(--blue)}.pldx-range-b:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media(max-width:600px){.pldx-range{width:100%;justify-content:space-between}.pldx-range-b{flex:1;padding:7px 8px}}#pldxChart{position:relative}#pldxChart:focus-visible{outline:2px solid var(--blue);outline-offset:4px;border-radius:8px}.pldx-tip{position:absolute;z-index:5;pointer-events:none;background:#fff;border:1px solid rgba(30,52,68,.12);border-radius:10px;box-shadow:0 8px 24px rgba(30,52,68,.16);padding:10px 12px;min-width:132px;font-family:var(--font-roboto),sans-serif;font-size:12.5px;color:var(--blue)}.pldx-tip-d{font-weight:700;font-size:12px;color:var(--text);margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid rgba(30,52,68,.08);white-space:nowrap}.pldx-tip-r{display:flex;align-items:center;gap:7px;line-height:1.9;white-space:nowrap}.pldx-tip-n{flex:1;color:var(--text)}.pldx-tip-r b{font-weight:700;font-variant-numeric:tabular-nums}.pldx-vazio{display:flex;align-items:center;justify-content:center;min-height:260px;padding:24px;text-align:center;font-family:var(--font-roboto),sans-serif;font-size:14px;color:var(--text);background:rgba(30,52,68,.03);border-radius:12px}@media(max-width:820px){.socio-card,.socio-card.rev{flex-direction:column}.sc-photo{width:100%;padding:26px 24px 6px}.sc-body{padding:22px 24px 26px}}@media(max-width:420px){.sc-photo img,.sc-photo-ph{width:164px;height:164px}.sc-photo-ph{font-size:42px}.sc-li-badge{width:36px;height:36px;font-size:19px}}@media(max-width:1080px){.hero-ticker .htk-links,.hero-ticker .htk-news,.hero-ticker .htk-wx{display:none}}.pldx-fonte{margin:10px 0 0;font-family:var(--font-roboto),sans-serif;font-size:12px;color:var(--text);opacity:.62;text-align:right}