@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";.cookie-overlay{position:fixed;bottom:0;left:0;right:0;z-index:9999;display:flex;justify-content:center;padding:0;pointer-events:none;animation:cookieSlideUp .5s ease forwards}.cookie-banner{pointer-events:all;background:#0b2340;border-top:1px solid rgba(244,207,70,.3);border-radius:0;padding:20px 40px;max-width:100%;width:100%;display:flex;flex-direction:row;align-items:flex-end;gap:24px;box-shadow:0 -4px 20px #0000004d}.cookie-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:700;color:#f4cf46;margin-bottom:4px}.cookie-text{font-family:Poppins,sans-serif;font-size:12px;font-weight:400;color:#d0d6df;line-height:1.5}.cookie-content{flex:1;min-width:0}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-btn{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cookie-btn:hover{transform:translateY(-1px)}.cookie-btn-accept{background:linear-gradient(180deg,#f7dc6f,#f4cf46 45%,#e6b92a);color:#0b2340;box-shadow:0 4px 14px #f4cf464d}.cookie-btn-accept:hover{box-shadow:0 6px 20px #f4cf4673}.cookie-btn-decline{background:transparent;color:#d0d6df;border:1px solid rgba(208,214,223,.3)}.cookie-btn-decline:hover{background:#d0d6df14;border-color:#d0d6df80}.cookie-btn-settings{background:transparent;color:#f4cf46;border:1px solid rgba(244,207,70,.4)}.cookie-btn-settings:hover{background:#f4cf4614;border-color:#f4cf46b3}.cookie-link{color:#f4cf46;text-decoration:underline;font-weight:500;transition:color .2s ease}.cookie-link:hover{color:#ffe27f}.cookie-categories{display:flex;flex-direction:column;gap:12px}.cookie-category{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px 14px}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.cookie-category-name{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#fff}.cookie-category-desc{font-family:Poppins,sans-serif;font-size:11px;color:#a0aab8;line-height:1.5;margin:0}.cookie-toggle-always{font-family:Poppins,sans-serif;font-size:11px;font-weight:500;color:#6ee7a0;background:#6ee7a01a;padding:3px 8px;border-radius:4px}.cookie-toggle{position:relative;display:inline-block;width:38px;height:20px;flex-shrink:0}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;cursor:pointer;inset:0;background:#ffffff26;border-radius:20px;transition:background .3s ease}.cookie-toggle-slider:before{content:"";position:absolute;width:14px;height:14px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .3s ease}.cookie-toggle input:checked+.cookie-toggle-slider{background:#f4cf46}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translate(18px);background:#0b2340}@keyframes cookieSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.cookie-overlay{padding:0}.cookie-banner{flex-direction:column;padding:16px 20px;gap:14px}.cookie-actions{align-self:flex-end;flex-wrap:wrap;justify-content:flex-end}.cookie-title{font-size:14px}.cookie-text{font-size:11px}.cookie-btn{padding:7px 12px;font-size:11px}.cookie-category{padding:10px 12px}.cookie-category-name{font-size:12px}.cookie-category-desc{font-size:10px}}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:clip}html{scrollbar-width:thin;scrollbar-color:#f4cf46 #0b2340}*::-webkit-scrollbar{width:14px}*::-webkit-scrollbar-track{background:linear-gradient(180deg,#0a1d34,#0b2340);border-left:2px solid #1b4f8a}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#f7dc6f,#f4cf46 45%,#e6b92a);border:3px solid #0b2340;border-radius:12px}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffe27f,#f7d45f 45%,#eabf33)}body{font-family:Poppins,sans-serif}.page{background:#fff;min-height:100vh}#top{--navbar-height: 76px}.navbar{width:100%;position:sticky;top:0;z-index:40;background:#fff}.nav-container{max-width:1500px;margin:0 auto;padding:8px 60px;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{display:flex;align-items:center}.logo img{height:60px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a{font-size:14px;color:#1d1d1d;text-decoration:none;cursor:pointer;transition:.3s ease}.nav-links>a[href="/"]:not(.nav-logo){display:none}.nav-links a.blog-nav-highlight{animation:blogNavHighlight 1s cubic-bezier(.22,1,.36,1)}@keyframes blogNavHighlight{0%,to{color:#163d6b}20%,70%{color:#d39b00}}@media(prefers-reduced-motion:reduce){.nav-links a.blog-nav-highlight{animation:none;color:#d39b00}}.nav-links a:hover{color:#163d6b}.nav-links a.active-nav{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.nav-logo{display:none}.contact-btn{background:#163d6b;color:#fff!important;padding:10px 18px;border-radius:8px;font-size:15px;transition:.3s ease}.contact-btn:hover{background:#0f2e52}.hamburger{display:none;width:40px;height:40px;align-items:center;justify-content:center;padding:10px;border:0;background:transparent;color:#163d6b;cursor:pointer;z-index:1001}.hamburger:focus-visible{outline:2px solid #163d6b;outline-offset:2px}.hamburger:focus:not(:focus-visible){outline:none}.hamburger-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.hamburger-icon-state{position:absolute;inset:0;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}@media(max-width:1024px){.nav-container{padding:8px 16px}.logo img{height:46px}.nav-links{gap:16px}.nav-links a{font-size:13px}.contact-btn{font-size:13px;padding:8px 14px}}html{scroll-behavior:smooth}.hero{position:relative;overflow:hidden;min-height:calc(100vh - var(--navbar-height));min-height:calc(100svh - var(--navbar-height));padding:clamp(40px,6vh,72px) 20px;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Poppins,sans-serif}.hero:before{content:"";position:absolute;top:-390px;left:50%;width:min(1700px,145vw);height:650px;transform:translate(-50%);filter:blur(28px);border-radius:0 0 50% 50%;background:radial-gradient(ellipse at center,#247ed647,#398fe226 36%,#549ee40f 70%,#74b1ea00);pointer-events:none}.hero-container{position:relative;z-index:1;width:100%;max-width:1100px;margin:0 auto}.hero :is(h1,p,span,div){font-family:inherit}.hero-badge{display:inline-block;border:2px solid #163d6b;border-radius:40px;padding:8px 20px;font-size:13px;font-weight:600;color:#163d6b;margin-bottom:32px}.hero-badge:hover{background-color:#163d6b;color:#fff;transition:all .3s ease}.hero h1{font-size:clamp(42px,4vw,48px);font-weight:700;line-height:1.08;color:#163d6b;margin-bottom:28px}.hero-description{font-size:18px;font-weight:400;max-width:1050px;margin-inline:auto;color:#4a4a4a;line-height:1.65;margin-bottom:24px}.hero-cities{font-size:16px;font-weight:600;color:#163d6b;margin-bottom:24px}.hero-cities span{margin:0 8px;color:#d4a300}.hero-subtext{max-width:1000px;margin-inline:auto;font-size:14px;font-weight:400;color:#555;margin-bottom:12px;line-height:1.6}.hero-subtext:last-child{margin-bottom:0}.home-featured-banner{position:fixed;top:72px;left:50%;transform:translate(-50%);z-index:50;background:linear-gradient(135deg,#0a1d34,#163a66);padding:18px 20px;border-radius:12px;box-shadow:0 18px 54px #08305c75,0 0 36px #ffffff85;animation:homeBannerEnter .7s cubic-bezier(.16,1,.3,1) .65s both;transition:background .2s ease,box-shadow .2s ease;width:min(612px,calc(100vw - 32px));display:flex;align-items:stretch;gap:18px}.home-featured-banner:hover{background:linear-gradient(135deg,#0f2845,#1d4a7a);box-shadow:0 22px 64px #08305c8a,0 0 46px #ffffff9e}@keyframes homeBannerEnter{0%{opacity:0;transform:translate(-50%) translateY(-18px) scale(.98)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.home-featured-banner-link{display:flex;align-items:center;flex:1;min-width:0;width:100%;color:inherit;text-decoration:none}.home-featured-content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:0}.home-featured-close{display:grid;place-items:center;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:transparent;color:#fff;font-family:inherit;font-size:18px;line-height:1;cursor:pointer}.home-featured-actions{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:12px}.home-featured-close:hover{background:transparent;color:#f0b400}.home-featured-badge{background:#f0b400;color:#0a1d34;font-size:11px;font-weight:800;padding:4px 10px;border-radius:4px;letter-spacing:1px;white-space:nowrap;flex-shrink:0}.home-featured-text{flex:1;display:flex;flex-direction:column;gap:6px}.home-featured-title-row{display:flex;align-items:center;gap:12px}.home-featured-text strong{color:#fff;font-size:14px;font-weight:700}.home-featured-description{color:#bbd6f3;font-size:13px}.home-featured-cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:2px;padding:8px 14px;border-radius:8px;background:#fff;color:#0f4478;text-decoration:none;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0;transition:.3s ease}.home-featured-cta:hover{background:#e7eef6}@media(max-width:760px){.home-featured-banner{top:auto;right:12px;bottom:12px;width:calc(100vw - 24px);min-height:108px;padding:12px 14px;border-radius:10px;box-shadow:0 12px 34px #08305c6b,0 0 22px #ffffff57}.home-featured-banner-link{align-items:center}.home-featured-content{gap:4px}.home-featured-title-row{align-items:flex-start;gap:8px}.home-featured-badge{font-size:10px;padding:3px 8px}.home-featured-description{display:-webkit-box;overflow:hidden;color:#bbd6f3;font-size:11px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-featured-text strong{display:-webkit-box;overflow:hidden;font-size:12px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-featured-cta{padding:8px 12px;border-radius:7px;font-size:12px}.home-featured-close{width:22px;height:22px;font-size:17px}}.trusted{background:#163d6b;padding:80px 0}.trusted-container{display:flex;align-items:center;gap:80px;max-width:1200px;margin:0 auto;padding:0 80px}.trusted-text{flex:0 0 300px}.trusted-text h3{color:#fff;font-size:22px;line-height:1.4;font-weight:600}.trusted-logos{flex:0 0 700px;overflow:hidden;position:relative}.trusted-logos:before,.trusted-logos:after{content:"";position:absolute;top:0;height:100%;width:120px;pointer-events:none;z-index:2}.trusted-logos:before{left:0;background:linear-gradient(to right,#163d6b,#163d6b00)}.trusted-logos:after{right:0;background:linear-gradient(to left,#163d6b,#163d6b00)}.logo-track{display:flex;align-items:center;gap:60px;width:max-content;animation:scrollLeft 80s linear infinite}.logo-track img{height:40px;width:auto;object-fit:contain}.solutions{padding:120px 0;background:#fff}.solutions-container{max-width:1200px;margin:0 auto;padding:0 80px;display:flex;gap:100px;align-items:flex-start}.solutions-left{flex:1}.solutions-sub{font-weight:600;letter-spacing:1px;color:#1c3f6e;font-size:18px}.solutions-left h2{font-size:72px;font-weight:800;line-height:1.05;color:#163d6b;margin-bottom:48px}.solutions-btn{display:inline-block;background:#163d6b;color:#fff;padding:20px 44px;border-radius:14px;text-decoration:none;font-weight:600;font-size:17px;transition:.3s ease}.solutions-btn:hover{background:#0f2e52}.solutions-right{flex:1.2;display:flex;flex-direction:column;gap:18px}.solution-card{background:#f6f7f9;padding:28px 36px;border-radius:0;cursor:pointer;transition:all .4s ease;overflow:hidden}.solution-card:hover{transform:translateY(-2px)}.solution-card.active{border-left:6px solid #163d6b;box-shadow:0 10px 30px #0000000d}.card-header{display:grid;grid-template-columns:1fr auto;align-items:start;column-gap:24px}.card-header h4{font-size:17px;font-weight:600;color:#1c3f6e;line-height:1.25}.card-number{font-size:90px;font-weight:800;line-height:.85;color:#e3e6ea;transition:all .4s ease}.solution-card.active .card-number{font-size:115px;background:linear-gradient(180deg,#ddedff,#798ea9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .5s ease,opacity .4s ease,margin-top .4s ease}.card-content.open{max-height:300px;opacity:1;margin-top:14px}.card-content p{font-size:14px;color:#444;line-height:1.55;max-width:460px}.video-section{background:#fff;padding:90px 0}.video-container{max-width:1400px;margin:0 auto;padding:0 40px}.video-container iframe{width:100%;aspect-ratio:16 / 9;border:none;border-radius:20px;box-shadow:0 25px 60px #00000014}.services{background:#f6f7f9;--services-nav-offset: 76px;--services-intro-offset: 200px;--services-card-overlap: 64px;--services-card-gap: 24px}.services-intro{max-width:1250px;margin:0 auto;padding:30px 80px;position:sticky;top:var(--services-nav-offset);z-index:20;background:#f6f7f9}.services-label{font-size:14px;font-weight:600;letter-spacing:2px;color:#163d6b;display:block;margin-bottom:20px}.services-intro h2{font-size:64px;font-weight:800;line-height:1.1;color:#163d6b;margin-bottom:30px}.services-intro p{font-size:16px;max-width:1200px;color:#555;line-height:1.6}.services-stack{position:relative;height:auto;z-index:1}.services-intro-pin{position:absolute;top:0;bottom:100vh;left:0;width:100%;height:auto;z-index:20;pointer-events:none}.services-track{position:relative;height:auto;padding-top:calc(var(--services-intro-offset) + (var(--services-card-gap) * 3));padding-bottom:clamp(96px,16vh,160px)}.service-card{position:sticky;top:calc(var(--services-nav-offset) + var(--services-intro-offset) - var(--services-card-overlap));height:60vh;min-height:min(480px,calc(100vh - var(--services-nav-offset) - var(--services-intro-offset) + var(--services-card-overlap)));max-height:calc(100vh - var(--services-nav-offset) - var(--services-intro-offset) + var(--services-card-overlap));z-index:30;display:flex;align-items:flex-start;justify-content:center}.service-card:not(:last-child){margin-bottom:clamp(240px,32vh,360px)}.contact-email,.contact-socials a,.footer-links a{display:inline-flex;align-items:center;gap:.18em}.contact-email svg{width:1.1em;height:1.1em;flex:0 0 auto;stroke-width:2}.contact-socials svg,.footer-links svg{width:.9em;height:.9em;flex:0 0 auto;stroke-width:2}.service-bg{width:90%;max-width:1100px;height:100%;min-height:0;border-radius:30px;background-size:cover;background-position:center;position:relative;overflow:hidden;box-shadow:0 6px 16px #00000026}.service-overlay{position:absolute;inset:0;border-radius:30px;background:linear-gradient(to top,#000000d9,#0000009e,#00000040 70%,#0000);display:flex;align-items:flex-end;padding:0 56px 56px}.service-content{max-width:600px;color:#fff;text-align:left}.service-icon{width:52px;height:52px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:28px;color:#fff;line-height:1;margin-bottom:14px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.service-content h3{font-size:56px;font-weight:800;margin-bottom:24px;line-height:1.1}.service-content p{font-size:18px;line-height:1.6;opacity:.95}.service-card:nth-child(1){z-index:31}.service-card:nth-child(2){z-index:32}.service-card:nth-child(3){z-index:33}.service-card:nth-child(4){z-index:34}.service-card:nth-child(5){z-index:35}.tech-gradient-divider{width:100%;height:36px;background:linear-gradient(90deg,#6a2c91,#3f5dbb 40%,#1f7cff,#14b8d4)}.tech-stack{height:calc(100vh - var(--navbar-height) - 36px);height:calc(100svh - var(--navbar-height) - 36px);min-height:0;padding:clamp(24px,4vh,36px) 0;background:#fff;overflow:hidden;display:flex;flex-direction:column}.tech-header{text-align:center;margin-bottom:clamp(18px,3vh,28px);flex:0 0 auto}.tech-title-row{display:flex;align-items:center;justify-content:center}.tech-title-row img{height:clamp(80px,12vh,110px);width:auto;display:block}.tech-header h2{font-size:clamp(48px,7vh,64px);font-weight:800;color:#123b6d;margin:0;line-height:1.05}.tech-header p{font-size:clamp(16px,2.4vh,20px);color:#333;margin:8px 0 0}.tech-header a{color:#1f7cff;font-weight:600;text-decoration:none}.tech-header a:hover{text-decoration:underline}.tech-wrapper{width:100%;max-width:1200px;margin:0 auto;display:flex;flex:1;min-height:0;gap:clamp(28px,5vw,60px);align-items:stretch}.tech-left{flex:2;min-height:0;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 8%,black 92%,transparent 100%)}.tech-rows{display:flex;height:100%;flex-direction:column;gap:clamp(12px,2.5vh,24px)}.tech-row{display:flex;flex:1;min-height:0;gap:30px;width:max-content}.tech-card{min-width:210px;height:100%;background:#fafafa;border-radius:20px;display:flex;align-items:center;justify-content:center;transition:.3s ease}.tech-card img{max-width:130px;max-height:100px;object-fit:contain}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.scroll-left{animation:scrollLeft 40s linear infinite}.scroll-right{animation:scrollRight 40s linear infinite}.tech-cta{flex:1;position:relative;padding:clamp(32px,5vh,52px) clamp(32px,4vw,52px);border-radius:34px;background:radial-gradient(circle at 20% 20%,rgba(0,120,120,.444),transparent 40%),linear-gradient(135deg,#0c1622,#0b0f17 60%,#0a0c12);color:#fff;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 10px 40px #0006,inset 0 0 60px #00ffc808}.tech-cta h3{font-size:clamp(40px,6vh,54px);font-weight:900;letter-spacing:1px;margin-bottom:20px;color:#fff;line-height:1.2}.tech-cta p{font-size:18px;line-height:1.6;color:#ffffffe6;max-width:340px}.arrow-box{position:absolute;bottom:50px;right:50px;width:100px;height:100px;border-radius:12px;border:1.5px solid rgba(60,150,255,.9);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;box-shadow:0 0 20px #008cff26,inset 0 0 25px #008cff0d}.arrow-box img{width:60px;height:60px;transition:transform .3s ease}.arrow-box:hover img{transform:rotate(45deg) translate(4px)}.about{position:relative;width:100%;height:100vh;min-height:700px;overflow:hidden;background:linear-gradient(180deg,#123b6d,#051628 20%,#000)}.about-slider{position:absolute;inset:0;z-index:1;display:flex;height:100%;width:100%;will-change:transform;transition:transform .85s ease;background:#051628}.about-slider.no-transition{transition:none}.about-slide{position:relative;min-width:100%;height:100%;flex-shrink:0;overflow:hidden;background:#051628}.about-slide img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;background:#051628}.about-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to right,rgba(0,24,48,.9) 0%,rgba(0,24,48,.82) 38%,rgba(0,24,48,.68) 60%,rgba(0,24,48,.24) 78%,transparent 92%)}.about-content{position:absolute;z-index:3;top:50%;left:0;transform:translateY(-50%);width:100%;max-width:1600px;margin:0 auto;padding-left:8%;padding-right:20px;text-align:left;color:#fff;font-weight:lighter}.about-content h2{font-size:72px;font-weight:900;letter-spacing:-1px;line-height:1;margin-bottom:24px}.about-content p{font-size:20px;line-height:1.6;max-width:650px;margin:0}.contact-section{background:linear-gradient(180deg,#123b6d,#051628 20%,#000);color:#fff;height:calc(100vh - var(--navbar-height));height:calc(100svh - var(--navbar-height));min-height:0;padding:clamp(28px,4vh,44px) 80px clamp(20px,3vh,32px);display:flex;flex-direction:column;overflow-x:clip;overflow-y:auto}.contact-container{width:100%;min-width:0;max-width:1200px;margin:0 auto clamp(16px,2.5vh,24px);flex:1;display:flex;min-height:0;flex-direction:column;justify-content:center}.contact-left h2{font-size:clamp(56px,8vh,76px);font-weight:900;margin-bottom:clamp(12px,2vh,20px);letter-spacing:-2px}.contact-tagline{font-size:clamp(16px,2.2vh,20px);color:#c7cbd1;margin-bottom:12px}.contact-email{font-size:clamp(26px,4vh,36px);font-weight:800;color:#4da3ff;text-decoration:underline;display:inline-flex;align-items:center;gap:.18em;margin-bottom:clamp(12px,2vh,18px);transition:.3s ease}.contact-email:hover{opacity:.8}.contact-card{display:grid;grid-template-columns:1fr 1fr;border-radius:16px;padding:clamp(24px,4vh,40px);background:linear-gradient(180deg,#071f38e6,#000000e6);border-top:2px solid rgba(77,163,255,.4)}.contact-info p{font-size:18px;line-height:1.8;color:#d0d7e2}.contact-phone{display:inline-block;margin-bottom:12px;border:0;padding:0;background:transparent;color:#d0d7e2;font:inherit;font-size:18px;line-height:1.8;text-align:left;text-decoration:none;cursor:pointer}.contact-phone:hover{color:#4da3ff}.contact-phone-call{display:inline-block}.contact-phone-copy{display:none}@media(min-width:769px){.contact-phone-call{display:none}.contact-phone-copy{display:inline-block}}.contact-branches{margin-top:clamp(18px,3vh,30px);font-size:20px;color:#cfd5dc;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.contact-branches button{border:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer;transition:color .25s ease}.contact-branches button:hover,.contact-branches button.active{color:#4da3ff}.contact-socials{display:flex;flex-direction:column;gap:30px;align-items:flex-end;justify-content:center}.contact-socials a{font-size:22px;color:#cfd5dc;text-decoration:underline;transition:.3s ease}.contact-socials a:hover{color:#4da3ff}.footer-bottom{width:100%;min-width:0;max-width:1200px;margin:0 auto;padding-top:clamp(12px,2vh,18px);flex:0 0 auto;border-top:1px solid rgba(255,255,255,.08);color:#fff;font-size:14px}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(8px,1.5vh,14px)}.footer-links{display:flex;gap:12px;align-items:center}.footer-links a{color:#fff;text-decoration:none;transition:.3s ease}.footer-links a:hover{color:#fff}.footer-cities{text-align:right}.footer-copy{width:100%;margin-inline:auto;text-align:center;opacity:.7}.reveal{opacity:0;transform:translateY(60px);transition:opacity .9s ease,transform .9s cubic-bezier(.16,1,.3,1)}.reveal.active{opacity:1;transform:translateY(0)}.about-content.reveal{transform:translateY(calc(-50% + 60px))}.about-content.reveal.active{transform:translateY(-50%)}@media(max-width:1024px){#top{--navbar-height: 62px}.services{--services-intro-offset: 170px;--services-card-gap: 20px}.hero{padding:80px 40px 100px}.hero h1{font-size:40px}.trusted-container{flex-direction:column;gap:30px;padding:0 40px;text-align:center}.trusted-text,.trusted-logos{flex:none;width:100%}.solutions-container{flex-direction:column;gap:40px;padding:0 40px;text-align:center;align-items:center}.solutions-left{width:100%;text-align:center}.solutions-left h2{font-size:56px}.solutions-right,.solution-card,.card-header,.card-header h4,.card-content p{text-align:left}.services-intro{padding:30px 40px;top:var(--services-nav-offset)}.services-track{padding-top:calc(var(--services-intro-offset) + (var(--services-card-gap) * 3))}.service-bg{height:100%;min-height:0}.service-overlay{padding:0 40px 40px;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.62) 38%,rgba(0,0,0,.26) 72%,transparent 100%);align-items:flex-end}.service-content{max-width:100%}.service-content h3{font-size:40px}.tech-wrapper{flex-direction:column;gap:20px;padding:0 40px}.tech-left{width:100%;flex:1 1 auto;min-height:220px}.tech-cta{flex:0 0 170px;width:100%;min-height:170px;padding:28px 104px;align-self:center;align-items:flex-start;justify-content:center;text-align:left}.tech-cta p{max-width:520px}.arrow-box{width:72px;height:72px;right:24px;bottom:50%;transform:translateY(50%)}.arrow-box img{width:38px;height:38px}.about{height:78vh;min-height:550px}.about-overlay{background:linear-gradient(to bottom,#051628a8,#051628b8 45%,#051628d6)}.about-content{top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%);padding:40px;text-align:center}.about-content h2{font-size:56px}.about-content p{font-size:18px;max-width:80%;margin:0 auto}.about-content.reveal{transform:translate(-50%,calc(-50% + 60px))}.about-content.reveal.active{transform:translate(-50%,-50%)}.contact-section{padding:32px 40px 24px}.contact-left h2{font-size:clamp(48px,7vh,64px)}.contact-email{font-size:clamp(24px,3.5vh,30px)}.contact-card{grid-template-columns:1fr;padding:40px;gap:30px}.contact-socials{align-items:flex-start}.footer-top{flex-direction:column;gap:14px;align-items:center;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.footer-back-separator{display:none}.footer-back-link{flex-basis:100%;justify-content:center}.footer-cities{text-align:center}}@media(max-width:768px){#top{--navbar-height: 60px}.navbar{position:sticky;top:0;z-index:1000;height:60px;min-height:60px;background:#fff}.nav-container{height:60px;padding:12px;position:static;z-index:1001;background:#fff}.logo img{height:40px}.hamburger{display:flex;position:relative;-webkit-tap-highlight-color:transparent}.hamburger:focus,.hamburger:focus-visible,.hamburger:active{outline:none;box-shadow:none}.mobile-nav-backdrop{position:absolute;top:100%;left:0;z-index:998;display:block;width:100%;height:100vh;height:100dvh;padding:0;border:0;background:#09192c6b;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-nav-backdrop:focus,.mobile-nav-backdrop:focus-visible,.mobile-nav-backdrop:active{outline:none;box-shadow:none}html.mobile-nav-open,body.mobile-nav-open{touch-action:none;overscroll-behavior:none}.mobile-nav-backdrop,.nav-links.mobile-viewport.active{touch-action:none;overscroll-behavior:contain}.nav-links.mobile-viewport.active:has(.region-menu__content){overflow:visible}.nav-links{position:absolute;top:100%;left:0;width:100%;height:auto;background:#fff;z-index:999;flex-direction:column;align-items:center;gap:14px;padding:24px;display:none;box-shadow:0 16px 24px #00000029}.nav-links.active{display:flex}.nav-links.mobile-viewport{display:flex;overflow:hidden;visibility:visible}.nav-links.mobile-viewport>a[href="/"]:not(.nav-logo){display:block}.nav-links.mobile-viewport>.region-banner--inline{order:10}.nav-links.mobile-viewport:not(.active){pointer-events:none;visibility:hidden;box-shadow:none}.nav-logo{display:flex;justify-content:center;width:100%;padding:8px 0 12px;border-bottom:1px solid #e8edf2;margin-bottom:4px;text-decoration:none!important}.nav-logo img{height:46px;width:auto}.nav-links>.nav-logo{display:none}.nav-links a{font-size:14px;color:#1d1d1d;text-decoration:none;width:100%;text-align:center}.nav-links a.active-nav{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.contact-btn{width:100%;text-align:center;background:transparent;color:#1d1d1d!important;padding:0;border-radius:0;font-size:14px;font-weight:400;margin-top:4px}.contact-btn:hover{background:transparent;color:#163d6b!important}.services{--services-intro-offset: 150px;--services-card-gap: 18px}.hero{padding:60px 24px 80px}.hero h1{font-size:32px;margin-bottom:24px;margin-left:auto;margin-right:auto}.hero h1 br{display:none}.hero-badge{font-size:12px;padding:6px 16px;margin-bottom:24px}.hero-description{font-size:15px}.hero-subtext{font-size:13px}.trusted{padding:50px 0}.trusted-container{padding:0 24px;gap:24px}.trusted-text h3{font-size:18px}.trusted-logos:before,.trusted-logos:after{width:40px}.solutions{padding:60px 0}.solutions-container{padding:0 24px;gap:32px;text-align:center;align-items:center}.solutions-left{width:100%;text-align:center}.solutions-left h2{font-size:42px;margin-bottom:24px}.solutions-sub{font-size:13px}.solutions-btn{padding:16px 32px;font-size:15px}.solutions-right,.solution-card,.card-header,.card-header h4,.card-content p{text-align:left}.solution-card{padding:20px 24px;margin-left:auto;margin-right:auto}.card-number{font-size:60px}.solution-card.active .card-number{font-size:80px}.card-content p{max-width:100%}.video-section{padding:40px 0}.video-container{padding:0 24px}.video-container iframe{border-radius:14px}.services-intro{padding:30px 24px 20px;top:var(--services-nav-offset)}.services-track{padding-top:calc(var(--services-intro-offset) + (var(--services-card-gap) * 3))}.services-intro h2{font-size:36px;margin-bottom:12px}.services-intro p{font-size:14px}.service-bg{width:100%;max-width:95%;height:100%;min-height:0;border-radius:20px;margin:0 auto}.service-overlay{border-radius:20px;padding:0 24px 28px;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.62) 40%,rgba(0,0,0,.26) 75%,transparent 100%);align-items:flex-end}.service-content{max-width:100%}.service-content h3{font-size:28px;margin-bottom:10px}.service-icon{width:42px;height:42px;font-size:22px;margin-bottom:10px;border-radius:10px}.service-content p{font-size:14px}.tech-stack{padding:18px 0}.tech-header{margin-bottom:14px;padding:0 24px}.tech-title-row{flex-direction:column;gap:0}.tech-title-row img{height:60px}.tech-header h2{font-size:32px}.tech-header p{font-size:16px}.tech-wrapper{width:calc(100% - 20px);padding:0 24px;gap:14px;margin-inline:10px}.tech-left{min-height:170px}.tech-rows{gap:10px}.tech-card{min-width:140px;height:100%}.tech-card img{max-width:80px;max-height:55px}.tech-cta{flex-basis:140px;min-height:140px;padding:20px 72px 20px 24px;border-radius:20px;text-align:left}.tech-cta h3{font-size:30px;margin-bottom:8px}.tech-cta p{font-size:16px;max-width:100%}.arrow-box{width:52px;height:52px;bottom:20px;right:20px;top:auto;transform:none}.arrow-box img{width:28px;height:28px}.about{height:auto;min-height:0;aspect-ratio:16 / 10}.about-slider{display:block;overflow:hidden;transition:none;transform:none!important}.about-slide{position:absolute;inset:0;width:100%;min-width:0;height:100%;flex-shrink:1}.about-slide-current{z-index:2}.about-slide-prev{z-index:1;animation:about-slide-out .85s ease both}.about-slide-current.enter{animation:about-slide-in .85s ease both}.about-slide img{object-fit:cover;object-position:center}.about-overlay{background:linear-gradient(to bottom,#051628a8,#051628b8 45%,#051628d6)}@keyframes about-slide-in{0%{transform:translate(10%);opacity:.88}to{transform:translate(0);opacity:1}}@keyframes about-slide-out{0%{transform:translate(0);opacity:1}to{transform:translate(-6%);opacity:.9}}.about-content{top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%);padding:30px 24px;text-align:center}.about-content h2{font-size:36px;margin-bottom:14px}.about-content p{font-size:15px;max-width:100%;margin:0 auto}.contact-section{padding:24px;align-items:center;justify-content:center}.contact-container{margin:0 auto 16px}.contact-left h2{font-size:48px;letter-spacing:-1px;margin-bottom:14px}.contact-tagline{font-size:16px;margin-bottom:14px}.contact-email{font-size:20px;margin-bottom:16px;word-break:break-all}.contact-card{width:100%;max-width:540px;margin-inline:auto;grid-template-columns:1fr;padding:20px 24px;gap:16px}.contact-info p{font-size:15px}.contact-branches{margin-top:20px;font-size:16px}.contact-socials{align-items:flex-start;gap:16px}.contact-socials a{font-size:18px}.footer-bottom{padding:18px 0 0;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-top{flex-direction:column;gap:14px;align-items:center;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.footer-cities{text-align:center}}@media(max-width:480px){.services{--services-intro-offset: 138px;--services-card-gap: 14px}.hero{padding:40px 16px 60px}.hero h1{font-size:26px}.hero-description{font-size:14px}.solutions-container{padding:0 16px}.solutions-left h2{font-size:34px}.services-intro{padding:24px 16px 16px}.services-track{padding-top:calc(var(--services-intro-offset) + (var(--services-card-gap) * 3))}.services-intro h2{font-size:28px}.service-content h3{font-size:22px}.service-content p{font-size:13px}.tech-wrapper,.tech-header{padding:0 16px}.tech-header h2,.about-content h2{font-size:28px}.about-content p{font-size:14px}.about{aspect-ratio:4 / 3}.contact-section{padding:18px 16px}.contact-left h2{font-size:36px}.contact-email{font-size:16px}.contact-card{padding:20px 16px}}html,body,#root{margin:0;padding:0}@media(max-width:768px){.nav-container,.hero-container,.trusted-container,.solutions-container,.video-container,.tech-header,.tech-wrapper,.contact-container,.footer-bottom,.blog-hero-shell,.featured-inner,.docs-section,.featured-container,.globe-container,.awards-hero-content,.awards-detail-content,.footer-container{margin-inline:10px}}
