.ops-page{--ops-or:#168b50;--ops-or-soft:#168b5024;--ops-bg:#070b09;--ops-bg2:#151916;--ops-bg3:#1c211e;--ops-ink:#fafafa;--ops-muted:#fafafa9e;--ops-faint:#fafafa6b;--ops-line:#ffffff14;--ops-line2:#595c5aa6;--ops-card:#1c211e;--ops-card-hover:#ffffff0a;--ops-border:#323935;--ops-section-y:2.5rem;--ops-section-gap:1.75rem;color:var(--ops-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:0 0;line-height:1.4}.ops-page *{box-sizing:border-box}@media (min-width:1024px){.ops-page{--ops-section-y:3.25rem;--ops-section-gap:2.25rem}}@media (min-width:1280px){.ops-page{--ops-section-y:4rem;--ops-section-gap:2.5rem}}.ops-section{border-top:1px solid var(--ops-line)}.ops-page .ops-section>.container{padding-top:var(--ops-section-y);padding-bottom:var(--ops-section-y)}.ops-ticker{border-bottom:1px solid var(--ops-line);padding:13px 0;overflow:hidden}.ops-ticker-track{width:max-content;animation:32s linear infinite ops-tick;display:flex}@keyframes ops-tick{0%{transform:translate(0)}to{transform:translate(-50%)}}.ops-ticker-item{white-space:nowrap;letter-spacing:.1em;text-transform:uppercase;color:#f4f6f59e;align-items:center;gap:12px;padding:0 36px;font-family:blender,blender Fallback,sans-serif;font-size:.625rem;font-weight:500;display:flex}.ops-ticker-dot{background:var(--ops-or);border-radius:50%;flex-shrink:0;width:4px;height:4px}.ops-handle-intro{max-width:40rem;margin:-1rem 0 var(--ops-section-gap);color:#f4f6f5b3;font-size:1rem;line-height:1.4}.ops-div-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.ops-div-card{--bevel-size:.625rem;flex-direction:column;gap:1.25rem;height:100%;padding:1.5rem 1.375rem;transition:transform .25s,box-shadow .25s;display:flex;position:relative}.ops-div-card:before{content:"";z-index:1;background:var(--ops-or);width:3px;position:absolute;top:0;bottom:0;left:0}.ops-div-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000059}.ops-div-card__top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.ops-div-card__code{background:var(--ops-or-soft);letter-spacing:.1em;text-transform:uppercase;min-width:2.75rem;color:var(--ops-or);--bevel-size:.25rem;justify-content:center;align-items:center;padding:.3rem .55rem;font-family:blender,blender Fallback,sans-serif;font-size:.625rem;font-weight:500;display:inline-flex}.ops-div-card__index{letter-spacing:.1em;text-transform:uppercase;color:#f4f6f56b;font-family:blender,blender Fallback,sans-serif;font-size:.625rem}.ops-div-card__name{color:var(--ops-ink);margin:0;font-size:1.1875rem;font-weight:400;line-height:1.3}@media (min-width:1024px){.ops-div-card__name{font-size:1.375rem;line-height:1.25}}.ops-div-card__foot{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.25rem;display:flex}.ops-div-card__metric{text-transform:uppercase;color:var(--ops-or);font-family:blender,blender Fallback,sans-serif;font-size:.875rem;font-weight:500}.ops-div-card__tag{letter-spacing:.1em;text-transform:uppercase;color:#f4f6f56b;text-align:right;font-family:blender,blender Fallback,sans-serif;font-size:.625rem;font-weight:500}.ops-card-shell{height:100%;min-height:100%}.ops-card-surface{--bevel-size:.625rem;background:#1c211e;flex-direction:column;height:100%;padding:2.5rem 1.5rem;transition:background .3s;display:flex;position:relative}.ops-psteps{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem;display:grid;position:relative}.ops-psteps:before{content:"";z-index:0;background:var(--ops-line2);pointer-events:none;height:1px;position:absolute;top:28px;left:28px;right:0}.ops-pstep{flex-direction:column;min-width:0;display:flex}.ops-pstep-head{justify-content:flex-start;align-items:center;gap:16px;margin-bottom:1.25rem;display:flex}.ops-pstep-circ{z-index:1;border:1px solid var(--ops-border);background:#1c211e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:border-color .3s,background .3s,box-shadow .3s;display:flex;position:relative}.ops-pstep:hover .ops-pstep-circ{border-color:var(--ops-or);box-shadow:inset 0 0 0 999px var(--ops-or-soft);background:#1c211e}.ops-pstep-n{letter-spacing:.1em;text-transform:uppercase;color:#f4f6f56b;font-family:blender,blender Fallback,sans-serif;font-size:.875rem;font-weight:500}.ops-pstep-title{letter-spacing:0;color:var(--ops-ink);margin-bottom:12px;font-size:1.375rem;font-weight:400;line-height:1.25}@media (min-width:1024px){.ops-pstep-title{font-size:2.1875rem;line-height:1.1}}.ops-pstep-desc{color:#f4f6f5b3;flex:1;font-size:1rem;line-height:1.4}.ops-ptags{flex-wrap:wrap;gap:8px;margin-top:1.25rem;display:flex}.ops-ptag{--bevel-size:.25rem;--ptag-accent:var(--ops-or);--ptag-bg:#168b501a;--ptag-border:#168b5047;border:1px solid var(--ptag-border);background:var(--ptag-bg);letter-spacing:.1em;text-transform:uppercase;color:var(--ops-ink);cursor:default;align-items:center;padding:6px 12px;font-family:blender,blender Fallback,sans-serif;font-size:.625rem;font-weight:500;transition:background .25s,border-color .25s,color .25s,transform .2s,box-shadow .25s;display:inline-flex}.ops-ptag:hover,.ops-ptag:focus-visible{border-color:var(--ptag-accent);background:var(--ptag-accent);color:#fafafa;box-shadow:0 4px 14px color-mix(in srgb,var(--ptag-accent)35%,transparent);outline:none;transform:translateY(-1px)}.ops-ptag--green{--ptag-accent:#00d64a;--ptag-bg:#00d64a;--ptag-border:#00d64a;color:#070b09}.ops-ptag--orange{--ptag-accent:#ec5b5b;--ptag-bg:#ef7b7b;--ptag-border:#ec5b5b;color:#070b09}.ops-ptag--blue{--ptag-accent:#2471cc;--ptag-bg:#3c85dd;--ptag-border:#2471cc;color:#070b09}.ops-ptag--violet{--ptag-accent:#746be6;--ptag-bg:#958dec;--ptag-border:#746be6;color:#070b09}.ops-ptag--pink{--ptag-accent:#db33cb;--ptag-bg:#f075e4;--ptag-border:#db33cb;color:#070b09}.ops-caps-inner{grid-template-columns:minmax(0,380px) minmax(0,1fr);align-items:start;gap:2.5rem;display:grid}.ops-caps-sticky{top:calc(var(--header-height,60px) + 24px);position:sticky}.ops-caps-body{color:#f4f6f5b3;margin-top:0;margin-bottom:1.5rem;font-size:1rem;line-height:1.4}.ops-acc-item{border-top:1px solid var(--ops-line);overflow:hidden}.ops-acc-item:last-child{border-bottom:1px solid var(--ops-line)}.ops-acc-trigger{text-align:left;width:100%;color:var(--ops-ink);cursor:default;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;transition:color .2s;display:flex}.ops-acc-item:hover .ops-acc-trigger{color:var(--ops-or)}.ops-acc-left{align-items:center;gap:20px;display:flex}.ops-acc-code{letter-spacing:.1em;text-transform:uppercase;width:40px;color:var(--ops-or);flex-shrink:0;font-family:blender,blender Fallback,sans-serif;font-size:.875rem;font-weight:500}.ops-acc-name{letter-spacing:0;font-size:1.1875rem;font-weight:400;line-height:1.3}@media (min-width:1024px){.ops-acc-name{font-size:1.375rem;line-height:1.25}}.ops-acc-metric{letter-spacing:.025em;text-transform:uppercase;color:#f4f6f56b;flex-shrink:0;margin-left:auto;font-family:blender,blender Fallback,sans-serif;font-size:1rem;font-weight:500;transition:color .3s}.ops-acc-item:hover .ops-acc-metric{color:var(--ops-or)}.ops-acc-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.ops-acc-icon-bar{background:var(--ops-or);transition:background .3s,transform .45s cubic-bezier(.16,1,.3,1),opacity .35s;position:absolute}.ops-acc-icon-h{width:14px;height:1.5px}.ops-acc-icon-v{width:1.5px;height:14px}.ops-acc-item:hover .ops-acc-icon-h{background:var(--ops-ink)}.ops-acc-item:hover .ops-acc-icon-v{opacity:0;transform:scaleY(0)}.ops-acc-body{grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.16,1,.3,1);display:grid}.ops-acc-item:hover .ops-acc-body{grid-template-rows:1fr}.ops-acc-inner{overflow:hidden}.ops-acc-content{padding:0 0 28px 60px}.ops-acc-desc{color:#f4f6f5b3;margin-bottom:18px;font-size:1rem;line-height:1.4}.ops-acc-pills{flex-wrap:wrap;gap:8px;display:flex}.ops-reach{--ops-reach-accent:#168b50;--ops-reach-accent-hover:#127a46;--ops-reach-border:#323935;--ops-reach-ink:#f4f6f5;--ops-reach-muted:#f4f6f59e;--ops-reach-faint:#f4f6f56b}.ops-reach-inner{grid-template-columns:1fr 1fr;align-items:center;gap:2rem;display:grid}.ops-reach-left .ops-reach-body{margin-top:0}.ops-reach-body{color:#f4f6f5b3;max-width:400px;margin-bottom:1.5rem;font-size:1rem;line-height:1.4}.ops-reach-countries{border-top:1px solid var(--ops-reach-border);border-left:1px solid var(--ops-reach-border);grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem;display:grid}.ops-reach-cell{border-right:1px solid var(--ops-reach-border);border-bottom:1px solid var(--ops-reach-border);color:var(--ops-reach-ink);align-items:center;gap:9px;padding:14px 16px;font-size:.875rem;font-weight:500;line-height:1.4;transition:background .2s;display:flex}.ops-reach-cell:hover{background:var(--ops-card-hover)}.ops-reach-cell--more{color:var(--ops-reach-accent);font-weight:700}.ops-reach-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.ops-reach-dot--accent{background:var(--ops-reach-accent)}.ops-reach-dot--black{background:var(--ops-reach-ink)}.ops-reach-dot--green{background:#2d9e52}.ops-reach-dot--blue{background:#2b6fcf}.ops-reach-dot--purple{background:#7f5af0}.ops-reach-right{justify-content:center;align-items:center;display:flex;position:relative}.ops-reach-globe-box{aspect-ratio:4/3;width:100%;position:relative;overflow:hidden}.ops-reach-grid-bg{border:1px solid var(--ops-reach-border);background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.ops-reach-orbit-stage{aspect-ratio:1;pointer-events:none;width:66%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ops-reach-ring{border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ops-reach-ring--1{border:1px solid #168b5026;width:21.7%;height:21.7%}.ops-reach-ring--2{border:1px dashed #ffffff1f;width:45.7%;height:45.7%}.ops-reach-ring--3{border:1px solid #ffffff14;width:71.7%;height:71.7%}.ops-reach-ring--4{border:1px dashed #ffffff0f;width:100%;height:100%}.ops-reach-lines{z-index:10;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ops-reach-spin{border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ops-reach-spin--a{width:71.7%;height:71.7%}.ops-reach-spin--b{width:100%;height:100%}.ops-reach-spin--c{width:45.7%;height:45.7%}.ops-reach-spin-inner{width:100%;height:100%;animation:20s linear infinite ops-reach-cw;position:relative}.ops-reach-spin-inner--reverse{animation:32s linear infinite ops-reach-ccw}.ops-reach-spin--c .ops-reach-spin-inner{animation-duration:14s}@keyframes ops-reach-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ops-reach-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.ops-reach-node-anchor{position:absolute;transform:translate(-50%)translateY(-50%)}.ops-reach-node{border-radius:50%}.ops-reach-node--lg{background:var(--ops-reach-accent);width:12px;height:12px;position:relative}.ops-reach-node--lg:after{content:"";border:2px solid #168b5040;border-radius:50%;animation:2s ease-out infinite ops-reach-rip;position:absolute;inset:-5px}.ops-reach-node--md{background:var(--ops-reach-ink);width:9px;height:9px}.ops-reach-node--sm{background:var(--ops-reach-faint);width:7px;height:7px}.ops-reach-node--blue{background:#2b6fcf;width:10px;height:10px}.ops-reach-node--green{background:#2d9e52;width:10px;height:10px;position:relative}.ops-reach-node--green:after{content:"";border:1.5px solid #2d9e524d;border-radius:50%;animation:2.5s ease-out 1s infinite ops-reach-rip2;position:absolute;inset:-4px}.ops-reach-node--pu{background:#7f5af0;width:8px;height:8px}.ops-reach-node--accent-fade{background:var(--ops-reach-accent);opacity:.6;border-radius:50%;width:8px;height:8px}@keyframes ops-reach-rip{0%{opacity:1;transform:scale(.7)}to{opacity:0;transform:scale(2.2)}}@keyframes ops-reach-rip2{0%{opacity:1;transform:scale(.7)}to{opacity:0;transform:scale(2)}}.ops-reach-center{z-index:20;border:2px solid var(--ops-reach-accent);background:var(--ops-card);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:24%;min-width:72px;max-width:110px;height:24%;min-height:72px;max-height:110px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 8px #168b501f,0 0 0 16px #168b500f}.ops-reach-center-num{letter-spacing:-.03em;color:var(--ops-reach-ink);font-family:blender,blender Fallback,sans-serif;font-size:clamp(1.25rem,6.5%,1.875rem);font-weight:500;line-height:1}.ops-reach-center-plus{color:var(--ops-reach-accent)}.ops-reach-center-label{letter-spacing:.1em;text-transform:uppercase;color:var(--ops-reach-faint);margin-top:3px;font-family:blender,blender Fallback,sans-serif;font-size:clamp(7px,2%,9px);font-weight:500}.ops-reach-rtag{z-index:30;border:1px solid var(--ops-reach-border);background:var(--ops-card);letter-spacing:.1em;text-transform:uppercase;color:var(--ops-reach-ink);white-space:nowrap;pointer-events:none;align-items:center;gap:7px;padding:7px 13px;font-family:blender,blender Fallback,sans-serif;font-size:.625rem;font-weight:500;display:flex;position:absolute}.ops-reach-rtag-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.ops-reach-rtag--1{top:6%;left:5%}.ops-reach-rtag--2{top:6%;right:4%}.ops-reach-rtag--3{bottom:8%;right:3%}.ops-reach-rtag--4{bottom:8%;left:4%}.ops-reach-rtag--5{top:50%;right:2%;transform:translateY(-50%)}@media (max-width:1100px){.ops-reach-inner{grid-template-columns:1fr;gap:48px}}@media (max-width:640px){.ops-reach-countries{grid-template-columns:repeat(2,1fr)}.ops-reach-globe-box{min-height:260px}.ops-reach-rtag--5{display:none}}.ops-vert-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:12.5rem;align-items:stretch;gap:8px;display:grid}@media (min-width:768px){.ops-vert-grid{grid-auto-rows:13.5rem}}.ops-vcard-flip-btn{cursor:default;background:0 0;border:0;padding:0}.flipper .ops-vcard--back{background:#168b50}.ops-vcard--static{padding:2rem 1.5rem}.ops-vcard{position:relative}.ops-vcard:before{content:"";background:#168b50;width:3px;position:absolute;top:0;bottom:0;left:0}.ops-vcard--front{background:#323935}.ops-vcard--front:before,.ops-vcard--back{background:#168b50}.ops-vcard--back:before{background:#070b09}.ops-vcard-icon{background:#168b5038;border:1px solid #7dffc08c;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:0;display:flex}.ops-vcard-icon svg{stroke:#7dffc0;fill:none;stroke-width:2px;width:16px;height:16px}.ops-vcard-name{letter-spacing:0;color:#fff;overflow-wrap:break-word;word-break:normal;margin:0 0 10px;font-size:1.125rem;font-weight:400;line-height:1.25}.ops-vcard-name--back{color:#070b09}.ops-vcard-desc{color:#ffffffeb;margin:0;font-size:1rem;font-weight:400;line-height:1.4}.ops-vcard-desc--back{color:#070b09;overflow-wrap:break-word;word-break:normal;scrollbar-width:thin;scrollbar-color:#070b0959 transparent;min-height:0;font-size:.8125rem;line-height:1.5;overflow-y:auto}.ops-video-wrap{position:relative}.ops-video-wrap video{border:1px solid #323935}.ops-video-grid{z-index:0;opacity:.18;pointer-events:none;background-image:radial-gradient(circle,#168b5047 1px,#0000 1px);background-size:16px 16px;position:absolute;inset:-12px}.ops-reveal{opacity:1}@media (max-width:1100px){.ops-div-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-psteps{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}.ops-psteps:before{display:none}.ops-caps-inner,.ops-reach-inner{grid-template-columns:1fr;gap:48px}.ops-caps-sticky{position:static}.ops-vert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.ops-div-grid,.ops-vert-grid,.ops-psteps{grid-template-columns:1fr}.ops-countries{grid-template-columns:repeat(2,1fr)}.ops-acc-content{padding-left:0}}
@media (max-width:1023px){.operations-hero-section{justify-content:flex-end;overflow-x:clip}.operations-hero-section>.absolute{width:100%;max-width:100%}.operations-hero-section .video-wrapper.operations-hero-video{overflow:hidden;background:#070b09!important;width:100%!important;max-width:none!important;height:100%!important;margin:0!important;position:absolute!important;inset:0!important;transform:none!important}.operations-hero-section .video-wrapper.operations-hero-video video{opacity:1;filter:saturate(1.02)brightness(.97);min-width:100%;min-height:100%;display:block;object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important}.operations-hero-section .video-wrapper.operations-hero-video:before{display:none}.operations-hero-section .video-wrapper.operations-hero-video.video-dark-overlay:after{background:linear-gradient(#070b0926 0%,#070b0959 45%,#070b09c7 78%,#070b09eb 100%)!important;display:block!important}.operations-hero-section .container{padding-top:0}}
