@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Questrial&display=swap";:root{color-scheme:light;--container-width: min(1248px, calc(100% - clamp(48px, 12vw, 168px)) );--bg: #f8f8f8;--soft: #f6faff;--soft-blue: #dcecff;--ink: #0a0f1e;--muted: #4e5d70;--line: #bad8fb;--blue: #0071e2;--blue-2: #0a78e9;--yellow: #f5a623;--white: #f8f8f8;--shadow: 0 2px 1px rgba(0, 0, 0, .18);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--ink)}*{box-sizing:border-box}html{max-width:100%;overflow-x:hidden;scroll-behavior:smooth}body{min-height:100vh;margin:0;overflow-x:hidden;background:var(--bg)}body,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}a[href]{cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s ease,filter .18s ease}a[href]:focus-visible{outline:3px solid rgba(245,166,35,.82);outline-offset:4px}button,input,textarea{border:0}h1,h2,h3,p{margin:0;overflow-wrap:break-word}img,svg,video{max-width:100%}h1,h2{font-family:Questrial,Manrope,sans-serif;font-weight:400;letter-spacing:0}h1{max-width:820px;font-size:clamp(2.4rem,4.1vw,3.125rem);line-height:1.04}h2{max-width:880px;font-size:clamp(2rem,4vw,3.125rem);line-height:1.04}h3{font-size:1.25rem;font-weight:800;line-height:1.15}p{max-width:720px;color:var(--muted);font-size:1rem;line-height:1.5}.site-header{position:sticky;top:0;z-index:80;display:grid;grid-template-columns:minmax(160px,203px) minmax(0,1fr) auto;align-items:center;gap:18px;min-height:72px;padding:0 clamp(24px,5vw,84px);background:var(--white);box-shadow:0 4px 2px #0000001a}.site-header:after{display:none}.site-header nav{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2.5vw,2.75rem);min-width:0;color:var(--ink);font-size:.875rem}.nav-dropdown{position:relative}.nav-dropdown:before{position:absolute;top:100%;left:-18px;right:-18px;height:14px;content:""}.nav-dropdown__trigger{display:inline-flex;align-items:center;gap:6px}.nav-dropdown__trigger:after{width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;content:"";transform:rotate(45deg) translateY(-2px)}.nav-dropdown__menu{position:absolute;top:calc(100% + 8px);left:50%;z-index:30;display:grid;min-width:210px;padding:10px;border:1px solid rgba(186,216,251,.9);border-radius:8px;background:#fff;box-shadow:0 18px 45px #0f1f3424;opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .16s ease,transform .16s ease}.nav-dropdown__menu a{padding:10px 12px;border-radius:6px;color:var(--ink);white-space:nowrap}.nav-dropdown__menu a:hover,.nav-dropdown__menu a:focus-visible{background:var(--soft-blue);color:var(--blue)}.site-header nav>a:hover,.site-header nav>a:focus-visible,.nav-dropdown__trigger:hover,.nav-dropdown__trigger:focus-visible{color:var(--blue);transform:translateY(-1px)}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;pointer-events:auto;transform:translate(-50%)}.brand{color:var(--blue);font-family:Georgia,Times New Roman,serif;font-size:1.18rem;font-weight:700;letter-spacing:-.04em}.brand--image{display:inline-flex;align-items:center;width:203px;max-width:100%;height:49px}.brand--image img{display:block;width:100%;height:100%;object-fit:contain}.brand--image:hover,.brand--image:focus-visible{opacity:.86;transform:translateY(-1px)}.brand--image-white{width:304px;max-width:min(304px,100%);height:74px}.nav-cta,.button,.contact-form button{display:inline-flex;align-items:center;justify-content:center;min-height:41px;padding:.25rem 1.25rem;border-radius:4px;background:var(--yellow);color:var(--ink);font-size:.875rem;font-weight:800;box-shadow:0 1px .5px #00000040}.button--primary{min-width:197px}.button--ghost{min-width:197px;border:2px solid var(--yellow);background:transparent;color:var(--yellow);box-shadow:none}.button--blue{min-width:150px;background:var(--blue);color:var(--white)}.button--outline{min-width:100px;border:1.5px solid rgba(0,113,226,.35);background:#0071e214;color:var(--blue);font-weight:800}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap}.site-header__actions .button{min-width:148px;min-height:36px;padding-inline:.875rem}.site-header__actions .button--blue{min-width:118px}a.button:hover,a.button:focus-visible,.nav-cta:hover,.nav-cta:focus-visible,.contact-form button:hover,.contact-form button:focus-visible{transform:translateY(-2px);box-shadow:0 10px 24px #0f1f3429;filter:brightness(1.04)}a.button--ghost:hover,a.button--ghost:focus-visible{background:#f5a6231f;box-shadow:none}a.button--blue:hover,a.button--blue:focus-visible{background:var(--blue-2)}.schedule-modal[hidden],.schedule-modal [hidden]{display:none!important}.schedule-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px}.schedule-modal__backdrop{position:absolute;inset:0;background:#0a0f1ead}.schedule-modal__panel{position:relative;z-index:1;width:min(960px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:8px;background:#fff;box-shadow:0 28px 80px #0a0f1e47}.schedule-modal__options{display:grid;justify-items:center;gap:18px;padding:clamp(36px,7vw,72px) 24px;text-align:center}.schedule-modal__eyebrow{color:var(--blue);font-size:.875rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.schedule-modal__options h2{max-width:560px;color:var(--ink);font-size:clamp(2rem,5vw,3rem)}.schedule-modal__choice-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:8px}.schedule-modal__calendar{display:grid;gap:12px;padding:48px 18px 18px}.schedule-modal__calendar iframe{display:block;width:100%;height:min(600px,calc(100vh - 150px));border:0;border-radius:6px}.schedule-modal__close,.schedule-modal__back{border:0;background:transparent;color:var(--ink);cursor:pointer}.schedule-modal__close{position:absolute;top:12px;right:14px;z-index:2;width:40px;height:40px;border-radius:50%;font-size:2rem;line-height:1}.schedule-modal__close:hover,.schedule-modal__close:focus-visible{background:var(--soft-blue)}.schedule-modal__back{justify-self:start;min-height:36px;padding:0 10px;border-radius:4px;color:var(--blue);font-weight:800}.schedule-modal__back:hover,.schedule-modal__back:focus-visible{background:var(--soft-blue)}body.schedule-modal-open{overflow:hidden}.page-hero{position:relative;display:flex;align-items:flex-end;min-height:562px;padding:0 98px 92px;overflow:hidden;background:linear-gradient(180deg,#0a0f1e00,#0a0f1ef2),var(--hero-image) center / cover}.page-hero--center{align-items:flex-end;justify-content:center;min-height:730px;padding-bottom:123px;text-align:center}.page-hero__content{display:grid;gap:13px;max-width:1016px}.page-hero--center .page-hero__content{justify-items:center}.page-hero .eyebrow{color:#f8f8f8c2}.page-hero h1{color:var(--white)}.page-hero h1 strong,.page-hero em{color:var(--yellow);font-style:normal}.page-hero p:not(.eyebrow){color:var(--white);font-size:clamp(1rem,1.45vw,1.25rem);line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.eyebrow{color:var(--blue);font-size:.875rem;font-weight:800;letter-spacing:.02em}.client-band{position:relative;display:grid;gap:12px;min-height:148px;padding:18px 48px 20px;overflow:hidden;text-align:center;background:radial-gradient(circle at 28% 0%,#66b0ff,#0071e2 55% 100%);color:var(--white)}.client-band--light{min-height:0;padding:40px 0;align-content:center;background:var(--bg);color:var(--ink)}.client-band--light .logo-row img{filter:grayscale(1) brightness(0);mix-blend-mode:normal;opacity:.55}.client-band--light .logo-row img:hover,.client-band--light .logo-row img:focus-visible{filter:grayscale(1) brightness(0);opacity:.9}.client-band p{max-width:none;margin:0 auto;color:currentColor;font-size:1rem}.client-band--light p{font-size:1.25rem}.logo-row{--logo-gap: clamp(1rem, 3vw, 2.25rem);display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:var(--logo-gap);width:max-content;min-width:max-content;color:currentColor;animation:logo-carousel 100s linear infinite;will-change:transform}.logo-row img{width:clamp(120px,10vw,176px);height:85px;flex:0 0 auto;object-fit:contain;opacity:.9;filter:grayscale(1) brightness(0) invert(1);mix-blend-mode:normal;transition:filter .18s ease,opacity .18s ease,transform .18s ease,mix-blend-mode .18s ease}.client-band:hover .logo-row,.client-band:focus-within .logo-row{animation-play-state:paused}.logo-row img:hover,.logo-row img:focus-visible{opacity:1;filter:grayscale(1) brightness(0) invert(1);mix-blend-mode:normal;transform:scale(1.04)}@keyframes logo-carousel{0%{transform:translate(0)}to{transform:translate(-50%)}}.page-shell{display:grid;gap:0;width:100%;margin:0 auto}.page-shell--collection,.page-shell--single{padding-top:90px}.section-stack{display:grid;gap:0}.content-block,.content-section{display:grid;gap:2.4rem;width:min(100% - 48px,1242px);margin:0 auto;padding:90px 0}.content-block--route{padding-top:40px}.content-section--split,.content-section--split.reverse,.content-section--proof{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.content-section--split,.content-section--split.reverse{min-height:443px;padding:56px 0;gap:56px}.content-section--split.reverse{direction:rtl}.content-section--split.reverse>*{direction:ltr}.content-section--dark{width:100%;max-width:none;margin:0;padding:74px 84px;background:#050b18;color:var(--white)}.content-section--dark p,.content-section--dark h2,.content-section--dark li{color:var(--white)}.section-heading{display:grid;justify-items:center;gap:12px;text-align:center}.section-heading p{margin-inline:auto}.content-section h2{margin-bottom:16px}.content-section p+p{margin-top:10px}.section-media{aspect-ratio:4 / 3;min-height:0;border-radius:2px;background:var(--section-image) top center / cover}.content-section--proof .section-media,.content-section--split .section-media{box-shadow:var(--shadow)}.image-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.image-card{position:relative;display:flex;min-height:447px;flex-direction:column;justify-content:flex-end;gap:7px;padding:0 27px 22px;overflow:hidden;color:var(--white);background:linear-gradient(180deg,#0a0f1e00,#0a0f1e),var(--card-image) center / cover;box-shadow:0 4px 2px #00000040}.image-card h3,.image-card p{position:relative;color:var(--white)}.image-card p{font-size:1rem}.stats-section{display:grid;gap:42px;padding-top:70px;background:var(--bg);text-align:center}.stats-section h2{margin-inline:auto}.stats-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:0;padding:34px clamp(28px,5vw,72px);background:var(--blue);color:var(--white);text-align:center}.stats-band article{display:grid;place-items:center;align-content:center;min-height:138px;padding:16px clamp(22px,3vw,48px);border-right:1px solid rgba(248,248,248,.55);text-align:center}.stats-band article:last-child{border-right:0}.stats-band strong{font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.55rem,2.5vw,2.1rem);font-weight:400;line-height:1}.stats-band span{max-width:200px;margin-top:10px;color:#ffffffe0;font-family:Manrope,sans-serif;font-size:.82rem;line-height:1.38}.check-list,.module-tabs{display:grid;gap:10px;padding:0;margin:22px 0 0;list-style:none}.check-list li,.module-tabs span{border-radius:8px;background:var(--soft-blue);color:var(--blue);font-weight:800}.check-list li{padding:16px 18px}.module-tabs{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.module-tabs span,.module-tab{display:grid;min-height:90px;place-items:center;border:2px solid var(--blue);border-radius:8px;background:var(--white);color:var(--ink);padding:8px;text-align:center;font-size:.875rem;font-weight:400;cursor:pointer;transition:background .12s ease,color .12s ease}.module-tab:hover{background:var(--soft-blue)}.module-tab--active{background:var(--blue);color:var(--white)}.content-section--tabs{width:min(100% - 48px,1242px)}.module-panel-shell{margin-top:0}.module-panel{display:none}.module-panel--active{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:38px;align-items:center;padding:72px 37px;background:#f6faff;border-radius:8px;box-shadow:0 2px 1px #00000040}.module-panel__text{display:grid;gap:16px;align-content:start}.module-panel__text h3{margin:0;font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.75rem,2.8vw,2.25rem);font-weight:400;line-height:1.1;color:var(--ink)}.module-panel__text h3 a{color:inherit;text-decoration:none}.module-panel__text h3 a:hover{color:var(--blue)}.module-panel__kicker{margin:0;font-weight:800;font-size:.875rem;letter-spacing:.04em;color:var(--ink)}.module-panel__list{display:grid;gap:8px;padding-left:1.4rem;margin:0}.module-panel__list li{color:var(--ink);font-size:1rem;line-height:1.55}.module-panel__image{height:296px;border-radius:8px;background:#c5c5c5 var(--module-image) center / cover}.module-panel__link{font-size:.9rem;font-weight:700;color:var(--blue);text-decoration:none}.module-panel__link:hover{text-decoration:underline}.faq-rows{display:grid;gap:12px;margin-top:26px}.faq-rows details{border:1px solid #dcecff;border-radius:8px;background:#fff;box-shadow:0 12px 34px #0f1f340f}.faq-rows summary{min-height:68px;padding:22px 26px;color:#111827;cursor:pointer;font-weight:900;list-style:none}.faq-rows summary:after{float:right;display:inline-block;width:9px;height:9px;border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);transform:rotate(45deg);content:"";transition:transform .2s ease;margin-top:5px;flex-shrink:0}.faq-rows details[open] summary:after{content:"";transform:rotate(-135deg);margin-top:9px}.faq-rows p{padding:0 26px 24px;margin:0;color:#526070;font-size:15px;line-height:1.65}.related-products-section,.related-blogs-section{padding:74px 84px}.related-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:32px}.related-product-card{display:grid;min-height:220px;align-content:end;gap:6px;padding:20px;overflow:hidden;border-radius:8px;background:linear-gradient(180deg,#050b1805,#050b18e0),var(--image) center / cover;color:var(--white);box-shadow:0 16px 44px #0000003d;transition:transform .18s ease,box-shadow .18s ease}.related-product-card:hover{transform:translateY(-4px);box-shadow:0 24px 56px #00000052}.related-product-card span{color:var(--white);font-size:18px;font-weight:800;line-height:1.2}.related-product-card small{color:#bfe2ff;font-size:13px;font-weight:700}.related-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:32px}.related-blog-card{display:grid;gap:16px;align-content:start;border-radius:8px;overflow:hidden;background:#ffffff0d}.related-blog-card__image{display:block;min-height:180px;background:#1a2840 var(--image, none) center / cover;border-radius:6px;transition:transform .18s ease}.related-blog-card__image:hover{transform:scale(1.02)}.related-blog-card__body{display:grid;gap:14px;padding:0 16px 20px}.related-blog-card__title{margin:0;color:var(--white);font-size:15px;font-weight:700;line-height:1.45}.blog-links{display:grid;gap:10px;padding:0;margin:22px 0 0;list-style:none}.blog-links li{border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:16px 20px;font-weight:700;font-size:1rem;transition:background .12s ease}.blog-links li:has(a):hover{background:#ffffff0f}.blog-links a{color:var(--white);text-decoration:none}.blog-links a:hover{text-decoration:underline}.blog-links span{color:#ffffffa6}.card-grid{display:grid;gap:24px}.card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{display:grid;align-content:end;min-height:310px;padding:24px;overflow:hidden;color:var(--white);background:linear-gradient(180deg,#0a0f1e00,#0a0f1e),url(/assets/revamp/Home%20Page/Product%20and%20Solution/Fleet%20Management%20System.jpg) center / cover}a.card:hover,a.card:focus-visible{transform:translateY(-4px);box-shadow:0 18px 46px #0f1f342e;filter:saturate(1.08) brightness(1.04)}.card:nth-child(2n){background-image:linear-gradient(180deg,#0a0f1e00,#0a0f1e),url(/assets/revamp/Home%20Page/Product%20and%20Solution/Yard%20Management%20System.jpg)}.card span,.card h3,.card p{color:var(--white)}.card span{color:var(--yellow);font-size:.8rem;font-weight:800;text-transform:uppercase}.contact-form{display:grid;gap:1rem;padding:32px;border-radius:8px;background:var(--soft);box-shadow:var(--shadow)}.contact-form label{display:grid;gap:.45rem;color:var(--ink);font-weight:800}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:.85rem 1rem;color:var(--ink);background:#fff}.cta-band{display:grid;min-height:459px;place-items:center;padding:90px 24px;text-align:center;background:linear-gradient(180deg,#0a0f1e00,#0a0f1e),url(/assets/revamp/Partnership/Call%20to%20Action.jpg) center / cover}.cta-band>div{display:grid;justify-items:center;gap:16px;max-width:778px}.cta-band h2,.cta-band p{color:var(--white)}.cta-band .hero-actions{justify-content:center}.split-section{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;width:min(100% - 48px,1242px);padding:90px 0}.lead{font-size:1.35rem}.footer-login-cta{grid-column:1 / -1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;padding:20px 28px;border-radius:14px;background:#0003;border:1px solid rgba(255,255,255,.18)}.footer-login-cta__label{margin:0;color:var(--white);font-size:1.05rem;font-weight:800;letter-spacing:-.01em}.footer-login-cta__desc{margin:0;color:#ffffffa6;font-size:.85rem;line-height:1.45}.footer-login-cta .footer-login-cta__btn{display:inline-flex;align-self:flex-start;align-items:center;white-space:nowrap;padding:11px 24px;border-radius:999px;background:var(--white);color:#05b;font-size:.88rem;font-weight:800;text-decoration:none;transition:opacity .15s ease,transform .15s ease;box-shadow:0 2px 8px #0000002e;flex-shrink:0}.footer-login-cta .footer-login-cta__btn:hover{opacity:.92;transform:translateY(-1px)}.site-footer{display:grid;gap:80px;padding:75px 82px 51px;background:radial-gradient(circle at 28% 0%,#66b0ff,#0071e2 55% 100%);color:var(--white)}.site-footer__columns{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:48px}.site-footer h2,.site-footer h3,.site-footer p,.site-footer a{color:var(--white)}.site-footer h3{margin-bottom:16px;font-size:1.5rem}.site-footer nav,.site-footer__column{display:grid;align-content:start;gap:14px}.site-footer a:hover,.site-footer a:focus-visible{color:#fff;opacity:.82;transform:translate(4px)}.site-footer .brand:hover,.site-footer .brand:focus-visible{transform:translateY(-1px)}.site-footer__bottom{display:flex;justify-content:space-between;gap:2rem;padding-top:34px;border-top:1px solid rgba(248,248,248,.5)}.site-footer .brand{color:var(--white);font-size:2rem}@media(max-width:1120px){.site-header{grid-template-columns:1fr;padding:18px 24px}.site-header nav{order:3;width:100%;flex-wrap:wrap;justify-content:flex-start;gap:1rem;overflow:visible}.site-header__actions{order:2;justify-content:flex-start;flex-wrap:wrap}.nav-dropdown__menu{left:0;transform:translateY(8px)}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{transform:translate(0)}.page-hero,.page-hero--center{min-height:620px;padding:0 24px 72px}.content-section,.content-section--split,.content-section--split.reverse,.content-section--proof,.split-section{grid-template-columns:1fr;width:min(100% - 32px,760px);padding:64px 0}.content-section--split,.content-section--split.reverse{min-height:auto;padding:64px 0}.image-card-grid,.card-grid--two,.card-grid--three,.module-tabs,.site-footer__columns,.module-panel--active{grid-template-columns:1fr}.module-panel--active{padding:40px 24px}.module-panel__image{height:220px}.content-section--dark{width:100%;padding:64px 24px}.stats-band{padding:24px}.site-footer,.site-footer__bottom{padding-inline:24px;flex-direction:column}}@media(max-width:640px){.site-header{gap:14px;padding:14px 16px}.brand--image{width:min(203px,62vw)}.site-header nav{display:grid;grid-template-columns:1fr;gap:8px;font-size:.9375rem}.site-header nav>a,.nav-dropdown__trigger{min-height:36px;align-items:center}.nav-dropdown__menu{position:static;display:none;width:100%;min-width:0;max-width:100%;margin:4px 0 8px;opacity:1;pointer-events:auto;transform:none}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{display:grid;transform:none}.nav-dropdown__menu a{white-space:normal}.site-header__actions{width:100%}.site-header__actions .button{flex:1 1 150px}.page-hero,.page-hero--center{min-height:520px;padding:0 16px 56px}.content-block,.content-section,.content-section--tabs{width:min(100% - 32px,760px)}.stats-band{grid-template-columns:1fr;padding:8px 24px}.stats-band article{min-height:126px;border-top:1px solid rgba(248,248,248,.42);border-right:0}.stats-band article:first-child{border-top:0}}.ab-hero{display:grid;place-items:center;min-height:552px;padding:96px 48px;background:linear-gradient(180deg,#0a0f1e00,#0a0f1eb3),var(--hero-img) center / cover;text-align:center}.ab-hero h1{max-width:1122px;margin:0;color:#fff;font-family:Questrial,Manrope,sans-serif;font-size:clamp(2rem,4.2vw,3.5rem);font-weight:400;line-height:1.1}.ab-story{position:relative;display:flex;align-items:center;justify-content:center;min-height:668px;padding:101px 88px;overflow:hidden}.ab-story__bg{position:absolute;inset:0;background:var(--story-bg) center / cover;opacity:.15;pointer-events:none}.ab-story__inner{display:grid;grid-template-columns:576px 1fr;gap:49px;align-items:start;width:min(1264px,100%);position:relative}.ab-story__left{display:flex;flex-direction:column;gap:24px}.ab-story__img{height:178px;width:100%;background:var(--img) center / cover;box-shadow:0 2px 2px #00000040;border-radius:4px;flex-shrink:0}.ab-story__left-heading{margin:0;color:#0a0f1e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.6rem,2.5vw,2.25rem);font-weight:400;line-height:1.11}.ab-story__left-tag{margin:0;color:#727272;font-size:20px;font-weight:700;line-height:1.5}.ab-story__right p{margin:0;color:#727272;font-size:20px;line-height:1.5}.ab-story__right p+p{margin-top:24px}.ab-story__right strong{color:#0a0f1e;font-weight:700}.ab-values{padding:72px 84px 80px;background:#eef6ff}.ab-values__heading{max-width:1272px;margin:0 auto 22px;color:#0a0f1e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:400;line-height:1.1}.ab-values__sub{max-width:1240px;margin:0 auto 46px;color:#727272;font-size:20px;line-height:1.5}.ab-values__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:min(1272px,100%);margin:0 auto}.ab-value-card{display:flex;flex-direction:column;justify-content:flex-end;min-height:447px;padding:22px 27px;color:#fff;background:linear-gradient(180deg,#0a0f1e00,#0a0f1eb3),var(--img) center / cover}.ab-value-card h3{margin:0 0 13px;color:#fff;font-size:20px;font-weight:700}.ab-value-card p{margin:0;color:#ffffffd9;font-size:16px;line-height:1.5}.ab-aos{width:min(1200px,calc(100% - 96px));margin:0 auto;padding:67px 0}.ab-aos__heading{max-width:1126px;margin:0 0 48px;color:#0a0f1e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(2rem,4.5vw,3.75rem);font-weight:400;line-height:1.06}.ab-aos__body{max-width:1159px;margin:0 0 60px;color:#727272;font-size:20px;line-height:1.5}.ab-aos__body strong{color:#727272;font-weight:700}.ab-aos__pillars{display:grid;grid-template-columns:263px 391px 263px;gap:141px;margin-top:40px;justify-content:center}.ab-pillar{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.ab-pillar__circle{width:243px;height:243px;border-radius:50%;background:#e0e0e0;flex-shrink:0}.ab-pillar:nth-child(2) .ab-pillar__circle{width:275px;height:275px}.ab-pillar p{margin:0;color:#403e3e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:400;line-height:1.11}.ab-aos-quote{display:grid;min-height:293px;place-items:center;padding:68px 127px;background:radial-gradient(circle at 28% 0%,#66b0ff,#0071e2 72%);text-align:center}.ab-aos-quote h2{max-width:1126px;margin:0;color:#fff;font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:400;line-height:1.2}.ab-journey-header{display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:224px;padding:32px 125px 24px;background:linear-gradient(-60deg,#f8f8f8 45%,#d0e6ff 81%)}.ab-journey-label{margin:0;color:#0071e2;font-size:20px;font-weight:700;line-height:1.5;letter-spacing:.03em}.ab-journey-title{margin:0;color:#0a0f1e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(2.5rem,4vw,3.125rem);font-weight:400;line-height:1}.ab-journey-sub{margin:0;color:#727272;font-size:20px;line-height:1.5}.ab-timeline-wrap{padding:0 0 60px;background:#f9f9f9}.ab-timeline{position:relative;width:min(1440px,100%);margin:0 auto;padding:60px 0}.ab-timeline:before{position:absolute;top:0;bottom:0;left:50%;width:2px;content:"";background:#0071e2;transform:translate(-50%)}.ab-tl-item{position:relative;display:grid;grid-template-columns:1fr 26px 1fr;min-height:300px;align-items:center}.ab-tl-dot{grid-column:2;justify-self:center;width:13px;height:13px;border-radius:50%;background:#0071e2;z-index:1}.ab-tl-item:nth-child(odd) .ab-tl-circle{grid-column:1;grid-row:1;justify-self:end;margin-right:48px}.ab-tl-item:nth-child(odd) .ab-tl-text{grid-column:3;grid-row:1;padding-left:48px}.ab-tl-item:nth-child(2n) .ab-tl-text{grid-column:1;grid-row:1;padding-right:48px;text-align:right}.ab-tl-item:nth-child(2n) .ab-tl-circle{grid-column:3;grid-row:1;margin-left:48px}.ab-tl-circle{width:203px;height:203px;border-radius:50%;background:#d9d9d9 var(--img) center / cover;flex-shrink:0}.ab-tl-item:last-child .ab-tl-circle{width:243px;height:243px}.ab-tl-year{display:block;color:#0a0f1e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(2rem,3.5vw,3.25rem);font-weight:400;line-height:1;margin-bottom:8px}.ab-tl-desc{margin:0;color:#727272;font-size:20px;line-height:1.5}.ab-leadership{padding:127px 115px;background:#f2f2f2;text-align:center}.ab-leadership__heading{max-width:1210px;margin:0 auto 16px;color:#0a0f1e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.06}.ab-leadership__sub{max-width:1068px;margin:0 auto 56px;color:#727272;font-size:20px;line-height:1.5}.ab-leader-grid{display:grid;grid-template-columns:repeat(3,242px);gap:80px 217px;justify-content:center;width:min(1210px,100%);margin:0 auto}.ab-leader{display:flex;flex-direction:column;align-items:center;gap:20px}.ab-leader__photo{width:242px;height:242px;border-radius:50%;background:#d9d9d9 var(--img) center / cover;flex-shrink:0}.ab-leader__name{margin:0;color:#0a0f1e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.4rem,2.5vw,2.25rem);font-weight:400;line-height:1.11}.ab-leader__title{margin:0;color:#0a0f1e;font-size:20px;font-weight:700}.ab-leader__linkedin{display:inline-flex;align-items:center;gap:6px;color:#0071e2;font-size:16px;font-weight:400}.ab-leader__linkedin:hover,.ab-leader__linkedin:focus-visible{color:#005bb8;text-decoration:underline;text-underline-offset:.2em;transform:translateY(-1px)}.ab-awards{display:grid;grid-template-columns:595px 1fr;gap:54px;align-items:start;width:min(1351px,calc(100% - 96px));margin:0 auto;padding:112px 0;background:transparent}.ab-awards__left{display:grid;gap:15px}.ab-awards__left h2{margin:0;color:#0a0f1e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(2rem,3.8vw,3.25rem);font-weight:400;line-height:1.04}.ab-awards__left p{margin:0;color:#0a0f1e;font-size:20px;line-height:1.5}.ab-awards__grid{display:grid;grid-template-columns:repeat(3,185px);gap:25px 29px}.ab-award-img{width:185px;height:185px;border-radius:4px;background:#d9d9d9 var(--img) center / contain no-repeat;background-color:#fff;border:1px solid #e5e7eb}.ab-partners{padding:98px 138px 80px;text-align:center;background:#fff}.ab-partners__heading{max-width:865px;margin:0 auto 22px;color:#0a0f1e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.8rem,3.2vw,3.125rem);font-weight:400}.ab-partners__sub{max-width:865px;margin:0 auto 56px;color:#0a0f1e;font-size:20px;line-height:1.5}.ab-partners__items{display:grid;grid-template-columns:263px 297px 329px;gap:0 157px;justify-content:center;width:min(1203px,100%);margin:0 auto 36px}.ab-partner-item{display:flex;flex-direction:column;align-items:center;gap:46px}.ab-partner-item__icon{width:243px;height:243px;border-radius:50%;background:#d9d9d9}.ab-partner-item p{margin:0;color:#403e3e;font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.5rem,2.5vw,2.25rem);font-weight:400;line-height:1.11}.ab-partners__footer{max-width:863px;margin:0 auto;color:#0a0f1e;font-size:20px;font-weight:700;line-height:1.5}.ab-careers{margin:0 43px;padding:38px 52px 44px;border-radius:8px;background:radial-gradient(circle at 28% 0%,#66b0ff,#0071e2 72%)}.ab-careers__inner{max-width:934px}.ab-careers h2{max-width:914px;margin:0 0 12px;color:#fff;font-family:Questrial,Manrope,sans-serif;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:400;line-height:1.11}.ab-careers p{margin:0;color:#f8f8f8;font-size:20px;line-height:1.5}.ab-careers__cta{display:block;margin-top:0;color:#fff;font-size:20px;font-weight:700;line-height:1.5}.ab-careers__btn{display:inline-flex;align-items:center;justify-content:center;min-width:185px;height:40px;margin-top:20px;border-radius:4px;background:#f5a623;color:#0a0f1e;font-size:14px;font-weight:700}.ab-careers__btn:hover,.ab-careers__btn:focus-visible{transform:translateY(-2px);box-shadow:0 12px 28px #0a0f1e38;filter:brightness(1.04)}@media(max-width:1100px){.ab-story{padding:56px 48px}.ab-story__inner{grid-template-columns:1fr;gap:32px}.ab-values__cards{grid-template-columns:1fr}.ab-value-card{min-height:320px}.ab-aos__pillars{grid-template-columns:1fr;gap:32px;align-items:center}.ab-pillar{flex-direction:row;text-align:left;gap:24px}.ab-pillar__circle,.ab-pillar:nth-child(2) .ab-pillar__circle{width:80px;height:80px;flex-shrink:0}.ab-journey-header{padding:32px 48px 24px}.ab-timeline:before{left:24px}.ab-tl-item{grid-template-columns:48px 26px 1fr;min-height:auto;padding:20px 0}.ab-tl-item:nth-child(odd) .ab-tl-circle,.ab-tl-item:nth-child(2n) .ab-tl-circle{display:none}.ab-tl-item:nth-child(odd) .ab-tl-text,.ab-tl-item:nth-child(2n) .ab-tl-text{grid-column:3;padding:0 24px;text-align:left}.ab-leader-grid{grid-template-columns:repeat(2,1fr);gap:40px}.ab-awards{grid-template-columns:1fr;gap:36px}.ab-awards__grid{grid-template-columns:repeat(3,1fr)}.ab-award-img{width:100%;height:0;padding-bottom:100%}.ab-partners{padding:64px 24px}.ab-partners__items{grid-template-columns:repeat(3,1fr);gap:24px}.ab-partner-item__icon{width:120px;height:120px}.ab-careers{margin:0 24px}}@media(max-width:720px){.ab-hero{min-height:420px;padding:72px 24px}.ab-story,.ab-values{padding:56px 24px}.ab-aos{width:100%;padding:56px 24px}.ab-journey-header{padding:32px 24px 24px;min-height:auto}.ab-leader-grid{grid-template-columns:1fr 1fr;gap:32px}.ab-leader__photo{width:140px;height:140px}.ab-awards{padding:56px 24px}.ab-awards__grid{grid-template-columns:repeat(2,1fr)}.ab-partners__items{grid-template-columns:1fr;gap:32px}}
