
/* E2M multilingual controls */
.e2m-global-lang-switch{position:relative;top:auto;right:auto;z-index:9999;width:100%;box-sizing:border-box;display:flex;justify-content:flex-end;align-items:center;gap:4px;padding:6px clamp(16px,5vw,72px);background:#fff;border:0;border-bottom:1px solid rgba(8,27,51,.10);border-radius:0;box-shadow:none;font:600 11px/1.2 Arial,sans-serif}
.e2m-global-lang-switch a{display:flex;align-items:center;justify-content:center;gap:3px;min-height:28px;box-sizing:border-box;padding:5px 7px;border-radius:999px;text-decoration:none;color:#081B33;white-space:nowrap}
.e2m-global-lang-switch a[aria-current="page"]{background:#081B33;color:#fff}
.e2m-global-lang-switch img{display:block;border-radius:1px}
@media(max-width:680px){.e2m-global-lang-switch{justify-content:center;gap:3px;padding:5px 8px}.e2m-global-lang-switch a{min-height:30px;padding:5px 7px;font-size:10px}}

/* E2M Brazil Entry Decision System — shared navigation.
   Kept here so every localized/internal tool receives the exact same behavior. */
.e2m-system-strip{border-bottom:1px solid #DCE4EF;background:#F8FAFD;position:relative;z-index:8}
.e2m-system-inner{width:min(1120px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;min-height:62px}
.e2m-system-mark{display:flex;align-items:center;gap:10px;white-space:nowrap;text-decoration:none}
.e2m-system-mark b{font-size:10px;letter-spacing:.12em;color:#1E63FF}.e2m-system-mark span{font-size:12px;font-weight:850;color:#081B33}
.e2m-system-steps{display:flex;justify-content:center;gap:4px;min-width:0}
.e2m-system-step{display:flex;align-items:center;gap:7px;padding:8px 9px;border-radius:9px;color:#6C7B8F;transition:.15s ease;min-width:0;text-decoration:none}
.e2m-system-step:hover{background:#fff;color:#081B33}.e2m-system-step.active{background:#081B33;color:#fff}.e2m-system-step.done:not(.active){color:#081B33}
.e2m-system-num{width:20px;height:20px;border:1px solid #CDD8E7;border-radius:50%;display:grid;place-items:center;font-size:8px;font-weight:900;flex:0 0 auto;background:#fff;color:#617086}
.e2m-system-step.active .e2m-system-num{background:#1E63FF;color:#fff;border-color:#1E63FF}.e2m-system-step.done:not(.active) .e2m-system-num{background:#EAF1FF;color:#1E63FF;border-color:#C5D5F3}
.e2m-system-copy{display:block;min-width:0}.e2m-system-copy small{display:block;font-size:7px;font-weight:900;letter-spacing:.08em;line-height:1.1}.e2m-system-copy strong{display:block;font-size:9px;white-space:nowrap;line-height:1.2;margin-top:2px}
.e2m-system-brief{display:inline-flex;align-items:center;gap:7px;border:1px solid #CCD8E8;border-radius:9px;padding:9px 11px;background:#fff;color:#081B33;font-size:9px;font-weight:900;white-space:nowrap;text-decoration:none}.e2m-system-brief:hover{border-color:#8EAAF0;color:#1E63FF}
.e2m-system-standalone{font-style:normal;font-size:7px;font-weight:900;letter-spacing:.08em;color:#7A899C;border-left:1px solid #D7E0EC;padding-left:9px;margin-left:1px}
@media(max-width:980px){.e2m-system-inner{grid-template-columns:auto 1fr}.e2m-system-steps{justify-content:flex-end;overflow-x:auto;padding:7px 0;scrollbar-width:none}.e2m-system-steps::-webkit-scrollbar{display:none}.e2m-system-copy strong{display:none}.e2m-system-brief{display:none}}
@media(max-width:760px){.e2m-system-standalone{display:none}}
@media(max-width:620px){.e2m-system-inner{display:block;width:min(100% - 28px,1120px);padding:9px 0;min-height:0}.e2m-system-mark{margin-bottom:6px;white-space:normal}.e2m-system-mark span{font-size:11px}.e2m-system-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;overflow:visible;padding:0;justify-content:stretch}.e2m-system-step{justify-content:center;min-height:37px;padding:6px 3px}.e2m-system-copy{display:none}.e2m-system-num{width:25px;height:25px;font-size:9px}}

/* Explicitly control the native <details> language menu on the four home pages. */
.lang-switch:not([open])>.lang-menu{display:none!important}
.lang-switch[open]>.lang-menu{display:block}

/* Avoid horizontal animation transforms creating transient mobile overflow on Home. */
@media(max-width:680px){
  .js .reveal.left,.js .reveal.right{transform:translateY(18px)}
  .js .reveal.visible.left,.js .reveal.visible.right{transform:none}
  .e2m-system-mark{min-height:28px}
}
.e2m-system-mark{min-height:28px}

/* Enterprise accessibility: visible keyboard focus and resilient touch targets. */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #1E63FF!important;outline-offset:3px!important}
.navlinks>a:not(.btn),.page-nav-right>a:not(.btn){min-height:28px}
@media(min-width:861px){.page-nav-right>a:not(.btn){display:inline-flex;align-items:center}}
@media(min-width:801px){.navlinks>a:not(.btn){display:inline-flex;align-items:center}}
.page-verified{display:inline-flex;align-items:center;min-height:28px}
/* Final touch-target coverage for simplified download/redirect pages. */
nav>.container.nav>a:not(.brand){display:inline-flex;align-items:center;min-height:28px}
body>p>a{display:inline-flex;align-items:center;min-height:28px}
