:root{--section-padding-inline:clamp(1rem, calc(5vw - 0.25rem), 6rem);--color-bg-primary:#050505;--color-bg-secondary:#041519;--color-bg-card:#0b181b;--color-bg-card-alt:#18272a;--color-bg-elevated:#f3f8f9;--color-text-primary:#ffffff;--color-text-secondary:#bac4c7;--color-text-tertiary:#dfe8eb;--color-text-muted:#687375;--color-text-inverted:#041519;--color-accent:#ace96b;--color-accent-text:#ace96b;--color-on-accent:#141414;--color-join-hero-bg:#0a1a1f;--color-border-primary:#424c4f;--color-border-subtle:#303030;--color-navbar-bg:rgba(43, 43, 43, 0.15);--color-navbar-link:#ffffff;--color-navbar-link-active:#ace96b;--color-burger-line:#ffffff;--color-navbar-dropdown-bg:rgba(43, 43, 43, 0.95);--color-navbar-dropdown-border:rgba(255, 255, 255, 0.1);--color-mobile-nav-bg:rgba(0, 0, 0, 0.98);--color-footer-bg:#041519;--color-footer-text:#d1d5db;--color-footer-divider:#424c4f;--color-footer-social-bg:#4b55637f;--color-footer-social-hover-bg:#ffffff;--color-footer-social-color:#ffffff;--color-footer-social-hover-color:#4b5563;--color-solutions-card-bg:#0b181b;--color-solutions-cta-bg:#18272a;--color-solutions-hero-cybersecurity:#12272a;--color-solutions-hero-forex:#09142b;--color-solutions-hero-pi-wallet:#00262c;--color-solutions-hero-payment-gateway:#1d1736;--color-hero-fade:rgb(9, 9, 9);--navbar-box-shadow:0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.472),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 20px 10px rgba(255, 255, 255, 0.091);--color-subheader-bg:linear-gradient(to right, #424c4f00, #97afb52f);--color-subheader-border:linear-gradient(to right, #161a1a48, #6d7c8058);--color-careers-overlay:rgba(0, 0, 0, 0.75);--color-careers-gradient-bottom:rgba(0, 0, 0, 1);--color-careers-gradient-mid:rgba(0, 0, 0, 0.8)}[data-theme=light]{--color-bg-primary:#fafbfc;--color-bg-secondary:#f1f4f6;--color-bg-card:#f5f7f9;--color-bg-card-alt:#edf1f3;--color-bg-elevated:#ffffff;--color-text-primary:#0f1d21;--color-text-secondary:#4d6167;--color-text-tertiary:#6b7f85;--color-text-muted:#8a9ba0;--color-text-inverted:#ffffff;--color-accent:#ace96b;--color-accent-text:#82b44a;--color-border-primary:#dce3e6;--color-border-subtle:#e8edef;--color-navbar-bg:rgba(250, 251, 252, 0.10);--color-navbar-link:#0f1d21;--color-navbar-link-active:#0f1d21;--color-burger-line:#0f1d21;--color-navbar-dropdown-bg:rgba(255, 255, 255, 0.96);--color-navbar-dropdown-border:rgba(0, 0, 0, 0.08);--color-mobile-nav-bg:rgba(4, 21, 25, 0.98);--color-solutions-card-bg:#f5f7f9;--color-solutions-cta-bg:#edf1f3;--color-solutions-hero-cybersecurity:#e4f0f2;--color-solutions-hero-forex:#e6ebf4;--color-solutions-hero-pi-wallet:#e2f0f2;--color-solutions-hero-payment-gateway:#ece8f4;--color-hero-fade:#fafbfc;--navbar-box-shadow:0 4px 24px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -1px 0 rgba(0, 0, 0, 0.04),
    inset 0 0 16px 6px rgba(255, 255, 255, 0.15);--color-subheader-bg:linear-gradient(to right, #dce3e600, #dce3e630);--color-subheader-border:linear-gradient(to right, #dce3e648, #8a9ba058)}.hero{position:relative;display:flex;flex-direction:column;justify-content:flex-start;min-height:580px;overflow:hidden}@media(min-width:900px){.hero{min-height:85vh;justify-content:center}}.hero__content{max-width:1280px;width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:start;gap:1rem;margin:0 auto;position:relative;z-index:10;padding:6rem var(--section-padding-inline)3rem}@media(min-width:900px){.hero__content{padding:8rem var(--section-padding-inline)4rem}}.hero__title{font-size:36px;font-weight:600;line-height:110%;letter-spacing:-.02em;margin:0}@media(min-width:900px){.hero__title{font-size:48px;max-width:640px}}@media(min-width:1024px){.hero__title{font-size:56px;max-width:700px}}.hero__subtitle{font-weight:400;font-size:16px;line-height:150%;max-width:560px;margin:0;color:var(--color-text-secondary)}@media(min-width:900px){.hero__subtitle{font-size:18px}}@media(min-width:1024px){.hero__subtitle{font-size:20px}}.hero__pill{display:inline-flex;justify-content:center;align-items:center;border-radius:16px;padding:8px 16px;font-weight:600;font-size:14px;line-height:1;width:fit-content;border:1px solid var(--color-border-subtle);color:var(--color-accent-text);background:var(--color-subheader-bg);overflow:hidden}.hero__actions{display:flex;flex-direction:row;gap:12px}.hero__button{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 24px;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:opacity .2s ease}.hero__button:hover{opacity:.85}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0;overscroll-behavior-y:none}html{background-color:#0a1a1f}body{font-family:inter,sans-serif;position:relative;background-color:var(--color-bg-primary);color:var(--color-text-primary);overflow-x:hidden}body:has(.dark-hero){background-color:var(--hero-bg,#031619)}p,h1,h2,h4{margin:0}a,button{text-decoration:none;color:#000}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;z-index:9999}.skip-to-content:focus{position:fixed;top:10px;left:10px;width:auto;height:auto;padding:.75rem 1.5rem;background:var(--color-bg-secondary);color:var(--color-text-inverted);text-decoration:none;border-radius:4px}br{display:none}@media(min-width:900px){br{display:block}}button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.button--secondary{background-color:initial;color:var(--color-text-primary);border:1px solid var(--color-text-primary)}.button:hover{opacity:80%}:focus-visible{outline:2px solid var(--color-brand-accent,#ace96b);outline-offset:2px}a:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}.select-none{user-select:none}.js-ready .gs-hide{opacity:0}.container{margin:0 auto;max-width:1280px;width:100%;padding:0 var(--section-padding-inline)}