
:root{
    --bg:#05070B; --bg-2:#080C13;
    --panel:rgba(255,255,255,.035); --panel-2:rgba(255,255,255,.055);
    --bd:rgba(255,255,255,.09); --bd-2:rgba(255,255,255,.16);
    --tx:#F2F5F9; --mut:#8D97A7; --mut-2:#5C6675;
    --red:#F03040; --red-2:#C3162A; --teal:#39E6D8; --green:#22C77E;
    --glow-rgb:240,48,64;
  }
  html{scroll-behavior:smooth;overflow-x:clip}
  body{font-family:"Manrope",sans-serif;background:var(--bg);color:var(--tx);
    -webkit-font-smoothing:antialiased;overflow-x:hidden}
  ::selection{background:var(--red);color:#fff}
  ::-webkit-scrollbar{width:10px}
  ::-webkit-scrollbar-track{background:var(--bg)}
  ::-webkit-scrollbar-thumb{background:#1B2330;border-radius:99px;border:2px solid var(--bg)}
  a{text-decoration:none;color:inherit}
  .wrap{max-width:1180px;margin:0 auto;padding:0 32px}
  h1, h2, h3{font-family:"Sora",sans-serif;letter-spacing:-.02em}
  :focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:4px}
  section{scroll-margin-top:86px}
  header{position:fixed;top:0;left:0;right:0;z-index:80;background:rgba(5,7,11,.55);
    backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);transition:background .3s}
  header.scrolled{background:rgba(5,7,11,.88)}
  header .wrap{max-width:1480px;display:flex;align-items:center;justify-content:space-between;height:66px}
  .logo{font-family:"Sora",sans-serif;font-weight:700;font-size:21px;display:flex;align-items:center;gap:2px}
  .logo .tr{color:var(--red)}
  nav.main{display:flex;align-items:center;gap:20px;position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap}
  nav.main>a, .nav-trigger{position:relative;font-family:"Manrope",sans-serif;font-size:13.25px;font-weight:600;color:var(--mut);transition:color .2s;background:none;border:0;padding:24px 0 21px;cursor:pointer;white-space:nowrap}
  nav.main>a:hover, .nav-trigger:hover, .nav-drop.open .nav-trigger{color:#fff}
  nav.main>a::after, .nav-trigger::after{content:"";position:absolute;left:50%;right:50%;bottom:10px;height:2px;border-radius:99px;background:var(--red);box-shadow:0 0 12px rgba(240,48,64,.5);transition:left .22s,right .22s,opacity .22s;opacity:0}
  nav.main>a:hover::after, .nav-trigger:hover::after, nav.main>a.active::after, .nav-trigger.active::after, .nav-drop.open .nav-trigger::after{left:0;right:0;opacity:1}
  nav.main>a.active, .nav-trigger.active{color:#fff}
  .nav-drop{position:relative;display:flex;align-items:center}
  .nav-trigger{display:flex;align-items:center;gap:6px}
  .nav-trigger svg{width:13px;height:13px;transition:transform .2s;color:var(--mut-2)}
  .nav-drop:hover .nav-trigger svg, .nav-drop.open .nav-trigger svg{transform:rotate(180deg);color:var(--red)}
  .nav-drop::after{content:"";position:absolute;left:-20px;right:-20px;top:58px;height:22px;pointer-events:none}
  .mega-menu{position:absolute;top:58px;left:50%;width:min(330px,calc(100vw - 40px));transform:translate(-50%,12px);display:grid;grid-template-columns:1fr;gap:5px;padding:10px;background:rgba(9,13,20,.98);border:1px solid var(--bd-2);border-radius:16px;box-shadow:0 28px 90px rgba(0,0,0,.62);backdrop-filter:blur(22px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s;z-index:95}
  .nav-drop:hover .mega-menu, .nav-drop:focus-within .mega-menu, .nav-drop.open .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
  .mega-menu a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 10px;border-radius:10px;font-size:12.5px;font-weight:600;color:#DDE5EF;transition:background .18s,color .18s,transform .18s}
  .mega-menu a:hover{background:rgba(255,255,255,.055);color:#fff;transform:translateX(2px)}
  .mega-menu a:hover::after{opacity:1;transform:translateX(0)}

  

  
  .hdr-right{display:flex;align-items:center;gap:14px}
  .lang{position:relative}
  .icon-btn{width:36px;height:36px;border-radius:50%;background:var(--panel);border:1px solid var(--bd);
    color:var(--tx);cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;transition:.2s}
  .icon-btn:hover{border-color:var(--bd-2)}
  .lang-menu{display:none;position:absolute;right:0;top:48px;width:min(292px,calc(100vw - 24px));min-width:0;
    max-height:min(610px,calc(100dvh - 76px));overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;
    scrollbar-gutter:stable;padding:10px;background:linear-gradient(180deg,rgba(13,18,27,.985),rgba(7,11,17,.985));
    border:1px solid rgba(255,255,255,.11);border-radius:18px;box-shadow:0 32px 90px rgba(0,0,0,.68),0 0 0 1px rgba(255,255,255,.025) inset;
    backdrop-filter:blur(24px) saturate(1.18);-webkit-backdrop-filter:blur(24px) saturate(1.18);z-index:90;
    scrollbar-width:thin;scrollbar-color:rgba(132,145,164,.42) transparent}
  .lang-menu::-webkit-scrollbar{width:6px}
  .lang-menu::-webkit-scrollbar-track{background:transparent;margin:10px 0}
  .lang-menu::-webkit-scrollbar-thumb{background:rgba(132,145,164,.38);border-radius:99px;border:1px solid transparent;background-clip:padding-box}
  .lang-menu::-webkit-scrollbar-thumb:hover{background:rgba(160,174,194,.58);background-clip:padding-box}
  .lang.open .lang-menu{display:block;animation:langMenuIn .18s ease-out both}
  @keyframes langMenuIn{from{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
  .lang-menu button{position:relative;display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;
    margin:0;padding:7px 8px;background:transparent;border:1px solid transparent;border-radius:12px;text-align:left;cursor:pointer;
    font-family:"Manrope",sans-serif;font-size:13.5px;color:var(--tx);font-weight:550;transition:background .16s,border-color .16s,transform .16s,box-shadow .16s}
  .lang-menu button+button{margin-top:3px}
  .lang-menu button:hover{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.075);transform:translateX(2px)}
  .lang-menu button:focus-visible{outline:2px solid rgba(240,48,64,.9);outline-offset:1px}
  .lang-menu button.active{background:linear-gradient(135deg,rgba(240,48,64,.22),rgba(240,48,64,.075));
    border-color:rgba(240,48,64,.45);color:#fff;box-shadow:0 10px 28px rgba(240,48,64,.13),inset 3px 0 0 var(--red)}
  .lang-option{display:flex;align-items:center;gap:11px;min-width:0;flex:1}
  .lang-option>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.15;font-weight:650}
  .lang-flag{display:block;width:32px;height:21px;flex:0 0 32px;object-fit:cover;object-position:center;border-radius:4px;
    border:1px solid rgba(255,255,255,.18);background:#fff;box-shadow:0 3px 9px rgba(0,0,0,.35)}
  .lang-current-flag{display:block;width:22px;height:15px;object-fit:cover;object-position:center;border-radius:3px;
    border:1px solid rgba(255,255,255,.2);background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.28)}
  .lang-menu .soon{color:var(--mut-2);cursor:default}
  .lang-menu .soon:hover{background:none;transform:none}
  .lang-menu .tagx{flex:0 0 auto;min-width:31px;padding:4px 6px;border:1px solid rgba(240,48,64,.16);border-radius:99px;
    background:rgba(240,48,64,.065);font-size:8.5px;line-height:1;color:#FF6673;text-align:center;
    font-family:"IBM Plex Mono",monospace;font-weight:700;letter-spacing:.09em}
  .lang-menu button.active .tagx{color:#fff;border-color:rgba(255,255,255,.16);background:rgba(240,48,64,.26)}
  .btn-pill{background:var(--red);color:#fff;font-weight:600;font-size:14px;padding:10px 22px;border-radius:99px;
    box-shadow:0 0 24px rgba(240,48,64,.35);transition:.2s;white-space:nowrap}
  .btn-pill:hover{background:#FF4453;box-shadow:0 0 34px rgba(240,48,64,.55)}
  .hero{position:relative;height:100svh;min-height:640px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#05070B}
  .hero::before{
    content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:1;
    background:url("/hero-poster-v131.jpg") center center/cover no-repeat;
    filter:brightness(.58) saturate(.92) contrast(1.05);
    transform:none;transition:opacity .28s ease
  }
  .hero canvas{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:0;transition:opacity .28s ease}
  .hero-vid{
    position:absolute;inset:0;z-index:1;width:100%;height:100%;
    object-fit:cover;object-position:center center;opacity:0;background:transparent;
    transition:opacity .28s ease;filter:brightness(.58) saturate(.92) contrast(1.05)
  }
  .hero.has-vid::before{opacity:0}
  .hero.video-pending .hero-vid, .hero.video-static .hero-vid{opacity:0}
  .hero.video-buffering.has-vid .hero-vid{opacity:1}
  .hero.video-pending canvas, .hero.video-buffering canvas, .hero.has-vid canvas, .hero.video-static canvas{opacity:0}
  .hero.video-failed canvas{opacity:1}
  .hero.video-autoplay-blocked::after{
    content:"▶";position:absolute;left:24px;bottom:24px;z-index:4;width:46px;height:46px;display:grid;place-items:center;
    border:1px solid rgba(255,255,255,.32);border-radius:50%;background:rgba(5,7,11,.7);color:#fff;font-size:17px;
    padding-left:3px;box-shadow:0 10px 30px rgba(0,0,0,.35);backdrop-filter:blur(8px);cursor:pointer;pointer-events:none
  }
  .hero .fade{position:absolute;inset:0;z-index:2;pointer-events:none;background:
    radial-gradient(1150px 600px at 50% 58%, rgba(5,7,11,.42), transparent 70%),
    linear-gradient(180deg, rgba(5,7,11,.55) 0%, rgba(5,7,11,.16) 24%, rgba(5,7,11,.16) 82%,
      rgba(5,7,11,.5) 100%)}
  .hero-inner{position:relative;z-index:3;text-align:center;padding:0 24px;max-width:1100px}
  .eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(5,7,11,.55);
    border:1px solid var(--bd-2);border-radius:99px;padding:8px 18px;font-size:12.5px;
    font-weight:500;color:#D6DEE9;backdrop-filter:blur(8px);margin-bottom:30px}
  .eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 12px var(--red);animation:blink 2s infinite}
  .hero h1{font-family:"Archivo Black","Sora",sans-serif;font-size:clamp(25px,3.6vw,52px);font-weight:400;line-height:1.15;
    text-transform:uppercase;letter-spacing:.01em;
    transform:skewX(-6deg);
    background:linear-gradient(180deg,#FFFFFF 0%,#EDF1F6 26%,#C6CDD8 48%,#8C96A6 66%,#6E7889 78%,#B7BFCB 100%);
    -webkit-background-clip:text;background-clip:text;
    color:transparent;-webkit-text-fill-color:transparent;
    filter:drop-shadow(0 10px 34px rgba(0,0,0,.55))}
  .hero h1 .hdot{position:relative;display:inline-block;width:.13em;height:.13em;margin:0 .07em}
  .hero h1 .hdot::after{content:"";position:absolute;inset:0;border-radius:50%;background:var(--red);
    box-shadow:0 0 3px rgba(240,48,64,.9),0 0 16px rgba(240,48,64,.7)}
  .hero .sub{margin:26px auto 0;max-width:62ch;color:#CBD5E1;font-size:clamp(15px,1.6vw,18px);line-height:1.7;
    text-shadow:0 1px 16px rgba(0,0,0,.6)}
  .ctas{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
  .hero .ctas{margin-top:40px;justify-content:center}
  .blk>.wrap>.ctas{justify-content:center}
  .btn-red{background:var(--red);color:#fff;font-weight:600;font-size:15px;padding:15px 32px;border-radius:10px;
    box-shadow:0 0 30px rgba(240,48,64,.4);transition:.2s;display:inline-block}
  .btn-red:hover{background:#FF4453;transform:translateY(-2px);box-shadow:0 8px 40px rgba(240,48,64,.55)}
  .hchips{margin-top:34px;display:grid;grid-template-columns:repeat(6,minmax(128px,158px));
    gap:12px;justify-content:center}
  @media (max-width:1100px){.hchips{grid-template-columns:repeat(3,minmax(140px,170px))}}
  @media (max-width:600px){.hchips{grid-template-columns:repeat(2,1fr);max-width:370px;margin-left:auto;margin-right:auto}}
  .hchip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
    min-height:92px;padding:14px 10px;text-align:center;font-size:12.5px;font-weight:500;color:#EAF0F7;
    background:rgba(7,10,16,.05);border:1px solid rgba(255,255,255,.16);border-radius:16px;line-height:1.35;
    backdrop-filter:blur(14px) saturate(1.15);cursor:default;
    transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .2s,background .2s,color .2s}
  .hchip:hover{transform:translateY(-4px);border-color:rgba(240,48,64,.55);
    background:rgba(240,48,64,.09);color:var(--tx);box-shadow:0 10px 26px rgba(240,48,64,.18)}
  .hchip svg{width:22px;height:22px;color:var(--red);flex:none}
  html.light .hchip{
    color:#20304D;
    background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(232,241,255,.91));
    border-color:rgba(43,92,176,.24);
    box-shadow:0 10px 28px rgba(31,69,137,.10),inset 0 1px 0 rgba(255,255,255,.96);
  }
  html.light .hchip:hover{
    color:#102B61;
    border-color:rgba(36,101,221,.55);
    background:linear-gradient(145deg,#FFFFFF,#E8F2FF);
    box-shadow:0 14px 34px rgba(36,101,221,.18),inset 0 1px 0 #FFFFFF;
  }
  html.light .hchip svg{color:#2465DD}
  .hero .hchip{
    position:relative;isolation:isolate;overflow:hidden;
    color:#F6F8FC;
    background:linear-gradient(145deg,rgba(6,10,17,.38),rgba(9,14,23,.24));
    border-color:rgba(255,255,255,.22);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.17),inset 0 -1px 0 rgba(255,255,255,.04),0 16px 38px rgba(0,0,0,.24);
    backdrop-filter:blur(18px) saturate(1.35);-webkit-backdrop-filter:blur(18px) saturate(1.35);
    transition:transform .34s cubic-bezier(.22,1,.36,1),border-color .25s,background .25s,color .25s,box-shadow .25s;
  }
  .hero .hchip>*{position:relative;z-index:2}
  .hero .hchip::after{
    content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
    background:radial-gradient(120% 90% at 50% -24%,rgba(240,48,64,.20),transparent 54%),linear-gradient(180deg,rgba(255,255,255,.075),transparent 45%);
    opacity:.72;transition:opacity .28s;
  }
  .hero .hchip::before{
    content:"";position:absolute;z-index:1;pointer-events:none;top:-48%;bottom:-48%;left:-72%;width:42%;
    transform:skewX(-20deg);opacity:0;filter:blur(4px);
    background:linear-gradient(90deg,transparent,rgba(240,48,64,.04),rgba(255,58,78,.52),rgba(255,255,255,.40),rgba(240,48,64,.10),transparent);
    will-change:left,opacity;
  }
  .hero .hchip:hover{
    transform:translateY(-6px) scale(1.015);color:#FFFFFF;
    border-color:rgba(255,66,84,.64);
    background:linear-gradient(145deg,rgba(25,9,15,.43),rgba(12,12,20,.28));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 18px 42px rgba(0,0,0,.30),0 0 0 1px rgba(240,48,64,.12),0 0 32px rgba(240,48,64,.28);
  }
  .hero .hchip:hover::before{animation:heroChipBeam 2.15s cubic-bezier(.22,.7,.25,1) infinite}
  .hero .hchip:hover::after{opacity:1}
  .hero .hchip svg{
    color:#FF4657;filter:drop-shadow(0 0 8px rgba(240,48,64,.40));
    transition:transform .28s cubic-bezier(.22,1,.36,1),color .25s,filter .25s;
  }
  .hero .hchip:hover svg{transform:translateY(-1px) scale(1.10);color:#FF5A68;filter:drop-shadow(0 0 13px rgba(240,48,64,.72))}
  html.light .hero .hchip:hover{
    color:#0B2452;border-color:rgba(35,108,255,.68);
    background:linear-gradient(145deg,rgba(241,247,255,.43),rgba(199,220,252,.29));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 18px 42px rgba(23,66,133,.20),0 0 0 1px rgba(35,108,255,.12),0 0 34px rgba(35,108,255,.30);
  }
  html.light .hero .hchip:hover svg{color:#0F62F3;filter:drop-shadow(0 0 14px rgba(31,111,255,.68))}

  @keyframes heroChipBeam{
    0%{left:-72%;opacity:0}
    10%{opacity:.9}
    52%{left:132%;opacity:.95}
    65%,100%{left:132%;opacity:0}
  }
  @media (prefers-reduced-motion:reduce){
    .hero .hchip:hover::before{animation:none;left:28%;opacity:.22}
    .hero .hchip:hover{transform:translateY(-2px)}
  }
  a.hchip,button.hchip{cursor:pointer}
  span.hchip{cursor:default}
  @media (max-width:600px){.hchip{min-height:72px;font-size:11.5px;padding:10px 8px;gap:6px}}
  @media (min-height:940px) and (min-width:1101px){
    .hero .hchips{position:absolute;top:100%;left:50%;transform:translateX(-50%);
      margin:48px 0 0;width:max-content}
    .hero .scroll-cue{display:none}
  }
  @media (max-width:600px){.hero{height:auto;min-height:100svh;padding:104px 0 60px}}
  .offer{display:inline-flex;align-items:center;gap:12px;margin-top:30px;max-width:640px;
    padding:14px 22px;border-radius:14px;text-align:left;
    background:rgba(34,199,126,.05);border:1px solid rgba(34,199,126,.28);
    box-shadow:0 0 26px rgba(34,199,126,.1);backdrop-filter:blur(12px) saturate(1.15);
    font-size:14px;line-height:1.55;color:#E9EEF5}
  .offer .sh{flex:0 0 auto;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;
    justify-content:center;background:linear-gradient(160deg,#16294D,#0D1B36);
    border:1px solid #2F5FB8;color:#7FA8FF;
    box-shadow:0 0 0 0 rgba(63,111,214,.45);animation:shieldPulse 2.8s ease-out infinite}
  .offer .sh svg{width:22px;height:22px}
  @keyframes shieldPulse{0%{box-shadow:0 0 0 0 rgba(63,111,214,.45)}
    70%{box-shadow:0 0 0 11px rgba(63,111,214,0)}100%{box-shadow:0 0 0 0 rgba(63,111,214,0)}}
  .offer b{color:var(--green)}
  @media (max-height:820px){.scroll-cue{display:none}}
  .scroll-cue{position:absolute;bottom:34px;left:50%;transform:translateX(-50%);color:#8C97A9;font-size:11px;
    letter-spacing:.24em;text-transform:uppercase;display:flex;flex-direction:column;align-items:center;gap:10px}
  .scroll-cue::after{content:"";width:1px;height:38px;background:linear-gradient(180deg,var(--mut-2),transparent);
    animation:drop 1.8s ease-in-out infinite}
  @keyframes drop{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}
    55%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}

  section.blk{padding:120px 0}
  .title{font-size:clamp(30px,4vw,50px);font-weight:700;margin-top:16px;line-height:1.08;color:#fff}
  .lead{color:var(--mut);font-size:16.5px;margin-top:18px;line-height:1.75;max-width:60ch}
  .rv{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
  .rv.in{opacity:1;transform:none}
  .stat{background:var(--panel);border:1px solid var(--bd);border-radius:18px;padding:36px 32px;
    position:relative;overflow:hidden;transition:.25s}
  .stat::before{content:"";position:absolute;inset:0;border-radius:18px;padding:1px;
    background:linear-gradient(140deg,rgba(240,48,64,.5),transparent 40%);
    -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:.3s}
  .stat:hover{transform:translateY(-5px);background:var(--panel-2)}
  .stat:hover::before{opacity:1}
  .stat .tg{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.18em;
    text-transform:uppercase;color:var(--red)}
  .stat .num{font-family:"Sora",sans-serif;font-size:58px;font-weight:700;margin-top:14px;
    background:linear-gradient(180deg,#fff 30%,#9AA5B5);-webkit-background-clip:text;background-clip:text;color:transparent}
  .stat .num em{font-style:normal;color:var(--red);-webkit-text-fill-color:var(--red)}
  .stat .ds{color:var(--mut);font-size:14px;line-height:1.65;margin-top:12px}
  .stat .sr{color:var(--mut-2);font-size:12.5px;font-style:italic;margin-top:16px}

  .svc{scroll-margin-top:86px;border-top:1px solid var(--bd);display:grid;grid-template-columns:100px 1.05fr 1fr;
    gap:44px;padding:48px 8px;align-items:center;transition:.25s;border-radius:4px}
  .svc:last-of-type{border-bottom:1px solid var(--bd)}
  .svc:hover{background:rgba(255,255,255,.02)}
  .svc .no{font-family:"IBM Plex Mono",monospace;font-size:14px;color:var(--mut-2)}
  .svc h3{font-size:25px;font-weight:600;color:#fff;transition:.25s}
  .svc:hover h3{color:var(--red)}
  .svc p{color:var(--mut);font-size:15px;line-height:1.75;margin-top:12px}
  .svc .lk{display:inline-flex;align-items:center;gap:7px;margin-top:16px;color:#fff;font-weight:600;font-size:14px}
  .svc .lk::after{content:"→";transition:.2s;color:var(--red)}
  .svc:hover .lk::after{transform:translateX(4px)}
  .chips{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
  .chip{background:var(--panel);border:1px solid var(--bd);border-radius:9px;padding:10px 15px;
    font-size:13px;font-weight:500;color:var(--tx);cursor:default;
    transition:transform .3s cubic-bezier(.34,1.56,.64,1),border-color .2s,background .2s}
  .chip:hover{transform:scale(1.07) translateY(-2px);border-color:var(--bd-2);background:var(--panel-2)}
  .chip.red{border-color:rgba(240,48,64,.4);color:var(--red);background:rgba(240,48,64,.07);
    box-shadow:0 0 18px rgba(240,48,64,.12)}
  .chip.ok{color:var(--green);border-color:rgba(34,199,126,.3)}

  .live{background:linear-gradient(180deg,var(--bg) 0%,var(--bg-2) 16%,var(--bg-2) 84%,var(--bg) 100%)}
  .live .wrap{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;padding:120px 32px}
  .ui{background:linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
    border:1px solid var(--bd);border-radius:20px;overflow:hidden;backdrop-filter:blur(10px);
    box-shadow:0 40px 100px rgba(0,0,0,.5)}
  .ui-h{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--bd)}
  .ui-code{display:flex;flex-direction:column;gap:3px;min-width:0}
  .ui-lbl{font-family:"IBM Plex Mono",monospace;font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;
    color:var(--mut-2);font-weight:600}
  .ui-sku{font-family:"IBM Plex Mono",monospace;font-size:14px;font-weight:600;color:#fff;letter-spacing:.02em}
  html.light .ui-sku{color:#0C1424}
  .ui-route{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;
    padding:20px 22px;border-bottom:1px solid var(--bd);
    background:radial-gradient(ellipse 60% 100% at center,rgba(240,48,64,.05),transparent)}
  .rt-node{display:flex;align-items:center;gap:12px;min-width:0}
  .rt-node.end{flex-direction:row-reverse}
  .rt-dot{width:9px;height:9px;border-radius:50%;background:var(--red);
    box-shadow:0 0 0 3px rgba(240,48,64,.16),0 0 14px rgba(240,48,64,.6);flex:none}
  .rt-dot:not(.done){background:transparent;border:1.5px solid rgba(255,255,255,.32);box-shadow:none}
  html.light .rt-dot:not(.done){border-color:rgba(13,26,44,.28)}
  .rt-txt b{display:block;font-size:12.5px;font-weight:700;letter-spacing:.08em;color:#fff;line-height:1.15}
  html.light .rt-txt b{color:#0C1424}
  .rt-txt em{display:block;font-style:normal;font-family:"IBM Plex Mono",monospace;font-size:9.5px;
    color:var(--mut-2);margin-top:3px;letter-spacing:.05em}
  .rt-node.end .rt-txt{text-align:right}
  .rt-line{position:relative;height:2px;background:rgba(255,255,255,.09);border-radius:99px}
  html.light .rt-line{background:rgba(13,26,44,.1)}
  .rt-prog{height:100%;width:42%;border-radius:99px;
    background:linear-gradient(90deg,var(--red-2),var(--red));box-shadow:0 0 12px rgba(240,48,64,.55)}
  .rt-marker{position:absolute;left:42%;top:50%;transform:translate(-50%,-50%);
    width:12px;height:12px;border-radius:50%;background:var(--red);
    box-shadow:0 0 0 4px rgba(240,48,64,.18),0 0 18px rgba(240,48,64,.7);
    animation:rtPulse 2.2s ease-in-out infinite}
  .rt-marker::after{content:"";position:absolute;inset:-3px;border-radius:50%;
    border:1.5px solid rgba(240,48,64,.55);animation:rtRing 2.2s ease-out infinite}
  @keyframes rtRing{0%{transform:scale(.6);opacity:1}80%, 100%{transform:scale(2.3);opacity:0}}
  .sd.live i{animation:sdRing 2s ease-out infinite}
  .tb{position:relative}
  .tb i{position:relative;overflow:hidden}
  .tb i::after{content:"";position:absolute;inset:0;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.32),transparent);
    transform:translateX(-100%);animation:tbSheen 2.8s ease-in-out infinite}
  @keyframes tbSheen{55%, 100%{transform:translateX(100%)}}
  @keyframes rtPulse{0%, 100%{box-shadow:0 0 0 4px rgba(240,48,64,.18),0 0 18px rgba(240,48,64,.7)}
                     50%{box-shadow:0 0 0 8px rgba(240,48,64,.08),0 0 26px rgba(240,48,64,.95)}}
  @media (max-width:430px){
    .ui-route{grid-template-columns:auto 1fr auto;gap:12px;padding:18px 16px}
    .rt-txt b{font-size:11.5px}
  }
  .pill{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:var(--green);
    background:rgba(34,199,126,.1);border:1px solid rgba(34,199,126,.25);border-radius:99px;padding:6px 12px;letter-spacing:.06em}
  .pill i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);animation:blink 1.4s infinite}
  .ui-b{padding:22px}
  .ur{display:flex;justify-content:space-between;font-size:13.5px;padding:11px 0;border-bottom:1px dashed rgba(255,255,255,.08)}
  .ur:last-of-type{border-bottom:0}
  .ur .k{color:var(--mut)} .ur .v{font-weight:600}
  .lt{margin-top:16px}
  .lt .lb{display:flex;justify-content:space-between;font-size:12px;color:var(--mut);margin-bottom:9px}
  .lt .lb b{color:#fff}
  .tb{height:8px;background:rgba(255,255,255,.07);border-radius:99px;overflow:hidden}
  .tb i{display:block;height:100%;width:80%;border-radius:99px;
    background:linear-gradient(90deg,var(--red-2),var(--red));box-shadow:0 0 18px rgba(240,48,64,.6)}
  .dots{display:flex;justify-content:space-between;margin-top:12px}
  .sd{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:10.5px;color:var(--mut-2);
    font-family:"IBM Plex Mono",monospace}
  .sd i{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;
    background:var(--red);color:#fff;font-size:11px;box-shadow:0 0 14px rgba(240,48,64,.5)}
  .sd.pend i{background:transparent;color:var(--mut-2);border:1px solid var(--bd);box-shadow:none}

  .princ{padding:130px 0;text-align:center}
  .princ blockquote{font-family:"Sora",sans-serif;font-size:clamp(22px,3vw,34px);font-weight:600;
    line-height:1.4;max-width:880px;margin:0 auto;color:#E7ECF3}
  .princ b{color:var(--red)}
  .princ .who{margin-top:28px;color:var(--mut-2);font-size:14px}
  .princ .who b{color:var(--tx);font-weight:600}

  .cta{position:relative;padding:150px 0;text-align:center;overflow:hidden}
  .cta::before{content:"";position:absolute;inset:0;
    background:radial-gradient(700px 380px at 50% 8%, rgba(240,48,64,.22), transparent 70%)}
  .cta .wrap{position:relative}
  .cta h2{font-size:clamp(34px,5vw,58px);font-weight:700;line-height:1.06;color:#fff}
  .cta p{color:var(--mut);font-size:17px;margin:24px auto 0;max-width:56ch;line-height:1.7}
  .cta .row{margin-top:44px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

  .formsec{padding:120px 0}
  .formsec .wrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
  .qform{display:grid;gap:16px;background:var(--panel);border:1px solid var(--bd);border-radius:20px;
    padding:38px;backdrop-filter:blur(10px)}
  .qform label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
    color:var(--mut);margin-bottom:-9px}
  .qform input, .qform select, .qform textarea{width:100%;background:rgba(255,255,255,.04);border:1px solid var(--bd);
    border-radius:11px;padding:14px 15px;font-family:"Manrope",sans-serif;font-size:14.5px;color:#fff;transition:.2s}
  .qform textarea{min-height:96px;resize:vertical}
  .qform input::placeholder, .qform textarea::placeholder{color:var(--mut-2)}
  .qform select{color:var(--tx)} .qform select option{background:#0B0F17;color:#fff}
  .qform input:focus, .qform select:focus, .qform textarea:focus{outline:none;border-color:var(--red);
    box-shadow:0 0 0 3px rgba(240,48,64,.18)}
  .qform button{background:var(--red);border:0;border-radius:11px;padding:16px;cursor:pointer;
    font-family:"Manrope",sans-serif;font-weight:700;font-size:15px;color:#fff;margin-top:8px;
    box-shadow:0 0 26px rgba(240,48,64,.35);transition:.2s}
  .qform button:hover{background:#FF4453;box-shadow:0 0 40px rgba(240,48,64,.55)}
  .qform button:disabled{opacity:.6;cursor:wait}
  .qform .fine{font-size:12px;color:var(--mut-2);text-align:center}
  .form-ok{display:none;background:rgba(34,199,126,.08);border:1px solid rgba(34,199,126,.35);
    border-radius:20px;padding:44px 38px;text-align:center}
  .form-ok.show{display:block}
  .form-ok .big{font-size:44px}
  .form-ok h3{margin-top:14px;font-size:22px;color:#fff}
  .form-ok p{margin-top:10px;color:var(--mut);font-size:14.5px;line-height:1.7}
  .hidden{display:none !important}
  .mail-line{margin-top:22px;display:inline-flex;align-items:center;gap:10px;
    background:var(--panel);border:1px solid var(--bd);border-radius:12px;padding:14px 20px;font-size:14.5px}
  .mail-line a{color:var(--red);font-weight:600}

  footer{background:var(--bg-2);color:var(--mut);padding:76px 0 44px;font-size:13.5px}
  .fgrid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}
  footer .logo{font-size:20px;color:#fff}
  footer .ab{margin-top:18px;line-height:1.75;max-width:32ch}
  footer h4{font-family:"Sora",sans-serif;color:#fff;font-size:13px;font-weight:600;
    margin-bottom:18px;letter-spacing:.1em;text-transform:uppercase}
  footer li{list-style:none;margin-bottom:12px}
  footer a{transition:.2s} footer a:hover{color:#fff}
  .fbot{border-top:1px solid var(--bd);margin-top:58px;padding-top:28px;
    display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;color:var(--mut-2)}
  .step{position:relative;background:var(--panel);border:1px solid var(--bd);border-radius:16px;padding:26px 22px;transition:.25s}
  .step:hover{transform:translateY(-4px);background:var(--panel-2);border-color:var(--bd-2)}
  .step .n{font-family:"IBM Plex Mono",monospace;color:var(--red);font-size:12px;letter-spacing:.15em}
  .step h3{font-size:17px;margin-top:10px;color:#fff}
  .step p{color:var(--mut);font-size:13.5px;line-height:1.6;margin-top:8px}
  .step::after{content:"";position:absolute;top:34px;right:-15px;width:16px;height:1px;background:var(--bd-2)}
  .step:last-child::after{display:none}
  .faq{max-width:820px;margin:52px auto 0}
  .faq details{border:1px solid var(--bd);border-radius:14px;background:var(--panel);margin-bottom:12px;overflow:hidden;transition:.2s}
  .faq details[open]{background:var(--panel-2)}
  .faq summary{cursor:pointer;list-style:none;padding:20px 22px;font-weight:600;font-size:15.5px;display:flex;justify-content:space-between;align-items:center;gap:16px}
  .faq summary::-webkit-details-marker{display:none}
  .faq summary::after{content:"+";color:var(--red);font-size:22px;font-weight:400;transition:.2s;line-height:1}
  .faq details[open] summary::after{transform:rotate(45deg)}
  .faq details p{padding:0 22px 20px;color:var(--mut);font-size:14.5px;line-height:1.75}
  .comp{background:linear-gradient(180deg,var(--bg),var(--bg-2));padding:48px 0 30px}
  .comp .wrap{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center}
  .comp .lbl{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mut-2);margin-right:10px}
  .btt{position:fixed;right:22px;bottom:92px;z-index:70;width:44px;height:44px;border-radius:50%;
    background:rgba(255,255,255,.05);border:1px solid var(--bd);color:var(--tx);font-size:18px;cursor:pointer;
    display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:.25s;backdrop-filter:blur(8px)}
  .btt.show{opacity:1;pointer-events:auto}
  .btt:hover{border-color:var(--red);color:var(--red)}

  .burger{display:none;width:38px;height:38px;border-radius:10px;background:var(--panel);
    border:1px solid var(--bd);color:var(--tx);cursor:pointer;font-size:18px;line-height:1;
    align-items:center;justify-content:center}
  .mnav{display:none;position:fixed;top:66px;left:0;right:0;z-index:75;max-height:calc(100svh - 66px);overflow:auto;background:rgba(5,7,11,.98);
    backdrop-filter:blur(18px);border-bottom:1px solid var(--bd);padding:14px 20px 24px;box-shadow:0 22px 70px rgba(0,0,0,.38)}
  .mnav.open{display:block}
  .mnav-main-link, .mnav-solutions-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 6px;font-family:"Manrope",sans-serif;font-size:15.5px;font-weight:650;color:var(--tx);background:none;border:0;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;cursor:pointer}
  .mnav-solutions-toggle svg{width:16px;height:16px;transition:transform .2s;color:var(--red)}
  .mnav-solutions-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
  .mnav-sub{display:none;margin:6px 0 10px;padding:8px 10px 10px;border:1px solid var(--bd);border-radius:14px;background:rgba(255,255,255,.025)}
  .mnav-sub.open{display:block}
  .mnav-sub a{display:flex;align-items:center;gap:13px;padding:11px 10px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--mut)}
  .mnav-sub a:hover{background:rgba(255,255,255,.045);color:#fff}
  .mnav-cta{display:flex;align-items:center;justify-content:center;margin-top:16px;padding:13px 18px;border-radius:12px;background:var(--red);color:#fff;font-size:14.5px;font-weight:750;box-shadow:0 0 28px rgba(240,48,64,.28)}

  .modal{display:none;position:fixed;inset:0;z-index:120;background:rgba(2,4,8,.8);
    backdrop-filter:blur(6px);align-items:center;justify-content:center;padding:24px}
  .modal.open{display:flex}
  .modal .box{max-width:640px;max-height:80vh;overflow:auto;background:#0B0F17;
    border:1px solid var(--bd);border-radius:18px;padding:34px}
  .modal h3{font-size:20px;color:#fff}
  .modal p{color:var(--mut);font-size:14px;line-height:1.75;margin-top:14px}
  .modal .x{float:right;background:none;border:0;color:var(--mut);font-size:22px;cursor:pointer}
  .modal .x:hover{color:var(--red)}
  footer .legal{cursor:pointer}
  footer .legal:hover{color:#fff}
  .range{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:52px}
  .wa-fab{position:fixed;right:22px;bottom:22px;z-index:95;width:56px;height:56px;border-radius:50%;
    background:rgba(25,195,187,.12);backdrop-filter:blur(12px) saturate(1.2);border:1.5px solid rgba(35,215,206,.75);
    display:flex;align-items:center;justify-content:center;cursor:pointer;
    box-shadow:0 10px 30px rgba(25,195,187,.28);transition:transform .2s}
  .wa-fab:hover{transform:scale(1.07);background:rgba(25,195,187,.22)}
  .wa-fab::before{content:"";position:absolute;inset:2px;border-radius:50%;
    background:radial-gradient(18px 18px at 32% 28%, rgba(255,255,255,.14), transparent 62%)}
  .wa-fab svg{width:27px;height:27px;fill:#fff;position:relative;z-index:1;
    filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}
  .wa-fab::after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(25,195,187,.6);
    animation:waPulse 3.2s ease-out infinite}
  @keyframes waPulse{0%{transform:scale(1);opacity:.9}70%{transform:scale(1.6);opacity:0}100%{opacity:0}}
  .wa-panel{position:fixed;right:22px;bottom:92px;z-index:110;width:min(360px,calc(100vw - 32px));
    background:#0B0F16;border:1px solid var(--bd-2);border-radius:18px;overflow:hidden;
    box-shadow:0 30px 90px rgba(0,0,0,.65);opacity:0;transform:translateY(16px) scale(.98);
    pointer-events:none;transition:opacity .25s,transform .25s}
  .wa-panel.open{opacity:1;transform:none;pointer-events:auto}
  .wa-head{display:flex;align-items:center;gap:12px;padding:14px 16px;
    background:linear-gradient(135deg,#101826,#0A0F16);border-bottom:1px solid var(--bd)}
  .wa-ava{position:relative;width:40px;height:40px;flex:none;border-radius:50%;overflow:visible;
    background:#080C13;border:1px solid rgba(240,48,64,.62);
    display:flex;align-items:center;justify-content:center;
    box-shadow:0 6px 18px rgba(0,0,0,.35),inset 0 0 0 1px rgba(255,255,255,.035)}
  .wa-ava img{display:block;width:34px;height:34px;object-fit:contain;
    filter:drop-shadow(0 2px 5px rgba(0,0,0,.45))}
  .wa-ava i{position:absolute;right:-1px;bottom:-1px;width:11px;height:11px;border-radius:50%;
    background:#25D366;border:2px solid #0B0F16}
  .wa-head .t{flex:1;min-width:0}
  .wa-head .t b{display:block;font-family:"Sora",sans-serif;font-size:14.5px;color:#F2F5F9}
  .wa-head .t span{display:block;font-size:12px;color:var(--mut);margin-top:2px}
  .wa-x{background:none;border:0;color:var(--mut);font-size:17px;cursor:pointer;padding:6px;line-height:1}
  .wa-x:hover{color:#fff}
  .wa-body{padding:16px;display:flex;flex-direction:column;gap:10px;max-height:52vh;overflow:auto}
  .wa-msg{align-self:flex-start;background:rgba(255,255,255,.06);border:1px solid var(--bd);
    border-radius:4px 14px 14px 14px;padding:11px 14px;font-size:13.5px;color:#E9EEF5;line-height:1.55;max-width:88%}
  .wa-chips{display:flex;flex-wrap:wrap;gap:8px}
  .wa-chip{border:1px solid rgba(35,205,196,.5);color:#8FE8E2;background:rgba(25,195,187,.1);
    border-radius:99px;padding:8px 14px;font-size:12.5px;cursor:pointer;font-family:"Manrope",sans-serif;transition:.2s}
  .wa-chip:hover{background:rgba(25,195,187,.18)}
  .wa-foot{display:flex;align-items:flex-end;gap:10px;padding:12px 12px 8px;border-top:1px solid var(--bd)}
  .wa-foot textarea{flex:1;resize:none;background:rgba(255,255,255,.05);border:1px solid var(--bd);
    border-radius:12px;color:#F2F5F9;font-family:"Manrope",sans-serif;font-size:13.5px;padding:10px 12px;
    min-height:42px;max-height:110px;outline:none}
  .wa-foot textarea:focus{border-color:rgba(35,205,196,.6)}
  .wa-send{flex:none;width:42px;height:42px;border-radius:50%;border:0;background:#17BEB6;color:#fff;
    cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
  .wa-send:hover{background:#12A69F}
  .wa-send svg{width:18px;height:18px;fill:#fff}
  .wa-note{padding:6px 14px 12px;font-size:10.5px;color:var(--mut-2);text-align:center}
  .gal-wrap{margin-top:70px;grid-column:1 / -1}
  .gal-outer{grid-column:1 / -1}
  .gal-title{font-family:"Archivo Black","Sora",sans-serif;font-size:clamp(26px,3.2vw,44px);color:#fff;margin:12px 0 8px;
    font-weight:400;letter-spacing:-.01em;line-height:1.06}
  .gal-meta{color:var(--mut);font-family:"IBM Plex Mono",monospace;font-size:12.5px;letter-spacing:.03em}
  .gal-ship{margin:30px 0 0;display:inline-flex;align-items:center;gap:11px;width:fit-content;max-width:100%;
    padding:10px 15px;border:1px solid rgba(255,255,255,.16);border-radius:999px;
    background:rgba(8,13,21,.72);box-shadow:0 10px 30px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.04);
    color:#F1F5FA;font-size:14px;font-weight:700;line-height:1.45;letter-spacing:.015em;overflow-wrap:anywhere}
  .gal-ship::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--red);
    box-shadow:0 0 12px rgba(240,48,64,.9);flex:none;animation:blink 2s infinite}
  .gal-ship.rv{opacity:1;transform:none}
  .gal-outer + .gal-ship{margin-top:46px}
  .gal-outer{position:relative;width:100vw;margin:28px 0 0 calc(50% - 50vw)}
  .gal-strip{display:flex;gap:14px;overflow-x:auto;cursor:grab;
    padding:6px max(24px,calc(50vw - 660px)) 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .gal-strip.grabbing{cursor:grabbing}
  .gal-strip img, .gal-strip video{-webkit-user-drag:none;user-select:none;pointer-events:none}
  .gal-strip::-webkit-scrollbar{display:none}
  .gal-item{position:relative;flex:0 0 auto;width:clamp(266px,26vw,320px);height:clamp(200px,20vw,240px);
    border-radius:16px;overflow:hidden;border:1px solid var(--bd-2);cursor:pointer;background:#0A0F16;margin:0;user-select:none}
  .gal-item img, .gal-item video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
  .gal-item:hover img{transform:scale(1.04)}
  .gal-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:30px 14px 12px;font-size:12.5px;color:#E9EEF5;
    background:linear-gradient(180deg,transparent,rgba(4,6,10,.85));opacity:0;transition:opacity .3s;pointer-events:none}
  .gal-item:hover figcaption{opacity:1}
  .gal-item.vid{cursor:default}
  .gal-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border-radius:50%;
    background:rgba(10,14,22,.72);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.22);color:#fff;
    font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
  .gal-nav:hover{background:rgba(240,48,64,.85);border-color:transparent}
  .gal-nav.prev{left:22px}.gal-nav.next{right:22px}
  .gal-outer::before, .gal-outer::after{content:"";position:absolute;top:0;bottom:16px;width:72px;z-index:3;pointer-events:none}
  .gal-outer::before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}
  .gal-outer::after{right:0;background:linear-gradient(-90deg,var(--bg),transparent)}
  @media (max-width:700px){.gal-nav{display:none}.gal-item{width:230px;height:172px}}
  .gal-lb{position:fixed;inset:0;z-index:125;background:rgba(2,4,8,.93);display:none;
    align-items:center;justify-content:center;flex-direction:column;padding:28px}
  .gal-lb.open{display:flex}
  .gal-lb img{max-width:min(1240px,92vw);max-height:76vh;border-radius:12px;box-shadow:0 30px 90px rgba(0,0,0,.6)}
  .gal-lb .cap{margin-top:14px;color:#CBD5E1;font-size:13.5px;text-align:center}
  .gal-lb button{position:fixed;z-index:130;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.22);color:#fff;
    width:46px;height:46px;border-radius:50%;font-size:19px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
  .gal-lb button:hover{background:rgba(255,255,255,.18)}
  .gal-lb .x{top:22px;right:22px}
  .gal-lb .pv{left:22px;top:50%;transform:translateY(-50%)}
  .gal-lb .nx{right:22px;top:50%;transform:translateY(-50%)}
  html.light .gal-lb{background:rgba(8,12,20,.95)}
  html.light .gal-title{color:#0C1424}
  html.light .gal-nav{background:rgba(255,255,255,.8);color:#0C1424;border-color:rgba(13,26,44,.2)}
  .pl-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
  @media (max-width:960px){.pl-grid{grid-template-columns:1fr;gap:36px}}
  #plabel .btn-red{display:inline-block;margin-top:26px}
  .pl-card{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
    border:1px solid var(--bd-2);border-radius:20px;padding:24px 22px 16px;
    box-shadow:0 30px 80px rgba(0,0,0,.45)}
  .pl-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 6px 14px}
  .pl-head .cat{font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.14em;color:#E9EEF5;font-weight:600}
  .pl-head .tag{font-size:11px;font-family:"IBM Plex Mono",monospace;color:var(--red);white-space:nowrap;
    border:1px solid rgba(240,48,64,.5);border-radius:99px;padding:5px 12px;letter-spacing:.08em}
  .pl-row{display:flex;align-items:center;gap:14px;padding:11px 6px;border-top:1px solid var(--bd)}
  .pl-thumb{width:42px;height:42px;flex:none;border-radius:11px;border:1px solid var(--bd-2);
    display:flex;align-items:center;justify-content:center;color:var(--red);
    background:radial-gradient(14px 14px at 30% 30%, rgba(255,255,255,.16), transparent 60%),
    linear-gradient(135deg,#232C3C,#0C1017)}
  .pl-thumb svg{width:20px;height:20px}
  .pl-name{flex:1;color:#E9EEF5;font-size:14px}
  .pl-more{display:flex;justify-content:space-between;align-items:center;gap:12px;
    padding:12px 6px 6px;border-top:1px dashed var(--bd-2);color:var(--mut);font-size:12.5px}
  .pl-more b{color:#E9EEF5;font-weight:600}
  .pl-note{margin-top:14px;color:var(--mut-2);font-size:11.5px;text-align:center}
  .lanes{margin-top:52px;border:1px solid var(--bd);border-radius:16px;overflow:hidden;min-width:0;max-width:100%}
  .lanes table{width:100%;border-collapse:collapse;font-size:14px}
  .lanes th{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;
    color:var(--mut-2);text-align:left;padding:14px 18px;border-bottom:1px solid var(--bd);background:var(--panel)}
  .lanes td{padding:13px 18px;border-bottom:1px solid rgba(255,255,255,.05)}
  .lanes tr:last-child td{border-bottom:0}
  .lanes td.m{color:var(--mut)} .lanes td.d{font-family:"IBM Plex Mono",monospace;color:var(--red)}
  .lscroll{max-height:430px;max-width:100%;min-width:0;overflow:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
  .lanes{position:relative}
  .lanes thead th{position:sticky;top:0;background:#0A0F16;z-index:2}
  .lanes tr.rg td{font-family:"IBM Plex Mono",monospace;font-size:10.5px;letter-spacing:.18em;
    text-transform:uppercase;color:var(--red);background:rgba(240,48,64,.05);padding:10px 18px}
  .lanes td.d{white-space:nowrap}
  .lanes::after{content:"";position:absolute;left:1px;right:1px;bottom:1px;height:44px;z-index:1;
    background:linear-gradient(180deg,transparent,var(--bg) 90%);pointer-events:none;
    border-radius:0 0 16px 16px}
  .ln-note{font-size:12px;color:var(--mut-2);margin-top:12px;font-style:italic}

  .cpy{background:none;border:0;color:var(--mut);cursor:pointer;font-size:15px;margin-left:4px}
  .cpy:hover{color:var(--red)}
  .toast{position:fixed;left:50%;bottom:84px;transform:translateX(-50%) translateY(16px);background:#0B0F17;
    border:1px solid var(--bd);color:#fff;padding:10px 20px;border-radius:99px;font-size:13px;opacity:0;
    pointer-events:none;transition:.25s;z-index:130}
  .toast.show{opacity:1;transform:translateX(-50%)}

  @media (max-width:1200px){
    .burger{display:flex}
    nav.main{display:none}
  }
  @media (max-width:960px){
    .step::after{display:none}
    .range{grid-template-columns:1fr 1fr}
    .burger{display:flex}
    nav.main{display:none}
    .hero{min-height:560px}
    .svc{grid-template-columns:1fr;gap:18px;padding:38px 4px}
    .chips{justify-content:flex-start}
    .live .wrap, .formsec .wrap{grid-template-columns:1fr;gap:48px;padding:90px 20px}
    .fgrid{grid-template-columns:1fr 1fr}
    .wrap{padding:0 20px}
    section.blk{padding:90px 0}
  }
  @media (max-width:430px){
    header .wrap{padding:0 14px}
    .hdr-right{gap:9px}
    .btn-pill{padding:9px 14px;font-size:13px}
    .logo{font-size:19px}
    .pl-grid>*{min-width:0}
    .pl-card{padding:20px 16px 14px}
    .pl-head{flex-wrap:wrap}
    .pl-head .tag{white-space:normal;text-align:right}
    .pl-more{flex-wrap:wrap}
    .pl-name{min-width:0}
  }
  .form-consent{font-size:11px;color:var(--mut-2);text-align:center;line-height:1.55}
  .form-consent a, .form-error a{color:var(--red);text-decoration:underline;text-underline-offset:3px}
  .form-error{display:none;padding:12px 14px;border-radius:10px;border:1px solid rgba(240,48,64,.38);
    background:rgba(240,48,64,.08);color:var(--tx);font-size:12px;line-height:1.55}
  .form-error.show{display:block}
  .gal-swipe{display:none;margin:10px 20px 0;text-align:right;font-family:"IBM Plex Mono",monospace;
    font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--mut-2)}
  .modal .box:focus{outline:none}
  body.modal-open{overflow:hidden}

  @media (max-width:600px){
    .gal-swipe{display:block}
    .wa-fab{right:16px;bottom:18px;width:52px;height:52px;transition:transform .2s,opacity .2s}
    body:not(.wa-scrolled) .wa-fab{opacity:0;pointer-events:none;transform:translateY(12px)}
    body.wa-scrolled .wa-fab{opacity:1;pointer-events:auto}
    .wa-panel{right:16px;left:16px;width:auto;bottom:82px}
    .icon-btn{width:44px;height:44px}
    .burger{width:44px;height:44px}
    .lang-menu{position:fixed;top:68px;right:10px;width:min(296px,calc(100vw - 20px));max-height:calc(100dvh - 78px);padding:9px;border-radius:16px}
    .lang-menu button{min-height:47px;padding:7px}
    .lang-flag{width:30px;height:20px;flex-basis:30px}
  }
  #themeBtn svg{width:17px;height:17px}
  #themeBtn .ic-moon{display:none}
  html.light #themeBtn .ic-moon{display:block}
  html.light #themeBtn .ic-sun{display:none}

  html.light{color-scheme:light;
    --bg:#F5F6F9; --bg-2:#FFFFFF;
    --panel:rgba(13,22,38,.045); --panel-2:rgba(13,22,38,.08);
    --bd:rgba(13,26,44,.12); --bd-2:rgba(13,26,44,.22);
    --tx:#0C1424; --mut:#55617A; --mut-2:#8A94A8;
    --glow-rgb:16,130,140}
  html.light ::-webkit-scrollbar-thumb{background:#C4CCDA;border-color:var(--bg)}
  html.light header{background:rgba(255,255,255,.75);border-bottom:1px solid rgba(13,26,44,.08)}
  html.light nav.main>a:hover, html.light nav.main>a.active, html.light .nav-trigger:hover, html.light .nav-trigger.active, html.light .nav-drop.open .nav-trigger{color:#0C1424}
  html.light .mega-menu a:hover{background:rgba(13,26,44,.055);color:#0C1424}
  html.light .mnav{background:rgba(255,255,255,.99)}
  html.light .mnav-main-link, html.light .mnav-solutions-toggle{border-bottom-color:rgba(13,26,44,.08);color:#0C1424}
  html.light .mnav-sub a:hover{background:rgba(13,26,44,.05);color:#0C1424}
  html.light .lang-menu{background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,249,252,.99));
    border-color:rgba(13,26,44,.12);box-shadow:0 30px 80px rgba(20,32,55,.18),0 0 0 1px rgba(255,255,255,.8) inset;
    scrollbar-color:rgba(86,101,126,.38) transparent}
  html.light .lang-menu button:hover{background:rgba(13,26,44,.055);border-color:rgba(13,26,44,.08)}
  html.light .lang-flag, html.light .lang-current-flag{border-color:rgba(13,26,44,.16);box-shadow:0 3px 9px rgba(20,32,55,.15)}
  html.light .gal-ship{color:#172033;background:rgba(255,255,255,.96);border-color:rgba(13,26,44,.18);
    box-shadow:0 10px 28px rgba(20,32,55,.12),inset 0 1px 0 rgba(255,255,255,.9)}
  html.light .title, html.light .svc h3, html.light .svc .lk, html.light .step h3, html.light .cta h2, html.light .form-ok h3, html.light .modal h3{color:#0C1424}
  html.light .svc:hover{background:rgba(13,26,44,.03)}
  html.light .stat .num{background:linear-gradient(180deg,#101C31 30%,#5E6B82);
    -webkit-background-clip:text;background-clip:text}
  html.light .princ blockquote{color:#16233C}
  html.light .lanes thead th{background:#ECEFF4}
  html.light .lanes td{border-bottom-color:rgba(13,26,44,.07)}
  html.light .ui{background:#FFFFFF;box-shadow:0 30px 70px rgba(20,32,55,.14)}
  html.light .ur{border-bottom-color:rgba(13,26,44,.12)}
  html.light .lt .lb b{color:#0C1424}
  html.light .tb{background:rgba(13,26,44,.09)}
  html.light .pl-card{background:#FFFFFF;box-shadow:0 26px 60px rgba(20,32,55,.13)}
  html.light .pl-head .cat, html.light .pl-name, html.light .pl-more b, html.light .pl-price{color:#0C1424}
  html.light .qform select option{background:#FFFFFF;color:#0C1424}
  html.light footer .logo, html.light footer h4{color:#0C1424}
  html.light footer a:hover, html.light footer .legal:hover{color:#0C1424}
  html.light .modal .box{background:#FFFFFF}
  html.light .toast{background:#FFFFFF;color:#0C1424;box-shadow:0 16px 44px rgba(20,32,55,.2)}
  html.light .btt{background:rgba(13,26,44,.05)}
  html.light .wa-panel{background:#FFFFFF}
  html.light .wa-head{background:linear-gradient(135deg,#F1F4F9,#FFFFFF)}
  html.light .wa-head .t b{color:#0C1424}
  html.light .wa-ava i{border-color:#FFFFFF}
  html.light .wa-x:hover{color:#0C1424}
  html.light .wa-msg{background:rgba(13,26,44,.05);color:#16233C}
  html.light .wa-foot textarea{background:rgba(13,26,44,.04);color:#0C1424}

  @media (prefers-reduced-motion:reduce){
    .rt-marker, .rt-marker::after, .sd.live i, .tb i::after{animation:none}
    .rv{opacity:1;transform:none;transition:none}
  }

  *{box-sizing:border-box;margin:0;padding:0}

  

  

  

  

  

  

  
  @keyframes spin{to{transform:rotate(360deg)}}
  @keyframes blink{0%, 100%{opacity:1}50%{opacity:.35}}
  @keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}

  
  @keyframes revIn{to{opacity:1;transform:none}}
  .fab{display:flex;flex-direction:column;gap:10px}

  

  

  

  

  
  @keyframes sdRing{0%{box-shadow:0 0 0 0 rgba(240,48,64,.5)}70%{box-shadow:0 0 0 8px rgba(240,48,64,0)}100%{box-shadow:0 0 0 0 rgba(240,48,64,0)}}
  @media (max-width:720px){
    body{padding:44px 14px 64px}

    

    

    

    

    

    

    
  }
  .marq{padding:26px 0 30px;position:relative}
  .marq-kick{display:flex;align-items:center;justify-content:center;gap:16px;width:min(94%,1040px);
    margin:0 auto 20px;padding:0 20px;text-align:center;font-family:"Sora",sans-serif;font-size:11px;
    font-weight:700;line-height:1.35;letter-spacing:.22em;text-transform:uppercase;color:var(--mut);
    text-shadow:0 0 18px rgba(255,39,64,.12)}
  .marq-kick::before, .marq-kick::after{content:"";display:block;flex:1 1 110px;max-width:110px;min-width:38px;
    height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,39,64,.55),var(--red));
    box-shadow:0 0 10px rgba(255,39,64,.28),0 0 2px rgba(255,39,64,.9)}
  .marq-kick::after{transform:scaleX(-1)}
  html.light .marq-kick{color:#526077;text-shadow:none}
  html.light .marq-kick::before, html.light .marq-kick::after{box-shadow:0 0 8px rgba(16,130,140,.18)}
  .marq-shell{direction:ltr;display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:8px;width:100%;min-width:0;padding:0 10px}
  .marq-vp{overflow:hidden;position:relative;min-width:0;scrollbar-width:none;touch-action:pan-y pinch-zoom;cursor:grab;user-select:none;-webkit-user-select:none;overscroll-behavior-x:contain}
  .marq-vp.is-dragging{cursor:grabbing}
  .marq-nav{position:relative;z-index:5;display:grid;place-items:center;width:40px;height:40px;margin:auto;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:linear-gradient(145deg,rgba(20,25,34,.94),rgba(6,9,14,.96));color:#dce3ef;box-shadow:0 10px 28px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.06);cursor:pointer;transition:transform .16s ease,border-color .16s ease,color .16s ease,background .16s ease,box-shadow .16s ease;-webkit-tap-highlight-color:transparent}
  .marq-nav svg{width:20px;height:20px;pointer-events:none}
  .marq-nav:hover, .marq-nav:focus-visible{color:#fff;border-color:rgba(255,45,70,.72);background:linear-gradient(145deg,rgba(45,14,21,.96),rgba(10,11,16,.98));box-shadow:0 0 0 3px rgba(255,39,64,.09),0 12px 30px rgba(0,0,0,.34)}
  .marq-nav:active, .marq-nav.is-held{transform:scale(.92);color:var(--red)}
  html.light .marq-nav{border-color:rgba(13,26,44,.18);background:linear-gradient(145deg,#fff,#edf1f7);color:#344158;box-shadow:0 9px 24px rgba(22,34,54,.13),inset 0 1px 0 #fff}
  html.light .marq-nav:hover, html.light .marq-nav:focus-visible{color:#0E6B66;border-color:rgba(16,130,140,.5);background:#fff}
  .marq-vp::-webkit-scrollbar{display:none}
  .marq-vp::before, .marq-vp::after{content:"";position:absolute;top:0;bottom:0;width:140px;z-index:2;pointer-events:none}
  .marq-vp::before{left:0;background:linear-gradient(90deg,var(--bg),transparent)}
  .marq-vp::after{right:0;background:linear-gradient(270deg,var(--bg),transparent)}
  .marq-track{display:flex;width:max-content;will-change:transform;transform:translate3d(0,0,0);backface-visibility:hidden}
  .marq-track.marq-paused{will-change:auto}
  @keyframes trexporClockMarquee{
    from{transform:translate3d(0,0,0)}
    to{transform:translate3d(-50%,0,0)}
  }
  .mq-set{display:flex;align-items:center;flex:none}
  .mq-cap{display:flex;align-items:baseline;gap:9px;white-space:nowrap;cursor:pointer;
    padding:6px 10px;border-radius:9px;transition:background .15s}
  .mq-cap:hover{background:rgba(255,255,255,.05)}
  html.light .mq-cap:hover{background:rgba(13,26,44,.06)}
  .mq-cap .cu{font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:600;color:var(--mut-2);
    border:1px solid var(--bd);border-radius:5px;padding:1px 5px;letter-spacing:.05em}
  .mq-cap .c{font-family:"Sora",sans-serif;font-weight:800;font-size:13.5px;letter-spacing:.07em;color:var(--mut)}
  .mq-cap .t{font-family:"IBM Plex Mono",monospace;font-size:12px;font-weight:600;color:var(--teal);font-variant-numeric:tabular-nums}
  .mq-dot{width:4px;height:4px;border-radius:50%;background:var(--red);opacity:.5;margin:0 22px;flex:none}
  html.light .mq-cap .c{color:#4A5670}
  #fxPop{position:fixed;z-index:1200;min-width:230px;max-width:300px;padding:16px 18px;border-radius:14px;
    background:#0E131C;border:1px solid var(--bd-2);
    box-shadow:0 24px 70px rgba(0,0,0,.55);display:none}
  #fxPop.open{display:block}
  #fxPop .fx-h{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
  #fxPop .fx-city{font-family:"Sora",sans-serif;font-weight:800;font-size:14px;color:#fff}
  #fxPop .fx-cur{font-family:"IBM Plex Mono",monospace;font-size:10.5px;color:var(--mut-2);margin-top:3px}
  #fxPop .fx-x{background:none;border:0;color:var(--mut-2);cursor:pointer;font-size:15px;line-height:1;padding:2px}
  #fxPop .fx-x:hover{color:#fff}
  #fxPop .fx-row{display:flex;justify-content:space-between;gap:14px;padding:8px 0;border-top:1px dashed var(--bd);
    font-family:"IBM Plex Mono",monospace;font-size:12.5px}
  #fxPop .fx-row span{color:var(--mut)}
  #fxPop .fx-row b{color:var(--teal);font-weight:600}
  #fxPop .fx-note{margin-top:10px;font-family:"IBM Plex Mono",monospace;font-size:9.5px;color:var(--mut-2)}
  @media (max-width:720px){
    .marq{padding:20px 0 24px}
    .marq-kick{gap:8px;width:100%;margin-bottom:16px;padding:0 8px;font-size:9px;letter-spacing:.13em}
    .marq-kick::before, .marq-kick::after{min-width:18px;max-width:36px;height:2px}
    .marq-shell{grid-template-columns:44px minmax(0,1fr) 44px;gap:2px;padding:0 2px}
    .marq-nav{width:40px;height:40px;border-radius:12px}
    .marq-nav svg{width:18px;height:18px}
    .mq-cap .c{font-size:11.5px}
    .mq-cap .t{font-size:10.5px}
    .mq-dot{margin:0 14px}
    .marq-vp::before, .marq-vp::after{width:70px}
  }

  #live .gal-wrap{margin-top:0}
  .logo img{height:46px;width:auto;display:block;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}
  @media (max-width:720px){.logo img{height:34px}}
  .svc-explain{position:relative;padding:108px 0 118px;background:
    radial-gradient(700px 340px at 50% 0,rgba(240,48,64,.07),transparent 72%),var(--bg)}
  .svc-explain::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.36;background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px}
  .svc-explain .wrap{position:relative}
  .svc-head{max-width:760px;margin:0 auto 48px;text-align:center}
  .svc-head .lead{margin-left:auto;margin-right:auto}
  .svc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
  .svc-detail{position:relative;min-height:286px;padding:28px;border:1px solid var(--bd);border-radius:20px;
    background:linear-gradient(155deg,rgba(255,255,255,.052),rgba(255,255,255,.018));
    box-shadow:0 24px 70px rgba(0,0,0,.18);overflow:hidden;scroll-margin-top:90px;
    transition:transform .28s,border-color .28s,background .28s,box-shadow .28s}
  .svc-detail::after{content:"";position:absolute;right:-70px;top:-70px;width:170px;height:170px;border-radius:50%;
    background:radial-gradient(circle,rgba(var(--glow-rgb),.12),transparent 68%);pointer-events:none}
  .svc-detail:hover{transform:translateY(-5px);border-color:rgba(var(--glow-rgb),.35);
    background:linear-gradient(155deg,rgba(var(--glow-rgb),.075),rgba(255,255,255,.022));box-shadow:0 30px 80px rgba(0,0,0,.28)}
  .svc-detail:target{border-color:rgb(var(--glow-rgb));animation:svcTarget 1.65s ease-out;
    box-shadow:0 0 0 1px rgba(var(--glow-rgb),.28),0 0 45px rgba(var(--glow-rgb),.22),0 30px 80px rgba(0,0,0,.3)}
  @keyframes svcTarget{0%{transform:translateY(0) scale(.985);background:rgba(var(--glow-rgb),.18)}45%{transform:translateY(-6px) scale(1.012)}100%{transform:none}}
  .svc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
  .svc-ico{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:rgb(var(--glow-rgb));
    background:rgba(var(--glow-rgb),.08);border:1px solid rgba(var(--glow-rgb),.22)}
  .svc-ico svg{width:24px;height:24px}
  .svc-no{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.16em;color:var(--mut-2)}
  .svc-detail h3{font-size:19px;line-height:1.3;margin-bottom:12px;color:var(--tx)}
  .svc-detail p{font-size:14px;line-height:1.72;color:var(--mut);margin-bottom:24px}
  .svc-detail .svc-link{position:absolute;left:28px;bottom:26px;display:inline-flex;align-items:center;gap:8px;
    font-size:13px;font-weight:700;color:var(--tx)}
  .svc-detail .svc-link::after{content:"→";color:rgb(var(--glow-rgb));transition:transform .2s}
  .svc-detail .svc-link:hover::after{transform:translateX(4px)}
  html.light .svc-detail{box-shadow:0 20px 55px rgba(16,28,45,.08)}
  @media(max-width:900px){.svc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
  @media(max-width:600px){.svc-explain{padding:82px 0 90px}.svc-head{margin-bottom:34px}.svc-grid{grid-template-columns:1fr;gap:14px}
    .svc-detail{min-height:250px;padding:24px}.svc-detail .svc-link{left:24px;bottom:22px}}
  #plabel, #pl-step-sample, #pl-step-packaging, #pl-step-quality, #svc-docs, #lanes{scroll-margin-top:96px}

  

  @keyframes solutionPulse{0%{filter:brightness(1)}35%{filter:brightness(1.22)}100%{filter:brightness(1)}}
  .about-menu{width:min(286px,calc(100vw - 40px))}
  .about-menu a{justify-content:flex-start;gap:13px;min-height:47px}
  .about-menu a::after{margin-left:auto}
  #about, #mission, #values, #why{scroll-margin-top:92px}
  .about-sec{position:relative;overflow:hidden;background:
    radial-gradient(850px 480px at 10% 12%,rgba(240,48,64,.10),transparent 64%),
    radial-gradient(700px 420px at 92% 88%,rgba(57,230,216,.055),transparent 68%),var(--bg)}
  .about-sec::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px}
  .about-intro{position:relative;display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:72px;align-items:end}
  .about-intro .lead{max-width:none;margin:0;font-size:16px}
  .about-duo{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:58px}
  .about-card{min-height:290px;padding:34px;border:1px solid var(--bd);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 24px 70px rgba(0,0,0,.23);transition:transform .25s,border-color .25s,background .25s}
  .about-card:hover{transform:translateY(-5px);border-color:rgba(240,48,64,.42);background:linear-gradient(145deg,rgba(240,48,64,.08),rgba(255,255,255,.025))}
  .about-card .about-no{display:inline-flex;align-items:center;gap:9px;font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--red)}
  .about-card .about-no::before{content:"";width:22px;height:1px;background:var(--red)}
  .about-card h3{font-size:25px;line-height:1.25;margin-top:25px;color:var(--tx)}
  .about-card p{font-size:14.5px;line-height:1.78;color:var(--mut);margin-top:17px}
  .about-values{position:relative;margin-top:78px}
  .about-subhead{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
  .about-subhead h3{font-size:clamp(27px,3vw,38px);line-height:1.15;margin-top:12px}
  .about-subhead p{max-width:52ch;color:var(--mut);font-size:14px;line-height:1.7}
  .value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
  .value-card{min-height:218px;padding:26px 23px;border:1px solid var(--bd);border-radius:18px;background:rgba(255,255,255,.025);transition:.25s}
  .value-card:hover{transform:translateY(-4px);border-color:var(--bd-2);background:rgba(255,255,255,.045)}
  .value-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--red);background:rgba(240,48,64,.08);border:1px solid rgba(240,48,64,.22)}
  .value-icon svg{width:21px;height:21px}
  .value-card h4{font-family:"Sora",sans-serif;font-size:16px;margin-top:22px;color:var(--tx)}
  .value-card p{font-size:13px;line-height:1.68;color:var(--mut);margin-top:10px}
  .why-panel{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);gap:48px;align-items:center;margin-top:78px;padding:44px;border:1px solid var(--bd-2);border-radius:24px;background:linear-gradient(120deg,rgba(240,48,64,.065),rgba(255,255,255,.025) 48%,rgba(57,230,216,.035));overflow:hidden}
  .why-panel::after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(240,48,64,.16);border-radius:50%;right:-130px;top:-120px;box-shadow:0 0 0 38px rgba(240,48,64,.025),0 0 0 78px rgba(240,48,64,.018)}
  .why-copy{position:relative;z-index:1}
  .why-copy h3{font-size:clamp(28px,3.2vw,42px);line-height:1.12;margin-top:14px}
  .why-copy p{color:var(--mut);font-size:14.5px;line-height:1.75;margin-top:17px}
  .why-list{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .why-item{display:flex;align-items:center;gap:11px;min-height:57px;padding:12px 14px;border:1px solid rgba(255,255,255,.075);border-radius:13px;background:rgba(5,7,11,.34);font-size:12.5px;font-weight:650;color:#E5EAF1}
  .why-item i{flex:0 0 22px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;color:#fff;background:var(--red);box-shadow:0 0 17px rgba(240,48,64,.28)}
  html.light .about-card, html.light .value-card, html.light .why-panel{box-shadow:0 22px 60px rgba(13,26,44,.07)}
  html.light .why-item{background:rgba(255,255,255,.66);color:#182337}
  @media(max-width:980px){.about-intro{grid-template-columns:1fr;gap:26px}.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-panel{grid-template-columns:1fr;gap:30px}}
  @media(max-width:650px){.about-duo{grid-template-columns:1fr;margin-top:38px}.about-card{min-height:auto;padding:26px}.about-values, .why-panel{margin-top:54px}.about-subhead{display:block}.about-subhead p{margin-top:12px}.value-grid{grid-template-columns:1fr}.value-card{min-height:auto}.why-panel{padding:27px 22px}.why-list{grid-template-columns:1fr}}
  .docs-sec{
    position:relative;overflow:hidden;
    background:
      radial-gradient(880px 520px at 88% 4%,rgba(240,48,64,.09),transparent 66%),
      radial-gradient(700px 450px at 4% 95%,rgba(57,230,216,.045),transparent 68%),
      var(--bg)
  }
  .docs-sec::before{
    content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;
    background:
      linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
      linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
    background-size:56px 56px
  }
  .docs-sec .wrap{position:relative;z-index:1}
  .docs-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:54px;align-items:end}
  .docs-head .lead{max-width:690px}
  .docs-brief{
    position:relative;padding:24px;border:1px solid var(--bd-2);border-radius:20px;
    background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
    box-shadow:0 24px 70px rgba(0,0,0,.22);overflow:hidden
  }
  .docs-brief::after{
    content:"";position:absolute;width:180px;height:180px;border-radius:50%;
    right:-80px;top:-90px;background:rgba(240,48,64,.13);filter:blur(4px)
  }
  .docs-brief h3{position:relative;z-index:1;font-size:17px;line-height:1.35}
  .docs-brief p{position:relative;z-index:1;margin-top:10px;color:var(--mut);font-size:12.5px;line-height:1.65}
  .docs-factors{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px}
  .docs-factor{
    display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid var(--bd);
    border-radius:11px;background:rgba(5,7,11,.25);font-size:11.5px;font-weight:650;color:var(--tx)
  }
  .docs-factor i{
    flex:0 0 25px;width:25px;height:25px;border-radius:8px;display:flex;align-items:center;
    justify-content:center;font-style:normal;font-family:"IBM Plex Mono",monospace;font-size:9px;
    color:#fff;background:var(--red);box-shadow:0 0 16px rgba(240,48,64,.22)
  }
  .docs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:46px}
  .doc-card{
    position:relative;display:flex;flex-direction:column;min-height:330px;padding:23px 21px 20px;
    border:1px solid var(--bd);border-radius:18px;
    background:linear-gradient(160deg,rgba(255,255,255,.047),rgba(255,255,255,.014));
    overflow:hidden;transition:transform .25s,border-color .25s,box-shadow .25s
  }
  .doc-card::before{
    content:"";position:absolute;left:0;right:0;top:0;height:2px;
    background:linear-gradient(90deg,var(--red),rgba(240,48,64,0));opacity:.72
  }
  .doc-card::after{
    content:"";position:absolute;right:-35px;top:-35px;width:115px;height:115px;border-radius:50%;
    border:1px solid rgba(255,255,255,.045)
  }
  .doc-card:hover{
    transform:translateY(-5px);border-color:rgba(240,48,64,.38);
    box-shadow:0 22px 58px rgba(0,0,0,.27),0 0 30px rgba(240,48,64,.06)
  }
  .doc-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px}
  .doc-no{font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--red)}
  .doc-type{
    padding:5px 8px;border:1px solid var(--bd);border-radius:99px;
    font-family:"IBM Plex Mono",monospace;font-size:8px;font-weight:700;letter-spacing:.09em;
    text-transform:uppercase;color:var(--mut)
  }
  .doc-icon{
    position:relative;z-index:1;width:39px;height:39px;margin-top:24px;border-radius:12px;
    display:flex;align-items:center;justify-content:center;color:var(--red);
    background:rgba(240,48,64,.09);border:1px solid rgba(240,48,64,.18)
  }
  .doc-icon svg{width:20px;height:20px}
  .doc-card h3{position:relative;z-index:1;margin-top:15px;font-size:16px;line-height:1.25}
  .doc-native{position:relative;z-index:1;display:block;margin-top:5px;font-size:10.5px;font-weight:650;color:var(--red)}
  .doc-desc{position:relative;z-index:1;margin-top:14px;color:var(--mut);font-size:11.6px;line-height:1.62}
  .doc-use{
    position:relative;z-index:1;margin-top:auto;padding-top:16px;border-top:1px solid var(--bd)
  }
  .doc-use b{
    display:block;font-family:"IBM Plex Mono",monospace;font-size:8.5px;letter-spacing:.14em;
    text-transform:uppercase;color:var(--teal)
  }
  .doc-use p{margin-top:7px;color:var(--tx);font-size:10.8px;line-height:1.55}
  .docs-flow{
    display:grid;grid-template-columns:1.05fr repeat(4,1fr);margin-top:22px;
    border:1px solid var(--bd);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.018)
  }
  .docs-flow-head, .docs-flow-step{padding:20px}
  .docs-flow-head{display:flex;flex-direction:column;justify-content:center;background:rgba(240,48,64,.055)}
  .docs-flow-head span{font-family:"IBM Plex Mono",monospace;font-size:9px;letter-spacing:.15em;color:var(--red)}
  .docs-flow-head h3{margin-top:7px;font-size:15px}
  .docs-flow-step{border-left:1px solid var(--bd)}
  .docs-flow-step b{font-family:"IBM Plex Mono",monospace;font-size:10px;color:var(--red)}
  .docs-flow-step h4{margin-top:8px;font-family:"Sora",sans-serif;font-size:12px}
  .docs-flow-step p{margin-top:6px;color:var(--mut);font-size:10.5px;line-height:1.5}
  .docs-disclaimer{
    display:flex;align-items:flex-start;gap:12px;margin-top:17px;padding:15px 17px;
    border:1px solid rgba(57,230,216,.18);border-radius:14px;background:rgba(57,230,216,.035);
    color:var(--mut);font-size:11px;line-height:1.65
  }
  .docs-disclaimer i{
    flex:0 0 23px;width:23px;height:23px;border-radius:50%;display:flex;align-items:center;
    justify-content:center;font-style:normal;font-family:"IBM Plex Mono",monospace;font-size:10px;
    color:var(--teal);border:1px solid rgba(57,230,216,.32)
  }
  html.light .docs-sec::before{
    background:
      linear-gradient(rgba(13,26,44,.025) 1px,transparent 1px),
      linear-gradient(90deg,rgba(13,26,44,.025) 1px,transparent 1px)
  }
  html.light .docs-brief, html.light .doc-card, html.light .docs-flow{
    background:linear-gradient(155deg,#FFFFFF,#F4F7FA);
    box-shadow:0 22px 60px rgba(13,26,44,.07)
  }
  html.light .docs-factor{background:rgba(13,26,44,.025)}
  html.light .doc-card::after{border-color:rgba(13,26,44,.055)}
  @media(max-width:1080px){
    .docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .docs-flow{grid-template-columns:repeat(2,1fr)}
    .docs-flow-head{grid-column:1/-1}
    .docs-flow-step:nth-child(4){border-left:0;border-top:1px solid var(--bd)}
    .docs-flow-step:nth-child(5){border-top:1px solid var(--bd)}
  }
  @media(max-width:760px){
    .docs-head{grid-template-columns:1fr;gap:28px}
    .docs-grid{grid-template-columns:1fr;margin-top:34px}
    .doc-card{min-height:auto}
    .docs-flow{grid-template-columns:1fr}
    .docs-flow-head, .docs-flow-step{grid-column:auto;border-left:0}
    .docs-flow-step{border-top:1px solid var(--bd)}
  }
  :root{
    --red-premium:#FF4054;
    --red-premium-2:#FF6A78;
    --red-premium-dark:#D9233B;
  }
  .kick::before{
    content:"";
    position:absolute;
    left:13px;
    top:50%;
    width:17px;
    height:3px;
    border-radius:99px;
    transform:translateY(-50%);
    background:linear-gradient(90deg,var(--red-premium),var(--red-premium-2));
    box-shadow:0 0 13px rgba(255,64,84,.55);
  }
  .kick::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
    background:linear-gradient(115deg,rgba(255,255,255,.055),transparent 34%);
  }
  .mega-kicker, .mnav-subhead, .stat .tg, .lanes tr.rg td, .docs-flow-head span{
    font-family:"Sora",sans-serif;
    font-weight:800;
    letter-spacing:.135em;
  }
  .about-card .about-no, .doc-no{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:7px 10px;
    border:1px solid rgba(255,64,84,.27);
    border-radius:8px;
    background:linear-gradient(110deg,rgba(255,64,84,.13),rgba(255,64,84,.035));
    color:var(--red-premium-2);
    font-family:"Sora",sans-serif;
    font-size:9.5px;
    font-weight:800;
    line-height:1;
    letter-spacing:.12em;
    text-transform:uppercase;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  }
  .pl-rank{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 36px;
    width:36px;
    height:36px;
    border:1px solid rgba(255,64,84,.30);
    border-radius:11px;
    background:linear-gradient(145deg,rgba(255,64,84,.15),rgba(255,64,84,.035));
    color:var(--red-premium-2);
    font-family:"Sora",sans-serif;
    font-size:10.5px;
    font-weight:850;
    line-height:1;
    letter-spacing:.025em;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  }
  .step .n, .about-code, .docs-flow-step b{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border:1px solid rgba(255,64,84,.28);
    border-radius:10px;
    background:linear-gradient(145deg,rgba(255,64,84,.14),rgba(255,64,84,.035));
    color:var(--red-premium-2);
    font-family:"Sora",sans-serif;
    font-size:10px;
    font-weight:850;
    line-height:1;
    letter-spacing:.025em;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
  }
  .docs-flow-step b{margin-bottom:2px}
  .doc-native, .pl-head .tag{
    font-family:"Sora",sans-serif;
    font-weight:750;
  }
  .doc-native{
    font-size:11px;
    line-height:1.4;
    letter-spacing:.012em;
    color:var(--red-premium-2);
  }
  .pl-head .tag{
    color:var(--red-premium-2);
    border-color:rgba(255,64,84,.35);
    background:rgba(255,64,84,.055);
  }
  html.light .kick, html.light .about-card .about-no, html.light .doc-no, html.light .mega-kicker, html.light .mnav-subhead, html.light .doc-native, html.light .pl-head .tag{
    color:#C91F38;
  }
  html.light .kick, html.light .about-card .about-no, html.light .doc-no{
    border-color:rgba(201,31,56,.22);
    background:linear-gradient(110deg,rgba(201,31,56,.085),rgba(201,31,56,.018));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 8px 24px rgba(20,32,55,.045);
    text-shadow:none;
  }
  html.light .pl-rank, html.light .step .n, html.light .about-code, html.light .docs-flow-step b{
    color:#C91F38;
    border-color:rgba(201,31,56,.20);
    background:linear-gradient(145deg,rgba(201,31,56,.075),rgba(201,31,56,.015));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
  }
  html.light .pl-row:hover .pl-rank, html.light .pl-row:focus-visible .pl-rank, html.light .pl-row.target-flash .pl-rank{
    color:#fff;
    border-color:rgba(201,31,56,.55);
    background:linear-gradient(145deg,#EF4256,#B81731);
  }

  @media(max-width:760px){
    .kick{
      min-height:32px;
      padding:7px 11px 7px 35px;
      font-size:9.5px;
      letter-spacing:.115em;
    }
    .kick::before{left:11px;width:15px}
    .about-card .about-no, .doc-no{font-size:9px}

  }
  :root{
    --tr-red-deep:#4A0009;
    --tr-red-shadow:#760011;
    --tr-red-core:#B80D2A;
    --tr-red-bright:#D91C3A;
    --tr-red-glint:#F04A5F;
  }
  .kick{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:max-content;
    max-width:100%;
    min-height:30px;
    padding:4px 62px;
    border:0;
    border-radius:0;
    background:none;
    box-shadow:none;
    color:var(--tr-red-bright);
    font-family:"Sora",sans-serif;
    font-size:11.5px;
    font-weight:850;
    line-height:1.2;
    letter-spacing:.16em;
    text-transform:uppercase;
    text-shadow:
      0 1px 0 rgba(255,255,255,.06),
      0 0 14px rgba(184,13,42,.16);
  }
  .kick::before, .kick::after{
    content:"";
    position:absolute;
    top:50%;
    width:43px;
    height:2px;
    border-radius:99px;
    transform:translateY(-50%);
    pointer-events:none;
  }
  .kick::before{
    left:0;
    background:linear-gradient(
      90deg,
      var(--tr-red-deep) 0%,
      var(--tr-red-shadow) 24%,
      var(--tr-red-core) 63%,
      var(--tr-red-glint) 100%
    );
    box-shadow:
      0 1px 0 rgba(255,255,255,.08),
      0 0 11px rgba(184,13,42,.24);
  }
  .kick::after{
    right:0;
    inset:auto 0 auto auto;
    background:linear-gradient(
      90deg,
      var(--tr-red-glint) 0%,
      var(--tr-red-core) 37%,
      var(--tr-red-shadow) 76%,
      var(--tr-red-deep) 100%
    );
    box-shadow:
      0 1px 0 rgba(255,255,255,.08),
      0 0 11px rgba(184,13,42,.24);
  }
  @supports ((-webkit-background-clip:text) or (background-clip:text)){
    .kick{
      background:linear-gradient(
        180deg,
        #F25A6C 0%,
        #CA1635 35%,
        #8A0019 72%,
        #5B000C 100%
      );
      -webkit-background-clip:text;
      background-clip:text;
      -webkit-text-fill-color:transparent;
      color:transparent;
    }
  }
  .about-card .about-no, .doc-no, .doc-native, .pl-head .tag{
    color:#D61B38;
  }
  .about-card .about-no, .doc-no{
    border-color:rgba(184,13,42,.32);
    background:
      linear-gradient(145deg,rgba(98,0,15,.34),rgba(184,13,42,.08));
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.055),
      inset 0 -1px 0 rgba(54,0,8,.30),
      0 8px 22px rgba(0,0,0,.13);
  }
  .pl-rank, .step .n, .about-code, .docs-flow-step b{
    border-color:rgba(184,13,42,.34);
    background:
      linear-gradient(145deg,rgba(135,0,22,.28),rgba(46,0,7,.48));
    color:#D91C3A;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.07),
      inset 0 -1px 0 rgba(0,0,0,.38),
      0 8px 22px rgba(0,0,0,.16);
  }

  .pl-row:hover .pl-rank, .pl-row:focus-visible .pl-rank, .pl-row.target-flash .pl-rank{
    color:#FFF;
    border-color:rgba(240,74,95,.62);
    background:
      linear-gradient(
        145deg,
        #D92342 0%,
        #A20824 38%,
        #680010 72%,
        #330005 100%
      );
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.19),
      inset 0 -2px 5px rgba(0,0,0,.30),
      0 0 20px rgba(184,13,42,.26),
      0 10px 24px rgba(0,0,0,.22);
  }
  @supports ((-webkit-background-clip:text) or (background-clip:text)){
    html.light .kick{
      background:linear-gradient(
        180deg,
        #C31A36 0%,
        #9D071F 48%,
        #62000D 100%
      );
      -webkit-background-clip:text;
      background-clip:text;
      -webkit-text-fill-color:transparent;
    }
  }
  html.light .mega-kicker, html.light .mnav-subhead, html.light .about-card .about-no, html.light .doc-no, html.light .doc-native, html.light .pl-head .tag{
    color:#9F0922;
  }
  html.light .about-card .about-no, html.light .doc-no{
    border-color:rgba(159,9,34,.22);
    background:linear-gradient(145deg,rgba(159,9,34,.075),rgba(255,255,255,.55));
  }
  html.light .pl-rank, html.light .step .n, html.light .about-code, html.light .docs-flow-step b{
    color:#9F0922;
    border-color:rgba(159,9,34,.22);
    background:linear-gradient(145deg,rgba(159,9,34,.09),rgba(255,255,255,.58));
  }

  @media(max-width:760px){
    .kick{
      padding:4px 39px;
      font-size:9.6px;
      letter-spacing:.12em;
    }
    .kick::before, .kick::after{
      width:27px;
    }
  }
  html[lang="hi"] body, html[lang="hi"] button, html[lang="hi"] input, html[lang="hi"] textarea, html[lang="hi"] select{font-family:"Nirmala UI","Noto Sans Devanagari",Mangal,"Segoe UI",sans-serif}
  html[lang="zh"] body, html[lang="zh"] button, html[lang="zh"] input, html[lang="zh"] textarea, html[lang="zh"] select{font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC","Segoe UI",sans-serif}
  html[lang="ka"] body, html[lang="ka"] button, html[lang="ka"] input, html[lang="ka"] textarea, html[lang="ka"] select{font-family:Sylfaen,"Noto Sans Georgian","Segoe UI",sans-serif}
  html[dir="rtl"] body, html[dir="rtl"] button, html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] select{
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
  }
  html[dir="rtl"] body{direction:ltr;text-align:left}
  html[dir="rtl"] header .wrap, html[dir="rtl"] .hdr-right, html[dir="rtl"] nav.main, html[dir="rtl"] .mega-menu, html[dir="rtl"] .mnav, html[dir="rtl"] .lang-menu, html[dir="rtl"] .wa-panel{
    direction:ltr;
  }
  html[dir="rtl"] [data-i18n]{
    direction:rtl;
    unicode-bidi:plaintext;
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
  }
  html[dir="rtl"] .mnav-solutions-toggle span[data-i18n]{
    flex:1;
    text-align:right;
  }
  html[dir="rtl"] .lang-menu button{direction:ltr;text-align:left}
  html[dir="rtl"] .lang-menu button[data-lang="ar"] .lang-option>span:last-child, html[dir="rtl"] .lang-menu button[data-lang="fa"] .lang-option>span:last-child{direction:rtl;text-align:right}
  html[dir="rtl"] .mnav-main-link, html[dir="rtl"] .mnav-solutions-toggle, html[dir="rtl"] .fab-tip, html[dir="rtl"] .lanes th, html[dir="rtl"] .lanes td{
    text-align:right;
  }

  html[dir="rtl"] .kick, html[dir="rtl"] .mega-kicker, html[dir="rtl"] .mnav-subhead, html[dir="rtl"] .about-card .about-no, html[dir="rtl"] .doc-no, html[dir="rtl"] .doc-type, html[dir="rtl"] .docs-flow-head span, html[dir="rtl"] .doc-use b, html[dir="rtl"] .stat .tg{
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
    letter-spacing:0;
    text-transform:none;
  }
  html[dir="rtl"] .title, html[dir="rtl"] .hero h1, html[dir="rtl"] .about-title, html[dir="rtl"] .doc-card h3{
    font-family:Tahoma,"Segoe UI",Arial,sans-serif;
    line-height:1.25;
  }

  html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] select{
    direction:rtl;
    text-align:right;
  }
  html[dir="rtl"] input[type="email"], html[dir="rtl"] input[type="tel"]{
    direction:ltr;
    text-align:right;
  }
  html[dir="rtl"] .wa-chip, html[dir="rtl"] .wa-input{text-align:right}
  html[dir="rtl"] .marq-vp, html[dir="rtl"] .marq-track, html[dir="rtl"] .mq-set, html[dir="rtl"] .mq-cap, html[dir="rtl"] .gal-strip{
    direction:ltr;
  }
  html[dir="rtl"] .gal-item figcaption{
    direction:rtl;
    text-align:right;
  }
  html[dir="rtl"] #fxPop{
    direction:ltr;
    text-align:left;
  }
  html[dir="rtl"] #fxPop .fx-row span, html[dir="rtl"] #fxPop .fx-note{
    direction:rtl;
    text-align:right;
  }

  @media(max-width:760px){
    html[dir="rtl"] .docs-flow-step{border-right:0}
  }
  @media(max-width:600px){
    header .btn-pill{display:none}
  }
  .mega-menu{
    width:min(356px,calc(100vw - 32px));
    gap:8px;
    padding:11px;
    border-color:rgba(255,255,255,.12);
    border-radius:20px;
    background:
      radial-gradient(circle at 16% -18%,rgba(240,48,64,.13),transparent 39%),
      linear-gradient(180deg,rgba(13,18,27,.985),rgba(7,11,17,.988));
    box-shadow:
      0 34px 100px rgba(0,0,0,.72),
      0 0 0 1px rgba(255,255,255,.025) inset,
      inset 0 1px 0 rgba(255,255,255,.055);
    backdrop-filter:blur(25px) saturate(1.16);
    -webkit-backdrop-filter:blur(25px) saturate(1.16);
  }
  .mega-menu::before{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
    pointer-events:none;
  }
  .mega-menu a{
    position:relative;
    isolation:isolate;
    justify-content:flex-start;
    min-height:58px;
    padding:9px 10px;
    gap:12px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.075);
    border-radius:15px;
    background:
      linear-gradient(135deg,rgba(255,255,255,.052),rgba(255,255,255,.018) 54%,rgba(255,255,255,.008));
    color:#E4EAF2;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.045),
      0 8px 22px rgba(0,0,0,.18);
    transform:translateZ(0);
    transition:
      border-color .2s ease,
      background .2s ease,
      box-shadow .2s ease,
      color .2s ease,
      transform .2s ease;
  }
  .mega-menu a::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    border-radius:inherit;
    background:
      radial-gradient(circle at 8% 50%,rgba(240,48,64,.17),transparent 43%),
      linear-gradient(105deg,rgba(240,48,64,.075),transparent 62%);
    opacity:0;
    transition:opacity .2s ease;
    pointer-events:none;
  }
  .mega-menu a::after{
    content:"›";
    display:grid;
    place-items:center;
    flex:0 0 28px;
    width:28px;
    height:28px;
    margin-left:auto;
    border:1px solid rgba(255,255,255,.09);
    border-radius:10px;
    background:rgba(255,255,255,.025);
    color:#CFD7E3;
    font-family:"Sora",sans-serif;
    font-size:19px;
    font-weight:500;
    line-height:1;
    opacity:.48;
    transform:none;
    transition:
      opacity .2s ease,
      color .2s ease,
      border-color .2s ease,
      background .2s ease,
      transform .2s ease;
  }
  .mega-menu a:hover, .mega-menu a:focus-visible{
    border-color:rgba(240,48,64,.34);
    background:
      linear-gradient(135deg,rgba(255,255,255,.072),rgba(255,255,255,.024) 52%,rgba(240,48,64,.025));
    color:#FFF;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.075),
      0 13px 30px rgba(0,0,0,.27),
      0 0 0 1px rgba(240,48,64,.035);
    transform:translateY(-1px);
  }
  .mega-menu a:hover::before, .mega-menu a:focus-visible::before{opacity:1}
  .mega-menu a:hover::after, .mega-menu a:focus-visible::after{
    opacity:1;
    color:#FFF;
    border-color:rgba(240,48,64,.36);
    background:linear-gradient(145deg,rgba(240,48,64,.34),rgba(87,0,14,.42));
    transform:translateX(1px);
  }
  .about-menu a>span:last-child{
    flex:1;
    min-width:0;
    font-family:"Manrope",sans-serif;
    font-size:13px;
    font-weight:700;
    line-height:1.25;
    color:inherit;
  }
  .about-code{
    display:grid;
    place-items:center;
    flex:0 0 38px;
    width:38px;
    height:38px;
    padding:0;
    border:1px solid rgba(240,48,64,.30);
    border-radius:12px;
    background:
      linear-gradient(145deg,rgba(135,0,22,.31),rgba(46,0,7,.50));
    color:#F03B54;
    font-family:"IBM Plex Mono",monospace;
    font-size:10px;
    font-weight:800;
    line-height:1;
    letter-spacing:.07em;
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.075),
      inset 0 -1px 0 rgba(0,0,0,.38),
      0 7px 18px rgba(0,0,0,.20),
      0 0 16px rgba(184,13,42,.06);
    transition:
      color .2s ease,
      border-color .2s ease,
      background .2s ease,
      box-shadow .2s ease,
      transform .2s ease;
  }
  .mega-menu a:hover .about-code, .mega-menu a:focus-visible .about-code{
    color:#FFF;
    border-color:rgba(255,92,111,.62);
    background:
      linear-gradient(145deg,#DC2845 0%,#A70825 42%,#5C000E 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.20),
      inset 0 -2px 4px rgba(0,0,0,.26),
      0 0 20px rgba(240,48,64,.22),
      0 9px 20px rgba(0,0,0,.24);
    transform:scale(1.025);
  }
  .mnav-sub{
    padding:8px;
    border-radius:17px;
    background:
      radial-gradient(circle at 10% 0,rgba(240,48,64,.075),transparent 34%),
      rgba(255,255,255,.018);
  }
  .mnav-sub a{
    position:relative;
    min-height:54px;
    margin:6px 0 0;
    padding:8px 10px;
    gap:12px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.07);
    border-radius:13px;
    background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.014));
    color:#DDE5EF;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 7px 18px rgba(0,0,0,.14);
    transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease;
  }
  .mnav-sub a:first-of-type{margin-top:3px}
  .mnav-sub a::after{
    content:"›";
    display:grid;
    place-items:center;
    flex:0 0 26px;
    width:26px;
    height:26px;
    margin-left:auto;
    border:1px solid rgba(255,255,255,.08);
    border-radius:9px;
    color:var(--mut-2);
    background:rgba(255,255,255,.02);
    font-size:18px;
    line-height:1;
  }
  .mnav-sub a:hover, .mnav-sub a:focus-visible{
    border-color:rgba(240,48,64,.30);
    background:linear-gradient(135deg,rgba(240,48,64,.10),rgba(255,255,255,.025));
    color:#FFF;
    transform:translateY(-1px);
  }
  .mnav-sub a:hover::after, .mnav-sub a:focus-visible::after{
    color:#FFF;
    border-color:rgba(240,48,64,.34);
    background:rgba(240,48,64,.16);
  }
  .mnav-sub .about-code{
    flex-basis:36px;
    width:36px;
    height:36px;
    border-radius:11px;
  }
  .mnav-sub a>span[data-i18n]{flex:1;min-width:0}
  html.light .mega-menu a:hover, html.light .mega-menu a:focus-visible{
    border-color:rgba(181,12,42,.25);
    background:linear-gradient(135deg,#FFF,rgba(181,12,42,.045));
    color:#111A2A;
    box-shadow:inset 0 1px 0 #FFF,0 12px 28px rgba(25,39,64,.12),0 0 0 1px rgba(181,12,42,.025);
  }
  html.light .mega-menu a:hover::after, html.light .mega-menu a:focus-visible::after{
    color:#FFF;
    border-color:rgba(181,12,42,.30);
    background:linear-gradient(145deg,#D32242,#850016);
  }
  html.light .mnav-sub{
    border-color:rgba(13,26,44,.10);
    background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(246,248,252,.74));
  }
  html.light .mnav-sub a:hover, html.light .mnav-sub a:focus-visible{
    border-color:rgba(181,12,42,.22);
    background:linear-gradient(135deg,#FFF,rgba(181,12,42,.04));
    color:#111A2A;
  }

  html[dir="rtl"] .mega-menu a::after, html[dir="rtl"] .mnav-sub a::after{
    margin-left:0;
    margin-right:auto;
    transform:rotate(180deg);
  }
  html[dir="rtl"] .mega-menu a:hover::after, html[dir="rtl"] .mega-menu a:focus-visible::after{
    transform:rotate(180deg) translateX(1px);
  }

  @media(max-width:760px){
    .mega-menu{width:min(342px,calc(100vw - 20px));padding:9px;border-radius:18px}
    .mega-menu a{min-height:54px;border-radius:13px}
    .about-menu a{min-height:54px}
  }
  header .logo, header .hdr-right{position:relative;z-index:3}
  header nav.main{z-index:1}
  #hdr.header-nav-tight nav.main{gap:14px}
  #hdr.header-nav-tight nav.main>a, #hdr.header-nav-tight .nav-trigger{font-size:12.7px}
  #hdr.header-compact-cta .hdr-right>.btn-pill{display:none}
  #hdr.nav-compact nav.main{display:none}
  #hdr.nav-compact .burger{display:flex}
  @media(max-width:390px){
    .qform textarea{min-height:112px}
  }

.ui-progress-50{width:50%}
.ui-marker-50{left:50%}
.ui-pt-0{padding-top:0}
.ui-text-center{text-align:center}
.modal a[href^="mailto:"], .legal-link{color:var(--red)}
.form-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.form-status{min-height:1.2em}
.qform input:invalid:not(:placeholder-shown), .qform textarea:invalid:not(:placeholder-shown), .qform select:invalid{border-color:rgba(240,48,64,.65)}
.qform [aria-invalid="true"]{border-color:var(--red)!important;box-shadow:0 0 0 3px rgba(240,48,64,.12)}
.lang-trigger{width:47px!important;height:37px!important;border-radius:12px!important;gap:5px;overflow:visible!important;padding:0 7px!important;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 8px 22px rgba(0,0,0,.18)}
.lang-trigger::after{content:"";width:5px;height:5px;border-right:1.5px solid var(--mut);border-bottom:1.5px solid var(--mut);transform:rotate(45deg) translateY(-1px);transition:transform .18s,border-color .18s;flex:0 0 5px}
.lang.open .lang-trigger::after{transform:rotate(225deg) translate(-1px,-1px);border-color:var(--tx)}
.lang-current-flag{width:25px!important;height:17px!important;flex:0 0 25px;border-radius:4px!important;background:transparent!important;box-shadow:0 3px 10px rgba(0,0,0,.32)!important;image-rendering:auto}
.hero-vid{transition:opacity .22s ease!important;filter:brightness(.58) saturate(.92) contrast(1.05)!important;will-change:opacity;transform:translateZ(0);backface-visibility:hidden}
.hero.has-vid .hero-vid{opacity:1!important}
.hero.has-vid canvas{opacity:0!important}

.formsec{position:relative;overflow:hidden;background:
  radial-gradient(720px 520px at 78% 44%,rgba(240,48,64,.075),transparent 72%),
  linear-gradient(180deg,transparent,rgba(255,255,255,.008),transparent)}
.formsec::before{content:"";position:absolute;inset:12% -12% auto auto;width:520px;height:520px;border-radius:50%;background:rgba(240,48,64,.035);filter:blur(80px);pointer-events:none}
.formsec .wrap{grid-template-columns:minmax(0,.78fr) minmax(560px,1.22fr);gap:72px;position:relative}
.qform{position:relative;display:block!important;overflow:hidden;padding:0!important;border-radius:24px!important;background:linear-gradient(155deg,rgba(17,23,33,.97),rgba(8,12,19,.985))!important;border:1px solid rgba(255,255,255,.105)!important;box-shadow:0 35px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.045);backdrop-filter:blur(18px) saturate(1.08)!important}
.qform::before{content:"";position:absolute;inset:0 18% auto;height:2px;background:linear-gradient(90deg,transparent,var(--red),transparent);box-shadow:0 0 22px rgba(240,48,64,.7);z-index:2}
.qform-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:23px 25px 20px;border-bottom:1px solid rgba(255,255,255,.075);background:linear-gradient(135deg,rgba(240,48,64,.055),transparent 58%)}
.qform-head-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;border:1px solid rgba(240,48,64,.42);background:linear-gradient(145deg,rgba(240,48,64,.23),rgba(240,48,64,.065));color:#fff;font-family:"IBM Plex Mono",monospace;font-size:11px;font-weight:700;letter-spacing:.08em;box-shadow:0 9px 25px rgba(240,48,64,.12),inset 0 1px 0 rgba(255,255,255,.1)}
.qform-head-copy{min-width:0;display:flex;flex-direction:column;gap:4px}
.qform-head-copy strong{font-family:"Sora",sans-serif;font-size:16px;line-height:1.3;color:var(--tx);overflow-wrap:anywhere}
.qform-head-copy span{font-size:11.5px;line-height:1.45;color:var(--mut-2)}
.qform-lock{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;border:1px solid rgba(51,211,161,.24);background:rgba(51,211,161,.065);color:#35d3a1}
.qform-lock svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.qform-progress{position:relative;height:3px;background:rgba(255,255,255,.055);overflow:visible}
.qform-progress>span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#b6102c,var(--red),#ff7180);box-shadow:0 0 14px rgba(240,48,64,.55);transition:transform .28s ease}
.qform-progress-count{position:absolute;right:19px;top:9px;font-family:"IBM Plex Mono",monospace;font-size:9px;color:var(--mut-2);letter-spacing:.08em}
.qform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 16px;padding:29px 25px 22px}
.qfield{position:relative;display:flex;flex-direction:column;gap:8px;min-width:0}
.qfield-full{grid-column:1/-1}
.qfield label{display:flex!important;align-items:center;gap:8px;margin:0!important;color:#aeb8c8!important;font-size:10.5px!important;font-weight:700!important;letter-spacing:.085em!important;line-height:1.3}
.qfield-no{display:inline-grid;place-items:center;width:23px;height:18px;border-radius:6px;background:rgba(240,48,64,.08);border:1px solid rgba(240,48,64,.2);font-family:"IBM Plex Mono",monospace;font-size:8px;color:#ff6976;letter-spacing:0}
.qform input, .qform select, .qform textarea{min-height:51px!important;border-radius:13px!important;padding:14px 15px!important;background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.023))!important;border:1px solid rgba(255,255,255,.105)!important;color:var(--tx)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);transition:border-color .2s,box-shadow .2s,background .2s,transform .2s!important}
.qform textarea{min-height:116px!important;line-height:1.55}
.qform input:hover, .qform select:hover, .qform textarea:hover{border-color:rgba(255,255,255,.18)!important;background:rgba(255,255,255,.058)!important}
.qform input:focus, .qform select:focus, .qform textarea:focus{border-color:rgba(240,48,64,.75)!important;background:rgba(240,48,64,.035)!important;box-shadow:0 0 0 3px rgba(240,48,64,.12),0 12px 30px rgba(0,0,0,.14)!important}
.qform-footer{padding:0 25px 25px;display:flex;flex-direction:column;gap:10px}
.qform #sendBtn{display:flex;align-items:center;justify-content:center;gap:11px;width:100%;min-height:55px;margin:0!important;border-radius:14px!important;background:linear-gradient(135deg,#ff3b4e,#dc1735)!important;box-shadow:0 17px 42px rgba(240,48,64,.28),inset 0 1px 0 rgba(255,255,255,.22)!important;letter-spacing:.01em;overflow:hidden;position:relative}
.qform #sendBtn::before{content:"";position:absolute;inset:0;transform:translateX(-115%);background:linear-gradient(100deg,transparent,rgba(255,255,255,.22),transparent);transition:transform .55s}
.qform #sendBtn:hover::before{transform:translateX(115%)}
.qform-send-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .2s}
.qform #sendBtn:hover .qform-send-icon{transform:translateX(3px)}
.qform #sendBtn[aria-busy="true"] .qform-send-icon{animation:qformSpin .85s linear infinite}
@keyframes qformSpin{to{transform:rotate(360deg)}}
.qform .fine{font-size:11.5px!important}
.form-consent{padding:0 5px}
.form-error{margin-top:3px;border-radius:12px!important;padding:13px 15px!important}
.form-ok{border-radius:24px!important;box-shadow:0 26px 80px rgba(0,0,0,.3)}
html.light .qform{background:linear-gradient(155deg,rgba(255,255,255,.99),rgba(245,248,252,.99))!important;border-color:rgba(13,26,44,.12)!important;box-shadow:0 32px 80px rgba(20,32,55,.14),inset 0 1px 0 #fff}
html.light .qform-head{border-color:rgba(13,26,44,.09);background:linear-gradient(135deg,rgba(16,130,140,.06),transparent 58%)}
html.light .qform-head-copy strong{color:#0c1424}
html.light .qform input, html.light .qform select, html.light .qform textarea{background:linear-gradient(145deg,#fff,#f7f9fc)!important;border-color:rgba(13,26,44,.13)!important;color:#0c1424!important}
html.light .qfield label{color:#4e5c72!important}
html[dir="rtl"] .qform-progress>span{transform-origin:right}
html[dir="rtl"] .qform-progress-count{right:auto;left:19px}
html[dir="rtl"] .qform-head{text-align:right}
html[dir="rtl"] .qfield label{justify-content:flex-start}
@media(max-width:1080px){.formsec .wrap{grid-template-columns:1fr;gap:44px}.qform{max-width:760px;width:100%;margin:0 auto}}
@media(max-width:620px){
  .lang-trigger{width:44px!important;padding:0 6px!important}.lang-current-flag{width:23px!important;height:16px!important}
  .qform{border-radius:20px!important}.qform-head{padding:19px 17px 17px;gap:11px}.qform-head-mark{width:39px;height:39px;border-radius:11px}.qform-lock{width:31px;height:31px}.qform-head-copy strong{font-size:14.5px}.qform-head-copy span{font-size:10.5px}
  .qform-grid{grid-template-columns:1fr;padding:25px 17px 19px;gap:15px}.qfield-full{grid-column:auto}.qform-footer{padding:0 17px 20px}.qform #sendBtn{min-height:53px}.qform-progress-count{right:15px}html[dir="rtl"] .qform-progress-count{left:15px}
}

.docs-sector-callout{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:20px;margin-top:38px;padding:21px 23px;border:1px solid rgba(47,208,138,.27);border-radius:18px;background:radial-gradient(300px 130px at 0 50%,rgba(47,208,138,.11),transparent 70%),linear-gradient(145deg,rgba(47,208,138,.055),rgba(255,255,255,.018));box-shadow:0 18px 48px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.025)}
.docs-sector-mark{width:58px;height:58px;border-radius:17px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(47,208,138,.36);background:rgba(47,208,138,.09);color:var(--green);box-shadow:0 0 24px rgba(47,208,138,.10)}
.docs-sector-mark span{font-family:"IBM Plex Mono",monospace;font-size:13px;font-weight:800;letter-spacing:.06em}
.docs-sector-kick{display:block;font-family:"IBM Plex Mono",monospace;font-size:9px;font-weight:700;letter-spacing:.17em;color:var(--green)}
.docs-sector-callout h3{margin-top:6px;font-family:"Sora",sans-serif;font-size:17px;line-height:1.35}
.docs-sector-callout p{margin-top:7px;max-width:88ch;color:var(--mut);font-size:11.8px;line-height:1.62}
.doc-card.doc-featured{border-color:rgba(47,208,138,.28);background:radial-gradient(220px 160px at 100% 0,rgba(47,208,138,.09),transparent 72%),linear-gradient(160deg,rgba(255,255,255,.054),rgba(255,255,255,.016));box-shadow:0 18px 48px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.025)}
.doc-card.doc-featured::before{height:3px;background:linear-gradient(90deg,var(--green),var(--teal),rgba(57,230,216,0));opacity:.9}
.doc-card.doc-featured .doc-icon{color:var(--green);background:rgba(47,208,138,.085);border-color:rgba(47,208,138,.24)}
.doc-card.doc-featured .doc-native{color:var(--green)}
.doc-card.doc-featured:hover{border-color:rgba(47,208,138,.55);box-shadow:0 24px 62px rgba(0,0,0,.27),0 0 34px rgba(47,208,138,.08)}
.doc-priority{position:relative;z-index:1;align-self:flex-start;margin-top:14px;padding:5px 8px;border-radius:99px;border:1px solid rgba(47,208,138,.25);background:rgba(47,208,138,.07);font-family:"IBM Plex Mono",monospace;font-size:7.8px;font-weight:800;letter-spacing:.12em;color:var(--green)}
html.light .docs-sector-callout{background:radial-gradient(300px 130px at 0 50%,rgba(16,130,140,.09),transparent 70%),linear-gradient(145deg,#fff,#f1f8f7);box-shadow:0 18px 48px rgba(13,26,44,.08)}
@media(max-width:650px){.docs-sector-callout{grid-template-columns:1fr;padding:19px}.docs-sector-mark{width:50px;height:50px}.docs-sector-callout h3{font-size:15.5px}}

.qform-terms{position:relative;display:grid;grid-template-columns:21px minmax(0,1fr);gap:11px;align-items:start;margin-top:15px;padding:14px 15px;border:1px solid rgba(255,255,255,.105);border-radius:13px;background:rgba(255,255,255,.025);color:var(--mut);font-size:10.8px;line-height:1.55}
.qform-terms-control{position:relative;display:block;width:21px;height:21px;cursor:pointer}
.qform-terms input{position:absolute;opacity:0;pointer-events:none}
.qform-checkmark{width:21px;height:21px;border-radius:7px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);background:rgba(5,7,11,.4);color:transparent;font-size:12px;font-weight:800;transition:.18s}
.qform-terms input:checked+.qform-checkmark{color:#fff;border-color:rgba(255,83,100,.7);background:linear-gradient(135deg,#f03040,#8e071f);box-shadow:0 0 16px rgba(240,48,64,.18)}
.qform-terms input:focus-visible+.qform-checkmark{outline:2px solid rgba(255,83,100,.9);outline-offset:3px}
.qform-terms-copy{min-width:0}
.qform-terms a{color:#ff6575;text-decoration:underline;text-underline-offset:2px}
.qform-terms:has(input:invalid){border-color:rgba(240,48,64,.20)}
html.light .qform-terms{background:rgba(13,26,44,.025);border-color:rgba(13,26,44,.10);color:#58657a}
html.light .qform-checkmark{background:#fff;border-color:rgba(13,26,44,.18)}
html[dir="rtl"] .qform-terms{text-align:right}
.terms-strong{padding:15px 16px!important;border:1px solid rgba(240,48,64,.25);border-radius:13px;background:rgba(240,48,64,.055);color:var(--tx)!important}
.terms-strong b{color:#ff6575}
header .header-brand{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  min-width:164px;
  height:100%;
  padding:2px 0 1px;
  line-height:1;
  overflow:visible;
}
html.light header .header-brand>img{background:none;padding:0;border-radius:0;box-sizing:border-box}

.hero-inner{width:min(100%,1180px)}
.hero h1{
  width:min(100%,1080px);
  max-width:100%;
  margin-inline:auto;
  font-size:var(--hero-title-size,clamp(27px,3.8vw,58px));
  line-height:1.08;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:auto;
  letter-spacing:.008em;
  transform:skewX(-6deg);
  transform-origin:center;
  font-synthesis:none;
}
html[lang="ru"] .hero h1, html[lang="bg"] .hero h1, html[lang="sr"] .hero h1, html[lang="el"] .hero h1{font-family:"Noto Sans","Arial Black","Sora",sans-serif;font-weight:900;letter-spacing:-.015em}
html[lang="ar"] .hero h1, html[lang="fa"] .hero h1{font-family:"Noto Sans Arabic","Arial",sans-serif;font-weight:900;letter-spacing:0;transform:skewX(-3deg)}
html[lang="hi"] .hero h1{font-family:"Noto Sans Devanagari","Arial",sans-serif;font-weight:900;letter-spacing:-.01em;transform:skewX(-3deg)}
html[lang="ka"] .hero h1{font-family:"Noto Sans Georgian","Arial Black",sans-serif;font-weight:900;letter-spacing:-.015em;transform:skewX(-4deg)}
html[lang="zh"] .hero h1{font-family:"Noto Sans SC","Arial Black",sans-serif;font-weight:900;letter-spacing:.025em;transform:skewX(-3deg)}

.hero h1 .hdot::after{
  animation:heroDotPulse 2.45s cubic-bezier(.4,0,.2,1) infinite;
  transform-origin:center;
  will-change:transform,opacity,box-shadow;
}
.hero h1 .hdot:nth-of-type(2)::after{animation-delay:.34s}
@keyframes heroDotPulse{
  0%, 100%{opacity:1;transform:scale(1);box-shadow:0 0 3px rgba(240,48,64,.9),0 0 13px rgba(240,48,64,.55)}
  45%{opacity:.58;transform:scale(.82);box-shadow:0 0 2px rgba(240,48,64,.65),0 0 7px rgba(240,48,64,.28)}
  58%{opacity:1;transform:scale(1.18);box-shadow:0 0 5px rgba(255,72,88,1),0 0 22px rgba(240,48,64,.78)}
  72%{opacity:.9;transform:scale(.96);box-shadow:0 0 3px rgba(240,48,64,.85),0 0 12px rgba(240,48,64,.45)}
}
@media (prefers-reduced-motion:reduce){.hero h1 .hdot::after{animation:none}}

@media(max-width:600px){
  .hero h1{line-height:1.09;max-width:96vw;letter-spacing:0}
}

  @media (max-width:600px){
    .gal-ship{font-size:12.5px;padding:9px 12px;border-radius:14px;align-items:flex-start}
    .gal-ship::before{margin-top:.34em}
  }
@media(max-width:600px){
  html.light header .header-brand{padding:0 3px}
  html.light header .header-brand>img{width:126px;max-height:49px}
}
@media(max-width:360px){
  html.light header .header-brand>img{width:114px;max-height:44px}
}
html.light header .header-brand{
  padding-left:7px!important;padding-right:7px!important;background:linear-gradient(180deg,rgba(7,9,13,.98),rgba(5,7,11,.96))!important;
  border:1px solid rgba(255,255,255,.08)!important;border-radius:10px!important;box-shadow:0 5px 18px rgba(13,26,44,.15)!important;
}
@media(max-width:600px){
  header .header-brand{min-width:126px!important;align-items:flex-start!important;padding-left:0!important;padding-right:0!important}
  header .header-brand>img{height:29px!important}
  html.light header .header-brand{padding-left:5px!important;padding-right:5px!important}
}
@media(max-width:360px){
  header .header-brand>img{height:26px!important}
}
body.trexpor-dialog-open{overflow:hidden!important}
.gal-lb[aria-hidden="true"]{display:none!important}
.gal-lb[aria-hidden="false"]{display:flex}
.gal-lb:focus{outline:none}

@media (max-width:699px){
  .hero::before{background-image:url("/hero-poster-mobile-v131.jpg")}
  .docs-head, .docs-head>*{min-width:0}
  .docs-head .kick{width:fit-content;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:normal;line-height:1.42;letter-spacing:.11em}

  

  
}
@media (max-width:380px){
  .docs-head .kick{font-size:9.5px;padding-inline-start:34px;padding-inline-end:10px;letter-spacing:.085em}
}
@media (prefers-reduced-motion: reduce){
  .marq-track{animation:none!important}
}
#lanes .wrap, #lanes .lanes, #lanes .lscroll{min-width:0;max-width:100%}
.table-swipe-hint{display:none}
@media (max-width:700px){
  html, body{max-width:100%;overflow-x:clip}
  #lanes .lanes table{width:max-content;min-width:680px}
  #lanes .lscroll{position:relative;z-index:2;overflow-x:auto;overflow-y:auto;scrollbar-gutter:stable}
  #lanes .lanes.is-scrollable-x .table-swipe-hint{
    display:flex;align-items:center;gap:7px;position:absolute;right:10px;bottom:10px;z-index:5;
    max-width:calc(100% - 20px);padding:7px 10px;border:1px solid rgba(255,255,255,.18);
    border-radius:999px;background:rgba(5,8,13,.9);box-shadow:0 8px 24px rgba(0,0,0,.28);
    color:#fff;font-family:"Sora",sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.025em;
    pointer-events:none;opacity:1;transform:translateY(0);transition:opacity .25s ease,transform .25s ease;
    backdrop-filter:blur(8px)
  }
  #lanes .table-swipe-hint .swipe-icon{font-size:15px;line-height:1;color:var(--red)}
  #lanes .lanes.has-scrolled-x .table-swipe-hint{opacity:0;transform:translateY(5px)}
  html[dir="rtl"] #lanes .lanes.is-scrollable-x .table-swipe-hint{right:auto;left:10px}
  html.light #lanes .lanes.is-scrollable-x .table-swipe-hint{background:rgba(255,255,255,.94);border-color:rgba(13,26,44,.16);color:#0c1424}
}
@media (max-width:380px){
  #lanes .lanes table{min-width:650px}
  html[lang="ka"] #lanes .lanes table{min-width:620px}
  html[lang="ka"] #lanes .lanes th, html[lang="ka"] #lanes .lanes td{padding-inline:13px}
}
@media (prefers-reduced-motion:reduce){
  .marq-track{animation:none!important}
}
.fgrid>*{min-width:0}
footer h4, footer li, footer a{overflow-wrap:anywhere;word-break:normal}
@media (max-width:380px){
  .fgrid{grid-template-columns:1fr;gap:30px}
  footer{padding-top:62px}
  .fbot{margin-top:42px}
}
button.wa-fab{font:inherit;padding:0;border:0;color:inherit;text-align:initial;-webkit-appearance:none;appearance:none}
.mnav[inert]{pointer-events:none}
button.mq-cap{font:inherit;color:inherit;background:transparent;border:0;text-align:initial;-webkit-appearance:none;appearance:none}
button.mq-cap:focus-visible{outline:2px solid var(--teal);outline-offset:2px;background:rgba(255,255,255,.06)}
html.light button.mq-cap:focus-visible{background:rgba(13,26,44,.08)}
.qform-terms input[type="checkbox"]{position:absolute!important;inset:0!important;width:21px!important;height:21px!important;margin:0!important;opacity:.001!important;pointer-events:auto!important;z-index:3;cursor:pointer;-webkit-appearance:none;appearance:none}
.qform-terms input[type="checkbox"]:focus-visible+.qform-checkmark{outline:2px solid rgba(255,83,100,.9);outline-offset:3px}
html.light header .header-brand{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
html.light header .header-brand>img{width:190px!important;height:auto!important;max-height:60px!important;background:#08090b!important;padding:0!important}
footer .logo img{height:52px;width:auto;max-width:min(100%,210px);object-fit:contain;border-radius:7px;background:#08090b}
@media(max-width:600px){
  header .header-brand>img, html.light header .header-brand>img{width:142px!important;height:auto!important;max-height:45px!important;border-radius:5px!important}
}
@media(max-width:360px){
  header .header-brand>img, html.light header .header-brand>img{width:130px!important;max-height:42px!important}
}
.marq-vp, .marq-nav{contain:layout style}
.marq-vp.is-dragging .mq-cap{pointer-events:none}
@media (max-width:420px){
  .marq-vp::before, .marq-vp::after{width:36px}
  .mq-cap{gap:7px;padding-inline:8px}
  .mq-dot{margin-inline:10px}
}
html.light .btn-red{box-shadow:0 0 30px rgba(16,130,140,.35)}
html.light .btn-red:hover{background:#12A39C;box-shadow:0 8px 40px rgba(16,130,140,.45)}
html.light .btn-pill:hover{background:#12A39C}
html.light .marq-kick::before,html.light .marq-kick::after{background:linear-gradient(90deg,transparent,rgba(16,130,140,.55),#0E8A84)}
body.subpage .about-intro{grid-template-columns:1fr;gap:18px;align-items:start}
body.subpage .about-intro .lead{max-width:820px}
body.subpage .docs-head{grid-template-columns:1fr;gap:26px;align-items:start}
body.subpage .docs-brief{max-width:720px}
.home-overview-grid{
  position:relative;isolation:isolate;max-width:1320px;margin:0 auto;padding:92px 32px 86px;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px
}
.home-overview-grid::before{
  content:"";position:absolute;z-index:-1;inset:28px 0 24px;pointer-events:none;
  background:radial-gradient(620px 360px at 16% 18%,rgba(240,48,64,.08),transparent 72%),
             radial-gradient(560px 330px at 88% 78%,rgba(57,230,216,.045),transparent 74%)
}
.home-overview-grid>section.blk{padding:0!important;min-width:0}
.home-overview-grid>section.blk>.wrap{height:100%;padding:0}
.home-overview-grid>section.blk .rv{
  position:relative;overflow:hidden;max-width:none!important;min-height:100%;padding:31px 29px 28px;
  display:flex;flex-direction:column;align-items:flex-start;text-align:start;
  border:1px solid var(--bd);border-radius:22px;
  background:linear-gradient(148deg,rgba(255,255,255,.052),rgba(255,255,255,.018) 58%,rgba(255,255,255,.028));
  box-shadow:0 24px 68px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035);
  transition:opacity .7s ease,transform .7s ease,border-color .24s ease,background .24s ease,box-shadow .24s ease
}
.home-overview-grid>section.blk .rv::before{
  content:"";position:absolute;inset:0 0 auto 0;height:2px;pointer-events:none;
  background:linear-gradient(90deg,var(--red),rgba(240,48,64,.12) 48%,transparent 82%);
  opacity:.88
}
.home-overview-grid>section.blk:nth-child(2n) .rv::before{
  background:linear-gradient(90deg,var(--teal),rgba(57,230,216,.11) 45%,transparent 82%);opacity:.58
}
.home-overview-grid>section.blk .rv:hover{
  transform:translateY(-4px);border-color:var(--bd-2);
  background:linear-gradient(148deg,rgba(255,255,255,.068),rgba(255,255,255,.024) 60%,rgba(255,255,255,.034));
  box-shadow:0 30px 78px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05)
}
.home-overview-grid .kick{font-size:10px;letter-spacing:.155em}
.home-overview-grid .title{font-size:clamp(24px,1.9vw,34px);line-height:1.12;margin-top:13px}
.home-overview-grid .lead{max-width:none;font-size:14.2px;line-height:1.67;margin-top:14px}
.home-overview-grid .ctas{width:100%;margin-top:auto!important;padding-top:22px;align-items:center}
.home-overview-grid .svc-link{font-size:13px;line-height:1.45}
.home-overview-grid #plabel .btn-red{margin-top:0}
.home-overview-grid ~ #faq.blk{padding:88px 0 96px}
.home-overview-grid ~ #faq .faq{max-width:1120px;margin-top:38px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;align-items:start}
.home-overview-grid ~ #faq .faq details{margin:0}
.home-overview-grid ~ #faq .faq summary{min-height:62px;padding:17px 20px;font-size:14.5px}
.home-overview-grid ~ #faq .faq details p{padding:0 20px 18px;font-size:13.8px;line-height:1.68}
.home-overview-grid ~ #faq + .formsec{padding:94px 0 104px}
.home-overview-grid ~ #faq + .formsec .wrap{gap:64px}
html.light .home-overview-grid>section.blk .rv:hover{
  background:#fff;box-shadow:0 28px 70px rgba(19,31,49,.13)
}

@media(max-width:1120px){
  .home-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:960px;padding-top:82px;padding-bottom:78px}
  .home-overview-grid .title{font-size:clamp(25px,3vw,34px)}
}
@media(max-width:720px){
  .home-overview-grid{grid-template-columns:1fr;padding:66px 20px 68px;gap:14px}
  .home-overview-grid>section.blk .rv{padding:25px 23px 24px;border-radius:18px}
  .home-overview-grid .title{font-size:clamp(24px,7.4vw,31px)}
  .home-overview-grid .lead{font-size:13.8px;line-height:1.65}
  .home-overview-grid .ctas{padding-top:19px}
  .home-overview-grid ~ #faq.blk{padding:70px 0 76px}
  .home-overview-grid ~ #faq .faq{grid-template-columns:1fr;margin-top:30px;gap:10px}
  .home-overview-grid ~ #faq .faq summary{min-height:0;padding:17px 18px;font-size:14px}
  .home-overview-grid ~ #faq .faq details p{padding:0 18px 17px;font-size:13.4px}
  .home-overview-grid ~ #faq + .formsec{padding:76px 0 82px}
}
@media(prefers-reduced-motion:reduce){
  .home-overview-grid>section.blk .rv:hover{transform:none}
}
.product-groups{position:relative;padding:clamp(58px,7vw,92px) 0;border-bottom:1px solid var(--bd);overflow:hidden}
.product-groups::before{content:"";position:absolute;width:520px;height:520px;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(var(--glow-rgb),.09),transparent 68%);pointer-events:none}
.product-groups-head{position:relative;max-width:820px;margin:0 auto 28px;text-align:center}
.product-groups-head .lead{max-width:760px;margin-left:auto;margin-right:auto}
.product-group-card{position:relative;min-height:285px;padding:28px;border:1px solid var(--bd);border-radius:24px;background:linear-gradient(145deg,var(--panel-2),var(--panel));display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto;column-gap:20px;overflow:hidden;isolation:isolate;transition:transform .25s,border-color .25s,box-shadow .25s}
.product-group-card:hover{transform:translateY(-5px);border-color:var(--bd-2);box-shadow:0 28px 70px rgba(0,0,0,.24)}
.product-group-index{grid-column:1/-1;font-family:"IBM Plex Mono",monospace;font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--red);margin-bottom:26px}
.product-group-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:rgba(240,48,64,.1);border:1px solid rgba(240,48,64,.22);color:#ff6673}
.product-group-clean .product-group-icon{background:rgba(57,230,216,.08);border-color:rgba(57,230,216,.2);color:var(--teal)}
.product-group-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.product-group-copy{display:flex;flex-direction:column;gap:9px;align-self:center}
.product-group-copy strong{font-family:"Sora",sans-serif;font-size:clamp(21px,2.3vw,29px);line-height:1.12;letter-spacing:-.025em;color:var(--tx)}
.product-group-copy>span{font-size:14px;line-height:1.7;color:var(--mut);max-width:460px}
.product-group-action{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:25px;padding-top:18px;border-top:1px solid var(--bd);font-size:12.5px;font-weight:700;color:var(--tx)}
.product-group-action b{font-size:18px;color:var(--red);transition:transform .2s}
.product-group-clean .product-group-action b{color:var(--teal)}
@media(max-width:760px){.product-group-grid{grid-template-columns:1fr}}
@media(max-width:480px){.product-group-card{grid-template-columns:50px 1fr;column-gap:15px}.product-group-icon{width:50px;height:50px;border-radius:15px}.product-group-icon svg{width:29px;height:29px}.product-group-copy>span{font-size:13px;line-height:1.6}}
.pwa-install-fab,.pwa-sheet-backdrop,.pwa-bottom-nav{display:none!important}
html.light :focus-visible{outline-color:#2563EB}
html.light nav.main>a::after,
html.light .nav-trigger::after{
  background:linear-gradient(90deg,#1D4ED8,#3B82F6 52%,#60A5FA);
  box-shadow:0 0 14px rgba(37,99,235,.42);
}
html.light .nav-drop:hover .nav-trigger svg,
html.light .nav-drop.open .nav-trigger svg{color:#2563EB}
.mega-menu{
  gap:10px;
  padding:12px;
  border-radius:22px;
}
.mega-menu a{
  min-height:62px;
  padding:10px 11px;
  border-radius:16px;
}
.about-menu a{min-height:62px;padding:10px 11px;gap:13px}
.about-code{flex-basis:40px;width:40px;height:40px;border-radius:13px}

html.light .mega-menu{
  width:min(370px,calc(100vw - 32px));
  border:1px solid rgba(37,99,235,.17);
  background:
    radial-gradient(340px 180px at 8% -12%,rgba(59,130,246,.16),transparent 70%),
    radial-gradient(260px 180px at 100% 108%,rgba(147,197,253,.12),transparent 72%),
    linear-gradient(155deg,rgba(255,255,255,.995),rgba(244,248,255,.985));
  box-shadow:
    0 34px 90px rgba(15,23,42,.18),
    0 14px 34px rgba(37,99,235,.08),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 0 1px rgba(255,255,255,.68);
  backdrop-filter:blur(28px) saturate(1.25);
  -webkit-backdrop-filter:blur(28px) saturate(1.25);
}
html.light .mega-menu::before{
  left:24px;right:24px;height:2px;
  background:linear-gradient(90deg,transparent,#60A5FA 30%,#2563EB 56%,transparent);
  opacity:.62;
  box-shadow:0 0 18px rgba(37,99,235,.3);
}
html.light .mega-menu a{
  border:1px solid rgba(30,64,175,.105);
  background:
    linear-gradient(118deg,rgba(255,255,255,.99),rgba(246,249,255,.96) 58%,rgba(237,244,255,.92));
  color:#23314A;
  box-shadow:
    0 8px 22px rgba(30,64,175,.065),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(30,64,175,.035);
}
html.light .mega-menu a::before{
  background:
    radial-gradient(circle at 2% 50%,rgba(37,99,235,.18),transparent 42%),
    linear-gradient(105deg,rgba(37,99,235,.09),rgba(96,165,250,.03) 54%,transparent 76%);
}
html.light .mega-menu a::after{
  border-color:rgba(37,99,235,.14);
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(232,240,255,.92));
  color:#3566B8;
  box-shadow:inset 0 1px 0 #fff,0 5px 14px rgba(37,99,235,.08);
  opacity:.72;
}
html.light .mega-menu a:hover,
html.light .mega-menu a:focus-visible{
  border-color:rgba(37,99,235,.34);
  background:
    linear-gradient(118deg,#fff,rgba(239,245,255,.98) 55%,rgba(222,235,255,.94));
  color:#10234A;
  box-shadow:
    0 15px 34px rgba(30,64,175,.13),
    0 0 0 1px rgba(37,99,235,.045),
    inset 0 1px 0 #fff;
  transform:translateY(-2px) translateX(1px);
}
html.light .mega-menu a:hover::after,
html.light .mega-menu a:focus-visible::after{
  color:#fff;
  border-color:rgba(96,165,250,.58);
  background:linear-gradient(145deg,#60A5FA 0%,#2563EB 48%,#1E40AF 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 7px 18px rgba(37,99,235,.26);
}
html.light .about-menu a>span:last-child{
  color:#263653;
  font-weight:750;
  letter-spacing:-.01em;
}
html.light .mega-menu a:hover>span:last-child,
html.light .mega-menu a:focus-visible>span:last-child{color:#10234A}
html.light .about-code{
  color:#1D4ED8;
  border-color:rgba(37,99,235,.24);
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(224,235,255,.92));
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(30,64,175,.08),
    0 7px 17px rgba(37,99,235,.11),
    0 0 0 1px rgba(255,255,255,.65);
}
html.light .mega-menu a:hover .about-code,
html.light .mega-menu a:focus-visible .about-code{
  color:#fff;
  border-color:rgba(147,197,253,.72);
  background:linear-gradient(145deg,#60A5FA 0%,#2563EB 46%,#1E3A8A 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    inset 0 -2px 4px rgba(30,58,138,.22),
    0 0 22px rgba(37,99,235,.24),
    0 9px 20px rgba(30,64,175,.18);
}
html.light .mnav-sub{
  border:1px solid rgba(37,99,235,.12);
  background:
    radial-gradient(280px 130px at 8% 0,rgba(59,130,246,.10),transparent 72%),
    linear-gradient(180deg,rgba(250,252,255,.98),rgba(242,247,255,.95));
  box-shadow:inset 0 1px 0 #fff;
}
html.light .mnav-sub a{
  border-color:rgba(37,99,235,.11);
  background:linear-gradient(125deg,#fff,rgba(239,245,255,.96));
  color:#2B3A55;
  box-shadow:inset 0 1px 0 #fff,0 8px 19px rgba(30,64,175,.065);
}
html.light .mnav-sub a::after{
  border-color:rgba(37,99,235,.13);
  color:#3566B8;
  background:linear-gradient(145deg,#fff,#E8F0FF);
}
html.light .mnav-sub a:hover,
html.light .mnav-sub a:focus-visible{
  border-color:rgba(37,99,235,.30);
  background:linear-gradient(125deg,#fff,#E8F1FF);
  color:#10234A;
  box-shadow:0 12px 27px rgba(30,64,175,.10),inset 0 1px 0 #fff;
}
html.light .mnav-sub a:hover::after,
html.light .mnav-sub a:focus-visible::after{
  color:#fff;border-color:#60A5FA;background:linear-gradient(145deg,#60A5FA,#2563EB);
}
html.light .lang-menu button.active{
  background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(96,165,250,.055));
  border-color:rgba(37,99,235,.34);
  color:#10234A;
  box-shadow:0 10px 26px rgba(37,99,235,.10),inset 3px 0 0 #2563EB;
}
html.light .marq-kick::before,
html.light .marq-kick::after{
  background:linear-gradient(90deg,transparent,rgba(96,165,250,.72),#2563EB);
  box-shadow:0 0 9px rgba(37,99,235,.22);
}
html.light .marq-nav:hover,
html.light .marq-nav:focus-visible{color:#1D4ED8;border-color:rgba(37,99,235,.48);background:#fff}
html.light .docs-sec{
  background:radial-gradient(880px 520px at 88% 4%,rgba(37,99,235,.075),transparent 66%),radial-gradient(700px 450px at 4% 95%,rgba(96,165,250,.055),transparent 68%),#F5F7FB;
}
html.light .eyebrow i{background:#2563EB;box-shadow:0 0 12px rgba(37,99,235,.8)}
html.light .hero h1 .hdot::after{background:#2563EB;box-shadow:0 0 3px rgba(37,99,235,.92),0 0 16px rgba(37,99,235,.72)}
html.light .kick{
  color:#1D4ED8!important;
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  -webkit-text-fill-color:currentColor!important;
  text-shadow:none!important;
}
html.light .mega-kicker,
html.light .mnav-subhead,
html.light .about-card .about-no,
html.light .doc-no,
html.light .doc-native,
html.light .pl-head .tag{
  color:#1D4ED8!important;
}
html.light .about-card .about-no,
html.light .doc-no,
html.light .pl-rank,
html.light .step .n,
html.light .docs-flow-step b{
  color:#1D4ED8!important;
  border-color:rgba(37,99,235,.22)!important;
  background:linear-gradient(145deg,rgba(37,99,235,.095),rgba(255,255,255,.72))!important;
}
html.light .pl-head .tag{border-color:rgba(37,99,235,.24);background:rgba(37,99,235,.065)}
html.light .pl-row:hover .pl-rank,
html.light .pl-row:focus-visible .pl-rank,
html.light .pl-row.target-flash .pl-rank{
  color:#fff!important;border-color:#60A5FA!important;background:linear-gradient(145deg,#60A5FA,#2563EB 52%,#1E40AF)!important;
}
html.light .qform-progress>span{
  background:linear-gradient(90deg,#1E40AF,#2563EB,#60A5FA);
  box-shadow:0 0 14px rgba(37,99,235,.50);
}
html.light .qfield-no{color:#2563EB;background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.21)}
html.light .qform input:focus,
html.light .qform select:focus,
html.light .qform textarea:focus{
  border-color:rgba(37,99,235,.72)!important;
  background:rgba(37,99,235,.025)!important;
  box-shadow:0 0 0 3px rgba(37,99,235,.11),0 12px 30px rgba(30,64,175,.09)!important;
}
html.light .qform #sendBtn{
  background:linear-gradient(135deg,#60A5FA 0%,#2563EB 48%,#1D4ED8 100%)!important;
  box-shadow:0 17px 42px rgba(37,99,235,.28),inset 0 1px 0 rgba(255,255,255,.28)!important;
}
html.light .qform-terms input:checked+.qform-checkmark{
  border-color:rgba(96,165,250,.75);background:linear-gradient(135deg,#3B82F6,#1D4ED8);box-shadow:0 0 16px rgba(37,99,235,.20)
}
html.light .qform-terms a,
html.light .form-consent a,
html.light .form-error a{color:#1D4ED8}

@media(max-width:760px){
  .mega-menu{padding:10px;border-radius:20px}
  .mega-menu a,.about-menu a{min-height:57px;border-radius:14px}
  .about-code{flex-basis:38px;width:38px;height:38px;border-radius:12px}
}
@keyframes trexporMenuBeamSweep{
  0%{transform:translate3d(-135%,0,0) skewX(-18deg);opacity:0}
  10%{opacity:.16}34%{opacity:.94}66%{opacity:.38}
  100%{transform:translate3d(630%,0,0) skewX(-18deg);opacity:0}
}
.mega-menu a,.mnav-sub a{isolation:isolate;overflow:hidden;will-change:transform,box-shadow}
.mega-menu a>span,.mnav-sub a>span{position:relative;z-index:2}
.mega-menu a::after,.mnav-sub a::after{position:relative;z-index:3}
.mega-menu a::before,.mnav-sub a::before{
  content:"";position:absolute;z-index:1;top:-58%;bottom:-58%;left:-35%;width:26%;
  border-radius:50%;pointer-events:none;opacity:0;transform:translate3d(-135%,0,0) skewX(-18deg);
  background:linear-gradient(90deg,transparent 0%,rgba(30,64,175,.02) 10%,rgba(59,130,246,.18) 29%,rgba(96,165,250,.56) 43%,rgba(219,234,254,.98) 51%,rgba(96,165,250,.60) 58%,rgba(37,99,235,.18) 76%,transparent 100%);
  filter:blur(4px);mix-blend-mode:screen;box-shadow:0 0 18px rgba(59,130,246,.32),0 0 44px rgba(37,99,235,.22)
}
.mega-menu a:hover::before,.mega-menu a:focus-visible::before,.mnav-sub a:hover::before,.mnav-sub a:focus-visible::before{animation:trexporMenuBeamSweep 1.55s cubic-bezier(.2,.62,.18,1) .04s infinite}
.mega-menu a{
  background:radial-gradient(120px 84px at 4% 14%,rgba(96,165,250,.075),transparent 72%),linear-gradient(128deg,rgba(255,255,255,.066),rgba(255,255,255,.022) 54%,rgba(37,99,235,.02));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),inset 0 -1px 0 rgba(0,0,0,.18),0 10px 25px rgba(0,0,0,.23)
}
.mega-menu a:hover,.mega-menu a:focus-visible{
  border-color:rgba(96,165,250,.50);
  background:radial-gradient(165px 100px at 7% 27%,rgba(59,130,246,.20),transparent 72%),linear-gradient(128deg,rgba(255,255,255,.10),rgba(37,99,235,.06) 58%,rgba(96,165,250,.04));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13),inset 0 0 30px rgba(37,99,235,.085),0 18px 40px rgba(0,0,0,.36),0 0 0 1px rgba(59,130,246,.085),0 0 30px rgba(37,99,235,.14);
  transform:translateY(-3px) scale(1.006)
}
.mega-menu a:hover::after,.mega-menu a:focus-visible::after,.mnav-sub a:hover::after,.mnav-sub a:focus-visible::after{
  color:#fff;border-color:rgba(147,197,253,.70);background:linear-gradient(145deg,#6CAEFF 0%,#2563EB 49%,#1E3A8A 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.40),inset 0 -2px 4px rgba(30,58,138,.26),0 0 22px rgba(59,130,246,.30),0 9px 20px rgba(30,64,175,.24)
}
.mega-menu a:hover .about-code,.mega-menu a:focus-visible .about-code,.mnav-sub a:hover .about-code,.mnav-sub a:focus-visible .about-code{
  color:#fff;border-color:rgba(147,197,253,.74);background:linear-gradient(145deg,#82BCFF 0%,#2563EB 44%,#1E3A8A 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.44),inset 0 -2px 5px rgba(30,58,138,.29),0 0 27px rgba(59,130,246,.35),0 11px 23px rgba(30,64,175,.25);
  transform:translateY(-1px) scale(1.06)
}
html.light .mega-menu{
  border-color:rgba(37,99,235,.23);
  background:radial-gradient(390px 225px at 4% -10%,rgba(96,165,250,.21),transparent 70%),radial-gradient(300px 215px at 108% 112%,rgba(191,219,254,.21),transparent 72%),linear-gradient(158deg,rgba(255,255,255,.999),rgba(241,247,255,.994));
  box-shadow:0 40px 105px rgba(15,23,42,.21),0 19px 44px rgba(37,99,235,.12),0 0 0 1px rgba(255,255,255,.92) inset,inset 0 1px 0 #fff
}
html.light .mega-menu a{
  border-color:rgba(30,64,175,.14);
  background:radial-gradient(125px 80px at 4% 12%,rgba(96,165,250,.11),transparent 72%),linear-gradient(122deg,#fff 0%,rgba(246,250,255,.995) 54%,rgba(231,241,255,.97) 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(30,64,175,.055),0 11px 26px rgba(30,64,175,.09),0 0 0 1px rgba(255,255,255,.84)
}
html.light .mega-menu a::before,html.light .mnav-sub a::before{
  mix-blend-mode:normal;filter:blur(3px);
  background:linear-gradient(90deg,transparent 0%,rgba(37,99,235,.01) 10%,rgba(59,130,246,.10) 27%,rgba(96,165,250,.32) 42%,rgba(255,255,255,.99) 50%,rgba(147,197,253,.49) 58%,rgba(37,99,235,.12) 75%,transparent 100%);
  box-shadow:0 0 23px rgba(96,165,250,.27),0 0 48px rgba(37,99,235,.14)
}
html.light .mega-menu a:hover,html.light .mega-menu a:focus-visible{
  border-color:rgba(37,99,235,.45);
  background:radial-gradient(175px 102px at 7% 25%,rgba(96,165,250,.21),transparent 72%),linear-gradient(122deg,#fff 0%,rgba(238,246,255,.998) 53%,rgba(216,232,255,.985) 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 0 30px rgba(59,130,246,.07),0 19px 44px rgba(30,64,175,.17),0 0 0 1px rgba(37,99,235,.06),0 0 30px rgba(59,130,246,.11)
}
html.light .about-code{
  background:linear-gradient(145deg,#fff 0%,#EAF2FF 58%,#DCE9FF 100%);
  box-shadow:inset 0 1px 0 #fff,inset 0 -1px 0 rgba(30,64,175,.095),0 9px 21px rgba(37,99,235,.13),0 0 0 1px rgba(255,255,255,.78)
}
.mnav-sub a::before{width:28%;left:-39%}
.mnav-sub a:hover,.mnav-sub a:focus-visible{
  border-color:rgba(96,165,250,.42);
  background:radial-gradient(145px 92px at 6% 25%,rgba(59,130,246,.17),transparent 72%),linear-gradient(128deg,rgba(255,255,255,.085),rgba(37,99,235,.05));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 0 25px rgba(37,99,235,.07),0 15px 33px rgba(0,0,0,.26),0 0 24px rgba(37,99,235,.11);transform:translateY(-2px)
}
html.light .mnav-sub a:hover,html.light .mnav-sub a:focus-visible{
  border-color:rgba(37,99,235,.38);
  background:radial-gradient(150px 92px at 6% 22%,rgba(96,165,250,.18),transparent 72%),linear-gradient(125deg,#fff,#E6F0FF);
  box-shadow:inset 0 1px 0 #fff,inset 0 0 25px rgba(59,130,246,.06),0 15px 33px rgba(30,64,175,.14),0 0 24px rgba(59,130,246,.09)
}
@media(prefers-reduced-motion:reduce){
  .mega-menu a:hover::before,.mega-menu a:focus-visible::before,.mnav-sub a:hover::before,.mnav-sub a:focus-visible::before{animation:none;opacity:.18;transform:translate3d(250%,0,0) skewX(-18deg)}
  .mega-menu a:hover,.mega-menu a:focus-visible,.mnav-sub a:hover,.mnav-sub a:focus-visible{transform:none}
}
header .header-brand{
  min-width:254px!important;height:100%!important;padding:4px 0 3px!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
  gap:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;overflow:visible!important;
}
header .header-brand>img{
  width:246px!important;height:auto!important;max-height:52px!important;object-fit:contain!important;
  display:block!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.16)) drop-shadow(0 6px 13px rgba(0,0,0,.58))!important;
}
.header-brand-signature{
  display:flex!important;width:242px!important;margin-top:2px!important;align-items:center!important;justify-content:center!important;
  gap:6px!important;white-space:nowrap!important;pointer-events:none!important;
}
.header-brand-signature .sig-line{
  position:relative!important;flex:0 0 28px!important;width:28px!important;max-width:28px!important;height:8px!important;
  border-radius:0!important;background:none!important;box-shadow:none!important;overflow:visible!important;
}
.header-brand-signature .sig-line::before,
.header-brand-signature .sig-line::after{
  content:""!important;position:absolute!important;left:0!important;right:0!important;width:100%!important;height:2px!important;
  border-radius:99px!important;transform:none!important;opacity:1!important;
}
.header-brand-signature .sig-line::before{
  top:0!important;background:#F03040!important;
  box-shadow:0 0 7px rgba(240,48,64,.48)!important;
}
.header-brand-signature .sig-line::after{
  bottom:0!important;background:#F2F4F7!important;
  box-shadow:0 0 5px rgba(242,244,247,.28)!important;
}
.header-brand-signature .sig-line:last-child{background:none!important}
.header-brand-signature .sig-copy{
  font-family:"Sora",sans-serif!important;font-size:8px!important;line-height:1!important;font-weight:700!important;
  letter-spacing:.13em!important;color:#F3F6FA!important;
  text-shadow:0 1px 3px rgba(0,0,0,.98),0 0 10px rgba(255,255,255,.12)!important;
}
.header-brand-signature .sig-dot{color:#F03040!important;text-shadow:0 0 8px rgba(240,48,64,.82)!important}

html.light header .header-brand{background:transparent!important;border:0!important;box-shadow:none!important}
html.light header .header-brand>img{
  background:transparent!important;
  filter:drop-shadow(0 1px 0 rgba(11,25,47,.72)) drop-shadow(0 2px 2px rgba(11,25,47,.34)) drop-shadow(0 6px 12px rgba(11,25,47,.22))!important;
}
html.light .header-brand-signature .sig-line{background:none!important;box-shadow:none!important}
html.light .header-brand-signature .sig-line::before{
  background:linear-gradient(90deg,#b91325 0%,#ed3344 58%,#ff5d68 100%)!important;
  box-shadow:0 0 4px rgba(240,48,64,.24)!important;box-shadow:0 0 6px rgba(240,48,64,.32)!important;
}
html.light .header-brand-signature .sig-line::after{
  background:linear-gradient(90deg,#8d96a3 0%,#d4d9e0 54%,#f2f4f7 100%)!important;
  box-shadow:0 0 3px rgba(220,225,232,.12)!important;
  box-shadow:0 0 0 1px rgba(24,39,61,.28),0 1px 3px rgba(24,39,61,.20)!important;
}
html.light .header-brand-signature .sig-line:last-child{background:none!important}

footer .logo img{
  width:min(100%,245px)!important;height:auto!important;max-height:68px!important;object-fit:contain!important;
  padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;
  filter:drop-shadow(0 5px 15px rgba(0,0,0,.56))!important;
}
html.light footer .logo img{
  background:transparent!important;
  filter:drop-shadow(0 1px 0 rgba(11,25,47,.58)) drop-shadow(0 5px 12px rgba(11,25,47,.18))!important;
}

@media(max-width:900px){
  header .header-brand{min-width:184px!important;padding:4px 0 2px!important}
  header .header-brand>img{width:178px!important;max-height:40px!important}
  .header-brand-signature{width:176px!important;gap:4px!important;margin-top:1px!important}
  .header-brand-signature .sig-line{flex-basis:18px!important;width:18px!important;max-width:18px!important}
  .header-brand-signature .sig-copy{font-size:5.65px!important;letter-spacing:.115em!important}
}
@media(max-width:600px){
  header .header-brand{min-width:151px!important;align-items:flex-start!important;padding:3px 0 2px!important}
  header .header-brand>img{width:148px!important;max-height:34px!important}
  .header-brand-signature{width:148px!important;gap:3px!important;margin-top:1px!important}
  .header-brand-signature .sig-line{flex-basis:13px!important;width:13px!important;max-width:13px!important}
  .header-brand-signature .sig-copy{font-size:4.75px!important;letter-spacing:.095em!important}
}
@media(max-width:360px){
  header .header-brand{min-width:136px!important}
  header .header-brand>img{width:133px!important;max-height:31px!important}
  .header-brand-signature{width:133px!important}
  .header-brand-signature .sig-line{flex-basis:10px!important;width:10px!important;max-width:10px!important}
  .header-brand-signature .sig-copy{font-size:4.25px!important;letter-spacing:.085em!important}
}
.header-brand-signature .sig-line,
.header-brand-signature .sig-line:last-child{background:none!important;box-shadow:none!important}
.header-brand-signature .sig-line::before{background:#F03040!important}
.header-brand-signature .sig-line::after{background:#F2F4F7!important}
.qform-advanced{margin:0 25px 22px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.014));overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}
.qform-advanced summary{list-style:none;display:grid;grid-template-columns:42px minmax(0,1fr) auto 24px;align-items:center;gap:13px;padding:16px 17px;cursor:pointer;user-select:none;background:linear-gradient(110deg,rgba(37,99,235,.06),rgba(240,48,64,.035) 68%,transparent);transition:background .2s,border-color .2s}
.qform-advanced summary::-webkit-details-marker{display:none}.qform-advanced summary::marker{display:none;content:""}
.qform-advanced summary:hover{background:linear-gradient(110deg,rgba(37,99,235,.095),rgba(240,48,64,.055) 68%,transparent)}
.qform-advanced[open] summary{border-bottom:1px solid rgba(255,255,255,.075)}
.qform-advanced-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;border:1px solid rgba(72,132,255,.32);background:linear-gradient(145deg,rgba(37,99,235,.2),rgba(37,99,235,.055));color:#74a7ff;box-shadow:0 10px 28px rgba(37,99,235,.12),inset 0 1px 0 rgba(255,255,255,.08)}
.qform-advanced-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.qform-advanced-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.qform-advanced-copy strong{font-family:"Sora",sans-serif;font-size:13px;color:var(--tx)}.qform-advanced-copy small{color:var(--mut-2);font-size:10.5px;line-height:1.45}
.qform-advanced-badge{padding:6px 8px;border:1px solid rgba(51,211,161,.23);border-radius:999px;background:rgba(51,211,161,.065);color:#4cdfb0;font:700 8px/1 "IBM Plex Mono",monospace;letter-spacing:.08em;white-space:nowrap}
.qform-advanced-chevron{color:var(--mut-2);font-size:20px;line-height:1;transition:transform .24s}.qform-advanced[open] .qform-advanced-chevron{transform:rotate(180deg)}
.qform-advanced-body{padding:18px}.qform-advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.qsample{position:relative;display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.025);color:#aeb8c8;font-size:11px;line-height:1.45;cursor:pointer}.qsample input{position:absolute!important;opacity:.001!important;width:22px!important;height:22px!important;pointer-events:auto!important}.qsample-box{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:7px;border:1px solid rgba(255,255,255,.18);background:rgba(5,7,11,.38);color:transparent;font-weight:800;transition:.18s}.qsample input:checked+.qsample-box{color:#fff;border-color:rgba(72,132,255,.7);background:linear-gradient(135deg,#2f73f1,#174db8);box-shadow:0 0 16px rgba(37,99,235,.2)}.qsample input:focus-visible+.qsample-box{outline:2px solid rgba(72,132,255,.9);outline-offset:3px}
.qfile-section{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}.qfile-heading{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#aeb8c8}.qfile-heading strong{font-size:10.5px;letter-spacing:.085em;text-transform:uppercase}.qfile-heading small{margin-inline-start:auto;color:var(--mut-2);font-size:9px;text-align:end}
.qfile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.qfile-drop{position:relative;min-height:132px;border:1px dashed rgba(104,145,220,.36);border-radius:15px;background:radial-gradient(circle at 50% 0,rgba(37,99,235,.08),transparent 58%),rgba(255,255,255,.018);overflow:hidden;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s}.qfile-drop:hover,.qfile-drop.is-dragover{border-color:rgba(79,139,255,.75);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.15),transparent 62%),rgba(37,99,235,.035);box-shadow:0 12px 32px rgba(0,0,0,.16),inset 0 0 25px rgba(37,99,235,.035);transform:translateY(-1px)}
.qfile-input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.qfile-click{display:flex!important;min-height:132px!important;margin:0!important;padding:17px!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:7px!important;text-align:center!important;cursor:pointer!important;color:var(--mut)!important}.qfile-click svg{width:25px;height:25px;fill:none;stroke:#69a0ff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(37,99,235,.32))}.qfile-click strong{color:var(--tx);font-family:"Sora",sans-serif;font-size:11.5px}.qfile-click span{color:var(--mut-2);font:500 8.5px/1.4 "IBM Plex Mono",monospace;letter-spacing:.035em}
.qfile-preview{display:none;min-height:132px;padding:14px;align-items:center;gap:12px}.qfile-drop.has-file .qfile-click{display:none!important}.qfile-drop.has-file .qfile-preview{display:flex}.qfile-thumb{width:66px;height:66px;object-fit:cover;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.2)}.qfile-doc{display:grid;place-items:center;width:58px;height:66px;border-radius:12px;border:1px solid rgba(240,48,64,.32);background:linear-gradient(145deg,rgba(240,48,64,.18),rgba(240,48,64,.035));color:#ff7582;font:700 10px/1 "IBM Plex Mono",monospace}.qfile-meta{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.qfile-meta b{overflow:hidden;color:var(--tx);font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.qfile-meta small{color:var(--mut-2);font:500 9px/1.3 "IBM Plex Mono",monospace}.qfile-remove{display:grid;place-items:center;flex:0 0 29px;width:29px;height:29px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:rgba(255,255,255,.04);color:var(--mut);font-size:18px;line-height:1;cursor:pointer}.qfile-remove:hover{border-color:rgba(240,48,64,.5);background:rgba(240,48,64,.09);color:#ff6d7b}.qfile-error,.qfile-total-error{display:none;margin:0;padding:0 12px 10px;color:#ff7180;font-size:9.5px;line-height:1.4}.qfile-drop.has-error{border-color:rgba(240,48,64,.7)}.qfile-drop.has-error .qfile-error,.qfile-total-error.show{display:block}.qfile-total-error{padding:10px 0 0}.qfile-privacy{margin:11px 1px 0;color:var(--mut-2);font-size:9.5px;line-height:1.45}
html.light .qform-advanced{border-color:rgba(13,26,44,.11);background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(241,246,255,.58));box-shadow:0 12px 35px rgba(19,42,82,.055),inset 0 1px 0 #fff}html.light .qform-advanced summary{background:linear-gradient(110deg,rgba(37,99,235,.075),rgba(255,255,255,.68) 70%)}html.light .qform-advanced[open] summary{border-color:rgba(13,26,44,.08)}html.light .qform-advanced-copy strong{color:#0c1830}html.light .qform-advanced-copy small{color:#64728a}html.light .qsample{border-color:rgba(13,26,44,.11);background:rgba(255,255,255,.7);color:#4e5d75}html.light .qsample-box{border-color:rgba(13,26,44,.18);background:#fff}html.light .qfile-section{border-color:rgba(13,26,44,.08)}html.light .qfile-heading{color:#48566e}html.light .qfile-drop{border-color:rgba(37,99,235,.28);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.08),transparent 58%),rgba(255,255,255,.75)}html.light .qfile-drop:hover,html.light .qfile-drop.is-dragover{border-color:rgba(37,99,235,.68);background:radial-gradient(circle at 50% 0,rgba(37,99,235,.14),transparent 62%),#fff}html.light .qfile-click strong,html.light .qfile-meta b{color:#14213a}html.light .qfile-thumb{border-color:rgba(13,26,44,.12);background:#eef3fb}html.light .qfile-remove{border-color:rgba(13,26,44,.12);background:#fff;color:#5b687e}
html[dir="rtl"] .qform-advanced summary{text-align:right}html[dir="rtl"] .qfile-heading small{margin-inline-start:auto;text-align:start}
@media(max-width:700px){.qform-advanced{margin:0 17px 18px;border-radius:16px}.qform-advanced summary{grid-template-columns:38px minmax(0,1fr) 20px;padding:14px;gap:10px}.qform-advanced-icon{width:38px;height:38px;border-radius:11px}.qform-advanced-badge{display:none}.qform-advanced-copy strong{font-size:12px}.qform-advanced-copy small{font-size:9.8px}.qform-advanced-body{padding:15px}.qform-advanced-grid,.qfile-grid{grid-template-columns:1fr}.qfile-heading{align-items:flex-start;flex-wrap:wrap}.qfile-heading small{width:100%;margin:0;text-align:start}.qfile-drop,.qfile-click,.qfile-preview{min-height:116px!important}.qfile-thumb{width:58px;height:58px}}
@media(prefers-reduced-motion:reduce){.qform-advanced-chevron,.qfile-drop{transition:none!important}}
:root{
  --brand-lockup-width:270px;
  --brand-image-width:258px;
  --brand-image-height:51px;
  
  --brand-signature-width:190px;
  --brand-signature-offset:72px;
  --brand-signature-line:15px;
}
header .wrap{height:82px}
header .header-brand,
html.light header .header-brand{
  position:relative!important;
  flex:0 0 var(--brand-lockup-width)!important;
  inline-size:var(--brand-lockup-width)!important;
  min-inline-size:var(--brand-lockup-width)!important;
  max-inline-size:var(--brand-lockup-width)!important;
  block-size:100%!important;
  min-block-size:0!important;
  padding:4px 0 3px!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  line-height:1!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  transform:none!important;
  scale:1!important;
  box-sizing:border-box!important;
  isolation:isolate;
}
header .header-brand::before,
html.light header .header-brand::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  top:47%;
  width:94%;
  height:70%;
  transform:translate(-50%,-50%);
  pointer-events:none;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(240,48,64,.08) 0,rgba(255,255,255,.035) 36%,transparent 72%);
  filter:blur(9px);
  opacity:.72;
}
html.light header .header-brand::before{
  background:radial-gradient(ellipse at center,rgba(37,99,235,.08) 0,rgba(240,48,64,.055) 38%,transparent 73%);
  opacity:.58;
}
header .header-brand>img,
html.light header .header-brand>img{
  flex:0 0 var(--brand-image-height)!important;
  inline-size:var(--brand-image-width)!important;
  min-inline-size:var(--brand-image-width)!important;
  max-inline-size:var(--brand-image-width)!important;
  block-size:var(--brand-image-height)!important;
  min-block-size:var(--brand-image-height)!important;
  max-block-size:var(--brand-image-height)!important;
  aspect-ratio:1304 / 260!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  transform:none!important;
  scale:1!important;
  box-sizing:border-box!important;
}
header .header-brand>img{
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.22)) drop-shadow(0 4px 7px rgba(0,0,0,.56)) drop-shadow(0 0 12px rgba(240,48,64,.075))!important;
}
html.light header .header-brand>img{
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.98)) drop-shadow(0 2px 1px rgba(19,37,64,.38)) drop-shadow(0 6px 10px rgba(19,37,64,.20))!important;
}
.header-brand-signature,
html.light .header-brand-signature{
  flex:0 0 auto!important;
  inline-size:var(--brand-signature-width)!important;
  min-inline-size:var(--brand-signature-width)!important;
  max-inline-size:var(--brand-signature-width)!important;
  block-size:7px!important;
  align-self:flex-start!important;
  margin:-1px 0 0 var(--brand-signature-offset)!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  white-space:nowrap!important;
  pointer-events:none!important;
  transform:none!important;
  scale:1!important;
  box-sizing:border-box!important;
}
.header-brand-signature .sig-line,
html.light .header-brand-signature .sig-line{
  position:relative!important;
  flex:0 0 var(--brand-signature-line)!important;
  inline-size:var(--brand-signature-line)!important;
  min-inline-size:var(--brand-signature-line)!important;
  max-inline-size:var(--brand-signature-line)!important;
  block-size:5px!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.header-brand-signature .sig-line::before,
.header-brand-signature .sig-line::after,
html.light .header-brand-signature .sig-line::before,
html.light .header-brand-signature .sig-line::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:auto!important;
  inline-size:var(--brand-signature-line)!important;
  min-inline-size:var(--brand-signature-line)!important;
  max-inline-size:var(--brand-signature-line)!important;
  block-size:1px!important;
  border-radius:99px!important;
  transform:none!important;
  opacity:.92!important;
}
.header-brand-signature .sig-line::before,
html.light .header-brand-signature .sig-line::before{
  top:0!important;
  background:linear-gradient(90deg,#b71224 0%,#db2638 58%,#f04a58 100%)!important;
  box-shadow:0 0 3px rgba(225,36,54,.18)!important;
}
.header-brand-signature .sig-line::after{
  bottom:0!important;
  background:linear-gradient(90deg,#818a96 0%,#c1c7cf 54%,#e3e6ea 100%)!important;
  box-shadow:0 0 2px rgba(220,225,232,.10)!important;
}
html.light .header-brand-signature .sig-line::after{
  bottom:0!important;
  background:linear-gradient(90deg,#657184 0%,#8d98a8 54%,#b3bbc6 100%)!important;
  box-shadow:0 1px 0 rgba(255,255,255,.55)!important;
}
.header-brand-signature .sig-copy,
html.light .header-brand-signature .sig-copy{
  flex:0 0 auto!important;
  font-family:"Sora",sans-serif!important;
  font-size:6.15px!important;
  line-height:1!important;
  font-weight:600!important;
  letter-spacing:.155em!important;
  transform:none!important;
  scale:1!important;
}
.header-brand-signature .sig-copy{
  color:#C9CFD8!important;
  text-shadow:0 1px 1px rgba(0,0,0,.82),0 0 3px rgba(255,255,255,.045)!important;
}
html.light .header-brand-signature .sig-copy{
  color:#465267!important;
  text-shadow:0 1px 0 rgba(255,255,255,.86)!important;
}
.header-brand-signature .sig-dot,
html.light .header-brand-signature .sig-dot{
  color:#d92b3a!important;
  text-shadow:0 0 2px rgba(217,43,58,.18)!important;
}

@media(max-width:1200px) and (min-width:901px){
  :root{
    --brand-lockup-width:236px;
    --brand-image-width:226px;
    --brand-image-height:45px;
    --brand-signature-width:166px;
    --brand-signature-offset:63px;
    --brand-signature-line:13px;
  }
  header .wrap{height:78px}
  .header-brand-signature .sig-copy,
  html.light .header-brand-signature .sig-copy{font-size:5.45px!important;letter-spacing:.145em!important}
}
@media(max-width:900px){
  :root{
    --brand-lockup-width:184px;
    --brand-image-width:178px;
    --brand-image-height:40px;
    --brand-signature-width:132px;
    --brand-signature-offset:49px;
    --brand-signature-line:10px;
  }
  header .wrap{height:70px}
  header .header-brand,html.light header .header-brand{align-items:center!important;padding:4px 0 2px!important}
  .header-brand-signature,html.light .header-brand-signature{gap:4px!important;margin-top:-1px!important}
  .header-brand-signature .sig-copy,html.light .header-brand-signature .sig-copy{font-size:4.75px!important;letter-spacing:.13em!important}
}
@media(max-width:600px){
  :root{
    --brand-lockup-width:151px;
    --brand-image-width:148px;
    --brand-image-height:34px;
    --brand-signature-width:110px;
    --brand-signature-offset:40px;
    --brand-signature-line:8px;
  }
  header .wrap{height:66px}
  header .header-brand,html.light header .header-brand{align-items:flex-start!important;padding:3px 0 2px!important}
  .header-brand-signature,html.light .header-brand-signature{gap:3px!important;margin-top:-1px!important}
  .header-brand-signature .sig-copy,html.light .header-brand-signature .sig-copy{font-size:4.05px!important;letter-spacing:.11em!important}
}
@media(max-width:360px){
  :root{
    --brand-lockup-width:136px;
    --brand-image-width:133px;
    --brand-image-height:31px;
    --brand-signature-width:99px;
    --brand-signature-offset:36px;
    --brand-signature-line:7px;
  }
  .header-brand-signature .sig-copy,html.light .header-brand-signature .sig-copy{font-size:3.65px!important;letter-spacing:.095em!important}
}
.product-groups{
  padding:clamp(52px,6vw,78px) 0;
}
.product-groups-head{
  max-width:860px;
  margin-bottom:30px;
}
.product-group-grid{
  position:relative;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),
    rgba(7,10,16,.58);
  box-shadow:
    0 32px 90px rgba(0,0,0,.27),
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(255,255,255,.025);
  backdrop-filter:blur(18px) saturate(1.15);
  -webkit-backdrop-filter:blur(18px) saturate(1.15);
}
.product-group-grid::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0 0 auto;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  opacity:.7;
}
.product-group-card{
  min-width:0;
  min-height:172px;
  padding:32px 28px 27px;
  border:0;
  border-radius:0;
  background:transparent;
  display:grid;
  grid-template-columns:62px minmax(0,1fr) auto;
  grid-template-rows:1fr;
  align-items:center;
  column-gap:18px;
  isolation:isolate;
  overflow:hidden;
  transition:background .3s ease,box-shadow .3s ease,transform .3s cubic-bezier(.2,.8,.2,1);
}
.product-group-card+.product-group-card{
  border-inline-start:1px solid rgba(255,255,255,.10);
}
.product-group-card::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-35% -20%;
  height:auto;
  border-radius:0;
  opacity:0;
  transform:translateX(-28%) skewX(-14deg);
  background:linear-gradient(105deg,transparent 20%,rgba(240,48,64,.02) 34%,rgba(240,48,64,.16) 50%,rgba(240,48,64,.025) 66%,transparent 80%);
  filter:blur(1px);
  transition:opacity .28s ease,transform .72s cubic-bezier(.2,.75,.2,1);
}
.product-group-clean::before{
  background:linear-gradient(105deg,transparent 20%,rgba(57,230,216,.02) 34%,rgba(57,230,216,.14) 50%,rgba(57,230,216,.025) 66%,transparent 80%);
}
.product-group-card::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:0 auto 0 0;
  width:2px;
  opacity:.72;
  background:linear-gradient(180deg,transparent 8%,var(--red) 48%,transparent 92%);
  box-shadow:0 0 18px rgba(240,48,64,.34);
  transition:width .25s ease,opacity .25s ease;
}
.product-group-clean::after{
  background:linear-gradient(180deg,transparent 8%,var(--teal) 48%,transparent 92%);
  box-shadow:0 0 18px rgba(57,230,216,.28);
}
.product-group-card:hover{
  transform:none;
  background:rgba(255,255,255,.035);
  box-shadow:inset 0 0 42px rgba(255,255,255,.018);
}
.product-group-card:hover::before{
  opacity:1;
  transform:translateX(26%) skewX(-14deg);
}
.product-group-card:hover::after{width:3px;opacity:1}
.product-group-index{
  position:absolute;
  inset:15px auto auto 22px;
  grid-column:auto;
  margin:0;
  font-size:9px;
  letter-spacing:.18em;
  color:rgba(255,255,255,.42);
}
[dir="rtl"] .product-group-index{inset:15px 22px auto auto}
.product-group-icon{
  grid-column:1;
  grid-row:1;
  width:58px;
  height:58px;
  border-radius:17px;
  background:linear-gradient(145deg,rgba(240,48,64,.14),rgba(240,48,64,.055));
  border:1px solid rgba(240,48,64,.27);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(240,48,64,.10);
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s,border-color .28s;
}
.product-group-clean .product-group-icon{
  background:linear-gradient(145deg,rgba(57,230,216,.13),rgba(57,230,216,.045));
  border-color:rgba(57,230,216,.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 30px rgba(57,230,216,.08);
}
.product-group-card:hover .product-group-icon{
  transform:translateY(-2px) scale(1.035);
  border-color:rgba(240,48,64,.48);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 34px rgba(240,48,64,.17),0 0 22px rgba(240,48,64,.09);
}
.product-group-clean:hover .product-group-icon{
  border-color:rgba(57,230,216,.46);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 34px rgba(57,230,216,.14),0 0 22px rgba(57,230,216,.08);
}
.product-group-icon svg{width:31px;height:31px}
.product-group-copy{
  grid-column:2;
  grid-row:1;
  min-width:0;
  gap:7px;
  align-self:center;
}
.product-group-copy strong{
  font-size:clamp(19px,1.65vw,24px);
  line-height:1.18;
  letter-spacing:-.022em;
}
.product-group-copy>span{
  max-width:430px;
  font-size:12.8px;
  line-height:1.58;
}
.product-group-action{
  grid-column:3;
  grid-row:1;
  min-width:142px;
  margin:0;
  padding:11px 12px 11px 14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:14px;
  background:rgba(255,255,255,.035);
  justify-content:space-between;
  gap:11px;
  font-size:10.5px;
  line-height:1.25;
  transition:border-color .22s,background .22s,transform .22s,box-shadow .22s;
}
.product-group-action b{
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(240,48,64,.10);
  font-size:15px;
}
.product-group-clean .product-group-action b{background:rgba(57,230,216,.09)}
.product-group-card:hover .product-group-action{
  transform:translateX(2px);
  border-color:rgba(240,48,64,.30);
  background:rgba(240,48,64,.055);
  box-shadow:0 10px 26px rgba(240,48,64,.07);
}
[dir="rtl"] .product-group-card:hover .product-group-action{transform:translateX(-2px)}
.product-group-clean:hover .product-group-action{
  border-color:rgba(57,230,216,.27);
  background:rgba(57,230,216,.045);
  box-shadow:0 10px 26px rgba(57,230,216,.055);
}
.product-group-card:hover .product-group-action b{transform:translateX(2px)}
[dir="rtl"] .product-group-card:hover .product-group-action b{transform:translateX(-2px)}

html.light .product-group-grid{
  border-color:rgba(23,48,82,.13);
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(241,246,253,.78)),
    rgba(255,255,255,.76);
  box-shadow:
    0 28px 74px rgba(31,55,88,.11),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(23,48,82,.035);
}
html.light .product-group-grid::before{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);
}
html.light .product-group-card+.product-group-card{border-inline-start-color:rgba(23,48,82,.11)}
html.light .product-group-card:hover{
  background:rgba(37,99,235,.035);
  box-shadow:inset 0 0 42px rgba(37,99,235,.025);
}
html.light .product-group-index{color:rgba(34,57,91,.48)}
html.light .product-group-icon{
  background:linear-gradient(145deg,rgba(37,99,235,.13),rgba(37,99,235,.045));
  border-color:rgba(37,99,235,.23);
  color:#2563EB;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 12px 28px rgba(37,99,235,.10);
}
html.light .product-group-action{
  border-color:rgba(23,48,82,.12);
  background:rgba(255,255,255,.60);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92);
}
html.light .product-group-action b{background:rgba(37,99,235,.09);color:#2563EB}
html.light .product-group-card:hover .product-group-action{
  border-color:rgba(37,99,235,.24);
  background:rgba(37,99,235,.055);
  box-shadow:0 10px 24px rgba(37,99,235,.07),inset 0 1px 0 rgba(255,255,255,.8);
}
html.light .product-group-card::before{
  background:linear-gradient(105deg,transparent 20%,rgba(37,99,235,.01) 34%,rgba(37,99,235,.11) 50%,rgba(37,99,235,.015) 66%,transparent 80%);
}
html.light .product-group-card::after{
  background:linear-gradient(180deg,transparent 8%,#2563EB 48%,transparent 92%);
  box-shadow:0 0 18px rgba(37,99,235,.26);
}

@media(max-width:1120px){
  .product-group-card{grid-template-columns:56px minmax(0,1fr) 44px;padding-inline:23px;column-gap:15px}
  .product-group-icon{width:54px;height:54px;border-radius:16px}
  .product-group-icon svg{width:29px;height:29px}
  .product-group-action{min-width:0;width:44px;height:44px;padding:0;justify-content:center;border-radius:13px}
  .product-group-action>span{display:none}
  .product-group-action b{background:transparent!important;width:auto;height:auto}
}
@media(max-width:760px){
  .product-groups{padding:48px 0}
  .product-groups-head{text-align:start;margin-bottom:24px}
  .product-groups-head .lead{margin-inline:0}
  .product-group-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;
    margin-inline:-18px;
    padding:3px 18px 15px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
    scroll-padding-inline:18px;
    scrollbar-width:none;
  }
  .product-group-grid::-webkit-scrollbar{display:none}
  .product-group-grid::before{display:none}
  .product-group-card{
    flex:0 0 min(88vw,430px);
    min-height:166px;
    padding:31px 21px 23px;
    grid-template-columns:54px minmax(0,1fr) 42px;
    column-gap:14px;
    border:1px solid rgba(255,255,255,.11)!important;
    border-radius:20px;
    background:linear-gradient(140deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),rgba(7,10,16,.64);
    box-shadow:0 20px 52px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.055);
    scroll-snap-align:center;
  }
  html.light .product-group-card{
    border-color:rgba(23,48,82,.13)!important;
    background:linear-gradient(140deg,rgba(255,255,255,.96),rgba(240,246,253,.82));
    box-shadow:0 18px 48px rgba(31,55,88,.10),inset 0 1px 0 #fff;
  }
  .product-group-copy strong{font-size:20px}
  .product-group-copy>span{font-size:12.5px;line-height:1.55}
  .product-group-index{inset:13px auto auto 20px}
  [dir="rtl"] .product-group-index{inset:13px 20px auto auto}
}
@media(max-width:440px){
  .product-group-card{flex-basis:84vw;grid-template-columns:48px minmax(0,1fr) 38px;padding-inline:18px;column-gap:12px}
  .product-group-icon{width:48px;height:48px;border-radius:14px}
  .product-group-icon svg{width:26px;height:26px}
  .product-group-action{width:38px;height:38px;border-radius:12px}
  .product-group-copy strong{font-size:18px}
  .product-group-copy>span{font-size:12px}
}
#ctaband .lead{max-width:820px;margin-inline:auto}
#ctaband .title{max-width:980px;margin-inline:auto}
[dir="rtl"] #ctaband .ctas{justify-content:center}
@media(max-width:720px){#ctaband{padding-bottom:64px!important}#ctaband .title{font-size:clamp(28px,9vw,40px)}}
.skip-link{
  position:fixed;left:16px;top:12px;z-index:5000;
  transform:translateY(-180%);
  padding:11px 16px;border-radius:10px;
  background:#0f172a;color:#fff;border:1px solid rgba(59,130,246,.65);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  font:700 14px/1.2 Manrope,Arial,sans-serif;
  transition:transform .18s ease;
}
.skip-link:focus{transform:translateY(0);outline:3px solid rgba(59,130,246,.35);outline-offset:3px}
html[dir="rtl"] .skip-link{left:auto;right:16px}
main#main-content{display:block}
@media (prefers-reduced-motion:reduce){.skip-link{transition:none}}
html.light{
  --red:#1F6FFF;
  --red-2:#1459D9;
  --red-premium:#1F6FFF;
  --red-premium-2:#4388FF;
  --red-premium-dark:#104DB9;
  --glow-rgb:31,111,255;
  --tx:#081426;
  --mut:#3F4F69;
  --mut-2:#66758C;
  --bd:rgba(18,44,82,.14);
  --bd-2:rgba(18,44,82,.25);
}
header .header-brand>img,
html.light header .header-brand>img{
  background:transparent!important;
  border-radius:0!important;
}
html.light header{
  background:linear-gradient(180deg,rgba(248,251,255,.90),rgba(244,248,254,.82));
  border-bottom-color:rgba(25,66,126,.12);
  box-shadow:0 8px 30px rgba(24,49,84,.055);
  backdrop-filter:blur(20px) saturate(1.2);
  -webkit-backdrop-filter:blur(20px) saturate(1.2);
}
html.light header.scrolled{
  background:rgba(250,252,255,.96);
  box-shadow:0 10px 34px rgba(24,49,84,.09);
}
.hero .hchip{
  min-height:102px;
  padding:14px 12px 13px;
  border-radius:18px;
  font-weight:650;
  letter-spacing:-.005em;
  text-shadow:0 2px 13px rgba(0,0,0,.30);
}
.hero .hchip svg{
  width:34px;
  height:34px;
  padding:6px;
  border-radius:11px;
  background:linear-gradient(145deg,rgba(240,48,64,.13),rgba(240,48,64,.035));
  border:1px solid rgba(255,82,98,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 7px 20px rgba(240,48,64,.10);
}
.hero .hchip:hover,
.hero .hchip:focus-visible{
  outline:none;
  transform:translateY(-6px) scale(1.018);
}
.hero .hchip:focus-visible{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 18px 42px rgba(0,0,0,.30),0 0 0 2px rgba(255,74,92,.40),0 0 34px rgba(240,48,64,.30);
}

html.light .hero .hchip{
  color:#07192F!important;
  font-weight:720;
  font-size:13px;
  background:
    linear-gradient(145deg,rgba(252,254,255,.58),rgba(213,230,253,.44)),
    rgba(235,244,255,.20);
  border-color:rgba(255,255,255,.88);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 -1px 0 rgba(35,91,176,.12),
    0 16px 38px rgba(9,30,62,.19),
    0 0 0 1px rgba(33,105,230,.055);
  text-shadow:
    0 1px 0 rgba(255,255,255,1),
    0 2px 9px rgba(255,255,255,.58);
  backdrop-filter:blur(21px) saturate(1.38) brightness(1.08);
  -webkit-backdrop-filter:blur(21px) saturate(1.38) brightness(1.08);
}
html.light .hero .hchip::before{
  background:linear-gradient(90deg,transparent,rgba(31,111,255,.04),rgba(31,111,255,.48),rgba(255,255,255,.78),rgba(31,111,255,.13),transparent);
}
html.light .hero .hchip svg{
  color:#1265F3;
  background:linear-gradient(145deg,rgba(255,255,255,.66),rgba(190,216,255,.34));
  border-color:rgba(31,111,255,.30);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 8px 22px rgba(31,111,255,.15),0 0 16px rgba(31,111,255,.08);
  filter:drop-shadow(0 0 7px rgba(31,111,255,.30));
}
html.light .hero .hchip:hover svg,
html.light .hero .hchip:focus-visible svg{
  color:#0759E8;
  border-color:rgba(31,111,255,.48);
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(172,207,255,.42));
  filter:drop-shadow(0 0 13px rgba(31,111,255,.58));
}
html.light .hero .hchip:focus-visible{
  outline:3px solid rgba(31,111,255,.24);
  outline-offset:4px;
}
html.light .hero .sub{
  color:#F0F5FC;
  font-weight:550;
  text-shadow:0 2px 18px rgba(0,0,0,.82),0 1px 2px rgba(0,0,0,.95);
}
html.light .hero .eyebrow{
  color:#F5F8FC;
  background:rgba(4,10,20,.58);
  border-color:rgba(255,255,255,.24);
  box-shadow:0 8px 24px rgba(0,0,0,.17);
}
html.light .btn-red,
html.light .btn-pill{background:#1F6FFF;color:#fff;box-shadow:0 8px 28px rgba(31,111,255,.28)}
html.light .btn-red:hover,
html.light .btn-pill:hover{background:#145FE8;box-shadow:0 12px 36px rgba(31,111,255,.38)}
html.light .lang-menu button.active{
  background:linear-gradient(135deg,rgba(31,111,255,.14),rgba(31,111,255,.045));
  border-color:rgba(31,111,255,.34);
  box-shadow:0 10px 26px rgba(31,86,170,.09),inset 3px 0 0 #1F6FFF;
}
html[dir="rtl"].light .lang-menu button.active{box-shadow:0 10px 26px rgba(31,86,170,.09),inset -3px 0 0 #1F6FFF}
html.light .lang-menu button.active .tagx{color:#1459D9;border-color:rgba(31,111,255,.20);background:rgba(31,111,255,.09)}
html.light .marq-nav:hover,
html.light .marq-nav:focus-visible{color:#1459D9;border-color:rgba(31,111,255,.48)}
html.light .mq-cap .t{color:#1459D9}
html.light .marq-kick::before,
html.light .marq-kick::after{background:linear-gradient(90deg,transparent,rgba(31,111,255,.48),#1F6FFF)}
html.light .eyebrow i,
html.light .hero h1 .hdot::after{background:#1F6FFF;box-shadow:0 0 3px rgba(31,111,255,.95),0 0 16px rgba(31,111,255,.70)}
html.light ::selection{background:#1F6FFF;color:#fff}
html.light .gal-nav:hover{background:#1F6FFF;color:#fff}
html.light .wa-chip{color:#1459D9;border-color:rgba(31,111,255,.42);background:rgba(31,111,255,.08)}
html.light .lead,
html.light .subtle,
html.light .svc p,
html.light .step p,
html.light .rcard p,
html.light footer p{color:var(--mut)}
html.light input::placeholder,
html.light textarea::placeholder{color:#75839A;opacity:1}
html.light a:focus-visible,
html.light button:focus-visible,
html.light input:focus-visible,
html.light select:focus-visible,
html.light textarea:focus-visible{
  outline-color:rgba(31,111,255,.72);
}

@media(max-width:600px){
  .hero .hchip{min-height:84px;padding:11px 9px;font-size:11.8px}
  .hero .hchip svg{width:30px;height:30px;padding:5px;border-radius:10px}
  html.light .hero .hchip{font-size:11.9px}
}
@media(hover:none){
  .hero .hchip:hover{transform:none}
  .hero .hchip:hover::before{animation:none;opacity:0}
}
@media(prefers-reduced-motion:reduce){
  .hero .hchip:hover::before,.hero .hchip:focus-visible::before{animation:none!important;opacity:.18;left:30%}
}
html.light .why-panel{background:linear-gradient(120deg,rgba(31,111,255,.065),rgba(255,255,255,.52) 48%,rgba(66,135,255,.045))}
html.light .why-item i{background:#1F6FFF;box-shadow:0 0 17px rgba(31,111,255,.26)}
html.light .gal-ship::before{background:#1F6FFF;box-shadow:0 0 12px rgba(31,111,255,.58)}
html.light .svc-explain{background:radial-gradient(700px 340px at 50% 0,rgba(31,111,255,.07),transparent 72%),var(--bg)}
html.light .about-sec{background:radial-gradient(850px 480px at 10% 12%,rgba(31,111,255,.065),transparent 64%),radial-gradient(700px 420px at 92% 88%,rgba(78,143,255,.045),transparent 68%),var(--bg)}
html.light .docs-flow-head{background:rgba(31,111,255,.065)}
html.light .docs-disclaimer{background:rgba(31,111,255,.035)}
html.light .qform-head{background:linear-gradient(135deg,rgba(31,111,255,.065),transparent 58%)}
html.light .docs-sector-callout{background:radial-gradient(300px 130px at 0 50%,rgba(31,111,255,.085),transparent 70%),linear-gradient(145deg,#fff,#f2f6fd)}
html.light .doc-card.doc-featured{background:radial-gradient(220px 160px at 100% 0,rgba(31,111,255,.075),transparent 72%),linear-gradient(155deg,#fff,#f2f6fd)}
.hero .hchip:focus-visible::before{animation:heroChipBeam 2.15s cubic-bezier(.22,.7,.25,1) infinite}
.hero .hchip:focus-visible::after{opacity:1}
:root{--trx-header-h:82px}
@media(max-width:1200px) and (min-width:901px){:root{--trx-header-h:78px}}
@media(max-width:900px){:root{--trx-header-h:70px}}
@media(max-width:600px){:root{--trx-header-h:66px}}
@media(max-width:1200px){
  .mnav{
    top:var(--trx-header-h)!important;
    max-height:calc(100svh - var(--trx-header-h))!important;
    padding-bottom:max(24px,calc(18px + env(safe-area-inset-bottom)))!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  body.mobile-nav-open{overflow:hidden!important}
  body.mobile-nav-open .mnav{touch-action:pan-y}
}
html.light .hero .hchip{
  color:#04162C!important;
  font-weight:760!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.78),rgba(218,233,255,.64)),
    rgba(238,246,255,.40)!important;
  border-color:rgba(255,255,255,.96)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(31,95,192,.16),
    0 16px 38px rgba(5,25,58,.24),
    0 0 0 1px rgba(31,111,255,.09)!important;
  text-shadow:0 1px 0 rgba(255,255,255,1),0 1px 5px rgba(255,255,255,.86)!important;
  backdrop-filter:blur(18px) saturate(1.28) brightness(1.06)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.28) brightness(1.06)!important;
}
html.light .hero .hchip::after{
  background:
    radial-gradient(130% 105% at 50% -28%,rgba(94,154,255,.28),transparent 52%),
    linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.05) 50%,rgba(25,88,184,.055))!important;
  opacity:.92!important;
}
html.light .hero .hchip svg{
  color:#075DEB!important;
  background:linear-gradient(145deg,rgba(255,255,255,.93),rgba(190,217,255,.54))!important;
  border-color:rgba(31,111,255,.38)!important;
  box-shadow:inset 0 1px 0 #fff,0 9px 23px rgba(31,111,255,.18),0 0 18px rgba(31,111,255,.10)!important;
}
html.light .hero .hchip:hover,
html.light .hero .hchip:focus-visible{
  color:#021228!important;
  border-color:rgba(31,111,255,.82)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(205,226,255,.70))!important;
  box-shadow:inset 0 1px 0 #fff,0 22px 48px rgba(17,63,132,.29),0 0 0 1px rgba(31,111,255,.18),0 0 38px rgba(31,111,255,.30)!important;
}
@media(hover:none){
  .hero a.hchip,.hero button.hchip{-webkit-tap-highlight-color:transparent}
  .hero a.hchip:active,.hero button.hchip:active{
    transform:scale(.975)!important;
    border-color:rgba(255,76,94,.72)!important;
    box-shadow:inset 0 0 28px rgba(240,48,64,.12),0 10px 28px rgba(0,0,0,.30),0 0 24px rgba(240,48,64,.20)!important;
  }
  html.light .hero a.hchip:active,html.light .hero button.hchip:active{
    border-color:rgba(31,111,255,.80)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(198,222,255,.76))!important;
    box-shadow:inset 0 0 28px rgba(31,111,255,.11),0 10px 28px rgba(13,53,112,.22),0 0 28px rgba(31,111,255,.23)!important;
  }
  html.light .hero a.hchip:active::before,html.light .hero button.hchip:active::before{
    animation:none!important;opacity:.48!important;left:48%!important;
  }
}
html.light .product-group-clean .product-group-icon{
  color:#2563EB!important;
  border-color:rgba(37,99,235,.24)!important;
  background:linear-gradient(145deg,rgba(37,99,235,.13),rgba(96,165,250,.045))!important;
  box-shadow:inset 0 1px 0 #fff,0 12px 28px rgba(37,99,235,.10)!important;
}
html.light .product-group-clean .product-group-action b{background:rgba(37,99,235,.09)!important;color:#2563EB!important}
html.light .product-group-clean:hover .product-group-action{
  border-color:rgba(37,99,235,.24)!important;background:rgba(37,99,235,.055)!important;
  box-shadow:0 10px 24px rgba(37,99,235,.07),inset 0 1px 0 rgba(255,255,255,.86)!important;
}
html.light .product-group-clean::before{background:linear-gradient(105deg,transparent 20%,rgba(37,99,235,.01) 34%,rgba(96,165,250,.12) 50%,rgba(37,99,235,.015) 66%,transparent 80%)!important}
html.light .product-group-clean::after{background:linear-gradient(180deg,transparent 8%,#60A5FA 48%,transparent 92%)!important;box-shadow:0 0 18px rgba(37,99,235,.25)!important}
html.light .home-overview-grid::before{
  background:radial-gradient(650px 370px at 14% 15%,rgba(37,99,235,.095),transparent 72%),radial-gradient(600px 350px at 88% 82%,rgba(96,165,250,.075),transparent 74%)!important;
}
html.light .home-overview-grid>section.blk .rv{
  border-color:rgba(30,64,175,.13)!important;
  background:linear-gradient(148deg,rgba(255,255,255,.985),rgba(242,247,255,.94))!important;
  box-shadow:0 23px 58px rgba(23,52,96,.105),inset 0 1px 0 #fff!important;
}
html.light .home-overview-grid>section.blk .rv::before{background:linear-gradient(90deg,#2563EB,#60A5FA)!important;box-shadow:0 0 18px rgba(37,99,235,.23)!important}
html.light .home-overview-grid>section.blk:nth-child(2n) .rv::before{background:linear-gradient(90deg,#1D4ED8,#93C5FD)!important}
html.light .home-overview-grid>section.blk .rv:hover{border-color:rgba(37,99,235,.27)!important;box-shadow:0 30px 74px rgba(23,52,96,.15),0 0 0 1px rgba(37,99,235,.055),inset 0 1px 0 #fff!important}
html.light .home-overview-grid .lead{color:#34455F!important}
html.light .offer{
  color:#18304F!important;
  background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(219,234,254,.55))!important;
  border-color:rgba(37,99,235,.28)!important;
  box-shadow:0 13px 34px rgba(31,73,137,.12),inset 0 1px 0 rgba(255,255,255,.92)!important;
}
html.light .offer .sh{background:linear-gradient(150deg,#FFFFFF,#DCEAFF)!important;border-color:rgba(37,99,235,.38)!important;color:#2563EB!important;box-shadow:0 8px 21px rgba(37,99,235,.13)!important;animation:none!important}
html.light .offer b{color:#1D4ED8!important}
html.light .faq details{
  border-color:rgba(30,64,175,.13)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(244,248,255,.94))!important;
  box-shadow:0 10px 28px rgba(29,55,95,.065),inset 0 1px 0 #fff!important;
}
html.light .faq details:hover{border-color:rgba(37,99,235,.25)!important;box-shadow:0 15px 36px rgba(29,55,95,.095),inset 0 1px 0 #fff!important}
html.light .faq details[open]{border-color:rgba(37,99,235,.34)!important;background:linear-gradient(145deg,#fff,#EEF5FF)!important;box-shadow:0 18px 40px rgba(29,78,155,.11),inset 3px 0 0 #2563EB!important}
html[dir="rtl"].light .faq details[open]{box-shadow:0 18px 40px rgba(29,78,155,.11),inset -3px 0 0 #2563EB!important}
html.light .faq summary{color:#132641!important}
html.light .faq summary::after{color:#2563EB!important}
html.light .faq details p{color:#42536D!important}
@media(max-width:700px){
  .qform input,.qform select,.qform textarea{
    font-size:16px!important;
    min-width:0!important;
    max-width:100%!important;
  }
  .qform input[type="date"]{appearance:auto;-webkit-appearance:auto}
  .qform-grid>*{min-width:0}
}
@media(max-width:600px){
  .burger,.theme,.lang-trigger{min-width:44px;min-height:44px}
  .wa-fab{right:max(16px,env(safe-area-inset-right));bottom:max(18px,calc(12px + env(safe-area-inset-bottom)))}
  .btt{left:max(16px,env(safe-area-inset-left));right:auto;bottom:max(18px,calc(12px + env(safe-area-inset-bottom)))}
}
@media(max-width:600px){
  .lang-menu{
    top:calc(var(--trx-header-h) + 2px)!important;
    max-height:calc(100dvh - var(--trx-header-h) - 12px)!important;
    padding-bottom:max(9px,env(safe-area-inset-bottom))!important;
  }
  .wa-panel{bottom:max(82px,calc(76px + env(safe-area-inset-bottom)))!important}
}
#lanes.transit-premium{
  position:relative;isolation:isolate;overflow:hidden;
  background:
    radial-gradient(900px 420px at 78% 14%,rgba(240,48,64,.055),transparent 66%),
    radial-gradient(720px 360px at 8% 38%,rgba(50,95,170,.04),transparent 68%);
}
#lanes.transit-premium::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.012),transparent 26%,rgba(0,0,0,.04));
}
#lanes.transit-premium .wrap{position:relative}
#lanes.transit-premium .rv:first-child{position:relative;z-index:2}
#lanes.transit-premium .title{
  max-width:780px;text-wrap:balance;
  text-shadow:0 14px 50px rgba(0,0,0,.22);
}
#lanes.transit-premium .kick{position:relative}

#lanes.transit-premium .lanes{
  position:relative;margin-top:46px;border-radius:24px;overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(1000px 280px at 50% -25%,rgba(255,255,255,.065),transparent 62%),
    linear-gradient(180deg,rgba(13,18,27,.96),rgba(5,8,13,.97));
  box-shadow:
    0 34px 90px rgba(0,0,0,.42),
    0 10px 30px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.09),
    inset 0 0 0 1px rgba(240,48,64,.025);
  backdrop-filter:blur(18px) saturate(118%);
  -webkit-backdrop-filter:blur(18px) saturate(118%);
}
#lanes.transit-premium .lanes::before{
  content:"";position:absolute;z-index:6;left:28px;right:28px;top:0;height:2px;pointer-events:none;
  background:linear-gradient(90deg,transparent 0%,rgba(240,48,64,.3) 13%,#f03040 36%,rgba(255,255,255,.92) 50%,#f03040 64%,rgba(240,48,64,.3) 87%,transparent 100%);
  box-shadow:0 0 22px rgba(240,48,64,.35);
}
#lanes.transit-premium .lanes::after{
  content:"";position:absolute;left:1px;right:1px;bottom:1px;height:62px;z-index:4;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(5,8,13,.88) 78%,rgba(5,8,13,.98));
  border-radius:0 0 23px 23px;
}
#lanes.transit-premium .lscroll{
  max-height:460px;scrollbar-width:thin;scrollbar-color:rgba(240,48,64,.48) rgba(255,255,255,.035);
}
#lanes.transit-premium .lscroll::-webkit-scrollbar{width:8px;height:8px}
#lanes.transit-premium .lscroll::-webkit-scrollbar-track{background:rgba(255,255,255,.025)}
#lanes.transit-premium .lscroll::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(240,48,64,.8),rgba(145,35,47,.72));
  border:2px solid rgba(7,10,15,.82);border-radius:99px;
}
#lanes.transit-premium .lanes table{font-size:14px}
#lanes.transit-premium .lanes thead th{
  padding:17px 20px;background:rgba(12,17,25,.96);color:#808b9d;
  border-bottom:1px solid rgba(255,255,255,.08);
  box-shadow:0 1px 0 rgba(240,48,64,.07),0 12px 24px rgba(0,0,0,.08);
  font-size:10px;letter-spacing:.17em;font-weight:600;
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
}
#lanes.transit-premium .lanes tbody tr:not(.rg){
  transition:background-color .22s ease,box-shadow .22s ease;
}
#lanes.transit-premium .lanes td{
  padding:15px 20px;color:#e2e7ef;border-bottom:1px solid rgba(255,255,255,.055);
  transition:color .2s ease,background-color .2s ease;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover td:first-child{color:#fff}
#lanes.transit-premium .lanes td.m{
  color:#8f9bad;font-weight:600;
}
#lanes.transit-premium .lanes td.m::before{
  content:"";display:inline-block;width:5px;height:5px;margin:0 9px 2px 0;border-radius:50%;
  background:#5e6a7d;box-shadow:0 0 0 3px rgba(94,106,125,.08);
}
#lanes.transit-premium .lanes td.d{
  color:#ff4d5e;font-weight:700;letter-spacing:.055em;
  text-shadow:0 0 18px rgba(240,48,64,.18);
}
#lanes.transit-premium .lanes tr.rg td{
  padding:11px 20px;color:#ff5362;font-weight:700;
  background:linear-gradient(90deg,rgba(240,48,64,.115),rgba(240,48,64,.045) 58%,rgba(240,48,64,.018));
  border-top:1px solid rgba(240,48,64,.14);border-bottom:1px solid rgba(240,48,64,.12);
  letter-spacing:.2em;
}
#lanes.transit-premium .ln-note{
  margin-top:15px;padding-left:2px;color:#6f7a8d;letter-spacing:.005em;
}
html.light #lanes.transit-premium{
  background:
    radial-gradient(850px 380px at 80% 10%,rgba(35,102,225,.085),transparent 64%),
    radial-gradient(700px 360px at 4% 48%,rgba(35,102,225,.045),transparent 68%),
    linear-gradient(180deg,#f7f9fc 0%,#f4f7fb 100%);
}
html.light #lanes.transit-premium::before{
  background:linear-gradient(180deg,rgba(255,255,255,.46),transparent 28%,rgba(20,52,105,.018));
}
html.light #lanes.transit-premium .title{
  color:#0a1426;text-shadow:0 12px 36px rgba(18,54,112,.08);
}
html.light #lanes.transit-premium .lanes{
  border-color:rgba(31,89,184,.17);
  background:
    radial-gradient(900px 260px at 52% -32%,rgba(255,255,255,1),transparent 64%),
    linear-gradient(180deg,rgba(255,255,255,.90),rgba(248,250,254,.92));
  box-shadow:
    0 32px 80px rgba(28,58,112,.13),
    0 10px 28px rgba(28,58,112,.07),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 0 1px rgba(255,255,255,.48);
}
html.light #lanes.transit-premium .lanes::after{
  background:linear-gradient(180deg,transparent,rgba(248,250,254,.88) 78%,rgba(248,250,254,.99));
}
html.light #lanes.transit-premium .lscroll{
  scrollbar-color:rgba(40,107,234,.48) rgba(23,54,104,.05);
}
html.light #lanes.transit-premium .lscroll::-webkit-scrollbar-track{background:rgba(23,54,104,.035)}
html.light #lanes.transit-premium .lscroll::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,rgba(40,107,234,.78),rgba(28,77,171,.68));
  border-color:rgba(248,250,254,.9);
}
html.light #lanes.transit-premium .lanes thead th{
  background:rgba(235,241,251,.96);color:#687995;
  border-bottom-color:rgba(28,70,140,.10);
  box-shadow:0 1px 0 rgba(40,107,234,.06),0 12px 22px rgba(31,65,122,.035);
}
html.light #lanes.transit-premium .lanes td{
  color:#22304a;border-bottom-color:rgba(20,54,108,.075);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover td:first-child{color:#07152c}
html.light #lanes.transit-premium .lanes td.m{color:#64748c}
html.light #lanes.transit-premium .lanes td.m::before{
  background:#6680a8;box-shadow:0 0 0 3px rgba(40,107,234,.07);
}
html.light #lanes.transit-premium .lanes td.d{
  color:#1762da;text-shadow:0 0 18px rgba(40,107,234,.12);
}
html.light #lanes.transit-premium .lanes tr.rg td{
  color:#1358c7;
  background:linear-gradient(90deg,rgba(40,107,234,.095),rgba(40,107,234,.038) 58%,rgba(40,107,234,.012));
  border-top-color:rgba(40,107,234,.12);border-bottom-color:rgba(40,107,234,.105);
}
html.light #lanes.transit-premium .ln-note{color:#73819a}
html.light #lanes.transit-premium .lanes.is-scrollable-x .table-swipe-hint{
  background:rgba(255,255,255,.94);border-color:rgba(40,107,234,.19);color:#10213e;
  box-shadow:0 12px 30px rgba(31,69,130,.13);
}
html.light #lanes.transit-premium .table-swipe-hint .swipe-icon{color:#286bea}

@media (max-width:900px){
  #lanes.transit-premium .lanes{margin-top:34px;border-radius:20px}
  #lanes.transit-premium .lanes::before{left:18px;right:18px}
  #lanes.transit-premium .lanes thead th{padding:15px 15px}
  #lanes.transit-premium .lanes td{padding:14px 15px}
  #lanes.transit-premium .lanes tr.rg td{padding:10px 15px}
  #lanes.transit-premium .lscroll{max-height:min(58vh,460px)}
}
@media (max-width:600px){
  #lanes.transit-premium .lanes{margin-top:28px;border-radius:18px;box-shadow:0 24px 56px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)}
  html.light #lanes.transit-premium .lanes{box-shadow:0 24px 56px rgba(28,58,112,.11),inset 0 1px 0 rgba(255,255,255,1)}
  #lanes.transit-premium .lanes table{font-size:13px}
  #lanes.transit-premium .lanes thead th{font-size:9.5px;letter-spacing:.13em}
  #lanes.transit-premium .lanes td{padding-block:13px}
  #lanes.transit-premium .ln-note{font-size:11px;line-height:1.6}
}
@media (prefers-reduced-motion:reduce){
  #lanes.transit-premium .lanes tbody tr{transition:none!important}
}
@keyframes trxTransitEdgeFlow{
  0%{background-position:180% 0}
  100%{background-position:-80% 0}
}
@keyframes trxTransitPanelSweep{
  0%{transform:translate3d(-135%,0,0) skewX(-15deg);opacity:0}
  14%{opacity:.72}
  78%{opacity:.42}
  100%{transform:translate3d(155%,0,0) skewX(-15deg);opacity:0}
}
@keyframes trxTransitRowSweep{
  0%{background-position:160% 0}
  100%{background-position:-55% 0}
}
@keyframes trxTransitPulseDark{
  0%,100%{box-shadow:0 0 0 1px rgba(255,77,94,.14),0 0 14px rgba(240,48,64,.18),inset 0 1px 0 rgba(255,255,255,.08)}
  50%{box-shadow:0 0 0 1px rgba(255,77,94,.27),0 0 24px rgba(240,48,64,.32),inset 0 1px 0 rgba(255,255,255,.14)}
}
@keyframes trxTransitPulseLight{
  0%,100%{box-shadow:0 0 0 1px rgba(40,107,234,.12),0 0 13px rgba(40,107,234,.12),inset 0 1px 0 rgba(255,255,255,.96)}
  50%{box-shadow:0 0 0 1px rgba(40,107,234,.25),0 0 22px rgba(40,107,234,.22),inset 0 1px 0 rgba(255,255,255,1)}
}

#lanes.transit-premium .kick::before,
#lanes.transit-premium .kick::after{
  box-shadow:0 0 15px rgba(240,48,64,.42),0 0 28px rgba(240,48,64,.14);
}
#lanes.transit-premium .title{
  position:relative;
  filter:drop-shadow(0 18px 44px rgba(0,0,0,.13));
}
#lanes.transit-premium .lanes{
  isolation:isolate;
  border-color:rgba(255,255,255,.16);
  box-shadow:
    0 38px 110px rgba(0,0,0,.48),
    0 12px 36px rgba(0,0,0,.26),
    0 0 0 1px rgba(240,48,64,.035),
    0 0 52px rgba(240,48,64,.055),
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 0 44px rgba(255,255,255,.018);
  transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.8,.2,1);
}
#lanes.transit-premium .lanes:hover,
#lanes.transit-premium .lanes:focus-within{
  border-color:rgba(255,90,104,.30);
  box-shadow:
    0 44px 120px rgba(0,0,0,.52),
    0 14px 42px rgba(0,0,0,.28),
    0 0 0 1px rgba(240,48,64,.075),
    0 0 68px rgba(240,48,64,.11),
    inset 0 1px 0 rgba(255,255,255,.14),
    inset 0 0 58px rgba(240,48,64,.025);
}
#lanes.transit-premium .lanes::before{
  left:18px;right:18px;height:2px;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(240,48,64,.20) 14%,
      #f03040 30%,
      rgba(255,236,239,.98) 46%,
      #ff5264 56%,
      rgba(240,48,64,.26) 72%,
      transparent 100%);
  background-size:230% 100%;
  animation:trxTransitEdgeFlow 4.8s linear infinite;
  box-shadow:0 0 12px rgba(240,48,64,.52),0 0 30px rgba(240,48,64,.22);
}
#lanes.transit-premium .lscroll{
  position:relative;
  isolation:isolate;
}
#lanes.transit-premium .lscroll::before{
  content:"";position:absolute;z-index:7;top:0;bottom:0;left:0;width:34%;
  pointer-events:none;opacity:0;transform:translate3d(-135%,0,0) skewX(-15deg);
  background:linear-gradient(90deg,transparent,rgba(240,48,64,.025) 20%,rgba(255,92,108,.10) 43%,rgba(255,255,255,.10) 50%,rgba(255,75,94,.085) 57%,transparent 84%);
  filter:blur(.15px);
}
#lanes.transit-premium .lanes:hover .lscroll::before,
#lanes.transit-premium .lanes:focus-within .lscroll::before{
  animation:trxTransitPanelSweep 1.35s cubic-bezier(.2,.7,.15,1) 1;
}
#lanes.transit-premium .lscroll::after{
  content:"";position:absolute;z-index:1;inset:0;pointer-events:none;
  background:
    radial-gradient(420px 190px at 8% 2%,rgba(255,255,255,.045),transparent 72%),
    radial-gradient(460px 220px at 92% 96%,rgba(240,48,64,.045),transparent 72%);
  mix-blend-mode:screen;
}
#lanes.transit-premium .lanes thead th{
  position:sticky;top:0;z-index:5;
  background:
    linear-gradient(180deg,rgba(18,24,34,.985),rgba(9,14,21,.965)),
    radial-gradient(500px 80px at 50% 0,rgba(255,255,255,.07),transparent 70%);
  box-shadow:0 1px 0 rgba(240,48,64,.10),0 14px 30px rgba(0,0,0,.11),inset 0 1px 0 rgba(255,255,255,.045);
}
#lanes.transit-premium .lanes tbody tr:not(.rg){
  position:relative;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover{
  background:
    linear-gradient(102deg,transparent 0 26%,rgba(255,255,255,.035) 41%,rgba(240,48,64,.095) 49%,rgba(255,255,255,.025) 57%,transparent 72%),
    linear-gradient(90deg,rgba(240,48,64,.105),rgba(240,48,64,.025) 48%,transparent 84%);
  background-size:220% 100%,100% 100%;
  animation:trxTransitRowSweep .95s ease-out 1;
  box-shadow:inset 3px 0 0 rgba(255,76,94,.86),inset 18px 0 38px rgba(240,48,64,.035);
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover td{
  text-shadow:0 0 18px rgba(255,255,255,.055);
}
#lanes.transit-premium .lanes td.m::before{
  width:6px;height:6px;
  background:#737f91;
  box-shadow:0 0 0 3px rgba(115,127,145,.08),0 0 10px rgba(115,127,145,.08);
  transition:background .2s ease,box-shadow .2s ease,transform .2s ease;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover td.m::before{
  background:#ff5363;transform:scale(1.12);
  box-shadow:0 0 0 4px rgba(240,48,64,.10),0 0 18px rgba(240,48,64,.42);
}
#lanes.transit-premium .transit-time-badge{
  display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:6px 12px;
  border:1px solid rgba(255,86,101,.24);border-radius:999px;
  background:linear-gradient(180deg,rgba(240,48,64,.105),rgba(240,48,64,.035));
  color:#ff6674;font:700 11px/1 "IBM Plex Mono",monospace;letter-spacing:.07em;
  text-shadow:0 0 16px rgba(240,48,64,.34);
  box-shadow:0 0 0 1px rgba(240,48,64,.025),inset 0 1px 0 rgba(255,255,255,.07);
  transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease,color .22s ease;
}
#lanes.transit-premium .lanes tbody tr:not(.rg):hover .transit-time-badge{
  transform:translateY(-1px) scale(1.035);color:#fff0f2;border-color:rgba(255,95,110,.55);
  background:linear-gradient(180deg,rgba(255,69,87,.30),rgba(144,19,34,.17));
  animation:trxTransitPulseDark 1.65s ease-in-out infinite;
}
#lanes.transit-premium .lanes tr.rg td{
  position:relative;overflow:hidden;
  text-shadow:0 0 18px rgba(240,48,64,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),inset 0 -1px 0 rgba(0,0,0,.15);
}
#lanes.transit-premium .lanes tr.rg td::before{
  content:"";display:inline-block;width:18px;height:2px;margin:0 10px 3px 0;border-radius:99px;
  background:linear-gradient(90deg,#ff3449,#ff7b87);
  box-shadow:0 0 10px rgba(240,48,64,.55),0 0 20px rgba(240,48,64,.18);
}
#lanes.transit-premium .lanes tr.rg td::after{
  content:"";position:absolute;right:4%;top:50%;width:180px;height:1px;transform:translateY(-50%);
  background:linear-gradient(90deg,transparent,rgba(240,48,64,.23),transparent);
  box-shadow:0 0 12px rgba(240,48,64,.18);
}
html.light #lanes.transit-premium .kick::before,
html.light #lanes.transit-premium .kick::after{
  box-shadow:0 0 14px rgba(40,107,234,.36),0 0 28px rgba(40,107,234,.11);
}
html.light #lanes.transit-premium .lanes{
  border-color:rgba(38,91,182,.20);
  box-shadow:
    0 38px 100px rgba(28,58,112,.15),
    0 12px 32px rgba(31,65,122,.075),
    0 0 0 1px rgba(40,107,234,.035),
    0 0 48px rgba(40,107,234,.045),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 50px rgba(40,107,234,.018);
}
html.light #lanes.transit-premium .lanes:hover,
html.light #lanes.transit-premium .lanes:focus-within{
  border-color:rgba(40,107,234,.35);
  box-shadow:
    0 44px 110px rgba(28,58,112,.18),
    0 14px 38px rgba(31,65,122,.09),
    0 0 0 1px rgba(40,107,234,.075),
    0 0 66px rgba(40,107,234,.095),
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 0 58px rgba(40,107,234,.025);
}
html.light #lanes.transit-premium .lanes::before{
  background:linear-gradient(90deg,transparent 0%,rgba(40,107,234,.17) 14%,#286bea 30%,rgba(219,235,255,.99) 46%,#5b98ff 56%,rgba(40,107,234,.24) 72%,transparent 100%);
  background-size:230% 100%;animation:trxTransitEdgeFlow 4.8s linear infinite;
  box-shadow:0 0 12px rgba(40,107,234,.42),0 0 30px rgba(40,107,234,.17);
}
html.light #lanes.transit-premium .lscroll::before{
  background:linear-gradient(90deg,transparent,rgba(40,107,234,.018) 20%,rgba(40,107,234,.075) 43%,rgba(255,255,255,.75) 50%,rgba(40,107,234,.065) 57%,transparent 84%);
}
html.light #lanes.transit-premium .lscroll::after{
  background:
    radial-gradient(430px 190px at 7% 1%,rgba(255,255,255,.92),transparent 72%),
    radial-gradient(460px 220px at 93% 96%,rgba(40,107,234,.045),transparent 72%);
  mix-blend-mode:multiply;opacity:.55;
}
html.light #lanes.transit-premium .lanes thead th{
  background:linear-gradient(180deg,rgba(243,247,254,.99),rgba(232,239,250,.965));
  box-shadow:0 1px 0 rgba(40,107,234,.10),0 14px 28px rgba(31,65,122,.045),inset 0 1px 0 rgba(255,255,255,1);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover{
  background:
    linear-gradient(102deg,transparent 0 26%,rgba(255,255,255,.70) 41%,rgba(40,107,234,.10) 49%,rgba(255,255,255,.38) 57%,transparent 72%),
    linear-gradient(90deg,rgba(40,107,234,.105),rgba(40,107,234,.025) 48%,transparent 84%);
  background-size:220% 100%,100% 100%;animation:trxTransitRowSweep .95s ease-out 1;
  box-shadow:inset 3px 0 0 rgba(40,107,234,.90),inset 18px 0 38px rgba(40,107,234,.028);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover td{text-shadow:none}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover td.m::before{
  background:#286bea;box-shadow:0 0 0 4px rgba(40,107,234,.10),0 0 18px rgba(40,107,234,.34);
}
html.light #lanes.transit-premium .transit-time-badge{
  border-color:rgba(40,107,234,.20);
  background:linear-gradient(180deg,rgba(40,107,234,.085),rgba(40,107,234,.025));
  color:#135dcc;text-shadow:0 0 15px rgba(40,107,234,.13);
  box-shadow:0 0 0 1px rgba(40,107,234,.02),inset 0 1px 0 rgba(255,255,255,.95);
}
html.light #lanes.transit-premium .lanes tbody tr:not(.rg):hover .transit-time-badge{
  color:#0b4fba;border-color:rgba(40,107,234,.46);
  background:linear-gradient(180deg,rgba(218,233,255,.98),rgba(232,241,255,.93));
  animation:trxTransitPulseLight 1.65s ease-in-out infinite;
}
html.light #lanes.transit-premium .lanes tr.rg td{text-shadow:0 0 15px rgba(40,107,234,.10)}
html.light #lanes.transit-premium .lanes tr.rg td::before{
  background:linear-gradient(90deg,#145ed1,#63a0ff);
  box-shadow:0 0 10px rgba(40,107,234,.38),0 0 20px rgba(40,107,234,.12);
}
html.light #lanes.transit-premium .lanes tr.rg td::after{
  background:linear-gradient(90deg,transparent,rgba(40,107,234,.18),transparent);
  box-shadow:0 0 12px rgba(40,107,234,.12);
}

@media (hover:none){
  #lanes.transit-premium .lanes:active{
    border-color:rgba(255,90,104,.28);box-shadow:0 28px 70px rgba(0,0,0,.34),0 0 44px rgba(240,48,64,.08),inset 0 1px 0 rgba(255,255,255,.10);
  }
  html.light #lanes.transit-premium .lanes:active{
    border-color:rgba(40,107,234,.30);box-shadow:0 28px 70px rgba(28,58,112,.13),0 0 42px rgba(40,107,234,.075),inset 0 1px 0 rgba(255,255,255,1);
  }
}
@media (max-width:600px){
  #lanes.transit-premium .transit-time-badge{min-width:58px;padding:5px 10px;font-size:10px}
  #lanes.transit-premium .lanes tr.rg td::after{width:110px}
}
@media (prefers-reduced-motion:reduce){
  #lanes.transit-premium .lanes::before,
  #lanes.transit-premium .lscroll::before,
  #lanes.transit-premium .lanes tbody tr,
  #lanes.transit-premium .transit-time-badge{animation:none!important;transition:none!important}
}

.hero .hchip,
html.light .hero .hchip{
  --hero-glass-accent:240,48,64;
  --hero-glass-accent-solid:#F03040;
  position:relative!important;
  isolation:isolate;
  overflow:hidden;
  color:#F8FAFF!important;
  font-weight:700!important;
  background:
    linear-gradient(145deg,rgba(9,14,23,.32),rgba(12,18,29,.18))!important;
  border:1px solid rgba(255,255,255,.29)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 -1px 0 rgba(255,255,255,.035),
    0 17px 38px rgba(0,0,0,.25),
    0 0 0 1px rgba(255,255,255,.025)!important;
  text-shadow:0 2px 12px rgba(0,0,0,.68)!important;
  backdrop-filter:blur(11px) saturate(1.28)!important;
  -webkit-backdrop-filter:blur(11px) saturate(1.28)!important;
}
html.light .hero .hchip{
  --hero-glass-accent:31,111,255;
  --hero-glass-accent-solid:#1F6FFF;
}
.hero .hchip::after,
html.light .hero .hchip::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(120% 90% at 50% -25%,rgba(var(--hero-glass-accent),.17),transparent 55%),
    linear-gradient(180deg,rgba(255,255,255,.10),transparent 44%)!important;
  opacity:.68!important;
  transition:opacity .28s ease;
}
.hero .hchip::before,
html.light .hero .hchip::before{
  content:"";
  position:absolute;
  z-index:1;
  pointer-events:none;
  top:-48%;bottom:-48%;left:-72%;width:42%;
  transform:skewX(-20deg);
  opacity:0;
  filter:blur(4px);
  background:linear-gradient(90deg,
    transparent,
    rgba(var(--hero-glass-accent),.04),
    rgba(var(--hero-glass-accent),.48),
    rgba(255,255,255,.48),
    rgba(var(--hero-glass-accent),.11),
    transparent)!important;
  will-change:left,opacity;
}
.hero .hchip svg,
html.light .hero .hchip svg{
  color:rgb(var(--hero-glass-accent))!important;
  background:linear-gradient(145deg,rgba(var(--hero-glass-accent),.14),rgba(var(--hero-glass-accent),.035))!important;
  border:1px solid rgba(var(--hero-glass-accent),.31)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 8px 22px rgba(var(--hero-glass-accent),.14),
    0 0 14px rgba(var(--hero-glass-accent),.08)!important;
  filter:drop-shadow(0 0 7px rgba(var(--hero-glass-accent),.28))!important;
}
.hero .hchip:hover,
.hero .hchip:focus-visible,
html.light .hero .hchip:hover,
html.light .hero .hchip:focus-visible{
  color:#FFFFFF!important;
  border-color:rgba(var(--hero-glass-accent),.72)!important;
  background:
    linear-gradient(145deg,rgba(11,17,28,.39),rgba(var(--hero-glass-accent),.10))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    0 20px 45px rgba(0,0,0,.29),
    0 0 0 1px rgba(var(--hero-glass-accent),.14),
    0 0 34px rgba(var(--hero-glass-accent),.28)!important;
  text-shadow:0 2px 12px rgba(0,0,0,.74)!important;
}
.hero .hchip:hover svg,
.hero .hchip:focus-visible svg,
html.light .hero .hchip:hover svg,
html.light .hero .hchip:focus-visible svg{
  color:rgb(var(--hero-glass-accent))!important;
  border-color:rgba(var(--hero-glass-accent),.52)!important;
  background:linear-gradient(145deg,rgba(var(--hero-glass-accent),.21),rgba(var(--hero-glass-accent),.06))!important;
  filter:drop-shadow(0 0 14px rgba(var(--hero-glass-accent),.66))!important;
}

.offer,
html.light .offer{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:#EAF1F8!important;
  background:
    radial-gradient(120% 130% at 5% 0%,rgba(34,199,126,.105),transparent 52%),
    linear-gradient(135deg,rgba(7,15,19,.43),rgba(8,17,20,.27))!important;
  border:1px solid rgba(34,199,126,.42)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 16px 36px rgba(0,0,0,.24),
    0 0 24px rgba(34,199,126,.09)!important;
  backdrop-filter:blur(12px) saturate(1.22)!important;
  -webkit-backdrop-filter:blur(12px) saturate(1.22)!important;
  text-shadow:0 2px 10px rgba(0,0,0,.52)!important;
}
.offer::after,
html.light .offer::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
  background:linear-gradient(105deg,transparent 18%,rgba(255,255,255,.045) 45%,transparent 68%);
}
.offer>*{position:relative;z-index:1}
.offer .sh,
html.light .offer .sh{
  background:linear-gradient(160deg,#16294D,#0D1B36)!important;
  border:1px solid #2F5FB8!important;
  color:#7FA8FF!important;
  box-shadow:0 0 0 0 rgba(63,111,214,.45),inset 0 1px 0 rgba(255,255,255,.08)!important;
  animation:shieldPulse 2.8s ease-out infinite!important;
}
.offer b,
html.light .offer b{color:#22C77E!important;text-shadow:0 0 14px rgba(34,199,126,.22)!important}

@media (prefers-reduced-motion:reduce){
  .offer .sh,html.light .offer .sh{animation:none!important}
}

:root{
  --trx-micro-blue:40,107,234;
  --trx-micro-red:240,48,64;
  --trx-micro-silver:216,225,238;
}

.trx-section-progress{
  position:fixed;
  top:calc(var(--hdr-h,84px) - 1px);
  left:0;
  right:0;
  height:2px;
  z-index:118;
  pointer-events:none;
  opacity:.72;
  background:rgba(255,255,255,.025);
  transform:translateZ(0);
}
.trx-section-progress>.trx-progress-fill{
  position:absolute;
  inset:0 auto 0 0;
  width:100%;
  transform:scaleX(0);
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(var(--trx-micro-red),.18),rgba(var(--trx-micro-red),.88),rgba(255,255,255,.82));
  box-shadow:0 0 8px rgba(var(--trx-micro-red),.28);
  will-change:transform;
}
.trx-section-progress>.trx-progress-head{
  position:absolute;
  top:50%;
  left:0;
  width:34px;
  height:2px;
  transform:translate(-100%,-50%);
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.96));
  filter:drop-shadow(0 0 5px rgba(var(--trx-micro-red),.5));
  will-change:left;
}
.trx-progress-tick{
  position:absolute;
  top:50%;
  width:1px;
  height:6px;
  transform:translate(-50%,-50%);
  border-radius:2px;
  background:rgba(255,255,255,.17);
  transition:height .24s ease,background-color .24s ease,box-shadow .24s ease;
}
.trx-progress-tick.is-passed{background:rgba(var(--trx-micro-red),.48)}
.trx-progress-tick.is-current{
  height:9px;
  background:rgba(255,255,255,.9);
  box-shadow:0 0 8px rgba(var(--trx-micro-red),.45);
}
html.light .trx-section-progress{background:rgba(23,48,82,.055)}
html.light .trx-section-progress>.trx-progress-fill{
  background:linear-gradient(90deg,rgba(var(--trx-micro-blue),.18),rgba(var(--trx-micro-blue),.9),rgba(204,226,255,.98));
  box-shadow:0 0 8px rgba(var(--trx-micro-blue),.24);
}
html.light .trx-section-progress>.trx-progress-head{
  background:linear-gradient(90deg,transparent,rgba(70,139,255,.98));
  filter:drop-shadow(0 0 5px rgba(var(--trx-micro-blue),.42));
}
html.light .trx-progress-tick{background:rgba(25,58,105,.15)}
html.light .trx-progress-tick.is-passed{background:rgba(var(--trx-micro-blue),.42)}
html.light .trx-progress-tick.is-current{background:#286bea;box-shadow:0 0 8px rgba(var(--trx-micro-blue),.34)}

.trx-count-premium{
  font-variant-numeric:tabular-nums;
  text-rendering:geometricPrecision;
  transition:text-shadow .35s ease,color .35s ease,filter .35s ease;
}
.trx-count-premium.trx-count-done{
  text-shadow:0 0 14px rgba(var(--trx-micro-red),.18);
}
html.light .trx-count-premium.trx-count-done{
  text-shadow:0 0 12px rgba(var(--trx-micro-blue),.14);
}

:where(.product-group-card,.svc-detail,.doc-card,.about-card,.value-card,.why-item,.pl-card,.pl-row,.docs-brief,.docs-flow-step,.docs-sector-callout,.ui){
  transition-property:transform,border-color,box-shadow,background-color,filter;
  transition-duration:.28s;
  transition-timing-function:cubic-bezier(.2,.75,.25,1);
  will-change:transform;
}
@media (hover:hover) and (pointer:fine){
  :where(.product-group-card,.svc-detail,.doc-card,.about-card,.value-card,.why-item,.pl-card,.pl-row,.docs-brief,.docs-flow-step,.docs-sector-callout,.ui):hover{
    transform:translateY(-3px);
  }
}

.trx-micro-surface{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.trx-pointer-glow{
  position:absolute;
  left:0;
  top:0;
  width:190px;
  height:190px;
  margin:-95px 0 0 -95px;
  border-radius:50%;
  pointer-events:none;
  z-index:8;
  opacity:0;
  transform:translate3d(var(--trx-mx,50%),var(--trx-my,50%),0);
  background:radial-gradient(circle,rgba(var(--trx-micro-red),.12) 0,rgba(var(--trx-micro-red),.055) 34%,rgba(var(--trx-micro-red),0) 72%);
  mix-blend-mode:screen;
  transition:opacity .24s ease;
  will-change:transform,opacity;
}
.trx-micro-surface:hover>.trx-pointer-glow,
.trx-micro-surface:focus-within>.trx-pointer-glow{opacity:1}
html.light .trx-pointer-glow{
  background:radial-gradient(circle,rgba(255,255,255,.44) 0,rgba(var(--trx-micro-blue),.095) 34%,rgba(var(--trx-micro-blue),0) 72%);
  mix-blend-mode:normal;
}

.hchip>.trx-pointer-glow{width:130px;height:130px;margin:-65px 0 0 -65px}

.doc-card>.trx-holo-line{
  position:absolute;
  z-index:9;
  left:-42%;
  top:0;
  width:42%;
  height:1px;
  pointer-events:none;
  opacity:.38;
  background:linear-gradient(90deg,transparent,rgba(92,182,255,.55),rgba(255,255,255,.98),rgba(240,48,64,.38),transparent);
  box-shadow:0 0 7px rgba(146,202,255,.16);
  animation:trxHoloVerify 8.5s cubic-bezier(.55,0,.25,1) infinite;
}
.doc-card.doc-featured>.trx-holo-line{
  opacity:.58;
  background:linear-gradient(90deg,transparent,rgba(74,226,202,.58),rgba(255,255,255,.98),rgba(74,148,255,.62),rgba(240,48,64,.28),transparent);
}
.doc-card:hover>.trx-holo-line{opacity:.85;animation-duration:1.55s}
html.light .doc-card>.trx-holo-line{
  opacity:.5;
  background:linear-gradient(90deg,transparent,rgba(40,107,234,.36),rgba(255,255,255,1),rgba(103,164,255,.72),rgba(240,48,64,.22),transparent);
  box-shadow:0 0 8px rgba(40,107,234,.14);
}
@keyframes trxHoloVerify{
  0%,10%{left:-45%;opacity:.08}
  42%{opacity:.58}
  62%{left:103%;opacity:.22}
  100%{left:103%;opacity:.06}
}

.gal-ship.trx-ship-label{
  position:relative;
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  padding:7px;
  border-radius:15px;
  background:rgba(10,14,21,.62);
  border:1px solid rgba(255,255,255,.105);
  backdrop-filter:blur(13px) saturate(128%);
  -webkit-backdrop-filter:blur(13px) saturate(128%);
  box-shadow:0 12px 30px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.055);
}
.gal-ship.trx-ship-label::before{display:none}
.trx-ship-mode,.trx-ship-route,.trx-ship-verified,.trx-ship-year{
  display:inline-flex;
  align-items:center;
  min-height:29px;
  border-radius:10px;
  font-family:"IBM Plex Mono",monospace;
  line-height:1.15;
}
.trx-ship-mode{
  padding:0 10px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#ff6a78;
  border:1px solid rgba(var(--trx-micro-red),.24);
  background:rgba(var(--trx-micro-red),.075);
}
.trx-ship-route{
  padding:0 10px;
  color:rgba(239,244,252,.88);
  font-size:10.5px;
  letter-spacing:.015em;
}
.trx-ship-verified{
  width:29px;
  justify-content:center;
  color:#73e0ba;
  border:1px solid rgba(66,216,165,.20);
  background:rgba(66,216,165,.065);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.trx-ship-verified svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}
html.light .gal-ship.trx-ship-label{
  background:rgba(248,251,255,.70);
  border-color:rgba(36,72,124,.14);
  box-shadow:0 12px 32px rgba(27,57,105,.09),inset 0 1px 0 rgba(255,255,255,.95);
}
html.light .trx-ship-mode{
  color:#155bc7;
  border-color:rgba(var(--trx-micro-blue),.18);
  background:rgba(var(--trx-micro-blue),.06);
}
html.light .trx-ship-route{color:#34445c}
html.light .trx-ship-verified{color:#17855f;background:rgba(25,156,107,.055);border-color:rgba(25,156,107,.16)}

.ui-code{display:flex;align-items:center;flex-wrap:wrap;gap:7px}
.ui-code .ui-lbl{flex-basis:100%}
.trx-ship-year{
  min-height:24px;
  padding:0 8px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  color:#ff6876;
  border:1px solid rgba(var(--trx-micro-red),.22);
  background:rgba(var(--trx-micro-red),.07);
}
html.light .trx-ship-year{color:#155bc7;border-color:rgba(var(--trx-micro-blue),.18);background:rgba(var(--trx-micro-blue),.055)}

@media (hover:hover) and (pointer:fine){
  .gal-item{
    transition:transform .28s cubic-bezier(.2,.75,.25,1),box-shadow .28s ease,filter .28s ease;
  }
  .gal-item:hover{
    transform:translateY(-3px);
    box-shadow:0 24px 52px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.06);
    filter:saturate(1.035) contrast(1.015);
  }
  html.light .gal-item:hover{box-shadow:0 22px 50px rgba(28,58,112,.16),0 0 0 1px rgba(40,107,234,.07)}
}

@media (hover:none),(pointer:coarse){
  .trx-pointer-glow{display:none!important}
  :where(.product-group-card,.svc-detail,.doc-card,.about-card,.value-card,.why-item,.pl-card,.pl-row,.docs-brief,.docs-flow-step,.docs-sector-callout,.ui):active{transform:translateY(-1px)}
  .doc-card>.trx-holo-line{animation-duration:11s;opacity:.3}
}
@media(max-width:700px){
  .trx-section-progress{height:1px;opacity:.66}
  .trx-progress-tick{display:none}
  .gal-ship.trx-ship-label{width:100%;max-width:100%;gap:5px}
  .trx-ship-route{flex:1 1 170px;white-space:normal;line-height:1.35;padding-block:6px}
  .trx-ship-mode{flex:0 0 auto}
}

@media (prefers-reduced-motion:reduce){
  .trx-section-progress>*{transition:none!important}
  .doc-card>.trx-holo-line{animation:none!important;left:29%;opacity:.25}
  .trx-pointer-glow{display:none!important}
  .trx-count-premium{transition:none!important}
}

html:not(.light) .mega-menu a::before,
html:not(.light) .mnav-sub a::before{
  mix-blend-mode:screen;
  filter:blur(4px);
  background:linear-gradient(90deg,
    transparent 0%,
    rgba(128,0,20,.02) 10%,
    rgba(190,15,42,.18) 28%,
    rgba(240,48,64,.58) 43%,
    rgba(255,218,224,.98) 51%,
    rgba(255,92,111,.62) 58%,
    rgba(190,15,42,.20) 76%,
    transparent 100%);
  box-shadow:0 0 18px rgba(240,48,64,.34),0 0 44px rgba(184,13,42,.24);
}
html:not(.light) .mega-menu a{
  background:
    radial-gradient(120px 84px at 4% 14%,rgba(240,48,64,.075),transparent 72%),
    linear-gradient(128deg,rgba(255,255,255,.066),rgba(255,255,255,.022) 54%,rgba(240,48,64,.02));
}
html:not(.light) .mega-menu a:hover,
html:not(.light) .mega-menu a:focus-visible{
  border-color:rgba(255,92,111,.50);
  background:
    radial-gradient(165px 100px at 7% 27%,rgba(240,48,64,.20),transparent 72%),
    linear-gradient(128deg,rgba(255,255,255,.10),rgba(240,48,64,.06) 58%,rgba(255,92,111,.035));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 0 30px rgba(240,48,64,.085),
    0 18px 40px rgba(0,0,0,.36),
    0 0 0 1px rgba(240,48,64,.085),
    0 0 30px rgba(184,13,42,.16);
}
html:not(.light) .mega-menu a:hover::after,
html:not(.light) .mega-menu a:focus-visible::after,
html:not(.light) .mnav-sub a:hover::after,
html:not(.light) .mnav-sub a:focus-visible::after{
  color:#fff;
  border-color:rgba(255,132,147,.70);
  background:linear-gradient(145deg,#FF667A 0%,#DC2845 49%,#710011 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -2px 4px rgba(88,0,13,.30),
    0 0 22px rgba(240,48,64,.32),
    0 9px 20px rgba(95,0,16,.26);
}
html:not(.light) .mega-menu a:hover .about-code,
html:not(.light) .mega-menu a:focus-visible .about-code,
html:not(.light) .mnav-sub a:hover .about-code,
html:not(.light) .mnav-sub a:focus-visible .about-code{
  color:#fff;
  border-color:rgba(255,132,147,.74);
  background:linear-gradient(145deg,#FF7B8C 0%,#DC2845 44%,#710011 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.40),
    inset 0 -2px 5px rgba(88,0,13,.32),
    0 0 27px rgba(240,48,64,.37),
    0 11px 23px rgba(95,0,16,.27);
}
html:not(.light) .mnav-sub a:hover,
html:not(.light) .mnav-sub a:focus-visible{
  border-color:rgba(255,92,111,.42);
  background:
    radial-gradient(145px 92px at 6% 25%,rgba(240,48,64,.17),transparent 72%),
    linear-gradient(128deg,rgba(255,255,255,.085),rgba(240,48,64,.05));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    inset 0 0 25px rgba(240,48,64,.07),
    0 15px 33px rgba(0,0,0,.26),
    0 0 24px rgba(184,13,42,.13);
}

.hero .hchips{
  gap:11px!important;
}
.hero .hchip,
html.light .hero .hchip{
  min-height:86px!important;
  padding:10px 9px 9px!important;
  gap:6px!important;
  border-radius:15px!important;
  font-size:11.8px!important;
  line-height:1.26!important;
  letter-spacing:-.008em!important;
  transform-origin:50% 70%;
}
.hero .hchip svg,
html.light .hero .hchip svg{
  width:30px!important;
  height:30px!important;
  padding:5px!important;
  border-radius:9px!important;
  flex:0 0 30px!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  background:
    radial-gradient(circle at 32% 18%,rgba(255,255,255,.20),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(var(--hero-glass-accent),.14) 57%,rgba(0,0,0,.06))!important;
  border:1px solid rgba(var(--hero-glass-accent),.34)!important;
  outline:1px solid rgba(255,255,255,.045);
  outline-offset:-2px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.20),
    inset 0 -1px 0 rgba(0,0,0,.16),
    0 6px 15px rgba(0,0,0,.20),
    0 0 13px rgba(var(--hero-glass-accent),.11)!important;
  filter:drop-shadow(0 0 6px rgba(var(--hero-glass-accent),.30))!important;
  transition:transform .28s cubic-bezier(.22,1,.36,1),filter .25s,border-color .25s,box-shadow .25s,background .25s!important;
}
html.light .hero .hchip svg{
  background:
    radial-gradient(circle at 32% 18%,rgba(255,255,255,.98),transparent 31%),
    linear-gradient(145deg,rgba(255,255,255,.90),rgba(199,220,255,.58) 58%,rgba(126,170,239,.20))!important;
  border-color:rgba(var(--hero-glass-accent),.32)!important;
  outline-color:rgba(255,255,255,.62);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(28,83,173,.14),
    0 6px 15px rgba(20,61,126,.15),
    0 0 13px rgba(var(--hero-glass-accent),.10)!important;
}
.hero .hchip:hover,
.hero .hchip:focus-visible,
html.light .hero .hchip:hover,
html.light .hero .hchip:focus-visible{
  transform:translateY(-3px) scale(1.008)!important;
}
.hero .hchip:hover svg,
.hero .hchip:focus-visible svg,
html.light .hero .hchip:hover svg,
html.light .hero .hchip:focus-visible svg{
  transform:translateY(-1px) scale(1.075)!important;
  border-color:rgba(var(--hero-glass-accent),.60)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.26),
    inset 0 -1px 0 rgba(0,0,0,.13),
    0 8px 19px rgba(0,0,0,.20),
    0 0 20px rgba(var(--hero-glass-accent),.30)!important;
  filter:drop-shadow(0 0 10px rgba(var(--hero-glass-accent),.56))!important;
}

.hchip>.trx-pointer-glow{
  width:106px!important;
  height:106px!important;
  margin:-53px 0 0 -53px!important;
}
@media (max-width:1100px){
  .hero .hchip,
  html.light .hero .hchip{min-height:84px!important;padding:9px 8px 8px!important}
}
@media (max-width:600px){
  .hero .hchips{gap:9px!important}
  .hero .hchip,
  html.light .hero .hchip{
    min-height:72px!important;
    padding:8px 7px!important;
    gap:5px!important;
    border-radius:13px!important;
    font-size:11.2px!important;
    line-height:1.22!important;
  }
  .hero .hchip svg,
  html.light .hero .hchip svg{
    width:27px!important;
    height:27px!important;
    padding:4px!important;
    border-radius:8px!important;
    flex-basis:27px!important;
  }
}
@media (hover:none){
  .hero .hchip:hover,
  html.light .hero .hchip:hover{transform:none!important}
}

.hero .hchip .hchip-icon,
html.light .hero .hchip .hchip-icon{
  position:relative;
  z-index:3;
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  overflow:hidden;
  isolation:isolate;
  color:rgb(var(--hero-glass-accent));
  background:
    radial-gradient(circle at 28% 16%,rgba(255,255,255,.34),transparent 29%),
    linear-gradient(145deg,rgba(255,255,255,.105),rgba(var(--hero-glass-accent),.14) 52%,rgba(2,5,10,.17));
  border:1px solid rgba(var(--hero-glass-accent),.46);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    inset 0 -1px 0 rgba(0,0,0,.27),
    inset 0 0 0 1px rgba(255,255,255,.045),
    0 7px 16px rgba(0,0,0,.24),
    0 0 16px rgba(var(--hero-glass-accent),.15);
  transition:transform .32s cubic-bezier(.22,1,.36,1),border-color .28s,box-shadow .28s,background .28s;
}
.hero .hchip .hchip-icon::before,
html.light .hero .hchip .hchip-icon::before{
  content:"";
  position:absolute;
  inset:2px;
  z-index:-1;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.105);
  box-shadow:inset 0 0 11px rgba(var(--hero-glass-accent),.08);
  pointer-events:none;
}
.hero .hchip .hchip-icon::after,
html.light .hero .hchip .hchip-icon::after{
  content:"";
  position:absolute;
  z-index:1;
  top:-24%;
  left:-62%;
  width:34%;
  height:150%;
  transform:skewX(-20deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),rgba(255,255,255,.68),rgba(var(--hero-glass-accent),.22),transparent);
  opacity:.45;
  pointer-events:none;
  transition:left .62s cubic-bezier(.22,1,.36,1),opacity .28s;
}
.hero .hchip .hchip-icon svg,
html.light .hero .hchip .hchip-icon svg{
  position:relative;
  z-index:2;
  width:19px!important;
  height:19px!important;
  flex:0 0 19px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:inherit!important;
  stroke:currentColor!important;
  stroke-width:1.48!important;
  vector-effect:non-scaling-stroke;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.08)) drop-shadow(0 0 4px rgba(var(--hero-glass-accent),.30))!important;
  transition:transform .32s cubic-bezier(.22,1,.36,1),filter .28s!important;
}
.hero .hchip .hchip-icon .ico-soft,
html.light .hero .hchip .hchip-icon .ico-soft{
  fill:currentColor;
  fill-opacity:.055;
  stroke:currentColor;
  stroke-opacity:.55;
}
.hero .hchip .hchip-icon .ico-dot,
html.light .hero .hchip .hchip-icon .ico-dot{
  fill:currentColor;
  stroke:none;
}
html.light .hero .hchip .hchip-icon{
  background:
    radial-gradient(circle at 27% 14%,rgba(255,255,255,1),transparent 31%),
    linear-gradient(145deg,rgba(255,255,255,.88),rgba(206,224,255,.50) 52%,rgba(101,153,238,.17));
  border-color:rgba(var(--hero-glass-accent),.42);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(21,72,153,.16),
    inset 0 0 0 1px rgba(255,255,255,.55),
    0 7px 16px rgba(18,60,128,.16),
    0 0 16px rgba(var(--hero-glass-accent),.12);
}
html.light .hero .hchip .hchip-icon::before{
  border-color:rgba(255,255,255,.76);
  box-shadow:inset 0 0 11px rgba(var(--hero-glass-accent),.08);
}
.hero .hchip:hover .hchip-icon,
.hero .hchip:focus-visible .hchip-icon,
html.light .hero .hchip:hover .hchip-icon,
html.light .hero .hchip:focus-visible .hchip-icon{
  transform:translateY(-1px) scale(1.055);
  border-color:rgba(var(--hero-glass-accent),.74);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.42),
    inset 0 -1px 0 rgba(0,0,0,.17),
    inset 0 0 0 1px rgba(255,255,255,.06),
    0 8px 18px rgba(0,0,0,.24),
    0 0 24px rgba(var(--hero-glass-accent),.34);
}
.hero .hchip:hover .hchip-icon::after,
.hero .hchip:focus-visible .hchip-icon::after,
html.light .hero .hchip:hover .hchip-icon::after,
html.light .hero .hchip:focus-visible .hchip-icon::after{
  left:132%;
  opacity:.75;
}
.hero .hchip:hover .hchip-icon svg,
.hero .hchip:focus-visible .hchip-icon svg,
html.light .hero .hchip:hover .hchip-icon svg,
html.light .hero .hchip:focus-visible .hchip-icon svg{
  transform:scale(1.035);
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.12)) drop-shadow(0 0 7px rgba(var(--hero-glass-accent),.58))!important;
}
@media (max-width:600px){
  .hero .hchip .hchip-icon,
  html.light .hero .hchip .hchip-icon{width:29px;height:29px;flex-basis:29px;border-radius:9px}
  .hero .hchip .hchip-icon::before,
  html.light .hero .hchip .hchip-icon::before{border-radius:7px}
  .hero .hchip .hchip-icon svg,
  html.light .hero .hchip .hchip-icon svg{width:17px!important;height:17px!important;flex-basis:17px!important}
}
@media (hover:none){
  .hero .hchip .hchip-icon::after,
  html.light .hero .hchip .hchip-icon::after{display:none}
  .hero .hchip:hover .hchip-icon,
  html.light .hero .hchip:hover .hchip-icon{transform:none}
}
@media (prefers-reduced-motion:reduce){
  .hero .hchip .hchip-icon,
  .hero .hchip .hchip-icon::after,
  .hero .hchip .hchip-icon svg{transition:none!important}
}

.hero .hchip .hchip-icon,
html.light .hero .hchip .hchip-icon{
  width:32px!important;
  height:32px!important;
  flex:0 0 32px!important;
  border-radius:50%!important;
  overflow:hidden!important;
  isolation:isolate;
  color:#E9EDF2!important;
  border:0!important;
  outline:0!important;
  background:
    linear-gradient(145deg,
      rgba(255,255,255,.98) 0%,
      rgba(181,188,197,.96) 18%,
      rgba(72,79,88,.98) 38%,
      rgba(18,22,28,.99) 52%,
      rgba(111,120,130,.96) 71%,
      rgba(237,241,245,.97) 88%,
      rgba(75,82,91,.98) 100%)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.42),
    0 8px 17px rgba(0,0,0,.28),
    0 0 0 1px rgba(0,0,0,.44),
    0 0 13px rgba(var(--hero-glass-accent),.10)!important;
  transition:transform .30s cubic-bezier(.22,1,.36,1),box-shadow .28s,filter .28s!important;
}
.hero .hchip .hchip-icon::before,
html.light .hero .hchip .hchip-icon::before{
  content:""!important;
  position:absolute!important;
  inset:2px!important;
  z-index:0!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:
    radial-gradient(circle at 34% 24%,rgba(255,255,255,.095),transparent 29%),
    linear-gradient(150deg,#171C23 0%,#0A0D12 55%,#20262E 100%)!important;
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.10),
    inset 0 -1px 1px rgba(0,0,0,.75),
    inset 0 0 0 1px rgba(var(--hero-glass-accent),.10)!important;
}
.hero .hchip .hchip-icon::after,
html.light .hero .hchip .hchip-icon::after{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  top:-12%!important;
  left:-62%!important;
  width:28%!important;
  height:124%!important;
  border-radius:50%!important;
  transform:skewX(-18deg)!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),rgba(255,255,255,.78),rgba(255,255,255,.06),transparent)!important;
  opacity:.28!important;
  transition:left .72s cubic-bezier(.2,.78,.22,1),opacity .28s!important;
  pointer-events:none!important;
}
.hero .hchip .hchip-icon svg,
html.light .hero .hchip .hchip-icon svg{
  position:relative!important;
  z-index:2!important;
  width:17px!important;
  height:17px!important;
  flex:0 0 17px!important;
  padding:0!important;
  color:#E7EBEF!important;
  stroke:currentColor!important;
  stroke-width:1.35!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.14))
    drop-shadow(0 0 2px rgba(255,255,255,.16))!important;
  transition:transform .30s cubic-bezier(.22,1,.36,1),filter .28s,color .28s!important;
}
.hero .hchip .hchip-icon .ico-soft,
html.light .hero .hchip .hchip-icon .ico-soft{
  fill:rgba(var(--hero-glass-accent),.08)!important;
  stroke:currentColor!important;
  stroke-opacity:.55!important;
}
.hero .hchip .hchip-icon .ico-dot,
html.light .hero .hchip .hchip-icon .ico-dot{
  fill:rgb(var(--hero-glass-accent))!important;
  stroke:none!important;
  filter:drop-shadow(0 0 3px rgba(var(--hero-glass-accent),.65));
}
.hero .hchip:hover .hchip-icon,
.hero .hchip:focus-visible .hchip-icon,
html.light .hero .hchip:hover .hchip-icon,
html.light .hero .hchip:focus-visible .hchip-icon{
  transform:translateY(-1px) scale(1.045)!important;
  box-shadow:
    0 1px 0 rgba(255,255,255,.55),
    0 10px 22px rgba(0,0,0,.30),
    0 0 0 1px rgba(var(--hero-glass-accent),.38),
    0 0 17px rgba(var(--hero-glass-accent),.22)!important;
}
.hero .hchip:hover .hchip-icon::after,
.hero .hchip:focus-visible .hchip-icon::after,
html.light .hero .hchip:hover .hchip-icon::after,
html.light .hero .hchip:focus-visible .hchip-icon::after{
  left:134%!important;
  opacity:.66!important;
}
.hero .hchip:hover .hchip-icon svg,
.hero .hchip:focus-visible .hchip-icon svg,
html.light .hero .hchip:hover .hchip-icon svg,
html.light .hero .hchip:focus-visible .hchip-icon svg{
  transform:scale(1.045)!important;
  color:#FFFFFF!important;
  filter:
    drop-shadow(0 1px 0 rgba(255,255,255,.20))
    drop-shadow(0 0 5px rgba(var(--hero-glass-accent),.28))!important;
}

html.light .hero .hchip .hchip-icon{
  color:#263445!important;
  background:
    linear-gradient(145deg,
      #FFFFFF 0%,
      #DCE2E9 19%,
      #7D8793 39%,
      #EEF2F6 54%,
      #A7B0BA 72%,
      #FFFFFF 89%,
      #8F99A5 100%)!important;
  box-shadow:
    0 1px 0 #fff,
    0 7px 15px rgba(26,42,65,.18),
    0 0 0 1px rgba(55,67,83,.20),
    0 0 12px rgba(var(--hero-glass-accent),.08)!important;
}
html.light .hero .hchip .hchip-icon::before{
  border-color:rgba(255,255,255,.88)!important;
  background:
    radial-gradient(circle at 34% 23%,rgba(255,255,255,1),transparent 30%),
    linear-gradient(150deg,#F8FAFC 0%,#E4E9EF 56%,#F5F7FA 100%)!important;
  box-shadow:
    inset 0 1px 1px #fff,
    inset 0 -1px 1px rgba(70,84,103,.20),
    inset 0 0 0 1px rgba(var(--hero-glass-accent),.10)!important;
}
html.light .hero .hchip .hchip-icon svg{color:#27374A!important}
html.light .hero .hchip:hover .hchip-icon svg,
html.light .hero .hchip:focus-visible .hchip-icon svg{color:#102238!important}

.hero .hchip .hchip-icon + span{
  position:relative;
}
.hero .hchip .hchip-icon + span::before{
  content:"";
  position:absolute;
  top:-5px;
  left:50%;
  width:14px;
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(var(--hero-glass-accent),.72),transparent);
  opacity:.42;
  transition:width .28s,opacity .28s;
}
.hero .hchip:hover .hchip-icon + span::before,
.hero .hchip:focus-visible .hchip-icon + span::before{
  width:22px;
  opacity:.85;
}

@media (max-width:600px){
  .hero .hchip .hchip-icon,
  html.light .hero .hchip .hchip-icon{width:28px!important;height:28px!important;flex-basis:28px!important}
  .hero .hchip .hchip-icon svg,
  html.light .hero .hchip .hchip-icon svg{width:15px!important;height:15px!important;flex-basis:15px!important}
}
@media (hover:none){
  .hero .hchip .hchip-icon::after,
  html.light .hero .hchip .hchip-icon::after{display:none!important}
}
@media (prefers-reduced-motion:reduce){
  .hero .hchip .hchip-icon,
  .hero .hchip .hchip-icon::after,
  .hero .hchip .hchip-icon svg,
  .hero .hchip .hchip-icon + span::before{transition:none!important}
}

:root{
  --auto-accent:#e12b3e;
  --auto-accent-rgb:225,43,62;
  --auto-silver:#d8dce1;
  --auto-silver-2:#8e98a5;
  --auto-graphite:#111419;
  --auto-graphite-2:#080a0d;
  --auto-line:rgba(232,236,242,.16);
  --auto-line-strong:rgba(232,236,242,.27);
  --auto-glass:rgba(13,16,21,.66);
  --auto-glass-2:rgba(7,9,12,.83);
  --auto-shadow:0 26px 70px rgba(0,0,0,.34);
  --auto-radius:20px;
}
html.light{
  --auto-accent:#2867d8;
  --auto-accent-rgb:40,103,216;
  --auto-silver:#29384c;
  --auto-silver-2:#738096;
  --auto-graphite:#f8f9fb;
  --auto-graphite-2:#eef1f5;
  --auto-line:rgba(19,35,58,.12);
  --auto-line-strong:rgba(19,35,58,.22);
  --auto-glass:rgba(255,255,255,.68);
  --auto-glass-2:rgba(246,248,251,.86);
  --auto-shadow:0 22px 58px rgba(31,52,83,.14);
}

body{
  background:
    radial-gradient(1000px 520px at 10% -8%,rgba(var(--auto-accent-rgb),.055),transparent 64%),
    linear-gradient(180deg,var(--bg),var(--bg-2) 45%,var(--bg));
}
body::before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.009) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(180deg,#000,transparent 78%);
}
html.light body::before{opacity:.18;background-image:linear-gradient(rgba(21,39,65,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(21,39,65,.018) 1px,transparent 1px)}
h1,h2,h3,.title,.gal-title{font-weight:650;letter-spacing:-.035em}
.kick,.marq-kick,.docs-flow-head span,.stat .tg,.about-card .about-no,.doc-no,.doc-type{
  letter-spacing:.19em!important;font-weight:650!important;
}
.kick::before,.kick::after,.marq-kick::before,.marq-kick::after{
  height:1px!important;box-shadow:none!important;background:linear-gradient(90deg,transparent,rgba(var(--auto-accent-rgb),.9),transparent)!important;
}

#hdr{
  background:linear-gradient(180deg,rgba(5,6,8,.94),rgba(8,10,13,.84))!important;
  border-bottom:1px solid rgba(225,230,237,.12)!important;
  box-shadow:0 8px 28px rgba(0,0,0,.14),inset 0 -1px 0 rgba(255,255,255,.018);
  backdrop-filter:blur(24px) saturate(1.18)!important;-webkit-backdrop-filter:blur(24px) saturate(1.18)!important;
}
html.light #hdr{
  background:linear-gradient(180deg,rgba(252,253,254,.92),rgba(240,243,247,.85))!important;
  border-bottom-color:rgba(25,42,66,.11)!important;
  box-shadow:0 9px 26px rgba(25,42,66,.08),inset 0 -1px 0 rgba(255,255,255,.7);
}
#hdr .wrap{height:72px!important}
.header-brand{filter:drop-shadow(0 7px 14px rgba(0,0,0,.28));transition:filter .25s,transform .25s}
.header-brand:hover{transform:translateY(-1px);filter:drop-shadow(0 9px 20px rgba(0,0,0,.36))}
nav.main>a,.nav-trigger{font-size:12.5px!important;font-weight:560!important;letter-spacing:.01em!important;padding-top:27px!important;padding-bottom:24px!important}
nav.main>a::after,.nav-trigger::after{height:1px!important;bottom:12px!important;box-shadow:0 0 10px rgba(var(--auto-accent-rgb),.35)!important;background:linear-gradient(90deg,transparent,rgb(var(--auto-accent-rgb)),transparent)!important}
.icon-btn{
  border-radius:12px!important;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  border-color:var(--auto-line)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 20px rgba(0,0,0,.12)!important;
}
html.light .icon-btn{background:linear-gradient(145deg,#fff,#edf1f5)!important;box-shadow:inset 0 1px 0 #fff,0 7px 18px rgba(30,48,74,.09)!important}
.btn-pill,.mnav-cta{
  border:1px solid rgba(var(--auto-accent-rgb),.42)!important;border-radius:12px!important;
  background:linear-gradient(180deg,rgb(var(--auto-accent-rgb)),color-mix(in srgb,rgb(var(--auto-accent-rgb)) 78%,#111 22%))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 26px rgba(var(--auto-accent-rgb),.18)!important;
}
.mega-menu,.lang-menu,.mnav{
  background:linear-gradient(160deg,rgba(18,21,27,.98),rgba(6,8,11,.985))!important;
  border-color:rgba(225,230,237,.15)!important;border-radius:20px!important;
  box-shadow:0 30px 90px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.05)!important;
}
html.light .mega-menu,html.light .lang-menu,html.light .mnav{
  background:linear-gradient(155deg,rgba(255,255,255,.985),rgba(239,243,248,.98))!important;
  border-color:rgba(25,42,66,.13)!important;box-shadow:0 26px 65px rgba(30,48,74,.15),inset 0 1px 0 #fff!important;
}
.mega-menu a,.lang-menu button{border:1px solid transparent!important}
.mega-menu a:hover,.lang-menu button:hover{
  transform:translateX(2px)!important;border-color:rgba(var(--auto-accent-rgb),.22)!important;
  background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.10),rgba(255,255,255,.025))!important;
}
html.light .mega-menu a:hover,html.light .lang-menu button:hover{background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.08),rgba(255,255,255,.78))!important}

.hero{background:#050608!important}
.hero-vid{filter:brightness(.48) saturate(.78) contrast(1.13)!important}
html.light .hero-vid{filter:brightness(.58) saturate(.72) contrast(1.08)!important}
.hero::before{filter:brightness(.48) saturate(.78) contrast(1.13)!important}
.hero .fade{
  background:
    radial-gradient(900px 520px at 20% 48%,rgba(0,0,0,.18),rgba(3,5,8,.44) 62%,transparent 78%),
    linear-gradient(90deg,rgba(3,5,8,.72) 0%,rgba(3,5,8,.38) 38%,rgba(3,5,8,.14) 68%,rgba(3,5,8,.28) 100%),
    linear-gradient(180deg,rgba(3,5,8,.46) 0%,rgba(3,5,8,.06) 32%,rgba(3,5,8,.12) 72%,rgba(3,5,8,.70) 100%)!important;
}
html.light .hero .fade{
  background:
    linear-gradient(90deg,rgba(239,243,248,.50) 0%,rgba(239,243,248,.12) 46%,rgba(8,12,18,.12) 100%),
    linear-gradient(180deg,rgba(8,12,18,.26),rgba(8,12,18,.03) 38%,rgba(8,12,18,.08) 72%,rgba(8,12,18,.46))!important;
}
@media(min-width:901px){
  .hero-inner{width:min(100%,1320px)!important;max-width:1320px!important;text-align:left!important;padding:96px 64px 38px!important}
  .hero .eyebrow{margin-bottom:24px!important}
  .hero h1{max-width:780px!important;font-size:clamp(42px,4.7vw,70px)!important;line-height:1.02!important;letter-spacing:-.025em!important;transform:none!important}
  .hero .sub{margin:24px 0 0!important;max-width:660px!important;font-size:16px!important}
  .hero .ctas{justify-content:flex-start!important;margin-top:30px!important}
  .hero .offer{margin-left:0!important;margin-right:0!important}
  .hero .hchips{width:100%!important;max-width:1180px!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;justify-content:stretch!important;margin:34px 0 0!important}
}
.hero .eyebrow{
  border-color:rgba(230,235,241,.20)!important;background:rgba(8,10,14,.58)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 26px rgba(0,0,0,.18)!important;
}
.hero h1{
  background:linear-gradient(180deg,#fff 0%,#e2e5e9 33%,#a8afb8 61%,#e6e9ed 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;filter:drop-shadow(0 12px 28px rgba(0,0,0,.48))!important;
}
.hero .sub{color:#d6d9de!important;font-weight:450!important}
.btn-red{
  border:1px solid rgba(var(--auto-accent-rgb),.5)!important;border-radius:12px!important;
  background:linear-gradient(180deg,rgb(var(--auto-accent-rgb)),color-mix(in srgb,rgb(var(--auto-accent-rgb)) 78%,#111 22%))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 28px rgba(var(--auto-accent-rgb),.23)!important;
}
.btn-red:hover{transform:translateY(-2px)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 18px 38px rgba(var(--auto-accent-rgb),.31)!important}
.hero .offer{
  background:linear-gradient(145deg,rgba(13,18,22,.63),rgba(7,10,13,.46))!important;
  border-color:rgba(58,187,125,.32)!important;border-radius:16px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 34px rgba(0,0,0,.21)!important;
}
html.light .hero .offer{background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(229,238,244,.60))!important;color:#1a3042!important;border-color:rgba(34,154,105,.28)!important}

.hero .hchip,html.light .hero .hchip{
  min-height:88px!important;padding:12px 10px!important;border-radius:17px!important;
  background:linear-gradient(155deg,rgba(25,29,35,.72),rgba(6,8,11,.62))!important;
  border:1px solid rgba(225,230,237,.20)!important;color:#f5f6f8!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(0,0,0,.42),0 15px 32px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important;
}
html.light .hero .hchip{
  background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(226,231,238,.61))!important;
  border-color:rgba(42,60,84,.20)!important;color:#172338!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),inset 0 -1px 0 rgba(58,77,104,.08),0 14px 28px rgba(27,46,73,.12)!important;
}
.hero .hchip:hover,html.light .hero .hchip:hover{
  transform:translateY(-3px)!important;border-color:rgba(var(--auto-accent-rgb),.52)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 38px rgba(0,0,0,.28),0 0 0 1px rgba(var(--auto-accent-rgb),.08),0 0 22px rgba(var(--auto-accent-rgb),.15)!important;
}
html.light .hero .hchip:hover{box-shadow:inset 0 1px 0 #fff,0 18px 38px rgba(27,46,73,.15),0 0 0 1px rgba(var(--auto-accent-rgb),.08),0 0 22px rgba(var(--auto-accent-rgb),.12)!important}

:where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.faq details,.qform,.qform-advanced,.qfile-drop,.lanes,.gal-item,.wa-panel,.modal .box){
  border-color:var(--auto-line)!important;
  box-shadow:var(--auto-shadow),inset 0 1px 0 rgba(255,255,255,.045)!important;
}
:where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.faq details,.qform,.qform-advanced,.qfile-drop,.lanes){
  background:linear-gradient(145deg,rgba(22,26,32,.76),rgba(7,9,12,.72))!important;
}
html.light :where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.faq details,.qform,.qform-advanced,.qfile-drop,.lanes){
  background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(237,240,245,.82))!important;
  box-shadow:0 22px 55px rgba(30,48,74,.10),inset 0 1px 0 #fff!important;
}
:where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui,.faq details){
  position:relative;overflow:hidden;
}
:where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui,.faq details)::after{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.36;
  background:linear-gradient(118deg,transparent 18%,rgba(255,255,255,.035) 38%,transparent 55%);
}
html.light :where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui,.faq details)::after{opacity:.6;background:linear-gradient(118deg,transparent 20%,rgba(255,255,255,.62) 39%,transparent 56%)}
:where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui):hover{
  transform:translateY(-3px)!important;border-color:rgba(var(--auto-accent-rgb),.30)!important;
  box-shadow:0 28px 66px rgba(0,0,0,.27),0 0 0 1px rgba(var(--auto-accent-rgb),.045),inset 0 1px 0 rgba(255,255,255,.065)!important;
}
html.light :where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui):hover{
  box-shadow:0 26px 58px rgba(30,48,74,.14),0 0 0 1px rgba(var(--auto-accent-rgb),.05),inset 0 1px 0 #fff!important;
}

section.blk,.product-groups,.docs-sec,.about-sec,.formsec,.live,.comp{border-color:var(--auto-line)!important}
.product-groups::before,.docs-sec::before{opacity:.55!important}
.product-group-grid{border-radius:22px!important;border-color:var(--auto-line)!important;box-shadow:var(--auto-shadow)!important}
.product-group-card{border-radius:0!important}
.product-group-icon,.value-icon,.doc-icon{
  border-radius:50%!important;color:#e9edf1!important;
  background:linear-gradient(145deg,#eef1f4 0%,#8f98a3 18%,#252a31 41%,#0c0f13 58%,#858e99 79%,#f2f4f6 100%)!important;
  border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 10px 20px rgba(0,0,0,.23),inset 0 0 0 2px rgba(0,0,0,.52),0 0 13px rgba(var(--auto-accent-rgb),.08)!important;
}
.product-group-icon::before,.value-icon::before,.doc-icon::before{content:"";position:absolute;inset:3px;border-radius:inherit;background:linear-gradient(145deg,#181c22,#07090c);z-index:0}
.product-group-icon svg,.value-icon svg,.doc-icon svg{position:relative;z-index:1}
html.light .product-group-icon,html.light .value-icon,html.light .doc-icon{color:#20324b!important;background:linear-gradient(145deg,#fff,#d3d9e1 26%,#778291 48%,#f8fafc 66%,#a3acb8 82%,#fff)!important}
html.light .product-group-icon::before,html.light .value-icon::before,html.light .doc-icon::before{background:linear-gradient(145deg,#fff,#e7ebf1)}
.product-group-clean .product-group-icon{color:#e9edf1!important}
.product-group-action b,.doc-no,.doc-native,.about-card .about-no,.svc-detail .svc-link::after{color:rgb(var(--auto-accent-rgb))!important}

.marq{background:linear-gradient(180deg,rgba(10,12,16,.88),rgba(5,7,10,.82))!important;border-block:1px solid var(--auto-line)!important}
html.light .marq{background:linear-gradient(180deg,rgba(250,251,253,.94),rgba(236,240,245,.86))!important}
.marq-nav{border-color:var(--auto-line)!important;background:linear-gradient(145deg,#1b2027,#080a0e)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.24)!important}
html.light .marq-nav{background:linear-gradient(145deg,#fff,#e5e9ef)!important;box-shadow:inset 0 1px 0 #fff,0 9px 20px rgba(30,48,74,.10)!important}
.mq-cap{border-radius:14px!important;transition:background .2s,transform .2s!important}
.mq-cap:hover{transform:translateY(-2px);background:rgba(255,255,255,.035)!important}
html.light .mq-cap:hover{background:rgba(32,53,80,.035)!important}

.about-menu a{border-radius:14px!important;padding:12px 12px!important}
.about-code{
  border-radius:10px!important;border-color:rgba(var(--auto-accent-rgb),.34)!important;
  background:linear-gradient(145deg,rgba(var(--auto-accent-rgb),.13),rgba(255,255,255,.015))!important;
}
.about-menu a:hover .about-code{box-shadow:0 0 18px rgba(var(--auto-accent-rgb),.17)!important}

.doc-card{border-radius:20px!important}
.doc-card::before{height:1px!important;background:linear-gradient(90deg,transparent,rgb(var(--auto-accent-rgb)),rgba(220,225,233,.9),transparent)!important}
.doc-card:hover::before{box-shadow:0 0 14px rgba(var(--auto-accent-rgb),.28)!important}
.doc-priority{border-radius:999px!important;background:rgba(var(--auto-accent-rgb),.085)!important;border-color:rgba(var(--auto-accent-rgb),.25)!important;color:rgb(var(--auto-accent-rgb))!important}
.docs-flow{border-radius:20px!important;overflow:hidden}

.gal-title{letter-spacing:-.035em!important}
.gal-ship{
  border-radius:999px!important;border:1px solid var(--auto-line)!important;
  background:linear-gradient(145deg,rgba(20,24,30,.74),rgba(8,10,13,.65))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 12px 24px rgba(0,0,0,.18)!important;
}
html.light .gal-ship{background:linear-gradient(145deg,rgba(255,255,255,.90),rgba(235,239,244,.82))!important}
.gal-item{border-radius:20px!important;border:1px solid var(--auto-line)!important;background:#0a0c0f!important}
.gal-item img{filter:saturate(.88) contrast(1.04);transition:transform .38s cubic-bezier(.22,1,.36,1),filter .35s}
.gal-item:hover img{transform:scale(1.018);filter:saturate(.96) contrast(1.07)}
.gal-item figcaption{background:linear-gradient(180deg,transparent,rgba(4,6,9,.86))!important;padding:38px 16px 14px!important}
.gal-nav{border:1px solid var(--auto-line)!important;background:linear-gradient(145deg,rgba(28,33,40,.94),rgba(7,9,12,.96))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 25px rgba(0,0,0,.24)!important}
html.light .gal-nav{background:linear-gradient(145deg,#fff,#e5e9ef)!important;color:#1d2b3f!important}

.lanes{border-radius:22px!important;box-shadow:0 28px 70px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.04)!important}
.lanes thead th{background:linear-gradient(180deg,#12161c,#0b0e12)!important;border-bottom:1px solid var(--auto-line)!important}
html.light .lanes thead th{background:linear-gradient(180deg,#f7f9fb,#e8edf3)!important}
.lanes tbody tr:not(.rg){transition:background .18s,transform .18s}
.lanes tbody tr:not(.rg):hover{background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.055),rgba(255,255,255,.018),transparent)!important}
.lanes tr.rg td{background:linear-gradient(90deg,rgba(var(--auto-accent-rgb),.09),rgba(var(--auto-accent-rgb),.025))!important;color:rgb(var(--auto-accent-rgb))!important}
.lanes td.d{color:rgb(var(--auto-accent-rgb))!important;font-weight:650!important}

.formsec::before{background:rgba(var(--auto-accent-rgb),.035)!important}
.qform{border-radius:24px!important;padding:28px!important}
.qfield-no{border-radius:7px!important;background:rgba(var(--auto-accent-rgb),.08)!important;border-color:rgba(var(--auto-accent-rgb),.24)!important;color:rgb(var(--auto-accent-rgb))!important}
.qform input,.qform select,.qform textarea{
  border-radius:13px!important;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.016))!important;
  border-color:rgba(229,234,241,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)!important;
}
html.light .qform input,html.light .qform select,html.light .qform textarea{background:linear-gradient(145deg,#fff,#f1f4f8)!important;border-color:rgba(25,42,66,.14)!important;box-shadow:inset 0 1px 0 #fff!important}
.qform input:focus,.qform select:focus,.qform textarea:focus{border-color:rgba(var(--auto-accent-rgb),.56)!important;box-shadow:0 0 0 3px rgba(var(--auto-accent-rgb),.075),inset 0 1px 0 rgba(255,255,255,.04)!important}
.qform button#sendBtn{border:1px solid rgba(var(--auto-accent-rgb),.45)!important;background:linear-gradient(180deg,rgb(var(--auto-accent-rgb)),color-mix(in srgb,rgb(var(--auto-accent-rgb)) 76%,#111 24%))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 15px 30px rgba(var(--auto-accent-rgb),.20)!important}
.qform-advanced{border-radius:18px!important}
.qfile-drop{border-style:solid!important;border-radius:16px!important}

.faq details{border-radius:16px!important;margin-bottom:10px!important}
.faq summary{font-weight:560!important}
.faq summary::after{color:rgb(var(--auto-accent-rgb))!important}
.faq details[open]{border-color:rgba(var(--auto-accent-rgb),.25)!important}

.comp{background:linear-gradient(180deg,var(--bg),var(--bg-2))!important}
.comp .chip{
  border-radius:11px!important;border-color:var(--auto-line)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;
}
html.light .comp .chip{background:linear-gradient(145deg,#fff,#edf1f5)!important;box-shadow:inset 0 1px 0 #fff!important}
.comp .chip.red{color:rgb(var(--auto-accent-rgb))!important;border-color:rgba(var(--auto-accent-rgb),.24)!important;background:rgba(var(--auto-accent-rgb),.06)!important}
footer{
  background:linear-gradient(180deg,#090b0e,#040506)!important;border-top:1px solid rgba(229,234,241,.11)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important;
}
html.light footer{background:linear-gradient(180deg,#eef1f5,#e4e8ee)!important;border-top-color:rgba(25,42,66,.10)!important}
footer h4{letter-spacing:.10em;text-transform:uppercase;font-size:10.5px!important;color:#cdd2d9!important}
html.light footer h4{color:#29384c!important}
footer a{transition:color .18s,transform .18s}
footer a:hover{color:rgb(var(--auto-accent-rgb))!important}

.btt,.wa-btn{
  border-color:var(--auto-line)!important;background:linear-gradient(145deg,rgba(28,33,40,.92),rgba(7,9,12,.95))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 32px rgba(0,0,0,.24)!important;
}
html.light .btt,html.light .wa-btn{background:linear-gradient(145deg,#fff,#e6ebf1)!important;box-shadow:inset 0 1px 0 #fff,0 12px 26px rgba(30,48,74,.12)!important}

html.light body{color:#111927!important}
html.light .title,html.light h1,html.light h2,html.light h3{color:#111927}
html.light .lead,html.light .about-card p,html.light .doc-desc,html.light .faq details p,html.light .svc-detail p{color:#5b6678!important}

@media(max-width:1200px){
  #hdr .wrap{height:72px!important}
}
@media(max-width:900px){
  .hero-inner{text-align:center!important;padding-inline:24px!important}
  .hero .ctas{justify-content:center!important}
  .hero .offer{margin-inline:auto!important}
  .hero .hchips{margin-inline:auto!important}
}
@media(max-width:600px){
  #hdr .wrap{height:66px!important}
  .hero{padding-top:92px!important}
  .hero h1{font-size:clamp(31px,10vw,44px)!important;line-height:1.05!important}
  .hero .sub{font-size:14px!important;line-height:1.6!important}
  .hero .hchips{gap:9px!important}
  .hero .hchip,html.light .hero .hchip{min-height:76px!important;border-radius:15px!important;padding:9px 7px!important}
  .qform{padding:18px!important;border-radius:20px!important}
  :where(.svc-detail,.about-card,.value-card,.doc-card,.pl-card){border-radius:17px!important}
}
@media(hover:none){
  :where(.stat,.svc-detail,.product-group-card,.about-card,.value-card,.why-item,.doc-card,.pl-card,.pl-row,.ui):hover{transform:none!important}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
}
html.light{--red:#2867D8;--red-2:#1E4FA8;--glow-rgb:40,103,216;--teal:#2867D8}

html.light .hero .hchip{
  background:linear-gradient(145deg,rgba(248,251,255,.38),rgba(207,217,231,.23))!important;
  border-color:rgba(255,255,255,.66)!important;
  color:#142239!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82),inset 0 -1px 0 rgba(64,82,108,.08),0 14px 28px rgba(27,46,73,.10)!important;
  backdrop-filter:blur(15px) saturate(1.12)!important;-webkit-backdrop-filter:blur(15px) saturate(1.12)!important;
}
html.light .hero .offer{
  background:linear-gradient(145deg,rgba(246,251,255,.42),rgba(213,227,235,.25))!important;
  border-color:rgba(34,154,105,.34)!important;color:#173044!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 14px 28px rgba(26,54,68,.10)!important;
  backdrop-filter:blur(15px) saturate(1.12)!important;-webkit-backdrop-filter:blur(15px) saturate(1.12)!important;
}

html.light .hero .hchip{
  background:linear-gradient(155deg,rgba(22,27,34,.54),rgba(7,10,14,.46))!important;
  border-color:rgba(255,255,255,.28)!important;color:#F5F7FA!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(0,0,0,.30),0 15px 30px rgba(0,0,0,.17)!important;
  backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important;
}
html.light .hero .hchip:hover{
  color:#fff!important;border-color:rgba(63,131,255,.60)!important;
  background:linear-gradient(155deg,rgba(20,38,65,.56),rgba(7,13,23,.48))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 18px 38px rgba(0,0,0,.20),0 0 0 1px rgba(40,103,216,.08),0 0 24px rgba(40,103,216,.19)!important;
}
html.light .hero .offer{
  background:linear-gradient(145deg,rgba(13,18,22,.57),rgba(7,10,13,.47))!important;
  border-color:rgba(58,187,125,.34)!important;color:#EAF2F7!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 15px 30px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(14px) saturate(1.12)!important;-webkit-backdrop-filter:blur(14px) saturate(1.12)!important;
}
html.light .hero .offer strong,html.light .hero .offer b{color:#26D991!important}

.hero-stage{position:absolute;z-index:4;right:27px;top:50%;transform:translateY(-42%);display:none;flex-direction:column;align-items:center;gap:7px;color:#e8ebef;font:500 9px/1 "IBM Plex Mono",monospace;pointer-events:none}
.hero-stage i{display:block;width:5px;height:5px;border-radius:50%;background:#6f7680;box-shadow:0 0 0 1px rgba(255,255,255,.08)}
.hero-stage i.on{width:8px;height:8px;background:#ef2736;box-shadow:0 0 14px rgba(239,39,54,.62)}
html.light .hero-stage{color:#233248}.hero-stage::before{content:"";position:absolute;top:23px;bottom:23px;width:1px;background:rgba(220,225,233,.23);z-index:-1}
html.light .hero-stage i.on{background:#2867d8;box-shadow:0 0 14px rgba(40,103,216,.42)}

.home-dashboard{max-width:1460px;margin:14px auto 32px;padding:0 24px;position:relative;z-index:2}
.dash-grid{display:grid;gap:14px;margin-bottom:14px}.dash-grid-top{grid-template-columns:.78fr 1.22fr}.dash-grid-bottom{grid-template-columns:.78fr 1.22fr}
.dash-panel{position:relative;overflow:hidden;border:1px solid rgba(220,225,233,.16);border-radius:13px;background:linear-gradient(145deg,rgba(16,19,23,.93),rgba(5,7,10,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 17px 38px rgba(0,0,0,.22)}
.dash-panel::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(118deg,transparent 20%,rgba(255,255,255,.025) 38%,transparent 54%)}
html.light .dash-panel{border-color:rgba(29,46,69,.14);background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(231,235,241,.91));box-shadow:inset 0 1px 0 #fff,0 17px 38px rgba(31,48,72,.09)}
html.light .dash-panel::after{background:linear-gradient(118deg,transparent 22%,rgba(255,255,255,.55) 39%,transparent 56%)}
.dash-panel-title{height:42px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(220,225,233,.10);font-family:Georgia,"Times New Roman",serif;font-size:13px;letter-spacing:.065em;color:#e5e8ec;position:relative;z-index:1}
.dash-panel-title::after{content:"";position:absolute;left:22px;bottom:-1px;width:22px;height:1px;background:#ef2736;box-shadow:0 0 7px rgba(239,39,54,.36)}
html.light .dash-panel-title{color:#182337;border-bottom-color:rgba(29,46,69,.09)}
html.light .dash-panel-title::after{background:#2867d8;box-shadow:0 0 7px rgba(40,103,216,.25)}
.dash-view-all{font-family:Manrope,sans-serif;font-size:9.5px;letter-spacing:0;color:#c4c9d0;border:1px solid rgba(220,225,233,.18);border-radius:6px;padding:6px 9px;transition:.18s}.dash-view-all:hover{color:#fff;border-color:rgba(239,39,54,.44)}
html.light .dash-view-all{color:#4f5e72;border-color:rgba(29,46,69,.14)}html.light .dash-view-all:hover{color:#1c58bb;border-color:rgba(40,103,216,.38)}

.dash-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:130px;position:relative;z-index:1}.dash-stat{padding:18px 10px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid rgba(220,225,233,.08)}.dash-stat:last-child{border-right:0}.dash-stat-icon{font-size:19px;color:#b8bec7;margin-bottom:5px}.dash-stat strong{font-family:Georgia,"Times New Roman",serif;font-size:26px;font-weight:400;color:#f0f2f5;line-height:1}.dash-stat small{margin-top:7px;font-size:8.7px;line-height:1.25;color:#979fa9;max-width:95px}.dash-stat:hover .dash-stat-icon{color:#ef2736}.dash-stat:hover strong{color:#fff}
html.light .dash-stat{border-right-color:rgba(29,46,69,.08)}html.light .dash-stat-icon{color:#68768a}html.light .dash-stat strong{color:#172033}html.light .dash-stat small{color:#657286}html.light .dash-stat:hover .dash-stat-icon{color:#2867d8}

.dash-clocks{min-width:0}.dash-clock-strip{min-height:130px;display:flex;align-items:center;justify-content:space-evenly;gap:12px;padding:12px 48px 10px;overflow-x:auto;scrollbar-width:none;position:relative;z-index:1}.dash-clock-strip::-webkit-scrollbar{display:none}.dash-clock{min-width:86px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#dfe3e8}.dash-clock>strong{font-size:8px;letter-spacing:.06em;margin-top:5px}.dash-clock .clock-time{font:500 15px/1.2 "IBM Plex Mono",monospace;margin-top:2px;color:#f5f6f8}.clock-face{width:56px;height:56px;border-radius:50%;position:relative;background:radial-gradient(circle at 38% 33%,#23272d 0%,#0a0c0f 64%,#020304 100%);border:1px solid #9ba2aa;box-shadow:inset 0 0 0 3px #090b0e,inset 0 0 0 4px rgba(255,255,255,.15),0 5px 14px rgba(0,0,0,.28)}.clock-face::before{content:"";position:absolute;inset:5px;border-radius:50%;background:repeating-conic-gradient(from 0deg,rgba(255,255,255,.42) 0 1deg,transparent 1deg 30deg);-webkit-mask:radial-gradient(circle,transparent 0 75%,#000 76%);mask:radial-gradient(circle,transparent 0 75%,#000 76%);opacity:.45}.clock-face .tick{position:absolute;background:#b9c0c8}.clock-face .t1,.clock-face .t3{left:50%;width:1px;height:4px;transform:translateX(-50%)}.clock-face .t1{top:7px}.clock-face .t3{bottom:7px}.clock-face .t2,.clock-face .t4{top:50%;height:1px;width:4px;transform:translateY(-50%)}.clock-face .t2{right:7px}.clock-face .t4{left:7px}.clock-face .hand{position:absolute;left:50%;bottom:50%;transform-origin:50% 100%;border-radius:4px;background:#d7dbe0}.clock-face .hour{width:2px;height:15px;margin-left:-1px}.clock-face .minute{width:1px;height:20px;margin-left:-.5px;background:#f0f2f4}.clock-face .second{width:1px;height:21px;margin-left:-.5px;background:#ef2736}.clock-face em{position:absolute;left:50%;top:50%;width:5px;height:5px;border-radius:50%;background:#d8dde2;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #1b1f25}.dash-clock-nav{position:absolute;z-index:3;top:50%;transform:translateY(3px);width:28px;height:28px;border:0;background:transparent;color:#d8dde2;font-size:26px;line-height:1;cursor:pointer}.dash-clock-nav.prev{left:12px}.dash-clock-nav.next{right:12px}.dash-clock-nav:hover{color:#ef2736}
html.light .dash-clock{color:#2d394a}html.light .dash-clock .clock-time{color:#172033}html.light .clock-face{background:radial-gradient(circle at 38% 33%,#fff 0%,#e1e5eb 64%,#c9d0d8 100%);border-color:#6d7887;box-shadow:inset 0 0 0 3px #f6f8fb,inset 0 0 0 4px rgba(55,72,96,.12),0 5px 14px rgba(31,48,72,.12)}html.light .clock-face .hand{background:#35445a}html.light .clock-face .minute{background:#1b2a3f}html.light .clock-face .second{background:#2867d8}html.light .clock-face em{background:#1d2b40;box-shadow:0 0 0 1px #fff}html.light .dash-clock-nav{color:#536176}html.light .dash-clock-nav:hover{color:#2867d8}

.dash-ops-flow{min-height:150px;padding:18px 16px;display:grid;grid-template-columns:repeat(6,1fr);gap:4px;align-items:start;position:relative;z-index:1}.dash-ops-flow::before{content:"";position:absolute;left:9%;right:9%;top:55px;height:1px;background:linear-gradient(90deg,transparent,rgba(236,239,243,.34) 8%,rgba(236,239,243,.34) 92%,transparent)}.dash-op{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;color:#dce0e5;transition:.2s}.dash-op b{font:500 8px/1 "IBM Plex Mono",monospace;color:#ef2736;margin-bottom:5px}.dash-op-ico{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:18px;background:linear-gradient(145deg,#292e35,#07090c);border:1px solid #9aa1aa;box-shadow:inset 0 0 0 3px #080a0d,0 0 0 1px rgba(239,39,54,.26),0 6px 14px rgba(0,0,0,.22);position:relative;z-index:1}.dash-op small{margin-top:8px;font-size:8.8px;line-height:1.3;max-width:78px;color:#c5cad1}.dash-op:hover{transform:translateY(-2px)}.dash-op:hover .dash-op-ico{border-color:#d8dde2;box-shadow:inset 0 0 0 3px #080a0d,0 0 0 1px rgba(239,39,54,.55),0 0 16px rgba(239,39,54,.12)}
html.light .dash-ops-flow::before{background:linear-gradient(90deg,transparent,rgba(35,53,77,.24) 8%,rgba(35,53,77,.24) 92%,transparent)}html.light .dash-op{color:#253247}html.light .dash-op b{color:#2867d8}html.light .dash-op-ico{background:linear-gradient(145deg,#fff,#d7dce4);border-color:#7f8997;box-shadow:inset 0 0 0 3px #f6f8fb,0 0 0 1px rgba(40,103,216,.22),0 6px 14px rgba(31,48,72,.10)}html.light .dash-op small{color:#566479}html.light .dash-op:hover .dash-op-ico{box-shadow:inset 0 0 0 3px #f6f8fb,0 0 0 1px rgba(40,103,216,.48),0 0 16px rgba(40,103,216,.10)}

.dash-shipment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px;min-height:150px;position:relative;z-index:1}.dash-ship{position:relative;min-width:0;height:122px;border:1px solid rgba(220,225,233,.14);border-radius:9px;overflow:hidden;background:#090b0e;color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.18);transition:.22s}.dash-ship img{width:100%;height:100%;object-fit:cover;filter:brightness(.52) saturate(.82) contrast(1.04);transition:.28s}.dash-ship::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,3,5,.05),rgba(2,3,5,.13) 38%,rgba(2,3,5,.88) 100%)}.dash-ship-badge{position:absolute;z-index:2;left:8px;top:8px;padding:4px 6px;border-radius:5px;background:rgba(4,6,9,.78);border:1px solid rgba(235,239,245,.20);font:600 7px/1 "IBM Plex Mono",monospace;text-transform:uppercase;letter-spacing:.06em}.dash-ship strong{position:absolute;z-index:2;left:9px;right:8px;bottom:27px;font-size:9px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dash-ship small{position:absolute;z-index:2;left:9px;right:8px;bottom:8px;font-size:7.5px;color:#aeb5be;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-ship:hover{transform:translateY(-2px);border-color:rgba(239,39,54,.42);box-shadow:0 12px 25px rgba(0,0,0,.25),0 0 14px rgba(239,39,54,.08)}.dash-ship:hover img{transform:scale(1.025);filter:brightness(.60) saturate(.92) contrast(1.06)}
html.light .dash-ship{border-color:rgba(29,46,69,.14);box-shadow:0 8px 18px rgba(31,48,72,.10)}html.light .dash-ship:hover{border-color:rgba(40,103,216,.40);box-shadow:0 12px 25px rgba(31,48,72,.13),0 0 14px rgba(40,103,216,.07)}

.home-dashboard::after{content:"ONE CONTACT. FULL CONTROL.";display:flex;align-items:center;justify-content:center;height:26px;margin-top:3px;color:#7f8791;font:500 8px/1 "IBM Plex Mono",monospace;letter-spacing:.34em;background:linear-gradient(90deg,rgba(239,39,54,.78) 0 34%,transparent 34% 66%,rgba(239,39,54,.78) 66% 100%) center/100% 1px no-repeat}.home-dashboard::before{content:"";position:absolute;left:24px;right:24px;bottom:13px;height:4px;background:#050607;z-index:-1}html.light .home-dashboard::after{color:#738095;background:linear-gradient(90deg,rgba(40,103,216,.70) 0 34%,transparent 34% 66%,rgba(40,103,216,.70) 66% 100%) center/100% 1px no-repeat}html.light .home-dashboard::before{background:#edf1f5}

@media(max-width:1100px){
  .home-dashboard{padding:0 14px;margin-top:12px}.dash-grid-top,.dash-grid-bottom{grid-template-columns:1fr}.dash-stat-grid{min-height:118px}.dash-clock-strip{justify-content:flex-start;padding-inline:44px}.dash-ops-flow{overflow-x:auto;grid-template-columns:repeat(6,100px);justify-content:flex-start}.dash-shipment-grid{overflow-x:auto;display:flex}.dash-ship{min-width:215px}
}
@media(max-width:600px){.hero .hchip-icon svg{width:15px!important;height:15px!important}.hero .hchip-desc{font-size:7.8px!important;-webkit-line-clamp:1!important}
  .home-dashboard{padding:0 9px;margin-top:9px}.dash-grid{gap:9px;margin-bottom:9px}.dash-panel{border-radius:11px}.dash-panel-title{height:39px;padding-inline:14px;font-size:11px}.dash-panel-title::after{left:14px}.dash-stat-grid{grid-template-columns:repeat(2,1fr)}.dash-stat:nth-child(2){border-right:0}.dash-stat:nth-child(-n+2){border-bottom:1px solid rgba(220,225,233,.08)}html.light .dash-stat:nth-child(-n+2){border-bottom-color:rgba(29,46,69,.08)}.dash-stat strong{font-size:23px}.dash-clock{min-width:78px}.clock-face{width:52px;height:52px}.dash-ops-flow{padding-inline:10px}.dash-shipment-grid{padding:9px}.home-dashboard::after{font-size:6.5px;letter-spacing:.23em}
}
.home-benefits-cockpit{max-width:1460px;margin:-18px auto 13px;padding:0 24px;position:relative;z-index:8}
.home-benefits-cockpit>.wrap{max-width:none!important;padding:0!important}
.home-benefits-cockpit .hchips{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0!important;max-width:none!important;width:100%!important}
.home-benefits-cockpit .hchip{position:relative;min-height:104px;padding:13px 13px 12px;border-radius:12px;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto 1fr;column-gap:11px;row-gap:4px;align-items:center;text-align:left;color:#f3f5f8;background:linear-gradient(145deg,rgba(15,18,22,.91),rgba(4,6,9,.88));border:1px solid rgba(226,231,238,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 15px 32px rgba(0,0,0,.25);backdrop-filter:blur(15px) saturate(1.08);-webkit-backdrop-filter:blur(15px) saturate(1.08);overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.home-benefits-cockpit .hchip::before{content:"";position:absolute;inset:-35% auto -35% -42%;width:42%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(239,39,54,.12),rgba(255,255,255,.07),transparent);opacity:0;pointer-events:none}
.home-benefits-cockpit .hchip:hover{transform:translateY(-3px);border-color:rgba(239,39,54,.48);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 18px 38px rgba(0,0,0,.30),0 0 20px rgba(239,39,54,.08)}
.home-benefits-cockpit .hchip:hover::before{opacity:1;animation:v180BenefitSweep .9s ease-out}
@keyframes v180BenefitSweep{from{left:-42%}to{left:118%}}
.home-benefits-cockpit .hchip-icon{grid-row:1/3;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;position:relative;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.24),transparent 31%),linear-gradient(145deg,#aeb4bd 0%,#282e35 25%,#07090c 56%,#59636e 78%,#dce0e5 100%);border:1px solid rgba(241,244,248,.58);box-shadow:inset 0 0 0 3px rgba(3,5,8,.78),0 0 0 1px rgba(239,39,54,.27),0 8px 18px rgba(0,0,0,.28)}
.home-benefits-cockpit .hchip-icon::after{content:"";position:absolute;inset:4px;border-radius:50%;border:1px solid rgba(239,39,54,.46)}
.home-benefits-cockpit .hchip-icon svg{width:20px;height:20px;color:#f2f4f7;stroke-width:1.6;filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}
.home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:11.8px;font-weight:680;line-height:1.22;align-self:end}
.home-benefits-cockpit .hchip-desc{font-size:9.4px;line-height:1.36;font-weight:430;color:#a4abb4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;align-self:start}
html.light .home-benefits-cockpit .hchip{color:#17243a;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(222,228,237,.78));border-color:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 #fff,0 15px 32px rgba(31,48,72,.11)}
html.light .home-benefits-cockpit .hchip::before{background:linear-gradient(90deg,transparent,rgba(40,103,216,.11),rgba(255,255,255,.70),transparent)}
html.light .home-benefits-cockpit .hchip:hover{border-color:rgba(40,103,216,.50);box-shadow:inset 0 1px 0 #fff,0 18px 38px rgba(31,48,72,.14),0 0 20px rgba(40,103,216,.08)}
html.light .home-benefits-cockpit .hchip-icon{box-shadow:inset 0 0 0 3px rgba(241,245,251,.91),0 0 0 1px rgba(40,103,216,.28),0 8px 18px rgba(31,48,72,.16)}
html.light .home-benefits-cockpit .hchip-icon::after{border-color:rgba(40,103,216,.48)}
html.light .home-benefits-cockpit .hchip-icon svg{color:#17386f;filter:none}
html.light .home-benefits-cockpit .hchip-desc{color:#657287}

.dash-partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;padding:16px;min-height:130px;position:relative;z-index:1;align-items:stretch}
.dash-partner-slot{min-width:0;border:1px solid rgba(225,230,237,.13);border-radius:9px;background:linear-gradient(145deg,rgba(28,32,38,.54),rgba(6,8,11,.64));display:flex;align-items:center;justify-content:center;gap:6px;flex-direction:column;color:#7e8792;box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:.2s ease}
.dash-partner-slot span{font:500 9px/1 "IBM Plex Mono",monospace;letter-spacing:.18em}
.dash-partner-slot small{font:500 7px/1 "IBM Plex Mono",monospace;color:#535c68}
.dash-partner-slot:hover{transform:translateY(-2px);border-color:rgba(239,39,54,.34);color:#bbc1c9;background:linear-gradient(145deg,rgba(36,40,47,.68),rgba(7,9,12,.76))}
html.light .dash-partner-slot{border-color:rgba(30,47,70,.12);background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(221,227,236,.68));color:#718096;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
html.light .dash-partner-slot small{color:#9aa4b1}
html.light .dash-partner-slot:hover{border-color:rgba(40,103,216,.32);color:#35567f;background:linear-gradient(145deg,rgba(255,255,255,.91),rgba(225,232,242,.82))}

.dash-clock-strip.is-auto-scroll{justify-content:flex-start!important;scroll-behavior:auto!important;overscroll-behavior-x:contain;touch-action:pan-x}
.dash-clock-strip.is-auto-scroll .dash-clock{flex:0 0 86px}
.dash-clock-clone{pointer-events:none}

.main .nav-home-link{position:relative}
.main .nav-home-link.active{color:#fff}
html.light .main .nav-home-link.active{color:#16243a}

@media(max-width:1200px){
 .home-benefits-cockpit{margin:12px auto 12px;padding:0 14px}
 .home-benefits-cockpit .hchips{grid-template-columns:repeat(3,1fr)}
 .home-benefits-cockpit .hchip{min-height:94px}
 .dash-partner-grid{grid-template-columns:repeat(4,minmax(92px,1fr));overflow-x:auto}
}
@media(max-width:600px){
 .home-benefits-cockpit{padding:0 9px;margin:9px auto 10px}
 .home-benefits-cockpit .hchips{grid-template-columns:repeat(2,1fr);gap:8px}
 .home-benefits-cockpit .hchip{min-height:84px;padding:10px;grid-template-columns:38px 1fr;column-gap:8px}
 .home-benefits-cockpit .hchip-icon{width:36px;height:36px}
 .home-benefits-cockpit .hchip-icon svg{width:17px;height:17px}
 .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.5px}
 .home-benefits-cockpit .hchip-desc{font-size:8.5px;-webkit-line-clamp:2}
 .dash-partner-grid{display:flex;overflow-x:auto;min-height:105px;padding:10px;scroll-snap-type:x proximity}
 .dash-partner-slot{min-width:118px;min-height:82px;scroll-snap-align:start}
}
@media(prefers-reduced-motion:reduce){.home-benefits-cockpit .hchip:hover::before{animation:none}.dash-clock-strip.is-auto-scroll{scroll-behavior:auto!important}}

.dash-clocks{
  --clock-accent:#ef2938;
  --clock-metal-hi:#cfd3d8;
  --clock-metal-mid:#777e86;
  --clock-metal-lo:#252a30;
}
.dash-clocks .dash-panel-title{
  justify-content:center;
  text-align:center;
  letter-spacing:.07em;
  font-weight:500;
}
.dash-clocks .dash-panel-title::after{display:none}
.dash-clock-strip{
  min-height:142px;
  gap:18px;
  padding:10px 54px 12px;
  justify-content:space-evenly;
}
.dash-clock{
  flex:0 0 94px;
  min-width:94px;
  color:#e9edf2;
}
.dash-clock>strong{
  margin-top:6px;
  font:600 9px/1.05 "Inter",Arial,sans-serif;
  letter-spacing:.045em;
  color:#f1f3f6;
}
.dash-clock .clock-time{
  margin-top:2px;
  font:500 17px/1.02 "IBM Plex Mono",ui-monospace,monospace;
  letter-spacing:-.035em;
  color:#f7f8fa;
}
.dash-clock .clock-country{
  display:block;
  margin-top:2px;
  min-height:11px;
  font:400 8px/1.1 "Inter",Arial,sans-serif;
  color:#9da4ad;
  white-space:nowrap;
}
.clock-face{
  width:62px;
  height:62px;
  isolation:isolate;
  border:1px solid rgba(234,238,242,.72);
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.10),transparent 25%),
    radial-gradient(circle at 50% 53%,#171a1e 0 39%,#080a0d 62%,#020304 100%);
  box-shadow:
    0 4px 12px rgba(0,0,0,.48),
    0 0 0 1px #171a20,
    0 0 0 2px rgba(184,191,199,.38),
    inset 0 0 0 2px #050608,
    inset 0 0 0 4px rgba(183,190,198,.16),
    inset 0 0 18px rgba(0,0,0,.72);
}
.clock-face::before{
  inset:6px;
  opacity:.72;
  background:repeating-conic-gradient(from -1deg,rgba(238,241,244,.65) 0 .65deg,transparent .65deg 6deg);
  -webkit-mask:radial-gradient(circle,transparent 0 78%,#000 79% 100%);
  mask:radial-gradient(circle,transparent 0 78%,#000 79% 100%);
}
.clock-face::after{
  content:"12\A 9\00a0\00a0\00a0 3\A 6";
  white-space:pre;
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  color:#d8dde3;
  font:600 5.5px/19px "IBM Plex Mono",monospace;
  text-align:center;
  letter-spacing:0;
  padding-top:1px;
  opacity:.84;
  text-shadow:0 1px 1px #000;
}
.clock-face .tick{z-index:2;background:#c9ced4;opacity:.8}
.clock-face .t1,.clock-face .t3{height:3px}
.clock-face .t2,.clock-face .t4{width:3px}
.clock-face .hand{z-index:4;box-shadow:0 1px 2px rgba(0,0,0,.75)}
.clock-face .hour{
  width:2px;height:16px;margin-left:-1px;
  background:linear-gradient(90deg,#8c939b,#f4f5f6 48%,#8b9299);
}
.clock-face .minute{
  width:1.5px;height:22px;margin-left:-.75px;
  background:#eff1f3;
}
.clock-face .second{
  width:1px;height:24px;margin-left:-.5px;
  background:#d85a38;
  box-shadow:0 0 5px rgba(216,90,56,.28);
}
.clock-face em{
  z-index:6;
  width:5px;height:5px;
  background:#d9dde1;
  box-shadow:0 0 0 1px #11151a,0 0 5px rgba(255,255,255,.15);
}
.dash-clock-nav{
  width:32px;height:42px;
  color:#cdd2d8;
  font-size:31px;
  font-weight:200;
  opacity:.9;
  transition:color .2s ease,transform .2s ease,opacity .2s ease;
}
.dash-clock-nav.prev{left:15px}
.dash-clock-nav.next{right:15px}
.dash-clock-nav:hover{color:#fff;opacity:1}
.dash-clock-nav.prev:hover{transform:translate(-2px,3px)}
.dash-clock-nav.next:hover{transform:translate(2px,3px)}

html.light .dash-clocks{--clock-accent:#2f72e5}
html.light .dash-clock{color:#1a2433}
html.light .dash-clock>strong{color:#1a2433}
html.light .dash-clock .clock-time{color:#152033}
html.light .dash-clock .clock-country{color:#667387}
html.light .clock-face{
  background:
    radial-gradient(circle at 34% 28%,rgba(255,255,255,.12),transparent 25%),
    radial-gradient(circle at 50% 53%,#191c20 0 39%,#090b0e 62%,#020304 100%);
  border-color:#6c7580;
  box-shadow:0 4px 12px rgba(19,29,43,.20),0 0 0 1px #c9ced5,0 0 0 2px rgba(83,94,108,.22),inset 0 0 0 2px #050608,inset 0 0 0 4px rgba(183,190,198,.16),inset 0 0 18px rgba(0,0,0,.72);
}
html.light .clock-face .hour{background:linear-gradient(90deg,#8c939b,#f4f5f6 48%,#8b9299)}
html.light .clock-face .minute{background:#eff1f3}
html.light .clock-face .second{background:#d85a38}
html.light .clock-face em{background:#d9dde1;box-shadow:0 0 0 1px #11151a}
html.light .dash-clock-nav{color:#5c6878}
html.light .dash-clock-nav:hover{color:#1f2937}

@media(max-width:900px){
  .dash-clock-strip{min-height:136px;gap:14px;padding-inline:46px;justify-content:flex-start}
  .dash-clock{flex-basis:88px;min-width:88px}
  .clock-face{width:58px;height:58px}
  .dash-clock .clock-time{font-size:16px}
}
@media(max-width:600px){
  .dash-clock-strip{min-height:128px;padding:8px 42px 10px;gap:12px}
  .dash-clock{flex-basis:82px;min-width:82px}
  .clock-face{width:54px;height:54px}
  .dash-clock>strong{font-size:8px}
  .dash-clock .clock-time{font-size:15px}
  .dash-clock .clock-country{font-size:7.5px}
  .dash-clock-nav{font-size:28px}
}

.product-group-grid{
  --pg-accent-rgb:239,39,54;
  background:
    radial-gradient(90% 140% at 12% 0%,rgba(255,255,255,.045),transparent 52%),
    linear-gradient(145deg,rgba(17,20,25,.92),rgba(6,8,11,.94))!important;
  border-color:rgba(206,214,224,.18)!important;
  box-shadow:0 30px 84px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.055),inset 0 -1px 0 rgba(255,255,255,.018)!important;
}
.product-group-card{
  min-height:188px!important;
  padding:34px 30px 29px!important;
  grid-template-columns:78px minmax(0,1fr) auto!important;
  column-gap:22px!important;
  background:
    radial-gradient(80% 120% at 12% 50%,rgba(var(--pg-accent-rgb),.045),transparent 62%),
    transparent!important;
}
.product-group-card+.product-group-card{border-inline-start-color:rgba(209,216,224,.13)!important}
.product-group-card::after{
  inset:18px auto 18px 0!important;
  width:1px!important;
  border-radius:999px;
  background:linear-gradient(180deg,transparent,rgba(var(--pg-accent-rgb),.95),transparent)!important;
  box-shadow:0 0 16px rgba(var(--pg-accent-rgb),.24)!important;
  opacity:.75!important;
}
.product-group-card:hover::after{width:2px!important;opacity:1!important}

.product-group-copy,.product-group-action{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  position:relative!important;
  z-index:5!important;
  filter:none!important;
}
.product-group-copy{display:flex!important;transform:none!important}
.product-group-copy strong{
  display:block!important;
  color:#f2f4f7!important;
  -webkit-text-fill-color:#f2f4f7!important;
  font-size:clamp(21px,1.7vw,27px)!important;
  font-weight:700!important;
  letter-spacing:-.035em!important;
  text-shadow:0 1px 12px rgba(0,0,0,.28);
}
.product-group-copy>span{
  display:block!important;
  color:#9ea7b4!important;
  -webkit-text-fill-color:#9ea7b4!important;
  font-size:13px!important;
  line-height:1.58!important;
  max-width:440px!important;
}
.product-group-action{
  display:flex!important;
  color:#e8ebef!important;
  -webkit-text-fill-color:#e8ebef!important;
  min-width:158px!important;
  border-color:rgba(207,214,223,.14)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.product-group-action>span{display:inline!important}
.product-group-action b{
  color:#f05a65!important;
  -webkit-text-fill-color:#f05a65!important;
  background:rgba(var(--pg-accent-rgb),.085)!important;
  border:1px solid rgba(var(--pg-accent-rgb),.16);
}

.product-group-icon{
  width:70px!important;
  height:70px!important;
  border-radius:50%!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  color:#edf0f4!important;
  background:
    linear-gradient(145deg,#f5f6f8 0%,#959da7 13%,#282d34 31%,#090b0e 52%,#59616b 72%,#f0f2f4 100%)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:
    0 13px 28px rgba(0,0,0,.34),
    0 0 0 1px rgba(255,255,255,.045),
    0 0 18px rgba(var(--pg-accent-rgb),.075),
    inset 0 1px 0 rgba(255,255,255,.55)!important;
  overflow:visible!important;
  isolation:isolate!important;
}
.product-group-icon::before{
  content:""!important;
  position:absolute!important;
  inset:5px!important;
  border-radius:50%!important;
  z-index:0!important;
  background:
    radial-gradient(circle at 35% 28%,rgba(255,255,255,.08),transparent 24%),
    linear-gradient(145deg,#191d22,#050608 68%)!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.09),inset 0 0 18px rgba(0,0,0,.68)!important;
}
.product-group-icon::after{
  content:"";
  position:absolute;
  inset:-3px;
  z-index:-1;
  border-radius:50%;
  background:conic-gradient(from 205deg,transparent 0 17%,rgba(var(--pg-accent-rgb),.96) 20% 34%,transparent 38% 76%,rgba(255,255,255,.38) 80% 86%,transparent 90%);
  -webkit-mask:radial-gradient(circle,transparent 0 78%,#000 80% 100%);
  mask:radial-gradient(circle,transparent 0 78%,#000 80% 100%);
  filter:drop-shadow(0 0 5px rgba(var(--pg-accent-rgb),.22));
  opacity:.82;
  transition:transform .55s cubic-bezier(.2,.8,.2,1),opacity .25s ease;
}
.product-group-icon svg{
  width:32px!important;
  height:32px!important;
  position:relative!important;
  z-index:2!important;
  stroke:#f2f4f7!important;
  stroke-width:1.55!important;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.55)) drop-shadow(0 0 5px rgba(var(--pg-accent-rgb),.10));
}
.product-group-card:hover .product-group-icon{
  transform:translateY(-2px)!important;
  box-shadow:0 17px 34px rgba(0,0,0,.38),0 0 0 1px rgba(var(--pg-accent-rgb),.16),0 0 22px rgba(var(--pg-accent-rgb),.12),inset 0 1px 0 rgba(255,255,255,.62)!important;
}
.product-group-card:hover .product-group-icon::after{transform:rotate(16deg);opacity:1}
.product-group-card:hover .product-group-action{
  transform:translateX(2px)!important;
  border-color:rgba(var(--pg-accent-rgb),.28)!important;
  background:linear-gradient(145deg,rgba(var(--pg-accent-rgb),.065),rgba(255,255,255,.02))!important;
}

.product-group-clean{--pg-accent-rgb:239,39,54}
html.light .product-group-grid{--pg-accent-rgb:40,103,216}
html.light .product-group-card,html.light .product-group-clean{--pg-accent-rgb:40,103,216}
html.light .product-group-grid{
  background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(232,237,244,.90))!important;
  border-color:rgba(30,47,70,.15)!important;
  box-shadow:0 28px 66px rgba(26,43,66,.12),inset 0 1px 0 #fff!important;
}
html.light .product-group-card{background:radial-gradient(80% 120% at 12% 50%,rgba(var(--pg-accent-rgb),.045),transparent 62%)!important}
html.light .product-group-copy strong{color:#162238!important;-webkit-text-fill-color:#162238!important;text-shadow:none}
html.light .product-group-copy>span{color:#657287!important;-webkit-text-fill-color:#657287!important}
html.light .product-group-action{color:#22334d!important;-webkit-text-fill-color:#22334d!important;border-color:rgba(31,53,83,.13)!important;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(224,230,238,.64))!important}
html.light .product-group-action b{color:#2867d8!important;-webkit-text-fill-color:#2867d8!important;background:rgba(40,103,216,.075)!important;border-color:rgba(40,103,216,.14)!important}
html.light .product-group-icon{
  color:#163566!important;
  background:linear-gradient(145deg,#fff 0%,#d9dee5 18%,#87919e 39%,#f7f9fb 61%,#a8b0ba 78%,#fff 100%)!important;
  border-color:rgba(27,48,76,.20)!important;
  box-shadow:0 12px 24px rgba(31,48,72,.15),0 0 15px rgba(40,103,216,.075),inset 0 1px 0 #fff!important;
}
html.light .product-group-icon::before{background:linear-gradient(145deg,#fbfcfe,#dfe4eb)!important;box-shadow:inset 0 0 0 1px rgba(39,59,86,.08),inset 0 0 14px rgba(53,74,103,.055)!important}
html.light .product-group-icon svg{stroke:#173a70!important;filter:drop-shadow(0 1px 1px rgba(255,255,255,.85))}

@media(max-width:900px){
  .product-group-card{grid-template-columns:64px minmax(0,1fr) 44px!important;min-height:160px!important;padding:26px 22px!important;column-gap:15px!important}
  .product-group-icon{width:58px!important;height:58px!important}
  .product-group-icon svg{width:27px!important;height:27px!important}
  .product-group-action{min-width:0!important;width:44px!important;height:44px!important;padding:0!important;justify-content:center!important}
  .product-group-action>span{display:none!important}
}
@media(max-width:600px){
  .product-group-card{grid-template-columns:54px minmax(0,1fr) 38px!important;min-height:148px!important;padding:22px 18px!important;column-gap:12px!important}
  .product-group-icon{width:50px!important;height:50px!important}
  .product-group-icon svg{width:24px!important;height:24px!important}
  .product-group-copy strong{font-size:18px!important}
  .product-group-copy>span{font-size:11.5px!important;line-height:1.48!important}
  .product-group-action{width:38px!important;height:38px!important}
}
.dash-partner-clone{pointer-events:none!important}
.dash-partner-nav{position:absolute;z-index:8;top:50%;transform:translateY(-7%);width:34px;height:46px;border:0;background:transparent;color:#cdd2d8;font-size:31px;font-weight:200;cursor:pointer;display:grid;place-items:center;opacity:.9}
.dash-partner-nav.prev{left:9px}.dash-partner-nav.next{right:9px}
.dash-partner-nav:hover{color:#fff}.dash-partner-nav.prev:hover{transform:translate(-2px,-7%)}.dash-partner-nav.next:hover{transform:translate(2px,-7%)}
html.light .dash-partner-nav{color:#667386}html.light .dash-partner-nav:hover{color:#1f2937}
.v183-marquee-clone{pointer-events:none!important}
.v184-rail-track{display:flex!important;align-items:center!important;width:max-content!important;will-change:transform!important;transform:translate3d(0,0,0);gap:inherit!important}
.v184-rail-clone{pointer-events:none!important;user-select:none!important}
@media(prefers-reduced-motion:reduce){.v184-rail-track{will-change:auto!important}}

.home-benefits-cockpit .hchip,
body.home-cockpit .home-benefits-cockpit .hchip,
html.light body.home-cockpit .home-benefits-cockpit .hchip{
  grid-template-columns:66px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:12px!important;
  row-gap:10px!important;
  align-items:center!important;
  align-content:center!important;
  min-height:132px!important;
  padding:14px 13px 14px!important;
}

.home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  grid-column:1!important;
  grid-row:1!important;
  align-self:center!important;
  justify-self:center!important;
}

.home-benefits-cockpit .hchip>span:not(.hchip-icon),
body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){
  grid-column:2!important;
  grid-row:1!important;
  align-self:center!important;
  text-align:left!important;
  font-size:12.6px!important;
  line-height:1.26!important;
  font-weight:700!important;
  overflow-wrap:anywhere!important;
}

.home-benefits-cockpit .hchip-desc,
body.home-cockpit .home-benefits-cockpit .hchip-desc{
  grid-column:1/-1!important;
  grid-row:2!important;
  align-self:start!important;
  justify-self:stretch!important;
  width:100%!important;
  text-align:center!important;
  display:block!important;
  -webkit-line-clamp:none!important;
  -webkit-box-orient:horizontal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  font-size:10.4px!important;
  line-height:1.5!important;
  font-weight:450!important;
  padding-top:2px!important;
  overflow-wrap:anywhere!important;
}

html[dir="rtl"] .home-benefits-cockpit .hchip>span:not(.hchip-icon),
html[dir="rtl"] body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){
  text-align:right!important;
}

@media(max-width:1200px){
  .home-benefits-cockpit .hchip,
  body.home-cockpit .home-benefits-cockpit .hchip,
  html.light body.home-cockpit .home-benefits-cockpit .hchip{
    grid-template-columns:62px minmax(0,1fr)!important;min-height:130px!important}
}
@media(max-width:1100px){
  .home-benefits-cockpit .hchip>span:not(.hchip-icon),
  body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:12.2px!important}
}
@media(max-width:760px){
  .home-benefits-cockpit .hchip,
  body.home-cockpit .home-benefits-cockpit .hchip,
  html.light body.home-cockpit .home-benefits-cockpit .hchip{
    grid-template-columns:54px minmax(0,1fr)!important;
    column-gap:9px!important;row-gap:8px!important;
    min-height:126px!important;padding:12px 10px!important}
  .home-benefits-cockpit .hchip>span:not(.hchip-icon),
  body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:11.4px!important}
  .home-benefits-cockpit .hchip-desc,
  body.home-cockpit .home-benefits-cockpit .hchip-desc{font-size:9.6px!important;line-height:1.45!important}
}

html.light body.home-cockpit .home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
.home-benefits-cockpit .hchip-icon{
  background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.10),transparent 30%),linear-gradient(150deg,#1b2026 0%,#080a0d 58%,#141319 100%)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:inset 0 0 0 3px rgba(2,4,7,.92),0 0 0 1px rgba(239,39,54,.30),0 8px 18px rgba(0,0,0,.34)!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
.home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;inset:4px!important;
  border-radius:50%!important;border:1px solid rgba(239,39,54,.34)!important;pointer-events:none!important;z-index:2!important;
}
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::after,
body.home-cockpit .home-benefits-cockpit .hchip-icon::after,
.home-benefits-cockpit .hchip-icon::after{display:none!important}

@media(max-width:600px){
  .home-benefits-cockpit .hchip,
  body.home-cockpit .home-benefits-cockpit .hchip,
  html.light body.home-cockpit .home-benefits-cockpit .hchip{
    grid-template-columns:48px minmax(0,1fr)!important;
    min-height:138px!important;padding:11px 9px!important}
  .home-benefits-cockpit .hchip-icon,
  body.home-cockpit .home-benefits-cockpit .hchip-icon,
  html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{width:46px!important;height:46px!important}
  .home-benefits-cockpit .hchip-icon img,
  body.home-cockpit .home-benefits-cockpit .hchip-icon img,
  html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
    width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important}
  .home-benefits-cockpit .hchip>span:not(.hchip-icon),
  body.home-cockpit .home-benefits-cockpit .hchip>span:not(.hchip-icon){font-size:10.6px!important;line-height:1.22!important}
  .home-benefits-cockpit .hchip-desc,
  body.home-cockpit .home-benefits-cockpit .hchip-desc{font-size:9px!important;line-height:1.44!important}
}

.home-benefits-cockpit .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  width:100%!important;height:100%!important;
  max-width:100%!important;max-height:100%!important;
  border-radius:50%!important;
  object-fit:cover!important;object-position:center center!important;
  display:block!important;
  transform:none!important;
  filter:none!important;
}
.home-benefits-cockpit .hchip:hover .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{
  transform:scale(1.05)!important;
  filter:none!important;
}

.home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  overflow:hidden!important;
  box-shadow:0 0 0 1px rgba(239,39,54,.34),0 8px 18px rgba(0,0,0,.34)!important;
}
.home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before{
  content:""!important;display:block!important;position:absolute!important;inset:3px!important;
  border-radius:50%!important;border:1px solid rgba(239,39,54,.40)!important;
  pointer-events:none!important;z-index:2!important;
}

.home-benefits-cockpit .hchip-icon,
body.home-cockpit .home-benefits-cockpit .hchip-icon,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon{
  background:transparent!important;border:0!important;box-shadow:none!important;
  border-radius:0!important;overflow:visible!important;
}
.home-benefits-cockpit .hchip-icon::before,
.home-benefits-cockpit .hchip-icon::after,
body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
body.home-cockpit .home-benefits-cockpit .hchip-icon::after,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::before,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon::after{display:none!important}
.home-benefits-cockpit .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip-icon img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;border-radius:0!important;transform:none!important;
  filter:drop-shadow(0 7px 12px rgba(0,0,0,.40))!important;
}
.home-benefits-cockpit .hchip:hover .hchip-icon img,
body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img,
html.light body.home-cockpit .home-benefits-cockpit .hchip:hover .hchip-icon img{
  transform:translateY(-2px) scale(1.05)!important;
  filter:drop-shadow(0 9px 14px rgba(0,0,0,.45)) drop-shadow(0 0 9px rgba(239,39,54,.22))!important;
}

.dash-partner-slot{padding:10px 14px!important}
.dash-partner-slot img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.35))}

html.light .dash-partner-slot{
  border-color:rgba(255,255,255,.14)!important;
  background:linear-gradient(145deg,rgba(28,32,38,.92),rgba(6,8,11,.94))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05)!important;
}

.dash-partner-slot,
html.light .dash-partner-slot,
body.home-cockpit .dash-partner-slot{
  background:linear-gradient(160deg,#ffffff 0%,#eef1f5 100%)!important;
  border:1px solid rgba(18,28,44,.10)!important;
  box-shadow:inset 0 1px 0 #fff,0 6px 14px rgba(0,0,0,.22)!important;
}
.dash-partner-slot:hover,
html.light .dash-partner-slot:hover{
  border-color:rgba(239,39,54,.38)!important;
  box-shadow:inset 0 1px 0 #fff,0 9px 18px rgba(0,0,0,.28),0 0 14px rgba(239,39,54,.10)!important;
}
html.light .dash-partner-slot:hover{border-color:rgba(40,103,216,.4)!important}
.dash-partner-slot img{filter:none!important}
.weekly-refresh{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid rgba(239,39,54,.28);border-radius:999px;background:rgba(239,39,54,.07);color:#f1b9bf;font:650 8px/1 "IBM Plex Mono",monospace;letter-spacing:.055em;white-space:nowrap}
.weekly-refresh i{width:6px;height:6px;border-radius:50%;background:#ef2736;box-shadow:0 0 10px rgba(239,39,54,.62);animation:v205DealPulse 1.8s ease-in-out infinite}
@keyframes v205DealPulse{50%{opacity:.45;transform:scale(.78)}}
.weekly-deals-sub{position:relative;z-index:2;padding:8px 50px 2px;color:#969faa;font-size:9.2px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-vp{position:relative;z-index:2;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;touch-action:pan-x pan-y;padding:7px 50px 8px;direction:ltr}
.weekly-deal-vp::-webkit-scrollbar{display:none}
.weekly-deal-track{display:flex;gap:10px;width:max-content;min-width:100%}
.weekly-deal-card{position:relative;display:grid;grid-template-columns:92px minmax(145px,1fr);flex:0 0 292px;height:96px;border:1px solid rgba(225,230,237,.14);border-radius:10px;overflow:hidden;background:linear-gradient(145deg,rgba(26,30,36,.78),rgba(7,9,12,.88));color:#f3f5f8;box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 19px rgba(0,0,0,.18);scroll-snap-align:start;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.weekly-deal-card::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 28%,rgba(255,255,255,.035) 45%,transparent 61%)}
.weekly-deal-card:hover{transform:translateY(-2px);border-color:rgba(239,39,54,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 12px 25px rgba(0,0,0,.24),0 0 16px rgba(239,39,54,.07)}
.weekly-deal-media{position:relative;min-width:0;overflow:hidden;background:#0b0d11}
.weekly-deal-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(7,9,12,.92) 100%);pointer-events:none}
.weekly-deal-media img{width:100%;height:100%;object-fit:cover;filter:brightness(.76) saturate(.82) contrast(1.03);transition:transform .28s ease,filter .28s ease}
.weekly-deal-card:hover .weekly-deal-media img{transform:scale(1.035);filter:brightness(.84) saturate(.92) contrast(1.04)}
.weekly-deal-copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;padding:10px 12px 10px 10px;text-align:left;direction:ltr}
html[dir="rtl"] .weekly-deal-copy{direction:rtl;text-align:right;align-items:flex-end}
.weekly-deal-badge{display:inline-flex;padding:4px 6px;border-radius:5px;border:1px solid rgba(239,39,54,.27);background:rgba(239,39,54,.08);color:#f0adb5;font:650 7px/1 "IBM Plex Mono",monospace;letter-spacing:.055em;text-transform:uppercase;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-copy strong{display:block;width:100%;margin-top:6px;color:#f7f8fa;font-size:12.5px;line-height:1.12;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-meta{display:block;width:100%;margin-top:4px;color:#8e98a5;font:500 8px/1.15 "IBM Plex Mono",monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.weekly-deal-cta{display:inline-flex;align-items:center;gap:5px;margin-top:7px;color:#d9dde3;font-size:8.4px;font-weight:650}
.weekly-deal-cta b{color:#ef2736;font-size:12px;line-height:1;transition:transform .18s ease}.weekly-deal-card:hover .weekly-deal-cta b{transform:translateX(2px)}
html[dir="rtl"] .weekly-deal-card:hover .weekly-deal-cta b{transform:translateX(-2px)}
.weekly-deal-nav{position:absolute;z-index:6;top:50%;transform:translateY(-1px);width:30px;height:42px;border:0;background:linear-gradient(90deg,rgba(5,7,10,.88),rgba(5,7,10,.30));color:#d7dce2;font-size:27px;line-height:1;display:grid;place-items:center;cursor:pointer;opacity:.92;transition:color .18s ease,transform .18s ease}
.weekly-deal-nav.prev{left:10px}.weekly-deal-nav.next{right:10px;background:linear-gradient(270deg,rgba(5,7,10,.88),rgba(5,7,10,.30))}.weekly-deal-nav:hover{color:#ef2736}.weekly-deal-nav.prev:hover{transform:translate(-2px,-1px)}.weekly-deal-nav.next:hover{transform:translate(2px,-1px)}
.weekly-deals-note{position:relative;z-index:2;min-height:24px;padding:2px 50px 8px;color:#68727f;font-size:7.6px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
html.light .weekly-deals-sub{color:#aeb6c1}.weekly-deal-card{isolation:isolate}
@media(max-width:1200px){.weekly-deal-card{flex-basis:276px}.weekly-deals-sub{padding-inline:46px}}
@media(max-width:760px){
 .weekly-refresh{font-size:7px;padding:4px 7px}
 .weekly-deals-sub{padding:8px 42px 2px;font-size:8.4px;white-space:normal;min-height:31px}
 .weekly-deal-vp{padding:7px 42px 8px}
 .weekly-deal-card{grid-template-columns:78px minmax(130px,1fr);flex-basis:min(82vw,282px);height:94px}
 .weekly-deal-copy strong{font-size:11.7px}.weekly-deal-meta{font-size:7.4px}.weekly-deal-cta{font-size:8px}
 .weekly-deal-nav{width:27px;height:40px}.weekly-deal-nav.prev{left:6px}.weekly-deal-nav.next{right:6px}
 .weekly-deals-note{padding:2px 42px 8px;font-size:7px;white-space:normal;min-height:27px}
}
@media(prefers-reduced-motion:reduce){.weekly-refresh i{animation:none}.weekly-deal-vp{scroll-behavior:auto}.weekly-deal-card,.weekly-deal-media img,.weekly-deal-cta b{transition:none!important}}

header .btn-pill,
html.light header .btn-pill{
  position:relative!important;
  isolation:isolate!important;
  overflow:hidden!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:40px!important;
  padding:9px 15px 9px 18px!important;
  border-radius:10px!important;
  color:#f8fafc!important;
  -webkit-text-fill-color:#f8fafc!important;
  font-weight:720!important;
  letter-spacing:.005em!important;
  background:
    linear-gradient(145deg,rgba(39,45,52,.98) 0%,rgba(12,15,19,.99) 45%,rgba(3,5,8,1) 74%,rgba(23,27,32,.99) 100%)!important;
  border:1px solid rgba(122,133,145,.62)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.22),
    inset 0 -1px 0 rgba(0,0,0,.75),
    0 8px 20px rgba(7,14,24,.16),
    0 0 0 1px rgba(255,255,255,.04)!important;
  text-shadow:0 1px 2px rgba(0,0,0,.72)!important;
  transform:translateZ(0)!important;
  transition:transform .24s cubic-bezier(.22,1,.36,1),border-color .24s,box-shadow .24s,background .24s!important;
}
header .btn-pill::before,
html.light header .btn-pill::before{
  content:""!important;
  position:absolute!important;
  z-index:-1!important;
  left:12px!important;
  right:12px!important;
  top:0!important;
  height:1px!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.64),transparent)!important;
  opacity:.72!important;
  pointer-events:none!important;
}
header .btn-pill::after,
html.light header .btn-pill::after{
  content:"→"!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:20px!important;
  height:20px!important;
  flex:0 0 20px!important;
  border-left:1px solid rgba(255,255,255,.18)!important;
  padding-left:9px!important;
  margin-left:1px!important;
  color:#ff5362!important;
  -webkit-text-fill-color:#ff5362!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:760!important;
  transition:transform .24s cubic-bezier(.22,1,.36,1),color .24s!important;
}
header .btn-pill:hover,
header .btn-pill:focus-visible,
html.light header .btn-pill:hover,
html.light header .btn-pill:focus-visible{
  transform:translateY(-1px)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  border-color:rgba(207,216,225,.78)!important;
  background:linear-gradient(145deg,#343b43 0%,#15191e 40%,#05070a 72%,#1f242a 100%)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(0,0,0,.78),
    0 10px 24px rgba(7,14,24,.22),
    0 0 18px rgba(213,31,47,.10)!important;
}
header .btn-pill:hover::after,
header .btn-pill:focus-visible::after,
html.light header .btn-pill:hover::after,
html.light header .btn-pill:focus-visible::after{
  transform:translateX(2px)!important;
  color:#ff6875!important;
  -webkit-text-fill-color:#ff6875!important;
}
@media(max-width:600px){
  header .btn-pill,html.light header .btn-pill{min-height:37px!important;padding:8px 12px 8px 14px!important;border-radius:9px!important}
}

html:not(.light) header .btn-pill{
  color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important;
  background:linear-gradient(145deg,rgba(39,45,52,.98) 0%,rgba(12,15,19,.99) 45%,rgba(3,5,8,1) 74%,rgba(23,27,32,.99) 100%)!important;
  border:1px solid rgba(122,133,145,.62)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),inset 0 -1px 0 rgba(0,0,0,.75),0 8px 20px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.04)!important;
}

html:not(.light) body.subpage,
html:not(.light) body:not(.home-cockpit){
  background-color:#050607!important;
  background-image:
    radial-gradient(900px 520px at 12% 0%,rgba(176,116,36,.024),transparent 68%),
    linear-gradient(rgba(4,6,8,.92),rgba(4,6,8,.945)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,auto,1380px auto!important;
  background-position:center,center,center top!important;
  background-repeat:no-repeat,no-repeat,repeat-y!important;
}

html:not(.light) body.subpage section.blk,
html:not(.light) body:not(.home-cockpit) section.blk{
  background-color:transparent!important;
  background-image:
    radial-gradient(ellipse 62% 100% at 50% 48%,rgba(4,6,8,.95),rgba(4,6,8,.87) 74%,rgba(4,6,8,.80)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,1360px auto!important;
  background-position:center,center 48%!important;
  background-repeat:no-repeat,no-repeat!important;
}

html:not(.light) body.subpage .formsec,
html:not(.light) body:not(.home-cockpit) .formsec{
  background-color:#050607!important;
  background-image:
    radial-gradient(ellipse 66% 100% at 50% 45%,rgba(4,6,8,.95),rgba(4,6,8,.88) 72%,rgba(4,6,8,.82)),
    url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,1280px auto!important;
  background-position:center,76% 30%!important;
  background-repeat:no-repeat,no-repeat!important;
}

html:not(.light) body.subpage footer,
html:not(.light) body:not(.home-cockpit) footer{
  background-color:#050608!important;
  background-image:linear-gradient(rgba(5,6,8,.935),rgba(5,6,8,.97)),url('/assets/marble-gold-night-v220.webp')!important;
  background-size:auto,1160px auto!important;
  background-position:center,center 78%!important;
  background-repeat:no-repeat,no-repeat!important;
}

@media(max-width:760px){
  html:not(.light) body.subpage,
  html:not(.light) body:not(.home-cockpit){background-size:auto,auto,980px auto!important}
  html:not(.light) body.subpage section.blk,
  html:not(.light) body:not(.home-cockpit) section.blk,
  html:not(.light) body.subpage .formsec,
  html:not(.light) body:not(.home-cockpit) .formsec{background-size:auto,1050px auto!important}
}

:root{
  --bg:#030405!important;--bg-2:#08090B!important;
  --panel:rgba(255,255,255,.035)!important;--panel-2:rgba(255,255,255,.060)!important;
  --bd:rgba(241,197,91,.17)!important;--bd-2:rgba(241,197,91,.31)!important;
  --tx:#F7F4EC!important;--mut:#B1AA99!important;--mut-2:#756F63!important;
  --red:#E4B447!important;--red-2:#A97816!important;--teal:#EBC760!important;
  --glow-rgb:228,180,71!important;
  --red-premium:#F2C65D!important;--red-premium-2:#FFE08A!important;--red-premium-dark:#B27A17!important;
  --tr-red-deep:#2D2107!important;--tr-red-shadow:#5B3F09!important;--tr-red-core:#B9821B!important;--tr-red-bright:#E4B447!important;--tr-red-glint:#FFE08A!important;
  --theme-accent:#E4B447;--theme-accent-2:#FFE08A;--theme-ink:#F7F4EC;--theme-surface:#050607;
}
html.light{
  --bg:#F3F7FC!important;--bg-2:#FFFFFF!important;
  --panel:rgba(25,91,184,.045)!important;--panel-2:rgba(25,91,184,.085)!important;
  --bd:rgba(25,91,184,.15)!important;--bd-2:rgba(25,91,184,.28)!important;
  --tx:#0A1C35!important;--mut:#536B89!important;--mut-2:#8192A9!important;
  --red:#1F6FEB!important;--red-2:#0B4EAF!important;--teal:#3987F4!important;
  --glow-rgb:31,111,235!important;
  --red-premium:#2F80ED!important;--red-premium-2:#66A5FF!important;--red-premium-dark:#1252B5!important;
  --tr-red-deep:#071E45!important;--tr-red-shadow:#0B3E86!important;--tr-red-core:#145FC9!important;--tr-red-bright:#1F6FEB!important;--tr-red-glint:#72B0FF!important;
  --theme-accent:#1F6FEB;--theme-accent-2:#72B0FF;--theme-ink:#0A1C35;--theme-surface:#FFFFFF;
}

html:not(.light) body{background-color:#030405!important;color:#F7F4EC!important}
html:not(.light) header{background:rgba(3,4,5,.80)!important;border-bottom-color:rgba(228,180,71,.13)!important;box-shadow:0 10px 40px rgba(0,0,0,.22)!important}
html:not(.light) header.scrolled{background:rgba(3,4,5,.94)!important;border-bottom-color:rgba(228,180,71,.20)!important}
html.light body{background:linear-gradient(180deg,#F7FAFE 0%,#F1F6FC 100%)!important;color:#0A1C35!important}
html.light header{background:rgba(255,255,255,.90)!important;border-bottom-color:rgba(31,111,235,.12)!important;box-shadow:0 10px 34px rgba(38,76,126,.07)!important}
nav.main>a::after,.nav-trigger::after{background:var(--red)!important;box-shadow:0 0 14px rgba(var(--glow-rgb),.48)!important}
nav.main>a:hover,.nav-trigger:hover,.nav-drop.open .nav-trigger,nav.main>a.active,.nav-trigger.active{color:var(--tx)!important}
.nav-drop:hover .nav-trigger svg,.nav-drop.open .nav-trigger svg{color:var(--red)!important}
:focus-visible{outline-color:var(--red)!important}
::selection{background:var(--red)!important;color:#fff!important}

.lang-menu button:focus-visible{outline-color:rgba(var(--glow-rgb),.92)!important}
.lang-menu button.active{background:linear-gradient(135deg,rgba(var(--glow-rgb),.22),rgba(var(--glow-rgb),.07))!important;border-color:rgba(var(--glow-rgb),.46)!important;box-shadow:0 10px 28px rgba(var(--glow-rgb),.13),inset 3px 0 0 var(--red)!important}
.lang-menu .tagx{border-color:rgba(var(--glow-rgb),.20)!important;background:rgba(var(--glow-rgb),.08)!important;color:var(--red-premium-2)!important}
.lang-menu button.active .tagx{background:rgba(var(--glow-rgb),.24)!important}

html:not(.light) .btn-pill,html:not(.light) .btn-red,html:not(.light) .mnav-cta,html:not(.light) .qform button{
  color:#090806!important;-webkit-text-fill-color:#090806!important;
  background:linear-gradient(180deg,#F5D06E 0%,#D9A732 52%,#A87413 100%)!important;
  border-color:rgba(255,231,159,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.62),0 9px 25px rgba(0,0,0,.30),0 0 24px rgba(228,180,71,.22)!important;
  text-shadow:none!important
}
html:not(.light) .btn-pill:hover,html:not(.light) .btn-red:hover,html:not(.light) .mnav-cta:hover,html:not(.light) .qform button:hover{
  background:linear-gradient(180deg,#FFE393,#E6B84E 55%,#B98219 100%)!important;box-shadow:0 10px 30px rgba(0,0,0,.32),0 0 32px rgba(228,180,71,.34)!important
}
html.light .btn-pill,html.light .btn-red,html.light .mnav-cta,html.light .qform button{
  color:#fff!important;-webkit-text-fill-color:#fff!important;
  background:linear-gradient(180deg,#3786F4 0%,#1F6FEB 54%,#1256BC 100%)!important;
  border-color:rgba(113,171,255,.68)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 9px 24px rgba(25,91,184,.20),0 0 20px rgba(31,111,235,.16)!important
}
html.light .btn-pill:hover,html.light .btn-red:hover,html.light .mnav-cta:hover,html.light .qform button:hover{background:linear-gradient(180deg,#57A0FF,#2679EE 55%,#1459C1)!important;box-shadow:0 10px 28px rgba(25,91,184,.24),0 0 26px rgba(31,111,235,.20)!important}

.kick::before{background:linear-gradient(90deg,var(--red),var(--red-premium-2))!important;box-shadow:0 0 13px rgba(var(--glow-rgb),.42)!important}
.about-card .about-no,.doc-no,.pl-rank,.step .n,.about-code,.docs-flow-step b,.doc-native,.pl-head .tag,.about-card .about-no,.mega-kicker,.mnav-subhead{color:var(--red)!important;border-color:rgba(var(--glow-rgb),.28)!important}
.value-icon{color:var(--red)!important;background:rgba(var(--glow-rgb),.08)!important;border-color:rgba(var(--glow-rgb),.22)!important}
.why-item i{background:var(--red)!important;box-shadow:0 0 17px rgba(var(--glow-rgb),.25)!important}
.qform input:focus,.qform select:focus,.qform textarea:focus{border-color:var(--red)!important;box-shadow:0 0 0 3px rgba(var(--glow-rgb),.16)!important}
.faq summary::after,.mail-line a,.cpy:hover,.form-consent a,.form-error a,.lanes td.d,.stat .num em,.svc:hover h3,.svc .lk::after,.mnav-solutions-toggle svg{color:var(--red)!important;-webkit-text-fill-color:var(--red)!important}
.rt-dot,.rt-marker,.gal-ship::before{background:var(--red)!important;box-shadow:0 0 0 3px rgba(var(--glow-rgb),.14),0 0 14px rgba(var(--glow-rgb),.52)!important}
.rt-line i,.tb i,.docs-flow-step::before{background:linear-gradient(90deg,var(--red-2),var(--red))!important;box-shadow:0 0 14px rgba(var(--glow-rgb),.42)!important}

html.light .ui,html.light .pl-card,html.light .modal .box,html.light .wa-panel,html.light .about-card,html.light .value-card,html.light .why-panel,html.light .doc-card,html.light .docs-flow,html.light .docs-brief{
  background:linear-gradient(155deg,#FFFFFF 0%,#F7FAFE 100%)!important;
  border-color:rgba(31,111,235,.13)!important;
  box-shadow:0 22px 58px rgba(36,74,126,.09),inset 0 1px 0 #fff!important
}
html.light .title,html.light h1,html.light h2,html.light h3{color:#0A1C35}
html.light .kick,html.light .about-card .about-no,html.light .doc-no,html.light .doc-native,html.light .pl-head .tag{color:#1F6FEB!important}
html.light .pl-rank,html.light .step .n,html.light .about-code,html.light .docs-flow-step b{color:#1F6FEB!important;border-color:rgba(31,111,235,.22)!important;background:linear-gradient(145deg,rgba(31,111,235,.09),rgba(31,111,235,.02))!important}
html.light .qform{background:linear-gradient(155deg,#FFFFFF,#F4F8FD)!important;border-color:rgba(31,111,235,.15)!important;box-shadow:0 30px 70px rgba(36,74,126,.11)!important}
html.light .qform-head{background:linear-gradient(135deg,rgba(31,111,235,.08),transparent 62%)!important}

html:not(.light) .svc,html:not(.light) .about-card,html:not(.light) .value-card,html:not(.light) .why-panel,html:not(.light) .doc-card,html:not(.light) .docs-flow,html:not(.light) .docs-brief,html:not(.light) .pl-card,html:not(.light) .qform{
  border-color:rgba(228,180,71,.15)!important;
  box-shadow:0 22px 54px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,225,148,.035)!important
}

html:not(.light) header .btn-pill{background:linear-gradient(145deg,#211A09 0%,#0C0A05 48%,#030303 78%,#1B1406 100%)!important;color:#F5D06E!important;-webkit-text-fill-color:#F5D06E!important;border:1px solid rgba(228,180,71,.58)!important;box-shadow:inset 0 1px 0 rgba(255,226,145,.24),0 8px 20px rgba(0,0,0,.26),0 0 20px rgba(228,180,71,.08)!important}
html:not(.light) header .btn-pill:hover{color:#FFF0B6!important;-webkit-text-fill-color:#FFF0B6!important;border-color:rgba(255,214,111,.90)!important;box-shadow:0 10px 24px rgba(0,0,0,.30),0 0 24px rgba(228,180,71,.18)!important}
html.light header .btn-pill{background:linear-gradient(180deg,#FFFFFF,#EDF5FF)!important;color:#155FC9!important;-webkit-text-fill-color:#155FC9!important;border:1px solid rgba(31,111,235,.34)!important;box-shadow:inset 0 1px 0 #fff,0 8px 20px rgba(36,74,126,.10)!important}
html.light header .btn-pill:hover{background:linear-gradient(180deg,#FFFFFF,#E4F0FF)!important;color:#0E55BC!important;-webkit-text-fill-color:#0E55BC!important;border-color:rgba(31,111,235,.56)!important;box-shadow:0 10px 24px rgba(36,74,126,.14),0 0 18px rgba(31,111,235,.10)!important}

@media (min-width:1201px){
  #hdr.header-compact-cta .hdr-right>.btn-pill{display:none!important}
  #hdr.header-nav-tight nav.main{gap:9px!important}
  #hdr.header-nav-tight nav.main>a,
  #hdr.header-nav-tight .nav-trigger{font-size:11.6px!important;letter-spacing:-.01em!important}
}

:root{
  --brand-lockup-width:270px;
  --brand-image-width:260px;
  --brand-image-height:63px;
}
header .header-brand-signature,
html.light header .header-brand-signature{display:none!important}
header .header-brand>img,
html.light header .header-brand>img{
  flex:0 0 var(--brand-image-height)!important;
  inline-size:var(--brand-image-width)!important;
  min-inline-size:var(--brand-image-width)!important;
  max-inline-size:var(--brand-image-width)!important;
  block-size:var(--brand-image-height)!important;
  min-block-size:var(--brand-image-height)!important;
  max-block-size:var(--brand-image-height)!important;
  aspect-ratio:1696 / 412!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
}
@media(max-width:1200px) and (min-width:901px){
  :root{--brand-lockup-width:236px;--brand-image-width:228px;--brand-image-height:55px}
}
@media(max-width:900px){
  :root{--brand-lockup-width:184px;--brand-image-width:178px;--brand-image-height:43px}
}
@media(max-width:600px){
  :root{--brand-lockup-width:151px;--brand-image-width:148px;--brand-image-height:36px}
}
@media(max-width:360px){
  :root{--brand-lockup-width:136px;--brand-image-width:133px;--brand-image-height:32px}
}

.mega-menu.about-menu,
.mnav-sub{
  gap:7px!important;
  padding:9px!important;
  border:1px solid rgba(178,187,194,.22)!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,rgba(20,25,30,.94),rgba(8,12,16,.95))!important;
  box-shadow:0 20px 48px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.07)!important;
  backdrop-filter:blur(18px) saturate(1.02)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.02)!important;
}
.mega-menu.about-menu a,
.mnav-sub a{
  min-height:48px!important;margin:0!important;padding:7px 9px!important;gap:10px!important;
  border:1px solid rgba(177,187,194,.14)!important;border-radius:10px!important;
  background:linear-gradient(105deg,rgba(255,255,255,.035),rgba(255,255,255,.014))!important;color:#d8dde1!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 5px 12px rgba(0,0,0,.11)!important;transform:none!important;
}
.mega-menu.about-menu a>span:last-child,
.mnav-sub a>span[data-i18n]{font-size:12.4px!important;font-weight:700!important;letter-spacing:-.012em!important}
.mega-menu.about-menu .about-code,
.mnav-sub .about-code{flex-basis:32px!important;width:32px!important;height:32px!important;border:1px solid rgba(179,189,197,.30)!important;border-radius:8px!important;background:linear-gradient(145deg,rgba(207,214,218,.12),rgba(53,60,66,.18))!important;color:#c7cdd2!important;font-size:9px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(0,0,0,.24)!important}
.mega-menu.about-menu a::after,
.mnav-sub a::after{flex-basis:24px!important;width:24px!important;height:24px!important;border:1px solid rgba(178,188,195,.16)!important;border-radius:8px!important;background:rgba(255,255,255,.025)!important;color:#9ba4ab!important;font-size:16px!important;box-shadow:none!important}
.mega-menu.about-menu a:hover,
.mega-menu.about-menu a:focus-visible,
.mnav-sub a:hover,
.mnav-sub a:focus-visible{border-color:rgba(201,209,214,.36)!important;background:linear-gradient(105deg,rgba(255,255,255,.070),rgba(255,255,255,.025))!important;color:#f0f2f3!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 7px 16px rgba(0,0,0,.16)!important;transform:none!important}
.mega-menu.about-menu a:hover .about-code,
.mega-menu.about-menu a:focus-visible .about-code,
.mnav-sub a:hover .about-code,
.mnav-sub a:focus-visible .about-code{color:#f1f3f4!important;border-color:rgba(215,222,226,.54)!important;background:linear-gradient(145deg,rgba(220,226,230,.20),rgba(72,79,85,.25))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),inset 0 -1px 0 rgba(0,0,0,.22)!important;transform:none!important}
.mega-menu.about-menu a:hover::after,
.mega-menu.about-menu a:focus-visible::after,
.mnav-sub a:hover::after,
.mnav-sub a:focus-visible::after{color:#e6eaec!important;border-color:rgba(208,216,221,.34)!important;background:rgba(255,255,255,.07)!important;transform:none!important}
html.light .mega-menu.about-menu,
html.light .mnav-sub{border-color:rgba(82,94,103,.22)!important;background:linear-gradient(145deg,rgba(222,227,230,.92),rgba(197,204,208,.88))!important;box-shadow:0 18px 42px rgba(31,42,49,.16),inset 0 1px 0 rgba(255,255,255,.66)!important}
html.light .mega-menu.about-menu a,
html.light .mnav-sub a{border-color:rgba(78,92,102,.16)!important;background:linear-gradient(105deg,rgba(255,255,255,.42),rgba(255,255,255,.20))!important;color:#29333b!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.58),0 4px 10px rgba(42,54,62,.08)!important}
html.light .mega-menu.about-menu .about-code,
html.light .mnav-sub .about-code{border-color:rgba(79,94,104,.25)!important;background:linear-gradient(145deg,rgba(255,255,255,.54),rgba(151,161,168,.22))!important;color:#4b5962!important}
html.light .mega-menu.about-menu a::after,
html.light .mnav-sub a::after{border-color:rgba(76,90,100,.16)!important;background:rgba(255,255,255,.28)!important;color:#66737c!important}
html.light .mega-menu.about-menu a:hover,
html.light .mega-menu.about-menu a:focus-visible,
html.light .mnav-sub a:hover,
html.light .mnav-sub a:focus-visible{border-color:rgba(75,88,97,.30)!important;background:linear-gradient(105deg,rgba(255,255,255,.58),rgba(227,232,235,.34))!important;color:#182127!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 6px 14px rgba(42,54,62,.10)!important}

.mega-menu.about-menu,
.mnav-sub{
  gap:6px!important;
  padding:8px!important;
  border:1px solid rgba(196,203,208,.25)!important;
  border-radius:14px!important;
  background:linear-gradient(140deg,rgba(33,39,44,.96),rgba(11,15,18,.97))!important;
  box-shadow:0 18px 42px rgba(0,0,0,.31),inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.36)!important;
  backdrop-filter:blur(20px) saturate(.92)!important;
  -webkit-backdrop-filter:blur(20px) saturate(.92)!important;
}
.mega-menu.about-menu a,
.mnav-sub a{
  min-height:46px!important;
  padding:7px 10px!important;
  gap:0!important;
  border-color:rgba(204,211,215,.14)!important;
  border-radius:8px!important;
  background:linear-gradient(108deg,rgba(255,255,255,.055),rgba(255,255,255,.017))!important;
  color:#e0e4e6!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 4px 10px rgba(0,0,0,.10)!important;
}
.mega-menu.about-menu a>span:last-child,
.mnav-sub a>span[data-i18n]{font-size:12.6px!important;font-weight:750!important;letter-spacing:.005em!important}
.mega-menu.about-menu a::after,
.mnav-sub a::after{
  flex-basis:22px!important;width:22px!important;height:22px!important;
  border-color:rgba(205,212,216,.18)!important;border-radius:6px!important;
  background:rgba(255,255,255,.028)!important;color:#aeb6bb!important;font-size:15px!important;
}
.mega-menu.about-menu a:hover,
.mega-menu.about-menu a:focus-visible,
.mnav-sub a:hover,
.mnav-sub a:focus-visible{
  border-color:rgba(225,230,233,.39)!important;
  background:linear-gradient(108deg,rgba(255,255,255,.095),rgba(255,255,255,.032))!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 6px 14px rgba(0,0,0,.15)!important;
}
.mega-menu.about-menu a:hover::after,
.mega-menu.about-menu a:focus-visible::after,
.mnav-sub a:hover::after,
.mnav-sub a:focus-visible::after{border-color:rgba(229,234,237,.37)!important;background:rgba(255,255,255,.085)!important;color:#f2f4f5!important}
html.light .mega-menu.about-menu,
html.light .mnav-sub{
  border-color:rgba(80,91,98,.26)!important;
  background:linear-gradient(140deg,rgba(231,235,237,.96),rgba(185,193,198,.94))!important;
  box-shadow:0 16px 34px rgba(36,46,52,.15),inset 0 1px 0 rgba(255,255,255,.78),inset 0 -1px 0 rgba(80,91,98,.13)!important;
}
html.light .mega-menu.about-menu a,
html.light .mnav-sub a{
  border-color:rgba(80,91,98,.17)!important;
  background:linear-gradient(108deg,rgba(255,255,255,.54),rgba(230,235,237,.30))!important;
  color:#273139!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 3px 8px rgba(38,49,56,.07)!important;
}
html.light .mega-menu.about-menu a:hover,
html.light .mega-menu.about-menu a:focus-visible,
html.light .mnav-sub a:hover,
html.light .mnav-sub a:focus-visible{border-color:rgba(64,75,82,.34)!important;background:linear-gradient(108deg,rgba(255,255,255,.73),rgba(213,220,223,.38))!important;color:#161d22!important}
html.light .mega-menu.about-menu a::after,
html.light .mnav-sub a::after{border-color:rgba(69,80,88,.18)!important;background:rgba(255,255,255,.34)!important;color:#59656c!important}
html.light .mega-menu.about-menu a:hover::after,
html.light .mega-menu.about-menu a:focus-visible::after,
html.light .mnav-sub a:hover::after,
html.light .mnav-sub a:focus-visible::after{border-color:rgba(61,72,79,.30)!important;background:rgba(255,255,255,.56)!important;color:#313b41!important}

.about-code,
.product-group-index,
.dash-op>b,
.doc-no,
.docs-flow-step>b,
.pl-row>.pl-rank,
.step .n{display:none!important}
.about-card .about-no{color:#9ca5aa!important;letter-spacing:.12em!important}
.about-card .about-no::before{background:linear-gradient(90deg,#747e85,#d8dde0,#747e85)!important}
html.light .about-card .about-no{color:#566169!important}
.svc-no,
.docs-factor>i{display:none!important}

html.light #hdr .header-brand>img{
  filter:contrast(1.24) brightness(.84) saturate(.92)
    drop-shadow(0 1px 0 rgba(255,255,255,.60))
    drop-shadow(0 2px 2px rgba(18,29,39,.58))
    drop-shadow(0 6px 11px rgba(18,29,39,.24))!important;
}

html.light #hdr .header-brand{position:relative!important}
html.light #hdr .header-brand>img{clip-path:inset(0 0 14px 0)!important}
html.light #hdr .header-brand::after{
  content:"ONE CONTACT. FULL CONTROL.";
  position:absolute!important;
  left:50%!important;
  top:52px!important;
  bottom:auto!important;
  z-index:2!important;
  transform:translateX(-50%)!important;
  white-space:nowrap!important;
  color:#34404b!important;
  font-family:"Manrope",sans-serif!important;
  font-size:8.8px!important;
  font-weight:650!important;
  letter-spacing:.23em!important;
  line-height:1!important;
  text-shadow:none!important;
}
html.light #hdr{
  border-bottom:0!important;
  box-shadow:none!important;
}

html.light #hdr .header-brand>img{
  content:normal!important;
  clip-path:none!important;
  filter:contrast(1.36) brightness(.74) saturate(.90)
    drop-shadow(0 2px 2px rgba(18,29,39,.46))
    drop-shadow(0 5px 10px rgba(18,29,39,.18))!important;
}
html.light #hdr .header-brand::after{content:none!important}

.lang.open .lang-menu{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:4px!important;
  width:min(438px,calc(100vw - 16px))!important;
  min-width:0!important;
  max-height:none!important;
  overflow:hidden!important;
  padding:8px!important;
  border:1px solid rgba(190,199,204,.34)!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,rgba(31,37,42,.98),rgba(10,14,17,.99))!important;
  box-shadow:0 20px 48px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.38)!important;
  backdrop-filter:blur(18px) saturate(.88)!important;
  -webkit-backdrop-filter:blur(18px) saturate(.88)!important;
}
.lang-menu::-webkit-scrollbar{display:none!important}
.lang-menu button,.lang-menu button+button{min-height:34px!important;margin:0!important;padding:4px 6px!important;gap:5px!important;border:1px solid rgba(191,200,205,.16)!important;border-radius:8px!important;background:linear-gradient(105deg,rgba(255,255,255,.05),rgba(255,255,255,.012))!important;color:#e1e5e7!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 3px 8px rgba(0,0,0,.10)!important;transform:none!important}
.lang-menu button:hover,.lang-menu button:focus-visible{border-color:rgba(218,224,227,.42)!important;background:linear-gradient(105deg,rgba(255,255,255,.10),rgba(255,255,255,.03))!important;transform:none!important}
.lang-menu button.active{border-color:rgba(211,218,222,.54)!important;background:linear-gradient(105deg,rgba(194,203,208,.18),rgba(255,255,255,.045))!important;box-shadow:inset 2px 0 0 #9ea8ae,inset 0 1px 0 rgba(255,255,255,.12),0 4px 10px rgba(0,0,0,.14)!important}
.lang-option{gap:7px!important;min-width:0!important}.lang-option>span:last-child{font-size:11.1px!important;font-weight:700!important;letter-spacing:0!important}.lang-flag{width:24px!important;height:16px!important;flex-basis:24px!important;border-radius:3px!important;border-color:rgba(213,220,224,.32)!important;box-shadow:0 2px 5px rgba(0,0,0,.28)!important}.lang-menu .tagx{min-width:24px!important;padding:3px 4px!important;border-color:rgba(195,204,209,.25)!important;border-radius:99px!important;background:rgba(184,194,199,.10)!important;color:#cfd6da!important;font-size:7px!important;letter-spacing:.06em!important}.lang-menu button.active .tagx{border-color:rgba(220,226,230,.38)!important;background:rgba(205,213,217,.20)!important;color:#f2f4f5!important}
html.light .lang.open .lang-menu{border-color:rgba(72,84,92,.28)!important;background:linear-gradient(145deg,rgba(224,229,231,.98),rgba(181,190,195,.97))!important;box-shadow:0 18px 38px rgba(33,44,50,.18),inset 0 1px 0 rgba(255,255,255,.72),inset 0 -1px 0 rgba(71,82,90,.14)!important}
html.light .lang-menu button,html.light .lang-menu button+button{border-color:rgba(70,82,90,.17)!important;background:linear-gradient(105deg,rgba(255,255,255,.52),rgba(219,225,227,.26))!important;color:#283238!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.68),0 2px 6px rgba(35,46,52,.07)!important}html.light .lang-menu button:hover,html.light .lang-menu button:focus-visible{border-color:rgba(63,75,82,.34)!important;background:linear-gradient(105deg,rgba(255,255,255,.74),rgba(205,213,216,.38))!important}html.light .lang-menu button.active{border-color:rgba(62,74,81,.43)!important;background:linear-gradient(105deg,rgba(255,255,255,.72),rgba(186,196,201,.38))!important;box-shadow:inset 2px 0 0 #66737b,inset 0 1px 0 rgba(255,255,255,.78),0 3px 8px rgba(35,46,52,.10)!important}html.light .lang-flag{border-color:rgba(60,72,80,.24)!important;box-shadow:0 2px 5px rgba(35,46,52,.12)!important}html.light .lang-menu .tagx{border-color:rgba(64,76,84,.22)!important;background:rgba(255,255,255,.34)!important;color:#58636a!important}html.light .lang-menu button.active .tagx{border-color:rgba(61,73,80,.34)!important;background:rgba(255,255,255,.58)!important;color:#313b40!important}
@media(max-height:640px){.lang.open .lang-menu{gap:3px!important;padding:6px!important}.lang-menu button,.lang-menu button+button{min-height:30px!important;padding:3px 5px!important}.lang-option>span:last-child{font-size:10px!important}.lang-flag{width:21px!important;height:14px!important;flex-basis:21px!important}}
@media(max-width:900px){html.light #hdr .header-brand::after{font-size:6.15px!important;letter-spacing:.13em!important;top:46px!important}}
@media(max-width:600px){html.light #hdr .header-brand>img{clip-path:inset(0 0 10px 0)!important}html.light #hdr .header-brand::after{font-size:4.7px!important;letter-spacing:.11em!important;top:31px!important}}

.lang.open .lang-menu{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;
  width:min(472px,calc(100vw - 14px))!important;max-height:none!important;padding:9px!important;overflow:hidden!important;
  border:1px solid rgba(194,201,205,.38)!important;border-radius:16px!important;
  background:radial-gradient(circle at 12% 0%,rgba(222,227,230,.10),transparent 31%),linear-gradient(145deg,rgba(25,30,34,.985),rgba(8,11,14,.995) 68%,rgba(15,19,22,.99))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.56),0 24px 58px rgba(0,0,0,.42),0 5px 16px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(22px) saturate(.82)!important;-webkit-backdrop-filter:blur(22px) saturate(.82)!important;
}
.lang-menu button,.lang-menu button+button{
  position:relative!important;display:flex!important;align-items:center!important;min-height:38px!important;margin:0!important;padding:6px 8px 6px 11px!important;overflow:hidden!important;
  border:1px solid rgba(192,200,204,.18)!important;border-radius:9px!important;color:#e6e9ea!important;
  background:linear-gradient(110deg,rgba(255,255,255,.060),rgba(255,255,255,.014) 72%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055),0 4px 10px rgba(0,0,0,.12)!important;transform:none!important;
}
.lang-menu button:hover,.lang-menu button:focus-visible{
  border-color:rgba(221,225,227,.43)!important;background:linear-gradient(110deg,rgba(255,255,255,.12),rgba(255,255,255,.035) 72%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 7px 15px rgba(0,0,0,.18)!important;transform:translateY(-1px)!important;
}
.lang-menu button.active{
  color:#fff!important;border-color:rgba(219,224,226,.58)!important;background:linear-gradient(110deg,rgba(174,184,189,.20),rgba(78,87,92,.13) 64%,rgba(255,255,255,.04))!important;
  box-shadow:inset 2px 0 0 #9ca6ab,inset 0 1px 0 rgba(255,255,255,.14),0 7px 18px rgba(0,0,0,.21)!important;
}
.lang-menu .lang-option{display:grid!important;grid-template-columns:minmax(0,1fr) 30px!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;}
.lang-menu .lang-option>span:last-child{
  grid-column:1!important;grid-row:1!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:left!important;
  font-family:"Sora","Manrope",Arial,sans-serif!important;font-size:11.6px!important;line-height:1.2!important;font-weight:600!important;letter-spacing:-.012em!important;
}
.lang-menu .lang-flag{
  grid-column:2!important;grid-row:1!important;justify-self:end!important;width:28px!important;height:19px!important;flex-basis:28px!important;
  border:1px solid rgba(224,229,231,.58)!important;border-radius:4px!important;background:#11161a!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 3px 8px rgba(0,0,0,.35)!important;
}
.lang-menu .tagx{display:none!important;}
html.light .lang.open .lang-menu{
  border-color:rgba(84,94,100,.32)!important;background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.78),transparent 34%),linear-gradient(145deg,rgba(235,238,239,.99),rgba(195,203,207,.985) 72%,rgba(221,225,227,.99))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),inset 0 -1px 0 rgba(62,72,78,.13),0 22px 52px rgba(25,34,39,.22),0 5px 15px rgba(25,34,39,.11)!important;
}
html.light .lang-menu button,html.light .lang-menu button+button{
  color:#263036!important;border-color:rgba(69,81,88,.18)!important;background:linear-gradient(110deg,rgba(255,255,255,.65),rgba(197,205,209,.26) 76%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 4px 9px rgba(38,48,54,.08)!important;
}
html.light .lang-menu button:hover,html.light .lang-menu button:focus-visible{color:#151b1f!important;border-color:rgba(67,78,84,.38)!important;background:linear-gradient(110deg,rgba(255,255,255,.90),rgba(178,188,193,.34) 76%)!important;box-shadow:inset 0 1px 0 #fff,0 7px 14px rgba(40,50,56,.12)!important;}
html.light .lang-menu button.active{color:#1f272c!important;border-color:rgba(72,83,89,.48)!important;background:linear-gradient(110deg,rgba(255,255,255,.88),rgba(161,172,178,.38) 70%,rgba(255,255,255,.34))!important;box-shadow:inset 2px 0 0 #667279,inset 0 1px 0 #fff,0 7px 16px rgba(37,47,53,.13)!important;}
html.light .lang-menu .lang-flag{border-color:rgba(56,68,75,.32)!important;background:#eef1f2!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 3px 7px rgba(35,45,51,.16)!important;}
@media(max-width:520px){
  .lang.open .lang-menu{gap:4px!important;padding:6px!important;}
  .lang-menu button,.lang-menu button+button{min-height:33px!important;padding:4px 6px 4px 8px!important;}
  .lang-menu .lang-option{grid-template-columns:minmax(0,1fr) 24px!important;gap:6px!important;}
  .lang-menu .lang-option>span:last-child{font-size:10.2px!important;}
  .lang-menu .lang-flag{width:24px!important;height:16px!important;flex-basis:24px!important;}
}

.cosmetics-faq-after-gallery{padding-top:42px!important;}
@media(max-width:600px){.cosmetics-faq-after-gallery{padding-top:32px!important;}}

:root{
  --red:#B7C0C5!important;--red-2:#707B81!important;--teal:#AEB8BD!important;
  --glow-rgb:183,192,197!important;
  --red-premium:#DDE2E5!important;--red-premium-2:#F2F4F5!important;--red-premium-dark:#626D73!important;
  --auto-accent:#B7C0C5!important;--auto-accent-rgb:183,192,197!important;
  --theme-accent:#B7C0C5!important;--theme-accent-2:#EEF1F2!important;
  --bd:rgba(190,198,203,.18)!important;--bd-2:rgba(203,210,214,.32)!important;
}
html.light{
  --red:#667279!important;--red-2:#424C52!important;--teal:#758188!important;
  --glow-rgb:102,114,121!important;
  --red-premium:#77838A!important;--red-premium-2:#4E5960!important;--red-premium-dark:#343D42!important;
  --auto-accent:#667279!important;--auto-accent-rgb:102,114,121!important;
  --theme-accent:#667279!important;--theme-accent-2:#343D42!important;
  --bd:rgba(74,86,93,.16)!important;--bd-2:rgba(74,86,93,.30)!important;
}

.kick,.marq-kick,.docs-sector-kick,.docs-flow-head>span{
  font-size:12px!important;font-weight:760!important;letter-spacing:.205em!important;text-shadow:none!important;
  background:linear-gradient(180deg,#F3F5F6 0%,#C4CBCF 38%,#8C979D 72%,#DCE1E3 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
}
html.light .kick,html.light .marq-kick,html.light .docs-sector-kick,html.light .docs-flow-head>span{
  background:linear-gradient(180deg,#737E84 0%,#424C52 46%,#69747A 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
}
.kick::before,.kick::after,.marq-kick::before,.marq-kick::after{
  height:2px!important;border-radius:0!important;box-shadow:none!important;
  background:linear-gradient(90deg,transparent 0%,#596269 14%,#B9C1C5 38%,#F0F2F3 50%,#A3ADB2 70%,#535D63 88%,transparent 100%)!important;
  clip-path:polygon(0 50%,10% 22%,90% 22%,100% 50%,90% 78%,10% 78%)!important;
}
.kick::before,.kick::after{width:48px!important;}
.marq-kick::before,.marq-kick::after{max-width:112px!important;}
html.light .kick::before,html.light .kick::after,html.light .marq-kick::before,html.light .marq-kick::after{
  background:linear-gradient(90deg,transparent 0%,#727D83 15%,#AEB6BA 38%,#5B666C 52%,#939DA2 73%,#6C777D 88%,transparent 100%)!important;
}

nav.main>a::after,.nav-trigger::after{
  height:2px!important;bottom:11px!important;border-radius:0!important;box-shadow:none!important;
  background:linear-gradient(90deg,transparent 0%,#68737A 12%,#C3CACE 38%,#F3F5F6 50%,#9FA9AE 70%,#59636A 88%,transparent 100%)!important;
  clip-path:polygon(0 50%,9% 20%,91% 20%,100% 50%,91% 80%,9% 80%)!important;
}
nav.main>a:hover,.nav-trigger:hover,.nav-drop.open .nav-trigger,nav.main>a.active,.nav-trigger.active{color:#EEF1F2!important;text-shadow:0 0 12px rgba(214,220,223,.10)!important;}
html.light nav.main>a:hover,html.light .nav-trigger:hover,html.light .nav-drop.open .nav-trigger,html.light nav.main>a.active,html.light .nav-trigger.active{color:#333C41!important;text-shadow:none!important;}
.nav-drop:hover .nav-trigger svg,.nav-drop.open .nav-trigger svg{color:#B7C0C5!important;}
html.light .nav-drop:hover .nav-trigger svg,html.light .nav-drop.open .nav-trigger svg{color:#59646A!important;}
.mega-menu{border-color:rgba(190,199,204,.30)!important;background:linear-gradient(155deg,rgba(18,22,25,.985),rgba(5,7,9,.99))!important;}
.mega-menu a:hover,.mega-menu a:focus-visible{border-color:rgba(202,209,213,.32)!important;background:linear-gradient(110deg,rgba(210,217,220,.10),rgba(255,255,255,.025))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;}
html.light .mega-menu{background:linear-gradient(155deg,#FFFFFF,#E9EDEF)!important;border-color:rgba(75,87,94,.20)!important;}
html.light .mega-menu a:hover,html.light .mega-menu a:focus-visible{border-color:rgba(75,87,94,.28)!important;background:linear-gradient(110deg,#FFFFFF,rgba(99,112,119,.08))!important;color:#30383D!important;}
.products-menu{width:min(370px,calc(100vw - 40px))!important;}
.products-menu a[aria-disabled="true"]{cursor:default!important;}
.products-menu a[aria-disabled="true"]::after{content:"PDF"!important;width:auto!important;min-width:32px!important;padding:0 6px!important;font:700 8px/20px "IBM Plex Mono",monospace!important;letter-spacing:.07em!important;border:1px solid rgba(190,199,204,.25)!important;border-radius:999px!important;color:#BBC3C7!important;background:rgba(255,255,255,.035)!important;}
html.light .products-menu a[aria-disabled="true"]::after{color:#58646A!important;border-color:rgba(75,87,94,.22)!important;background:rgba(75,87,94,.06)!important;}
.mnav-main-link:hover,.mnav-solutions-toggle:hover,.mnav-sub a:hover{border-color:rgba(188,198,203,.30)!important;background:linear-gradient(90deg,rgba(190,199,204,.09),transparent)!important;}

:where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.lanes){border-color:rgba(185,194,199,.22)!important;}
html.light :where(.stat,.svc,.svc-detail,.product-group-card,.about-card,.value-card,.why-panel,.why-item,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.pl-card,.pl-row,.ui,.lanes){border-color:rgba(78,91,98,.20)!important;}

.faq details{border-color:rgba(183,193,198,.30)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;}
.faq details:hover,.faq details[open]{border-color:rgba(214,220,223,.48)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 30px rgba(0,0,0,.16)!important;}
.faq summary::after{color:#C4CBCF!important;-webkit-text-fill-color:#C4CBCF!important;text-shadow:0 0 9px rgba(214,220,223,.14)!important;}
html.light .faq details{border-color:rgba(79,91,98,.27)!important;background:linear-gradient(145deg,#FFFFFF,#EFF2F3)!important;box-shadow:inset 0 1px 0 #fff!important;}
html.light .faq details:hover,html.light .faq details[open]{border-color:rgba(72,83,89,.42)!important;background:linear-gradient(145deg,#FFFFFF,#E7EBED)!important;box-shadow:inset 0 1px 0 #fff,0 14px 30px rgba(48,59,66,.08)!important;}
html.light .faq summary::after{color:#59656B!important;-webkit-text-fill-color:#59656B!important;text-shadow:none!important;}

.qfield-no{display:none!important;}
.qform{border:1px solid rgba(188,198,203,.34)!important;box-shadow:0 32px 78px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.06)!important;}
.qform::before{height:1px!important;background:linear-gradient(90deg,transparent,#69747A,#D9DEE0,#69747A,transparent)!important;box-shadow:none!important;}
.qform-head{border-bottom-color:rgba(188,198,203,.18)!important;background:linear-gradient(135deg,rgba(190,199,204,.08),transparent 62%)!important;}
.qform-head-mark{border-color:rgba(191,200,205,.35)!important;background:linear-gradient(145deg,rgba(208,215,218,.13),rgba(70,80,86,.08))!important;color:#D9DEE0!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;}
.qform-lock{border-color:rgba(181,191,196,.28)!important;background:rgba(181,191,196,.055)!important;color:#BFC7CB!important;}
.qfield label{gap:0!important;color:#CFD5D8!important;font-size:11.4px!important;font-weight:800!important;letter-spacing:.105em!important;text-shadow:0 1px 0 rgba(0,0,0,.28)!important;}
.qform input,.qform select,.qform textarea{border-color:rgba(183,193,198,.28)!important;background:linear-gradient(145deg,rgba(255,255,255,.038),rgba(255,255,255,.014))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important;}
.qform input:hover,.qform select:hover,.qform textarea:hover{border-color:rgba(205,212,216,.40)!important;}
.qform input:focus,.qform select:focus,.qform textarea:focus{border-color:rgba(218,223,226,.58)!important;box-shadow:0 0 0 3px rgba(185,194,199,.08),inset 0 1px 0 rgba(255,255,255,.04)!important;}
.qform-advanced,.qfile-drop{border-color:rgba(184,194,199,.27)!important;}
.qform-advanced summary{background:linear-gradient(110deg,rgba(188,198,203,.07),rgba(255,255,255,.018) 68%,transparent)!important;}
.qform-advanced-icon{border-color:rgba(187,197,202,.31)!important;background:linear-gradient(145deg,rgba(203,211,215,.11),rgba(70,80,86,.07))!important;color:#C5CDD1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;}
.qform-advanced-badge{border-color:rgba(181,191,196,.24)!important;background:rgba(181,191,196,.055)!important;color:#BFC7CB!important;}
html.light .qform{background:linear-gradient(155deg,#FFFFFF,#EEF1F2)!important;border-color:rgba(73,85,92,.27)!important;box-shadow:0 28px 65px rgba(43,54,61,.10),inset 0 1px 0 #fff!important;}
html.light .qform-head{border-bottom-color:rgba(73,85,92,.13)!important;background:linear-gradient(135deg,rgba(85,98,105,.07),transparent 62%)!important;}
html.light .qform-head-mark{border-color:rgba(73,85,92,.28)!important;background:linear-gradient(145deg,#F8FAFA,#DDE2E4)!important;color:#4B565C!important;}
html.light .qform-lock{border-color:rgba(73,85,92,.24)!important;background:rgba(73,85,92,.05)!important;color:#59656B!important;}
html.light .qfield label{color:#465158!important;text-shadow:none!important;}
html.light .qform input,html.light .qform select,html.light .qform textarea{background:linear-gradient(145deg,#FFFFFF,#ECEFF0)!important;border-color:rgba(73,85,92,.23)!important;color:#242B2F!important;box-shadow:inset 0 1px 0 #fff!important;}
html.light .qform-advanced,html.light .qfile-drop{border-color:rgba(73,85,92,.22)!important;background:linear-gradient(145deg,#FFFFFF,#ECEFF0)!important;}
html.light .qform-advanced summary{background:linear-gradient(110deg,rgba(82,95,102,.06),rgba(255,255,255,.72) 70%)!important;}

.btn-pill,.btn-red,.mnav-cta,.qform button#sendBtn{
  border:1px solid rgba(222,227,229,.55)!important;background:linear-gradient(180deg,#E7EBED 0%,#AEB7BC 45%,#737E84 100%)!important;
  color:#101315!important;-webkit-text-fill-color:#101315!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 26px rgba(0,0,0,.22)!important;text-shadow:none!important;
}
.btn-pill:hover,.btn-red:hover,.mnav-cta:hover,.qform button#sendBtn:hover{background:linear-gradient(180deg,#F4F6F7,#BFC7CB 48%,#818C92)!important;box-shadow:inset 0 1px 0 #fff,0 14px 32px rgba(0,0,0,.26)!important;}
html.light .btn-pill,html.light .btn-red,html.light .mnav-cta,html.light .qform button#sendBtn{border-color:rgba(63,74,80,.50)!important;background:linear-gradient(180deg,#7B878D,#58636A 50%,#374147)!important;color:#FFFFFF!important;-webkit-text-fill-color:#FFFFFF!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 10px 24px rgba(49,60,67,.16)!important;}
html.light .btn-pill:hover,html.light .btn-red:hover,html.light .mnav-cta:hover,html.light .qform button#sendBtn:hover{background:linear-gradient(180deg,#89949A,#626E74 52%,#414B51)!important;}

.faq summary::after,.mail-line a,.cpy:hover,.lanes td.d,.stat .num em,.svc:hover h3,.svc .lk::after,.mnav-solutions-toggle svg,.product-group-action b,.doc-no,.doc-native,.about-card .about-no,.pl-head .tag,.docs-flow-step b{color:#B8C1C5!important;-webkit-text-fill-color:#B8C1C5!important;}
html.light .faq summary::after,html.light .mail-line a,html.light .cpy:hover,html.light .lanes td.d,html.light .stat .num em,html.light .svc:hover h3,html.light .svc .lk::after,html.light .mnav-solutions-toggle svg,html.light .product-group-action b,html.light .doc-no,html.light .doc-native,html.light .about-card .about-no,html.light .pl-head .tag,html.light .docs-flow-step b{color:#566269!important;-webkit-text-fill-color:#566269!important;}

@media(max-width:760px){
  .kick{font-size:10.5px!important;padding-inline:42px!important;}
  .kick::before,.kick::after{width:30px!important;}
  .products-menu{width:min(342px,calc(100vw - 20px))!important;}
}

@keyframes trexporMetalSweepV241{
  0%{transform:translate3d(-170%,0,0) skewX(-22deg);opacity:0}
  15%{opacity:.18}
  45%{opacity:.62}
  100%{transform:translate3d(190%,0,0) skewX(-22deg);opacity:0}
}
@media (min-width:1201px){
  .nav-drop:hover .mega-menu{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%,12px)!important}
  .nav-drop.open .mega-menu,.nav-drop:focus-within .mega-menu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%,0)!important}
}
.products-menu,.mega-menu.about-menu{
  border:1px solid rgba(154,164,171,.58)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(226,232,236,.88) 26%,rgba(246,248,249,.9) 54%,rgba(219,225,229,.88) 76%,rgba(246,248,250,.92))!important;
  box-shadow:0 18px 48px rgba(17,23,31,.18), inset 0 1px 0 rgba(255,255,255,.85), inset 0 -1px 0 rgba(129,140,148,.25)!important;
  backdrop-filter:blur(18px)!important;
}
.products-menu::before,.mega-menu.about-menu::before{
  content:""!important;position:absolute!important;inset:1px!important;border-radius:inherit!important;pointer-events:none!important;
  background:linear-gradient(115deg,rgba(255,255,255,.36),rgba(255,255,255,.08) 32%,rgba(125,134,141,.04) 55%,rgba(255,255,255,.18) 78%,rgba(255,255,255,.34))!important;
  opacity:.95!important;
}
.products-menu a,.mega-menu.about-menu a{
  position:relative!important;overflow:hidden!important;border:1px solid rgba(154,164,171,.46)!important;border-radius:15px!important;
  background:linear-gradient(125deg,rgba(255,255,255,.56),rgba(233,238,241,.84) 28%,rgba(246,248,249,.76) 62%,rgba(224,230,234,.92))!important;
  color:#33404A!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.82), inset 0 -1px 0 rgba(123,133,140,.16)!important;
}
.products-menu a::before,.mega-menu.about-menu a::before{
  content:""!important;position:absolute!important;top:-25%!important;left:-40%!important;width:46%!important;height:150%!important;pointer-events:none!important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.18),rgba(255,255,255,.74),rgba(206,214,218,.48),rgba(255,255,255,.12),rgba(255,255,255,0))!important;
  transform:translate3d(-170%,0,0) skewX(-22deg)!important;opacity:0!important;z-index:1!important;
}
.products-menu a:hover,.products-menu a:focus-visible,.mega-menu.about-menu a:hover,.mega-menu.about-menu a:focus-visible{
  border-color:rgba(133,144,151,.72)!important;color:#243038!important;
  background:linear-gradient(125deg,rgba(255,255,255,.78),rgba(239,243,245,.98) 34%,rgba(250,251,252,.94) 62%,rgba(229,234,237,.98))!important;
  box-shadow:0 10px 24px rgba(89,98,104,.16), inset 0 1px 0 rgba(255,255,255,.9), inset 0 -1px 0 rgba(118,127,133,.18)!important;
  transform:translateY(-1px)!important;
}
.products-menu a:hover::before,.products-menu a:focus-visible::before,.mega-menu.about-menu a:hover::before,.mega-menu.about-menu a:focus-visible::before{
  opacity:1!important;animation:trexporMetalSweepV241 1.1s cubic-bezier(.18,.68,.22,1) 1!important;
}
.products-menu a::after,.mega-menu.about-menu a::after{color:#7B8790!important}
.products-menu a[aria-disabled="true"]::after{border-color:rgba(124,135,142,.34)!important;color:#5C6870!important;background:rgba(255,255,255,.44)!important}
html:not(.light) .products-menu,html:not(.light) .mega-menu.about-menu{
  border-color:rgba(171,180,186,.38)!important;
  background:linear-gradient(145deg,rgba(20,24,28,.97),rgba(10,13,16,.985) 36%,rgba(28,33,37,.98) 63%,rgba(7,9,12,.99))!important;
  box-shadow:0 24px 60px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.07), inset 0 -1px 0 rgba(148,158,164,.06)!important;
}
html:not(.light) .products-menu::before,html:not(.light) .mega-menu.about-menu::before{
  background:linear-gradient(118deg,rgba(255,255,255,.06),rgba(255,255,255,.015) 30%,rgba(140,150,157,.01) 58%,rgba(255,255,255,.04) 78%,rgba(255,255,255,.08))!important;
}
html:not(.light) .products-menu a,html:not(.light) .mega-menu.about-menu a{
  border-color:rgba(168,178,184,.2)!important;
  background:linear-gradient(135deg,rgba(31,36,40,.94),rgba(15,18,21,.96) 34%,rgba(38,44,49,.94) 65%,rgba(12,14,17,.97))!important;
  color:#DEE4E8!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04), inset 0 -1px 0 rgba(148,158,164,.05)!important;
}
html:not(.light) .products-menu a::before,html:not(.light) .mega-menu.about-menu a::before{
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.06),rgba(210,217,221,.34),rgba(255,255,255,.08),rgba(255,255,255,0))!important;
}
html:not(.light) .products-menu a:hover,html:not(.light) .products-menu a:focus-visible,html:not(.light) .mega-menu.about-menu a:hover,html:not(.light) .mega-menu.about-menu a:focus-visible{
  border-color:rgba(188,197,202,.42)!important;background:linear-gradient(136deg,rgba(42,48,53,.98),rgba(19,23,26,.99) 34%,rgba(49,56,61,.97) 68%,rgba(15,18,22,.99))!important;color:#F3F6F8!important;
  box-shadow:0 12px 28px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06)!important;
}
html:not(.light) .products-menu a[aria-disabled="true"]::after{border-color:rgba(171,180,186,.24)!important;color:#C8D0D4!important;background:rgba(255,255,255,.045)!important}

.products-menu,.mega-menu.about-menu{
  width:min(432px,calc(100vw - 40px))!important;
  min-width:min(432px,calc(100vw - 40px))!important;
  padding:12px!important;
  border-radius:22px!important;
}
.products-menu a,.mega-menu.about-menu a{
  min-height:58px!important;
  padding:14px 14px!important;
  border-radius:16px!important;
  font-size:12.9px!important;
  font-weight:700!important;
}
.products-menu a,.mega-menu.about-menu a{
  display:flex!important;align-items:center!important;justify-content:space-between!important;
}
.products-menu a>span:last-child,.mega-menu.about-menu a>span:last-child{
  color:#4A555D!important;
}
.products-menu a::after,.mega-menu.about-menu a::after{
  width:34px!important;height:34px!important;min-width:34px!important;
  border-radius:12px!important;display:grid!important;place-items:center!important;
  background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(216,223,228,.92))!important;
  border:1px solid rgba(145,156,163,.44)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 1px 8px rgba(88,97,103,.14)!important;
}
.products-menu a::after{content:"PDF"!important;font:700 8px/1 "IBM Plex Mono",monospace!important;letter-spacing:.06em!important;color:#5B6770!important;}
.mega-menu.about-menu a::after{content:"›"!important;font:700 18px/1 Manrope,sans-serif!important;color:#5B6770!important;}
html:not(.light) .products-menu,.mega-menu.about-menu{
  width:min(432px,calc(100vw - 40px))!important;
}
html:not(.light) .products-menu a::after,html:not(.light) .mega-menu.about-menu a::after{
  background:linear-gradient(145deg,rgba(35,40,45,.92),rgba(18,22,25,.98))!important;
  border-color:rgba(172,182,188,.20)!important;
  color:#C8D0D5!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 1px 8px rgba(0,0,0,.22)!important;
}

nav.main>a[data-nav-key="home"],
nav.main>a[data-nav-key="private"],
#productsNav .nav-trigger span,
#mnavProductsBtn span,
.mnav a[href$="/ozel-marka/"],
.mnav a[href="/tr/"],
.mnav a[href="/"]{
  background:linear-gradient(180deg,#F4F6F7 0%,#D4DBDE 26%,#A3AEB4 52%,#EEF2F4 68%,#737E86 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  -webkit-text-fill-color:transparent!important;color:transparent!important;
  text-shadow:0 1px 0 rgba(255,255,255,.08),0 0 10px rgba(174,184,189,.10)!important;
}
html.light nav.main>a[data-nav-key="home"],
html.light nav.main>a[data-nav-key="private"],
html.light #productsNav .nav-trigger span,
html.light #mnavProductsBtn span{
  background:linear-gradient(180deg,#6C757C 0%,#EEF3F5 24%,#A5AFB5 50%,#F7FAFB 68%,#6D777E 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  -webkit-text-fill-color:transparent!important;color:transparent!important;
  text-shadow:0 1px 0 rgba(255,255,255,.54)!important;
}

.products-menu,.mega-menu.about-menu{
  width:min(364px,calc(100vw - 34px))!important;
  min-width:min(364px,calc(100vw - 34px))!important;
  padding:10px!important;
  border-radius:18px!important;
  border:1px solid rgba(150,160,166,.56)!important;
  background:linear-gradient(145deg,rgba(251,252,253,.94),rgba(230,236,239,.90) 32%,rgba(244,246,247,.92) 58%,rgba(220,226,229,.90) 100%)!important;
  box-shadow:0 14px 34px rgba(16,22,29,.16),inset 0 1px 0 rgba(255,255,255,.86),inset 0 -1px 0 rgba(128,139,146,.20)!important;
}
.products-menu::before,.mega-menu.about-menu::before{
  background:linear-gradient(115deg,rgba(255,255,255,.26),rgba(255,255,255,.08) 28%,rgba(124,133,139,.03) 54%,rgba(255,255,255,.12) 78%,rgba(255,255,255,.22))!important;
}
.products-menu a,.mega-menu.about-menu a{
  min-height:46px!important;
  padding:11px 12px!important;
  border-radius:14px!important;
  border:1px solid rgba(166,176,182,.34)!important;
  background:linear-gradient(125deg,rgba(255,255,255,.58),rgba(237,241,243,.88) 34%,rgba(247,249,250,.80) 62%,rgba(229,234,237,.90))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82), inset 0 -1px 0 rgba(121,130,136,.12)!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.3!important;
  color:#354149!important;
}
.products-menu a+.products-menu a,.mega-menu.about-menu a+.mega-menu.about-menu a{margin-top:8px!important}
.products-menu a::after,.mega-menu.about-menu a::after{
  width:28px!important;height:28px!important;min-width:28px!important;
  border-radius:10px!important;
  border:1px solid rgba(146,156,162,.32)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.74),rgba(221,227,231,.92))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 1px 7px rgba(88,97,103,.12)!important;
  color:#68757D!important;
}
.products-menu a::after{font-size:7px!important;letter-spacing:.08em!important}
.mega-menu.about-menu a::after{font-size:16px!important}
.products-menu a:hover,.products-menu a:focus-visible,.mega-menu.about-menu a:hover,.mega-menu.about-menu a:focus-visible{
  transform:translateY(-1px)!important;
  border-color:rgba(128,139,145,.52)!important;
  box-shadow:0 10px 18px rgba(92,100,106,.12),inset 0 1px 0 rgba(255,255,255,.90)!important;
}
html:not(.light) .products-menu,html:not(.light) .mega-menu.about-menu{
  border-color:rgba(171,180,186,.34)!important;
  background:linear-gradient(145deg,rgba(18,22,26,.975),rgba(8,11,14,.985) 42%,rgba(28,33,37,.975) 72%,rgba(7,9,12,.99))!important;
  box-shadow:0 18px 40px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06), inset 0 -1px 0 rgba(141,151,157,.04)!important;
}
html:not(.light) .products-menu::before,html:not(.light) .mega-menu.about-menu::before{
  background:linear-gradient(118deg,rgba(255,255,255,.05),rgba(255,255,255,.012) 31%,rgba(140,150,157,.01) 58%,rgba(255,255,255,.03) 78%,rgba(255,255,255,.06))!important;
}
html:not(.light) .products-menu a,html:not(.light) .mega-menu.about-menu a{
  border-color:rgba(166,176,182,.18)!important;
  background:linear-gradient(135deg,rgba(28,33,38,.94),rgba(14,17,20,.97) 36%,rgba(35,41,46,.95) 70%,rgba(10,12,15,.98))!important;
  color:#E0E6E9!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04), inset 0 -1px 0 rgba(140,150,156,.04)!important;
}
html:not(.light) .products-menu a::after,html:not(.light) .mega-menu.about-menu a::after{
  background:linear-gradient(145deg,rgba(33,38,43,.94),rgba(15,18,21,.98))!important;
  border-color:rgba(174,184,189,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 1px 6px rgba(0,0,0,.16)!important;
  color:#C6CED3!important;
}
.products-menu a [data-soon], .products-menu a .soon-tag{
  opacity:.86!important;font-weight:600!important;color:inherit!important;
}

.qform .qform-terms{
  margin:18px 25px 20px!important;
  width:auto!important;
  box-sizing:border-box!important;
}
.qform .qform-footer{
  padding:0 25px 26px!important;
  gap:11px!important;
  align-items:stretch!important;
}
.qform button#sendBtn,
html.light .qform button#sendBtn,
html:not(.light) .qform button#sendBtn{
  width:100%!important;
  min-height:56px!important;
  margin:0!important;
  border:1px solid rgba(255,91,108,.72)!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#F43B50 0%,#E3233C 48%,#BE142B 100%)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -1px 0 rgba(112,4,21,.20),
    0 13px 30px rgba(224,34,57,.22)!important;
  text-shadow:0 1px 0 rgba(91,0,14,.18)!important;
  transform:none!important;
}
.qform button#sendBtn:hover,
html.light .qform button#sendBtn:hover,
html:not(.light) .qform button#sendBtn:hover{
  background:linear-gradient(180deg,#FF4A5F 0%,#EA2942 48%,#C81730 100%)!important;
  border-color:rgba(255,116,130,.84)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    inset 0 -1px 0 rgba(112,4,21,.20),
    0 15px 34px rgba(224,34,57,.28)!important;
  transform:translateY(-1px)!important;
}
.qform button#sendBtn:active,
html.light .qform button#sendBtn:active,
html:not(.light) .qform button#sendBtn:active{
  transform:translateY(0)!important;
  box-shadow:inset 0 2px 5px rgba(82,0,12,.22),0 8px 20px rgba(224,34,57,.20)!important;
}
.qform .qform-footer .fine,
.qform .qform-footer .form-consent{
  align-self:center!important;
  width:100%!important;
  text-align:center!important;
  margin:0!important;
}
@media(max-width:720px){
  .qform .qform-terms{
    margin:16px 17px 18px!important;
  }
  .qform .qform-footer{
    padding:0 17px 22px!important;
    gap:10px!important;
  }
  .qform button#sendBtn,
  html.light .qform button#sendBtn,
  html:not(.light) .qform button#sendBtn{
    min-height:54px!important;
  }
}

.mail-line{border-color:rgba(167,176,184,.28)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 8px 18px rgba(0,0,0,.10)!important;}
.mail-line a{
  color:var(--red)!important;
  -webkit-text-fill-color:var(--red)!important;
  font-weight:800!important;
  font-size:16px!important;
  letter-spacing:.01em!important;
  text-shadow:0 0 12px rgba(240,48,64,.10)!important;
}
.mail-line svg,.mail-line .ico,.mail-line .icon, .mail-line{color:#E8EDF0!important}
html.light .mail-line a{
  color:var(--red)!important;
  -webkit-text-fill-color:var(--red)!important;
  text-shadow:none!important;
}

header .btn-pill,
html.light header .btn-pill{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-height:48px!important;
  padding:12px 58px 12px 20px!important;
  border-radius:14px!important;
  border:1px solid rgba(171,181,188,.62)!important;
  background:linear-gradient(180deg,#838D93 0%, #5F6A71 20%, #343C42 52%, #14191D 100%)!important;
  color:#F1F4F6!important;
  -webkit-text-fill-color:#F1F4F6!important;
  font-weight:800!important;
  font-size:15px!important;
  letter-spacing:.01em!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.34), inset 0 -1px 0 rgba(10,12,14,.55), 0 10px 24px rgba(0,0,0,.22), 0 0 0 1px rgba(255,255,255,.04)!important;
  overflow:hidden!important;
}
header .btn-pill::before,
html.light header .btn-pill::before{
  content:""!important;
  position:absolute!important;
  right:48px!important;
  top:10px!important;
  bottom:10px!important;
  width:1px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,.12) 40%,rgba(18,23,27,.55))!important;
  opacity:.9!important;
}
header .btn-pill::after,
html.light header .btn-pill::after{
  content:"→"!important;
  position:absolute!important;
  right:18px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#E13A43!important;
  -webkit-text-fill-color:#E13A43!important;
  font-size:19px!important;
  font-weight:900!important;
  text-shadow:0 0 10px rgba(225,58,67,.16)!important;
}
header .btn-pill:hover,
header .btn-pill:focus-visible,
html.light header .btn-pill:hover,
html.light header .btn-pill:focus-visible{
  background:linear-gradient(180deg,#959EA4 0%, #6E787F 22%, #424A50 56%, #1C2328 100%)!important;
  border-color:rgba(214,221,225,.78)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  transform:translateY(-1px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42), inset 0 -1px 0 rgba(10,12,14,.62), 0 14px 30px rgba(0,0,0,.28), 0 0 16px rgba(160,170,178,.12)!important;
}
.mnav-cta,
html.light .mnav-cta{
  position:relative!important;
  min-height:46px!important;
  padding:12px 52px 12px 18px!important;
  border-radius:14px!important;
  border:1px solid rgba(171,181,188,.56)!important;
  background:linear-gradient(180deg,#7D878D 0%, #59636A 22%, #333B40 55%, #151A1E 100%)!important;
  color:#F1F4F6!important;
  -webkit-text-fill-color:#F1F4F6!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.30), inset 0 -1px 0 rgba(12,15,18,.58), 0 10px 24px rgba(0,0,0,.22)!important;
}
.mnav-cta::before,
html.light .mnav-cta::before{
  content:""!important;
  position:absolute!important;
  right:46px!important;
  top:10px!important;
  bottom:10px!important;
  width:1px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.32),rgba(255,255,255,.1),rgba(18,23,27,.55))!important;
}
.mnav-cta::after,
html.light .mnav-cta::after{
  content:"→"!important;
  position:absolute!important;
  right:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  color:#E13A43!important;
  -webkit-text-fill-color:#E13A43!important;
  font-size:18px!important;
  font-weight:900!important;
}

body.subpage{
  --sub-metal-hi:#EEF2F4;
  --sub-metal-mid:#AEB8BD;
  --sub-metal:#818D94;
  --sub-metal-deep:#4E5960;
  --sub-line:rgba(178,188,194,.25);
  --sub-line-strong:rgba(188,198,203,.40);
  background:#050709!important;
  color:#E7EBED!important;
}
body.subpage main{overflow:clip}
body.subpage section.blk,
body.subpage .about-sec,
body.subpage .docs-sec,
body.subpage .formsec{
  position:relative!important;
  background:
    radial-gradient(78% 100% at 50% -28%,rgba(160,172,179,.035),transparent 62%),
    linear-gradient(180deg,#06090B 0%,#030506 100%)!important;
  border-color:rgba(177,187,193,.13)!important;
}
body.subpage section.blk::before,
body.subpage .about-sec::before,
body.subpage .docs-sec::before{
  content:"";position:absolute;left:50%;top:0;width:min(1180px,86%);height:1px;transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(130,142,149,.22),rgba(220,226,229,.48),rgba(130,142,149,.22),transparent);
  pointer-events:none;
}
body.subpage .wrap{position:relative}

body.subpage .kick{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:15px!important;
  position:relative!important;width:auto!important;max-width:100%!important;padding-inline:48px!important;
  color:#ABB4B9!important;-webkit-text-fill-color:#ABB4B9!important;
  font-size:11px!important;font-weight:800!important;letter-spacing:.20em!important;text-transform:uppercase!important;
  text-shadow:none!important;
}
body.subpage .kick::before,
body.subpage .kick::after{
  content:""!important;position:absolute!important;top:50%!important;width:34px!important;height:1px!important;
  transform:translateY(-50%)!important;border:0!important;border-radius:0!important;
  background:linear-gradient(90deg,transparent,#7B868C 24%,#E6EBED 72%,#768188 100%)!important;
  box-shadow:0 0 7px rgba(200,208,212,.08)!important;
}
body.subpage .kick::before{left:0!important;clip-path:polygon(0 50%,100% 0,100% 100%)!important}
body.subpage .kick::after{right:0!important;transform:translateY(-50%) scaleX(-1)!important;clip-path:polygon(0 50%,100% 0,100% 100%)!important}

body.subpage h1.title,
body.subpage h2.title,
body.subpage .title{
  color:#F0F3F4!important;-webkit-text-fill-color:#F0F3F4!important;
  text-shadow:0 1px 0 rgba(255,255,255,.025)!important;
  letter-spacing:-.035em!important;
}
body.subpage .lead,
body.subpage .about-card p,
body.subpage .why-copy p,
body.subpage .svc-detail p,
body.subpage .doc-desc,
body.subpage .docs-brief p,
body.subpage .docs-sector-callout p,
body.subpage .pl-note,
body.subpage .ln-note{color:#A8B1B6!important}

body.subpage :where(.svc-detail,.about-card,.why-panel,.why-item,.pl-card,.pl-row,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.lanes,.qform,.modal .box,.wa-panel){
  border:1px solid var(--sub-line)!important;
  background:
    radial-gradient(90% 130% at 0 -30%,rgba(184,195,201,.055),transparent 56%),
    linear-gradient(145deg,#0D1114 0%,#070A0C 58%,#030506 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 14px 34px rgba(0,0,0,.22)!important;
}
body.subpage :where(.svc-detail,.about-card,.why-item,.pl-card,.pl-row,.doc-card,.docs-flow-step,.docs-sector-callout)::after{
  content:none!important;display:none!important;background:none!important;animation:none!important;
}
body.subpage :where(.svc-detail,.about-card,.why-item,.pl-card,.pl-row,.doc-card,.docs-flow-step,.docs-sector-callout):hover{
  transform:translateY(-2px)!important;
  border-color:var(--sub-line-strong)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 18px 38px rgba(0,0,0,.28)!important;
}

body.subpage :where(.about-card .about-no,.doc-no,.doc-native,.pl-rank,.pl-head .tag,.docs-flow-step>b,.docs-sector-kick,.svc-link::after,.transit-time-badge){
  color:#B9C2C6!important;-webkit-text-fill-color:#B9C2C6!important;
  border-color:rgba(177,187,193,.30)!important;
  background:linear-gradient(145deg,rgba(179,189,195,.075),rgba(81,91,97,.025))!important;
  box-shadow:none!important;
}
body.subpage .why-item i,
body.subpage .docs-flow-step::before{
  background:linear-gradient(180deg,#E2E7E9,#7C878D)!important;
  box-shadow:0 0 8px rgba(199,207,211,.10)!important;
}
body.subpage .svc-ico,
body.subpage .doc-icon,
body.subpage .docs-sector-mark{
  color:#C9D0D4!important;
  border-color:rgba(181,191,196,.30)!important;
  background:linear-gradient(145deg,#252B2F,#090C0E)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 18px rgba(0,0,0,.24)!important;
}
body.subpage .svc-detail h3,
body.subpage .about-card h3,
body.subpage .why-item h3,
body.subpage .doc-card h3,
body.subpage .pl-name,
body.subpage .docs-flow-step h3{color:#E5E9EB!important}

body.subpage #lanes.transit-premium .lanes{
  border:1px solid rgba(180,190,196,.28)!important;
  border-radius:20px!important;overflow:hidden!important;
  background:linear-gradient(145deg,#0C1013,#050709)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 44px rgba(0,0,0,.24)!important;
}
body.subpage #lanes.transit-premium .lanes::before,
body.subpage #lanes.transit-premium .lscroll::before{display:none!important;content:none!important}
body.subpage #lanes.transit-premium .lanes thead th{
  background:linear-gradient(180deg,#181D20,#0C1012)!important;
  color:#C9D0D4!important;border-bottom-color:rgba(179,188,194,.20)!important;
}
body.subpage #lanes.transit-premium .lanes tbody tr:not(.rg):hover{
  background:linear-gradient(90deg,rgba(180,190,196,.055),rgba(255,255,255,.012),transparent)!important;
}
body.subpage #lanes.transit-premium .lanes tr.rg td{
  color:#C6CED2!important;-webkit-text-fill-color:#C6CED2!important;
  background:linear-gradient(90deg,rgba(173,183,189,.09),rgba(173,183,189,.02))!important;
  text-shadow:none!important;
}
body.subpage #lanes.transit-premium .lanes tr.rg td::before,
body.subpage #lanes.transit-premium .lanes tr.rg td::after{display:none!important;content:none!important}
body.subpage #lanes.transit-premium .lanes td.d{color:#D2D8DB!important;-webkit-text-fill-color:#D2D8DB!important}
body.subpage #lanes.transit-premium .transit-time-badge{
  color:#D0D7DB!important;-webkit-text-fill-color:#D0D7DB!important;
  border:1px solid rgba(177,187,193,.28)!important;
  background:linear-gradient(145deg,rgba(186,196,201,.08),rgba(81,91,97,.035))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}

body.subpage .pl-grid{gap:18px!important}
body.subpage .pl-card{overflow:hidden!important}
body.subpage .pl-row{border-color:rgba(179,188,194,.18)!important}
body.subpage .docs-flow{border-color:rgba(179,188,194,.24)!important}
body.subpage .docs-factors{gap:12px!important}
body.subpage .docs-factor{border-color:rgba(179,188,194,.18)!important;background:rgba(255,255,255,.018)!important}
body.subpage .doc-priority,
body.subpage .doc-type,
body.subpage .doc-use{border-color:rgba(179,188,194,.20)!important;color:#AEB7BC!important;background:rgba(255,255,255,.02)!important}

body.subpage .formsec::before{display:none!important;content:none!important;background:none!important;filter:none!important}
body.subpage .formsec .wrap{align-items:start!important}
body.subpage .mail-line{border-color:rgba(179,188,194,.26)!important;background:rgba(255,255,255,.018)!important}
body.subpage .mail-line a{color:var(--red)!important;-webkit-text-fill-color:var(--red)!important;font-weight:800!important}
body.subpage .btn-red{border-color:rgba(255,92,101,.48)!important}

body.subpage footer{
  background:linear-gradient(180deg,#070A0C,#030405)!important;
  border-top:1px solid rgba(178,188,194,.14)!important;
}
body.subpage footer h4{color:#DCE2E5!important}
body.subpage footer a{color:#9FA9AE!important}
body.subpage footer a:hover{color:#E4E9EB!important}

html.light body.subpage{
  --sub-line:rgba(85,99,107,.20);
  --sub-line-strong:rgba(77,90,98,.34);
  background:#EEF2F4!important;color:#28343B!important;
}
html.light body.subpage section.blk,
html.light body.subpage .about-sec,
html.light body.subpage .docs-sec,
html.light body.subpage .formsec{
  background:
    radial-gradient(70% 96% at 50% -28%,rgba(255,255,255,.42),transparent 60%),
    linear-gradient(180deg,#F5F7F8 0%,#EDF1F3 100%)!important;
  border-color:rgba(99,112,119,.13)!important;
}
html.light body.subpage .kick{color:#667279!important;-webkit-text-fill-color:#667279!important}
html.light body.subpage .kick::before,
html.light body.subpage .kick::after{
  background:linear-gradient(90deg,transparent,#89959B 24%,#D8DEE1 72%,#838F95 100%)!important;
  box-shadow:none!important;
}
html.light body.subpage h1.title,
html.light body.subpage h2.title,
html.light body.subpage .title{color:#303C43!important;-webkit-text-fill-color:#303C43!important;text-shadow:none!important}
html.light body.subpage .lead,
html.light body.subpage .about-card p,
html.light body.subpage .why-copy p,
html.light body.subpage .svc-detail p,
html.light body.subpage .doc-desc,
html.light body.subpage .docs-brief p,
html.light body.subpage .docs-sector-callout p,
html.light body.subpage .pl-note,
html.light body.subpage .ln-note{color:#606C73!important}
html.light body.subpage :where(.svc-detail,.about-card,.why-panel,.why-item,.pl-card,.pl-row,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.lanes,.qform,.modal .box,.wa-panel){
  background:
    radial-gradient(88% 118% at 0 -30%,rgba(255,255,255,.38),transparent 55%),
    linear-gradient(145deg,#F8FAFB 0%,#EDF1F3 58%,#E5EAED 100%)!important;
  border-color:rgba(91,104,112,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 12px 28px rgba(66,78,85,.08)!important;
}
html.light body.subpage :where(.svc-detail,.about-card,.why-item,.pl-card,.pl-row,.doc-card,.docs-flow-step,.docs-sector-callout):hover{
  border-color:rgba(85,98,106,.32)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 15px 32px rgba(66,78,85,.10)!important;
}
html.light body.subpage :where(.about-card .about-no,.doc-no,.doc-native,.pl-rank,.pl-head .tag,.docs-flow-step>b,.docs-sector-kick,.svc-link::after,.transit-time-badge){
  color:#5B676E!important;-webkit-text-fill-color:#5B676E!important;
  border-color:rgba(91,104,112,.24)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.64),rgba(137,149,156,.055))!important;
}
html.light body.subpage .svc-ico,
html.light body.subpage .doc-icon,
html.light body.subpage .docs-sector-mark{
  color:#4D5960!important;
  background:linear-gradient(145deg,#FFFFFF,#DCE3E7)!important;
  border-color:rgba(97,110,118,.28)!important;
  box-shadow:inset 0 1px 0 #fff,0 7px 15px rgba(65,78,85,.08)!important;
}
html.light body.subpage .svc-detail h3,
html.light body.subpage .about-card h3,
html.light body.subpage .why-item h3,
html.light body.subpage .doc-card h3,
html.light body.subpage .pl-name,
html.light body.subpage .docs-flow-step h3{color:#344048!important}
html.light body.subpage #lanes.transit-premium .lanes{
  background:linear-gradient(145deg,#F8FAFB,#E8EDF0)!important;
  border-color:rgba(91,104,112,.22)!important;
  box-shadow:inset 0 1px 0 #fff,0 14px 30px rgba(65,78,85,.08)!important;
}
html.light body.subpage #lanes.transit-premium .lanes thead th{
  background:linear-gradient(180deg,#F9FAFB,#E4EAED)!important;
  color:#4B575E!important;border-bottom-color:rgba(92,105,113,.16)!important;
}
html.light body.subpage #lanes.transit-premium .lanes tbody tr:not(.rg):hover{
  background:linear-gradient(90deg,rgba(110,123,131,.06),rgba(255,255,255,.22),transparent)!important;
}
html.light body.subpage #lanes.transit-premium .lanes tr.rg td,
html.light body.subpage #lanes.transit-premium .lanes td.d{
  color:#526068!important;-webkit-text-fill-color:#526068!important;text-shadow:none!important;
}
html.light body.subpage footer{
  background:linear-gradient(180deg,#E8EDEF,#DDE4E7)!important;
  border-top-color:rgba(89,102,110,.16)!important;
}
html.light body.subpage footer h4{color:#354149!important}
html.light body.subpage footer a{color:#657179!important}
html.light body.subpage footer a:hover{color:#2F3B42!important}

@media(max-width:760px){
  body.subpage .kick{font-size:9.5px!important;letter-spacing:.15em!important;padding-inline:36px!important;gap:10px!important}
  body.subpage .kick::before,body.subpage .kick::after{width:26px!important}
  body.subpage :where(.svc-detail,.about-card,.why-panel,.why-item,.pl-card,.pl-row,.doc-card,.docs-brief,.docs-flow,.docs-flow-step,.docs-sector-callout,.lanes){border-radius:16px!important}
  body.subpage .pl-grid,body.subpage .svc-grid,body.subpage .docs-grid{gap:12px!important}
}

body.subpage #hdr{
  background:linear-gradient(180deg,rgba(18,22,26,.97),rgba(7,10,12,.985))!important;
  border-bottom:1px solid rgba(178,188,194,.16)!important;
  box-shadow:0 8px 24px rgba(0,0,0,.14)!important;
}
body.subpage #hdr .main>a,
body.subpage #hdr .nav-trigger>span{
  background:linear-gradient(180deg,#F1F4F5 0%,#CED5D9 27%,#929DA3 52%,#E8ECEE 69%,#707B82 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  color:transparent!important;-webkit-text-fill-color:transparent!important;
  text-shadow:0 1px 0 rgba(255,255,255,.035)!important;
}
body.subpage #hdr .main>a:hover,
body.subpage #hdr .main>a.active,
body.subpage #hdr .nav-trigger:hover>span,
body.subpage #hdr .nav-drop.open .nav-trigger>span{
  background:linear-gradient(180deg,#FFFFFF 0%,#E5EAEC 30%,#B6C0C5 52%,#FAFBFB 70%,#8E999F 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;
  color:transparent!important;-webkit-text-fill-color:transparent!important;
}
body.subpage #hdr .main>a::after,
body.subpage #hdr .nav-trigger::after{
  background:linear-gradient(90deg,transparent,#818D94,#E4E9EB,#818D94,transparent)!important;
  box-shadow:0 0 8px rgba(206,214,218,.09)!important;
}
body.subpage #hdr .icon-btn{
  border-color:rgba(178,188,194,.26)!important;
  background:linear-gradient(145deg,rgba(33,39,43,.94),rgba(10,13,15,.98))!important;
  color:#D6DDE0!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 6px 15px rgba(0,0,0,.18)!important;
}
body.subpage .mnav .mnav-main-link,
body.subpage .mnav .mnav-solutions-toggle>span{
  color:#D8DEE1!important;-webkit-text-fill-color:#D8DEE1!important;
}
html.light body.subpage #hdr{
  background:linear-gradient(180deg,rgba(247,249,250,.98),rgba(226,231,234,.985))!important;
  border-bottom-color:rgba(91,104,112,.18)!important;
  box-shadow:0 7px 20px rgba(59,72,80,.08)!important;
}
html.light body.subpage #hdr .main>a,
html.light body.subpage #hdr .nav-trigger>span{
  background:linear-gradient(180deg,#566168 0%,#89949A 27%,#414C53 52%,#7C888E 70%,#333E45 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
  text-shadow:none!important;
}
html.light body.subpage #hdr .main>a:hover,
html.light body.subpage #hdr .main>a.active,
html.light body.subpage #hdr .nav-trigger:hover>span,
html.light body.subpage #hdr .nav-drop.open .nav-trigger>span{
  background:linear-gradient(180deg,#343E45 0%,#66737A 27%,#202A30 54%,#58656C 70%,#1D272D 100%)!important;
  -webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;-webkit-text-fill-color:transparent!important;
}
html.light body.subpage #hdr .icon-btn{
  border-color:rgba(91,104,112,.22)!important;
  background:linear-gradient(145deg,#FFFFFF,#DEE5E8)!important;
  color:#4D5960!important;
  box-shadow:inset 0 1px 0 #fff,0 5px 12px rgba(67,79,87,.08)!important;
}

body.subpage .svc-explain{
  background:
    radial-gradient(74% 110% at 50% -28%,rgba(165,176,182,.035),transparent 62%),
    linear-gradient(180deg,#06090B 0%,#030506 100%)!important;
  border-color:rgba(177,187,193,.13)!important;
}
body.subpage .svc-explain::before{display:none!important;content:none!important;background:none!important;opacity:0!important}
body.subpage .docs-brief::after,
body.subpage .docs-sector-callout::after,
body.subpage .doc-card::after{display:none!important;content:none!important;background:none!important}
body.subpage .docs-brief{
  background:radial-gradient(90% 130% at 0 -30%,rgba(184,195,201,.055),transparent 56%),linear-gradient(145deg,#0D1114 0%,#070A0C 58%,#030506 100%)!important;
}
body.subpage .docs-sector-callout{
  background:radial-gradient(90% 130% at 0 -30%,rgba(184,195,201,.055),transparent 56%),linear-gradient(145deg,#0D1114 0%,#070A0C 58%,#030506 100%)!important;
  border-color:rgba(178,188,194,.25)!important;
}
body.subpage .pl-card::before,
body.subpage .svc-detail::before,
body.subpage .about-card::before,
body.subpage .doc-card::before{filter:none!important}
html.light body.subpage .svc-explain{
  background:radial-gradient(70% 96% at 50% -28%,rgba(255,255,255,.42),transparent 60%),linear-gradient(180deg,#F5F7F8 0%,#EDF1F3 100%)!important;
}
html.light body.subpage .docs-brief,
html.light body.subpage .docs-sector-callout{
  background:radial-gradient(88% 118% at 0 -30%,rgba(255,255,255,.38),transparent 55%),linear-gradient(145deg,#F8FAFB 0%,#EDF1F3 58%,#E5EAED 100%)!important;
  border-color:rgba(91,104,112,.20)!important;
}

body.subpage #hdr .btn-pill,
html:not(.light) body.subpage #hdr .btn-pill,
html.light body.subpage #hdr .btn-pill{
  position:relative!important;
  min-height:44px!important;
  padding:10px 54px 10px 18px!important;
  border-radius:13px!important;
  border:1px solid rgba(176,186,192,.56)!important;
  background:linear-gradient(180deg,#7F898F 0%,#59636A 23%,#333B40 56%,#14191D 100%)!important;
  color:#F0F3F4!important;-webkit-text-fill-color:#F0F3F4!important;
  font-weight:800!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.30),inset 0 -1px 0 rgba(10,12,14,.54),0 9px 20px rgba(0,0,0,.20)!important;
}
body.subpage #hdr .btn-pill::before,
html:not(.light) body.subpage #hdr .btn-pill::before,
html.light body.subpage #hdr .btn-pill::before{
  content:""!important;display:block!important;position:absolute!important;right:44px!important;top:9px!important;bottom:9px!important;width:1px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.30),rgba(255,255,255,.08),rgba(10,12,14,.50))!important;
}
body.subpage #hdr .btn-pill::after,
html:not(.light) body.subpage #hdr .btn-pill::after,
html.light body.subpage #hdr .btn-pill::after{
  content:"→"!important;display:block!important;position:absolute!important;right:15px!important;top:50%!important;transform:translateY(-50%)!important;
  color:#E13A43!important;-webkit-text-fill-color:#E13A43!important;font-size:17px!important;font-weight:900!important;
}
body.subpage #hdr .btn-pill:hover,
html:not(.light) body.subpage #hdr .btn-pill:hover,
html.light body.subpage #hdr .btn-pill:hover{
  background:linear-gradient(180deg,#939DA3 0%,#687279 24%,#424A50 58%,#1C2328 100%)!important;
  border-color:rgba(216,222,225,.74)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 12px 25px rgba(0,0,0,.24),0 0 14px rgba(164,174,181,.10)!important;
}

body.subpage #lanes.transit-premium .lanes td.m::before,
html.light body.subpage #lanes.transit-premium .lanes td.m::before{
  background:linear-gradient(145deg,#E3E8EA,#78848A)!important;
  box-shadow:0 0 0 3px rgba(160,171,177,.08),0 0 7px rgba(180,190,196,.10)!important;
}
body.subpage #lanes.transit-premium .lanes td.m,
html.light body.subpage #lanes.transit-premium .lanes td.m{
  color:#758188!important;-webkit-text-fill-color:#758188!important;
}

body.subpage .btn-red,
html.light body.subpage .btn-red,
html:not(.light) body.subpage .btn-red{
  color:#FFFFFF!important;-webkit-text-fill-color:#FFFFFF!important;
  background:linear-gradient(180deg,#B9202E 0%,#7C101B 58%,#4A080E 100%)!important;
  border:1px solid rgba(220,64,76,.62)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 10px 24px rgba(93,5,14,.28)!important;
  text-shadow:0 1px 1px rgba(30,1,4,.54)!important;
}
body.subpage .btn-red:hover,
html.light body.subpage .btn-red:hover,
html:not(.light) body.subpage .btn-red:hover{
  background:linear-gradient(180deg,#CB2938 0%,#901522 58%,#580A11 100%)!important;
  border-color:rgba(238,95,105,.76)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 13px 28px rgba(93,5,14,.34)!important;
}

#ctaband .btn-red,
html.light #ctaband .btn-red,
html:not(.light) #ctaband .btn-red{
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  border:1px solid rgba(255,92,103,.58)!important;
  background:linear-gradient(180deg,#E93543 0%,#C91F2E 54%,#9F111D 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 10px 24px rgba(153,15,27,.22)!important;
  text-shadow:0 1px 1px rgba(74,3,10,.34)!important;
}
#ctaband .btn-red:hover,
#ctaband .btn-red:focus-visible,
html.light #ctaband .btn-red:hover,
html.light #ctaband .btn-red:focus-visible,
html:not(.light) #ctaband .btn-red:hover,
html:not(.light) #ctaband .btn-red:focus-visible{
  background:linear-gradient(180deg,#F04452 0%,#D82434 54%,#A91220 100%)!important;
  border-color:rgba(255,135,143,.76)!important;
  transform:translateY(-1px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.30),0 13px 28px rgba(153,15,27,.28),0 0 18px rgba(223,41,55,.13)!important;
}

.mail-line a,
html.light .mail-line a,
html:not(.light) .mail-line a{
  color:#E62D3D!important;
  -webkit-text-fill-color:#E62D3D!important;
  font-weight:800!important;
  text-shadow:0 0 12px rgba(230,45,61,.12)!important;
}
.qform button#sendBtn,
html.light .qform button#sendBtn,
html:not(.light) .qform button#sendBtn{
  border:1px solid rgba(255,91,108,.72)!important;
  background:linear-gradient(180deg,#F43B50 0%,#E3233C 48%,#BE142B 100%)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),inset 0 -1px 0 rgba(112,4,21,.20),0 13px 30px rgba(224,34,57,.22)!important;
  text-shadow:0 1px 0 rgba(91,0,14,.18)!important;
}
.qform button#sendBtn:hover,
.qform button#sendBtn:focus-visible,
html.light .qform button#sendBtn:hover,
html.light .qform button#sendBtn:focus-visible,
html:not(.light) .qform button#sendBtn:hover,
html:not(.light) .qform button#sendBtn:focus-visible{
  background:linear-gradient(180deg,#FF4A5F 0%,#EA2942 48%,#C81730 100%)!important;
  border-color:rgba(255,116,130,.84)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28),inset 0 -1px 0 rgba(112,4,21,.20),0 15px 34px rgba(224,34,57,.28)!important;
}
@media(max-width:620px){
  #hdr .wrap{padding-inline:8px!important;gap:0!important;}
  #hdr .header-brand,#hdr .logo{width:108px!important;min-width:108px!important;max-width:108px!important;flex:0 0 108px!important;}
  #hdr .header-brand>img,#hdr .logo>img{max-width:108px!important;width:108px!important;height:auto!important;}
  #hdr .header-brand-signature{display:none!important;}
  #hdr .hdr-right{gap:5px!important;margin-left:auto!important;min-width:0!important;}
  [dir="rtl"] #hdr .hdr-right{margin-left:0!important;margin-right:auto!important;}
  #hdr .icon-btn,#hdr .burger{width:38px!important;height:38px!important;min-width:38px!important;flex:0 0 38px!important;border-radius:11px!important;}
  #hdr .hdr-right>.btn-pill,
  body.home-cockpit #hdr .hdr-right>.btn-pill{
    display:inline-flex!important;
    width:106px!important;min-width:106px!important;max-width:106px!important;flex:0 0 106px!important;
    min-height:38px!important;height:38px!important;
    padding:5px 28px 5px 8px!important;
    border-radius:11px!important;
    font-size:10.2px!important;line-height:1.04!important;font-weight:800!important;
    white-space:normal!important;text-align:center!important;
    overflow:hidden!important;
  }
  [dir="rtl"] #hdr .hdr-right>.btn-pill{padding:5px 8px 5px 28px!important;}
  #hdr .hdr-right>.btn-pill::before{right:25px!important;top:7px!important;bottom:7px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::before{right:auto!important;left:25px!important;}
  #hdr .hdr-right>.btn-pill::after{right:8px!important;font-size:14px!important;}
  [dir="rtl"] #hdr .hdr-right>.btn-pill::after{right:auto!important;left:8px!important;transform:translateY(-50%) rotate(180deg)!important;}
}
@media(max-width:370px){
  #hdr .wrap{padding-inline:5px!important;}
  #hdr .header-brand,#hdr .logo{width:94px!important;min-width:94px!important;max-width:94px!important;flex-basis:94px!important;}
  #hdr .header-brand>img,#hdr .logo>img{width:94px!important;max-width:94px!important;}
  #hdr .hdr-right{gap:3px!important;}
  #hdr .icon-btn,#hdr .burger{width:35px!important;height:35px!important;min-width:35px!important;flex-basis:35px!important;border-radius:10px!important;}
  #hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{width:98px!important;min-width:98px!important;max-width:98px!important;flex-basis:98px!important;height:35px!important;min-height:35px!important;font-size:9.6px!important;}
}

@media(max-width:620px){#hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{white-space:nowrap!important;line-height:1!important;font-size:10.4px!important;}}
@media(max-width:370px){#hdr .hdr-right>.btn-pill,body.home-cockpit #hdr .hdr-right>.btn-pill{font-size:9.8px!important;}}

:root{
  --trx-h:68px;
  --trx-wrap-max:1480px;
  --trx-brand-w:210px;
  --trx-brand-img-w:204px;
  --trx-theme-w:72px;
  --trx-lang-w:66px;
  --trx-cta-w:148px;
  --trx-control-h:38px;
  --trx-cta-h:40px;
  --trx-right-gap:9px;
  --trx-nav-gap:17px;
  --trx-nav-fs:12.8px;
}

html body #hdr,
html.light body #hdr,
html:not(.light) body #hdr{
  position:fixed!important; inset:0 0 auto 0!important; z-index:80!important;
  box-sizing:border-box!important;
  width:100%!important; height:var(--trx-h)!important; min-height:var(--trx-h)!important; max-height:var(--trx-h)!important;
  margin:0!important; padding:0!important;
  overflow:visible!important;
  border:0!important; border-top:1px solid rgba(213,219,223,.40)!important; border-bottom:1px solid rgba(78,88,95,.55)!important;
  background:linear-gradient(180deg,#2F353A 0%,#252B30 48%,#1D2226 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),inset 0 -1px 0 rgba(0,0,0,.46),0 5px 14px rgba(0,0,0,.16)!important;
  backdrop-filter:none!important; -webkit-backdrop-filter:none!important;
}
html.light body #hdr{
  border-top-color:rgba(236,239,241,.76)!important; border-bottom-color:rgba(92,101,108,.50)!important;
  background:linear-gradient(180deg,#BCC1C5 0%,#ADB3B8 45%,#9CA3A9 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.58),inset 0 -1px 0 rgba(67,76,82,.18),0 5px 14px rgba(36,45,51,.11)!important;
}
html body #hdr.scrolled{height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;}

html body #hdr>.wrap,
html.light body #hdr>.wrap,
html:not(.light) body #hdr>.wrap{
  position:relative!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:var(--trx-brand-w) minmax(0,1fr) calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  align-items:center!important;
  column-gap:18px!important;
  width:100%!important; max-width:var(--trx-wrap-max)!important;
  height:var(--trx-h)!important; min-height:var(--trx-h)!important; max-height:var(--trx-h)!important;
  margin:0 auto!important; padding:0 28px!important;
}

html body #hdr .header-brand,
html body #hdr .logo,
html.light body #hdr .header-brand,
html.light body #hdr .logo{
  grid-column:1!important;
  box-sizing:border-box!important;
  display:flex!important; flex-direction:row!important; align-items:center!important; justify-content:flex-start!important;
  width:var(--trx-brand-w)!important; min-width:var(--trx-brand-w)!important; max-width:var(--trx-brand-w)!important;
  height:54px!important; min-height:54px!important; max-height:54px!important;
  margin:0!important; padding:0!important;
  background:transparent!important; border:0!important; border-radius:0!important; box-shadow:none!important;
  overflow:visible!important; transform:none!important;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.20))!important;
}
html body #hdr .header-brand>img,
html body #hdr .logo>img,
html.light body #hdr .header-brand>img,
html.light body #hdr .logo>img{
  display:block!important;
  box-sizing:border-box!important;
  width:var(--trx-brand-img-w)!important; min-width:var(--trx-brand-img-w)!important; max-width:var(--trx-brand-img-w)!important;
  height:auto!important; min-height:0!important; max-height:50px!important;
  margin:0!important; padding:0!important;
  object-fit:contain!important; object-position:left center!important;
  background:transparent!important; border:0!important; border-radius:0!important;
  filter:none!important; transform:none!important;
}
html body #hdr .header-brand-signature{display:none!important;visibility:hidden!important;}

html body #hdr nav.main,
html.light body #hdr nav.main,
html:not(.light) body #hdr nav.main{
  grid-column:2!important;
  position:static!important; inset:auto!important;
  display:flex!important; align-items:center!important; justify-content:center!important;
  min-width:0!important; max-width:100%!important;
  width:auto!important; height:var(--trx-h)!important; min-height:var(--trx-h)!important; max-height:var(--trx-h)!important;
  gap:var(--trx-nav-gap)!important;
  margin:0!important; padding:0!important;
  transform:none!important; white-space:nowrap!important;
  overflow:visible!important; z-index:2!important;
}
html body #hdr nav.main>a,
html body #hdr .nav-trigger,
html.light body #hdr nav.main>a,
html.light body #hdr .nav-trigger,
html:not(.light) body #hdr nav.main>a,
html:not(.light) body #hdr .nav-trigger{
  position:relative!important;
  box-sizing:border-box!important;
  display:flex!important; align-items:center!important; gap:5px!important;
  height:var(--trx-h)!important; min-height:var(--trx-h)!important; max-height:var(--trx-h)!important;
  margin:0!important; padding:0!important;
  border:0!important; background:none!important; box-shadow:none!important; transform:none!important;
  font-family:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif!important;
  font-size:var(--trx-nav-fs)!important; line-height:1!important; font-weight:700!important; letter-spacing:-.016em!important;
  color:#E5E9EB!important; -webkit-text-fill-color:#E5E9EB!important; text-shadow:0 1px 0 rgba(0,0,0,.24)!important;
  white-space:nowrap!important; font-synthesis:none!important;
}
html.light body #hdr nav.main>a,html.light body #hdr .nav-trigger{
  color:#1F252A!important; -webkit-text-fill-color:#1F252A!important; text-shadow:0 1px 0 rgba(255,255,255,.28)!important;
}
html body #hdr nav.main>a:hover,html body #hdr nav.main>a.active,
html body #hdr .nav-trigger:hover,html body #hdr .nav-trigger.active,html body #hdr .nav-drop.open>.nav-trigger{
  color:#F8FAFB!important;-webkit-text-fill-color:#F8FAFB!important;
}
html.light body #hdr nav.main>a:hover,html.light body #hdr nav.main>a.active,
html.light body #hdr .nav-trigger:hover,html.light body #hdr .nav-trigger.active,html.light body #hdr .nav-drop.open>.nav-trigger{
  color:#11171B!important;-webkit-text-fill-color:#11171B!important;
}
html body #hdr .nav-trigger svg{width:12px!important;height:12px!important;color:#929CA2!important;stroke:currentColor!important;}
html body #hdr nav.main>a::after,html body #hdr .nav-trigger::after{
  content:""!important;position:absolute!important;left:50%!important;right:50%!important;bottom:10px!important;height:1.5px!important;
  border-radius:99px!important;opacity:0!important;background:linear-gradient(90deg,transparent,#8F9AA1 20%,#DDE3E6 50%,#8F9AA1 80%,transparent)!important;
  box-shadow:none!important;transition:left .18s ease,right .18s ease,opacity .18s ease!important;
}
html body #hdr nav.main>a:hover::after,html body #hdr nav.main>a.active::after,
html body #hdr .nav-trigger:hover::after,html body #hdr .nav-trigger.active::after,html body #hdr .nav-drop.open>.nav-trigger::after{left:0!important;right:0!important;opacity:1!important;}
html.light body #hdr nav.main>a::after,html.light body #hdr .nav-trigger::after{background:linear-gradient(90deg,transparent,#69747B 20%,#CFD4D7 50%,#69747B 80%,transparent)!important;}

html body #hdr .hdr-right,
html.light body #hdr .hdr-right,
html:not(.light) body #hdr .hdr-right{
  grid-column:3!important;
  position:relative!important; inset:auto!important;
  box-sizing:border-box!important;
  display:flex!important; align-items:center!important; justify-content:flex-end!important; flex-wrap:nowrap!important;
  gap:var(--trx-right-gap)!important;
  width:calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  min-width:0!important; max-width:none!important;
  margin:0!important; padding:0!important;
  transform:none!important; z-index:3!important;
}
html body #hdr #themeBtn,html body #hdr .lang-trigger,
html.light body #hdr #themeBtn,html.light body #hdr .lang-trigger{
  box-sizing:border-box!important;
  height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;
  margin:0!important;padding:0!important;
  border:1px solid #737C83!important;border-radius:14px!important;
  background:linear-gradient(180deg,#3A4147 0%,#293036 48%,#1D2328 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(0,0,0,.48),0 2px 5px rgba(0,0,0,.18)!important;
  backdrop-filter:none!important;-webkit-backdrop-filter:none!important;filter:none!important;transform:none!important;
}
html.light body #hdr #themeBtn,html.light body #hdr .lang-trigger{
  border-color:#7A838A!important;background:linear-gradient(180deg,#92999F 0%,#7D858B 48%,#697178 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42),inset 0 -1px 0 rgba(48,57,63,.30),0 2px 5px rgba(42,51,57,.16)!important;
}

html body #hdr #themeBtn,
html.light body #hdr #themeBtn{
  position:relative!important;display:block!important;direction:ltr!important;
  flex:0 0 var(--trx-theme-w)!important;width:var(--trx-theme-w)!important;min-width:var(--trx-theme-w)!important;max-width:var(--trx-theme-w)!important;
  overflow:hidden!important;
  border-color:rgba(173,184,191,.42)!important;
  background:radial-gradient(44px 34px at 18% 50%,rgba(195,151,65,.08),transparent 66%),linear-gradient(100deg,#474D52 0%,#373E43 40%,#2B3237 58%,#181E23 100%)!important;
}
html.light body #hdr #themeBtn{
  border-color:rgba(88,101,110,.30)!important;
  background:radial-gradient(44px 34px at 18% 50%,rgba(218,176,86,.10),transparent 68%),linear-gradient(100deg,#C9CED2 0%,#B8BEC3 40%,#A7AFB5 60%,#909AA1 100%)!important;
}
html body #hdr #themeBtn::after{content:""!important;display:block!important;position:absolute!important;left:50%!important;top:7px!important;bottom:7px!important;width:1px!important;background:linear-gradient(180deg,transparent,rgba(220,226,229,.24) 22%,rgba(103,114,121,.28) 78%,transparent)!important;opacity:.72!important;pointer-events:none!important;z-index:1!important;}
html.light body #hdr #themeBtn::after{background:linear-gradient(180deg,transparent,rgba(255,255,255,.48) 20%,rgba(91,103,111,.22) 80%,transparent)!important;}
html body #hdr #themeBtn::before{
  content:""!important;position:absolute!important;top:4px!important;left:4px!important;width:28px!important;height:28px!important;border-radius:50%!important;
  border:1px solid rgba(196,205,210,.52)!important;background:linear-gradient(145deg,#E7ECEF 0%,#C3CCD1 46%,#929DA4 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.90),inset 0 -1px 0 rgba(74,84,90,.25),0 2px 5px rgba(0,0,0,.26)!important;
  transform:translateX(34px)!important;transition:transform .24s cubic-bezier(.2,.75,.2,1)!important;z-index:1!important;
}
html.light body #hdr #themeBtn::before{border-color:rgba(113,125,133,.36)!important;background:linear-gradient(145deg,#D7DCDF 0%,#BEC5CA 48%,#9EA8AE 100%)!important;transform:translateX(0)!important;}
html body #hdr #themeBtn .ic-sun,html body #hdr #themeBtn .ic-moon{display:block!important;visibility:visible!important;opacity:1!important;position:absolute!important;top:50%!important;width:14px!important;height:14px!important;transform:translateY(-50%)!important;z-index:2!important;margin:0!important;}
html body #hdr #themeBtn .ic-sun{left:11px!important;color:#C59D52!important;}
html body #hdr #themeBtn .ic-moon{right:11px!important;color:#182027!important;}
html.light body #hdr #themeBtn .ic-moon{color:#5F6A71!important;}

html body #hdr .lang{position:relative!important;flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;}
html body #hdr .lang-trigger{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;padding:0 22px 0 8px!important;overflow:hidden!important;}
html body #hdr .lang-current-flag{display:block!important;width:28px!important;min-width:28px!important;max-width:28px!important;height:18px!important;border:1px solid rgba(242,244,245,.58)!important;border-radius:3px!important;object-fit:cover!important;background:#E9ECEE!important;box-shadow:0 1px 3px rgba(0,0,0,.22)!important;}
html body #hdr .lang-trigger::after{content:""!important;position:absolute!important;right:9px!important;top:50%!important;width:7px!important;height:7px!important;margin:0!important;border-right:2px solid #D2D8DB!important;border-bottom:2px solid #D2D8DB!important;transform:translateY(-70%) rotate(45deg)!important;transition:transform .18s ease!important;}
html body #hdr .lang.open .lang-trigger::after{transform:translateY(-30%) rotate(225deg)!important;}

html body #hdr .hdr-right>.btn-pill,
html.light body #hdr .hdr-right>.btn-pill,
html:not(.light) body #hdr .hdr-right>.btn-pill{
  box-sizing:border-box!important;position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
  flex:0 0 var(--trx-cta-w)!important;width:var(--trx-cta-w)!important;min-width:var(--trx-cta-w)!important;max-width:var(--trx-cta-w)!important;
  height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;
  margin:0!important;padding:0 41px 0 12px!important;border:1px solid #7A848B!important;border-radius:14px!important;overflow:hidden!important;white-space:nowrap!important;
  background:linear-gradient(180deg,#3C444A 0%,#2B3238 48%,#1F252A 100%)!important;color:#F1F3F4!important;-webkit-text-fill-color:#F1F3F4!important;
  font-family:"Manrope",system-ui,sans-serif!important;font-size:13px!important;line-height:1!important;font-weight:800!important;letter-spacing:-.01em!important;text-shadow:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(0,0,0,.48),0 2px 5px rgba(0,0,0,.18)!important;filter:none!important;transform:none!important;
}
html.light body #hdr .hdr-right>.btn-pill{border-color:#788188!important;background:linear-gradient(180deg,#8E969C 0%,#788087 48%,#656D73 100%)!important;color:#F7F8F9!important;-webkit-text-fill-color:#F7F8F9!important;text-shadow:0 1px 0 rgba(0,0,0,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.38),inset 0 -1px 0 rgba(46,54,60,.32),0 2px 5px rgba(42,51,57,.16)!important;}
html body #hdr .hdr-right>.btn-pill::before{content:""!important;position:absolute!important;right:37px!important;top:9px!important;bottom:9px!important;width:1px!important;background:rgba(218,224,227,.40)!important;}
html body #hdr .hdr-right>.btn-pill::after{content:"›"!important;position:absolute!important;right:4px!important;top:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;width:29px!important;height:29px!important;border:1px solid #727D84!important;border-radius:50%!important;background:linear-gradient(145deg,#333A40,#20262B)!important;color:#EF2735!important;-webkit-text-fill-color:#EF2735!important;font:500 27px/1 Arial,sans-serif!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),inset 0 -1px 0 rgba(0,0,0,.32)!important;transform:translateY(-50%)!important;}
html.light body #hdr .hdr-right>.btn-pill::after{border-color:#899299!important;background:linear-gradient(145deg,#A2A9AE,#7C848A)!important;}
[dir="rtl"] body #hdr .hdr-right>.btn-pill{padding:0 12px 0 41px!important;}[dir="rtl"] body #hdr .hdr-right>.btn-pill::before{right:auto!important;left:37px!important;}[dir="rtl"] body #hdr .hdr-right>.btn-pill::after{right:auto!important;left:4px!important;transform:translateY(-50%) rotate(180deg)!important;}

html body #hdr .burger{display:none!important;box-sizing:border-box!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;min-width:36px!important;flex:0 0 36px!important;margin:0!important;padding:0!important;border:1px solid #737C83!important;border-radius:12px!important;background:linear-gradient(180deg,#3A4147 0%,#293036 48%,#1D2328 100%)!important;color:#E5E9EB!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 2px 5px rgba(0,0,0,.15)!important;}
html.light body #hdr .burger{border-color:#7A838A!important;background:linear-gradient(180deg,#92999F 0%,#7D858B 48%,#697178 100%)!important;color:#F4F6F7!important;}
html body #hdr.nav-compact nav.main{display:none!important;}
html body #hdr.nav-compact .burger{display:flex!important;}

html body #hdr.header-compact-cta .hdr-right>.btn-pill{display:inline-flex!important;}
html body #hdr.header-nav-tight nav.main{gap:8px!important;}
html body #hdr.header-nav-tight nav.main>a,html body #hdr.header-nav-tight .nav-trigger{font-size:11.2px!important;letter-spacing:-.022em!important;}

html body #hdr .mega-menu{top:58px!important;}

@media (max-width:1499px) and (min-width:1201px){
  :root{--trx-brand-w:186px;--trx-brand-img-w:180px;--trx-theme-w:64px;--trx-lang-w:58px;--trx-cta-w:126px;--trx-right-gap:7px;--trx-nav-gap:11px;--trx-nav-fs:11.8px;}
  html body #hdr>.wrap{padding:0 20px!important;column-gap:14px!important;}
  html body #hdr .lang-trigger{padding:0 18px 0 6px!important;}
  html body #hdr .lang-current-flag{width:24px!important;min-width:24px!important;max-width:24px!important;height:16px!important;}
  html body #hdr #themeBtn::before{width:26px!important;height:26px!important;top:5px!important;left:4px!important;transform:translateX(28px)!important;}
  html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr .hdr-right>.btn-pill{font-size:11.3px!important;padding-left:8px!important;padding-right:35px!important;}
  html body #hdr .hdr-right>.btn-pill::before{right:32px!important;}html body #hdr .hdr-right>.btn-pill::after{right:3px!important;width:26px!important;height:26px!important;font-size:24px!important;}
}

@media (max-width:1550px) and (min-width:1201px){
  html[lang="ru"] body #hdr nav.main,html[lang="ka"] body #hdr nav.main,html[lang="es"] body #hdr nav.main{gap:8px!important;}
  html[lang="ru"] body #hdr nav.main>a,html[lang="ru"] body #hdr .nav-trigger,
  html[lang="ka"] body #hdr nav.main>a,html[lang="ka"] body #hdr .nav-trigger,
  html[lang="es"] body #hdr nav.main>a,html[lang="es"] body #hdr .nav-trigger{font-size:11.2px!important;letter-spacing:-.025em!important;}
}

@media (max-width:1200px){
  :root{--trx-h:62px;--trx-brand-w:134px;--trx-brand-img-w:130px;--trx-theme-w:54px;--trx-lang-w:50px;--trx-cta-w:102px;--trx-control-h:34px;--trx-cta-h:36px;--trx-right-gap:5px;}
  html body #hdr>.wrap{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:0 10px!important;gap:6px!important;}
  html body #hdr nav.main,html.light body #hdr nav.main,html:not(.light) body #hdr nav.main{display:none!important;visibility:hidden!important;pointer-events:none!important;position:absolute!important;}
  html body #hdr .header-brand,html body #hdr .logo{flex:0 0 var(--trx-brand-w)!important;width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;height:48px!important;min-height:48px!important;max-height:48px!important;}
  html body #hdr .header-brand>img,html body #hdr .logo>img,html.light body #hdr .header-brand>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:44px!important;}
  html body #hdr .hdr-right{display:flex!important;flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:calc(100vw - var(--trx-brand-w) - 26px)!important;margin-left:auto!important;gap:var(--trx-right-gap)!important;}
  [dir="rtl"] body #hdr .hdr-right{margin-left:0!important;margin-right:auto!important;}
  html body #hdr .burger{display:flex!important;width:34px!important;height:34px!important;min-width:34px!important;flex-basis:34px!important;}
  html body #hdr #themeBtn::before{top:4px!important;left:4px!important;width:24px!important;height:24px!important;transform:translateX(22px)!important;}html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr #themeBtn .ic-sun{left:8px!important;}html body #hdr #themeBtn .ic-moon{right:8px!important;}
  html body #hdr .lang-trigger{padding:0 17px 0 6px!important;}html body #hdr .lang-current-flag{width:22px!important;min-width:22px!important;max-width:22px!important;height:15px!important;}html body #hdr .lang-trigger::after{right:7px!important;width:6px!important;height:6px!important;}
  html body #hdr .hdr-right>.btn-pill{display:inline-flex!important;height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;padding:0 33px 0 7px!important;font-size:10.2px!important;border-radius:12px!important;}
  html body #hdr .hdr-right>.btn-pill::before{right:31px!important;top:8px!important;bottom:8px!important;}html body #hdr .hdr-right>.btn-pill::after{right:3px!important;width:25px!important;height:25px!important;font-size:24px!important;}
}
@media (max-width:620px){
  :root{--trx-h:58px;--trx-brand-w:100px;--trx-brand-img-w:97px;--trx-theme-w:47px;--trx-lang-w:44px;--trx-cta-w:88px;--trx-control-h:32px;--trx-cta-h:34px;--trx-right-gap:4px;}
  html body #hdr>.wrap{padding:0 6px!important;gap:5px!important;}
  html body #hdr .header-brand,html body #hdr .logo{height:44px!important;min-height:44px!important;max-height:44px!important;}
  html body #hdr .header-brand>img,html body #hdr .logo>img,html.light body #hdr .header-brand>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:38px!important;}
  html body #hdr .hdr-right{max-width:calc(100vw - var(--trx-brand-w) - 17px)!important;}
  html body #hdr .burger{width:31px!important;height:31px!important;min-width:31px!important;flex-basis:31px!important;}
  html body #hdr #themeBtn::before{width:22px!important;height:22px!important;top:4px!important;left:3px!important;transform:translateX(19px)!important;}html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr #themeBtn .ic-sun,html body #hdr #themeBtn .ic-moon{width:12px!important;height:12px!important;}html body #hdr #themeBtn .ic-sun{left:7px!important;}html body #hdr #themeBtn .ic-moon{right:7px!important;}
  html body #hdr .lang-trigger{padding:0 14px 0 5px!important;}html body #hdr .lang-current-flag{width:19px!important;min-width:19px!important;max-width:19px!important;height:13px!important;}
  html body #hdr .hdr-right>.btn-pill{padding:0 29px 0 5px!important;font-size:9.2px!important;}html body #hdr .hdr-right>.btn-pill::before{right:27px!important;}html body #hdr .hdr-right>.btn-pill::after{right:2px!important;width:23px!important;height:23px!important;font-size:22px!important;}
}
@media (max-width:370px){
  :root{--trx-brand-w:92px;--trx-brand-img-w:89px;--trx-theme-w:45px;--trx-lang-w:42px;--trx-cta-w:82px;--trx-right-gap:3px;}
  html body #hdr>.wrap{padding:0 5px!important;gap:3px!important;}
  html body #hdr .burger{width:29px!important;height:29px!important;min-width:29px!important;flex-basis:29px!important;}
  html body #hdr .hdr-right>.btn-pill{font-size:8.8px!important;padding-right:27px!important;}html body #hdr .hdr-right>.btn-pill::before{right:25px!important;}html body #hdr .hdr-right>.btn-pill::after{width:21px!important;height:21px!important;font-size:20px!important;}
}

html[dir="rtl"] body #hdr>.wrap,
html[dir="rtl"] body #hdr nav.main,
html[dir="rtl"] body #hdr .hdr-right{direction:ltr!important;}
html[dir="rtl"] body #hdr nav.main>a,
html[dir="rtl"] body #hdr .nav-trigger{direction:rtl!important;}

@media (max-width:1200px){
  html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 10px!important;gap:6px!important;}
  html.light body #hdr nav.main,html:not(.light) body #hdr nav.main{display:none!important;visibility:hidden!important;pointer-events:none!important;}
  html.light body #hdr .header-brand,html.light body #hdr .logo,
  html:not(.light) body #hdr .header-brand,html:not(.light) body #hdr .logo{width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;height:48px!important;min-height:48px!important;max-height:48px!important;}
  html.light body #hdr .header-brand>img,html.light body #hdr .logo>img,
  html:not(.light) body #hdr .header-brand>img,html:not(.light) body #hdr .logo>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:44px!important;}
  html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{display:flex!important;flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:calc(100vw - var(--trx-brand-w) - 26px)!important;}
}
@media (max-width:620px){
  html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{padding:0 6px!important;gap:5px!important;}
  html.light body #hdr .header-brand,html.light body #hdr .logo,
  html:not(.light) body #hdr .header-brand,html:not(.light) body #hdr .logo{height:44px!important;min-height:44px!important;max-height:44px!important;}
  html.light body #hdr .header-brand>img,html.light body #hdr .logo>img,
  html:not(.light) body #hdr .header-brand>img,html:not(.light) body #hdr .logo>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:38px!important;}
  html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{max-width:calc(100vw - var(--trx-brand-w) - 17px)!important;}
}
@media (max-width:370px){
  html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{padding:0 5px!important;gap:3px!important;}
}

html body.home-cockpit #hdr>.wrap,
html body.subpage #hdr>.wrap,
html.light body.home-cockpit #hdr>.wrap,
html.light body.subpage #hdr>.wrap{
  display:grid!important;
  grid-template-columns:var(--trx-brand-w) minmax(0,1fr) calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  align-items:center!important;column-gap:18px!important;
  width:100%!important;max-width:var(--trx-wrap-max)!important;height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;
  margin:0 auto!important;padding:0 28px!important;direction:ltr!important;
}
html body.home-cockpit #hdr .logo.header-brand,
html body.subpage #hdr .logo.header-brand,
html.light body.home-cockpit #hdr .logo.header-brand,
html.light body.subpage #hdr .logo.header-brand{
  grid-column:1!important;flex:0 0 var(--trx-brand-w)!important;
  width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;
  height:54px!important;min-height:54px!important;max-height:54px!important;margin:0!important;padding:0!important;
  align-items:center!important;justify-content:flex-start!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important;
}
html body.home-cockpit #hdr .logo.header-brand>img,
html body.subpage #hdr .logo.header-brand>img,
html.light body.home-cockpit #hdr .logo.header-brand>img,
html.light body.subpage #hdr .logo.header-brand>img{
  width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;
  height:auto!important;max-height:50px!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;filter:none!important;
}
html body.home-cockpit #hdr nav.main,
html body.subpage #hdr nav.main,
html.light body.home-cockpit #hdr nav.main,
html.light body.subpage #hdr nav.main{
  grid-column:2!important;position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:auto!important;min-width:0!important;max-width:100%!important;height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;
  gap:var(--trx-nav-gap)!important;margin:0!important;padding:0!important;transform:none!important;direction:ltr!important;
}
html[dir="rtl"] body.home-cockpit #hdr nav.main>a,
html[dir="rtl"] body.home-cockpit #hdr .nav-trigger,
html[dir="rtl"] body.subpage #hdr nav.main>a,
html[dir="rtl"] body.subpage #hdr .nav-trigger{direction:rtl!important;}
html body.home-cockpit #hdr .hdr-right,
html body.subpage #hdr .hdr-right,
html.light body.home-cockpit #hdr .hdr-right,
html.light body.subpage #hdr .hdr-right{
  grid-column:3!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;
  flex:0 0 auto!important;width:calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  min-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  max-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + var(--trx-cta-w) + (var(--trx-right-gap) * 2))!important;
  gap:var(--trx-right-gap)!important;margin:0!important;padding:0!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;direction:ltr!important;
}
html body.home-cockpit #hdr #themeBtn,
html body.subpage #hdr #themeBtn,
html.light body.home-cockpit #hdr #themeBtn,
html.light body.subpage #hdr #themeBtn{
  flex:0 0 var(--trx-theme-w)!important;width:var(--trx-theme-w)!important;min-width:var(--trx-theme-w)!important;max-width:var(--trx-theme-w)!important;
  height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;margin:0!important;padding:0!important;border-radius:14px!important;
}
html body.home-cockpit #hdr .lang,
html body.subpage #hdr .lang,
html.light body.home-cockpit #hdr .lang,
html.light body.subpage #hdr .lang{
  flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;margin:0!important;
}
html body.home-cockpit #hdr .lang-trigger,
html body.subpage #hdr .lang-trigger,
html.light body.home-cockpit #hdr .lang-trigger,
html.light body.subpage #hdr .lang-trigger{
  flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;
  height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;margin:0!important;
}
html body.home-cockpit #hdr .hdr-right>.btn-pill,
html body.subpage #hdr .hdr-right>.btn-pill,
html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
html.light body.subpage #hdr .hdr-right>.btn-pill{
  display:inline-flex!important;flex:0 0 var(--trx-cta-w)!important;width:var(--trx-cta-w)!important;min-width:var(--trx-cta-w)!important;max-width:var(--trx-cta-w)!important;
  height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;margin:0!important;transform:none!important;
}

@media (max-width:1499px) and (min-width:1201px){
  html body.home-cockpit #hdr>.wrap,html body.subpage #hdr>.wrap,html.light body.home-cockpit #hdr>.wrap,html.light body.subpage #hdr>.wrap{padding:0 20px!important;column-gap:14px!important;}
}
@media (max-width:1200px){
  html body.home-cockpit #hdr>.wrap,html body.subpage #hdr>.wrap,html.light body.home-cockpit #hdr>.wrap,html.light body.subpage #hdr>.wrap{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 10px!important;gap:6px!important;}
  html body.home-cockpit #hdr nav.main,html body.subpage #hdr nav.main,html.light body.home-cockpit #hdr nav.main,html.light body.subpage #hdr nav.main{display:none!important;visibility:hidden!important;pointer-events:none!important;}
  html body.home-cockpit #hdr .logo.header-brand,html body.subpage #hdr .logo.header-brand,html.light body.home-cockpit #hdr .logo.header-brand,html.light body.subpage #hdr .logo.header-brand{flex:0 0 var(--trx-brand-w)!important;width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;height:48px!important;min-height:48px!important;max-height:48px!important;}
  html body.home-cockpit #hdr .logo.header-brand>img,html body.subpage #hdr .logo.header-brand>img,html.light body.home-cockpit #hdr .logo.header-brand>img,html.light body.subpage #hdr .logo.header-brand>img{width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;max-height:44px!important;}
  html body.home-cockpit #hdr .hdr-right,html body.subpage #hdr .hdr-right,html.light body.home-cockpit #hdr .hdr-right,html.light body.subpage #hdr .hdr-right{flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:calc(100vw - var(--trx-brand-w) - 26px)!important;margin-left:auto!important;}
  html body.home-cockpit #hdr .burger,html body.subpage #hdr .burger,html.light body.home-cockpit #hdr .burger,html.light body.subpage #hdr .burger{display:flex!important;}
}
@media (max-width:620px){
  html body.home-cockpit #hdr>.wrap,html body.subpage #hdr>.wrap,html.light body.home-cockpit #hdr>.wrap,html.light body.subpage #hdr>.wrap{padding:0 6px!important;gap:5px!important;}
  html body.home-cockpit #hdr .logo.header-brand,html body.subpage #hdr .logo.header-brand,html.light body.home-cockpit #hdr .logo.header-brand,html.light body.subpage #hdr .logo.header-brand{height:44px!important;min-height:44px!important;max-height:44px!important;}
  html body.home-cockpit #hdr .logo.header-brand>img,html body.subpage #hdr .logo.header-brand>img,html.light body.home-cockpit #hdr .logo.header-brand>img,html.light body.subpage #hdr .logo.header-brand>img{max-height:38px!important;}
  html body.home-cockpit #hdr .hdr-right,html body.subpage #hdr .hdr-right,html.light body.home-cockpit #hdr .hdr-right,html.light body.subpage #hdr .hdr-right{max-width:calc(100vw - var(--trx-brand-w) - 17px)!important;}
}
@media (max-width:370px){
  html body.home-cockpit #hdr>.wrap,html body.subpage #hdr>.wrap,html.light body.home-cockpit #hdr>.wrap,html.light body.subpage #hdr>.wrap{padding:0 5px!important;gap:3px!important;}
}

html body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
html body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill,
html.light body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
html.light body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
  display:inline-flex!important;
  flex:0 0 var(--trx-cta-w)!important;
  width:var(--trx-cta-w)!important;min-width:var(--trx-cta-w)!important;max-width:var(--trx-cta-w)!important;
  height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;
}

html body.home-cockpit #hdr.nav-compact nav.main,
html body.subpage #hdr.nav-compact nav.main,
html.light body.home-cockpit #hdr.nav-compact nav.main,
html.light body.subpage #hdr.nav-compact nav.main{
  display:none!important;visibility:hidden!important;pointer-events:none!important;
}
html body.home-cockpit #hdr.nav-compact .burger,
html body.subpage #hdr.nav-compact .burger,
html.light body.home-cockpit #hdr.nav-compact .burger,
html.light body.subpage #hdr.nav-compact .burger{display:flex!important;}

@media (max-width:1200px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill{
    padding:0 33px 0 7px!important;font-size:10.2px!important;line-height:1!important;
    justify-content:center!important;overflow:hidden!important;white-space:nowrap!important;
  }
  html body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html body.subpage #hdr .hdr-right>.btn-pill::before{right:31px!important;left:auto!important;top:8px!important;bottom:8px!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html body.subpage #hdr .hdr-right>.btn-pill::after{right:3px!important;left:auto!important;width:25px!important;height:25px!important;font-size:24px!important;transform:translateY(-50%)!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill{padding:0 7px 0 33px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::before{left:31px!important;right:auto!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::after{left:3px!important;right:auto!important;transform:translateY(-50%) rotate(180deg)!important;}
}
@media (max-width:620px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill{padding:0 29px 0 5px!important;font-size:9.2px!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html body.subpage #hdr .hdr-right>.btn-pill::before{right:27px!important;left:auto!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html body.subpage #hdr .hdr-right>.btn-pill::after{right:2px!important;left:auto!important;width:23px!important;height:23px!important;font-size:22px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill{padding:0 5px 0 29px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::before{left:27px!important;right:auto!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::after{left:2px!important;right:auto!important;}
}
@media (max-width:370px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill{padding:0 27px 0 4px!important;font-size:8.8px!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html body.subpage #hdr .hdr-right>.btn-pill::before{right:25px!important;left:auto!important;}
  html body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html body.subpage #hdr .hdr-right>.btn-pill::after{right:2px!important;left:auto!important;width:21px!important;height:21px!important;font-size:20px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill{padding:0 4px 0 27px!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::before{left:25px!important;right:auto!important;}
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill::after{left:2px!important;right:auto!important;}
}

html,body{max-width:100%;}

:root{
  --mut-2:#8F887A !important;
}
html.light{
  --mut-2:#586A82 !important;
}

.qform input::placeholder,
.qform textarea::placeholder,
#waText::placeholder{
  color:var(--mut-2)!important;
  opacity:1!important;
}

.wa-note{color:var(--mut-2)!important}

html:not(.light) .mail-line a{
  color:#F04B59!important;
  -webkit-text-fill-color:#F04B59!important;
}
html.light .mail-line a{
  color:#B91C2D!important;
  -webkit-text-fill-color:#B91C2D!important;
}
html.light .mail-line{color:#556773!important}

html.light .pill,
html.light .docs-sector-mark,
html.light .docs-sector-kick{
  color:#0F7447!important;
  -webkit-text-fill-color:#0F7447!important;
}

html.light .qform-advanced-badge{
  color:#526068!important;
  -webkit-text-fill-color:#526068!important;
  border-color:rgba(82,96,104,.30)!important;
  background:rgba(82,96,104,.08)!important;
}

html.light body.subpage #lanes.transit-premium .lanes thead th{
  color:#596B86!important;
  -webkit-text-fill-color:#596B86!important;
}

html.light body.subpage .doc-use b,
html.light body.subpage .doc-priority,
html.light body.subpage .docs-factor i{
  color:#526068!important;
  -webkit-text-fill-color:#526068!important;
}

body.subpage .why-item i{
  color:#263037!important;
  -webkit-text-fill-color:#263037!important;
  text-shadow:0 1px 0 rgba(255,255,255,.28)!important;
}

.sd:not(.pend) i{
  color:#263037!important;
  -webkit-text-fill-color:#263037!important;
}

.qform-terms input:checked + .qform-checkmark,
.qsample input:checked + .qsample-box{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

body.subpage .why-item i{
  background:linear-gradient(180deg,#EEF1F2 0%,#B8C1C5 100%)!important;
  color:#263037!important;
  -webkit-text-fill-color:#263037!important;
}
.sd:not(.pend) i{
  background:linear-gradient(180deg,#EEF1F2 0%,#B8C1C5 100%)!important;
  color:#263037!important;
  -webkit-text-fill-color:#263037!important;
  box-shadow:0 0 10px rgba(184,193,197,.18)!important;
}
html.light body.subpage .docs-disclaimer i{
  color:#526068!important;
  -webkit-text-fill-color:#526068!important;
  border-color:rgba(82,96,104,.34)!important;
}

body.subpage .why-item i,
.sd:not(.pend) i{
  background-color:#B8C1C5!important;
}

html.light body #hdr .hdr-right>.btn-pill{
  background:linear-gradient(180deg,#667077 0%,#535D64 48%,#414A50 100%)!important;
  border-color:#626C73!important;
  color:#F7F8F9!important;
  -webkit-text-fill-color:#F7F8F9!important;
}
html.light body #hdr .burger{
  background:linear-gradient(180deg,#667077 0%,#535D64 48%,#414A50 100%)!important;
  border-color:#626C73!important;
  color:#F4F6F7!important;
  -webkit-text-fill-color:#F4F6F7!important;
}

body.home-cockpit #hdr .nav-trigger svg,
body.subpage #hdr .nav-trigger svg{
  opacity:1!important;
  color:currentColor!important;
  stroke:currentColor!important;
}

html.light #themeBtn .ic-sun{color:#5C4106!important}
html.light #themeBtn .ic-moon{color:#354149!important}

html:not(.light) body #hdr .hdr-right>.btn-pill::after{
  color:#F83B4B!important;
  -webkit-text-fill-color:#F83B4B!important;
}
html.light body #hdr .hdr-right>.btn-pill::after{
  color:#A81222!important;
  -webkit-text-fill-color:#A81222!important;
  border-color:#AEB7BC!important;
  background:linear-gradient(145deg,#D4D9DC,#BFC6CA)!important;
}

html.light body.subpage #plabel .btn-red{
  background:linear-gradient(180deg,#667077 0%,#535D64 50%,#414A50 100%)!important;
  border-color:rgba(65,74,80,.72)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
}

html.light body.subpage #lanes.transit-premium .lanes td.m{
  color:#526068!important;
  -webkit-text-fill-color:#526068!important;
}
html.light body.subpage #lanes.transit-premium .transit-time-badge{
  color:#526068!important;
  -webkit-text-fill-color:#526068!important;
  border-color:rgba(82,96,104,.30)!important;
}

html.light body.subpage .doc-type{
  color:#526068!important;
  -webkit-text-fill-color:#526068!important;
  border-color:rgba(82,96,104,.28)!important;
}

html.light body.subpage :where(
  .lead,
  .about-card p,
  .why-copy p,
  .svc-detail p,
  .doc-desc,
  .docs-brief p,
  .docs-sector-callout p,
  .pl-note,
  .ln-note
){
  color:#56636A!important;
  -webkit-text-fill-color:#56636A!important;
}

html.light footer,
html.light body.subpage footer{
  --mut-2:#4F6077!important;
}
html.light footer a,
html.light footer .legal,
html.light body.subpage footer a,
html.light body.subpage footer .legal{
  color:#4F6068!important;
  -webkit-text-fill-color:#4F6068!important;
}
html.light footer a:hover,
html.light footer .legal:hover,
html.light body.subpage footer a:hover,
html.light body.subpage footer .legal:hover{
  color:#26343C!important;
  -webkit-text-fill-color:#26343C!important;
}

html.light .qform-terms a,
html.light .qform-terms-copy a,
html.light .form-consent a,
html.light .form-error a{
  color:#1849B8!important;
  -webkit-text-fill-color:#1849B8!important;
}

html.light .qform button#sendBtn{
  background:linear-gradient(180deg,#D92B3E 0%,#C91F34 48%,#A90F24 100%)!important;
  border-color:rgba(169,15,36,.72)!important;
}
html.light .qform button#sendBtn:hover,
html.light .qform button#sendBtn:focus-visible{
  background:linear-gradient(180deg,#D12A3A 0%,#C21C31 48%,#9E0D20 100%)!important;
  border-color:rgba(158,13,32,.78)!important;
}

html.light body.subpage .kick{
  color:#59666D!important;
  -webkit-text-fill-color:#59666D!important;
}

html.light body.subpage .btn-red{
  background:linear-gradient(180deg,#D92B3E 0%,#C91F34 54%,#A90F24 100%)!important;
  border-color:rgba(169,15,36,.72)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
}
html.light body.subpage .btn-red:hover,
html.light body.subpage .btn-red:focus-visible{
  background:linear-gradient(180deg,#D12A3A 0%,#C21C31 54%,#9E0D20 100%)!important;
  border-color:rgba(158,13,32,.78)!important;
}

html.light body.subpage #plabel .btn-red{
  background:linear-gradient(180deg,#667077 0%,#535D64 50%,#414A50 100%)!important;
  border-color:rgba(65,74,80,.72)!important;
}

html.light body.subpage #ctaband .btn-red{
  background:linear-gradient(180deg,#D92B3E 0%,#C91F34 54%,#A90F24 100%)!important;
  border-color:rgba(169,15,36,.72)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
}
html.light body.subpage #ctaband .btn-red:hover,
html.light body.subpage #ctaband .btn-red:focus-visible{
  background:linear-gradient(180deg,#D12A3A 0%,#C21C31 54%,#9E0D20 100%)!important;
  border-color:rgba(158,13,32,.78)!important;
}

:root{--trx-cta-w:168px!important;}
@media (max-width:1499px) and (min-width:1201px){:root{--trx-cta-w:154px!important;}}
@media (max-width:1200px){:root{--trx-cta-w:128px!important;}}
@media (max-width:620px){:root{--trx-cta-w:126px!important;}}
@media (max-width:370px){:root{--trx-cta-w:118px!important;}}

html body #hdr .hdr-right>.btn-pill,
html.light body #hdr .hdr-right>.btn-pill,
html:not(.light) body #hdr .hdr-right>.btn-pill,
html body.subpage #hdr .hdr-right>.btn-pill,
html.light body.subpage #hdr .hdr-right>.btn-pill,
html:not(.light) body.subpage #hdr .hdr-right>.btn-pill{
  box-sizing:border-box!important;
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 var(--trx-cta-w)!important;
  width:var(--trx-cta-w)!important;
  min-width:var(--trx-cta-w)!important;
  max-width:var(--trx-cta-w)!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  margin:0!important;
  padding:0 14px!important;
  border:1px solid rgba(255,255,255,.58)!important;
  border-radius:10px!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
  background:#BE0F1E!important;
  background-image:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  font-family:"Manrope",system-ui,sans-serif!important;
  font-size:12.2px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
  text-align:center!important;
  text-shadow:none!important;
  box-shadow:0 2px 8px rgba(0,0,0,.18)!important;
  filter:none!important;
  transform:none!important;
}
html body #hdr .hdr-right>.btn-pill::before,
html body #hdr .hdr-right>.btn-pill::after,
html.light body #hdr .hdr-right>.btn-pill::before,
html.light body #hdr .hdr-right>.btn-pill::after,
html:not(.light) body #hdr .hdr-right>.btn-pill::before,
html:not(.light) body #hdr .hdr-right>.btn-pill::after{content:none!important;display:none!important;}
html body #hdr .hdr-right>.btn-pill:hover,
html.light body #hdr .hdr-right>.btn-pill:hover,
html:not(.light) body #hdr .hdr-right>.btn-pill:hover{background:#A90B18!important;background-image:linear-gradient(180deg,#C41423 0%,#A90B18 100%)!important;box-shadow:0 3px 10px rgba(0,0,0,.22)!important;}
html body #hdr .hdr-right>.btn-pill:focus-visible{outline:2px solid rgba(255,255,255,.78)!important;outline-offset:2px!important;}
html[dir="rtl"] body #hdr .hdr-right>.btn-pill,
html[dir="rtl"].light body #hdr .hdr-right>.btn-pill{padding:0 14px!important;}

@media (max-width:1499px) and (min-width:1201px){
  html body #hdr .hdr-right>.btn-pill{font-size:11.2px!important;padding:0 12px!important;height:38px!important;min-height:38px!important;max-height:38px!important;}
}
@media (max-width:1200px){
  html body #hdr .hdr-right>.btn-pill{font-size:10.4px!important;padding:0 11px!important;height:36px!important;min-height:36px!important;max-height:36px!important;border-radius:9px!important;}
}
@media (max-width:620px){
  html body #hdr .hdr-right>.btn-pill{font-size:9.8px!important;padding:0 10px!important;}
}
@media (max-width:370px){
  html body #hdr .hdr-right>.btn-pill{font-size:9.1px!important;padding:0 8px!important;}
}

.mnav-cta,
html.light .mnav-cta,
html:not(.light) .mnav-cta{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:46px!important;
  padding:12px 16px!important;
  border:1px solid rgba(255,255,255,.55)!important;
  border-radius:10px!important;
  background:#BE0F1E!important;
  background-image:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
  color:#FFFFFF!important;
  -webkit-text-fill-color:#FFFFFF!important;
  font-weight:800!important;
  font-size:14px!important;
  line-height:1.1!important;
  letter-spacing:-.01em!important;
  white-space:nowrap!important;
  text-align:center!important;
  box-shadow:0 4px 12px rgba(0,0,0,.18)!important;
}
.mnav-cta::before,.mnav-cta::after,
html.light .mnav-cta::before,html.light .mnav-cta::after,
html:not(.light) .mnav-cta::before,html:not(.light) .mnav-cta::after{content:none!important;display:none!important;}
.mnav-cta:hover,
html.light .mnav-cta:hover,
html:not(.light) .mnav-cta:hover{background:#A90B18!important;background-image:linear-gradient(180deg,#C41423 0%,#A90B18 100%)!important;}

:root{--trx-flag-left:8px;--trx-flag-w:28px;--trx-flag-h:18px;}
@media (max-width:1499px) and (min-width:1201px){:root{--trx-flag-left:6px;--trx-flag-w:24px;--trx-flag-h:16px;}}
@media (max-width:1200px){:root{--trx-flag-left:6px;--trx-flag-w:22px;--trx-flag-h:15px;}}
@media (max-width:620px){:root{--trx-flag-left:5px;--trx-flag-w:19px;--trx-flag-h:13px;}}
@media (max-width:370px){:root{--trx-flag-left:5px;--trx-flag-w:19px;--trx-flag-h:13px;}}

html body #hdr .lang,
html.light body #hdr .lang,
html:not(.light) body #hdr .lang{
  position:relative!important;
  flex:0 0 var(--trx-lang-w)!important;
  width:var(--trx-lang-w)!important;
  min-width:var(--trx-lang-w)!important;
  max-width:var(--trx-lang-w)!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}
html body #hdr .lang-trigger,
html.light body #hdr .lang-trigger,
html:not(.light) body #hdr .lang-trigger{
  box-sizing:border-box!important;
  position:relative!important;
  display:block!important;
  flex:0 0 var(--trx-lang-w)!important;
  width:var(--trx-lang-w)!important;
  min-width:var(--trx-lang-w)!important;
  max-width:var(--trx-lang-w)!important;
  height:var(--trx-control-h)!important;
  min-height:var(--trx-control-h)!important;
  max-height:var(--trx-control-h)!important;
  margin:0!important;
  padding:0!important;
  border-width:1px!important;
  transform:none!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
html body #hdr .lang-current-flag,
html.light body #hdr .lang-current-flag,
html:not(.light) body #hdr .lang-current-flag{
  box-sizing:border-box!important;
  position:absolute!important;
  left:var(--trx-flag-left)!important;
  right:auto!important;
  top:50%!important;
  width:var(--trx-flag-w)!important;
  min-width:var(--trx-flag-w)!important;
  max-width:var(--trx-flag-w)!important;
  height:var(--trx-flag-h)!important;
  min-height:var(--trx-flag-h)!important;
  max-height:var(--trx-flag-h)!important;
  margin:0!important;
  padding:0!important;
  transform:translate3d(0,-50%,0)!important;
  transform-origin:center center!important;
  transition:none!important;
  object-fit:cover!important;
  object-position:center!important;
  flex:none!important;
}

html body #hdr .lang-trigger::after,
html.light body #hdr .lang-trigger::after,
html:not(.light) body #hdr .lang-trigger::after{
  right:9px!important;
  left:auto!important;
  top:50%!important;
  margin:0!important;
}
@media (max-width:1200px){
  html body #hdr .lang-trigger::after,
  html.light body #hdr .lang-trigger::after,
  html:not(.light) body #hdr .lang-trigger::after{right:7px!important;}
}

@media (max-width:430px){
  :root{
    --trx-h:64px!important;
    --trx-header-h:64px!important;
    --trx-brand-w:94px!important;
    --trx-brand-img-w:92px!important;
    --trx-theme-w:48px!important;
    --trx-lang-w:46px!important;
    --trx-control-h:44px!important;
    --trx-cta-w:126px!important;
    --trx-cta-h:40px!important;
    --trx-right-gap:4px!important;
    --trx-flag-left:6px!important;
    --trx-flag-w:22px!important;
    --trx-flag-h:15px!important;
  }
  html body #hdr,
  html.light body #hdr,
  html:not(.light) body #hdr{height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;}
  html body.home-cockpit #hdr>.wrap,
  html body.subpage #hdr>.wrap,
  html.light body.home-cockpit #hdr>.wrap,
  html.light body.subpage #hdr>.wrap{
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    width:100%!important;height:var(--trx-h)!important;min-height:var(--trx-h)!important;max-height:var(--trx-h)!important;
    padding:0 6px!important;gap:4px!important;overflow:visible!important;
  }
  html body.home-cockpit #hdr .logo.header-brand,
  html body.subpage #hdr .logo.header-brand,
  html.light body.home-cockpit #hdr .logo.header-brand,
  html.light body.subpage #hdr .logo.header-brand{
    flex:0 0 var(--trx-brand-w)!important;width:var(--trx-brand-w)!important;min-width:var(--trx-brand-w)!important;max-width:var(--trx-brand-w)!important;
    height:46px!important;min-height:46px!important;max-height:46px!important;margin:0!important;
  }
  html body.home-cockpit #hdr .logo.header-brand>img,
  html body.subpage #hdr .logo.header-brand>img,
  html.light body.home-cockpit #hdr .logo.header-brand>img,
  html.light body.subpage #hdr .logo.header-brand>img{
    width:var(--trx-brand-img-w)!important;min-width:var(--trx-brand-img-w)!important;max-width:var(--trx-brand-img-w)!important;
    height:auto!important;max-height:40px!important;transform:none!important;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right{
    display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;
    flex:0 0 auto!important;width:auto!important;min-width:0!important;max-width:none!important;
    margin:0 0 0 auto!important;padding:0!important;gap:var(--trx-right-gap)!important;overflow:visible!important;transform:none!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right{margin:0 0 0 auto!important;}
  html body #hdr #themeBtn,
  html.light body #hdr #themeBtn,
  html:not(.light) body #hdr #themeBtn{
    flex:0 0 var(--trx-theme-w)!important;width:var(--trx-theme-w)!important;min-width:var(--trx-theme-w)!important;max-width:var(--trx-theme-w)!important;
    height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;border-radius:14px!important;
  }
  html body #hdr .lang,
  html.light body #hdr .lang,
  html:not(.light) body #hdr .lang,
  html body #hdr .lang-trigger,
  html.light body #hdr .lang-trigger,
  html:not(.light) body #hdr .lang-trigger{
    flex:0 0 var(--trx-lang-w)!important;width:var(--trx-lang-w)!important;min-width:var(--trx-lang-w)!important;max-width:var(--trx-lang-w)!important;
    height:var(--trx-control-h)!important;min-height:var(--trx-control-h)!important;max-height:var(--trx-control-h)!important;
  }
  html body #hdr .lang-current-flag,
  html.light body #hdr .lang-current-flag,
  html:not(.light) body #hdr .lang-current-flag{
    left:var(--trx-flag-left)!important;top:50%!important;width:var(--trx-flag-w)!important;min-width:var(--trx-flag-w)!important;max-width:var(--trx-flag-w)!important;
    height:var(--trx-flag-h)!important;min-height:var(--trx-flag-h)!important;max-height:var(--trx-flag-h)!important;transform:translate3d(0,-50%,0)!important;
  }
  html body #hdr .lang-trigger::after,
  html.light body #hdr .lang-trigger::after,
  html:not(.light) body #hdr .lang-trigger::after{right:6px!important;}
  html body #hdr .burger,
  html.light body #hdr .burger,
  html:not(.light) body #hdr .burger{
    display:flex!important;align-items:center!important;justify-content:center!important;
    flex:0 0 44px!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important;
    border-radius:13px!important;font-size:19px!important;line-height:1!important;
  }
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill{
    flex:0 0 var(--trx-cta-w)!important;width:var(--trx-cta-w)!important;min-width:var(--trx-cta-w)!important;max-width:var(--trx-cta-w)!important;
    height:var(--trx-cta-h)!important;min-height:var(--trx-cta-h)!important;max-height:var(--trx-cta-h)!important;
    padding:0 9px!important;border-radius:10px!important;font-size:10.4px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:-.018em!important;
    overflow:hidden!important;text-overflow:clip!important;white-space:nowrap!important;
  }
  html body #hdr .hdr-right>.btn-pill::before,
  html body #hdr .hdr-right>.btn-pill::after{content:none!important;display:none!important;}

  
  .mnav,
  html.light .mnav,
  html:not(.light) .mnav{
    position:fixed!important;left:0!important;right:0!important;top:var(--trx-h)!important;bottom:0!important;
    width:100%!important;height:auto!important;max-height:none!important;min-height:0!important;
    overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;
    padding:12px max(16px,env(safe-area-inset-right)) max(24px,calc(16px + env(safe-area-inset-bottom))) max(16px,env(safe-area-inset-left))!important;
    border-top:1px solid rgba(255,255,255,.10)!important;border-radius:0!important;
    background:rgba(7,9,12,.992)!important;box-shadow:0 24px 54px rgba(0,0,0,.46)!important;
  }
  html.light .mnav{background:rgba(245,247,249,.995)!important;border-top-color:rgba(31,43,52,.12)!important;box-shadow:0 24px 54px rgba(28,39,48,.18)!important;}
  .mnav-main-link,.mnav-solutions-toggle{
    min-height:50px!important;padding:13px 8px!important;font-size:15px!important;line-height:1.28!important;border-radius:8px!important;
  }
  .mnav-sub{margin:5px 0 8px!important;padding:7px!important;border-radius:12px!important;}
  .mnav-sub a{min-height:44px!important;padding:10px 9px!important;font-size:13px!important;line-height:1.35!important;}
  .mnav-cta,html.light .mnav-cta,html:not(.light) .mnav-cta{
    min-height:50px!important;margin-top:14px!important;padding:12px 16px!important;border-radius:10px!important;font-size:14px!important;font-weight:800!important;
  }
  .lang-menu,
  html.light .lang-menu,
  html:not(.light) .lang-menu{
    position:fixed!important;top:calc(var(--trx-h) + 6px)!important;right:6px!important;left:auto!important;
    width:min(304px,calc(100vw - 12px))!important;max-height:calc(100dvh - var(--trx-h) - 12px)!important;
    padding:8px!important;border-radius:14px!important;overflow-y:auto!important;
  }
  html[dir="rtl"] .lang-menu{right:auto!important;left:6px!important;}
  .lang-menu button{min-height:46px!important;padding:7px 8px!important;}
  .qform-progress-count{font-size:10.5px!important;line-height:1.2!important;}
  .qform .fine,.form-consent,.wa-note,.pl-note,.ln-note{font-size:max(11px,1em)!important;line-height:1.5!important;}
  .about-card .about-no,.doc-no,.doc-type,.doc-native,.pl-head .tag{font-size:10px!important;line-height:1.25!important;}
  #lanes.transit-premium .lanes thead th{font-size:10px!important;line-height:1.3!important;}
  #lanes.transit-premium .transit-time-badge{font-size:10.5px!important;}

  
  #copyEmailBtn,.cpy{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;
    margin:-8px -8px -8px 2px!important;padding:8px!important;border-radius:10px!important;
    touch-action:manipulation!important;
  }
  html[dir="rtl"] #copyEmailBtn,html[dir="rtl"] .cpy{margin:-8px 2px -8px -8px!important;}
  .svc-detail .svc-link,.home-overview-grid .svc-link{
    min-height:40px!important;padding:9px 2px!important;display:inline-flex!important;align-items:center!important;line-height:1.35!important;touch-action:manipulation!important;
  }
}

@media (max-width:389px){
  :root{--trx-brand-w:100px!important;--trx-brand-img-w:98px!important;}
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill,
  html body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
    display:none!important;visibility:hidden!important;pointer-events:none!important;
    width:0!important;min-width:0!important;max-width:0!important;flex-basis:0!important;margin:0!important;padding:0!important;border:0!important;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right{gap:5px!important;}
}

@media (max-width:340px){
  :root{--trx-brand-w:94px!important;--trx-brand-img-w:92px!important;--trx-theme-w:46px!important;--trx-lang-w:44px!important;}
  html body.home-cockpit #hdr>.wrap,
  html body.subpage #hdr>.wrap,
  html.light body.home-cockpit #hdr>.wrap,
  html.light body.subpage #hdr>.wrap{padding:0 5px!important;gap:3px!important;}
}
@media (min-width:390px) and (max-width:430px){:root{--trx-cta-w:132px!important;}}

@media (max-width:430px){
  :root{--trx-brand-w:116px!important;--trx-brand-img-w:112px!important;}
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill,
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill,
  html body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
    display:none!important;visibility:hidden!important;pointer-events:none!important;
    flex:0 0 0!important;width:0!important;min-width:0!important;max-width:0!important;height:0!important;min-height:0!important;max-height:0!important;
    margin:0!important;padding:0!important;border:0!important;
  }
  html body.home-cockpit #hdr .logo.header-brand>img,
  html body.subpage #hdr .logo.header-brand>img,
  html.light body.home-cockpit #hdr .logo.header-brand>img,
  html.light body.subpage #hdr .logo.header-brand>img{max-height:42px!important;}
}
@media (max-width:340px){:root{--trx-brand-w:108px!important;--trx-brand-img-w:104px!important;}}

@media (max-width:620px){
  :root{
    --trx-h:64px!important;
    --trx-header-h:64px!important;
    --trx-brand-w:clamp(104px,30vw,116px)!important;
    --trx-brand-img-w:calc(var(--trx-brand-w) - 4px)!important;
    --trx-theme-w:48px!important;
    --trx-lang-w:46px!important;
    --trx-control-h:44px!important;
    --trx-right-gap:5px!important;
    --trx-flag-left:6px!important;
    --trx-flag-w:22px!important;
    --trx-flag-h:15px!important;
  }

  html body #hdr,
  html.light body #hdr,
  html:not(.light) body #hdr{
    height:var(--trx-h)!important;
    min-height:var(--trx-h)!important;
    max-height:var(--trx-h)!important;
  }

  html body.home-cockpit #hdr>.wrap,
  html body.subpage #hdr>.wrap,
  html.light body.home-cockpit #hdr>.wrap,
  html.light body.subpage #hdr>.wrap,
  html:not(.light) body.home-cockpit #hdr>.wrap,
  html:not(.light) body.subpage #hdr>.wrap{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    max-width:none!important;
    height:var(--trx-h)!important;
    min-height:var(--trx-h)!important;
    max-height:var(--trx-h)!important;
    margin:0!important;
    padding-left:max(6px,env(safe-area-inset-left))!important;
    padding-right:max(6px,env(safe-area-inset-right))!important;
    gap:6px!important;
    overflow:visible!important;
  }

  html body.home-cockpit #hdr .logo.header-brand,
  html body.subpage #hdr .logo.header-brand,
  html.light body.home-cockpit #hdr .logo.header-brand,
  html.light body.subpage #hdr .logo.header-brand,
  html:not(.light) body.home-cockpit #hdr .logo.header-brand,
  html:not(.light) body.subpage #hdr .logo.header-brand{
    box-sizing:border-box!important;
    flex:0 0 var(--trx-brand-w)!important;
    width:var(--trx-brand-w)!important;
    min-width:var(--trx-brand-w)!important;
    max-width:var(--trx-brand-w)!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    margin:0!important;
    padding:0!important;
  }
  html body.home-cockpit #hdr .logo.header-brand>img,
  html body.subpage #hdr .logo.header-brand>img,
  html.light body.home-cockpit #hdr .logo.header-brand>img,
  html.light body.subpage #hdr .logo.header-brand>img,
  html:not(.light) body.home-cockpit #hdr .logo.header-brand>img,
  html:not(.light) body.subpage #hdr .logo.header-brand>img{
    display:block!important;
    width:var(--trx-brand-img-w)!important;
    min-width:var(--trx-brand-img-w)!important;
    max-width:var(--trx-brand-img-w)!important;
    height:auto!important;
    max-height:42px!important;
    margin:0!important;
    transform:none!important;
    object-fit:contain!important;
    object-position:left center!important;
  }

  html body #hdr nav.main,
  html.light body #hdr nav.main,
  html:not(.light) body #hdr nav.main{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
    position:absolute!important;
  }

  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    margin:0 0 0 auto!important;
    padding:0!important;
    gap:var(--trx-right-gap)!important;
    overflow:visible!important;
    transform:none!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right{margin:0 0 0 auto!important;direction:ltr!important;}

  
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill,
  html body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
    flex:0 0 0!important;
    width:0!important;
    min-width:0!important;
    max-width:0!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }

  html body #hdr #themeBtn,
  html.light body #hdr #themeBtn,
  html:not(.light) body #hdr #themeBtn{
    box-sizing:border-box!important;
    flex:0 0 var(--trx-theme-w)!important;
    width:var(--trx-theme-w)!important;
    min-width:var(--trx-theme-w)!important;
    max-width:var(--trx-theme-w)!important;
    height:var(--trx-control-h)!important;
    min-height:var(--trx-control-h)!important;
    max-height:var(--trx-control-h)!important;
    margin:0!important;
    border-width:1px!important;
    border-radius:14px!important;
    transform:none!important;
    touch-action:manipulation!important;
  }
  html body #hdr #themeBtn::before,
  html.light body #hdr #themeBtn::before,
  html:not(.light) body #hdr #themeBtn::before{
    width:28px!important;
    height:28px!important;
    left:4px!important;
    top:7px!important;
    transform:translateX(11px)!important;
    transition:transform .18s ease,background .18s ease!important;
  }
  html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr #themeBtn .ic-sun,
  html body #hdr #themeBtn .ic-moon{width:12px!important;height:12px!important;top:50%!important;transform:translateY(-50%)!important;}
  html body #hdr #themeBtn .ic-sun{left:8px!important;}
  html body #hdr #themeBtn .ic-moon{right:8px!important;}

  html body #hdr .lang,
  html.light body #hdr .lang,
  html:not(.light) body #hdr .lang,
  html body #hdr .lang-trigger,
  html.light body #hdr .lang-trigger,
  html:not(.light) body #hdr .lang-trigger{
    box-sizing:border-box!important;
    position:relative!important;
    flex:0 0 var(--trx-lang-w)!important;
    width:var(--trx-lang-w)!important;
    min-width:var(--trx-lang-w)!important;
    max-width:var(--trx-lang-w)!important;
    height:var(--trx-control-h)!important;
    min-height:var(--trx-control-h)!important;
    max-height:var(--trx-control-h)!important;
    margin:0!important;
    padding:0!important;
    border-width:1px!important;
    transform:none!important;
    touch-action:manipulation!important;
  }
  html body #hdr .lang-current-flag,
  html.light body #hdr .lang-current-flag,
  html:not(.light) body #hdr .lang-current-flag{
    box-sizing:border-box!important;
    position:absolute!important;
    left:var(--trx-flag-left)!important;
    right:auto!important;
    top:50%!important;
    width:var(--trx-flag-w)!important;
    min-width:var(--trx-flag-w)!important;
    max-width:var(--trx-flag-w)!important;
    height:var(--trx-flag-h)!important;
    min-height:var(--trx-flag-h)!important;
    max-height:var(--trx-flag-h)!important;
    margin:0!important;
    transform:translate3d(0,-50%,0)!important;
    transition:none!important;
    object-fit:cover!important;
  }
  html body #hdr .lang-trigger::after,
  html.light body #hdr .lang-trigger::after,
  html:not(.light) body #hdr .lang-trigger::after{
    right:6px!important;
    left:auto!important;
    top:50%!important;
    margin:0!important;
  }

  html body #hdr .burger,
  html.light body #hdr .burger,
  html:not(.light) body #hdr .burger{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 44px!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    margin:0!important;
    padding:0!important;
    border-width:1px!important;
    border-radius:13px!important;
    font-size:19px!important;
    line-height:1!important;
    touch-action:manipulation!important;
  }

  
  .mnav,
  html.light .mnav,
  html:not(.light) .mnav{
    box-sizing:border-box!important;
    position:fixed!important;
    z-index:75!important;
    left:0!important;
    right:0!important;
    top:var(--trx-h)!important;
    bottom:0!important;
    width:100%!important;
    height:calc(100dvh - var(--trx-h))!important;
    min-height:0!important;
    max-height:calc(100dvh - var(--trx-h))!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    padding:12px max(16px,env(safe-area-inset-right)) max(24px,calc(16px + env(safe-area-inset-bottom))) max(16px,env(safe-area-inset-left))!important;
    border-top:1px solid rgba(255,255,255,.10)!important;
    border-radius:0!important;
    background:#07090C!important;
    box-shadow:0 24px 54px rgba(0,0,0,.46)!important;
  }
  @supports not (height:100dvh){.mnav,html.light .mnav,html:not(.light) .mnav{height:calc(100vh - var(--trx-h))!important;max-height:calc(100vh - var(--trx-h))!important;}}
  html.light .mnav{background:#F5F7F9!important;border-top-color:rgba(31,43,52,.12)!important;box-shadow:0 24px 54px rgba(28,39,48,.18)!important;}
  body.mobile-nav-open{overflow:hidden!important;overscroll-behavior:none!important;}

  .mnav-main-link,.mnav-solutions-toggle{
    min-height:50px!important;
    padding:13px 8px!important;
    font-size:15px!important;
    line-height:1.28!important;
    border-radius:8px!important;
    touch-action:manipulation!important;
  }
  .mnav-sub{margin:5px 0 8px!important;padding:7px!important;border-radius:12px!important;}
  .mnav-sub a{min-height:44px!important;padding:10px 9px!important;font-size:13px!important;line-height:1.35!important;touch-action:manipulation!important;}
  .mnav-cta,
  html.light .mnav-cta,
  html:not(.light) .mnav-cta{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:52px!important;
    margin-top:14px!important;
    padding:13px 16px!important;
    border:1px solid rgba(255,255,255,.55)!important;
    border-radius:10px!important;
    background:#BE0F1E!important;
    background-image:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
    color:#FFF!important;
    -webkit-text-fill-color:#FFF!important;
    font-size:14px!important;
    line-height:1.2!important;
    font-weight:800!important;
    letter-spacing:-.01em!important;
    white-space:normal!important;
    text-align:center!important;
    box-shadow:0 4px 12px rgba(0,0,0,.18)!important;
    touch-action:manipulation!important;
  }
  .mnav-cta::before,.mnav-cta::after{content:none!important;display:none!important;}

  .lang-menu,
  html.light .lang-menu,
  html:not(.light) .lang-menu{
    box-sizing:border-box!important;
    position:fixed!important;
    z-index:90!important;
    top:calc(var(--trx-h) + 6px)!important;
    right:max(6px,env(safe-area-inset-right))!important;
    left:auto!important;
    width:min(304px,calc(100vw - 12px))!important;
    max-height:calc(100dvh - var(--trx-h) - 12px)!important;
    padding:8px!important;
    border-radius:14px!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
  }
  html[dir="rtl"] .lang-menu{right:auto!important;left:max(6px,env(safe-area-inset-left))!important;}
  .lang-menu button{min-height:46px!important;padding:7px 8px!important;touch-action:manipulation!important;}
  .qform .fine,.form-consent,.qform-terms-copy,.wa-note,.pl-note,.ln-note,.qfile-heading small,
  .form-progress-copy,.form-progress-label,.form-file-note,.docs-disclaimer,.doc-type,.doc-native,
  #lanes.transit-premium .lanes thead th,#lanes.transit-premium .transit-time-badge{
    font-size:max(10.5px,0.65625rem)!important;
    line-height:1.4!important;
  }
  #copyEmailBtn,.cpy{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    padding:8px!important;
    border-radius:10px!important;
    touch-action:manipulation!important;
  }
  .svc-detail .svc-link,.home-overview-grid .svc-link{
    box-sizing:border-box!important;
    min-height:40px!important;
    padding:9px 3px!important;
    display:inline-flex!important;
    align-items:center!important;
    line-height:1.35!important;
    touch-action:manipulation!important;
  }
}

@media (max-width:620px){
  :root{--trx-mobile-right-w:148px!important;}
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    position:absolute!important;
    right:max(6px,env(safe-area-inset-right))!important;
    left:auto!important;
    top:50%!important;
    width:var(--trx-mobile-right-w)!important;
    min-width:var(--trx-mobile-right-w)!important;
    max-width:var(--trx-mobile-right-w)!important;
    height:44px!important;
    flex:none!important;
    margin:0!important;
    transform:translateY(-50%)!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right,
  html[dir="rtl"].light body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"].light body.subpage #hdr .hdr-right{
    right:max(6px,env(safe-area-inset-right))!important;
    left:auto!important;
    margin:0!important;
    transform:translateY(-50%)!important;
  }
  html body.home-cockpit .eyebrow,
  html.light body.home-cockpit .eyebrow,
  html:not(.light) body.home-cockpit .eyebrow,
  html body.subpage .kick,
  html.light body.subpage .kick,
  html:not(.light) body.subpage .kick{
    font-size:10.5px!important;
    line-height:1.35!important;
  }
}

@media (max-width:620px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html.light body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr.header-compact-cta .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr.header-compact-cta .hdr-right>.btn-pill{
    display:none!important;visibility:hidden!important;pointer-events:none!important;
    flex:0 0 0!important;width:0!important;min-width:0!important;max-width:0!important;
    height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;
  }
}

@media (max-width:620px){
  
  :root{
    --trx-brand-w:clamp(118px,34vw,132px)!important;
    --trx-brand-img-w:calc(var(--trx-brand-w) - 2px)!important;
  }

  html body #hdr .logo.header-brand,
  html.light body #hdr .logo.header-brand,
  html:not(.light) body #hdr .logo.header-brand{
    opacity:1!important;
    filter:none!important;
    -webkit-filter:none!important;
  }
  html body #hdr .logo.header-brand>img,
  html:not(.light) body #hdr .logo.header-brand>img{
    opacity:1!important;
    visibility:visible!important;
    filter:contrast(1.12) saturate(1.06) drop-shadow(0 2px 2px rgba(0,0,0,.55))!important;
    -webkit-filter:contrast(1.12) saturate(1.06) drop-shadow(0 2px 2px rgba(0,0,0,.55))!important;
    image-rendering:auto!important;
  }
  html.light body #hdr .logo.header-brand>img{
    opacity:1!important;
    visibility:visible!important;
    
    filter:brightness(.80) contrast(1.38) saturate(1.10)
           drop-shadow(0 1px 0 rgba(20,26,30,.88))
           drop-shadow(0 2px 2px rgba(31,39,44,.44))!important;
    -webkit-filter:brightness(.80) contrast(1.38) saturate(1.10)
           drop-shadow(0 1px 0 rgba(20,26,30,.88))
           drop-shadow(0 2px 2px rgba(31,39,44,.44))!important;
  }

  
  .mnav .mnav-main-link,
  .mnav .mnav-solutions-toggle,
  .mnav .mnav-solutions-toggle>span,
  .mnav #mnavProductsBtn>span,
  .mnav #mnavAboutBtn>span,
  .mnav a,
  .mnav a>span,
  .mnav-sub a,
  .mnav-sub a>span,
  .mnav-sub a>span[data-i18n]{
    opacity:1!important;
    visibility:visible!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    -webkit-text-fill-color:currentColor!important;
    text-shadow:none!important;
    filter:none!important;
    -webkit-filter:none!important;
  }

  html:not(.light) .mnav .mnav-main-link,
  html:not(.light) .mnav .mnav-solutions-toggle,
  html:not(.light) .mnav .mnav-solutions-toggle>span,
  html:not(.light) .mnav a,
  html:not(.light) .mnav a>span,
  html:not(.light) .mnav-sub a,
  html:not(.light) .mnav-sub a>span{
    color:#EDF1F3!important;
    -webkit-text-fill-color:#EDF1F3!important;
  }
  html:not(.light) .mnav .mnav-main-link,
  html:not(.light) .mnav .mnav-solutions-toggle{
    border-color:rgba(207,216,221,.17)!important;
  }
  html:not(.light) .mnav-sub{
    background:#10151A!important;
    border-color:rgba(199,209,214,.20)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html:not(.light) .mnav-sub a{
    background:#171D22!important;
    color:#E5EAED!important;
    border-color:rgba(203,212,217,.16)!important;
  }

  html.light .mnav .mnav-main-link,
  html.light .mnav .mnav-solutions-toggle,
  html.light .mnav .mnav-solutions-toggle>span,
  html.light .mnav a,
  html.light .mnav a>span,
  html.light .mnav-sub a,
  html.light .mnav-sub a>span,
  html.light .mnav-sub a>span[data-i18n]{
    color:#1D272E!important;
    -webkit-text-fill-color:#1D272E!important;
  }
  html.light .mnav .mnav-main-link,
  html.light .mnav .mnav-solutions-toggle{
    color:#1D272E!important;
    border-color:rgba(48,62,70,.18)!important;
    background:transparent!important;
  }
  html.light .mnav .mnav-main-link:hover,
  html.light .mnav .mnav-main-link:focus-visible,
  html.light .mnav .mnav-solutions-toggle:hover,
  html.light .mnav .mnav-solutions-toggle:focus-visible{
    background:#E9EEF1!important;
    color:#111A20!important;
  }
  html.light .mnav-sub{
    background:#E7ECEF!important;
    border:1px solid rgba(50,63,72,.25)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 7px 18px rgba(31,43,51,.08)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html.light .mnav-sub a{
    background:#F7F9FA!important;
    color:#202B32!important;
    -webkit-text-fill-color:#202B32!important;
    border:1px solid rgba(53,67,76,.18)!important;
    box-shadow:none!important;
  }
  html.light .mnav-sub a:hover,
  html.light .mnav-sub a:focus-visible{
    background:#FFFFFF!important;
    color:#10181D!important;
    -webkit-text-fill-color:#10181D!important;
    border-color:rgba(43,56,65,.34)!important;
  }
  html.light .mnav .mnav-solutions-toggle svg,
  html.light .mnav .mnav-products-toggle svg,
  html.light .mnav .mnav-about-toggle svg{
    color:#34434C!important;
    stroke:#34434C!important;
    opacity:1!important;
  }
  html:not(.light) .mnav .mnav-solutions-toggle svg,
  html:not(.light) .mnav .mnav-products-toggle svg,
  html:not(.light) .mnav .mnav-about-toggle svg{
    color:#DDE4E8!important;
    stroke:#DDE4E8!important;
    opacity:1!important;
  }

  
  .lang-menu button,
  .lang-menu button .lang-option,
  .lang-menu button .lang-option>span:last-child,
  .lang-menu button .tagx{
    opacity:1!important;
    visibility:visible!important;
    text-shadow:none!important;
    filter:none!important;
    -webkit-filter:none!important;
  }
  html.light .lang-menu{
    background:#EEF2F4!important;
    border-color:rgba(47,61,70,.25)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  html.light .lang-menu button,
  html.light .lang-menu button .lang-option,
  html.light .lang-menu button .lang-option>span:last-child{
    color:#1E2930!important;
    -webkit-text-fill-color:#1E2930!important;
  }
  html.light .lang-menu button{background:#FAFBFC!important;border-color:rgba(52,65,74,.17)!important;}
  html.light .lang-menu button:hover,
  html.light .lang-menu button:focus-visible{background:#FFFFFF!important;color:#10181D!important;}
  html.light .lang-menu .tagx{
    color:#3E4B53!important;
    -webkit-text-fill-color:#3E4B53!important;
    background:#E3E8EB!important;
    border-color:rgba(54,67,75,.25)!important;
  }
  html.light .lang-menu button.active .tagx{
    color:#202A30!important;
    -webkit-text-fill-color:#202A30!important;
  }
  html:not(.light) .lang-menu button,
  html:not(.light) .lang-menu button .lang-option,
  html:not(.light) .lang-menu button .lang-option>span:last-child{
    color:#E8EDF0!important;
    -webkit-text-fill-color:#E8EDF0!important;
  }

  
  .mnav .mnav-cta,
  html.light .mnav .mnav-cta,
  html:not(.light) .mnav .mnav-cta{
    color:#FFF!important;
    -webkit-text-fill-color:#FFF!important;
    opacity:1!important;
    background-image:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
  }
}

html[lang^="zh"] body,
html[lang^="zh"] button,
html[lang^="zh"] input,
html[lang^="zh"] textarea,
html[lang^="zh"] select{
  font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC","Segoe UI",sans-serif;
}
html[lang^="zh"] .hero h1{
  font-family:"Noto Sans SC","Microsoft YaHei","PingFang SC","Noto Sans",sans-serif!important;
}

html body.home-cockpit #hdr.nav-compact nav.main,
html.light body.home-cockpit #hdr.nav-compact nav.main,
html body.subpage #hdr.nav-compact nav.main,
html.light body.subpage #hdr.nav-compact nav.main{
  display:none!important;visibility:hidden!important;pointer-events:none!important;
}
html body.home-cockpit #hdr.nav-compact .burger,
html.light body.home-cockpit #hdr.nav-compact .burger,
html body.subpage #hdr.nav-compact .burger,
html.light body.subpage #hdr.nav-compact .burger{display:flex!important;}

@media (min-width:621px) and (max-width:1200px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill{
    height:var(--trx-cta-h)!important;
    min-height:var(--trx-cta-h)!important;
    max-height:var(--trx-cta-h)!important;
    padding:0 33px 0 7px!important;
    border-radius:12px!important;
    font-size:10.2px!important;
    line-height:1!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill{padding:0 7px 0 33px!important;}
}

@media (max-width:620px){
  :root{
    --trx-theme-w:48px;
    --trx-lang-w:46px;
    --trx-right-gap:8px;
  }
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding:0 7px!important;
    gap:6px!important;
  }
  html body #hdr .hdr-right,
  html.light body #hdr .hdr-right,
  html:not(.light) body #hdr .hdr-right{
    gap:var(--trx-right-gap)!important;
    max-width:calc(100vw - var(--trx-brand-w) - 12px)!important;
  }
  html body #hdr #themeBtn,
  html.light body #hdr #themeBtn,
  html body #hdr .lang-trigger,
  html.light body #hdr .lang-trigger,
  html body #hdr .burger,
  html.light body #hdr .burger{
    border-radius:13px!important;
  }
  html body #hdr #themeBtn,
  html.light body #hdr #themeBtn{
    flex:0 0 var(--trx-theme-w)!important;
    width:var(--trx-theme-w)!important;
    min-width:var(--trx-theme-w)!important;
    max-width:var(--trx-theme-w)!important;
  }
  html body #hdr .lang,
  html.light body #hdr .lang{
    flex:0 0 var(--trx-lang-w)!important;
    width:var(--trx-lang-w)!important;
    min-width:var(--trx-lang-w)!important;
    max-width:var(--trx-lang-w)!important;
  }
  html body #hdr .lang-trigger,
  html.light body #hdr .lang-trigger{
    width:var(--trx-lang-w)!important;
    min-width:var(--trx-lang-w)!important;
    max-width:var(--trx-lang-w)!important;
    padding:0 15px 0 6px!important;
  }
  html body #hdr .burger,
  html.light body #hdr .burger{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    flex-basis:32px!important;
  }
}
@media (max-width:370px){
  :root{
    --trx-theme-w:44px;
    --trx-lang-w:42px;
    --trx-right-gap:6px;
  }
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding:0 6px!important;
    gap:5px!important;
  }
  html body #hdr .burger,
  html.light body #hdr .burger{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    flex-basis:30px!important;
  }
}

@media(min-width:1201px){
  :root{--trx-right-gap:10px;}
  html body #hdr .hdr-right,html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{gap:10px!important;}
}
@media(min-width:621px) and (max-width:1200px){
  :root{--trx-right-gap:9px;--trx-control-h:36px;--trx-theme-w:58px;--trx-lang-w:52px;}
  html body #hdr>.wrap,html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{padding-left:12px!important;padding-right:12px!important;}
  html body #hdr .hdr-right,html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{gap:9px!important;}
  html body #hdr .burger,html.light body #hdr .burger,html:not(.light) body #hdr .burger{
    width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important;border-radius:12px!important;
  }
  html body #hdr #themeBtn,html.light body #hdr #themeBtn,html:not(.light) body #hdr #themeBtn,
  html body #hdr .lang-trigger,html.light body #hdr .lang-trigger,html:not(.light) body #hdr .lang-trigger{
    height:36px!important;min-height:36px!important;max-height:36px!important;
  }
}
@media(max-width:620px){
  :root{--trx-h:62px;--trx-theme-w:50px;--trx-lang-w:47px;--trx-control-h:38px;--trx-right-gap:9px;}
  html body #hdr>.wrap,html.light body #hdr>.wrap,html:not(.light) body #hdr>.wrap{
    padding:0 8px!important;gap:7px!important;
  }
  html body #hdr .hdr-right,html.light body #hdr .hdr-right,html:not(.light) body #hdr .hdr-right{
    gap:9px!important;
    max-width:calc(100vw - var(--trx-brand-w) - 12px)!important;
  }
  html body #hdr #themeBtn,html.light body #hdr #themeBtn,html:not(.light) body #hdr #themeBtn,
  html body #hdr .lang-trigger,html.light body #hdr .lang-trigger,html:not(.light) body #hdr .lang-trigger{
    height:38px!important;min-height:38px!important;max-height:38px!important;border-radius:13px!important;
  }
  html body #hdr .burger,html.light body #hdr .burger,html:not(.light) body #hdr .burger{
    width:38px!important;height:38px!important;min-width:38px!important;flex-basis:38px!important;border-radius:13px!important;
  }
  html body #hdr #themeBtn::before{top:5px!important;left:4px!important;width:26px!important;height:26px!important;transform:translateX(16px)!important;}
  html.light body #hdr #themeBtn::before{transform:translateX(0)!important;}
  html body #hdr #themeBtn .ic-sun{left:8px!important;}html body #hdr #themeBtn .ic-moon{right:8px!important;}
  html body #hdr .lang-trigger{padding-left:6px!important;padding-right:16px!important;}
  html body #hdr .lang-current-flag{width:21px!important;min-width:21px!important;max-width:21px!important;height:14px!important;}
  html body #hdr .lang-trigger::after{right:6px!important;}
}
@media(max-width:370px){
  :root{--trx-theme-w:47px;--trx-lang-w:44px;--trx-control-h:36px;--trx-right-gap:7px;}
  html body #hdr .burger,html.light body #hdr .burger,html:not(.light) body #hdr .burger{width:36px!important;height:36px!important;min-width:36px!important;flex-basis:36px!important;}
}
@media(max-width:760px){
  html body #hdr .hdr-right,
  html.light body #hdr .hdr-right,
  html:not(.light) body #hdr .hdr-right{
    width:auto!important;min-width:0!important;max-width:none!important;flex:0 0 auto!important;
    gap:9px!important;
  }
}
@media(max-width:620px){
  html body.home-cockpit #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
    flex:0 0 calc(var(--trx-theme-w) + var(--trx-lang-w) + 38px + 18px)!important;
    width:calc(var(--trx-theme-w) + var(--trx-lang-w) + 38px + 18px)!important;
    min-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + 38px + 18px)!important;
    max-width:calc(var(--trx-theme-w) + var(--trx-lang-w) + 38px + 18px)!important;
    gap:9px!important;margin-left:auto!important;
  }
}

:root{
  --trx-theme-w:58px;
  --trx-lang-w:52px;
  --trx-control-h:36px;
  --trx-right-gap:10px;
}

html body #hdr #themeBtn,
html.light body #hdr #themeBtn,
html:not(.light) body #hdr #themeBtn,
html body #hdr .lang-trigger,
html.light body #hdr .lang-trigger,
html:not(.light) body #hdr .lang-trigger{
  box-sizing:border-box!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  border-radius:12px!important;
  margin:0!important;
  transform:none!important;
}
html body #hdr #themeBtn,
html.light body #hdr #themeBtn,
html:not(.light) body #hdr #themeBtn{
  flex:0 0 58px!important;
  width:58px!important;
  min-width:58px!important;
  max-width:58px!important;
}
html body #hdr .lang,
html.light body #hdr .lang,
html:not(.light) body #hdr .lang{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 52px!important;
  width:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  padding:0!important;
}
html body #hdr .lang-trigger,
html.light body #hdr .lang-trigger,
html:not(.light) body #hdr .lang-trigger{
  flex:0 0 52px!important;
  width:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  padding:0 17px 0 6px!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
}
html body #hdr .lang-current-flag,
html.light body #hdr .lang-current-flag,
html:not(.light) body #hdr .lang-current-flag{
  width:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  height:15px!important;
  min-height:15px!important;
  max-height:15px!important;
  margin:0!important;
}
html body #hdr .lang-trigger::after,
html.light body #hdr .lang-trigger::after,
html:not(.light) body #hdr .lang-trigger::after{
  right:7px!important;
  width:6px!important;
  height:6px!important;
}

html body #hdr #themeBtn::before,
html:not(.light) body #hdr #themeBtn::before{
  top:4px!important;
  left:4px!important;
  width:24px!important;
  height:24px!important;
  transform:translateX(22px)!important;
}
html.light body #hdr #themeBtn::before{
  top:4px!important;
  left:4px!important;
  width:24px!important;
  height:24px!important;
  transform:translateX(0)!important;
}
html body #hdr #themeBtn .ic-sun,
html.light body #hdr #themeBtn .ic-sun,
html:not(.light) body #hdr #themeBtn .ic-sun{
  left:8px!important;
  width:12px!important;
  height:12px!important;
}
html body #hdr #themeBtn .ic-moon,
html.light body #hdr #themeBtn .ic-moon,
html:not(.light) body #hdr #themeBtn .ic-moon{
  right:8px!important;
  width:12px!important;
  height:12px!important;
}

html body.home-cockpit #hdr .hdr-right,
html body.subpage #hdr .hdr-right,
html.light body.home-cockpit #hdr .hdr-right,
html.light body.subpage #hdr .hdr-right,
html:not(.light) body.home-cockpit #hdr .hdr-right,
html:not(.light) body.subpage #hdr .hdr-right{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:10px!important;
  padding:0!important;
  transform:none!important;
}
html body #hdr .hdr-right>* ,
html.light body #hdr .hdr-right>* ,
html:not(.light) body #hdr .hdr-right>*{
  margin-top:0!important;
  margin-bottom:0!important;
}

@media(max-width:1200px){
  :root{
    --trx-theme-w:58px;
    --trx-lang-w:52px;
    --trx-control-h:36px;
    --trx-right-gap:10px;
  }
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding-left:12px!important;
    padding-right:12px!important;
    gap:8px!important;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    max-width:none!important;
    gap:10px!important;
    margin-left:auto!important;
  }
  html[dir="rtl"] body #hdr .hdr-right{margin-left:0!important;margin-right:auto!important;}
  html body #hdr .burger,
  html.light body #hdr .burger,
  html:not(.light) body #hdr .burger{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 36px!important;
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    margin:0!important;
    padding:0!important;
    border-radius:12px!important;
  }
}

@media(max-width:620px){
  :root{
    --trx-h:62px;
    --trx-theme-w:58px;
    --trx-lang-w:52px;
    --trx-control-h:36px;
    --trx-right-gap:10px;
  }
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding-left:8px!important;
    padding-right:8px!important;
    gap:8px!important;
  }
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill{
    display:none!important;
  }
}

@media(max-width:370px){
  html body #hdr>.wrap,
  html.light body #hdr>.wrap,
  html:not(.light) body #hdr>.wrap{
    padding-left:5px!important;
    padding-right:5px!important;
    gap:5px!important;
  }
}

@media(min-width:1201px){
  :root{
    --trx-theme-w:58px;
    --trx-lang-w:52px;
    --trx-control-h:36px;
    --trx-cta-h:36px;
    --trx-cta-w:136px;
    --trx-right-gap:10px;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    width:calc(58px + 52px + 136px + 20px)!important;
    min-width:calc(58px + 52px + 136px + 20px)!important;
    max-width:calc(58px + 52px + 136px + 20px)!important;
    gap:10px!important;
  }
  html body #hdr .hdr-right>.btn-pill,
  html.light body #hdr .hdr-right>.btn-pill,
  html:not(.light) body #hdr .hdr-right>.btn-pill{
    flex:0 0 136px!important;
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    border-radius:12px!important;
    font-size:10.6px!important;
  }
}

@media(max-width:620px){
  html body.home-cockpit #hdr #themeBtn,
  html.light body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html body.subpage #hdr #themeBtn,
  html.light body.subpage #hdr #themeBtn,
  html:not(.light) body.subpage #hdr #themeBtn,
  html body.home-cockpit #hdr .lang,
  html.light body.home-cockpit #hdr .lang,
  html:not(.light) body.home-cockpit #hdr .lang,
  html body.subpage #hdr .lang,
  html.light body.subpage #hdr .lang,
  html:not(.light) body.subpage #hdr .lang,
  html body.home-cockpit #hdr .lang-trigger,
  html.light body.home-cockpit #hdr .lang-trigger,
  html:not(.light) body.home-cockpit #hdr .lang-trigger,
  html body.subpage #hdr .lang-trigger,
  html.light body.subpage #hdr .lang-trigger,
  html:not(.light) body.subpage #hdr .lang-trigger,
  html body.home-cockpit #hdr .burger,
  html.light body.home-cockpit #hdr .burger,
  html:not(.light) body.home-cockpit #hdr .burger,
  html body.subpage #hdr .burger,
  html.light body.subpage #hdr .burger,
  html:not(.light) body.subpage #hdr .burger{
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    border-radius:12px!important;
  }
  html body.home-cockpit #hdr .burger,
  html.light body.home-cockpit #hdr .burger,
  html:not(.light) body.home-cockpit #hdr .burger,
  html body.subpage #hdr .burger,
  html.light body.subpage #hdr .burger,
  html:not(.light) body.subpage #hdr .burger{
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    flex:0 0 36px!important;
  }
}

@media(max-width:620px){
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    top:11px!important;
    bottom:auto!important;
    transform:none!important;
  }
}

html body #hdr>.wrap,
html.light body #hdr>.wrap,
html:not(.light) body #hdr>.wrap,
html[dir="rtl"] body #hdr>.wrap,
html[dir="rtl"].light body #hdr>.wrap{
  direction:ltr!important;
}
html body.home-cockpit #hdr .hdr-right,
html body.subpage #hdr .hdr-right,
html.light body.home-cockpit #hdr .hdr-right,
html.light body.subpage #hdr .hdr-right,
html:not(.light) body.home-cockpit #hdr .hdr-right,
html:not(.light) body.subpage #hdr .hdr-right,
html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
html[dir="rtl"] body.subpage #hdr .hdr-right,
html[dir="rtl"].light body.home-cockpit #hdr .hdr-right,
html[dir="rtl"].light body.subpage #hdr .hdr-right{
  direction:ltr!important;
  margin-left:auto!important;
  margin-right:0!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
}

html body #hdr #themeBtn,
html.light body #hdr #themeBtn,
html:not(.light) body #hdr #themeBtn{
  box-sizing:border-box!important;
  flex:0 0 58px!important;
  width:58px!important;
  min-width:58px!important;
  max-width:58px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  border-radius:12px!important;
}
html body #hdr .lang,
html.light body #hdr .lang,
html:not(.light) body #hdr .lang,
html body #hdr .lang-trigger,
html.light body #hdr .lang-trigger,
html:not(.light) body #hdr .lang-trigger{
  box-sizing:border-box!important;
  flex:0 0 52px!important;
  width:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  border-radius:12px!important;
}
html body #hdr .burger,
html.light body #hdr .burger,
html:not(.light) body #hdr .burger{
  box-sizing:border-box!important;
  flex:0 0 36px!important;
  width:36px!important;
  min-width:36px!important;
  max-width:36px!important;
  height:36px!important;
  min-height:36px!important;
  max-height:36px!important;
  margin:0!important;
  border-radius:12px!important;
}

@media(max-width:620px){
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right,
  html[dir="rtl"].light body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"].light body.subpage #hdr .hdr-right{
    top:11px!important;
    bottom:auto!important;
    transform:none!important;
    gap:10px!important;
    margin-left:auto!important;
    margin-right:0!important;
  }
}

@media(min-width:621px) and (max-width:1200px){
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right{
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    gap:10px!important;
  }
}

@media(min-width:1201px){
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right{
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    gap:10px!important;
    margin-left:auto!important;
    margin-right:0!important;
  }
}

@media(max-width:1200px){
  :root{
    --trx-theme-w:58px!important;
    --trx-lang-w:52px!important;
    --trx-control-h:36px!important;
    --trx-right-gap:10px!important;
  }
  html body.home-cockpit #hdr #themeBtn,
  html body.subpage #hdr #themeBtn,
  html.light body.home-cockpit #hdr #themeBtn,
  html.light body.subpage #hdr #themeBtn,
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.subpage #hdr #themeBtn,
  html[dir="rtl"] body.home-cockpit #hdr #themeBtn,
  html[dir="rtl"] body.subpage #hdr #themeBtn,
  html[dir="rtl"].light body.home-cockpit #hdr #themeBtn,
  html[dir="rtl"].light body.subpage #hdr #themeBtn{
    flex:0 0 58px!important;width:58px!important;min-width:58px!important;max-width:58px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;border-radius:12px!important;
  }
  html body.home-cockpit #hdr .lang,
  html body.subpage #hdr .lang,
  html.light body.home-cockpit #hdr .lang,
  html.light body.subpage #hdr .lang,
  html:not(.light) body.home-cockpit #hdr .lang,
  html:not(.light) body.subpage #hdr .lang,
  html body.home-cockpit #hdr .lang-trigger,
  html body.subpage #hdr .lang-trigger,
  html.light body.home-cockpit #hdr .lang-trigger,
  html.light body.subpage #hdr .lang-trigger,
  html:not(.light) body.home-cockpit #hdr .lang-trigger,
  html:not(.light) body.subpage #hdr .lang-trigger,
  html[dir="rtl"] body.home-cockpit #hdr .lang,
  html[dir="rtl"] body.subpage #hdr .lang,
  html[dir="rtl"].light body.home-cockpit #hdr .lang,
  html[dir="rtl"].light body.subpage #hdr .lang,
  html[dir="rtl"] body.home-cockpit #hdr .lang-trigger,
  html[dir="rtl"] body.subpage #hdr .lang-trigger,
  html[dir="rtl"].light body.home-cockpit #hdr .lang-trigger,
  html[dir="rtl"].light body.subpage #hdr .lang-trigger{
    flex:0 0 52px!important;width:52px!important;min-width:52px!important;max-width:52px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;border-radius:12px!important;
  }
  html body.home-cockpit #hdr .burger,
  html body.subpage #hdr .burger,
  html.light body.home-cockpit #hdr .burger,
  html.light body.subpage #hdr .burger,
  html:not(.light) body.home-cockpit #hdr .burger,
  html:not(.light) body.subpage #hdr .burger{
    flex:0 0 36px!important;width:36px!important;min-width:36px!important;max-width:36px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;border-radius:12px!important;
  }
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"] body.subpage #hdr .hdr-right,
  html[dir="rtl"].light body.home-cockpit #hdr .hdr-right,
  html[dir="rtl"].light body.subpage #hdr .hdr-right{
    width:auto!important;min-width:0!important;max-width:none!important;
    gap:10px!important;margin-left:auto!important;margin-right:0!important;direction:ltr!important;
  }
}

@media(min-width:621px) and (max-width:1200px){
  html body.home-cockpit #hdr>.wrap,
  html body.subpage #hdr>.wrap,
  html.light body.home-cockpit #hdr>.wrap,
  html.light body.subpage #hdr>.wrap,
  html:not(.light) body.home-cockpit #hdr>.wrap,
  html:not(.light) body.subpage #hdr>.wrap,
  html[dir="rtl"] body.home-cockpit #hdr>.wrap,
  html[dir="rtl"] body.subpage #hdr>.wrap,
  html[dir="rtl"].light body.home-cockpit #hdr>.wrap,
  html[dir="rtl"].light body.subpage #hdr>.wrap{
    padding-left:12px!important;
    padding-right:12px!important;
    gap:8px!important;
  }
}
@media(min-width:1201px){
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"] body.subpage #hdr .hdr-right>.btn-pill,
  html[dir="rtl"].light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html[dir="rtl"].light body.subpage #hdr .hdr-right>.btn-pill{
    flex:0 0 136px!important;
    width:136px!important;
    min-width:136px!important;
    max-width:136px!important;
    height:36px!important;
    min-height:36px!important;
    max-height:36px!important;
    margin:0!important;
    border-radius:12px!important;
    box-sizing:border-box!important;
  }
}

@media (max-width:620px){
  .lang.open .lang-menu,
  html.light .lang.open .lang-menu,
  html:not(.light) .lang.open .lang-menu{
    box-sizing:border-box!important;
    top:calc(var(--trx-h) + 6px)!important;
    bottom:auto!important;
    width:min(472px,calc(100vw - 14px))!important;
    max-height:calc(100dvh - var(--trx-h) - env(safe-area-inset-bottom,0px) - 12px)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    padding:6px 6px calc(10px + env(safe-area-inset-bottom,0px))!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .lang.open .lang-menu::-webkit-scrollbar{display:none!important;}
}

@media (max-width:620px){
  html.light body #hdr .logo.header-brand,
  html.light body #hdr .header-brand,
  html.light body.home-cockpit #hdr .logo.header-brand,
  html.light body.subpage #hdr .logo.header-brand{
    position:relative!important;
    overflow:visible!important;
    padding:0!important;
  }
  html.light body #hdr .logo.header-brand>img,
  html.light body #hdr .header-brand>img,
  html.light body.home-cockpit #hdr .logo.header-brand>img,
  html.light body.subpage #hdr .logo.header-brand>img{
    clip-path:none!important;
    -webkit-clip-path:none!important;
    width:var(--trx-brand-img-w)!important;
    min-width:var(--trx-brand-img-w)!important;
    max-width:var(--trx-brand-img-w)!important;
    height:auto!important;
    max-height:42px!important;
    object-fit:contain!important;
    object-position:left center!important;
    background:transparent!important;
    opacity:1!important;
    visibility:visible!important;
    filter:brightness(.80) contrast(1.38) saturate(1.08)
           drop-shadow(0 1px 0 rgba(255,255,255,.50))
           drop-shadow(0 2px 2px rgba(26,34,39,.28))!important;
    -webkit-filter:brightness(.80) contrast(1.38) saturate(1.08)
           drop-shadow(0 1px 0 rgba(255,255,255,.50))
           drop-shadow(0 2px 2px rgba(26,34,39,.28))!important;
  }
  html.light body #hdr .logo.header-brand::after,
  html.light body #hdr .header-brand::after,
  html.light body.home-cockpit #hdr .logo.header-brand::after,
  html.light body.subpage #hdr .logo.header-brand::after{
    content:none!important;
    display:none!important;
  }
}

@media (max-width:620px){
  body #mnavProductsBtn,
  body.home-cockpit #mnavProductsBtn,
  body.subpage #mnavProductsBtn,
  html.light body #mnavProductsBtn,
  html:not(.light) body #mnavProductsBtn{
    opacity:1!important;
    visibility:visible!important;
    filter:none!important;
    -webkit-filter:none!important;
    mix-blend-mode:normal!important;
  }

  body #mnavProductsBtn>span,
  body.home-cockpit #mnavProductsBtn>span,
  body.subpage #mnavProductsBtn>span,
  html:not(.light) body #mnavProductsBtn>span,
  html:not(.light) body.home-cockpit #mnavProductsBtn>span,
  html:not(.light) body.subpage #mnavProductsBtn>span{
    display:inline-block!important;
    opacity:1!important;
    visibility:visible!important;
    color:#EDF1F3!important;
    -webkit-text-fill-color:#EDF1F3!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    text-shadow:none!important;
    filter:none!important;
    -webkit-filter:none!important;
    mix-blend-mode:normal!important;
    font-weight:700!important;
  }

  html.light body #mnavProductsBtn>span,
  html.light body.home-cockpit #mnavProductsBtn>span,
  html.light body.subpage #mnavProductsBtn>span{
    color:#1D272E!important;
    -webkit-text-fill-color:#1D272E!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    text-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
  }
}

@media (max-width:620px){
  html.light body #hdr .logo.header-brand,
  html.light body #hdr .header-brand{
    position:relative!important;
    overflow:visible!important;
    opacity:1!important;
  }

  html.light body #hdr .logo.header-brand>img,
  html.light body #hdr .header-brand>img{
    clip-path:none!important;
    -webkit-clip-path:none!important;
    width:var(--trx-brand-img-w)!important;
    min-width:var(--trx-brand-img-w)!important;
    max-width:var(--trx-brand-img-w)!important;
    height:auto!important;
    max-height:38px!important;
    object-fit:contain!important;
    object-position:left center!important;
    opacity:1!important;
    visibility:visible!important;
    background:none!important;
    filter:brightness(.72) contrast(1.62) saturate(1.04)
           drop-shadow(0 1px 0 rgba(255,255,255,.62))
           drop-shadow(0 1px 1px rgba(20,27,32,.58))
           drop-shadow(0 2px 2px rgba(26,34,40,.30))!important;
    -webkit-filter:brightness(.72) contrast(1.62) saturate(1.04)
           drop-shadow(0 1px 0 rgba(255,255,255,.62))
           drop-shadow(0 1px 1px rgba(20,27,32,.58))
           drop-shadow(0 2px 2px rgba(26,34,40,.30))!important;
  }

  
  html.light body #hdr .logo.header-brand::after,
  html.light body #hdr .header-brand::after{
    content:none!important;
    display:none!important;
  }
}

@media (min-width:1201px){
  
  html:not(.light) body.home-cockpit #hdr,
  html:not(.light) body.subpage #hdr{
    background:linear-gradient(180deg,rgba(24,28,33,.91),rgba(8,11,15,.82))!important;
    border-top:0!important;
    border-bottom:1px solid rgba(191,197,202,.30)!important;
    box-shadow:0 10px 30px rgba(0,0,0,.34),inset 0 -1px 0 rgba(255,255,255,.07)!important;
    backdrop-filter:blur(18px) saturate(1.08)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.08)!important;
  }
  html.light body.home-cockpit #hdr,
  html.light body.subpage #hdr{
    background:linear-gradient(180deg,rgba(238,239,241,.66),rgba(213,216,220,.46))!important;
    border-top:0!important;
    border-bottom:0!important;
    box-shadow:none!important;
    backdrop-filter:blur(18px) saturate(1.12)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.12)!important;
  }

  
  html body.home-cockpit #hdr nav.main>a,
  html body.home-cockpit #hdr .nav-trigger,
  html body.subpage #hdr nav.main>a,
  html body.subpage #hdr .nav-trigger,
  html.light body.home-cockpit #hdr nav.main>a,
  html.light body.home-cockpit #hdr .nav-trigger,
  html.light body.subpage #hdr nav.main>a,
  html.light body.subpage #hdr .nav-trigger,
  html:not(.light) body.home-cockpit #hdr nav.main>a,
  html:not(.light) body.home-cockpit #hdr .nav-trigger,
  html:not(.light) body.subpage #hdr nav.main>a,
  html:not(.light) body.subpage #hdr .nav-trigger{
    font-family:"Sora","Manrope",Arial,sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    line-height:1!important;
    letter-spacing:-.018em!important;
    font-feature-settings:"kern" 1!important;
    text-shadow:none!important;
    -webkit-text-stroke:0!important;
    transform:none!important;
  }
  html:not(.light) body.home-cockpit #hdr nav.main>a,
  html:not(.light) body.home-cockpit #hdr .nav-trigger,
  html:not(.light) body.subpage #hdr nav.main>a,
  html:not(.light) body.subpage #hdr .nav-trigger{
    color:#E7E9EC!important;
    -webkit-text-fill-color:#E5E9EB!important;
  }
  html.light body.home-cockpit #hdr nav.main>a,
  html.light body.home-cockpit #hdr .nav-trigger,
  html.light body.subpage #hdr nav.main>a,
  html.light body.subpage #hdr .nav-trigger{
    color:#171A1E!important;
    -webkit-text-fill-color:#171A1E!important;
  }

  
  html:not(.light) body.home-cockpit #hdr nav.main>a.active,
  html:not(.light) body.home-cockpit #hdr .nav-trigger.active,
  html:not(.light) body.subpage #hdr nav.main>a.active,
  html:not(.light) body.subpage #hdr .nav-trigger.active{
    color:#F4F7F8!important;
    -webkit-text-fill-color:#F8FAFB!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
  }
  html.light body.home-cockpit #hdr nav.main>a.active,
  html.light body.home-cockpit #hdr .nav-trigger.active,
  html.light body.subpage #hdr nav.main>a.active,
  html.light body.subpage #hdr .nav-trigger.active{
    color:#1E252A!important;
    -webkit-text-fill-color:#11171B!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
  }

  html body.home-cockpit #hdr nav.main>a::after,
  html body.home-cockpit #hdr .nav-trigger::after,
  html body.subpage #hdr nav.main>a::after,
  html body.subpage #hdr .nav-trigger::after{
    left:8%!important;right:8%!important;bottom:21px!important;height:3px!important;
    border-radius:99px!important;
    background:linear-gradient(90deg,transparent 0%,#4B5157 14%,#9FA5AA 34%,#D9DCDE 50%,#8B9297 67%,#454B51 86%,transparent 100%)!important;
    background-size:240% 100%!important;background-position:50% 50%!important;
    box-shadow:0 1px 1px rgba(12,15,18,.32)!important;
    opacity:0!important;transform:scaleX(0)!important;transform-origin:left center!important;
    transition:transform .40s cubic-bezier(.2,.72,.2,1),opacity .20s ease!important;
    animation:none!important;
  }
  html[dir="rtl"] body.home-cockpit #hdr nav.main>a::after,
  html[dir="rtl"] body.home-cockpit #hdr .nav-trigger::after,
  html[dir="rtl"] body.subpage #hdr nav.main>a::after,
  html[dir="rtl"] body.subpage #hdr .nav-trigger::after{transform-origin:right center!important;}
  html body.home-cockpit #hdr nav.main>a.active::after,
  html body.home-cockpit #hdr .nav-trigger.active::after,
  html body.subpage #hdr nav.main>a.active::after,
  html body.subpage #hdr .nav-trigger.active::after{opacity:0!important;transform:scaleX(0)!important;animation:none!important;}
  html body.home-cockpit #hdr nav.main>a:hover::after,
  html body.home-cockpit #hdr nav.main>a:focus-visible::after,
  html body.home-cockpit #hdr .nav-trigger:hover::after,
  html body.home-cockpit #hdr .nav-trigger:focus-visible::after,
  html body.home-cockpit #hdr .nav-drop.open>.nav-trigger::after,
  html body.subpage #hdr nav.main>a:hover::after,
  html body.subpage #hdr nav.main>a:focus-visible::after,
  html body.subpage #hdr .nav-trigger:hover::after,
  html body.subpage #hdr .nav-trigger:focus-visible::after,
  html body.subpage #hdr .nav-drop.open>.nav-trigger::after{opacity:1!important;transform:scaleX(1)!important;}
  html body.home-cockpit #hdr .nav-trigger svg,
  html body.subpage #hdr .nav-trigger svg{opacity:.54!important;color:currentColor!important;stroke:currentColor!important;}
  html body.home-cockpit #hdr .nav-trigger:hover svg,
  html body.home-cockpit #hdr .nav-drop.open>.nav-trigger svg,
  html body.subpage #hdr .nav-trigger:hover svg,
  html body.subpage #hdr .nav-drop.open>.nav-trigger svg{opacity:.92!important;}

  
  html body.home-cockpit #hdr nav.main,
  html body.subpage #hdr nav.main{gap:11px!important;}

  
  html body.home-cockpit #hdr .hdr-right,
  html body.subpage #hdr .hdr-right,
  html.light body.home-cockpit #hdr .hdr-right,
  html.light body.subpage #hdr .hdr-right,
  html:not(.light) body.home-cockpit #hdr .hdr-right,
  html:not(.light) body.subpage #hdr .hdr-right{
    gap:10px!important;
  }
  html body.home-cockpit #hdr #themeBtn,
  html body.subpage #hdr #themeBtn,
  html.light body.home-cockpit #hdr #themeBtn,
  html.light body.subpage #hdr #themeBtn,
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.subpage #hdr #themeBtn{
    width:58px!important;min-width:58px!important;max-width:58px!important;flex:0 0 58px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;
    padding:0!important;border-radius:12px!important;direction:ltr!important;overflow:hidden!important;
  }
  html:not(.light) body.home-cockpit #hdr #themeBtn,
  html:not(.light) body.subpage #hdr #themeBtn{
    border:1px solid transparent!important;
    background:linear-gradient(180deg,#171B1F 0%,#090C0F 100%) padding-box,
               linear-gradient(180deg,#F7F8F8 0%,#8C9499 27%,#4E565C 50%,#E7EAEC 73%,#626A70 100%) border-box!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.18),inset 0 -1px 0 rgba(0,0,0,.78),0 5px 12px rgba(0,0,0,.22)!important;
    color:#171C22!important;-webkit-text-fill-color:#171C22!important;
  }
  html.light body.home-cockpit #hdr #themeBtn,
  html.light body.subpage #hdr #themeBtn{
    border:1px solid rgba(88,101,110,.30)!important;
    background:radial-gradient(44px 34px at 18% 50%,rgba(218,176,86,.10),transparent 68%),linear-gradient(100deg,#C9CED2 0%,#B8BEC3 40%,#A7AFB5 60%,#909AA1 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.42),inset 0 -1px 0 rgba(48,57,63,.30),0 2px 5px rgba(42,51,57,.16)!important;
    color:#171C22!important;-webkit-text-fill-color:#171C22!important;
  }
  html body.home-cockpit #hdr #themeBtn::after,
  html body.subpage #hdr #themeBtn::after{content:none!important;display:none!important;}
  html body.home-cockpit #hdr #themeBtn::before,
  html body.subpage #hdr #themeBtn::before,
  html.light body.home-cockpit #hdr #themeBtn::before,
  html.light body.subpage #hdr #themeBtn::before,
  html:not(.light) body.home-cockpit #hdr #themeBtn::before,
  html:not(.light) body.subpage #hdr #themeBtn::before{
    content:""!important;position:absolute!important;top:4px!important;left:4px!important;right:auto!important;bottom:4px!important;
    width:24px!important;height:24px!important;border-radius:50%!important;
    box-sizing:border-box!important;z-index:1!important;
    box-shadow:inset 0 1px 0 #fff,0 2px 6px rgba(0,0,0,.42),0 0 0 1px rgba(71,78,83,.28)!important;
  }
  html:not(.light) body.home-cockpit #hdr #themeBtn::before,
  html:not(.light) body.subpage #hdr #themeBtn::before{
    border:1px solid rgba(255,255,255,.76)!important;
    background:linear-gradient(145deg,#FFF 0%,#D8DCDF 42%,#9BA2A7 72%,#F4F6F7 100%)!important;
    transform:translateX(22px)!important;
  }
  html.light body.home-cockpit #hdr #themeBtn::before,
  html.light body.subpage #hdr #themeBtn::before{
    border:1px solid rgba(113,125,133,.36)!important;
    background:linear-gradient(145deg,#D7DCDF 0%,#BEC5CA 48%,#9EA8AE 100%)!important;
    transform:translateX(0)!important;
  }
  html body.home-cockpit #hdr #themeBtn .ic-sun,
  html body.home-cockpit #hdr #themeBtn .ic-moon,
  html body.subpage #hdr #themeBtn .ic-sun,
  html body.subpage #hdr #themeBtn .ic-moon{
    width:13px!important;height:13px!important;top:50%!important;transform:translateY(-50%)!important;z-index:2!important;
  }
  html:not(.light) body.home-cockpit #hdr #themeBtn .ic-sun,
  html:not(.light) body.subpage #hdr #themeBtn .ic-sun{left:9.5px!important;color:rgba(206,180,116,.60)!important;opacity:.62!important;}
  html:not(.light) body.home-cockpit #hdr #themeBtn .ic-moon,
  html:not(.light) body.subpage #hdr #themeBtn .ic-moon{right:9.5px!important;color:#171C22!important;opacity:1!important;}
  html.light body.home-cockpit #hdr #themeBtn .ic-sun,
  html.light body.subpage #hdr #themeBtn .ic-sun{left:9.5px!important;color:#4A402D!important;opacity:1!important;}
  html.light body.home-cockpit #hdr #themeBtn .ic-moon,
  html.light body.subpage #hdr #themeBtn .ic-moon{right:9.5px!important;color:rgba(210,216,221,.74)!important;opacity:.68!important;}

  html body.home-cockpit #hdr .lang,
  html body.subpage #hdr .lang,
  html body.home-cockpit #hdr .lang-trigger,
  html body.subpage #hdr .lang-trigger{
    width:52px!important;min-width:52px!important;max-width:52px!important;flex:0 0 52px!important;
  }
  html body.home-cockpit #hdr .lang-trigger,
  html body.subpage #hdr .lang-trigger{
    height:36px!important;min-height:36px!important;max-height:36px!important;
    padding:0 17px 0 6px!important;gap:0!important;border-radius:12px!important;
  }
  html:not(.light) body.home-cockpit #hdr .lang-trigger,
  html:not(.light) body.subpage #hdr .lang-trigger{
    border:1px solid rgba(143,149,155,.86)!important;
    background:linear-gradient(145deg,rgba(47,53,59,.98),rgba(12,15,19,.99))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.24),inset 0 -1px 0 rgba(0,0,0,.52),0 6px 16px rgba(0,0,0,.31)!important;
    color:#F7F4EC!important;-webkit-text-fill-color:#F7F4EC!important;
  }
  html.light body.home-cockpit #hdr .lang-trigger,
  html.light body.subpage #hdr .lang-trigger{
    border:1px solid #7A838A!important;
    background:linear-gradient(180deg,#92999F 0%,#7D858B 48%,#697178 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.42),inset 0 -1px 0 rgba(48,57,63,.30),0 2px 5px rgba(42,51,57,.16)!important;
    color:#0A1C35!important;-webkit-text-fill-color:#0A1C35!important;
  }
  html body.home-cockpit #hdr .lang-current-flag,
  html body.subpage #hdr .lang-current-flag{
    width:24px!important;min-width:24px!important;max-width:24px!important;height:16px!important;
  }

  
  html body.home-cockpit #hdr .hdr-right>.btn-pill,
  html body.subpage #hdr .hdr-right>.btn-pill,
  html.light body.home-cockpit #hdr .hdr-right>.btn-pill,
  html.light body.subpage #hdr .hdr-right>.btn-pill,
  html:not(.light) body.home-cockpit #hdr .hdr-right>.btn-pill,
  html:not(.light) body.subpage #hdr .hdr-right>.btn-pill{
    width:136px!important;min-width:136px!important;max-width:136px!important;flex:0 0 136px!important;
    height:36px!important;min-height:36px!important;max-height:36px!important;
    padding:0 14px!important;gap:10px!important;border-radius:12px!important;
    border:1px solid rgba(255,255,255,.58)!important;
    background:linear-gradient(180deg,#CA1322 0%,#B60D1B 100%)!important;
    box-shadow:0 2px 8px rgba(0,0,0,.18)!important;
    color:#FFF!important;-webkit-text-fill-color:#FFF!important;
    font-family:"Manrope",system-ui,sans-serif!important;font-size:10.6px!important;font-weight:800!important;line-height:1!important;letter-spacing:-.01em!important;
    text-shadow:none!important;
  }
  html body.home-cockpit #hdr .hdr-right>.btn-pill::before,
  html body.subpage #hdr .hdr-right>.btn-pill::before,
  html body.home-cockpit #hdr .hdr-right>.btn-pill::after,
  html body.subpage #hdr .hdr-right>.btn-pill::after{content:none!important;display:none!important;}

  
  html body.home-cockpit #hdr .mega-menu,
  html body.subpage #hdr .mega-menu,
  html:not(.light) body.home-cockpit #hdr .mega-menu,
  html:not(.light) body.subpage #hdr .mega-menu{
    top:68px!important;padding:10px!important;border:1px solid rgba(169,179,186,.28)!important;border-radius:18px!important;
    background:linear-gradient(160deg,rgba(12,16,20,.984),rgba(7,10,14,.99) 44%,rgba(18,24,30,.98) 100%)!important;
    box-shadow:0 20px 46px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.05),inset 0 -1px 0 rgba(124,136,144,.06)!important;
  }
  html.light body.home-cockpit #hdr .mega-menu,
  html.light body.subpage #hdr .mega-menu{
    top:68px!important;padding:10px!important;border:1px solid rgba(146,156,163,.42)!important;border-radius:18px!important;
    background:linear-gradient(155deg,rgba(252,253,253,.98),rgba(232,237,240,.96) 48%,rgba(245,247,248,.98) 100%)!important;
    box-shadow:0 18px 34px rgba(20,29,37,.12),inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(121,131,137,.12)!important;
  }
  html body.home-cockpit #hdr .products-menu,
  html body.subpage #hdr .products-menu{width:min(448px,calc(100vw - 40px))!important;}
  html body.home-cockpit #hdr .about-menu,
  html body.subpage #hdr .about-menu{width:min(404px,calc(100vw - 40px))!important;gap:7px!important;}
  html body.home-cockpit #hdr .mega-menu a,
  html body.subpage #hdr .mega-menu a{
    min-height:54px!important;padding:12px 58px 12px 14px!important;gap:10px!important;border-radius:14px!important;
    font-family:"Manrope",sans-serif!important;font-size:12.4px!important;font-weight:700!important;line-height:1.35!important;
  }
  html:not(.light) body.home-cockpit #hdr .mega-menu a,
  html:not(.light) body.subpage #hdr .mega-menu a{
    color:#ECF1F4!important;-webkit-text-fill-color:#ECF1F4!important;
    border:1px solid rgba(170,179,185,.16)!important;
    background:linear-gradient(145deg,rgba(25,31,36,.98),rgba(13,17,21,.98) 45%,rgba(29,35,40,.98) 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04),inset 0 -1px 0 rgba(117,128,135,.05)!important;
  }
  html.light body.home-cockpit #hdr .mega-menu a,
  html.light body.subpage #hdr .mega-menu a{
    color:#334048!important;-webkit-text-fill-color:#334048!important;
    border:1px solid rgba(161,171,177,.28)!important;
    background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(236,241,244,.98) 48%,rgba(227,233,236,.96) 100%)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.96),inset 0 -1px 0 rgba(129,140,146,.10)!important;
  }
}
@media (min-width:1500px){
  html body.home-cockpit #hdr nav.main,
  html body.subpage #hdr nav.main{gap:17px!important;}
}

@media (min-width:1201px){
  html:not(.light) body.home-cockpit #hdr,
  html:not(.light) body.subpage #hdr{
    color:#F7F4EC!important;-webkit-text-fill-color:#F7F4EC!important;
  }
  html.light body.home-cockpit #hdr,
  html.light body.subpage #hdr{
    color:#0A1C35!important;-webkit-text-fill-color:#0A1C35!important;
  }
  html body.home-cockpit #hdr nav.main,
  html body.subpage #hdr nav.main{
    color:inherit!important;-webkit-text-fill-color:inherit!important;
  }
  html body.home-cockpit #hdr nav.main>a,
  html body.home-cockpit #hdr .nav-trigger,
  html body.subpage #hdr nav.main>a,
  html body.subpage #hdr .nav-trigger{
    background:none!important;background-image:none!important;
    -webkit-background-clip:border-box!important;background-clip:border-box!important;
  }
  html body.home-cockpit #hdr .mega-menu,
  html body.subpage #hdr .mega-menu{
    box-sizing:border-box!important;min-width:0!important;max-width:none!important;
  }
  html body.home-cockpit #hdr .products-menu,
  html body.subpage #hdr .products-menu{
    width:448px!important;min-width:448px!important;max-width:448px!important;
  }
  html body.home-cockpit #hdr .about-menu,
  html body.subpage #hdr .about-menu{
    width:404px!important;min-width:404px!important;max-width:404px!important;
  }
  html body.home-cockpit #hdr .mega-menu a,
  html body.subpage #hdr .mega-menu a{
    box-sizing:border-box!important;height:58px!important;min-height:58px!important;max-height:58px!important;
    margin:0!important;
  }
  html body.home-cockpit #hdr .products-menu,
  html body.subpage #hdr .products-menu{height:130px!important;min-height:130px!important;max-height:130px!important;}
  html body.home-cockpit #hdr .about-menu,
  html body.subpage #hdr .about-menu{height:198px!important;min-height:198px!important;max-height:198px!important;}
}

@media (min-width:1201px){
  html.light body.subpage.subpage #hdr nav.main>a,
  html.light body.subpage.subpage #hdr .nav-trigger,
  html:not(.light) body.subpage.subpage #hdr nav.main>a,
  html:not(.light) body.subpage.subpage #hdr .nav-trigger,
  html.light body.home-cockpit.home-cockpit #hdr nav.main>a,
  html.light body.home-cockpit.home-cockpit #hdr .nav-trigger,
  html:not(.light) body.home-cockpit.home-cockpit #hdr nav.main>a,
  html:not(.light) body.home-cockpit.home-cockpit #hdr .nav-trigger{
    background:none!important;background-image:none!important;
    -webkit-background-clip:border-box!important;background-clip:border-box!important;
    filter:none!important;
  }
}

@media (min-width:1201px) and (max-width:1399px){
  html body.home-cockpit.home-cockpit #hdr .products-nav .products-menu,
  html body.subpage.subpage #hdr .products-nav .products-menu{
    width:420px!important;min-width:420px!important;max-width:420px!important;
  }
}
@media (min-width:1400px){
  html body.home-cockpit.home-cockpit #hdr .products-nav .products-menu,
  html body.subpage.subpage #hdr .products-nav .products-menu{
    width:448px!important;min-width:448px!important;max-width:448px!important;
  }
}
@media (min-width:1201px){
  html:not(.light) body.home-cockpit #hdr .nav-drop.open>.nav-trigger,
  html:not(.light) body.subpage #hdr .nav-drop.open>.nav-trigger{
    color:#EBEDEF!important;-webkit-text-fill-color:#EBEDEF!important;
  }
  html.light body.home-cockpit #hdr .nav-drop.open>.nav-trigger,
  html.light body.subpage #hdr .nav-drop.open>.nav-trigger{
    color:#07090C!important;-webkit-text-fill-color:#07090C!important;
  }
}

@media (min-width:1201px){
  html body.home-cockpit #hdr nav.main>a,
  html body.home-cockpit #hdr .nav-trigger,
  html body.home-cockpit #hdr .nav-trigger>span,
  html body.subpage #hdr nav.main>a,
  html body.subpage #hdr .nav-trigger,
  html body.subpage #hdr .nav-trigger>span{
    font-family:"Sora",sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    letter-spacing:-.01em!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    -webkit-text-fill-color:currentColor!important;
    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
  }

  html:not(.light) body.home-cockpit #hdr nav.main>a,
  html:not(.light) body.home-cockpit #hdr .nav-trigger,
  html:not(.light) body.home-cockpit #hdr .nav-trigger>span,
  html:not(.light) body.subpage #hdr nav.main>a,
  html:not(.light) body.subpage #hdr .nav-trigger,
  html:not(.light) body.subpage #hdr .nav-trigger>span{
    color:#E8ECEF!important;
  }

  html.light body.home-cockpit #hdr nav.main>a,
  html.light body.home-cockpit #hdr .nav-trigger,
  html.light body.home-cockpit #hdr .nav-trigger>span,
  html.light body.subpage #hdr nav.main>a,
  html.light body.subpage #hdr .nav-trigger,
  html.light body.subpage #hdr .nav-trigger>span{
    color:#171B20!important;
  }

  html:not(.light) body.home-cockpit #hdr nav.main>a:hover,
  html:not(.light) body.home-cockpit #hdr nav.main>a:focus-visible,
  html:not(.light) body.home-cockpit #hdr .nav-trigger:hover,
  html:not(.light) body.home-cockpit #hdr .nav-trigger:focus-visible,
  html:not(.light) body.home-cockpit #hdr .nav-drop.open>.nav-trigger,
  html:not(.light) body.home-cockpit #hdr .nav-trigger:hover>span,
  html:not(.light) body.home-cockpit #hdr .nav-trigger:focus-visible>span,
  html:not(.light) body.home-cockpit #hdr .nav-drop.open>.nav-trigger>span,
  html:not(.light) body.subpage #hdr nav.main>a:hover,
  html:not(.light) body.subpage #hdr nav.main>a:focus-visible,
  html:not(.light) body.subpage #hdr .nav-trigger:hover,
  html:not(.light) body.subpage #hdr .nav-trigger:focus-visible,
  html:not(.light) body.subpage #hdr .nav-drop.open>.nav-trigger,
  html:not(.light) body.subpage #hdr .nav-trigger:hover>span,
  html:not(.light) body.subpage #hdr .nav-trigger:focus-visible>span,
  html:not(.light) body.subpage #hdr .nav-drop.open>.nav-trigger>span{
    color:#F2F5F7!important;
    -webkit-text-fill-color:#F2F5F7!important;
  }

  html.light body.home-cockpit #hdr nav.main>a:hover,
  html.light body.home-cockpit #hdr nav.main>a:focus-visible,
  html.light body.home-cockpit #hdr .nav-trigger:hover,
  html.light body.home-cockpit #hdr .nav-trigger:focus-visible,
  html.light body.home-cockpit #hdr .nav-drop.open>.nav-trigger,
  html.light body.home-cockpit #hdr .nav-trigger:hover>span,
  html.light body.home-cockpit #hdr .nav-trigger:focus-visible>span,
  html.light body.home-cockpit #hdr .nav-drop.open>.nav-trigger>span,
  html.light body.subpage #hdr nav.main>a:hover,
  html.light body.subpage #hdr nav.main>a:focus-visible,
  html.light body.subpage #hdr .nav-trigger:hover,
  html.light body.subpage #hdr .nav-trigger:focus-visible,
  html.light body.subpage #hdr .nav-drop.open>.nav-trigger,
  html.light body.subpage #hdr .nav-trigger:hover>span,
  html.light body.subpage #hdr .nav-trigger:focus-visible>span,
  html.light body.subpage #hdr .nav-drop.open>.nav-trigger>span{
    color:#171B20!important;
    -webkit-text-fill-color:#171B20!important;
  }

  html body.home-cockpit #hdr #productsNav .nav-trigger span,
  html body.home-cockpit #hdr #aboutNav .nav-trigger span,
  html body.subpage #hdr #productsNav .nav-trigger span,
  html body.subpage #hdr #aboutNav .nav-trigger span{
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    -webkit-text-fill-color:currentColor!important;
    text-fill-color:currentColor!important;
    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
  }

  html:not(.light) body.home-cockpit #hdr .nav-trigger svg,
  html:not(.light) body.subpage #hdr .nav-trigger svg{
    color:#AEB6BC!important;
    stroke:currentColor!important;
  }
  html.light body.home-cockpit #hdr .nav-trigger svg,
  html.light body.subpage #hdr .nav-trigger svg{
    color:#606A71!important;
    stroke:currentColor!important;
  }
}

@media (min-width:1201px){
  html:not(.light) body #hdr#hdr nav.main > a,
  html:not(.light) body #hdr#hdr nav.main > .nav-drop > .nav-trigger,
  html:not(.light) body #hdr#hdr nav.main > .nav-drop > .nav-trigger > span{
    color:#E8ECEF!important;
    -webkit-text-fill-color:#E8ECEF!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
  }

  html.light body #hdr#hdr nav.main > a,
  html.light body #hdr#hdr nav.main > .nav-drop > .nav-trigger,
  html.light body #hdr#hdr nav.main > .nav-drop > .nav-trigger > span{
    color:#171B20!important;
    -webkit-text-fill-color:#171B20!important;
    background:none!important;
    background-image:none!important;
    -webkit-background-clip:border-box!important;
    background-clip:border-box!important;
    text-shadow:none!important;
    filter:none!important;
    opacity:1!important;
  }

  
  html body #hdr#hdr nav.main > a,
  html body #hdr#hdr nav.main > .nav-drop > .nav-trigger{
    font-family:"Sora",sans-serif!important;
    font-size:13px!important;
    font-weight:700!important;
    letter-spacing:-.01em!important;
  }

  
  html:not(.light) body #hdr#hdr .nav-trigger svg{color:#AEB6BC!important;stroke:currentColor!important;}
  html.light body #hdr#hdr .nav-trigger svg{color:#606A71!important;stroke:currentColor!important;}
}

.modal .legal-modal-copy[aria-busy="true"]{min-height:72px!important;opacity:.72!important;}

body.subpage .legal-page{padding-top:calc(var(--hdr-h,84px) + 58px);padding-bottom:86px;min-height:72vh;}
body.subpage .legal-page-shell{max-width:960px;margin:0 auto;}
body.subpage .legal-page-kicker{display:block;margin-bottom:12px;font-family:"IBM Plex Mono",monospace;font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--mut);text-transform:uppercase;}
body.subpage .legal-page h1{margin:0 0 28px;font-family:"Sora","Manrope",sans-serif;font-size:clamp(34px,5vw,58px);line-height:1.08;letter-spacing:-.035em;color:var(--tx);}
body.subpage .legal-page-card{border:1px solid var(--bd);border-radius:22px;background:var(--panel);box-shadow:0 20px 55px rgba(0,0,0,.16);padding:clamp(24px,4vw,46px);}
body.subpage .legal-page-card p{margin:0 0 20px;color:var(--mut);font-size:15px;line-height:1.75;}
body.subpage .legal-page-card p:last-child{margin-bottom:0;}
body.subpage .legal-page-card b{color:var(--tx);font-weight:750;}
body.subpage .legal-page-card a{color:var(--red);text-decoration:underline;text-underline-offset:3px;}
body.subpage .legal-page-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px;}
body.subpage .legal-page-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid var(--bd-2);border-radius:12px;color:var(--tx);text-decoration:none;background:rgba(255,255,255,.03);font-weight:700;}
@media(max-width:620px){body.subpage .legal-page{padding-top:calc(var(--hdr-h,62px) + 34px);padding-bottom:62px;}body.subpage .legal-page-card{border-radius:17px;padding:22px 18px;}body.subpage .legal-page-card p{font-size:14px;line-height:1.68;}}
